/*reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,a, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	text-decoration:none;
	list-style:none;
	
}

* {
	box-sizing: content-box !important;
}

a,a:active,a:hover {outline: none;}
img{max-width:100%;}

iframe {
    border: 0 none;
    width: 100%;
}
a {
	color:#000000;
	font-weight:bold;
}
a:hover {
	color:#dadada;
}


a, .touch input[type="text"]:focus, .touch textarea:focus, input#formSubmit, .errorForm, #subscribe input[type="email"]:focus, .errorSubs, .servSingle, #toTop i , #notForm input[type="email"]:focus, .contactForm input#submit, .teamSingle{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}



/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


body{
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	color:#999999;
	
	
}


/*Preloader*/
#loader {
    background: #fafafa;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#loaderInner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}


.clearfix {
	zoom:1;
}

/*Wrapper*/
#wrapper{
	position:relative;
	width:100%;
}

/*End wrapper*/

.holder960{
	width:960px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
}

.light__container__contact{
	width: 90%;
}

.light__container__picto{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}




/*Header*/

header{
	padding-top:20px;
	background:#ffffff;
	filter:alpha(opacity = 96);
	background:rgba(255, 255, 255, 0.98);
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	color:#ffffff;	
	border-bottom:2px solid #efefef;
}


.logo{
	float:left;
	position:relative;
}

.txt__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.txt__header h2 {
	color: black;
}

.img__logo {
	text-align: center;
	position: relative;
	z-index: 1111;
}




.logo h1 {
    display: inline-block;
    font-family: 'robotoregular';
    font-size: 18px;
    padding-bottom: 2px;
 	padding-top: 2px;
    text-transform: uppercase;
	color:#d61227;
	position:relative;
	margin-left:70px;
}

.logo h1 span {
    font-family: 'robotoblack';
	color:#2d2d2d;
}

nav#mainNav{
	float:right;
	margin-top:-20px;
	margin-right:60px;
}

nav#mainNav li {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-family: 'robotomedium';
	text-transform:uppercase;
}


nav#mainNav li a{
    color: #2d2d2d;
    display: block;
    padding: 25px 20px;
    position: relative;

}

nav#mainNav li a:hover{
	color: #d61227;
}




.active{
	color: #d61227 !important;
}


.mobileBtn {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index:1000;
	display:none;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
}


.mobileBtn i{
	font-size:16px;
	color:#d61227;
}

/*End header*/



/*Teaser*/

#teaser{
	padding-bottom:65px;
	color:#ffffff;
	height:680px;
	text-align:center;	
	background-size: cover;
}

#teaser .overlay {
	height:680px;
	padding-bottom:65px;
}


.teaserTitle {
    margin-top: -200px;
	opacity:0;
}

.teaserTitle h1{
	font-family: 'robotolight';
	font-size:30px;
	text-transform:uppercase;
	position:relative;
	padding-bottom:25px;
}

.teaserTitle h1 span{
	font-family: 'robotobold';
}


.teaserTitle h1:before {
	border-bottom: 5px solid #FFFFFF;
    content: "";
    display: block;
    left: 257px;
    position: absolute;
    top: 52px;
    width: 443px;
    z-index: 0;
}



.teaserTitle h2{
	font-family: 'robotoregular';
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:4px;
	
}



.down a{
	border: 4px solid #ffffff;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px !important;
    height: 25px !important;
    line-height: 30px !important;
    padding: 10px !important;
    position: relative;
    width: 25px;
	margin-top:-40px;
	opacity:0;
	
}

.down a:hover{
	background: #ffffff;
	color: #d61227;
}

.down i{
	line-height:25px;
	margin-left:-1px;
	
}

.column{
	float:left;
	
}


/*End teaser*/


.section{
	padding-top:60px;
	padding-bottom:50px;
}



/*Counter*/

#counter .divider{
	margin:10px auto 0;
	
}

.counterHolder{
	margin:0 auto;
	width:960px;
	text-align:center;
}


.countdown_show4 {
	margin-left:50px;

	
}


#counter .divider span:before{
	top:33px;
}

#counter .divider span i{
	font-size:55px;
	color:#d61227;
}


