/*  ------------------------------------------------------------------- Load fonts */
@font-face {
  font-family: 'TitilliumWeb-Light';
  src: url('fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/TitilliumWeb-Light.woff') format('woff'), url('fonts/TitilliumWeb-Light.ttf')  format('truetype'), url('TitilliumWeb-Light.svg#TitilliumWeb-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/TitilliumWeb-Bold.woff') format('woff'), url('TitilliumWeb-Bold.ttf')  format('truetype'), url('fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-Black';
  src: url('fonts/TitilliumWeb-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/TitilliumWeb-Black.woff') format('woff'), url('TitilliumWeb-Black.ttf')  format('truetype'), url('fonts/TitilliumWeb-Black.svg#TitilliumWeb-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PeachesandCreamRegular';
  src: url('fonts/PeachesandCreamRegular.eot?#iefix') format('embedded-opentype'),  url('fonts/PeachesandCreamRegular.otf')  format('opentype'),
	     url('fonts/PeachesandCreamRegular.woff') format('woff'), url('PeachesandCreamRegular.ttf')  format('truetype'), url('fonts/PeachesandCreamRegular.svg#PeachesandCreamRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumWeb-LightItalic';
  src: url('fonts/TitilliumWeb-LightItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/TitilliumWeb-LightItalic.woff') format('woff'), url('fonts/TitilliumWeb-LightItalic.ttf')  format('truetype'), url('fonts/TitilliumWeb-LightItalic.svg#TitilliumWeb-LightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*  ------------------------------------------------------------------- global styles */

::selection
{
	background:#ff0000;
	color: #fff;
}
::-moz-selection
{
	background:#ff0000;
	color: #fff;
} 

html{
	scroll-behavior: smooth;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;	
}
body{
	font-size: 25px;	
	background: #000;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	
}
body, html {
  height: 100%;
}
.wrap{
	width: 100%;
	position: relative;	
	overflow-x: hidden;
}
.container{
	max-width: 1190px;
	margin: 0 auto;	
}

.section-title{
	width: 100%;
	
}
.section-title h1{
	text-align: center;	
	color: #ff0000;
	background: #f1f2ed;
	padding: 80px 0;
	font-family: PeachesandCreamRegular;
	font-size: 70px;
	font-weight: normal;
}

.lang{
	position: fixed;
	right: 0;
	top: 0;	
	z-index: 12;
}
.lang-en{
	background: url(../images/english-rollover.png);
}
.lang-fr{
	background: url(../images/francais_rollover.png);
}
.lang img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.lang:hover img{
	opacity: 0;
}
p a{
	color: #ff0000;
	text-decoration: none;	
}
#up-top{
	position: fixed;
	z-index: 12;
	bottom: 10px;
	right: 10px;	
	display: none;
}
.turnoffmusic{
	position: fixed;
	top: 0px;
	right: 95px;
	z-index: 1000;	
	width: 30px;
	height: 29px;
	background: url(../images/bouton_on.png) center no-repeat;
	display: block;
	
}
.off{
	position: fixed;
	top: 0px;
	right: 95px;
	z-index: 1000;	
	width: 30px;
	height: 29px;
	background: url(../images/bouton_off.png) center no-repeat;
	display: block;
	
}


/* ------------------------------------------------------------------- Menu */
.menu{
	display: none;
	
	position: fixed;
	height: 100%;
	background: rgb(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	z-index: 11;	
}
.btn-wrap{
	height: 440px;
	width: 440px;
	position: absolute;	
	left: 50%;
	top: 20%;
	margin-left: -220px;
}
.menu-btn{
	display: block;
	width: 50%;
	float: left;
}
.menu-btn img{
	margin: 10px;
}
.projects-btn, .team-btn{
	text-align: right;	
}

.services-btn, .contact-btn{
	text-align: left;	
}



/* ------------------------------------------------------------------- Intro */
.intro{
	height: 100vh;
	/* background: url(../images/top_bg.jpg) no-repeat center center fixed;  */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center; 
	background: #000;
}
.intro .container{
	position: relative;
	height: 80%;
}
.top-bg-wrap{
	background: #e3e2de;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0; 
}
.top-bg{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0; 
}
.center-intro{
	height: 650px;
	position: absolute;
	top: 45%;
	margin-top: -325px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}

.logo-B{
	margin: 0px 0 40px 0;
}
.icons{
	width: 127px;
	margin: 0 auto;	
	position: relative;
}
.icons a{
	padding: 0 2px;
}
#big-number{
	position: absolute;
top: -15px;
font-family: "TitilliumWeb-Bold";
font-size: 41px;
color: #fff;
right: -259px;
display: none;
}

.bazooka{
	margin-top: 40px;	
}
.musique{
	display: block;
	margin-top: 50px;
	background: url(../images/icon_musique.png)  bottom no-repeat;
	display: block;
	width: 48px;
	height: 64px;
	position: absolute;
	left: 50%;
	margin-left: -24px;	
}

.musique-low{
	background: url(../images/icon_musique_rollover.png) center bottom no-repeat;
}
.musique-high{
	background: url(../images/icon_musique.png) center bottom no-repeat;
}


.musique-off{
	background: url(../images/icon_musique_rollover_OFF.png) center bottom no-repeat;
}

/*
.musique:hover{
	background: url(../images/icon_musique_rollover.png) center no-repeat;
}
*/
/*
.musique img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.musique:hover img{
	opacity: 0;
}
*/
/* rollovers */

.icon1{
	background: url(../images/icon_1_rollover.png) center no-repeat;
	display: block;
	width: 38px;
	height: 38px;
	float: left;	
}
.icon2{
	background: url(../images/icon_2_rollover.png) center no-repeat;
	display: block;
	width: 38px;
	height: 38px;
	float: left;
}
.icon3{
	background: url(../images/icon_3_rollover.png) center no-repeat;
	display: block;
	width: 38px;
	height: 38px;
	float: left;
		
}
.icon img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.icon:hover img{
	opacity: 0;
}

	
/* Top bottom stripe */	
.intro-bottom-strip{
	height: 182px;
	padding-top: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #ff0000 url(../images/motif.gif) center;
	color: #ffffff;
	font-family: 'TitilliumWeb-Light';
	font-size: 22px;
	z-index: 10;
	
}

.intro-bottom-strip .bigger{
	font-size: 42px;
}
.etoile{
	position: absolute;
	bottom: 0;
	width: 20px;
	left: 50%;
	margin-left: -10px;		
}
.etoile img{
	width: 100%;
}



.down-arrow{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -25px;
	margin-top: -25px;	
	background: #ffffff;
	border-radius: 50%;
	display: block;
	z-index: 5;
	background: url(../images/icon_Fleche_bas.png) no-repeat;
}

/* ------------------------------------------------------------------- Video */

.video{
	overflow: hidden;	
}
video { 
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  background-size: cover;
  transition: 1s opacity;
  position: absolute;
}
.explorez{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -435px;	
	margin-top: -18px;
	z-index: 3;		
}
.video-text{
	z-index: 10;
	width: 100%;	
}
.video-text-top{
	position: absolute;
	z-index: 2;
	width: 100%;	
}


/* ------------------------------------------------------------------- Quotes */

.section-title-quotes h1{
	 background: url(../images/Tours-de-force_image_bande.jpg)  center;
	 -webkit-background-size: cover;
  	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
}
.quotes-slider-wrap{
	max-width: 800px;
	margin: 60px auto;
	position: relative;
}
.quotes-slider-wrap .text{
	text-transform: uppercase;
	padding-top: 80px;	
}
.quote-name{
	font-size: 16px;
	margin-top: 30px;
	font-style: italic;
	text-transform: none;
}

/* slider */
.quotes-slider-wrap .bx-wrapper .bx-viewport{
	background: none;
	border: 0;
	color: #fff;
}
.bx-wrapper .bx-viewport{
	box-shadow: none;	
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: url(../images/star-grey.png) no-repeat;
	width: 18px;
	height: 18px;	
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background: url(../images/star-red.png) no-repeat;
}


.quotes-slider-wrap .bx-controls{
	position: absolute;
	width: 100%;
	top: 0px;
}

.bx-wrapper .bx-controls-direction a{
	width: 52px;
	height: 52px;
	top: 65px;	
	z-index: 9998;
}
.bx-wrapper .bx-next{
	right: -57px;
	background: url(../images/arrow-next.png) no-repeat;
}

.bx-wrapper .bx-prev{
	right: -4px;
	left: auto;
	background: url(../images/arrow-prev.png) no-repeat;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover{
	background-position: 0;	
}
.square-red-star{
	position: absolute;
	top: -131px;
	left: -138px;
}


/* ------------------------------------------------------------------- Work */
.work{
	background: #ffffff;
	margin-top: 50px;	
}
.project{
	max-width: 980px;
	margin: 0 auto;	
}
dt a{
	width: 100%;
	text-align: center;	
	background: #ffffff;
	display: block;
	color: #ff0000;
	text-transform: uppercase;
	font-family: TitilliumWeb-Bold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0;
}
dt a.red{
	width: 100%;
	text-align: center;	
	background: #ff0000;
	color: #ffffff;
}
dt a.selected{
	background: #000;
	color: #fff;
}
dd{ 
	overflow: hidden;
	position: relative;
}
/* slider */
.project .bx-wrapper .bx-viewport{  
	box-shadow: none;
	border: 0;
	left: -5px;
	background: none;
	transform: translateZ(0px);
}
.project .bx-wrapper .bx-controls-direction a{ top: 460px; }
.project .bx-wrapper .bx-next{
	right: auto;
	right: -48px;
}
.project .bx-wrapper .bx-prev{
	right: auto;
	right: 5px;
}
.close{
	position: absolute;
	top: 0;
	right: 0;	
}


/* text */
.project-text{
	padding-top: 10px;	
}
.title{
	width: 24%;
	float: left;
	font-size: 12px;
	padding-right: 2%;
}
.title h1{
	font-family: 'TitilliumWeb-Bold', arial;
	text-transform: uppercase;
	font-size: 33px;
	font-weight: normal;
	line-height: 108%;
	margin-top: 10px;
}
.description{
	width: 70%;
	float: left;
	font-size: 16px;
	margin-top: 10px;
	/* padding-left: 3%;
	border-left: 1px solid #000; */
}
.description p{
	margin-bottom: 15px;
	line-height: 150%;
}
.thumbs{
	position: absolute;
	left: 0;
	top: 0;
	width: 113px;	
}
.thumbs a.active{
	/* background: url(../images/thumb-current.jpg); */
}


.thumbs img{
	width: 100%;
}



/* ------------------------------------------------------------------- team */
.section-title-team h1{
	background: url(../images/rencontrez-nos-pilotes_image_bande.jpg) center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

.team-intro-text{
	color: #FFF;
	text-transform: uppercase;
	padding: 100px 0px 50px 0;	
}
.square-red-glasses{
	position: absolute;
	top: -70px;
	left: 150px;
}
.team .container{
	position: relative;
	width: 100%;
	text-align: center;	
}
.profile-btn{
	display: block;
	float: left;
	overflow: hidden;
	margin: 0px 2%;
	width: 15.5%;
	
}
.profile-btn img{
	width: 100%;	
	
}

.bios{
	background: #ff0000;
	clear: both;
	color: #ffffff;
	float: left;
	padding: 50px 50px 25px 50px;
	margin-top: 30px;
	margin-bottom: 50px;
	position: relative;
}
.name{
	width: 40%;
	float: left;	
}
.name h1{
	font-family: PeachesandCreamRegular;
	font-size: 78px;
	font-weight: 200;
	font-size: 65px;
	text-align: left;
	margin-top: -37px;
    margin-bottom: 20px;
}
.name h2{
	font-weight: 200;
	font-size: 18px;
	text-align: left;
}
.bio2, .bio3, .bio4, .bio5, .bio6{
	display: none;
}
.bio{
	width: 60%;
	float: left;
	text-align: left;
	font-size: 16px;	
}
.bio p{
	margin-bottom: 20px;	
}
.bio-pointer1{
	position: absolute;
	left: 5%;
	top: -22px;
}
.bio-pointer2{
	position: absolute;
	left: 26.5%;
	top: -22px;
}
.bio-pointer3{
	position: absolute;
	left: 46%;
	top: -22px;
}
.bio-pointer4{
	position: absolute;
	left: 66%;
	top: -22px;
}
.bio-pointer5{
	position: absolute;
	left: 85%;
	top: -22px;
}
.bio-pointer6{
	position: absolute;
	left: 88%;
	top: -22px;
}

/* ------------------------------------------------------------------- talents */

.talents{
	height: 2900px;
	background: url(../images/services/bg.png) no-repeat;
	overflow: hidden;
	position: relative;
}

.section-title-talents h1{
	background: url(../images/champs-manoeuvre_image_bande.jpg) center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
	z-index: 11;	
}

.keep-in-frame{
	background: #000;		
}



.talents-wheel{
	position: absolute;
	top: 101px;
	right: 10%;
}
.container-talents{
	position: relative;	
}

/* start the craziness*/

.word-line span{
	font-family: 'TitilliumWeb-LightItalic', Arial, Helvetica, sans-serif;
	color: #ff0000;	
	position: absolute;
	z-index: 5;
}

.line1{
	position: absolute;
	top: 220px; 
	left: 50px;
}
.line1 span{
	font-size: 59px;
	top: -85px;
}

.line2{
	position: absolute;
	top: 450px; 
	right: 50px;
}	
.line2 span{
	top: 47px;
	right: 0px;
	font-size: 68px;
}	


.line3{
	position: absolute;
	top: 800px; 
	left: 50px;
}
.line3 span{
	top: -17px;
	right: 0px;
	font-size: 64px;
}


.line4{
	position: absolute;
	top: 1150px; 
	left: 50px;
}
.line4 span{
	left: 0px;
	top: 90px;
	font-size: 61px;
}

	
.line5{
	position: absolute;
	top: 1550px; 
	right: 50px;
}
.line5 span{
	right: 0px;
	top: -15px;
	font-size: 60px;
}

	
.line6{
	position: absolute;
	top: 1920px; 
	left: 50px;
}	
.line6 span{
	left: 0px;
	top: 34px;
	font-size: 51px;
}


.line7{
	position: absolute;
	top: 2200px; 
	right: 50px;
}	
.line7 span{
	right: 0px;
	top: -75px;
	font-size: 58px;
}




.smaller-red-strip{
	background: #ff0000 url(../images/motif.gif) center;
	width: 100%;
	height: 150px;
	top: 2750px;
	position: absolute;
}
/* ------------------------------------------------------------------- contact */

.contact{
	background: #ffffff;
	/* margin-top: 200px; */
	height: 255px;
	overflow: hidden;
	
}
.contact-heading{
	float: left;
	font-family: PeachesandCreamRegular;
	font-size: 88px;
	color: #ff0000;
	font-weight: 200;
	font-size: 65px;
	text-align: left;
	text-align: right;
	width: 42%;
	margin-top: 80px;
}
.contact-info{
	float: left;
	font-size: 18px;
	width: 48%;
	margin-top: 45px;
	padding-left: 50px;
	text-align: left;
}
.contact-info .red{
	color: #ff0000;
	font-family: TitilliumWeb-Bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 6px;
}
.contact-info p{
	margin-bottom: 15px;
}
.contact-info a{
	text-decoration: none;
	color: #000000;
}
.contact-info a:hover{
	text-decoration: none;
	color: #ff0000;
}
.contact-b{
	position: absolute;
	left: 0;
	top: 0;
}
.contact-photo{
	position: absolute;
	right: 0;
	top: 0;
}

/* connect */
.connect-wrap{
	text-align: left;	
	background: #e3e2de;
	padding: 30px 0;
}
.connect{
	background: url(../images/connect-ouline.png)	no-repeat;
	width: 175px;
	margin: 0 auto;
	height: 50px;
	font-family: PeachesandCreamRegular;
	font-size: 40px;
	color: #6B6B6B;
	margin-bottom: 20px;
	overflow: hidden;
}
.connect span{
	margin-top: -5px;
	display: block;
	width: 80px;	
	float: left;
	padding-left: 10px;
}
.social-icons{
	width: 70px;
	float: right;
	padding-right: 9px;
}
.legal{
	font-size: 12px;
	padding-left: 30px;
}

/* -------- Preloader */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 10000000;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000000000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #000;

  pointer-events: none;
}
.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background:rgb(0,0,0) /* url(../images/mobile/bazooka.png) center no-repeat */;
}

.preloading-coolness{
	width: 151px; 
	height: 218px; 
	position:absolute; 
	top: 50%; 
	left: 50%; 
	margin-left: -75px; 
	margin-top: -109px; 
}


/* hide mobile */
#mobile{
	display: none;
}

/* ------------------------------------------------------------------- RESPONSIVE ------------------------------------------------------------------- */

@media all and (max-width: 1200px) {
	
.container{
	max-width: 90%;
	margin: 0 auto;	
}

/* intro */
.top-bg{
	top: 200px;
}


/* work */
.project {
    width: 80%;
    margin: 0px auto;
}
.thumbs{
	 width: 8.34%;
}
.project .bx-wrapper .bx-controls-direction a{
	top: 60%;
		
}

}


/* ipad portrait */
@media all and (max-width: 800px) {

/* intro */
.top-bg{
	top: 300px;
}



.intro-bottom-strip .bigger{
	font-size: 36px;
}

	
.explorez{
	left: 0;
	margin-left: 0;
	margin-top: -18px;	
}


/* quotes */
.quotes-slider-wrap{
	max-width: 500px;	
}
.quotes-slider .text {
    padding: 45px 55px;
}



/* work */
.project .bx-wrapper .bx-controls-direction a{
	top: 40%;
		
}

/* team */
.name h1{
	font-size: 44px;
}

/* contact */
.contact-b{
	display: none;
}
.contact-photo{
	display: none;
}



}



/* intro image on wide screens */
@media all and (min-width: 1600px) {
	.top-bg{
		
	}
}
@media all and (min-width: 2000px) {
	.top-bg{
		margin-bottom: -350px;
	}
}

/* ipad */
@media all and (max-width: 780px) {
	
	
	.quotes-slider .text {
    	padding: 45px 0px;
    	font-size: 18px;
	}
	.title {
		width: 100%;
	}
	.description{
		width: 100%;
	}
	.square-red-glasses{
		left: 0;
	}
	
	.square-red-star {
		position: absolute;
		top: -165px;
		left: 0;
	}
	.quotes-slider-wrap{
		max-width: 100%;
		margin: 100px auto 0 auto;
		position: relative;
	}
	
}



/* -------------------------------------------------------------------  Mobile */
@media all and (max-width: 375px) {
/* show mobile */
#desktop{
	display: none;
}
#mobile{
	display: block;
}

body {
    -webkit-text-size-adjust: none;
}

.lang{
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	left: -29px;
	top: 128px;
	right: auto;
}
	
.turnoffmusic{
	display: none;
}	
	
.header-mobile{
	background: #ff0000 url(../images/mobile/background-top.jpg) center;
	text-align: center;	
	padding-bottom: 30px;	
}
.mobile-b{
	width: 100%;
	padding: 25px 0;	
}
.mobile-icons{
	width: 150px;
	margin: 0 auto;
	padding: 25px 0;
}
.mobile-icons img{
	float: left;
	padding: 0 5px;
}
.a-few-projects{
	width: 100%;	
}

.projects-mobile{
	background-color: #ff0000;
	padding-bottom: 30px;	
}

.projects-mobile .bx-wrapper .bx-viewport{
	background: #ff0000;
	font-size: 18px;
	text-align: center;	
	color: #ffffff;
	border: 0;
	left: 0;

	
}

.projects-mobile .bx-wrapper .bx-viewport p{
	padding: 0px 30px 25px 30px;
}

#mobile .bx-wrapper img{
	margin-bottom: 40px;
}

#mobile .bx-wrapper .bx-controls-direction a{
	top: 240px;
}
/* arrows */
#mobile .bx-wrapper .bx-prev{
	left: 36%;
}

