/*------------------------------------------------------------------
[Master Stylesheet]

Project:	LeanCatalyst
Version:	1.1
Last change:	06/10/14
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Import google fonts
2. General Styles
3. Common Elements
	3.1 Button style
	3.2 Parallax style
	3.3 Page loading style
4 Header
	4.1 Navigation
5 Footer section
6 Home section
7 About section
8 Gallery section
9 Team
10 Facts
11 Client
12 Services
13 Portfolio
	13.1 Project style
14 Testimonial
15 News/Blog
16 Contact section
	
-------------------------------------------------------------------*/

/* 1. import google fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

/* 2. General Styles
-------------------------*/
html {font-size: 62.5%;}
body {height: 100%;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;background: #fff;color: #646464;font-family: 'open sans',sans-serif;font-size: 16px;
    font-weight: 300;line-height: 1.9;}
a {color: #888;text-decoration: none;}
a:hover,a:focus {color: #333;text-decoration: none;}
img{max-width:100%;}
iframe {border: none;}
h1,h2,h3,h4,h5,h6 {margin: 1em 0;color: #556270;font-weight: 400;line-height: 1.3;font-family: 'Lato', sans-serif;text-rendering:optimizelegibility;}
h1 {font-size: 52px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 18px;}
h6 {font-size: 14px;}
p {margin: 0 0 1em;}
ul,ol {margin-bottom: 20px;line-height: 1.8;}
.animated {
-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.text-center{text-align:center;}
.list-unstyled i {display: inline-block;margin-right: 5px;}
.whitetext{color:#fff !important}
.container {padding: 0;}
.row {margin:0;margin-bottom: 30px;}
section,.section {position: relative;padding: 100px 0 ;background: #fff;z-index:100;}
section > .container,.section > .container {max-width: 1144px;}

::-moz-selection{background:#424242;color:#fff}
::selection{background:#424242;color:#fff;}
::-webkit-selection{background:#424242;color:#fff}

/* 3. Elements
-------------------------
3.1 Button style */


.btn {
  text-transform: uppercase;
  font-weight: 400;
  border: 0;
  -webkit-border-radius:0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius:0px;
  border-radius: 0px; 
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  white-space:normal;
}
.btn:hover {color: #fff;}
.btn-default {color: #fff;background: #556270;}
.btn-default:hover {background: #FF6B6B;}
button,a {border: none;}
button.close,a.close {
  position: absolute;
  z-index: 1;
  opacity:1;-webkit-opacity:1;-moz-opacity:1;
  top: 0;
  right: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  color: #999;
  text-shadow: none;
  background: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
button.close:hover,
a.close:hover {
  opacity:1;-webkit-opacity:1;-moz-opacity:1;
  color: #fff;
  background: #ccc;
}

/* 3.2 Parallax
-------------------------*/
.address p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: center;
  padding: 100px 0 0;
}

.parallax {
  padding: 0;
  font-size: 2em;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.3);
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position:static;
}
@media only screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: center top !important;
    }
    #home {
        position: relative !important;
    }
    #home .slideshow-home.bg1 {
        background-attachment: scroll !important;
        background-position: 90% 0 !important;
    }
    .item-container {
        text-align: left !important;
    }
    #content {
        top: 0 !important;
    }
}
.parallax .container {
  z-index: 2;
  margin: 0 auto;
  padding: 0px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .parallax .container {
    padding: 0;
  }
}
.background-overlay {    
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  /*background-color:rgba(127,202,159,.8);;  */
}



/* 4. Header
-------------------------*/
/* 		4.1 Navigation
-------------------------*/
header.navbar {
	background:#424242;
    position: fixed;
    top: 0;    
    width: 100%;
    z-index:200;
	border-radius:0px;-webkit-border-radius:0px;
   	transition: background 0.4s linear 0s;
	-webkit-transition: background 0.4s linear 0s;
	-moz-transition: background 0.4s linear 0s;
	-o-transition: background 0.4s linear 0s;
	-ms-transition: background 0.4s linear 0s;  
}
header .navbar-header #logo {
    display: block;
    float: left;
    height: 36px;   
    width: 245px;
	margin-left:20px;
    margin-top: 8px;
	transition: background 0.2s linear 0s;
	-webkit-transition: background 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s;
	-ms-transition: background 0.2s linear 0s;
}
header .navbar-header #logo img {
    height: 100%;
    width: 100%;
}
.show .navbar-header #logo{
  height: 36px;
	width: 245px;
  transition: background 0.2s linear 0s;
	-webkit-transition: background 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s;
	-ms-transition: background 0.2s linear 0s;  
}
#main-nav{
    margin-bottom: 0;
    overflow: hidden;
    padding: 20px 0;  
    width: 100%;
    z-index: 20;
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-nav > li{
display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 60px;
}
.navbar-nav > li a{
border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    padding-bottom: 12px;
    text-transform: uppercase;
    transition: border-bottom-color 0.1s linear 0s;
	-webkit-transition: border-bottom-color 0.1s linear 0s;
	-moz-transition: border-bottom-color 0.1s linear 0s;
	-ms-transition: border-bottom-color 0.1s linear 0s;
	-o-transition: border-bottom-color 0.1s linear 0s;
	padding:0 0 10px;
}
.navbar .row{margin-bottom:0;}
header.navbar.show {
   background:#424242;
   transition: background 0.4s linear 0s;
   -webkit-transition: background 0.4s linear 0s;
   -moz-transition: background 0.4s linear 0s;
   -o-transition: background 0.4s linear 0s;
   -ms-transition: background 0.4s linear 0s;
}
.show #main-nav {
    padding: 13px 0;
    transition: padding 0.2s linear 0s;
	-webkit-transition: padding 0.2s linear 0s;
	-ms-transition: padding 0.2s linear 0s;
	-moz-transition: padding 0.2s linear 0s;
	-o-transition: padding 0.2s linear 0s;
}
header.navbar .navbar-toggle {
	height: auto;margin: 15px 0 0;
    padding: 0 25px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
  border: none;
  outline: none;
}
.show .navbar-toggle {margin: 21px 0 0 !important;}
header.navbar .navbar-toggle .icon-bar {
   -webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
  background: #fff;
}
header.navbar .navbar-brand {  
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
}
header.navbar .navbar-brand img {
  max-height: 60px;
}
header.navbar .navbar-nav {
  position: relative;
  margin:15px 0 0 0;
  text-transform: uppercase;
  font-size: 1em;
 font-family: 'Open sans', sans-serif;
 letter-spacing:0.04em;
}
.show .navbar-nav  {
    margin-top: 15px !important;
}

.navbar-collapse .back {
    background-color:#FF6B6B;
    height: 80px;
    position: absolute;
    top: 0;
    transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	-moz-transition: background-color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s;
    z-index: -1;
}
#toggle-navbar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100px;
  line-height: 95px;
  font-size: 2em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background: #ffcd00;
}
#toggle-navbar:hover {
  cursor: pointer;
}
.navbar-collapse {
  display: table;
    float: right;
    height: auto !important;
    max-height: none;
    overflow: hidden;
    padding: 0;
    position: relative;
	
}
.navbar-collapse.in {
  overflow: hidden;
}
header.navbar .navbar-nav li a:hover,header.navbar .navbar-nav li a:active,header.navbar .navbar-nav li a:focus {
    border-bottom-color: #FFFFFF;
    color: #FFFFFF;
    transition: border-bottom-color 0.1s linear 0s;
	-webkit-transition: border-bottom-color 0.1s linear 0s;
	-moz-transition: border-bottom-color 0.1s linear 0s;
	-o-transition: border-bottom-color 0.1s linear 0s;
	-ms-transition: border-bottom-color 0.1s linear 0s;
}
.nav > li > a:hover,.nav > li > a:focus{background:none;}
@media (max-width: 767px) {
  .navbar-collapse.in {
    display: none;
    height: 0 !important;
  }
}
/* 5. Footer
-------------------------*/
#footer {
background:#424242;
    color: #fff;
    font-size: 0.9em;
    width: 100%;	
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .row{margin-bottom:0px;}
footer#footer ul {list-style: none outside none;margin: 40px 0;padding: 0;}
footer#footer ul li {display: inline-block;font-size: 13px;margin-right: 30px;}
footer#footer ul li a {color: #FFFFFF;}
footer#footer #start {font: 300 20px/1.6;text-align: center;}
#start .social{padding: 33px 0;margin:0 auto;text-align:center;}
#start .social a{ color: #FFFFFF !important;display: inline-block;font-size: 24px;height: 40px;line-height: 40px;text-align: center;width: 60px; 
-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;}
#start .social a:hover{
color:#333 !important;
}

