::-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: "Open Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #7a8188;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	cursor:default;
  overflow:hidden;
  font-style: normal;
  font-weight: 400;
  background: #FFF;
}

#icon_caminhao{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/caminhaozim.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}

#icon_housin{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/housin.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}

#icon_carrin{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/carrin.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}

#icon_caminhao2{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/caminhaozim2.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}

#icon_housin2{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/housin2.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}

#icon_carrin2{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/carrin2.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}

#icon_cotas{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/icon_cotas.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}

#icon_cotas2{
float:left;
position:absolute;
width:43px;
height:30px;
background-image: url(../img/icon_cotas2.png);
background-repeat:no-repeat;
margin: 0px 0px 0px 2px;
}



/* --------------------------------------------------------	*/
/* Typography */
/* --------------------------------------------------------	*/

a {
  color: #7a8188;
  text-decoration:none;
}

.dark, a:hover, a:active, a:focus {
  color: #282a2e;
  text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 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;  
}


h2 {
  color: #282A2E;  
  font-size: 36px;
  font-weight: 400;
}

.section-title {
  padding-top:55px;
  padding-bottom:35px;
  color: #096;
  font-size: 30px;
  font-weight: 400;
  text-transform:uppercase;
  margin:0px;
  display: inline-block;
}

.section-title:after {
  display: block;
  content: "";
  height: 6px;
  width: auto;
  margin: 10px auto 0px auto;
  position: relative;
  background: #F5F6FA;  
}

.section-title-white {
  padding-top:0px;
  padding-bottom:50px;
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
  text-transform:uppercase;
  margin:0px;
  display: inline-block;
}

.section-title-white:after {
  display: block;
  content: "";
  height: 3px;
  width: auto;
  margin: 10px auto 0px auto;
  position: relative;
  background: #f90;  
}

.section-title-gray {
  padding-top:0px;
  padding-bottom:50px;
  color: #282A2E;
  font-size: 36px;
  font-weight: 400;
  text-transform:uppercase;
  margin:0px;
  display: inline-block;
  text-align:left;
}

.section-title-gray:after {
  display: block;
  content: "";
  height: 6px;
  width: auto;
  margin: 10px auto 0px auto;
  position: relative;
  background: #C1C8CE;  
}


h3 {
  color: #282A2E;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align:left;
}


h3.big {
  color: #282A2E;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align:left;
  margin-bottom:30px;  
}

h4 {
  font-size:16px;
  font-weight: 400;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  color: #a5aeb7;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height:16px;
}


p {
  color: #7a8188;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 20px;
  text-align:left; 
}               

.lead {
  color: #7a8188;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;  
}




/* --------------------------------------------------------	*/
/* top header bar */
/* --------------------------------------------------------	*/

.top-header-bar {
  position:relative;
  line-height:40px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #E7EBEF;
  color: #7a8188;
}

.top-header-bar-left {
  float:left;
  position:relative;
}

.top-header-bar-right {
  float:right;
  position:relative;
}

/* --------------------------------------------------------	*/
/* Top bar info */
/* --------------------------------------------------------	*/

ul.top-info-bar{   
  position: relative;
  margin: 0;
  list-style: none;
  padding:0;
}

ul.top-info-bar  li{
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  font-size:13px;
  line-height:40px;
  list-style: none;
  font-weight:400;
  float:left;
}

ul.top-info-bar li a{
  color: #7a8188;
  padding:0px;
  line-height:40px;
  display: inline-block;
  line-height:inherit;
  font-size:13px;
  line-height:40px;  
}


ul.top-info-bar li i {
  color: #666;
  margin: 0px 9px 0px 5px;
  text-align: center;
  font-size:20px;
  width:12px;
}


ul.top-info-bar-2 {   
  position: relative;
  margin: 0;
  list-style: none;
  padding:0;
}

ul.top-info-bar-2 li{
  margin: 0;
  display: inline-block;
  font-size:13px;
  list-style: none;
  font-weight:400;
  border-right: 1px solid #E7EBEF;
  border-left: 1px solid #E7EBEF; 
  float:left;
  margin-right:-1px;

  line-height: inherit;
}


ul.top-info-bar-2 li a {
    padding:0px 20px;
  line-height:40px;
  display: inline-block;
  color: #7a8188;
  font-size:13px;
}

ul.top-info-bar-2 li a:hover {
  line-height:40px;
  display: inline-block;
  font-size:13px;
  color:#fff;
  background:#8E959C;
}

ul.top-info-bar-2 li i {
  color: #7a8188;
  font-size:14px;
  margin: 0px 5px;
  text-align: center;
  font-size:13px;
}

/* --------------------------------------------------------	*/
/* Top bar shopping cart */
/* --------------------------------------------------------	*/

ul.cart-top-bar  {
  position: relative;
  margin: 0;
  list-style: none;
  padding:0;
}