.countdown_show4 .countdown_section {
	position:relative;
	display:inline-block;
	color:#2d2d2d;
	font-size:12px;
	margin-top:60px;
	padding-right:60px;
	text-align:center;
	width:17%;
	font-family: 'robotobold';
	
}

.countdown_amount {
	color: #cccccc;
	font-size: 140px;
	text-align:center;
	margin:0 auto;
	font-family: 'robotothin_italic';
	border-bottom:1px solid #EFEFEF
}




/*End counter*/



/*Subscribe*/

.subscribeContainer{
	background: url(../images/sliderImages/parallax2.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 300px;
	background-color:#fafafa;
}


.overlay {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.1);
	min-height: 300px;
}



.subscribe {
  	margin: 60px auto;
    text-align: center;
	width:700px;
	color:#ffffff;
}
.letter {
    margin-bottom: 20px;
    position: relative;
}
.letter span  {
	border: 5px solid #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 42px;
	font-weight: 700;
	height: 50px;
	line-height: 55px;
	padding: 10px;
	position: relative;
	width: 50px;
}

.letter span i{
	margin-left:-4px;
}


.subscribeHolder h1{
    color: #ffffff;
    font-family: 'robotoregular';
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;

}

.subscribeHolder h1 span {
    font-family: 'robotobold';
}

.subscribeHolder p{
	color: #ffffff;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px;
}


#notForm {
    position: relative;
	margin-top:30px;
}


#notForm input[type="email"] {
    background: none;
	filter:alpha(opacity = 12);
	background: rgba(255,255,255,0.1) ;
    border: 2px solid #EFEFEF;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    color: #FFFFFF ;
    font-size: 12px;
    height: 31px;
    margin-right: 145px;
    outline-width: 0;
    padding-left: 15px;
    width: 300px;
	font-family: 'robotoregular';
}

#notForm input[type="email"]:focus {
    background: rgba(255,255,255,0.4) ;
    outline-width: 0;
}
#notForm input[type="submit"]::-moz-focus-inner {
    border: 0 none;
}

#btnSubmit {
    position: relative;
}

#btnSubmit input[type="submit"] {
    background: none ;
	filter:alpha(opacity = 12);
	background: rgba(255,255,255,0.1) ;
    border: 2px solid #EFEFEF;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 38px;
    position: absolute;
    right: 138px;
    top: -37px;
    width: 120px;
}

label.error {
    color: #FFFFFF;
    display: block;
    font-family: 'robotomedium';
    font-size: 11px;
    left: 136px;
    padding-bottom: 10px;
    position: absolute;
    top: 45px;
}


/*End subscribe*/


/*About section*/

#about{
	position:relative;
}


.secTitle{
	text-align:center;
}

.secTitle h1{
	color:#2d2d2d;
	text-transform:uppercase;
	font-size:36px;
	font-family: 'robotolight';
	display:inline-block;
	border-bottom:1px solid #efefef;
	padding-bottom:12px;
	position:relative;
}

.secTitle h1:after {
    background:#d61227;
    content: "";
    height: 3px;
    left: 48px;
    position: absolute;
    top: 60px;
    width: 70px;
}


.aboutIntro {
    margin: 50px auto 0;
    text-align: center;
    width: 730px;
}

.icoBg {
	text-align:center;
    margin: 50px auto 0;
}


.icoBg:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 56px;
    position: absolute;
    top: 86%;
    width: 90%;
    z-index: -1;
}

.icoBg img {
    background:#FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
	width: 50%;
}

.aboutIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:18px;
	position:relative;
}


.aboutIntro h1 span.orange{
	color:#d61227;
	font-family: 'robotobold';

}

.aboutIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}

.aboutIntro p{
	position:relative;
	font-family: 'robotoregular';
	font-size:13px;
	margin-top:12px;
	line-height:22px;
	color:#888888;
}



.divider {
    margin: 50px auto 0;
    position: relative;
	text-align:center;
	width:700px;
}
.divider span i {
    background:#FFFFFF;
    color: #efefef;
    font-size: 25px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;

}
.divider span:before {
    border-bottom: 1px dashed #EFEFEF;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
    z-index: 0;
}