.loading .animated {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  -webkit-animation-delay: 60s !important;
  animation-delay: 60s !important;
}
#loadbox {position: fixed;z-index: 2001;top: 0;left: 0;height: 100%;width: 100%;text-align: center;background: #fff;}
.spinner {position: absolute !important;top: 50%;left: 50%;}
.spinnerhome {
  margin: 0 auto;
}
/* 6. Home
-------------------------*/
#content {top: 820px;z-index: 100;}
#content {background:#FFFFFF;height: 100%;position: relative;}
#home {/*background:rgba(127,202,159,.8);*/height: 820px;overflow: hidden;position: fixed;top: 0;z-index: 32;width: 100%;}
.home-variant{background-color:transparent !important;}
.bg {
	 background-image: url("../images/sliderimg/service-sliderbg2.jpg");
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    z-index: -3;
}
.player {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -3;
}
#home .slideshow-home {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  min-height:600px;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
#home .slideshow-home .container {
  max-width: 75%;
}
#home .slideshow-home.bg1 {
  background-image: url("../images/banner.jpg");
   background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position:static;
}
#heading-slider-style1 ,#heading-slider-style2{margin: 0 auto;width: 850px;	}
.home-banner .owl-carousel{cursor:default;}

#heading-slider-style1 .owl-controls .owl-buttons .owl-prev {background: url("../images/prev.png") no-repeat scroll 0 0 transparent;left: 0;cursor: pointer;height: 59px;margin-top: -40px;outline: 0 none;position: absolute;
    text-indent: -9999px;top: 50%;width: 59px;z-index: 18;}
