/* layer slider captions */

.ls-caption2 {
  background: #282A2E;
  font-size: 28px;
  padding: 10px 20px;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.animated {
  visibility:hidden;
}

/* Mobile menu */
.select-menu {
  display: none; 
}



/*	Base */
::-moz-selection { background: #999; color: #fff; text-shadow: none; }
::selection { background: #999; color: #fff; text-shadow: none; }
:focus { outline-color: transparent!important; outline-style: none!important; }

html {
	overflow-y:scroll;
	background:#fff;	
}


body {
	margin: 0;
	padding: 0;                      
  font-family: "Lato", Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #ACB2B8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	cursor:default;
  overflow:hidden;
  font-style: normal;
  font-weight: 400;
  background: #FFF;
  padding-top:60px;
}



section, footer{
  padding-top:80px;
}

a {
  color: #ACB2B8;
  text-decoration:none;
}

a:hover, a:active, a:focus {
  text-decoration:none;
}

.white-text {
  color:#FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  color: #282A2E; 
  line-height:1.3em;    
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight:400;
  text-align:center;
}

h1 {
  font-size:60px;
  text-align:center;
  text-transform:uppercase;  
}

.white {
  color:#FFF;
}


h2 {
  color: #282A2E;  
  font-size: 36px;
  font-weight: 400;
}
                                                                                                                        
.section-title {
  color: #282A2E;
  font-size: 56px;
  font-weight: 400;
  text-transform:uppercase;
  margin:0px;
  display: inline-block;
}


.section-title-white {
  color: #FFF;
  font-size: 56px;
  font-weight: 400;
  text-transform:uppercase;
  margin:0px;
  display: inline-block;
}


h3 {
  color: #282A2E;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align:left;
}



h4 {
  font-size:18px;
  font-weight: 400;
}

h5 {
  font-size: 15px;
  font-weight: 400;
}

h6 {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height:16px;
}


p {
  color: #ACB2B8;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  text-align:left; 
}               

.lead {
  color:#404449;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;  
}



img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}  


/* Navigation */

.navbar {
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-bottom: 1px solid #E7EBEF; 
  background: #FFF;
  width:100%;
  line-height:60px;
  z-index:1020;
}

.navbar .nav {
  position: relative;
  right: 0;
  display: block;
  float: right;
  margin: 0 0px 0 0;
}

.logo {
  float: left;
  display: block;
  overflow:hidden; 
}


.logo img{
  margin-top:-4px;
  width:auto;
  max-height:80px;
  max-width: 180px;    
}

.navbar-inner {
	box-shadow: none !important;
	transition: all 0.3s ease-out 0s;
	border-bottom: none !important;	
  background-color: transparent;
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  background: #FFFFFF; 
  padding:0px;
}


.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
  background-color: transparent;
  text-decoration: none;
    text-decoration: none;
} 

.navbar .nav > li {
  margin:0px;
  float: left;
}

.navbar .nav > li > a{
	font-family: 'Lato', serif;
  text-transform:uppercase;
  font-size: 13px;
	color: #ACB2B8;
  font-weight:400;
  margin-left:25px;
	display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
	text-shadow: none !important;
  -webkit-transition: all 0ms ease-in; 
     -moz-transition: all 0ms ease-in;
      -ms-transition: all 0ms ease-in;
       -o-transition: all 0ms ease-in;
          transition: all 0ms ease-in; 
  
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover { 
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color:transparent;
  background:transparent;
	box-shadow: none;	
	transition: none;
}

.navbar .nav > li:first-child > a {
  margin-left:0px;  
}


/* services */

.services-1 {
  position:relative;
  text-align:center;
  margin:0px 0px 30px 0px;
}



.services-1-icon i{
  width:84px;
  height:84px;
  line-height:84px;
  font-size:30px;
  margin:0px auto;
  position: relative;
  display: inline-block;  
  border:2px solid;
  border-color: #E7EBEF;
  margin-bottom:30px;
  border-radius:50%;    
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;  
}

.services-1-icon:hover i{  
}

.services-1-title {
  font-family: 'Raleway', sans-serif;
  color: #404449;
  font-size: 16px;
  font-weight: 400;
}

.services-2 {
  position:relative;
  text-align:center;
  margin:0px 0px 30px 0px;  
}


.services-2-icon {
  display: inline-block;
  width:100%;
  display: table;  
}

.services-2-icon i {
  width:60px;
  height:60px;
  line-height:60px;  
  margin:0px auto;
  position: relative;
  display: inline-block;  
  margin-right:15px;
  border-radius:50%;
  float:left;
  text-align: center;
  font-size: 26px;    
  color:#fff;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;  
}

.services-2:hover .services-2-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);  
}