.divider h1{
	font-size:20px;
	color:#2d2d2d;
	font-family: 'robotoregular';
	text-transform:uppercase;
	margin-top:20px;
	
}

.divider h1 span{
	font-family: 'robotobold';

}



/*End about section*/



/*Services section*/

#services {
	background:#fafafa;
}

#services .secTitle h1:after{
	left:46px;
}


.servicesIntro{
	text-align:center;
	width:730px;
	margin:30px auto 0 auto
	
}

.servicesIntro p{
	position:relative;
	font-family: 'robotoregular';
	font-size:13px;
	margin-top:8px;
	line-height:22px;
	color:#888888;
}



.services {
    margin-bottom: 20px;
    margin-top: 50px;

}


.servSingle {
    margin-right: 10px;
	margin-left: 10px;
    width: 300px;
	background:#ffffff;
	border-bottom:3px solid #EFEFEF;
	text-align:center;
}


.servSingle:hover{
	border-bottom:3px solid #d61227;
}

.servSingle .ico{
    color: #d61227;
    font-size: 50px;
    padding: 20px 10px;
}

.desc{
	padding:0 20px 20px;
}

.desc h2 {
    border-bottom: 3px solid #EFEFEF;
    color: #444444;
    display: inline-block;
    font-family: 'robotobold';
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.desc p {
    color: #999999;
    font-family: 'robotoregular';
    font-size: 13px;
    line-height: 20px;
}

/*End services section*/




/*Testimonials*/

.testimonialsContainer{
	background: url(../images/sliderImages/parallax2.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 300px;
	background-color:#fafafa;
}


.overlay {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.1);
	min-height: 300px;
}



#testimonials {
  	margin: 60px auto;
    text-align: center;
	width:700px;
	color:#ffffff;
}
.quote {
    margin-bottom: 30px;
    position: relative;
}
.quote span  {
	border: 5px solid #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 42px;
	font-weight: 700;
	height: 50px;
	line-height: 55px;
	padding: 10px;
	position: relative;
	width: 50px;
}

.quote span i{
	margin-left:-3px;
}

#testimonials blockquote {
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: 23px;
	text-transform:uppercase;
}
.testimoniaContainer h3 {
    display: inline-block;
    font-family: 'robotobold';
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-bottom: 20px;
	padding-top: 20px;
    position: relative;
}


.testimoniaContainer h3:before {
    border-bottom: 3px solid #EFEFEF;
    content: "";
    display: block;
    left:25%;
    position: absolute;
    top: -3px;
    width: 100px;
    z-index: 0;
}

.testimoniaContainer h3 span {
    font-family: 'robotolight';
	font-size: 13px;
}


#testimonials .testimoniaContainer {
    display: none;
    height: 140px;
    z-index: 1;
}
#testimonials .testimoniaContainer div {
    display: block;
    width: 700px;
}

.pagination {
    display: none;
}

a.prev, a.next{
	color:#d61227;
	background:#2d2d2d;
	padding:5px;
	font-size:12px;
}

a.prev{
	margin-right:3px;
}

a.prev:hover, a.next:hover{
	background:#ffffff;
}


/*End testimonials*/



/*contact section*/

#contact {
	background:#ffffff;
	margin-bottom: 20px;
}

#contact.section{
	padding-bottom:0;
}


#contact .secTitle h1:after{
	left:71px;
}


.contactInfo{
	margin-top:40px;
}

.info{
	text-align:center;
	margin-right:40px;
	margin-left:40px;
}


.info .ico {
    background:#ffffff;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    box-shadow: 0 0 0 1px #d61227;
	-webkit-box-shadow: 0 0 0 1px #d61227;
	-moz-box-shadow: 0 0 0 1px #d61227;
	-ms-box-shadow: 0 0 0 1px #d61227;
	-o-box-shadow: 0 0 0 1px #d61227;
    color: #d61227;
    font-size: 21px;
    height: 30px;
    line-height: 32px;
    padding: 10px;
    text-align: center;
    width: 30px;
	margin:0 auto;
}

.info p{
	font-size: 14px;
	color:#999999;
	margin-top:15px;
	font-family: 'robotomedium';
}



.getinTouch{
	margin-top:60px;
}