#heading-slider-style1  .owl-controls .owl-buttons .owl-next {background: url("../images/next.png") no-repeat scroll 0 0 transparent;right: 0;cursor: pointer;height: 59px;margin-top: -40px;outline: 0 none;position: absolute;
    text-indent: -9999px;top: 50%;width: 59px;z-index: 18;}
	
.item-container{
    color: #FFFFFF;   
    margin: 0 auto;
    padding: 0px 40px 0;
    position: relative;
    text-align: center;
	transition: opacity 2s ease 1s;
	-webkit-transition: opacity 2s ease 1s;
	-moz-transition: opacity 2s ease 1s;
	-o-transition: opacity 2s ease 1s;
 }
.item-container h4{
	color: #FFFFFF;
    font-size: 5em;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 40px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.004);
	font-family: open sans;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.bg {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -3;
}
.player {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -3;
}

.wrapper {
  display: table;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
#loadbox .wrapper .inner img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    z-index: 999;
    display: block !important;
    width: auto;
    max-width: inherit;
}
.wrapper .animated {
  /*-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;*/
}

/* Video */
.buttonBar {
  display: none;
}
.mb_YTVPBar {
   opacity:0.5;-webkit-opacity:0.5;-moz-opacity:0.5;
}
.mb_YTVTime {
  height: 10px;
}
.video-controls {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.video-controls button {
  outline: none;
  opacity:0.3;-webkit-opacity:0.3;-moz-opacity:0.3;
  text-shadow: inherit;
  background: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.video-controls button:hover {
   opacity:1;-webkit-opacity:1;-moz-opacity:1;
}
.video-controls button i {
  height: 40px;
  width: 40px;
  font-size: 1em;
  line-height: 36px;
  color: #fff;
   -webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
  border: 2px solid #fff;
}
.video-controls .video-btn-play {
  text-indent: 2px;
}
.video-controls .video-btn-prev {
  text-indent: -1px;
}
.video-controls .video-btn-next {
  text-indent: 2px;
}
.video-btn-play {
  outline: none;
  text-shadow: inherit;
}
/* 7. About
-------------------------*/
#about{background:#fff;position:relative;z-index:100; padding: 100px 0 0;}
#about .row{margin-bottom:0;}
#about .avatar {background-clip: padding-box;width: 120px;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%;-ms-border-radius: 100%;}
#about blockquote {margin: 40px auto 50px;}
#about blockquote p {color: #4A4A4A;font: 42px/1.5 "Lato";text-align: center;text-transform: none;margin-bottom: 18px;font-weight:300;}
#about blockquote cite {font-size: 18px;font-style: normal;text-align: center;text-transform:none;font-weight:300;}
cite {display: block;font-style: normal;}
#about hr {border-color: #424242;margin: 20px auto 70px;width: 85px;}

#about .about-block, #about .about-block:nth-child(2n+1){margin:0 auto 25px;text-align:center;}
#about .about-block:first-child{border-left:none;}
.about-block header{text-align:center;}
.about-block header h4{background:#F1F1F1;font-size: 28px;font-weight: 300;margin-bottom: 15px;margin-top: 5px;padding: 20px 20px 20px 80px;text-transform: none;
	position:relative;}
.about-block header h4 span{background:#424242;height: 100%;left: 0;padding: 20px;position: absolute;text-align: left;top: 0;margin-left:10px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.about-block header i{font-size:32px;color:#fff;}
.about-block:hover header h4 span{background:#F1F1F1;}
.about-block:hover header h4 span i{color:#424242;}
.about-block:hover header h4{background:#424242;color:#fff;}

/* 8. Gallery */
#gallery-slider .owl-item .item{position:relative}
#gallery-slider .owl-item .item .caption-section {background:rgba(66, 66, 66, 0.8);bottom: 0;color: #FFFFFF;font-weight: 300;left: 0;margin: 0;bottom:0px;padding: 20px;
    position: absolute;text-align: right;text-transform: uppercase;text-align:center;width: 100%;height:100%;
	-moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;	
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);	
}
#gallery-slider .owl-item .item .g-img{width:100%}
#gallery-slider .owl-item .item .caption-section h3{ color: #FFFFFF;
    font-size: 34px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: none;}
#gallery-slider .owl-item .item .caption-section h4{ color: #FFFFFF;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    margin: 10px 0 25px;
    text-transform: none;}
#gallery-slider .owl-item .item .caption-section p{text-transform:none; margin-bottom: 25px;}
#gallery-slider .owl-item .item:hover .caption-section{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);bottom:0px;}
#gallery-slider hr {border-color: #fff;margin: 20px auto 0px;width: 85px;}

/* 9. team block */
#team{display: none;padding: 100px 0;position: relative;}
#team-block{background: url("../images/team-bg.jpg") no-repeat scroll right top #F8F8F8;
    height: 684px;margin:-1px 0 0 0;}
#portfolio-block{background: url("../images/work-bg.jpg") no-repeat scroll right top #F8F8F8;
    height: 684px;margin:-1px 0 0 0;}	