.services-2-text {
  margin-left:75px;
  overflow:hidden;
}

.services-2-icon h4 {
  font-family: 'Raleway', sans-serif;
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
  text-align:left; 
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width:100%;
}

.services-2 p {
  color: #ACB2B8;
  margin: 0px 0px 0px 0px;
  text-align:left; 
}


.services-3 {
  position:relative;
  text-align:center;
  margin:0px 0px 30px 0px;  
}

.services-3-icon {
  display: inline-block;
  width:100%;
  display: table;  
}

.services-3-icon i {
  width:60px;
  height:60px;
  line-height:60px;  
  margin:0px auto;
  position: relative;
  display: inline-block;  
  margin-left:15px;
  border-radius:50%;
  float:left;
  text-align: center;
  font-size: 26px;    
  color:#fff;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;  
}

.services-3:hover .services-3-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);  
}

.services-3-text {
  margin-right:75px;
  overflow:hidden;
}

.services-3-icon h4 {
  font-family: 'Raleway', sans-serif;
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  text-align:right; 
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width:100%;
}

.services-3 p {
  color: #ACB2B8;
  margin: 0px 0px 0px 0px;
  text-align:right; 
}


/* Counter */

.counter-item {
  position:relative;
  padding:10px 0px;
  text-align:center;
}

.counter-item h5 {
  text-align:center;
  margin-bottom:0px;
  color:#282A2E;
}

.counter-item i {
  font-size:40px;
  color: #282A2E;
}


.timer {
  color: #282A2E;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
}

.counter-item p {
  
}


/* Our team */

.team {
  position:relative;
  text-align:center;
  margin-bottom:30px;
    
}

.team-img {
  position:relative;
  overflow:hidden;
  display: block;
}

.team-img img{

}

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  overflow: hidden;
  margin:10px;    
}

.team-img:hover .overlay {
  opacity: 0.9;
}

.team-socials {
  position:relative;
  margin:20px 0px 19px 0px;
  text-align:left;
}

.team-socials a {
  display:inline-block;
}

.team-socials  i {
  width:42px;
  height:42px;
  line-height:42px;  
  background: transparent;
  border:2px solid #E7EBEF;
  margin: 0px 5px 0px 0px;
  position: relative;
  display: inline-block;  
  text-align: center;
  font-size: 18px;      
}

.team-socials a:hover  i {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border:2px solid; 
}

.team-name {
  position:relative;
}


.team-name h3 {
  text-align:left;
  margin-bottom:3px;
}

.team-position {
  text-align:left;
}


.team-email i{
  position: absolute;
  display: inline-block;
  margin: -40px 0px 0px -40px;
  font-size: 40px;
  border-radius: 50% 50% 50% 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 0px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
}

.team-img:hover .team-email i{
  font-size: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;  
}


/* parallax */


.parallax{
  width:100%; 
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;  
  color: #FFFFFF;
}

.parallax-2 {
  background-color: #E7EBEF;
}



.parallax .parallax-text-container-1 {
  width: 100%;
  padding: 0;
  margin: 0;
}


.parallax .parallax-text-container-2 {
  padding: 0;
  margin: 0;
  text-align: center;  
  width: 100%;
  height:400px;
  display:table;
  text-align: center;
}

.parallax .parallax-text-container-3 {
  display:table;
  padding: 0;
  margin: 0;
  text-align: center;  
  width: 100%;
  height:250px;
}


