/* General Styles & Pseduo Classes */

body{
	background-color: #ddd;
}

h2{
	font-size: 32px;
	margin-bottom: 25px;
}

h4{
	font-size: 21px;
	margin-bottom: 25px;
}

h4.margin{
	margin-bottom: 10px;
}

h5{
	font-size: 18px !important;
}

h5.text-book{
	margin: 10px 0;
}

p{
	font-size: 16px;
	font-family: 'Lato Regular', sans-serif;
	color: #adacac;
}

ul.specialites{
	list-style: none;
	margin: 0 0 0 0px;
}

ul.specialites li{
	margin-bottom: 5px;
}

.thick-hr{
	border: 6px solid #fff;
	position: relative;
}

.text-book{
	/*font-weight: 300;*/
	font-family: 'Lato Regular', sans-serif;
	color: #adacac;
	font-size: 20px;
	font-weight: normal;
}

.text-xbold{
	font-family: 'Lato Black', sans-serif;
}

h4, .text-bold{
	font-family: 'Lato Bold', sans-serif;
}

.text-white{
	color: #fff;
}

.text-black{
	color: #000;
}

.text-yellow{
	color: #f4cb14;
}

.text-grey{
	color: #adacac;
}

.text-dark-grey{
	color: #797979;
}

.text-orange{
	color: #c77b17;
}

.highlight-color{
	color: #FFA300;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-uppercase{
	text-transform: uppercase;
}

section{
	padding-bottom: 40px !important;
}

.divider{
	border-top: 14px solid #FFA300;
	border-bottom: 14px solid #FFA300;
}

.hollow-button{
	padding: 15px;
	border: 4px solid #fff;
	cursor: pointer;
}

.small-hollow-button{
	padding: 8px;
	border: 4px solid #fff;
	cursor: pointer;
	display:inline-block;
}

.triangle-right{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid #bbb;
	}

.icons{ display: block; width: 54px; height: 54px; margin: 50px auto 10px; }
.icon-services{ background: url('../images/icones/icone-services.png') no-repeat; }
.icon-realisation{ background: url('../images/icones/icone-realisation.png') no-repeat; }
.icon-contact{ background: url('../images/icones/icone-contact.png') no-repeat; }
.icon-mail{ background: url('../images/icones/icone-mail.png') no-repeat; width: 41px; height: 27px; }
	

/* Nav Styles */

#main-nav{
	margin-bottom: 100px;
	z-index: 300;
	position: fixed;
	width: 100%;
	top:0px;
	background-color: #000;
	border-bottom: 15px solid #f4cb14;
}

#nav-container{
    width: 100%;
    max-width: 980px;
}

#main-nav ul{
	list-style: none;
	margin-bottom: 20px;
	margin-right: 10px;
	float:right;
}
/*
#main-nav li:first-child{
	border-left: 1px solid #bbb;
}*/

#main-nav li{
	font-family: 'LatoBold', sans-serif;
	float: left;
	color: #f4cc16;
	cursor: pointer;
	/*border-right: 1px solid #bbb;*/
	border: none !important;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-bar > li.active{ background-color: #f4cc16; color: #000 !important;  }
.nav-bar > li.active > a { color: #000 !important; }
.nav-bar > li:last-child { border: none !important; box-shadow: none; }

#main-nav li:hover{
	background-color: #f4cc16;
	
}

#main-nav li:hover a{
	color: #000;
}

#main-nav a{
	color: #f4cc16;
	padding: 85px 20px 25px 20px;
	display: inline-block;
	text-align: center;
}


#pull{
	display: none;
}
 
#logo{
	float: left;
	font-weight: bold;
	font-size: 1.7em;
	padding: 10px;
	margin-top: 5px;
	position: relative;
	top: 75px;
}

#logo a{
	padding: 0px;
}

.overflow{
	overflow: hidden;
}



/*Home Styles */

#home{
	border-bottom: 15px solid #f4cb14;
	padding-top: 20%;
	padding-bottom: 12.5% !important;
	background:url('../images/slider.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	margin-bottom: 0 !important;
	position: relative;
}	