#team-block .block-head h2,#portfolio-block .block-head h2,.block-head h2{
 font-size: 48px;
    font-weight: 300;
    margin-bottom: 0;
	text-transform:none;
	 color: #424242;
	 margin-top: 0.2em;
    text-rendering: optimizelegibility;
	 line-height: 1.23333em;
}
#team-block .block-head h3,#portfolio-block .block-head h3	
{
	text-transform:none;
	 font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 5px;
	 margin-bottom: 0.5em;
	 color: #4A4A4A;
	 text-rendering: optimizelegibility;
}
.btn-circle {
    background:#424242;
    border-radius: 78px;-webkit-border-radius: 78px;-moz-border-radius: 78px;-o-border-radius: 78px;-ms-border-radius: 78px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 156px;
    line-height: 156px; 
    transition: background 0.2s linear 0s;-webkit-transition: background 0.2s linear 0s;-moz-transition: background 0.2s linear 0s;-o-transition: background 0.2s linear 0s;
    vertical-align: middle;
    width: 156px;
}
.btn-circle span {
    color: #FFFFFF;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.btn-circle hr {
    margin: -34px auto;
    width: 32px;
}
.btn-circle:hover, .btn-circle:active, .btn-circle:focus {
    background: none repeat scroll 0 0 #424242;
    color: #FFFFFF;
    transition: background 0.2s linear 0s;-webkit-transition: background 0.2s linear 0s;-moz-transition: background 0.2s linear 0s;-o-transition: background 0.2s linear 0s;
}

.team-ul{padding:0;}
.team-ul > li {opacity: 1;-webkit-opacity: 1;
    transform: translate(0px, 0px);-webkit-transform: translate(0px, 0px);-moz-transform: translate(0px, 0px);-o-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);
}
.team-ul li {display: inline-block;margin: 13px 0;padding: 0 13px;position: relative;text-align: left;transition: all 0.4s ease-out 0s;-webkit-transition: all 0.4s ease-out 0s;-moz-transition: all 0.4s ease-out 0s;-o-transition: all 0.4s ease-out 0s;-ms-transition: all 0.4s ease-out 0s;}
.team-ul li:nth-child(2n+1) article, .portfolio-ul li:nth-child(2n+1) article {float: right;}
.team-ul article, .portfolio-ul article {overflow: hidden;}
.team-ul article {max-width: 400px;}
.team-ul article, .portfolio-ul article {float: left;position: relative;width: 100%;}
article {margin: 0;}
.team-ul article img, .portfolio-ul article img {display: block;margin: 0;max-width: 100%;position: relative;}
.team-ul article .team-color {left: 0;opacity: 0;-webkit-opacity: 0;position: absolute;top: 0;}
.team-ul article img {transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;}
.team-ul header, .portfolio-ul header {color: #FFFFFF;left: 0;position: absolute;top: 0;}
.team-ul header {padding: 20px;}
.team-ul header {background:#424242;}
.team-ul header, .portfolio-ul header {bottom: 0;height: 100px;opacity: 0;-webkit-opacity: 0;text-transform: uppercase;top: auto;
    transform: translateY(100%);-webkit-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);-moz-transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	-webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	-moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	-ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
}

.team-ul header h5 {color: #fff;margin: 0 0 5px;padding: 0;font-size:24px;font-weight:400;line-height:29px;}
.team-ul article:hover img {opacity: 1;-webkit-opacity: 1;transform: translateY(-40px);-webkit-transform: translateY(-40px);-ms-transform: translateY(-40px);-moz-transform: translateY(-40px);-o-transform: translateY(-40px);}
.team-ul article:hover header, .portfolio-ul article:hover header {opacity: 1;-webkit-opacity: 1; transform: translateY(0px);-webkit-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);-moz-transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.team-ul article > div {height: 100%;left:0;position: absolute;top:0;transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;width: 100%;}
.team-ul article:hover div{transform: translateY(-30px);-webkit-transform: translateY(-30px);-ms-transform: translateY(-30px);-moz-transform: translateY(-30px);-o-transform: translateY(-30px);}
.team-social{width:90%;margin:0 auto;height: 40px;top:50%;position: relative;text-align:center;z-index: 10;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
    -webkit-transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -ms-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
  opacity:0;
}
.team-ul article:hover div .team-social{opacity:1;}
a.more {    
     -webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
    -webkit-transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -ms-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
    
    color: #424242;
    display: inline-block;
    font-size: 1.4em;
    height: 40px;
    line-height: 37px;
    margin: 0 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    background-color:#fff;
    width: 40px;
}
a.more i{padding-top:5px;}
.more:hover {background-color:#424242;color: #fff;}

/* 10. facts */
#facts {background:#fff;padding:130px 0 120px;margin:-1px 0 0 0;}
#facts .row {margin-bottom:0px;}
#facts .row .col {margin-bottom: 0;margin-top: 0;position: relative;text-align: center;}
#facts .row .col h5 {
   border: 2px solid #F2F2F2;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 1px;
    padding: 20px 10px;	
    transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.facts{position:relative;padding:0;margin:0 auto;}
.getNum{
background:#f2f2f2;
  font-size: 48px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;	
    transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.grNum span{line-height:0px;display:block !important}
#facts .row .col:hover .getNum {background:#dfdfdf;}
#facts .row .col:hover h5 {border-color:#dfdfdf;}

#testimonials .background-overlay{
opacity:1;-webkit-opacity:1;-moz-opacity:1;
background-color: rgba(66, 66, 66, 0.8);
background-image:none;
}
/* 11. Clients
-------------------------*/
#clients {padding:100px 0;text-align: center;}

#clients img {
  max-width: 100px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
@media (min-width: 992px) {
  #clients img {
    max-width: 150px;
  }
}
#clients img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: none;
  -webkit-filter: grayscale(0%);
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}
/* 12. Services
-------------------------*/
#services{
background: url("../images/bg-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: -1px 0 0;
    padding: 100px 0 80px;
position:relative;z-index:100;}
#services h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.23333em;
    margin-bottom: 0;
    margin-top: 0.2em;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#services h3
{
	color: #dfdfdf;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 5px;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#services .ser-icon {text-align: center;}

.hide-for-small, .hide-for-medium-down, .hide-for-large-down {
    display: none !important;
}
.hide-for-small {
    display: inherit !important;
}
#services .service-bl{
margin-top:60px;
padding:0 30px 20px;
}
#services .ser-icon i {
    font-size: 59px;
}
#services .ser-icon i{
    color: #CCCCCC;
    vertical-align: top;
	 transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