.parallax-text-container-1 .parallax-text-item {
  padding:50px 0px;
  text-align:center;
}

.parallax-text-container-2 .parallax-text-item {
  display:table-cell;
  vertical-align:middle;
}



.parallax-text-container-3 .parallax-text-item {
  display:table-cell;
  vertical-align:middle;
  color: #606060;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;  
}


.parallax-2 p.lead {
  text-align:left;  
}

.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}


/*portfolio */

.portfolio-header {
  position:relative;
}

.portfolio-fullwidth {
  background:#282A2E;
  position:relative;
}

#portfolio-items {
  padding:0px;
}

.portfolio {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.project {
  margin-bottom: 0px;
  margin-right: -1px;
}

.project img {
  width:100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
}

.project:hover img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
  opacity:0.3;
}

.project-detail {
  background-color:rgba(255,255,255,1); 
  padding:50px 25px; 
  max-width:1024px; 
  margin: 0px auto; 
  position:relative;
}

.project-detail img {
  width:100%;
}

#portfolio-items {
  padding-bottom:20px;
}

#portfolio-items [class*="col-"], .projects-slider [class*="col-"]{  
  padding:0px; 
}


/*	Portfolio Filter */

#portfolio-filter{
  margin: 40px 0px 50px 0px;
  padding: 0px;
  float: left;
}
    
#portfolio-filter li {
  list-style:none;
  float:left;
  margin-right:0px;
  margin-bottom:5px;
  padding: 0px;
  text-align:left;
  line-height:45px;
  font-size:13px;
}
    
#portfolio-filter li a {
  display:inline-block; 
  color: #ACB2B8;
  padding: 0px 20px;         
}
 
#portfolio-filter li:hover a {
  text-decoration:none;
  color:#fff;
}
    
#portfolio-filter li.act a {
  color: #FFF; 
  border-bottom: 0px solid;
  border-top: 0px solid;
  text-decoration:none;
}


	/*	Portfolio - Isotype (filtering tags) */


	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}   

	/* Isotope CSS3 transitions */    
	.isotope,	.isotope .isotope-item {
	  -webkit-transition-duration: 0.4s;
		 -moz-transition-duration: 0.4s;
		  -ms-transition-duration: 0.4s;
		   -o-transition-duration: 0.4s;
			  transition-duration: 0.4s;        
	}

	.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:         top, left, 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;
	}              



/*footer */

.footer-socials {
  position:relative;
  padding-top: 5px;
  text-align:center;
  margin-bottom:20px;
}

.footer-socials a {
  display:inline-block;
}

.footer-socials  i {
  width:42px;
  height:42px;
  line-height:42px;  
  background: transparent;
  border:2px solid #E7EBEF;
  margin:0px auto;
  position: relative;
  display: inline-block;  
  margin:0px 5px;
  text-align: center;
  font-size: 18px;      
}

.footer-socials a:hover  i {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border:2px solid; 
}

footer p {
  text-align:center;
}


.google-map {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 0px;
  border: 0px;
  margin-bottom: -7px;
}

.back-to-top {
  position:relative;
  margin:0px auto;
  display:inline-block; 
  background:#282A2E;
  height:50px;
  line-height:50px;
  z-index: 3;
  cursor:pointer;
  text-align:center;
  z-index:100;
  width:100%;
}


.back-to-top i{
  position:relative;
  display:inline-block;
  color:#fff;
  font-size:30px;
  width:30px;
  height:50px;
  line-height:50px;    
}


/* contact form */
.error {
  margin:8px 0px;
	display: none;
  color: #282A2E;  
}

#ajaxsuccess {
  font-size: 16px;
	width: 100%;
	display: none;
  clear: both;
  color: #282A2E;
  margin:8px 0px;
}


/* SLIDERS */


