@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */
 
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}


/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url("/_assets/fonts.gstatic.com/s/oswald/v11/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url("/_assets/fonts.gstatic.com/s/oswald/v11/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Univers Next';
  src: url('../fonts/UniversNextPro-MediumCond.woff?v=4.1.0') format('woff'), url('../fonts/UniversNextPro-MediumCond.ttf?v=4.1.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Microsoft JhengHei, Univers Next, Oswald, Helvetica, MingLiU, Verdana, sans-serif, SimSun;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
       font-family: "Microsoft JhengHei",Segoe UI,sans-serif;

	font-size:14px;
	font-weight:normal;
	color:#222222;
	margin:0;
}
h1 {
     
    
    color: inherit;
}

 


h2{
	font-size: 20px;
    /*font-family: Oswald!important;*/
    font-family: Microsoft JhengHei, Univers Next, Oswald, Helvetica, MingLiU, Verdana, sans-serif, SimSun;
    color: #333333;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.table {
    font-family: Microsoft JhengHei, Univers Next, Oswald, Helvetica, MingLiU, Verdana, sans-serif, SimSun;

    font-size: 14px;
}

h3{
 	color:#222222;
	font-size:14px;
	margin:5px 0px 5px 0px;
	/*text-transform:uppercase;*/
	font-weight:400;
}

h6{
	font-size:16px;
	color:#888888;
 	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:280px 0;
}
 


 


.header h1{
 	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

.footer {
    background: url(../img/pw_maze_black_2X.png) left top repeat;
    padding: 35px 0 35px;
    margin: 0px 0;
}

.main-section {
    padding: 0px 40px;
}
.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
 	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
 	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:00px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	/*text-transform:uppercase;*/
 	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #7cc576;
}

.topnav {
    float:right;
    font-size:18px;
    margin:10px 0px;

}

.topmenu {
     float:right;
    font-size:16px;
    margin:10px 0px;


}
 

.small-logo{ 
	padding:0 0px;
       margin: 30px 0px;
    float:left;
}

.main-section{
	
}

.breadcrumb {
    background-color:#9f9f9f;
    color:#fff;
    margin-bottom: 0px; 
    border-radius: 0px;
}
.breadcrumb a {
    color:#fff;
}

.modelNumber {
     font-family: Univers Next;  
            font-size: 220%;
    font-weight: 700;
    line-height: 40px;
}
.proicon {
    margin-top:20px;
}


.subcategory {
        font-size: 150%;
        font-weight: 700;
}

.pdt {
        font-size: 16px;
        line-height: 25px;
}

.spds {
    border: 1px solid #a0a0a0;
    width: 70px;
    height: 70px;
        margin-right: 8px;
}

#slider1ArrowL, #slider1ArrowR {
    z-index: 1;
     
}



/* Specifications
---------------------------------*/


#spec .table {
   font-size: 150%;
}



/* Product Tech
---------------------------------*/

#protech {
    text-align:center;
  
}

#protech h1 {
    margin-top: 40px;
     font-size:36px;
     font-weight:bold;
         line-height: 80px;
}

#protech p {
  font-size: 28px;
    line-height: 55px;
  
    margin-bottom: 40px;
}

 


img.icon {
    width: 60px;
    height: auto;
    max-width: 100px;
    margin: 0 auto;
}

ul.list {
        list-style-image: url('../img/list.svg');
    font-size: 140%;
    line-height: 200%;
}


.pname {
        font-size: 26px;
}

.dealer {
    margin-bottom:40px;
}




