#services .ser-icon hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #DDDDDD;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    clear: none;
    color: #CCCCCC;
    display: inline-block;
    margin: 30px;
    width: 18%;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
#services .service-bl h3 {
    font-size: 28px;
    font-weight: 300;
	text-align:center;
	margin-bottom:25px;
}
#services .service-bl h3, #services .service-bl p {
    color:#fff;
}
#services .service-blh3, #services .service-bl p {
    text-align: center;
}
#services .service-bl:hover .ser-icon i{
    color:#424242;
}
#services .service-bl:hover .ser-icon hr{
    border-color: -moz-use-text-color -moz-use-text-color #424242;
}

#services .col-md-8 .service-bl img {
    max-width: inherit;
    width: 450px;
}
#services .col-md-4 .service-bl img {
    width: 100px;
}

#process {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: -1px 0 0;
    padding: 50px 0 0;
}
#process .container{padding:0;}
#process .row {
    margin-bottom:0px;
}
#process .row .col {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#process .row .col h5 {
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 25px;
}
#process .row .col h5 span{
    color: #73E0B8;
    display: block;
    font-size:3em;
    font-weight: 800;
    transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;
}
.process{position:relative;}
.process p{   font-size: 14px;
    line-height: normal;
    margin-top: 10px;}

#process .row .col .circle {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height:33%;
    left: 0;
    position: absolute;
    top: 0;
    width: 96%;
    z-index: 999;
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#process .row .col:hover .circle {
    border: 1px solid rgba(255, 255, 255, 0.25);
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
#process .row .col:hover .p-icon {
font-size: 1.5em;
-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1000px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#process .row .col h5 {
        margin-top: 5px !important;
	}
	#process .row .col h5 {
       padding-top: 40px ;
	}
}

@media only screen and (max-width: 479px) {
	#process .row .col h5 {
       padding-top: 40px ;
	}
	#process .row .col h5 {
        margin-top: 5px !important;
	}
}
.process-container-bg {
    /*background: #3ea9fe;
    background: #eeb07f;*/
    background: #b1c3b7;
    height: 250px;
    margin: 15px auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
    padding: 0 5px;
    border-radius:5px;
}
.p-icon{
 background:#fff;
    border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;
    font-size: 2em;
    height: 80px;
    line-height: 80px;
    width: 80px;
	margin:0 auto;
	margin-top:50px;	
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-icon .fa {
    color: #299aad;
}
.process-container-bg h5 {
    padding-top: 0;    
    font-size: 20px;
    font-weight: 300;
	 text-transform: none;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
  color:#fff;
  font-weight: bold;	
}
.process-back {
    height: 100%;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 0;
    transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
    transition: all 0.25s ease-out 0.2s;
    width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.process-back div{margin-top: 90px;line-height: 24px; color:#fff;}
.process-container-bg.processHover {
    background-position: center -60px !important;
}
.process-container-bg.processHover h5, .process-container-bg:hover h5 {
    padding-top: 15px;
}
.process-container-bg.processHover .p-icon, .process-container-bg:hover .p-icon {
    margin:-90px auto 0;
}
.process-container-bg.processHover .process-back, .process-container-bg:hover .process-back {
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
/* 13. Portfolio
-------------------------*/
#portfolio{
display:none;
padding:0;
}
#portfolio img{max-width:100%}
#portfolio-filter {
   background: #fff;
    margin: 0;
    overflow: hidden;
    padding: 100px 0;
    text-align: center;
}
#portfolio-filter li {
   background: #f2f2f2;
    float: none;
    font-size:18px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: auto;
  transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;	
}
#portfolio-filter li a {
  position: relative;
  display: block;
  padding: 0 25px;
  color: #4A4A4A;
  transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;	
}