ul.cart-top-bar  li{
  float: left;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.cart-top-bar  li a.cart-info {
  border-right: 0px solid #E7EBEF;
  border-left: 0px solid #E7EBEF;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #7a8188;
  padding:0px 15px 0px 15px;
  font-size:13px;
  background-color: #282A2E; 
  color:#FFF;


}

ul.cart-top-bar li a.cart-info i{
    display: inline-block;   
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #7a8188;
    color:#FFF;
    margin:0 0 0 10px;
    font-size:13px;   
    -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;  
}

ul.cart-top-bar li ul {
  display:none;
  padding:30px 20px;
  z-index:999999;
  border: 1px solid #E7EBEF;
  min-width:145px;  
  position: absolute;
  right: -1px;
  background-color: #F8F9FC;

 
}



ul.cart-top-bar > li:hover > ul {
  display:block; 
} 


ul.cart-top-bar > li > ul > li {
  float:left;
  width:100%;
  padding: 0px 0px 10px 0px;
  line-height: 20px;
  text-align:right;
  font-size:12px;  
}

ul.cart-top-bar > li > ul > li span.name {
  text-align:right;
}

ul.cart-top-bar  > li > ul > li span.price {
  display: block;
  float: right;
  text-align: right;
  font-weight:700;
  padding-left:5px;
  width:38%;
}

ul.cart-top-bar > li > ul > li:last-child {
  border-top: 1px solid #E7EBEF;
  padding-top: 10px;
  padding-bottom:0px;
}

ul.cart-top-bar > li > ul > li.total {
  font-weight:bold;
}



/* --------------------------------------------------------	*/
/* 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;
  background: #FFF;
  width:100%;
  line-height:45px;
  z-index:1020;
  border-radius: 0px;
}

.navbar-move {
    -webkit-box-shadow: 0 2px 4px -2px rgba(231,235,239,0.75);
     -moz-box-shadow: 0 2px 4px -2px rgba(231,235,239,0.75);
          box-shadow: 0 2px 4px -2px rgba(231,235,239,0.75);
}

.navbar .nav {
  position: relative;
  right: 0;
  display: block;
  float: none;
  margin: 40px 0px 0px 0px;
}

.logo {
  display: block;
  max-height:auto;
  line-height:100px;
  max-width: auto;
  margin-top: 11px;
  float: left;
}

.logo img{
  max-height:auto;
  line-height:100px;
  max-width: auto;
  float: left;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
  background-color: transparent;
  text-decoration: none;
} 

.nav li, .nav li ul li, .nav li ul li ul li {
  list-style: none;
}


.navbar .nav > li {
  margin:0px;
  float: left;
  display:block;
  position:relative;
  margin-left:15px;  
}

.navbar .nav > li > a {
font-family: 'Montserrat', serif;
font-size: 15px;
color: #060;
font-weight:400;
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:first-child {
  margin-left: 0px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color:transparent;
  background:transparent;
	box-shadow: none;	
	transition: none;
  color: #063;
}

.navbar .nav > li.selected > a, .navbar .nav > li:hover > a {
  color: #93CD44;
  
}

/* --------------------------------------------------------	*/
/*  Dropdown  Menu */
/* --------------------------------------------------------	*/

.navbar .nav > li > ul {
  display:none;
  list-style:none;
  z-index:1025;
  padding:0px;
  position:absolute;
}

.navbar .nav > li:hover > ul {
	display:block;
  -webkit-animation: fadeInUp 0.25s 0s ease both;
     -moz-animation: fadeInUp 0.25s 0s ease both;
      -ms-animation: fadeInUp 0.25s 0s ease both;
       -o-animation: fadeInUp 0.25s 0s ease both;
          animation: fadeInUp 0.25s 0s ease both;     
}

.navbar .nav > li > ul > li {
  position: relative;
  border-bottom: 1px solid #404449;  
}

.navbar .nav > li > ul > li:last-child {
  border-bottom:0px;
}

.navbar .nav > li > ul > li > a {
font-family: 'Oxygen', sans-serif;
display:block;
line-height:20px;
color:#f0f0f0;
padding:10px 12px;
font-size:14px;
background-color: #282A2E;
width: 200px;
}

.navbar .nav > li > ul > li:hover > a {
  background-color: #404449;
  color: #fff;
}

.navbar .nav > li > ul > li.selected > a {
  background-color: #404449;
  color: #FFF;
}  

 
/* --------------------------------------------------------	*/
/*  Dropdown Menu 2nd  */
/* --------------------------------------------------------	*/

.navbar .nav > li > ul > li > ul {
	display:none;
  list-style:none;
  padding:0px;
  position:absolute;
  left:200px;
  top:0px;

}

.navbar .nav > li > ul > li:hover > ul {
	display:block;
  -webkit-animation: fadeInRight 0.25s 0s ease both;
     -moz-animation: fadeInRight 0.25s 0s ease both;
      -ms-animation: fadeInRight 0.25s 0s ease both;
       -o-animation: fadeInRight 0.25s 0s ease both;
          animation: fadeInRight 0.25s 0s ease both;     
}

.navbar .nav > li > ul > li > ul > li {
  border-bottom:1px solid #404449;
}

.navbar .nav > li > ul > li > ul > li:last-child {
  border-bottom:0px;
}

.navbar .nav > li > ul > li > ul > li > a {
  font-family: 'Oxygen', sans-serif;
  display:block;
  line-height:20px;
	color:#fff;
  padding:10px 15px;
  font-size:14px;
  background-color: #282A2E;  
}

.navbar .nav > li > ul > li > ul > li:hover > a{
	background-color: #404449;
  color:#93cd44;
}
    
.navbar .nav > li > ul > li > ul > li.selected > a {
  background-color: #404449;
  color: #FFF;
}


/* --------------------------------------------------------	*/
/* Mobile Menu  */
/* --------------------------------------------------------	*/
      
.navbar .selectnav{
  display: none; 
  background-image: url(../img/teste.png);
  background-repeat:no-repeat;
 }
 


 

/* --------------------------------------------------------	*/
/* Image */
/* --------------------------------------------------------	*/

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* --------------------------------------------------------	*/
/* 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;
  color:#282A2E;
  margin:0px auto;
  position: relative;
  display: inline-block;  
  border:2px solid;
  border-color: #E7EBEF;
  margin-bottom:30px;
  border-radius:50%;    
}

.services-1-icon:hover i{
  border-color: #7a8188;   
}

.services-1-title {
  font-family: 'Montserrat', sans-serif;
  color: #404449;
  font-size: 16px;
  font-weight: 400;
}

.services-2 {
  position:relative;
  text-align:center;
  margin:0px 0px 40px 0px;  
}

.services-2-icon {
  display: inline-block;
  width:100%;
  display: table;  
}

.services-2-icon i {
  width:60px;
  height:60px;
  line-height:60px;  
  background: #282A2E;
  margin:0px auto;
  position: relative;
  display: inline-block;  
  margin-right:15px;
  border-radius:50%;
  float:left;
  text-align: center;
  font-size: 24px;    
  color:#fff;
}

.services-2-text {
  margin-left:75px;
  overflow:hidden;
}

.services-2-icon h4 {
  font-family: 'Montserrat', 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: #7a8188;
  margin: 12px 0px 0px 0px;
  text-align:left; 
}


/* --------------------------------------------------------	*/
/* Counter */
/* --------------------------------------------------------	*/

.counter-item {
  position:relative;
  margin-bottom:20px;
  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 {
  
}

/* --------------------------------------------------------	*/
/* Clients */
/* --------------------------------------------------------	*/

.clients {
  position:relative;
  text-align:center;
}

.clients a {
  display:inline-block;
}

.clients img {
  padding:0px;
  width:100%;
}


/* --------------------------------------------------------	*/
/* Team members */
/* --------------------------------------------------------	*/

.team {
  position:relative;
  text-align:center;
  margin-bottom:30px;
    
}

.team-img {
  position:relative;
  overflow:hidden;
  display: block;
}

.team-img img{
  max-width:270px;
  max-height:270px;
  height:270px;
  width:270px;
  border-radius:50%;
}

.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;
  background: #282A2E;
  border-radius:50%;
  width:270px;
  max-width:270px;
  max-height:270px;
  margin:0px auto;    
}

.team-img:hover .overlay {
  opacity: 0.75;
}

.team-socials {
  position:relative;
  margin:20px 0px 19px 0px;
  text-align:center;
}

.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;
  position: relative;
  display: inline-block;  
  border-radius:50%;
  text-align: center;
  font-size: 18px;    
  color:#282A2E;  
}