#mobile .bx-wrapper .bx-next{
	right: 36%;
}

.mobile-title{
	background: #ff0000;
	padding: 10px;
	text-align: center;
	color: #ffffff;	
	font-weight: 600;
}
.bottom-b{
	width: 30%;
	float: left;	
}
#mobile .contact-info{
	width: 60%;
	float: left;
	background: #ffffff;
	padding: 5%;
	margin: 0;
	font-size: 14px;
	
}
.contact-mobile-wrap{
		background: #ffffff;
		float: left;
		width: 100%;
}

.share-legal {
    background: #F7F4F2 none repeat scroll 0% 0%;
    float: left;
    padding: 5%;
    width: 90%;
}

.share-legal .social-icons{
	float: left;	
}
.share-legal .legal{
	width: 60%;
	float: left;
	margin-bottom: 0;	
}

#mobile .contact-info p{
	margin-bottom: 10px;
}
.legal {
    font-size: 12px;
    padding-left: 5px;
}


}


@media all and (max-width: 375px) {
	
	/* arrows */
	#mobile .bx-wrapper .bx-prev{
		left: 35.3%;
	}
	
	#mobile .bx-wrapper .bx-next{
		right: 35.3%;
	}
}


@media all and (max-width: 320px) {


	#mobile .bx-wrapper .bx-controls-direction a{
		top: 213px;
	}
		
	/* arrows */
	#mobile .bx-wrapper .bx-prev{
		left: 33.5%;
	}
	
	#mobile .bx-wrapper .bx-next{
		right: 33.5%;
	}
	
}