.testimonal-slider {margin: 0px;  border: 0px solid #000; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,0); -o-box-shadow: 0 0px 0px rgba(0,0,0,0); zoom: 1;}

.testimonal-slider .flex-control-nav {width: 100%; position: absolute; bottom: -50px; text-align: center; height:6px;}
.testimonal-slider .flex-control-nav li {margin: 0 0px; display: inline-block; zoom: 1; *display: inline;

}
.testimonal-slider .flex-control-paging li a {width: 10px; height: 10px; display: block;  
  background: #282A2E; cursor: pointer; text-indent: -9999px;
  border:0px solid; 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -o-border-radius: 0px; 
  border-radius: 0px; 
  box-shadow: inset 0 0 0px rgba(0,0,0,0);
  opacity: 0.3;
  margin-right:5px;
}
.testimonal-slider .flex-control-paging li a:hover { background: #282A2E; opacity: 1;}
.testimonal-slider .flex-control-paging li a.flex-active { background:  #282A2E; cursor: default; opacity: 1; }
  
.testimonal-slider .flex-direction-nav {display:none;} 
      

.small-line {
  margin: 0px;
  border-top:1px #E7EBEF solid;
}


/* Spacer classes */

.spacer1 {
  height: 1px !important;
}

.spacer5 {
  height: 5px !important;
}
  
.spacer10 {
  height: 10px !important;
}
  
.spacer15 {
  height: 15px !important;
}
  
.spacer20 {
  height: 20px !important;
}

.spacer25 {
  height: 25px !important;
}
  
.spacer30 {
  height: 30px !important;
}

.spacer35 {
  height: 35px !important;
}
  
.spacer40 {
  height: 40px !important;
}
  
.spacer45 {
  height: 45px !important;
}
  
.spacer50 {
  height: 50px !important;
}

.spacer55 {
  height: 55px !important;
}

.spacer60 {
  height: 60px !important;
}

.spacer65 {
  height: 65px !important;
}
  
.spacer70 {
  height: 70px !important;
}

.spacer75 {
  height: 75px !important;
}

.spacer80 {
  height: 80px !important;
}

.spacer85 {
  height: 85px !important;
}

.spacer90 {
  height: 90px !important;
}

.spacer95 {
  height: 95px !important;
}

.spacer100 {
  height: 100px !important;
}

.spacer110 {
  height: 110px !important;
}

.spacer120 {
  height: 120px !important;
}

.spacer130 {
  height: 130px !important;
}

.spacer140 {
  height: 140px !important;
}

.spacer150 {
  height: 150px !important;
}

.spacer500 {
  height: 500px !important;
}

.padding-left-50 {
  padding-left:50px;
}


.clear {
  clear:both;
}

/* Style switcher */
.color-1 {background: #E93735;}
.color-2 {background: #00A8FF;}
.color-3 {background: #66368b;}
.color-4 {background: #F1C40F;}
.color-5 {background: #7CB91C;}


.color-picker {
  position: fixed;
  left: -239px;
  top: 120px;
  width: 239px;
  background: #e6e6e6;
  z-index: 999999;
  -webkit-transition: all .3s ease;
  display: none;
}

.color-picker a.handle {
  position: absolute;
  top: 0;
  left: 239px;
  width: 50px;
  height: 50px;
  text-align:center;
  background:#262626;
  z-index:9999;
}

.color-picker a.handle i{
  color:white;
  font-size:25px;
  line-height: 50px;
}


.color-picker .settings-header {
  background: #3c3c3c;
  height: 50px;
  padding: 21px 34px 0 34px;
}
.color-picker .settings-header h3 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 5px;
  
}

.color-picker .section {
  padding: 20px 20px;
  border-left: 10px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.color-picker .section h4 {
  font-size: 16px;
  text-transform: none;
  color: #3c3c3c;
  line-height: 16px;
  padding: 0 0 0 0px;
  margin-bottom: 20px;
  text-align:left;
}

.color-picker .section i {
  font-size: 16px; 
  margin-right:10px; 
}


.color-picker span {
  font-size: 13px;
  color: #9a9a9a;
}
.color-picker .colors a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right:5px;
  float: left;
  border:2px #BEBEBE solid;
}

.color-picker .skin a {
  display: block;
  width: 70px;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right:5px;
  float: left;
  text-align:center;
  line-height:30px;
  border:2px transparent solid;
}

.color-picker .skin a.actt {
  border:2px #FFF solid; 
}