.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 #282A2E; 
}

.team-name {
  position:relative;
}


.team-name h3 {
  text-align:center;
  margin-bottom:3px;
  font-size: 25px;
}


.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-home {
  display:table;
  width: 100%;
  height:800px;
  padding: 0;
  margin: 0;
}

.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:350px;
  display:table;
  text-align: center;
}

.parallax .parallax-text-container-3 {
  padding: 0;
  margin: 0;
  text-align: center;  
  width: 100%;
  height:600px;
}

.parallax .parallax-text-container-4 {
  display:table;
  padding: 0;
  margin: 0;
  text-align: center;  
  width: 100%;
  height:120px;
  padding:0 15px;
}

.parallax .parallax-text-container-5 {
  display:table;
  padding: 0;
  margin: 0;
  text-align: center;  
  width: 100%;
  height:350px;
}

.parallax-text-container-home .parallax-text-item {
  display:table-cell;
  vertical-align:middle;
  color:#fff;
  text-align:center;
}

.parallax-text-container-home .parallax-text-item p{
  text-align:center;
  color:#FFF;
  text-shadow:0px 0px 0px rgba(0, 0, 0, 0);
  font-weight:400;
  font-size:14px;
  line-height:17px;
  font-family:"Open Sans"; 
}

.parallax-text-container-home h2, .parallax-text-container-home h3 {
  color:#FFF;
  text-align:center;
}

.parallax-text-container-1 .parallax-text-item {
  padding:100px 0px;
  text-align:center;
}

.parallax-text-container-2 .parallax-text-item {
  display:table-cell;
  vertical-align:middle;
}

.parallax-text-container-4 .parallax-text-item {
  display:table-cell;
  vertical-align:middle;
  color: #606060;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;  
}


.parallax-text-container-5 .parallax-text-item {
  display:table-cell;
  vertical-align:middle;
  color: #606060;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;  
}



.parallax p.lead {
  color:#fff;  
}

.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}