.contactForm {
    margin-right: 18px;
    padding-right: 10px;
    position: relative;
}
#success, #error {
    display: none;
}
#success h2, #error h2 {
    color: #d61227;
    font-size: 11px;
    left: 4px;
    position: absolute;
    top: -28px;
}

#error h2 {
	color:#ce3d3d;
}

.errorForm {
    border: 1px solid #d61227 !important;
}


#inputs {
    float: left;
    overflow: hidden;
    width: 50%;
}

#textArea {
    float: right;
    width: 50%;
}


.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
    background:#ffffff;
    border: 1px solid #EFEFEF;
    color: #444444;
    margin-bottom: 10px;
    outline-width: 0;
    padding-left: 10px;
	font-family: 'robotobold';
	 font-size: 13px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus {
    background: none repeat scroll 0 0 #FCFCFC;
}
.contactForm input[type="text"], .contactForm input[type="email"] {
    height: 48px;
    width: 430px;
}
.contactForm textarea {
    color: #444444;
    font-size: 13px;
    height: 100px;
	display:block;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 450px;
}
.contactForm input#submit {
    background:  #d61227;
    border:none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	height:52px;
    text-transform: uppercase;
    width: 460px;
	font-family: 'robotobold';
	font-size:14px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.contactForm input#submit:hover {
    background: #2d2d2d;
}


#map {

    color: #444444;
    text-align: left;
    width: 100%;
 	height: 413px;
	margin-top:30px;
}



/*End contact section*/


/*Footer*/

#footer{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	background:#2d2d2d;
}


#footer p{
	font-family: 'robotoregular';
	color:#ffffff;
	font-size:14px;
}


.socialsFooter {
    margin-top: 20px;
}
.socialsFooter li {
    display: inline-block;
    margin-right: 4px;
}
.socialsFooter a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 15px;
    padding: 8px;
    text-align: center;
    width: 15px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	background:#444444;
}


