@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-reg-webfont.eot');
	src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-reg-webfont.woff') format('woff'),  url('../fonts/lato-reg-webfont.ttf') format('truetype'),  url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	 font-family: 'latoregular';
	letter-spacing: 0.5px;
	line-height: 1.2;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.claer{
	clear:both;
	content:"";
	display:block;
}
img {
	outline: 0;
	border: 0;
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*------------------------------ header----------------*/
.tap-head-list{
background:#3683bd;
padding:10px 0px;
float:left;
width:100%;
}
.left-head-list select{
	    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
  background-position: 155px center;
    width: 192px;
    padding: 6px 32px 6px 8px;
        line-height: inherit;
    
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background-color: #ffffff;
	border:0px;
    color: #000000;
    font-size: 14px;
        -webkit-appearance: none;
	   -moz-appearance: none;
    box-shadow: inset 0 0 0px 0 rgba(0, 0, 0, 0.6);
    outline: none;
}
.right-head-list {
	color:#ffffff;	
	text-align:right;
}
.right-head-list .list-cont li{
	display:inline-block;
}
.right-head-list .list-cont li a{ 
	 
	font-size:14px;
	color:#ffffff;
	text-transform:capitalize;
	padding:0px 14px;
	border-right:1px solid #ffffff;
	
}
.social-list .social-cont{
	text-align:right;
}

.social-list .social-cont li{
	display:inline-block;
	margin-right:5px;
}
.social-list .social-cont li:last-child{
	margin-right:0px;
}
.right-head-list .list-cont li:last-child a{
	border:0px;
}
.social-list .social-cont li .icon{
	height:28px;
	width:28px;
	line-height:28px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;	
	
}
.social-list .social-cont li a{ display:block;}
.social-list .social-cont li a:hover{ transform:rotate(360deg); -webkit-transform:rotate(360deg); transition:0.5s all ease; -webkit-transition:0.5s all ease;}
.fa-facebook{
	background:#3d5b99;
}
.fa-twitter{
	background:#159ceb;
}
.fa-linkedin{
	background:#04639c;
}
.fa-google-plus{
	background:#dd4b39;
}
.header{
	background:#014f8d;
	padding:12px 0px;
	color:#ffffff;
	float:left;
	width:100%;
}
.logo{ width:140px; display:block; position:relative; z-index:9999;}
.navbar{
	margin-bottom:0px;
	min-height:0px;
}
.navbar-default{
	background:none;
	border:0;
}
.navbar-default .navbar-nav>li>a{
	color:#ffffff;
	font-size:18px;
	padding:0px 18px;
	border-right:1px solid #ffffff;
	text-transform:capitalize;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background:none;
	color:#ffffff;
}
.fa-phone{
	background:#ffffff;
	text-align:center;
	height:25px;
	width:25px;
	line-height:25px;
	color:#014f8d;
	margin-right:2px;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;	
}
.phone-cont li{
	font-size:17px;
	color:#ffffff;
	display:inline-block;
}
.form-cont{
	background:#e1d3b8;
	padding:20px 0px;
	float:left;
	width:100%;
}
.form-cont input[type=text]{
	color:#000000;
	font-size:14px;
	width:25%;
	padding:15px;
	border:0px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius:3px;	
	border-radius:3px;
	margin-right:15px;
}
.last{
	margin-right:0px !important;
}
.form-cont textarea{
	width:78.5%;
	height:56px;
	border:0px;
		-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border-radius:3px;
	margin-top:15px;
	resize:none;
}
.only-right{
	float:right;
}
.only-right-top{
	float:right;
	margin-top:15px;
	
}
.form-cont input:focus{ outline:1px solid #142C49;}
.button-cont button{
	background:#014f8d;
	color:#ffffff;
	font-size:19px;
	text-transform:uppercase;
	font-weight:400;
	padding:13px 70px;
	border:0px;
	width:213px;
	border-bottom:2px solid #3683bd;
}
.button-cont button:hover, .button-cont button:focus{ background:#142C49;}
.middile-cont{
	float:left;
	width:100%;
	background:#ffffff;
}
.right-banner{
	margin-top:12px;
}
.right-middile-text{
	margin-top:18px;
	
}
.right-middile-text ul{
	 background:#e1d3b8;
	 float:left;
	 padding:30px 15px;
	box-shadow: 6px 6px 10px -4px #888888;
	width: 100%;
}
.right-middile-text ul li{
	float:left;
	list-style:none;
	width:50%;
	
}
.right-middile-text ul li:first-child{
	width:105px;
	height:105px;
	background:#fff;
	margin-right:15px;
	position:absolute;
	left:30px;
	border-radius:4px;
	overflow:hidden;
}
.right-middile-text.product-detail ul li:first-child{ width:300px; height:300px; left:15px;}
.right-middile-text.product-detail ul li:first-child a {
    display: table-cell;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    overflow:hidden;
}
.right-middile-text.product-detail ul li:last-child{ padding-left:320px; min-height:300px;}
.right-middile-text ul li:first-child div{ display:table-cell; vertical-align:middle; height:105px;}
.right-middile-text ul li:last-child{
	width:auto; padding-left:120px;
	min-height:105px;
}
.right-middile-text ul li:first-child img{
	background:#ffffff;
		-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-radius:4px;
	padding:23px 10px;
}

.right-middile-text.product-detail .review.show-wishlist{ display:inline-block;}

.right-middile-text h2{
	color:#000000;
	font-weight:400;
	font-size:18px;
	text-transform:capitalize;
	padding-bottom:13px;
}
.right-middile-text p{
	color:#000000;
	font-weight:300;
	font-size:14px;
}
ul.list-cont{
	padding-top:3px;
}
.bannner-img{
	margin-bottom:19px;
}
.bannner-img img{
	width:100%;
}
.footer{
	background:#014f8d;
	border-top:13px solid #3683bd;
	float:left;
	width:100%;
	padding:27px 0px;
}
.footer ul{
	text-align:center;
}
.footer ul li{
	display:inline-block;
	list-style:none;
	
}
.footer ul li a{
	font-size:18px;
	color:#ffffff;
	padding:0px 20px;
	border-right:1px solid #ffffff;
	
}
.footer ul li:last-child a{
	border-right:0px;
}
.footer p{
	font-size:18px;
	color:#ffffff;
	text-align:center;
	padding-top:25px;
}

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}
.left-accordian{
	width:100%;
	padding:0px;
	background:#014f8d;
	padding-top:15px;
}
.panel{
	background:#014f8d;

}
.list-group.panel > .list-group-item{
		border:0px;
		-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border-radius:0px;
	    color: #fff;
	    font-family: 'latoregular';
    font-size: 16px;
	background:#142c49 !important;
	margin-bottom:2px;
	padding-top:10px;
	padding-bottom:20px;

}
.list-group-item:first-child{
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.list-group-item{
	background:#014f8d;
	border:0px;
	color:#ffffff !important;
	font-size:14px;
}
.list-group.panel div{ padding:12px 0;}
.list-group.panel div .list-group-item{ padding:4px 15px; margin-bottom: 0;}
.list-group.panel div .list-group-item:after{ top:3px;}
.firstLevel.list-group-item:after{
	content:"\f0d7";
	display:block;
	font-family:fontawesome;
	font-size: 16px;
	height:10px;
	width:10px;
	position: absolute;
    right: 10px;
    top: 11px;
}
.firstLevel.list-group-item.collapsed:after{content:"\f0da"}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background:#142c49;
}
.list-group.panel > .list-group-item:before{
	border-bottom: 4px solid #ffffff;
    display: block;
    content: "";
    width: 32%;
    top: 100%;
    margin-top:-15px;
    position: absolute;
}
.list-group-item:after{
    content: "\f0da";
    display: block;
    position: absolute;
    right: 10px;
    font-family: fontawesome;
    font-size: 16px;
    height: 10px;
    width: 10px;
    top: 9px;
}
.left-accordian{
	position:relative;
	z-index:9;
	
}
.container.abc{ position:relative;}
.container.abc:after {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    background: #014f8d;
    top: 0;
    border-right: 30px solid white;
    width: 16.6667%;
    height: 100%;
}
/*------------------------------------ about page --------------------*/
.banner-bottom img, .bannner-img img{
	display:block;
	margin:auto;
}
.about-text h2{
	font-size:18px;
	color:#000000;
	font-weight:600;
	padding:25px 0px 20px 0px;
}
.about-text p{
	font-size:15px;
	color:#000000;
	font-weight:300;
	padding-bottom:35px;

}
.testimonial{
	    background: #f6f6f6;
    margin-bottom: 35px;
    padding-top: 25px;
    padding-bottom: 33px;
}
.testimonial h3{
	font-size:20px;
	color:#000000;
	font-weight:400;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	
}
.testimonial h3:after {
    content: "";
    border-bottom: 3px solid #3683bd;
    display: block;
    width: 5%;
    margin:8px auto;
}

.right-new .right-middile-text ul li{
	margin-top:15px;
}
.testimonial ul{
padding-top:30px;
padding-bottom:30px;
}
.testimonial ul li{
	float:left;
	list-style:none;
	position:relative;
}
.testimonial ul li h6{
		font-family: 'Lato', sans-serif;
		font-size:15px;
		color:#000000;
		text-transform:capitalize;
		font-weight:600;
}
.testimonial ul li:first-child{
	width:20%;
	text-align:right;
}
.testimonial ul li:first-child img{
	border-radius:50%;
	-webkit-radius:50%
	-o-radius:50%;
	-moz-radius:50%;
	-ms-radius:50%;
	border:2px solid #105993;
	
}
.testimonial ul li:last-child{
	width:80%;
	font-size:14px;
	padding-top:10px;
	padding-right:60px;
	padding-left:40px;
}
.testimonial ul li:last-child:before{
 color: #3683bd;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
    height: 20px;
    left: 25px;
    margin-right: 5px;
    position: static;
    top: 0;
    width: 20px;

}

.testimonial ul li:last-child:before,.testimonial ul li:last-child:after{
    color: #3683bd;    
    display: inline-block;
    font-family: fontawesome;	
}

.testimonial ul li:last-child:before {
content: "";
    margin-right: 5px;
 
}
.testimonial ul li:last-child:after {
    content: "";
    margin-left: 5px;

}
.owl-theme .owl-controls .owl-buttons div{
    padding: 7px 7px;  
    border-radius: 0px;
    background: #3683bd; 
    color: #ffffff;
	opacity:1;
    font-size: 18px;
   
}
.owl-next{
	right:2%;
	top:33%;
	position:absolute;
	
}
.owl-prev{
	    left: 2%;
    top: 33%;
	position:absolute;
	
}

/*------------ contact -------------------*/
.map-cont{
	margin-top:25px;
	margin-bottom:35px;
}
.map-text h5{
	font-size:20px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:center;
	padding-bottom:10px;
}
.map-text p{
	font-size:13px;
	color:#000;
	text-align:center;
	line-height:1.5;
	font-weight:500;
	padding-bottom:45px;
}
.map-text span{
	display:block;
	width:100%;
}
.left-map-text input[type=text], .left-map-text input[type=email]{
	height:58px;
	width:100%;
	font-size:14px;
	color:#000;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	border:1px solid #3683bd;
	padding:20px;
	margin-bottom:10px;
	text-transform:capitalize;
}
.right-map-text textarea{
	height:126px;
	width:100%;
	font-size:14px;
	color:#000;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	border:1px solid #3683bd;
	padding:20px;
	margin-bottom:10px;
	resize:none;
	text-transform:capitalize;
}
.right-map-text button{
	margin-top:20px;
}
.right-map-text button, .sign-up-cont button{
	padding:10px 40px;
	background:#3683bd;
	text-transform:uppercase;
	color:#ffffff;
	font-size:16px;
	float:right;
	font-weight:700;
	border-radius:2px;
	-webkit-border-radius:2px;;
	-moz-border-radius:2px;;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border:0px;
}
.contact-form{
	margin-bottom:53px;
	float:left;
	width:100%;
}
.sign-up-cont{
	float:left;
	width:100%;
	background:#014f8d;
	padding-top:30px;
	padding-bottom:30px;
}
.sign-up-cont label{
	font-size:19px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff;
}
.sign-up-cont input[type=email]{
	    height: 48px;
    width: 507px;
    border: 0px;
    font-size: 15px;
    color: #666666;
    padding: 20px;
    margin-left: 77px;
}
.sign-up-cont button{
	font-weight:500;
	font-size:20px;
	letter-spacing:0.6px;
	padding:10px 50px;
	font-family: 'Lato', sans-serif;

}
/*-------------- product listning ---------------*/
.right-new .right-middile-text ul{
	position:relative;
	width:100%;
}
.new:before{
	content:"";
	display:block;
	position:absolute;
	background:url(../images/new.png);
	height: 30px;
    width: 69px;
	top:0;
	left:0;
	
}
.offer:before{
	    content: "";
    display: block;
    position: absolute;
    background: url(../images/offer.png);
    height: 30px;
    width: 69px;
    top: 0;
    left: 0;

}

/*--------------------------- sell-your-surplus --------------------*/
.right-sell h4{
	font-size:18px;
	font-family: 'Lato', sans-serif;
	color:#000000;
	font-weight:500;
}
.right-sell p{
	font-size:13px;
	color:#000000;
	padding-top:13px;
	padding-bottom:25px;
}
.name-text{
	float:left;
	position:relative;
}
.name-text span{
	color:#ff2626;
}
.name-text label  { position: absolute;
    top: 18px;
    left: 20px;
	pointer-events: none;
}

.right-sell input[type=text], .right-sell input[type=email]{
	height:58px;
	width:265px;
	font-size:14px;
	color:#000;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	border:1px solid #3683bd;
	padding:20px;
	margin-bottom:10px;
	text-transform:capitalize;
	margin-right:30px;
}
.website-text input[type=text]{
	width:354px;
	margin-right:0px;
}
.area-text{
	width:100%;
}
.area-text textarea{
	width:100%;
	height:105px;
	font-size:14px;
	color:#000;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	border:1px solid #3683bd;
	padding:20px;
	margin-bottom:10px;
	text-transform:capitalize;
	resize:none;
}
.padd-left {
    float: left;
    width: 21%;
}
.padd-right {
    float: left;
    width: 62%;
    margin:12px 0 0;
}
a.phone-cont{ margin-top:10px;}
.phone-cont {
    float: right;
	text-align:right;
}
.phone-cont a span{ color:#fff; font-size:17px;}
.phone-cont a:hover, .phone-cont a:focus{ opacity:0.8; text-decoration:none;}
.phone-cont a i{ margin-right:8px; line-height:25px;}
.navbar-default .navbar-nav > li:last-child a{
	border-right:0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .nav>li>a:focus, .nav>li>a:hover{
	color:#ffffff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#ffffff;
}
.captch img{
	border:1px solid #3683bd;
	height:51px;
	width:165px;
	float:left;
	margin-right:30px;
	
}
.captch input[type=text]{
	border:1px solid #ddd;
	width:162px;
	margin-right:30px;
	padding:10px;
	float:left;
}
.captch button{
	    padding: 10px 40px;
    background: #005696;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 0px;
	margin-right:30px;
	float:left;
	margin-top:10px;
}
.captch p{
	font-size:15px;
	padding-top:20px;
}
.star{
	color:red;
}
.bold{
	font-weight:700;
}
.logo-text{
	background:#f6f6f6;
	padding-top:23px;
	margin-top:60px;
	margin-bottom:28px;
}
.logo-text p{
	font-size:17px;
	color:#000000;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	padding-left:20px;
}
.logo-list{
	margin-bottom:40px;
	margin-top:35px;
}
.logo-list li{
	text-align:center;
	list-style:none;
}
.product-detail ul li{
	margin-top:0px !important;
}
.product-detail ul li:first-child img {
    background: #ffffff;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius:4px;
    border-radius: 4px;
    padding: 37px 31px;
}
.product-detail h2{
	font-weight:600;
	font-size:18px;
	float:left;
	padding-top:0px !important;
	padding-bottom:0px !important;
	
}
.product-detail p
{
		font-weight:500;
	font-size:14px;
	line-height:1.3;
}
.star-cont{
	float:left;
}
.star-cont ul{
	background:none;
	box-shadow:none;
}
.star-cont{
	float:left;
	padding-left:35px;
	padding-right:25px;
	
}
.star-cont i{
	font-size:15px;
	color:#3683bd;
		
}
.review{
	font-size:13px;
	color:#888888;

}
.product-detail h5{
	font-size:22px;
	color:#3683bd;
	float:left;
}
.product-detail h6{
	font-size:16px;
	color:#888888;
	float:left;
	padding-left:25px;
	    padding-top: 5px;
}
.product-detail h4 i{
	color:#ffffff;
	background:#3683bd;
	padding:4px;
		-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:25px;
	vertical-align:top;
}
.show-wishlist .yith-wcwl-add-to-wishlist{ display:inline-block !important; margin:6px 0 0 5px !important;}
.right-sell h4 a.quote-request{ display:inline-block; float:right; background:#014F8D; border:0; border-bottom:2px solid rgb(54, 131, 189); padding:5px 15px; border-radius:0 !important ; -webkit-border-radius:0 !important; font-size:16px; color:#fff;}
.right-sell h4 a.quote-request:hover, .right-sell h4 a.quote-request:focus{ background:#142C49; text-decoration:none;}
.right-middile-text.product-detail .review.show-wishlist div.clear{ display:none;}
.prod-img{
        background: #ffffff;
			-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius:4px;
    border-radius: 4px;
    padding: 30px 0px;
    margin-right: 8px;
    margin-left: 8px;
	
}
.product-list{
	background:#e1d3b8;
	margin-top:0px;
}
.product-cont h2{
	font-size:18px;
	color:#000000;
	text-transform:capitalize;
	padding-top:35px;
	padding-bottom:25px;
}
.description{
	background:#f6f6f6;
	padding:33px 0px;
	margin-top:30px;
}
.description h3{
	text-align:center;
	color:#000;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	position:relative;
}
.description h3:after{
content: "";
    border-bottom: 3px solid #3683bd;
    display: block;
    width: 5%;
    margin: 8px auto;
	
}
.description p{
	font-size:14px;
	color:#0000000;
	line-height:1.3;
    padding-left: 51px;
    padding-right: 37px;
	padding-top:20px;
}
.rect-box{
	float:left;
	margin-top:30px;
}
.rect-box ul li{
	display:inline-block;
	list-style:none;
	margin-right:25px;
}
.rect-box ul li a{
	padding:53px 50px;
	font-size:13px;
	color:#626262;
	text-transform:uppercase;
	border:1px solid #3683bd;
	text-decoration:none;
	display:block;
}

.prod-img img {
    background: #fff;
    padding: 30px 10px;
		-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius:4px;
    border-radius: 4px;
}

.product-cont .logo-slider{
	    padding: 0px 60px;
}
.product-cont .logo-list{
	background:none;
	padding:0px 0px;
}
.product-list{
	margin-left:0px;
}
.product-list li{
	    margin-left: 0px;
}

.product-list li img{
	padding:30px 10px;
	background:#ffffff;
	border-radius:4px;
	
}
.machine-cont .owl-prev {
    left: -3.5% !important;
	right:inherit !important;
	    top: 73px !important;
}
.machine-cont .owl-next {
    right: -3.5% !important;
	   top: 73px !important;
}
.product-detail ul{
	padding:15px;
}
.product-detail{
    margin-top: 6px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color:transparent;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:#3683BD;
}
.logo-slider .owl-prev {
    right: 4%;
    top: -52px;
    position: absolute;
	left:inherit;
}
.logo-slider .owl-next {
    right: 0%;
    top: -33%;
    position: absolute;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .nav>li>a:focus, .nav>li>a:hover{
	color:#3683bd;
}
.navbar-default .navbar-nav>li>a:hover{ opacity:0.8;}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.logo:hover{
	color:#3683bd;
	text-decoration:none;
}

.left-head-list{ float:left;}
.social-list, .right-head-list{ float:right;}
.social-list{ margin-left:20px;}

.bannner-img .right-middile-text ul li:first-child img{ height:auto; width:auto; max-width:100%; padding:5px;}
.text-center.top-20{ float:left; width:100%;}
.woocommerce .text-center.top-20 nav.woocommerce-pagination ul{ margin:30px 0 0;}
header.entry-header{ margin-bottom:45px;}
header.entry-header h1.entry-title{ font-size:24px; text-transform:uppercase;}
.entry-content h2{ font-weight:bold; font-size:16px;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{}

.col-md-12.right-middile-text.product-detail{ float:none;}
.col-md-12.right-middile-text.product-detail ul{ float:none;}
.col-md-12.right-middile-text.product-detail ul:after{ clear:both; display:block; content:"";}


.cr-document-pdf a{ background-position:98% center !important;}
.cr-document-block a{padding: 30px 70px 30px 15px !important;}



.woocommerce form.login{ padding:35px 20px !important; margin: 1em 0 2em !important;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{ font-weight:normal;}
.woocommerce form.login .form-row label, .woocommerce-page form.login .form-row label{ float:left; padding: 3px 5px;}
.woocommerce form.login .form-row input.input-text, .woocommerce form.login .form-row textarea{ float:left; border:1px solid #ccc; padding:10px;}
.woocommerce form.login .form-row input[type="submit"]{ float:left; background:#014f8d;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	padding:10px 25px;
	border:0px;
	width:auto;
	border-bottom:2px solid #3683bd;
	border-radius:0; -webkit-border-radius:0;
}
.woocommerce form.login .form-row input[type="submit"]:hover, .woocommerce form.login .form-row input[type="submit"]:focus{ background:#142C49;}
.woocommerce form.login .form-row{ margin:0 0 20px;}
.woocommerce form.login .form-row label.inline{ display:block; float:none; clear:both; padding-top: 15px; line-height:normal; font-size:14px;padding-left: 0;}
.woocommerce form.login .form-row label.inline input{ margin-right:5px;}




.woocommerce form.register{ padding:35px 20px !important; margin: 1em 0 2em !important;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{ font-weight:normal;}
.woocommerce form.register .form-row label, .woocommerce-page form.login .form-row label{ float:left; padding: 3px 5px;}
.woocommerce form.register .form-row input.input-text, .woocommerce form.login .form-row textarea{ float:left;  border:1px solid #ccc; padding:10px;}
.woocommerce form.register .form-row input[type="submit"]{ float:left; background:#014f8d;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	padding:10px 25px;
	border:0px;
	width:auto;
	border-bottom:2px solid #3683bd;
	border-radius:0; -webkit-border-radius:0;
}
.woocommerce form.register .form-row input[type="submit"]:hover, .woocommerce form.login .form-row input[type="submit"]:focus{ background:#142C49;}
.woocommerce form.register .form-row{ margin:0 0 20px;}
.woocommerce form.register .form-row label.inline{ display:block; float:none; clear:both; padding-top: 15px; line-height:normal; font-size:14px;padding-left: 0;}
.woocommerce form.register .form-row label.inline input{ margin-right:5px;}




.woocommerce form.lost_reset_password{ padding:35px 20px !important; margin: 1em 0 2em !important;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{ font-weight:normal;}
.woocommerce form.lost_reset_password .form-row label, .woocommerce-page form.login .form-row label{ float:left; padding: 3px 5px;}
.woocommerce form.lost_reset_password .form-row input.input-text, .woocommerce form.login .form-row textarea{ float:left;  border:1px solid #ccc; padding:10px;}
.woocommerce form.lost_reset_password .form-row input[type="submit"]{ float:left; background:#014f8d;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	padding:10px 25px;
	border:0px;
	width:auto;
	border-bottom:2px solid #3683bd;
	border-radius:0; -webkit-border-radius:0;
}
.woocommerce form.lost_reset_password .form-row input[type="submit"]:hover, .woocommerce form.login .form-row input[type="submit"]:focus{ background:#142C49;}
.woocommerce form.lost_reset_password .form-row{ margin:0 0 20px;}
.woocommerce form.lost_reset_password .form-row label.inline{ display:block; float:none; clear:both; padding-top: 15px; line-height:normal; font-size:14px;padding-left: 0;}
.woocommerce form.lost_reset_password .form-row label.inline input{ margin-right:5px;}
.woocommerce form.lost_reset_password { padding: 0px !important;}

/* 24_05_2016 */
.bannner-img #FeaturedHome.owl-theme .owl-item img{ width:auto; height:auto; max-height:100px;}
.bannner-img #FeaturedHome.owl-theme .owl-item .item{ margin: 10px; text-align:center; padding: 15px 0; border:1px solid #d7d7d7;}
#FeaturedHome.owl-theme .owl-controls .owl-buttons div{ height:30px; width:30px; background:#014F8D; border-radius:50%; -webkit-border-radius:50%; left:0; text-align:center; padding:0;}
#FeaturedHome.owl-theme .owl-controls .owl-buttons div.owl-next{ right:0; left:auto;}
#FeaturedHome.owl-theme .owl-controls .owl-buttons div:before{ text-align:center; font-family: 'FontAwesome'; font-size:14px; line-height:30px;}
#FeaturedHome.owl-theme .owl-controls .owl-buttons div.owl-prev:before{ content: "\f053";}
#FeaturedHome.owl-theme .owl-controls .owl-buttons div.owl-next:before{ content: "\f054";}
.bannner-img .owl-item .item .feHomeImg{ height:100px; border-bottom:1px solid #d7d7d7; margin-bottom: 12px; padding-bottom: 15px; box-sizing: unset; -webkit-box-sizing: unset;}
.bannner-img .owl-item .item .feHomeName{ font-family: 'latobold'; text-transform:uppercase; font-size: 12px;}
.about-text{ clear:both;}
.about-text h4{ padding-bottom:15px;}
.right-sell input[type="text"].wpcf7-captchar{ width:100%;}
.right-new .right-middile-text.brand-model ul, .right-middile-text.brand-model ul{height: 165px;}