.parallax-colored {
  background-color: rgba(53,84,117, 0.7);
}

.parallax-colored-dark {
  background-color: rgba(0,0,0, 0.6);
}


/* --------------------------------------------------------	*/
/* Gallery portfolio */
/* --------------------------------------------------------	*/


.section-title-portfolio {
  color: #282A2E;
  font-size: 36px;
  font-weight: 400;
  text-transform:uppercase;
  margin:0px;
  display: inline-block;
}

.section-title-portfolio:after {
  display: block;
  content: "";
  height: 6px;
  width: auto;
  margin: 30px auto 0px auto;
  position: relative;
  background: #878E94;  
}

.portfolio-fullwidth {
  background:#282A2E;
  position:relative;
}

.portfolio-share-block {
  position: absolute;
  bottom: 0px;
  right: 20px;
  text-align: right;
  background:transparent;
  max-width:200px;
  float:right;
  height:45px;
  line-height:45px;
  z-index:5;
}

.portfolio-email {
  display:inline-block;
  position: relative;
  top: 0px;
  right:0px;
  float:right;
  text-align: center;
  background:#ED6450;
  width:45px;
  height:45px;
  line-height:45px;
  color:#FFF;
  font-size:18px;
}

.portfolio-share-fb {
  display:inline-block;
  position: relative;
  float:right;
  right:0px;
  text-align: center;
  background:#0761A4;
  width:45px;
  height:45px;
  line-height:45px;
  color:#FFF;
  font-size:18px;
}

.portfolio-like {
  display:inline-block;
  position: relative;
  float:right;
  text-align: center;
  background:#7a8188;
  width:45px;
  height:45px;
  line-height:45px;
  right:0px;
  color:#FFF;
  font-size:18px;
}

.portfolio-share-block i{
  width:45px;
  height:45px;
  line-height:45px;
  font-size:18px;
  color:#FFF;
}

.portfolio-likei, .portfolio-share-fbi, .portfolio-email i{
  width:45px;
  height:45px;
  line-height:45px;
  font-size:18px;
  color:#FFF;
}

.portfolio-like:hover i, .portfolio-share-fb:hover i, .portfolio-email:hover i{
  width:45px;
  height:45px;
  line-height:45px;
  font-size:18px;
  color:#FFF;
}


/* --------------------------------------------------------	*/
/* Gallery item */
/* --------------------------------------------------------	*//

.media-container {
  margin-bottom: 0px;
}

.media-container 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; 
}

.media-container: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; 
    transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}


/* --------------------------------------------------------	*/
/* Video content */
/* --------------------------------------------------------	*/
#header-video {
  min-width: 100%;
  min-height: 100%
}

.video-content {
  max-width:100%;
  padding:0px;
  margin:0px;
  margin-bottom:-5px;
  border:none; 
}

#home-video {
  position: relative;
  display: block;
  max-height: 500px;
  min-height: 500px;
  overflow:hidden;
}


.home-video-content {
  height:500px;
  display: table;
  width: 100%;  
}

.home-video-content-item {
  display:table-cell;
  vertical-align:middle;
}


.video-full {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0 auto;
  z-index: 2;
  background: transparent;
  height: auto;
  text-align: center;
  display:table;
  width:100%;
  min-height:100%;
  height: 100%;
}

.video-full-cell {  
  display:table-cell;
  vertical-align:middle;
  width:100%;
}


.video-full p, #home-video p {
  text-align:center;
  color:#FFF;
  font-weight:400;
  font-size:14px;
  line-height:17px;
  font-family:"Open Sans";
}


/* --------------------------------------------------------	*/
/* Boxed project */
/* --------------------------------------------------------	*/


.project-boxed {
  position:relative;
  overflow:hidden;
  background:#F5F6FA;
  margin-bottom:30px;
}


.project-boxed 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-boxed: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;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.project-boxed .media-text {
  padding:30px 20px;
}

.project-boxed h4 {
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin-bottom:10px;
  text-transform:uppercase;
}

.project-boxed h4:hover {
  color: #7F7F7F;
}


.project-boxed h5 {
  color: #7a8188;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom:0px;
}



.project-boxed-2 {
  position:relative;
  overflow:hidden;
  border-right:1px solid transparent;
  -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;
  margin-bottom:30px;    
}

.project-boxed-2 img {
  opacity:0.7;
  -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;  
  overflow: hidden;
  width: 100%;
}

