/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
	background: #fff;
	overflow: inherit !important;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;

}

.bx-wrapper .bx-next {
	right: 10px;

}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;

	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;

	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/**** zak *****/
#bx-pager{
	width: 260px;
	height: 260px;
	position: relative;
	background-image: url(../images/bx-bg.png);
	background-size: 100% 100%;
}
#bx-pager a{
	position: absolute;
	width: 125px;
	transition: all 0.3s ease-out;
}
#bx-pager a.bx-pager-0{top: 29px;left: 29px;}
#bx-pager a.bx-pager-1{top: 31px;left: 110px;}
#bx-pager a.bx-pager-2{    top: 94px;    left: 116px;}
#bx-pager a.bx-pager-3{  top: 127px; left: 64px;}
#bx-pager a.bx-pager-4{top: 95px;left: 21px;width: 115px;}

#bx-pager a.bx-pager-0:before{
    content: "";
    top: -24px;
    left: -23px;
    width: 134px;
    height: 104px;
    background-size: 100% 100%;
	z-index: 10;
}
#bx-pager a.bx-pager-1:before{
	content: "";  position: absolute;
    top: -25px;
    left: 12px;
    width: 142px;
    height: 100px;
}


#bx-pager a.bx-pager-2:before{
	content: "";  position: absolute;    top: -8px;
	left: 70px;
	width: 70px;
	height: 150px;
}


#bx-pager a.bx-pager-3:before{
	content: "";  position: absolute;top: 81px;left: -16px;width: 160px;height: 47px;
}

#bx-pager a.bx-pager-4:before{
	content: "";  position: absolute;
	top: -18px;
	left: -16px;
	width: 62px;
	height: 155px;
}
#bx-pager a.bx-pager-0.active:before{
	content: ""; background-image: url(../images/bx-pager-0-active.png); position: absolute;

}
#bx-pager a.bx-pager-1.active:before{
	content: ""; background-image: url(../images/bx-pager-1-active.png); position: absolute;
    background-repeat: no-repeat;

}


#bx-pager a.bx-pager-2.active:before{
	content: ""; background-image: url(../images/bx-pager-2-active.png); position: absolute;    top: -8px;

}


#bx-pager a.bx-pager-3.active:before{
	content: ""; background-image: url(../images/bx-pager-3-active.png); position: absolute;top: 81px;left: -16px;width: 160px;height: 47px;
}

#bx-pager a.bx-pager-4.active:before{
	content: ""; background-image: url(../images/bx-pager-4-active.png); position: absolute;

}

.our-values{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	    clear: both;
}
.our-values-content{
	max-width: 500px;
	position: relative;
	right: 0;
	float: right;
	width: 100%;
	    margin-top: 30px;
}
#bx-pager a img{
	width: 100%;
	height: auto;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	transition: all 0.3s ease-out;
}
#bx-pager a.active img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.our-values #bx-pager .titre-pager{
    position: absolute;
	font-family: 'Raleway';
	font-size:  0.875rem;
	color: #9e9e9e;
	transition: all 0.3s ease-out;
	    width: 140px;
	        font-weight: 500;

}
.our-values #bx-pager .active .titre-pager{
	color: #db1d29;
	font-weight: 700;
}
.our-values #bx-pager .titre-pager-0{
    top: -32px;
    right: 123px;
    text-align: right;
}
.our-values #bx-pager .titre-pager-1{
    top: -32px;
    left: 114px;
}
.our-values #bx-pager .titre-pager-2{
    top: 35px;
    left: 152px;
	width: 100px;
}
.our-values #bx-pager .titre-pager-3{
    top: 135px;
    left: -13px;
    text-align: center;
}
.our-values #bx-pager .titre-pager-4{
    top: 50px;
    right: 145px;
    text-align: right;
}


.path-node .main-content .our-values h3 {
    color: #db1d29;
    font-family: 'Raleway';
    font-size: 45px;
    font-weight: 400;
    position: relative;
    top: 35px;
    left: 49%;
    z-index: 10;
    width: 100%;
        clear: both;
}

.path-node .main-content .our-values h4.titre-description{
    color: #db1d29;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 300;
    /* position: relative; */
    /* top: 35px; */
    /* left: 49%; */
    /* z-index: 10; */
    /* width: 100%; */
    /* clear: both; */
    margin-bottom: 6px;
}