#portfolio-filter li a .type-counter {
  z-index: 1;
  position: absolute;
  width: 40px;
  text-align: center;
  top: 0;
  right: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#portfolio-filter li a:hover {
  color: #fff;
}
#portfolio-filter li:hover {
background-color:#424242;
  }
#portfolio-filter li a:hover .type-counter {
  opacity:1;-webkit-opacity:1;-moz-opacity:1;-o-opacity:1;
}

#portfolio-filter li.active .type-counter {
  opacity:1;-webkit-opacity:1;-moz-opacity:1;-o-opacity:1;
}

#portfolio-filter li.active {
	background-color:#424242;
  color: #fff;
}
#portfolio-filter li.active  a{
  color: #fff;
}
#portfolio-filter li.active a:hover {
  background: inherit;
}
#portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#portfolio-list li:before {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid transparent;
    content: "";
    height: 100.5%;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-width 0.2s ease 0s, border-color 0.2s ease 0s;
	-webkit-transition: border-width 0.2s ease 0s, border-color 0.2s ease 0s;
	-moz-transition: border-width 0.2s ease 0s, border-color 0.2s ease 0s;
	-o-transition: border-width 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 100.5%;
}
#portfolio-list li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 50%;
  margin-left: -1px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-list li h3{
 background: none repeat scroll 0 0 #556270;
    bottom: 0;
    color: #fff;
    font-size: 1.4em;
    font-weight: 800;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
    width: 100%;
}
@media (min-width: 768px) {
  #portfolio-list li {
    width: 33.3333%;
  }
}
#portfolio-list li .header {
  display: none;
  margin: 0 0 10px;
  padding: 4% 0;
  font-size: 24px;
  line-height:28px;
  font-weight: 300;
  text-transform:none;
  color:#fff;
  background:none repeat scroll 0 0 rgba(66, 66, 66, 0.8);
}
@media (min-width: 992px) {
  #portfolio-list li .header {
    display: block;
  }
}
#portfolio-list li .body {
  display: none;
  font-size: 1.2em;
  color:#fff;
}
@media (min-width: 992px) {
  #portfolio-list li .body {
    display: block;
  }
}
#portfolio-list li img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: gray;
	-o-filter: gray;	
  width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#portfolio-list li .portfolio-item-content {
 opacity:0;-webkit-opacity:0;-moz-opacity:0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #050F1E; 
   -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio-list li .more {
  opacity:0;-webkit-opacity:0;-moz-opacity:0;-o-opacity:0;
  display: inline-block;
  content: "+";
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  line-height: 76px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  color: #fff;
   -webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#portfolio-list li:hover h3 {
    color: #FFFFFF;
    transform: translate3d(0px, 70px, 0px);
	-webkit-transform: translate3d(0px, 70px, 0px);
	-moz-transform: translate3d(0px, 70px, 0px);
	-o-transform: translate3d(0px, 70px, 0px);
	-ms-transform: translate3d(0px, 70px, 0px);
	opacity:0;
}
#portfolio-list li:hover > li:before {
    border-color: #2E3444;
    border-width: 14px;
}
#portfolio-list li:hover .portfolio-item-content {
  opacity:1;-webkit-opacity:1;-moz-opacity:1;-o-opacity:1;
}
#portfolio-list li:hover .more {
  opacity:0.75;-webkit-opacity:0.75;-moz-opacity:0.75;-o-opacity:.75;
  top: 50%;
  margin-top: -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  #portfolio-list li:hover .more {
    top: 60%;
    margin-top: 0;
  }
}
#portfolio-list li:hover .more:hover {
  opacity:1;-webkit-opacity:1;-moz-opacity:1;-o-opacity:1;
  color: #fff;
  border-color: #424242;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* 13.1 Projects
-------------------------*/
#projects {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
#projects .bx-pager-item a {
  margin: 25px 0;
}
.overflow-hidden {
  overflow: hidden;
}
#project-container {
  position: fixed;
  z-index: -1;
  top:77px;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: #fff;
  opacity:0;-webkit-opacity:0;-moz-opacity:0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
}
#project-container.show {
  visibility: visible;
  opacity:1;-webkit-opacity:1;-moz-opacity:1;
  z-index: 1002;
}
#project-container .container {
  position: relative;
}
#project-container .loading {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  font-size: 5em;
}
#project-container .project-navigation {
  position: absolute;
  z-index: 51;
  width: 100%;
  top:5.5em;
  left: 0;
  text-align: center;
}
#project-container .project-navigation button.close,
#project-container .project-navigation .prev,
#project-container .project-navigation .next {
  outline: none;
  position: relative;
  display: inline-block;
  opacity:1;-webkit-opacity:1;-moz-opacity:1;
  float: none;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 40px;
  font-weight: 100;
  color: #424242;
  background: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#project-container .project-navigation .prev,
#project-container .project-navigation .next {
   background: none repeat scroll 0 0 #424242;
    border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0;-ms-border-radius: 0 3px 3px 0;-o-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;
    color: #fff;
    float: left;
    font-size: 40px;
    height: 80px;    
    opacity: 1;-webkit-opacity: 1;
    position: relative;    
    width: 160px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#project-container .project-navigation .prev{float: left;left: -130px;}