.project-boxed-2:hover img {
  opacity:1;
 
}
.project-boxed-2 .media-text {
  height:100%;
  padding:40px 40px 25px 40px;
  background:#F5F6FA;
  color:#7a8188;  
  -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-boxed-2:hover .media-text {
  background:#282A2E;
}

.project-boxed-2 .media-text h3 {  
  -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-boxed-2 .media-text h3 a{
  color: #282A2E;
}


.project-boxed-2:hover .media-text h3, .project-boxed-2:hover .media-text h3 a {
  -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; 
  color:#fff;
}



/* --------------------------------------------------------	*/
/* Blog masonry (boxed) */
/* --------------------------------------------------------	*/

.blog-boxed {
  position:relative;
  overflow:hidden;
  background:#F5F6FA;
  margin-bottom:30px;
}

.blog-boxed .media-content {
  position: relative;
  overflow: hidden;
  display: block;
}


.blog-boxed 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;
}

.blog-boxed: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;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.blog-boxed .media-text {
  padding:30px 20px;
}

.blog-boxed h4 a {
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin-bottom:10px;
  text-transform:uppercase;
}

.blog-boxed h4 a:hover {
  color: #7F7F7F;
}


.blog-boxed h5 {
  color: #7a8188;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom:15px;
}

.blog-boxed p {
  margin:0px;
  text-align:center;
}



/* --------------------------------------------------------	*/
/* Blog classic */
/* --------------------------------------------------------	*/

.blog-post-container {
  position:relative;
  border-bottom: 1px solid #E7EBEF;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.blog-post-media {
  position:relative;
  margin-bottom:20px;
}

.blog-post-media img {
  width:100%;
}

.blog-post-info {
  position:relative;
}

.blog-post-info h3{
  font-size:26px;
  color: #282a2e;
  font-weight:700;
  text-transform:uppercase;      
}
.blog-post-info h3 a{
  color: #282a2e;
  font-weight:700;
  text-transform:uppercase;  
}


.blog-post-info p {
margin:0 0 15px;
}

.blog-post-text {
  position:relative;
}

.more-link {
  margin-top:20px;
}

.widget {
  margin-bottom:20px;
  display:block;
}
.widget .form-group {
  margin-bottom: 0px;
}

.blog-post-detail-container {
  position:relative;
  padding-bottom: 40px;
}

.blog-post-comments {
  padding:0px;
  margin:0px;
  margin-top:0px;
}

ul.blog-post-comments ul {
  padding-left:60px;
}

.blog-post-comments li {
  position:relative;
  list-style:none;
  padding-left:0px;
  text-align: justify;
  line-height: 22px;
  margin-bottom:20px;
}

.blog-post-comments li span {
  display:block;
  margin-left:60px;
}

.blog-post-comments h6 {
  margin-bottom: 20px;
  top: 10px;
  position: relative;
  display: block;
  clear:none;
  text-align:left;
  color:#7a8188;
  font-size:13px;
  font-weight:400;
  line-height:21px;  
}

.blog-post-comments li h6 span {
 display: inline-block;
 margin-left:0px; 
}

.blog-post-comments li i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  margin-right: 15px;
  float: left;
  border: 1px solid;
  border-color: #CCCCCC;
  color: #8a8c8c;
  text-align:center;  
}

.share-box {
  margin-top: 12px;
}




/* --------------------------------------------------------	*/
/* Blog timeline */
/* --------------------------------------------------------	*/

.blog-timeline-container {
  position:relative;
  margin-bottom:50px;
  float:left;
}

.blog-timeline-container h2 {
  position: relative;
  clear: both;
  text-align: center;
  color: #282A2E;
  font-weight:700;
  font-size: 32px;
  line-height:1.1em;
  margin:0px;
}
  


ul.blog-timeline {
  width: 100%;
  background:url(../img/blog-timeline/blog-timeline.png) center center repeat-y;
  display: block;
  position: relative;
  height: auto;
  padding: 0px;
  list-style:none;
  margin-right: 0px;
  margin-left: 0px;      
  float:left;
  margin-top:40px;
  margin-bottom:60px;  
}
    
ul.blog-timeline li:nth-child(2n+1) {
  float: left;
  clear: left;
  padding-left: 0px;
  padding-right: 35px;
  margin-top: 0px;
  margin-bottom: 50px;
} 

ul.blog-timeline li {
  width: 50%;
  float: right;
  position: relative;
  padding-left: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height:100px;
}

ul.blog-timeline li:last-child {
  margin-bottom: 0px;
  min-height:100px;
}

ul.blog-timeline li + li{
	margin-top: 50px;
} 

ul.blog-timeline li .blog-timeline-content {
  border-radius: 12px;
  position: relative;
  text-align: left;
  background: white;
  border: 0px solid #E7EBEF;
  background-color:#F8F9FC;  
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding:25px 25px;
  min-height:150px;  
}

ul.blog-timeline li .blog-timeline-content p {
  font-style: italic;  
}

ul.blog-timeline li:hover .blog-timeline-content {
  background-color:#282A2E;  
}

ul.blog-timeline li .blog-timeline-content h3 {
  margin:10px 0px; 
}

ul.blog-timeline li .blog-timeline-content h3 a{
  color:#282A2E;    
}

ul.blog-timeline li .blog-timeline-content h5{
  color: #a5aeb7;
  text-align:left;
  font-size:13px;
  margin:0px;  
}


ul.blog-timeline li:hover .blog-timeline-content h3 a, ul.blog-timeline li:hover .blog-timeline-content h5, ul.blog-timeline li:hover .blog-timeline-content p{
  color:#FFF;  
}

ul.blog-timeline li.blog-timeline-heading:before  {
content:none !important;
}


ul.blog-timeline li:after {
  content: '';
  position: absolute;
  left: -8px;
  right: auto;
  display: block;
  width: 16px;
  height: 16px;
  background: #282A2E;
  border-radius: 50%;
  top: 22px;
}