#home-title{
	padding-top: 1px;
	height: 315px;
	/*width: 75%;
	max-width: 700px;
	margin-bottom: 25%;*/
	background-color: #000; 
	background-color: rgba(0,0,0,0.45); 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*overflow: auto;
	margin: auto;
	position: absolute;
	top: 150px; left: 0; bottom: 0; right: 0;*/
}

#home-title h1{
	font-size: 73px;
	line-height: 1.2;

}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  /*padding: 0 20px;*/
  margin: 0;
  text-align: center;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
/* Services */

section#services{
	border-bottom:  15px solid #f4cb14;
	background: url('../images/bg_services.jpg') no-repeat center center;
	background-size: cover;
	padding-bottom: 0 !important;
}

section#services .row{
	padding-bottom: 10px;
}

.page-callout{
	margin-bottom: 38px;
}

#services-bar{
	background-color: #f4cb14;
	padding: 15px 20px;
    overflow: hidden;
    color: #fff;
}

#services-bar i{
	font-size: 3.5em;
	color: #fff;
}


.service{
	border-left: 3px solid #000;
}

.service:first-child{
	border-left: 0px;
}


/* Testimonials */

.testimonials{
	padding-bottom: 8%;
	padding-top: 8%;
	background:url('http://placehold.it/1200x800');
	background-size: cover;
	background-attachment: fixed;
}

.testimonial{
	background-color: rgba(200,200,200,0.7);
	padding: 15px;
}

.testimonial h4{
	font-style: italic;
}

.testimonial-triangle{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid rgba(160,160,160,0.7);
	}
	
.testimonial i{
	font-size: 5em;
	display: inline-block;
	padding-top: 19px;

}

/* Portfolio */

section#portfolio{
	background-color: #fff;
	border-bottom:  15px solid #f4cb14;
}

.portfolio-overlay{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	display: none;
	padding: 52px 10px 10px 10px;
	background-color:rgba(244,203,20,0.85);
	
}

#portfolio-container{
	margin-bottom: 40px;
}

.isotope-item {
  z-index: 2;
  width: 302px;
  height: 180px;
  overflow: hidden;
  
}

.isotope-hidden.isotope-item {

  z-index: 1;
}

#filters{
	list-style: none;
	overflow: hidden;
	margin: 0px;
	display: inline-block;
}

#filters li:first-child{
	margin-left: 0px;
}

#filters li{
	float: left;
	margin-left: 15px;
}

#filters li a{
	font-weight: 800;
	color: #222;
	font-size: 18px;
	font-family: 'Lato Black', sans-serif;
	text-transform: uppercase;
}

.active-filter{
	border-bottom: 3px solid #222;
}


.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Portfolio Single */

.project-slideshow{
	height: auto;
	overflow: hidden;
	border-bottom: 14px solid #f4cb14;
}

.project-description h3{
	margin-bottom: 0px;
}

.project-description h4{
	margin-top: 5px;
}

.project-details{
	background-color: #f4cb14;
	padding: 10px;
	margin-top: 15px;
}

.project-details h5{
	margin-top: 5px;
	margin-bottom: 0px;
}

.project-triangle{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid #d3af0d;
	margin-bottom: 30px;
	}
	
.project-triangle-right{
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-left: 0px solid transparent;
	border-top: 30px solid #d3af0d;
	margin-bottom: 30px;
	}
	
/* Clients */

#clients{
	padding-bottom: 8%;
	padding-top: 8%;
	background:url('http://placehold.it/1200x800');
	background-size: cover;
	background-attachment: fixed;
}

#clients h2{
	margin-bottom: 60px;
	margin-top: 0px;
}

#clients img{
	width: 200px;
	margin-bottom: 10px;
	display:inline-block;
}

/* About US Styles */

.skills ul{
	list-style: none;
}

.skills li{
	height:30px;
	background-color: #ffa300;
	margin-bottom: 20px;
	padding: 5px 0px 0px 5px;
}

.skills li h5{
	margin: 0px;
}

.web-development{
	width: 75%;
}

.graphic-design{
	width: 95%;
}

.seo{
	width: 65%;
}

.branding-identity{
	width: 100%;
}

.our-team{
	margin-bottom: 80px;
}

.our-team img{
	height: 250px;
	max-width: 200%;
	position: relative;
	top: 2px;
}

.team-member{
	overflow: hidden;

}