.socialsFooter a.socialTwitter:hover{background:#2FC2EF;}
.socialsFooter a.socialDribbble:hover{background:#EA4C89;}
.socialsFooter a.socialVimeo:hover{background:#44BBFF;}
.socialsFooter a.socialPinterest:hover{background:#d5393a;}
.socialsFooter a.socialLinkedin:hover{background:#0073B2;}
.socialsFooter a.socialGplus:hover{background:#ce482b;}
.socialsFooter a.socialTwitter:hover{background:#2FC2EF;}
.socialsFooter a.socialFacebook:hover{background:#4C66A4;}



.socialsFooter a i {
    display: block;
    margin-left: -4px;
    margin-top: -1px;
}



/*End footer*/



/* Clear float style*/
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}
/*End clear float style */





/*-------------------------------------------------------------------------*/

/* Media queries */


/*iPad lanscape*/
@media screen and (max-device-width: 960px){
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	#works .portfolio{margin-right:-26px;}
	.testimonialsContainer,.subscribeContainer {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.contactForm input#submit { margin-top: 10px;padding: 17px 20px;}
	.contactForm input[type="text"], .contactForm input[type="email"] {height: 45px;}
	#btnSubmit input[type="submit"] {right:134px;top:-38px;}
	

}



/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.logo h1{margin-left:30px;}
	nav#mainNav{margin-right:15px;}
	.holder960, .aboutIntro,.counterHolder,.light__container__contact{width:700px;}
	.teaserTitle h1:before{left:18%;}
	.countdown_amount{font-size:100px;}
	.countdown_show4 .countdown_section{width:13%;}
	.servSingle{width:213px;}
	.servSingle .ico{margin-right:10px;}
	
	#btnSubmit input[type="submit"] {right:136px;top:-38px;}
	
	
	
	
	.testimonialsContainer{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.testimoniaContainer h3 span {font-family: 'robotoregular';}
	
	
	.info{margin-left: 10px;margin-right: 17px;}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:680px}
	.contactForm textarea{width:683px}
	.contactForm input#submit{width:698px;}
	
}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.light__container__picto{display: block;}
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}

	#loaderInner {margin: -50px 0 0 -30px;}
	.logo h1{margin-left:20px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav li a{padding:25px 10px;}
	
	

/* Uncomment this lines of css if you want to display more links
	.logo, nav#mainNav{float:none;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo{margin-left:0px;margin-bottom:30px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:5px;margin-left:5px;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav li a{padding:10px 5px;display:block;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -40px;position: relative;}*/


	
	
	
	
	.holder960, .aboutIntro, .servicesIntro, #testimonials, #feed,.subscribe, .counterHolder{width:400px;}
	.countdown_amount{font-size:50px;font-family:'robotolight_italic';}
	.countdown_show4 .countdown_section{width:6%;}
	.teaserTitle h1{font-size:26px;}
	.teaserTitle h1:before{width:385px;left:2%;top:47px;}
	.teaserTitle h2{font-size:18px;letter-spacing:3px;}
	.icoBg img{width:60%;}
	.icoBg:before {left: 5px;top: 91%;width: 98%;}
	.aboutIntro{margin:100px auto 0;}
	.shortLink a{padding:20px 28px;}
	.shortLink .choose{left:185px;}
	.divider{width:400px;}
	.facts li{width:398px;border-bottom:1px solid #efefef}
	.shortLink{margin-top:50px;}
	.servSingle{width:380px; margin-bottom:20px;}
	.servSingle:last-child, .info.column:last-child{margin-bottom:0;}
	.servSingle.column,.info.column{float:none;}
	
	
	#notForm input[type="email"]{width:245px;}
	#btnSubmit input[type="submit"]{right:6px;top:-39px;}
	label.error{left:22px;}

	
	#testimonials .testimoniaContainer{height:200px;}
	#testimonials .testimoniaContainer div{width:400px;}
	.testimoniaContainer h3 span {font-family: 'robotoregular';}
	
	
	
	.info{margin-left: 10px;margin-right: 17px;margin-bottom:30px}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:380px}
	.contactForm textarea{width:383px}
	.contactForm input#submit{width:398px;}

	
}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {

	.light__container__picto{display: block;}

	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	.logo, nav#mainNav{float:none;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo{margin-left:0px;margin-bottom:30px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:5px;margin-left:5px;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav li a{padding:10px 5px;display:block;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -40px;position: relative;}
	
	
	
	
	.holder960, .aboutIntro, .servicesIntro, #testimonials, #feed, .subscribe{width:230px;}
	.counterHolder{width:250px;}
	.teaserTitle h1{font-size:25px;}
	.teaserTitle h1:before{width:195px;left:7%;top:78px;}
	.teaserTitle h2{font-size:17px;}
	.aboutIntro{margin:50px auto 0;}
	.divider{width:200px;}
	.icoBg img{width:70%;padding-left:20px;padding-right:20px;}
	.icoBg:before {left: -6px;top: 93%;width: 105%;}
	
	.countdown_show4{margin-left:0;}
	.countdown_amount{font-size:40px;font-family:'robotolight_italic';}
	.countdown_show4 .countdown_section{width:6%;padding-right:47px;}
	
	
	#notForm input[type="email"]{width:200px;margin-right:0;}
	#btnSubmit input[type="submit"]{position:static; margin-top:30px;}
	label.error{left:25px;}
	
	
	.servSingle:last-child, .info.column:last-child{margin-bottom:0;}
	.services{margin-left:0;}
	.servSingle{width:210px;margin-bottom:20px;}
	.servSingle.column,  .info.column{float:none;}

	
	#testimonials .testimoniaContainer{height:275px;}
	#testimonials .testimoniaContainer div{width:225px;}
	.testimoniaContainer h3 span {font-family: 'robotoregular';}
	
	.info{margin-left: 10px;margin-right: 17px;margin-bottom:30px}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:210px}
	.contactForm textarea{width:213px}
	.contactForm input#submit{width:225px;}

	
}


/*End media queries*/
/*-------------------------------------------------------------------------*/
header, #footer {
background-color: {{ site.styleCouleurPrimaire }};
}
.info .ico{
color: {{ site.stylecouleurSecondaire }};
box-shadow: 0 0 0 1px {{ site.stylecouleurSecondaire }};
}
#counter .divider span i {
color: {{ site.stylecouleurSecondaire }};
}