ul.blog-timeline li:nth-child(2n+1):after {
  content: '';
  position: absolute;
  left: auto;
  right: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: #282A2E;
  border-radius: 50%;
  top: 42px;
}



ul.blog-timeline li:nth-child(2n+1):before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 5px;
  top: 35px;
  border: 15px solid;
  border-color: transparent  transparent transparent #F8F9FC;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
} 

ul.blog-timeline li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  right: auto;
  top: 15px;
  border: 15px solid;
  border-color:  transparent #F8F9FC transparent  transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
                                          

ul.blog-timeline li:hover:nth-child(2n+1):before {
  border-color: transparent  transparent transparent #282A2E;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


ul.blog-timeline li:hover:before {
  border-color:  transparent #282A2E  transparent  transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
} 




/* --------------------------------------------------------	*/
/* Shop elements */
/* --------------------------------------------------------	*/


.shop-boxed {
  position:relative;
  overflow:hidden;
  padding:0px 0px 0px 0px;
  margin-bottom:30px;
  background-color:#fff;
  border:1px solid #E7EBEF;
  -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; 
}

.shop-boxed:hover {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(231,235,239,0.75);
     -moz-box-shadow: 0px 2px 3px 0px rgba(231,235,239,0.75);
          box-shadow: 0px 2px 3px 0px rgba(231,235,239,0.75);
  -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;           
}

.shop-boxed 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;
}

.shop-boxed: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.7;
}

.shop-boxed .media-text {
  padding:20px 20px;
  -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;
  text-align:center;   
}

.shop-boxed h3{
  margin-bottom:10px;

}

.shop-boxed h3 a, .shop-boxed h3{
  color: #7a8188;
  text-align:center;
  font-size:18px;
}

.shop-boxed:hover h3 a {
  color: #404449;
}


.shop-boxed span.price {
  color: #7a8188;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding:0px 3px;

}

.shop-boxed span.price-old {
  padding:0px 3px;
  color: #7a8188;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
} 


.shop-boxed .add-to-cart {
  text-align:center;
  margin-top:15px;  
}

.shop-boxed .add-to-cart i{
  margin-right:5px;  
}


.shop-boxed .add-to-cart a {
  cursor:pointer;
}


/* --------------------------------------------------------	*/
/*  Isotope filters */
/* --------------------------------------------------------	*/

ul.filter { 
  float:left;
  margin:0px 0px 30px 0px;
  padding:0px; 
  list-style-type: none; 
}

ul.filter li { 
  float:left;
  list-style-type: none;
  line-height:45px;
}

ul.filter li a{   
	font-size: 13px;
	line-height: 45px;
	color: #7a8188;
  cursor: pointer;
  margin: 0px;
  overflow: visible;
  padding: 0px 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;  
}

ul.filter li a:hover, ul.filter li.active a:hover { 
  color: #FFF;
  background-color: #404449; 
}
ul.filter li.active {
  color:#fff; 
  background-color: #404449; 
  }

ul.filter li.active a { 
  color:#fff; 
  background-color: #404449; 
}




/* --------------------------------------------------------	*/
/* Logos */
/* --------------------------------------------------------	*/

.logos-full {
  background:#F5F6FA;
  padding:0px 0px;
}

.logos-full .logos {
  position:relative;
  text-align:center;
  display:table;
  margin: 0px auto;
  height: 300px;
  padding: 50px 0px
}

.logo-cell {
  display:table-cell;
  vertical-align:middle;
  width:20%;
}

.logos img {
  padding:15px 20px;
  max-width:100%;
  height:auto;
  opacity:0.5;
   -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;  
}

.logos a:hover img {
  opacity:1;
}



/* --------------------------------------------------------	*/
/* Back to top button */
/* --------------------------------------------------------	*/
.top {
  width:100%;
  text-align:center;
  position:relative;
  margin:90px 0px 90px 0px;
}

.back-to-top {
  display:inline-block; 
  background:#282A2E;
  width:60px;
  height:60px;
  line-height:60px;
  border-radius:50%;
  margin:0px auto;
  z-index: 3;
  position:relative;
  cursor:pointer;
}


.back-to-top:hover {
  background: #C1C8CE;
}

.top .top-line {
  position: absolute;
  top: 30.5px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: #E7EBEF;
  z-index: 1;
}

.back-to-top i{
  position:relative;
  display:inline-block;
  color:#fff;
  font-size:30px;
  width:60px;
  height:60px;
  line-height:60px;    
}


/* --------------------------------------------------------	*/
/* Down button */
/* --------------------------------------------------------	*/

.down {
  display: inline-block;
  background: #282A2E;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  z-index:5; 
}

.down:hover {
  background:#7a8188;
}

.down i{
  position:relative;
  display:inline-block;
  color:#fff;
  font-size:30px !important;
  width:60px;
  height:60px;
  line-height:60px !important;    
}




/* --------------------------------------------------------	*/
/* Footer */
/* --------------------------------------------------------	*/

.footer-socials {
  position:relative;
  margin:47px 0px 20px 0px;
  text-align:center;
}

.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;
  border-radius:50%;
  text-align: center;
  font-size: 18px;    
  color:#282A2E;  
}