#project-container .project-navigation .next {float: right;right: -130px;}
    
#project-container .project-navigation button.close:hover,
#project-container .project-navigation .prev:hover,
#project-container .project-navigation .next:hover {
  opacity:1;-webkit-opacity:1;-moz-opacity:1;
  color: #fff;
}
#project-container .project-navigation .prev:hover{opacity:1;-webkit-opacity:1;-moz-opacity:1;left:0}
#project-container .project-navigation .next:hover {opacity:1;-webkit-opacity:1;-moz-opacity:1;right:0;}

#project-container .project-navigation button.close.disabled,
#project-container .project-navigation .prev.disabled,
#project-container .project-navigation .next.disabled {opacity:0.5;-webkit-opacity:0.5;-moz-opacity:0.5;pointer-events: none;}

#project-container .project-navigation button.close.disabled:hover,
#project-container .project-navigation .prev.disabled:hover,
#project-container .project-navigation .next.disabled:hover {
  cursor: not-allowed;
}
#project-container .project-content {
  position: relative;
  overflow: hidden;
  margin-top:0px;
  margin-bottom:60px;
}
#project-container .project-content [class^="col-"] {
  margin-bottom: 25px;
}
.portfolio-headerimage1{
	background-image: url("../images/portfolio/work-headerimg.jpg");height:8em;overflow:hidden;
}
#project-container .project-content .project-header {
  margin:60px 0 40px 0;
  text-align: center;
  padding-bottom:20px;
  border-bottom:1px solid #dfdfdf;
}
#project-container .project-content .title {
  font-size: 48px;
    font-weight: 300;
    line-height: 1.23333em;
    margin-bottom: 0;
    margin-top: 0.2em;
    text-rendering: optimizelegibility;
    text-transform: none;
	text-align: left;
}
#project-container .project-content .title span {
  display: inline-block;
  padding: 0 40px 0 0;
}
#project-container .project-content .type {
  font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 5px;
    text-align: left;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}
#project-container .project-content h4{
font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 5px;
    text-align: left;
    text-rendering: optimizelegibility;    
}
#project-container .project-content h1,
#project-container .project-content h2,
#project-container .project-content h3,
#project-container .project-content h4,
#project-container .project-content h5,
#project-container .project-content h6 {
  margin-top: 0;
}
.project-image .g-img{width:100%}


.project-testimonial{
background:#fff;    
padding: 100px 0 80px;
position:relative;z-index:100;}
.project-testimonial .avatar {
    background-clip: padding-box;
	width: 120px;
}
.project-testimonial blockquote {
    margin: 40px auto 50px;
}
.project-testimonial blockquote p {
	color: #4A4A4A;
    font: 42px/1.5 "Lato";
    text-align: center;
    text-transform: none;
    margin-bottom: 18px;
	font-weight:300;
}
.project-testimonial blockquote cite {    
    font-size: 18px;
    font-style: normal;
    text-align: center;
	text-transform:none;
	font-weight:300;
}
.project-testimonial hr {
    border-color: #424242;
    margin: 20px auto 70px;
    width: 85px;
}

/* 14. Testimonial
-------------------------*/
#testimonials {background:none;height:12em;overflow:hidden;}
#testimonials .container{padding:100px 0;}

blockquote {margin: 0 auto;padding: 0;border: none;text-transform: uppercase;}
blockquote p {margin: 0;font-size: .8em;line-height: 1.5;font-weight: bold;letter-spacing: 0;}
blockquote cite {font-size: 0.5em;font-weight: 700;}

/* 15. Post */
#blog{
background: url("../images/bg-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: -1px 0 0;
    padding: 100px 0 80px;
position:relative;z-index:100;}
#news-full{padding: 160px 0 80px;
position:relative;z-index:100;}

#blog h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.23333em;
    margin-bottom: 0;
    margin-top: 0.2em;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#blog h3
{
	color: #dfdfdf;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 5px;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#blog .post {
    overflow: visible;
    position: relative;
	margin-top:40px;
}
#blog .post  h4{
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 5px;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#blog .post  h4 a{
transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
#blog .post  h4 a:hover{color:#fff;}