.client-part {
    background: url(../img/section-bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 55px 0;
}.footer-logo





/* Cart
---------------------------------*/

.jcart {
    background-color:#e9e9e6;
    padding: 20px;
     font-size:130%;
}
.jcart .srp {  
   text-decoration: line-through;
   font-size: 138%;
 
}

.jcart .sp {
    color:#e8742d;
    font-size: 202%;
}

.jcart.section {
    background-color:#f4f4f4;
}

input[type=text], select {
    width: 100%;
    /*padding: 12px 20px;*/
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

input[type=submit] {
    width: 100%;
    background-color: #d8334a;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;    
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #c00a23;
}

input[type=addtocart] {
    width: 100%;
    background-color: #7eb9b5;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;    
    cursor: pointer;
        text-align: center;

}

input[type=addtocart]:hover {
    background-color: #58a8a3;
}

.tb-stock {
    position: relative;
    display: inline;
    float: left;
}
.tb-stock .tb-stock-num, .tb-stock input {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
    outline: 0;
    background: #fff;
   
}
.tb-stock a, .tb-stock a:hover {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    line-height: 26px;
    padding: 0;
    vertical-align: top;
    text-align: center;
    background-color: #f0f0f0;
    overflow: hidden;
    text-decoration: none;
    color: #888;
}
.sea-iconfont {
    font-family: detail-icons;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.tb-stock .tb-reduce {
    border-right: 0!important;
}
.tb-stock a, .tb-stock a:hover {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    line-height: 26px;
    padding: 0;
    vertical-align: top;
    text-align: center;
    background-color: #f0f0f0;
    overflow: hidden;
    text-decoration: none;
    color: #888;
}
.sea-iconfont {
    font-family: detail-icons;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
 	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size: 14px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
 
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#4e4f52;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
    text-align: left;
    margin-bottom: 30px;
    height: 350px;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 10px;
    background-color: #f3f3f3;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#4e4f52;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

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

.main-section.paddind{
	padding-bottom:60px;
}



.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	
}
.main-section.team h6{
	
}

/* Product listing
---------------------------------*/
.prod-list {
    margin-top:20px;
}
.prod-list h1 {
   font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    /* line-height: 26px; */
    border-bottom: 1px solid #b3b3b3;
    text-align: center;
    border-top: 2px solid #8a8373;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(244,239,239,0.37) 37%, rgba(244,239,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(244,239,239,0.37) 37%,rgba(244,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(244,239,239,0.37) 37%,rgba(244,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4efef',GradientType=0 );
    padding: 10px 0px;

}

.prod-list h4 {
    font-size:18px;
    font-family: Univers Next;
    font-style: normal;
	font-variant: normal;
}

.prod-list .cat-product {
    box-shadow: 0 8px 6px -6px #DEDEDE;
    margin-bottom: 25px;
    text-align: center;
    padding: 10px 0px 0px 0px;
    border: 1px solid #dedede;
        min-height: 340px;
}

 
    .prod-list h4 {
             color: #585858;
    }
       .prod-list h4:hover {
                 color: #353535;
    }



    .prod-list .left-menu {
           border: 1px solid #e2e2e2;
    background-color: #f7f5f5;
   
    }

    .prod-list .left-menu a {
         color:#222222;
    }


    .prod-list h3 {
          background-color: #e2e2da;
     padding: 10px;
    min-height: 50px;
     text-transform: capitalize;
     font-weight: 500;
    }
      .prod-list li:hover {
        background-color: #dadada;
        border-left: 5px solid #9ca98f;   
    }

     .prod-list li.active {
        background-color: #dadada;
        border-left: 3px solid blue;   
    }


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}

.team-leader ul li a.fa-waibo:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	    background-size: cover;
    padding: 20px 0 0px;
    text-align: center;
    background: #b0b0b0;
}
.business-talking h2{
	padding: 0;
   
    font-size: 22px;
    color: #fff;
}

.result-list {
    border-top: 1px solid #c1bcbc;
    margin-bottom: 5px;
}

.pagination {
    text-align:center;
    
}

/* Talk Business
---------------------------------*/
.pagetop {
	    background-size: cover;
    padding: 20px 0 0px;
    text-align: center;
    background: #b0b0b0;
    color:#ffffff;
}
.pagetop h2{
	padding: 0;
    margin: 0;
    font-size: 22px;
    color: #fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:0px 0;
	margin:25px 0 0 0;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
    margin-bottom: 8px;
}
.social-link li a{
	    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45PX;
    font-size: 24px;
    color: #fff;
    background: #222222;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.social-link .facebook a {
       background: #3b5998;
}
.social-link .youtube a {
       background: #e62117;
}
.social-link .whatsapp a {
       background: #e62117;
}
.social-link .waibo a {
       background: #ff9933;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}

.facebook a:hover {
	background: #385285;
}
.waibo a:hover {
	background: #e6162d;
}
.whatsapp a:hover {
	background: #e6162d;
}
.youtube a:hover {
	background: #c32218;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
 	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.navbar-header {
       padding: 15px 0px 5px 15px;
}

 .navbar-collapse.in {
    overflow-y: visible;
    overflow-x: hidden;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
    font-size: 16px;
}

.lang-eng .navbar-default .navbar-nav a {
   
    font-size: 13px;
    /*    text-transform:uppercase;*/
    font-variant: small-caps;
}


 
  .navbar-right > li > a {
    position: relative;
    display: block;
    padding: 15px 4px;
}



.input-btn:hover{
	background: #111;
	color: #fff;
}

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

.sfooter{
	
	padding:35px 0 35px;   
 
}
.footer {	
	background: #1c1c1c;
    padding: 35px 0 35px;
    margin: 0px 0;
}
.footer li {
        padding-left:8px;
   }

.footer-title {
       font-weight: 400;
    color: #fff;
    font-size: 141%;
    margin-bottom: 8px;
    line-height: 25px;
}

.footer a   {
   color: #b7b7b7;
}

.footer a:hover  {
   outline: none;
    text-decoration: none;
    color: #e6e6e6;
}


.footer .fline{	
	border-left:1px solid #6f6f6f;
}


.footer-logo{
	margin:0px auto 0px;
	 
    float:left;        
}


.client-part a {
    color: #ffffff;
}

.copyright{	
	font-size: 16px;
        text-align: right;
     
}
.copyright a{
	    color: #e4e4e4;
	
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #a5a5a5;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7cc576 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


 