/* CSS Document */
.logo{
	padding-top:1%;
	padding-bottom:1%;
	text-align:center;
	background-image:url(../images/logo-bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
@media screen and (max-width: 768px) {
	.logo-tab{
		visibility:visible;
	}
	.logo-mob{
		visibility:hidden;
	}
}
@media screen and (max-width: 480px) {
	.logo-tab{
		visibility:hidden;
	}
	.logo-mob{
		visibility:visible;
	}
}

/* Shrink Header Style */
header, a, img, li {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
/* Sizes for the bigger menu */
header.large {
	height: auto;
	background-color: #333;
}
header.large img {
	width: 140px;
	margin-top: 10px;
}
header.large ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Sizes for the smaller menu */
header.small {
	height: auto;
}
header.small img {
	width: 90px;
	margin-top: 5px;
}
header.small li {
	margin-top: 10px;
}
/* Shrink Header Style */

/* Navigation Style */
.navbar-default {
	border-color: #e7e7e7;
	box-shadow: 1px 0 7px 0 #d3d3d3;
}
.navbar, .dropdown-menu {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #1073bf;
}
@media screen and (max-width: 768px) {/* Menu left when logo appear TAB*/
	.navbar-collapse {
		padding-left:165px;
	}	
}
@media screen and (max-width: 480px) {/* Menu down when logo appear MOBILE*/
	.navbar-collapse {
		margin-top:85px;
		padding-left:15px;
	}	
}
nav a {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
nav .navbar-toggle {
	margin: 13px 15px 13px 0;
}
.navbar-brand {
	font-size: 30px;
}
nav.navbar.shrink {
	min-height: 35px;
}
nav.shrink a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
nav.shrink .navbar-brand {
	font-size: 10px;
}
nav.shrink .navbar-toggle {
	padding: 4px 5px;
	margin: 8px 15px 8px 0;
}
/* Navigation Style */	

/* Wow Style */		
.wow:first-child {
	visibility: hidden;
}
/* Wow Style */	

/* Top Menu */
ul.sidenav {/* Remove margins and padding from the list, and add a black background color */
	list-style-type: none;
	padding: 1%;
	overflow: hidden;
/*	margin-top: 3%;*/
	font-family: 'Lora', serif;
  	font-size:15px;
  	font-weight:400;
	border-top:1px solid #e7cd7c;
}
/* Float the list items side by side */
ul.sidenav li {
	width: 100%;
	padding-top: 4px;
}
/* Style the links inside the list items */
ul.sidenav li a {
	width: 100%;
	display: inline-block;
	color: #656d79;
	padding: 8px 6px;/* Button Size */
	text-decoration: none;
	transition: 0.3s;
	border-bottom: 1px solid #CCC;
}
.subli { /* Sub Menu Properties */
	margin-left: 15px;
}
/* Change background color of links on hover */
ul.sidenav li a:hover {
	color: #ccab42;
}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.sidenav li.icon {
	display: none;
	font-size: 20px;
	padding: 0 7px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:768px) {
	ul.sidenav li:not(:first-child) {
		display: none;
	}
	ul.sidenav li.icon {
		float: right;
		display: inline-block;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:768px) {
	ul.sidenav {
		border: 1px solid #E5E5E5;
		border-radius: 5px;
	}
	ul.sidenav li {
		width: auto;
		float: left;
	}
	ul.sidenav li a {
		border-bottom: 0;
	}
	ul.sidenav.responsive {
		position: relative;
	}
	ul.sidenav.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.sidenav.responsive li {
		float: none;
		display: inline;
	}
	ul.sidenav.responsive li a {
		display: block;
		text-align: left;
	}
}

.sidenav_title{
	padding:6px;
	margin-top:0;
	font-size:15px;
  	font-weight:600;
	color:#c2a035;
	}

/* Top Menu */

/* Crusol Slider */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}


.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 9;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
/*    background: rgba(0, 0, 0, 0.5);*/
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
	right: 50%;
	bottom: 5%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
  	font-size:40px;
  	font-weight:200;
    font-style: normal;
    line-height: 54px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
  	font-size:16px;
  	font-weight:200;
	text-align:justify;
    line-height: 24px;
	margin-top:15px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    ont-family: 'Raleway', sans-serif;
  	font-size:13px;
  	font-weight:400;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-gold{
    color: #ffffff;
    cursor: pointer;
    ont-family: 'Raleway', sans-serif;
  	font-size:13px;
  	font-weight:400;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text-box{
	width:50%;
	margin-left:50%;
	}
	
.slide-text-box.b1{
	background-color:#ac3166;
	}
	
.slide-text-box.b2{
	background-color:#33a5c9;
	}
	
.slide-text-box.b3{
	background-color:#e6a200;
	}
	
.slide-text-box.b4{
	background-color:#98bc0a;
	}
	
@media  (max-width: 768px) {
	.slide-text-box p{
		visibility:hidden;
		}
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
         font-family: 'Raleway', sans-serif;
  		font-size:30px;
  		font-weight:400;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
         font-family: 'Raleway', sans-serif;
  		font-size:20px;
  		font-weight:400;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
         font-family: 'Raleway', sans-serif;
  		font-size:14px;
  		font-weight:400;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 0 30px;
    }
    .slide-text h1 {
        font-family: 'Raleway', sans-serif;
  		font-size:20px;
  		font-weight:400;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
         font-family: 'Raleway', sans-serif;
  		font-size:12px;
  		font-weight:400;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-gold {
        font-family: 'Raleway', sans-serif;
  		font-size:10px;
 		font-weight:400;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

/* Crusol Slider */

/* Wow Style */		
.wow:first-child {
      visibility: hidden;
}
/* Wow Style */	

.foot-black{
	border-top:1px solid #d8d8d8;
	padding-top:1%;
	padding-bottom:1%;
	background-color:#333;
	font-family: 'Lora', serif;
	}
	
@media screen and (max-width: 768px){
	.foot-black{
		text-align:center;
		}	
}
	
.foot-head{
	color:#999;
	padding-top:2%;
	padding-bottom:2%;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3%;
	margin-top:6%;
	}
	
.foot-text :link{
	color:#ededed;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	}
	
.foot-text :visited{
	color:#999;
	}
	
.foot-text :hover{
	color:#CCC;
	text-decoration:none;
	}
	
.foot-glyphicon{
	color:#999;
	}
	
.foot-para{
	margin-top:1%;
	margin-bottom:6%;
	font-size:13px;
	color:#999;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	}
	
.foot-box{
	margin-top:1%;
	margin-bottom:1%;
	font-size:13px;
	color:#999;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	}

/* Crusol Slider */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
	padding-top:5%;
}
/* Crusol Slider */


/* Navigation & Back Links */
.navigation { 
  background: url(../images/bg/navi.png) 100% 0 repeat fixed; 
  height:auto;
  width:auto;
  max-width: 1920px; 
  position: relative;
  color:#77420D;
}

.navigation-box {
	padding-top:5%;
	padding-bottom:3%;
}

.navigation-title{
  	font-size:35px;
  	font-weight:400;	
}

.navigation-bclink :link{
  	font-size:13px;
  	font-weight:400;
	padding-top:1%;
	color:#77420D;
}

.navigation-bclink :visited{
	color:#77420D;
}

.navigation-bclink :hover{
	color:#c4874b;
}
/* Navigation & Back Links */

.no-padding{
	margin:0;
	padding:0;
	}
	
.no-padding-right{
	padding-right:0;
	margin-right:0;
	}
	
.no-padding-left{
	padding-left:0;
	margin-left:0;
	}
	
.txt{
	font-family: 'Raleway', sans-serif;
  	font-size:14px;
  	font-weight:400;
	color:#797f86;
	text-align:justify;
	margin-bottom:15px;
	}
	
.txt_white{
	font-family: 'Raleway', sans-serif;
  	font-size:14px;
  	font-weight:400;
	color:#FFF;
	margin-bottom:15px;
	text-align:justify;
	}
	
.section{
	padding-top:35px;
	padding-bottom:20px;
	}
	
.section-search{
	padding-top:0;
	padding-bottom:60px;
	background-color:#f7a300;
	background-image:url(../images/bg/search-bg.png);
	}
	
.section-second-about{
	margin-top:10px;
	padding-top:25px;
	padding-bottom:35px;
	background-color:#0088cf;
	background-position:center;
	background-attachment:fixed;
	border-top:1px solid #0079b8;
	}
	
.section-second{
	padding-top:25px;
	padding-bottom:35px;
	clip-path: polygon(0 10%, 1600px 0, 1600px 100%, 0 100%);
	background-color:#f7a300;
	background-position:center;
	background-attachment:fixed;
	border-top:1px solid #0079b8;
	}
	
.section-second-v{
	padding-top:0px;
	padding-bottom:25px;
	clip-path: polygon(0 7%, 1600px 0, 1600px 100%, 0 100%);
	background-color:#0088cf;
	background-position:center;
	background-attachment:fixed;
	border-top:1px solid #0079b8;
	}
	
.section-third{
	border-bottom:1px solid #ccab42;
	/*clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);*/
	/*background-color:#3E3E3E;*/
	background-image:url(../images/bg/section-third-2.jpg);
	}
	
.section-third-in{
	/*background-image:url(../images/bg/section-third.jpg);*/
	background-position:center;
	background-attachment:fixed;
	background-color:#3E3E3E;
	}
	
.section-fourth{
	padding-top:45px;
	clip-path: polygon(0 220%, 1600px 100%, 1600px 0 ,0 0%);
	background-image:url(../images/bg/about.jpg);
	background-position:center;
	background-attachment:fixed;
	border-top:1px solid #F90;
	}
	
.section-contact{
	padding-top:45px;
	clip-path: polygon(0 220%, 1600px 100%, 1600px 0 ,0 0%);
	background-image:url(../images/bg/contact.jpg);
	background-position:center;
	background-attachment:fixed;
	border-top:1px solid #F90;
	}
	
.section-emergacy{
	padding-top:45px;
	clip-path: polygon(0 220%, 1600px 100%, 1600px 0 ,0 0%);
	background-image:url(../images/bg/repair-kit.gif);
	background-position:center;
	background-attachment:fixed;
	border-top:1px solid #F90;
	}
@media screen and (max-width: 768px){
.section-fourth{
	background-position:right;
	}
	
.section-emergacy{
	background-image:url(../images/bg/repair-kit-720.gif);
	}
}
	
.section-grey{
	padding-top:65px;
	padding-bottom:55px;
	clip-path: polygon(0 7%, 1600px 0, 1600px 100%, 0 100%);
	background-color:#F4F4F4;
	background-image:url(../images/bg/service-bg.png);
	background-attachment:fixed;
	}
	
.section-grey-second{
	padding-top:105px;
	padding-bottom:55px;
	clip-path: polygon(0 7%, 1600px 0, 1600px 100%, 0 100%);
	background-color:#F4F4F4;
	}
	
.section-bgwh{
	background-color:#FFF;
	height:315px;
	padding-top:25px;
	}

.section-title{
	padding-top:25px;
	}

.section-head{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
  	font-size:30px;
  	font-weight:600;
	color:#333;
	margin-top:40px;
	margin-bottom:25px;
	}
	
.section-head-second{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
  	font-size:30px;
  	font-weight:600;
	color:#4E4E4E;
	margin-top:25px;
	margin-bottom:55px;
	}
	
.section-head-white{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
  	font-size:30px;
  	font-weight:600;
	color:#FFF;
	margin-top:55px;
	margin-bottom:22px;
	}
	
.section-second-img{
	margin-top:35px;
	}
	
@media screen and (max-width: 768px){
	.section-head-white{
		margin-top:95px;
		margin-bottom:25px;
		}
}
	
@media screen and (max-width: 480px){
	.section-head-white{
		margin-top:115px;
		margin-bottom:25px;
		}
		
	.section-grey-second{
		padding-top:165px;
		padding-bottom:55px;
		}
}
	
.section-headline{
	width:6%;
	height:3px;
	margin-left:47%;
	margin-right:47%;
	background-color:#CCAB42;
	}
.section-headline-second{
	width:24%;
	height:1px;
	margin-left:38%;
	margin-right:38%;
	margin-bottom:35px;
	background-color:#CCAB42;
	}

.section-headline-page{
	width:6%;
	height:3px;
	margin-left:47%;
	margin-right:47%;
	background-color:#CCAB42;
	}
.section-headline-page-second{
	width:24%;
	height:1px;
	margin-left:38%;
	margin-right:38%;
	margin-bottom:15px;
	background-color:#CCAB42;
	}
	
.section-page-headline-backlink{
	color:#535353;
	margin-bottom:25px;
	}
	
.section-page-headline-backlink a{
	font-family: 'Lora', serif;
  	font-size:14px;
  	font-weight:400;
	color:#535353;
	}
	
.section-page-headline-backlink a:hover{
	color:#858585;
	}
	
.section-text{
	font-size:14px;
	color:#666;
	text-align:justify;
	}
	
.section-more{
	padding-top:15px;
	padding-bottom:15px;
	}
	
.section-seperate{
	margin-top:35px;
	margin-bottom:35px;
	}

.section-seperate-tag{
	width:35%;
	margin-left:32%;
	}
	
.section-seperate-tagline{
	width:50%;
	height:1px;
	margin-left:25%;
	margin-right:25%;
	background-color:#ccab42;
	z-index:-1;
	margin-top:-8px;
	}
	
@media screen and (max-width: 768px){
	.section-seperate-tag{
		width:50%;
		margin-left:25%;
		}
	.section-seperate-tagline{
		width:75%;
		height:1px;
		margin-left:12.5%;
		margin-right:12.5%;
		background-color:#ccab42;
		z-index:-1;
		margin-top:-8px;
		}
}

@media screen and (max-width: 480px){
	.section-seperate-tagline{
		margin-top:-5px;
		}
}

/* Btn Custom */
.btn-custom{color:#fff;background-color:#78c254;border-color:#66b242}
.btn-custom.focus,.btn-custom:focus{color:#fff;background-color:#dfb456;border-color:#122b40}
.btn-custom:hover{color:#fff;background-color:#4b9d24;border-color:#3f9217}
.btn-custom.active,.btn-custom:active,.open>.dropdown-toggle.btn-custom{color:#fff;background-color:#bf9333;border-color:#b88c2c}
.btn-custom.active.focus,.btn-custom.active:focus,.btn-custom.active:hover,.btn-custom:active.focus,.btn-custom:active:focus,.btn-custom:active:hover,.open>.dropdown-toggle.btn-custom.focus,.open>.dropdown-toggle.btn-custom:focus,.open>.dropdown-toggle.btn-custom:hover{color:#fff;background-color:#64bf33;border-color:#58b128;}
.btn-custom.active,.btn-custom:active,.open>.dropdown-toggle.btn-custom{background-image:none}
.btn-custom.disabled.focus,.btn-custom.disabled:focus,.btn-custom.disabled:hover,.btn-custom[disabled].focus,.btn-custom[disabled]:focus,.btn-custom[disabled]:hover,fieldset[disabled] .btn-custom.focus,fieldset[disabled] .btn-custom:focus,fieldset[disabled] .btn-custom:hover{background-color:#337ab7;border-color:#2e6da4}
.btn-custom .badge{color:#337ab7;background-color:#fff}
/* Btn Custom */

/* Btn Cart */
.btn-cart{color:#fff;background-color:#ee9d00;border-color:#d88f00}
.btn-cart.focus,.btn-cart:focus{color:#fff;background-color:#dfb456;border-color:#c57d00}
.btn-cart:hover{color:#fff;background-color:#d48c00;border-color:#c88400}
.btn-cart.active,.btn-cart:active,.open>.dropdown-toggle.btn-cart{color:#fff;background-color:#eaa436;border-color:#db9629}
.btn-cart.active.focus,.btn-cart.active:focus,.btn-cart.active:hover,.btn-cart:active.focus,.btn-cart:active:focus,.btn-cart:active:hover,.open>.dropdown-toggle.btn-cart.focus,.open>.dropdown-toggle.btn-cart:focus,.open>.dropdown-toggle.btn-cart:hover{color:#fff;background-color:#64bf33;border-color:#58b128;}
.btn-cart.active,.btn-cart:active,.open>.dropdown-toggle.btn-cart{background-image:none}
.btn-cart.disabled.focus,.btn-cart.disabled:focus,.btn-cart.disabled:hover,.btn-cart[disabled].focus,.btn-cart[disabled]:focus,.btn-cart[disabled]:hover,fieldset[disabled] .btn-cart.focus,fieldset[disabled] .btn-cart:focus,fieldset[disabled] .btn-cart:hover{background-color:#337ab7;border-color:#2e6da4}
.btn-cart .badge{color:#337ab7;background-color:#fff}
/* Btn Cart */

.search-form-box{
	margin-bottom:15px;
	}
	
.search-page-box{
	border:1px solid #CCC;
	padding-bottom:25px;
	margin-bottom:25px;
	}
	
.search-page-title{
	border-bottom:1px solid #999;
	background-color:#333;
	font-family: 'Open Sans', sans-serif;
  	font-size:16px;
  	font-weight:600;
	color:#FFF;
	padding:10px;
	margin-bottom:25px;
	}
	
.search-page-title.second{
	margin-bottom:0;
	}
	
.search-page-in-box{
	border-bottom:1px solid #CCC;
	padding:10px 10px;
	}
	
.modelno-txt{
	font-size:12px;
	border:none;
	}

.service-main-box{
	border:1px solid #333;
	background-position:center;
	}
	
.service-main-box.one{
	background-image:url(../images/serv_bg_1.gif);
	}
	
.service-main-box.two{
	background-image:url(../images/serv_bg_3.gif);
	}
	
.service-main-box.three{
	background-image:url(../images/serv_bg_2.gif);
	}
	
.service-main-box-icon{
	width:40%;
	margin-left:30%;
	margin-top:30px;
	padding:15px;
	background-color:#FC0;
	}
	
.service-main-box-icon-2nd{
	margin-top:30px;
	padding:15px;
	background-color:#FC0;
	}
	
.service-main-box-title{
	font-family: 'Open Sans', sans-serif;
  	font-size:16px;
  	font-weight:600;
	color:#FFF;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	}
	
.service-main-box-desc{
	font-family: 'Open Sans', sans-serif;
  	font-size:13px;
  	font-weight:400;
	color:#CCC;
	text-align:center;
	padding-bottom:15px;
	}
	
.service-main-box-desc.txt2nd{
	text-align:justify;
	}
	
@media screen and (max-width: 768px){
	.service-main-box{
		width:33%;
		float:left;
	}
}
@media screen and (max-width: 480px){
	.service-main-box{
		width:100%;
		margin-bottom:25px;
	}
}

.section-more{
	margin-bottom:15px;
	}
	
.brand-icon{
	margin-bottom:25px;
	}
@media screen and (max-width: 768px){
	.brand-icon{
		width:33%;
		float:left;
	}
}
@media screen and (max-width: 480px){
	.brand-icon{
		width:50%;
	}
}

.contact-section-call{
	padding-top:45px;
	padding-bottom:45px;
	}

.contact-main-title{
	font-family: 'Open Sans', sans-serif;
  	font-size:24px;
  	font-weight:300;
	color:#666;
	}
	
.contact-main-txt{
	font-family: 'Open Sans', sans-serif;
  	font-size:44px;
  	font-weight:600;
	color:#0079F2;
	}
	
.page{
	padding:25px 0;
	}
	
.page-title-box{
	padding-top:100px;
	margin-bottom:0;
	background-image:url(../images/bg/search-bg.png);
	background-color:#f7a300;/* background-image PSD bg color must be same */
	background-position:top;
	color:#333;
	text-align:center;
	}
	
.page-title{
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 300;
	color:#FFF;
	}
	
.page-title-blink{
	padding-bottom:35px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#f3f3f3;
	}
	
.page-title-blink a{
	color:#fffcf1;
	}
@media screen and (max-width: 480px) {
	.page-title-box{
		text-align:right;
		}
}

.page-title-second{
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 400;
	color:#333;
	border-bottom:1px solid #CCC;
	margin-bottom:25px;
	}
	
.page-title-second-img{
	border:1px solid #CCC;
	border-radius:10px;
	margin-right:15px;
	}

.product-box{
	border:1px solid #D3D3D3;
	}
	
.product-title{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color:#ee9d00;
	margin-bottom:5px;
	text-align:center;
	height:80px;
	}
	
.product-title-type{
	font-size: 13px;
	color:#af0b0b;
	font-weight: 600;
}
	
.product-price{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color:#333;
	margin-bottom:15px;
	text-align:center;
	}

.product-stockbox{
	padding-left:25%;
	padding-right:25%;
	padding-bottom:10px;
	font-size:14px;
	}
		
.product-stock-yes{
	color:#3CA441;
	padding:5px;
	}
	
.product-stock-no{
	color:#999;
	padding:5px;
	}
	
.product-btn{
	width:100%;
	margin-bottom:15px;
	}
	
@media screen and (max-width: 768px) {
	.product-box{
		width:50%;
		float:left;
		}
}
@media screen and (max-width: 480px) {
	.product-box{
		width:100%;
		}
}
	
.product-page-title{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color:#666;
	margin-bottom:15px;
	word-wrap: break-word;
	}
	
.product-page-price{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color:#ee9d00;
	margin-bottom:25px;
	}
	
.product-page-price{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color:#ee9d00;
	margin-bottom:25px;
	}
	
.product-page-desc{
	margin-bottom:35px;
	}
	
.request_box{
	margin-bottom:15px;
	}
	
.request_form{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#666;
	padding:20px;
	}
	
.request_btn{
	width:100%;
	}
	
.request_icon{
	color:#0088cf;
	}
	
.request_para_head{
	margin-top:6%;
	margin-bottom:6%;
	}
	
.request_para_head_p1{
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#666;
	}
	
.request_para_head_p2{
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size:28px;
	font-weight:300;
	color:#666;
	}
	
.request_para_title{
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	color:#666;
	margin-bottom:10px;
	}
	
.request_para_desc{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#666;
	text-align:justify;
	margin-bottom:25px;
	}
	
.team_title{
	font-family: 'Open Sans', sans-serif;
  	font-size:16px;
  	font-weight:600;
	padding-top:5%;
	}
	
.team_desig{
	font-family: 'Open Sans', sans-serif;
  	font-size:12px;
  	font-weight:400;
	color:#F48913;
	padding-top:0.5%;
	padding-bottom:6%;
	}
	
.team_content{
	font-family: 'Open Sans', sans-serif;
  	font-size:13px;
  	font-weight:400;
	padding-bottom:6%;
	}
	
.team_skill{
	font-family: 'Open Sans', sans-serif;
  	font-size:13px;
  	font-weight:600;
	padding-bottom:6%;
	}
	
.contact_box{
	padding-top:25px;
	padding-bottom:20px;
	}

.contact_head{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight:600;
	color: #333;
	}
	
.contact_head_separater{
	width:5%;
	height:2px;
	background-color:#eba600;
	margin-bottom:25px;
	margin-top:5px;
	}
	
.contact_field_box{
	padding-top:5px;
	padding-bottom:5px;
	}
	
.contact_field{
	padding:20px;
	border-color:#E2E2E2;
	}
	
.contact_boxin{
	padding-bottom:12px;
	}
	
.contact_icon{
	padding-top:10px;
	padding-left:0;
	color:#596371;
	}
	
.contact_box h4{
	color:#596371;
	}
	
.contact_box h5{
	color: #8a939f;
	}
	
@media screen and (max-width: 768px) {

.contact_icon{
	width:10%;
	float:left;
	}
.contact_content{
	width:90%;
	float:left;
	}
}
@media screen and (max-width: 480px) {
.contact_icon{
	width:20%;
	}
.contact_content{
	width:80%;
	}
}

.social_section{
	height:38px;
	margin-bottom:10%;
	}

.social_box :link{
	width:32px;
	margin:5px;
	padding:8px;
	border:2px solid #FFF;
	float:left;
	}
	
.social_box_black :link{
	margin:5px;
	padding:8px;
	border:2px solid #596371;
	float:left;
	}

.social_box :visited{
	border-color:#FFF;
	}
	
.social_box_f :hover{
	background-color:#3C55AE;
	}
	
.social_box_t :hover{
	background-color:#1AB9EE;
	}
	
.social_box_l :hover{
	background-color:#214A8F;
	}
	
.social_box_g :hover{
	background-color:#ED7541;
	}
	
.social_box_y :hover{
	background-color:#F34B50;
	}
	
@media screen and (max-width: 768px) {
	.social_section{
		height:200px;
		margin-bottom:10%;
		}
	
	.social_box_black :link{
		padding:8px;
		border:2px solid #596371;
		float:left;
		}
}

.service-box{
	padding-top:25px;
	padding-bottom:15px;
	}

.service-box-title{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight:600;
	color: #333;
	padding-bottom:15px;
	}
	
.service-txt-box{
	padding-bottom:10px;
	}
	
@media screen and (max-width: 768px) {
.service-box{
	width:50%;
	float:left;
	}

.service-box-icon{
	width:30%;
	margin-left:35%;
	margin-bottom:25px;
	}
}

@media screen and (max-width: 480px) {
.service-box{
	width:100%;
	}

.service-box-icon{
	width:50%;
	margin-left:25%;
	margin-bottom:25px;
	}
}

.head-top{
	padding:5px;
	font-size:12px;
	}

.whatsapp-wrap {
	display: flex;
	align-items: center;
	}
.whatsapp-wrap img {
	margin-left: 5px;
	}