.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 #282A2E; 
}

footer p {
  text-align:center;
}



/* footer dark */


.footer-dark {
  position:relative;
  background: #2b2d2f;
}

.footer-top {
  padding: 60px 0px 40px 0px;
  
}

.footer-dark a {
  color:#e3e5e7;
}

.footer-dark a:hover {
  color:#7A8188; 
}

.footer-dark .footer-title {
  color:#FFF;
  font-size:20px;        
}

.footer-dark p {
  font-size:13px;
  line-height:20px;
  margin-bottom:28px;
  text-align:left; 
}

.footer-dark h3 {
  text-align:left;
}




.footer-dark .list-group {
  margin-bottom: 20px;
  padding-left: 0;
  font-size:13px;
  line-height:22px;
}


.footer-dark .list-group li:first-child {
  padding: 0px 0px 8px 0px;
}

.footer-list-group-item {
  position: relative;
  display: block;
  padding: 8px 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px solid #ddd;
  border-bottom: 1px solid #404449;
  line-height:22px;
}

.footer-list-group-item:last-child {
  border-bottom: 0px solid #444;
}

.footer-list-group-item i {
  margin-right:0px;
  font-size:16px;
  width:20px;  
}

.footer-bottom {
  border-top: 0px solid #4b4c4d;
  background: #212325;
  padding:20px 0px 15px 0px;
  line-height:20px;
}

.footer-bottom p{
  margin:0px;
  padding:10px 0px;
}

.footer-text-left, .footer-text-left p{
  text-align:left;
}

.footer-text-right, .footer-text-right p {
  text-align:right;
}


/* --------------------------------------------------------	*/
/* Google map */
/* --------------------------------------------------------	*/
.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 0px;
  border: 0px;
  margin-bottom: -7px;
}


/* --------------------------------------------------------	*/
/* 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 */
/* --------------------------------------------------------	*/

.main-slider .slides img {width: 100%; display: block; max-height:900px; opacity:0.7;} 

/*  flex center nav */
.main-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;}
.main-slider .flex-direction-nav {width: 100%; position: absolute; bottom: 40px; text-align: center;
left:0; right:0;}
.main-slider .flex-direction-nav a {width: 100px; height: 6px; display: block; background: #282A2E;  cursor: pointer; text-indent: -9999px; opacity:0.5;
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); 
}


.main-slider .flex-direction-nav a:hover,.main-slider .flex-direction-nav a:focus {
  text-decoration:none;
}


.main-slider .flex-direction-nav .flex-next {
  text-indent: 0px;
  left:50%;
  margin-left:0px;
}

.main-slider .flex-direction-nav .flex-prev {
  text-indent: 0px;
  right:50%;
}


.main-slider .flex-direction-nav .flex-next:hover  {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;
  }
.main-slider .flex-direction-nav .flex-prev:hover {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;}


.main-slider .flexslider:hover .flex-next:hover, .main-sliderv .flexslider:hover .flex-prev:hover {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;}
.main-slider .flex-direction-nav .flex-disabled {opacity: .6!important; filter:alpha(opacity=60); cursor: default;}

.main-slider .flex-control-nav {display:none;}




/* slider for video */
.main-slider-video {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;}
.main-slider-video .flex-direction-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;
left:0; right:0;}
.main-slider-video .flex-direction-nav a {width: 100px; height: 6px; display: block; background: #282A2E;  cursor: pointer; text-indent: -9999px; opacity:0.5;
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); 
}


.main-slider-video .flex-direction-nav a:hover,.main-slider-video .flex-direction-nav a:focus {
  text-decoration:none;
}


.main-slider-video .flex-direction-nav .flex-next {
  text-indent: 0px;
  left:50%;
  margin-left:0px;
}

.main-slider-video .flex-direction-nav .flex-prev {
  text-indent: 0px;
  right:50%;
}


.main-slider-video .flex-direction-nav .flex-next:hover  {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;
  }
.main-slider-video .flex-direction-nav .flex-prev:hover {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;}


.main-slider-video .flexslider:hover .flex-next:hover, .main-slider-videov .flexslider:hover .flex-prev:hover {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;}
.main-slider-video .flex-direction-nav .flex-disabled {opacity: .6!important; filter:alpha(opacity=60); cursor: default;}

.main-slider-video .flex-control-nav {display:none;}


/*  flex bottom  nav */
.projects-slider {margin: 0px; margin-bottom: 40px;  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;}

.projects-slider .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; height:6px;}
.projects-slider .flex-control-nav li {margin: 0 0px; display: inline-block; zoom: 1; *display: inline;

}
.projects-slider .flex-control-paging li a {width: 100px; height: 6px; display: block;  background: #C1C8CE; 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);
}
.projects-slider .flex-control-paging li a:hover { background: #333; background: #7a8188; }
.projects-slider .flex-control-paging li a.flex-active { background:  #282A2E; cursor: default; }
  
.projects-slider .flex-direction-nav {display:none;} 

 
.slider-content {
  position:relative;
  overflow:hidden;
  border-right:1px solid transparent;
  -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;    
}

.slider-content img {
  opacity:0.7;
  -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;  
  overflow: hidden;
  width: 100%;
}

.slider-content:hover img {
  opacity:1;
 
}
.slider-text {
  height:100%;
  padding:40px 40px 25px 40px;
  background:#F5F6FA;
  color:#7a8188;  
  -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; 
}

.slider-content:hover .slider-text {
  background:#282A2E;
}

.slider-content .slider-text h3 {
  -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; 
}


.slider-content:hover .slider-text h3 {
  -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; 
  color:#fff;
}


.projects-slider [class*="col-"]{  
  padding-left:0px;
  padding-right:0px; 
}



/* testimonial slider */
.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: 100px; height: 6px; 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;
}
.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;} 