.team-image-wrap{
	overflow: hidden;
}

.team-member-title{
	background-color: #ffa300;
	padding: 5px 0px 5px 11px;
}

.team-member-title h5{
	margin: 5px 0px 0px 0px;
}

.team-member-title h6{
	margin: 7px 0px 5px 0px;
}

.team-member p{
	background-color: #ccc;
	padding: 10px;
	margin-bottom: 0px;
}

.team-hover{
	position: absolute;
	top:0px;
	width: 90.5%;
	height: 254px;
	background-color:rgba(255,163,0,0.8);
	font-size: 4em;
	display: none;
	z-index: 200;
}

.team-hover i{
	margin-top: 15px;
	display: inline-block;
}

/* Contact Styles */

section#contact{ background-color: #000; }

#form-name, #form-email{
	height: 40px;
	background-color: #fff;
	outline: none;
}

#form-msg{
	height: 130px;
	background-color: #fff;
	outline: none;
}

#form-send{
	height: 130px;
	border: 4px solid #f4cb14;
	color: #000;
	font-size: 4em;
	cursor: pointer;
}

#form-send:hover{
	border:4px solid #d3af0d;
}



#form-send h4{
	margin-top: 0px;
}

#form-send i{
	margin-top:25px;
	display: inline-block;
}

#bottom-contact{
	margin-bottom: 0px !important;
}

#google-map{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 14px solid #ffa300;
	-webkit-box-shadow:  0px 7px 12px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 7px 12px 0px rgba(0, 0, 0, 0.5);
    width: 100%;
    
}

#bottom-social{
	padding-bottom: 2%;
	padding-top: 2%;
	background:url('http://placehold.it/1200x800');
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0px !important;
}

#bottom-social h3{
	margin-top: 0px;
	margin-bottom: 25px;
}



#bottom-social i{
	font-size: 3.5em;
	margin-left: 35px;
}

.social-foundicon-twitter{
	margin-left: 0px !important;
}

#details-error-wrap{
	display: none;
}

/* Footer */

section#footer{
	padding-bottom: 99px !important;
	background: #000 url('../images/ruban.jpg') repeat-x center bottom;
	color: #f3c916;
}

#footer p{ font-size: 12px; }

#footer ul{ list-style: none; }
#footer ul li{ float: left; font-size: 12px; margin-right: 15px; font-family: 'Lato Regular', sans-serif; }
#footer ul li.copyright{ margin-right: 15%; }
#footer ul li a{ color: #f3c916; border-bottom: 1px solid #f3c916; }
#footer ul li a:hover{ border-bottom: none; }

/* Author Style */
#legal.reveal-modal, #confidentialite.reveal-modal{ padding-top: 20px; }

.reveal-modal {
background: #000;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width : 480px) {  

	#home-title{
		height: 450px;
	}
    
    #pull{
    	display: block;
    	text-align: right;
    	height: 66px;
    	padding-top: 15px;
    }
    
    #main-nav li{
    	float: none;
    }
    
    .pull-toggle{
    	width: auto !important;
    }
    
    #main-nav a{
    	width: 100%;
    	text-align: center;
    }
    
    #main-nav ul{
    	float: none;
    }
    
    #nav-container{
    	height: 66px;
    	overflow: hidden;
    }
    
    #home-title h1{
    	font-size: 4em;
    }
    
    #home{
    	background-attachment: scroll;
    	padding-top: 30%;
    }
    
    .team-member{
    	padding-right: 15px;
    	margin-bottom: 30px;
    }
    
    .team-image-wrap{
    	overflow: hidden;
    }
    
    .team-hover{
    	width: 92%;
    }
    
    #portfolio-container{
    	margin-left: 7px;
    }
    
    .project-slideshow{
    	height: auto;
    }
    
    .service{
    	border-right: none;
    	border-bottom: 3px solid #fff;
    	margin-bottom: 30px;
    	padding-bottom: 15px;
    }
    
    .service:last-child{
    	border-bottom: none;
    }
    
    .full-bg{
    	background-attachment: scroll !important;
    }
    
    #bottom-social i{
    	font-size: 3em;
    }
    
}  

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.full-bg{
		background-attachment: scroll !important;
	}
	
	#portfolio-container{
		margin-left: 65px;
	}
}