#blog hr {
    border-color: #fff;
    margin: 40px auto 0px;
    width: 85px;
}
div.entry-media {
    -moz-box-sizing: border-box;
    max-width: 100% !important;
    position: relative;
}
div.entry-content {
    -moz-box-sizing: border-box;
    padding: 20px 30px 20px;
	color:#fff;
	border-top:1px solid #444444;
}
div.entry-content h3.entry-title {
    margin-bottom: 5px;
    margin-top: 0;
	text-transform: none;
	font-weight:300;
}
div.post-meta {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 35px;
    text-transform: uppercase;
}
div.post-meta {
    font-size: 14px;
    font-weight: normal;
}
div .post-meta .date{}
div .post-meta .date a:hover{color:#fff;}
#news-full h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.23333em;
    margin-bottom: 0;
    margin-top: 0.2em;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#news-full header ul {
    font-size: 16px;
    list-style: none outside none;
    margin-top: 50px;
	margin-bottom:60px;
    padding: 0;
}
#news-full header ul li {
    color: #9D9D9D;
    display: inline-block;
    line-height: 30px;
    margin: 0 15px;
}
#news-full header ul li a {
    color: #9D9D9D;
}
#news-full hr {
    border-color: #E04D47;
    margin: 20px auto 20px;
    width: 85px;
}
/* 16. Contact
-------------------------*/
#contact{z-index:1;}
#contact h2 {    
    font-size: 48px;
    font-weight: 300;
    line-height: 1.23333em;
    margin-bottom: 0;
    margin-top: 0.2em;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#contact h3
{	
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 5px;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#contact .section-heading .title span, .section-heading.mini .title span{background:none;}

.mail-message {font-size: 20px;font-style: normal;font-weight: 500;line-height: 38px; margin-bottom:0px;text-align: center;}
.mail-message [contenteditable="true"] {opacity:0.8;-webkit-opacity:0.8;-moz-opacity:0.8; background:none repeat scroll 0 0 rgba(0, 0, 0, 0.06);
    color: #556270;display: block;outline: medium none;padding: 15px;text-align:left;}
.mail-message [contenteditable="true"]:first-child{margin-bottom:25px;}
.contact_brief{height: 100px;overflow: auto;margin-bottom:0px !important;}
.ie8 .mail-message [contenteditable="true"] {color: #556270;}
.mail-message .js-populated[contenteditable="true"] {background:rgba(0, 0, 0, 0.09);}
.ie8 .mail-message .js-populated[contenteditable="true"] {color: #FFFFFF;}
.mail-message .js-error[contenteditable="true"] {border-bottom-color: #E57F7F;color: #E57F7F;opacity:1;-webkit-opacity:1;-moz-opacity:1;}
.js-hidden {display: none !important;}
@media only screen and (max-width: 1023px) {
	.mail-message [contenteditable="true"] {border-bottom-width: 3px;}
}
@media not all {
.mail-message [contenteditable="true"] {border-bottom-width: 3px;}
}
@media only screen and (max-width: 480px) {
.mail-message [contenteditable="true"] {border-bottom-width: 3px;}
}
@media not all {
.mail-message [contenteditable="true"] {border-bottom-width: 3px;}
}
#contactform .btn-default{background:#424242;padding:20px 40px;width:100%;opacity:.8;-webkit-opacity:.8;}
#contactform .btn-default:hover{opacity:1;-webkit-opacity:1;padding:20px 40px;}
#contactform {position: relative;margin-top:60px;}
#contactform label {margin-bottom: 10px;text-transform: uppercase;}
#contactform .required {position: absolute;bottom: -20px;right: 0;}
#contactform .error {display: none;padding: 10px;color: #bf0000;background-color: #ffeded;}
#contactform .success {display: none;padding: 10px;color: #20bf00;background-color: #e7fee8;}
#contactform #mailfail,#contactform #mailsuccess {margin-bottom: 15px;}
#contactform #form-captcha label {margin-top: 10px;}
#contactform #form-captcha .form-control {float: right;width: auto;}
#contactform #submit_contact_form {padding: 12px;}

.map-wrapper{position:relative;	}
.map-top-overlay{background:rgba(255,255,255,.4);
    height:100%;
    position:absolute;
    top:0;
    width: 100%;
    z-index: 100;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;} 
.map{height:500px;position: relative;width: 100%;}
.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map-container iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.googlemap {height: 100%;width: 100%;}
.googlemap img {max-width: none;}
.map-wrapper:hover .map-top-overlay{background:rgba(255,255,255,0);}

.twrap{background:#f2f2f2;padding:40px 0;position:relative;}
.twrap .row{margin-bottom:0;}
.twrap i{font-size:42px;}
#twitter-box{font-size:15px;line-height:27px;font-weight:300;margin:0 auto;}
#twitter-box a{ color: #424242;}
#twitter-box p{margin:0;}
#twitter-box a:hover{ color: #000;}
.tweet_list{transition: all 0.8s ease 0s;-webkit-transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-ms-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;}
.comm-name{display:inline-block;}
.cust-name h2{font-size:20px !important;font-weight:600 !important;color:#ffeb00 !important;padding-top:22px;padding-left:30px;}

/* DEMO ONLY
-------------------------*/
/* 3.3 While loading the page..
-------------------------*/

/*#loadbox img {
  display: none;
  max-width: 100px;
  opacity:0.8;-webkit-opacity:0.8;-moz-opacity:0.8;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #loadbox img {
    max-width: 100%;
  }
}*/

/*==================================
        THEE STYLE SWITHER
==================================*/ 

#style-switcher div h3 {
     color: #1D1D1D;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
#style-switcher div a {
border: 1px solid #424242;
    margin: 10px 0;
    padding: 10px 20px;
    width: 100%;
}
#style-switcher div a:hover{
background:#424242;
color:#fff;
}
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 195px;
    z-index: 9999;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
	border:0px;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a.settings i {
    margin-left: 1px;
    margin-top: 3px;
    color: #000;
}

.variant{background:#000;}
.icon-2x{
font-size:28px;
line-height:30px;
}
@media only screen and (max-width: 479px) {
#style-switcher {
    display: none;
}
}