/*  flex bottom with thumbnail nav */
.bottom-nav-content-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;}
.bottom-nav-content-slider .flex-direction-nav {width: 100%; position: absolute; bottom: 40px; text-align: center;
left:0; right:0}
.bottom-nav-content-slider .flex-direction-nav a {width: 100px; height: 6px; display: block; background: #282A2E;  cursor: pointer; text-indent: -9999px; opacity:0.5;
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); 
}
  
.bottom-nav-content-slider .flex-direction-nav {display:none;} 
      
.bottom-nav-content-slider .flex-control-thumbs {margin: 0px 0 0; position: static; overflow: hidden;}
.bottom-nav-content-slider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.bottom-nav-content-slider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.bottom-nav-content-slider .flex-control-thumbs img:hover {opacity: 1;}
.bottom-nav-content-slider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}





/*  flex laptop slider center nav */
.laptop {
  position: relative;
  overflow: hidden;
  display: block;
}

.laptop-slider img {
  width:100%;
  margin-bottom: -2.3%;
}

.laptop-slider {margin: 0px;  border: 0px solid #000; -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;
position:absolute;
top:0;
padding: 3.5% 13.2% 0% 13.5%;
display:block;
bottom: 0;
left: 0;
right: 0;
overflow:hidden;
}
.laptop-slider .flex-direction-nav {height: 0px; border-bottom:0px solid #CCCCCC;}
.laptop-slider .flex-direction-nav a {
width: 50px; height: 50px; line-height:50px; margin: -25px 0px 0px 0px; display: block;  position: absolute;
padding-bottom:0px;
top: 40%;  z-index: 10; cursor: pointer; font-size:0px; text-indent: -2500px; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;
  -webkit-transition: 0s ease-in-out;
     -moz-transition: 0s ease-in-out;
      -ms-transition: 0s ease-in-out;
       -o-transition: 0s ease-in-out;
          transition: 0s ease-in-out;          
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
    text-align:center;
    font-size:48px;
    background:transparent;
    color: #A9A9AB; 
}


.laptop-slider .flex-direction-nav a:hover,.laptop-slider .flex-direction-nav a:focus {
  text-decoration:none;
}

.laptop-slider .flex-direction-nav .flex-next {
  text-indent: 0px;
  right:0px;

}

.laptop-slider .flex-direction-nav .flex-prev {
  text-indent: 0px;
  left:auto;
  right:auto;
  left: 0px;
}

.laptop-slider .flex-direction-nav .flex-prev:before {
  content:"\f104";
}  

.laptop-slider .flex-direction-nav .flex-next:before {
  content:"\f105";
}

.laptop-slider .flex-direction-nav .flex-next:hover  {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;
  }
.laptop-slider .flex-direction-nav .flex-prev:hover {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;}


.laptop-slider .flexslider:hover .flex-next:hover, .laptop-sliderv .flexslider:hover .flex-prev:hover {  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity:1;}
.laptop-slider .flex-direction-nav .flex-disabled {opacity: .6!important; filter:alpha(opacity=60); cursor: default;}
.laptop-slider .flex-control-nav {display:none;}
      



/* thumbnail slider */

 .thumbnail-slider .flex-control-thumbs {
  margin: 0px 0 0;
  position: static;
  overflow: hidden;
}

.thumbnail-slider .flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
}

  
.small-line {
  margin: 0px;
  border-top:1px #E7EBEF solid;
}



/* --------------------------------------------------------	*/
/* layerslider fonts */
/* --------------------------------------------------------	*/
h2.ls-l {
  font-family: 'Montserrat', sans-serif;  
  font-size:60px;
  text-align:center;
  text-transform:uppercase;
  color:#FFF;  
}

p.ls-l {
  text-align: center;
  color: #FFF;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  padding:0px;
  font-family: "Open Sans", sans-serif;
  border:0px solid #FFF;
  width:850px;  
}

#slider-wrapper {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

#slider-wrapper {
  padding-bottom: 110px;
}


/* --------------------------------------------------------	*/
/*	Slider revolution Settings for banner containers	*/
/* --------------------------------------------------------	*/
.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

/* --------------------------------------------------------	*/
/* sliders overlay */
/* --------------------------------------------------------	*/
.overlay-slider {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100% !important;
  height: 100% !important;
  top:0;
  left:0;
}

/* --------------------------------------------------------	*/
/* Animated elements */
/* --------------------------------------------------------	*/
.animated {
  visibility:hidden;
}



/* --------------------------------------------------------	*/
/* 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;
}