/* CSS Document for Ecommerce Templates Premium Responsive Design Styles */

* {	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
:after, :before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}


body {margin:0px; padding:0px; font-family: 'Lato', Arial, Helvetica, sans-serif; font-size:15px;}
img{max-width:100%;max-height:auto;}
.container { padding-right: 1%; padding-left: 1%; margin-right: auto; margin-left: auto;}
.container { max-width: 90%;}
.row { margin-left: -10px;  margin-right: -10px;}


p{line-height:1.6em;}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4,.col-4a, .col-5, .col-6, .col-7, .col-8, .col-9 {	float: left;}
.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 80%;}
.col-9a {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-7a {width: 100%;float:left;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-4a {width: 33.33333333%;}
.col-3 {width: 20%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}

.col-1, .col-10, .col-11,  .col-2, .col-3, .col-4,.col-4a, .col-5, .col-6, .col-7, .col-8, .col-9{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-12 {
	position: relative;
	min-height: 1px;
	

	
}
.text-left { text-align:left;}
.text-right { text-align:right;}
.text-center { text-align:center;}


.mainWrapper { margin:0px; padding:0px;}
.headerWrapper { margin:0px; padding:0px;}
.midWrapper { margin:0px; padding:10px 0;}
.footerWrapper {
	margin: 0px;
	padding: 0px;
	background: #C0C0C0;
	border-top: 3px solid #000000;
	color: #000;
	line-height: 20px;
}
.footerWrapper a{color:#fff !important}
.footerWrapper a:hover{color:#333 !important}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

body.scrolled .nav {
    opacity: 0.9;
    transition: opacity .9s;
}
body.scrolled .nav:hover {
  opacity: 1.0;
  transition: opacity .2s;
}

.mid_left { float:left;clear:left;}
.mid_right { float:right;}


.bannerWrapper { float:left;text-align:center; width:70%;background:#C0C0C0; margin:0 auto; position:relative;}
.rightWrapper { float:left;text-align:center; width:30%; margin:0 auto; position:relative;padding:4px;}
.toprt{padding:0px 4px 0px 4px;}
.toplt{padding:0px 4px 0px 4px;}
.toprt img{max-width:100%;height:auto;}
.toplt img{max-width:100%;height:auto}

.rightWrapper ul{text-align:left;list-style:none;padding:0px;margin:0px;display:block;}
.rightWrapper li{padding:3.9%;width:98%;background:#C0C0C0;color:#000000;margin:2px 4px 0px 4px;font-size:1.2em;}
.rightWrapper li:hover{background:#65737e}
.rightWrapper li a{color:#000000}

.bannerWrapper img { max-width:100%;padding:4px;background:#fff;}
.slides li { position:relative; text-align:center;}
.banner_text_wrap { background:rgba(0,0,0,0.5); position:absolute; z-index:999; left:0; bottom:14px; color:#fff; width:96%; margin:0 2%; padding:15px; box-sizing:border-box; }
.banner_text_wrap h2 { margin:0px; padding:0px; color:#fff; font-size:20px; text-transform:uppercase; font-weight:normal;}
.banner_text_wrap h2 span {color:#fbbb13;}
.banner_text_wrap p { color:#fff; font-size:14px;}

.rtbanner_text_wrap1{ background:rgba(101,115,126,0.5); position:absolute; z-index:999; left:0; bottom:8px; color:#fff; width:96%; margin:0px 0px 0px 10px; padding:8px; box-sizing:border-box; }
.rtbanner_text_wrap1 h2 { margin:0px; padding:0px; color:#fff; font-size:20px; text-transform:uppercase; font-weight:normal;}

.flex-control-paging { display:none;}

.top_row {
	background-color: #C0C0C0;
	padding: 1px 0px;
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.topbarNav { margin:6px 0px; padding:0px 4px;}

.logo_cont{width:100%; background:#fff}
.logo_row { padding:10px 0px;width:88%;margin:0 auto;}
.logo_row img {padding-top:6px;}

.top_search { position:relative; padding-right:60px; box-sizing:border-box;}
.top_search Input { margin:0px; padding:5px; border:1px solid #cccccc; height:35px; box-sizing:border-box; font-size:12px; color:#999999; font-style:italic; width:100%;}
.top_search Input[type="submit"] { position:absolute; right:0px; top:0px;  margin:0px; padding:5px; border:1px solid #cccccc; border-left:0px; height:35px; width:60px; cursor:pointer;}

.sicons {font-size:26px;}
.sicons i{margin:0px 3px}
.sicons a{color:#000000 !important;}
.sicons a:hover{color:#C0C0C0 !important}
.searchbox{
    position:relative;
    min-width:130px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:1px solid #C4A973;
    outline:0;
    background:#C0C0C0;
    width:100%;
    height:36px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:16px;
    color:#333;
}
.searchbox-input::-webkit-input-placeholder {
    color: #333;
}
.searchbox-input:-moz-placeholder {
    color: #333;
}
.searchbox-input::-moz-placeholder {
    color: #333;
}
.searchbox-input:-ms-input-placeholder {
    color: #333;
}

.searchbox-icon,
.searchbox-submit{
    width:130px;
    height:36px;
    display:block;
    position:absolute;
    top:0;
    font-family:fontawesome,verdana;
    font-size:18px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:36px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background:#000000;
    border-radius: 4px;
}

.resourceboxbox-icon:hover{background:#C0C0C0}

.resourcebox-icon{
    width:130px;
    height:36px;
    display:block;
    position:absolute;
    top:0;
    font-family:fontawesome,verdana;
    font-size:18px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:36px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background:#000000;
    border-radius: 4px;
}

.resourcebox-icon:hover{background:#C0C0C0}


.searchbox-open{
    width:100%;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}


.menu{display: inline-block;}
.nav_bar {
	text-align: center;
	background: #000000;
	padding: 2px 2px 0px 0px;
	margin-bottom: 2px;
}
.nav_bar li a { color:#272727; text-decoration:none;}
.nav_bar li a:hover { color:#C0C0C0;}
.headi{
	text-transform: capitalize;
}
ul.headu li{ text-transform:none;}

.offersbar{
	text-transform: none;
	text-align: center;
	padding: 6px;
	background: #C0C0C0;
	color: #000000;
	font-size: 16px
}

.left_nav_wrap { border:1px solid #ddd; border-radius:4px; margin-bottom:30px;}
.left_nav_wrap h2 { color:#333;margin:0px; padding:10px 15px 10px 20px; border-bottom:1px solid #ddd; font-size:20px; font-weight:normal; position:relative; }
.left_nav { padding:10px 15px;}
.left_nav ul { margin:0px; padding:0 0 0 5px;}
.left_nav li { margin:0px; padding:5px 0px ; list-style:none; }
.left_nav li a { color:#646464; text-decoration:none;}
.left_nav li a:hover { color:#000000;}


.PL_box h2 { margin:0px; padding:0px;}
.product_listing { margin:0 -15px;padding-right:6px;}
.product_box { border:1px solid #ddd; border-radius:4px; padding:10px; min-height:220px; vertical-align:middle; display:flex;}
.product_box img { max-width:100%;  }
.product_listing h2 { margin:0px; padding:10px 0px; font-size:18px; font-weight:normal;}

.hmcats{width:98.4%;float:left;text-align:center;background:#f2f2f4;margin-left:13px;}
.hmcat{float:left;padding:16px; width:24%;}
.hmcat img{box-shadow: 2px 2px 2px #ccc;}
.hmcat img:hover{opacity: 0.5;filter: alpha(opacity=50); /* For IE8 and earlier */}
.hmcat h2{margin:0 auto;max-width:250px;font-size:15px;margin-top:6px;padding: 4px 2px;border:1px solid #777;background:#fff}
.hmcat h3{
	color: #8b0000;
	font-size: 18px
}

.homeabout{margin: 20px 0px 10px 0px}
.homeaboutrt{margin: 72px 0px 10px 0px}

p.onoffer{text-align:center;font-size:26px;color:#666}
.hmcato{float:left;padding:16px; width:24%;}
.hmcato p{color:#666}
.hmcattext{font-size:24px;}

.ft_row1 { padding-top:30px; padding-bottom:30px}
.footerWrapper h3 { margin:0px; padding:0 0 15px; font-size:24px; font-weight:normal; color:#2d2d2d;}
.links ul { margin:0px; padding:0px;}
.links li { margin:5px 0px; padding:0 0 0 10px; list-style:none; background:url(../images/arrow.png) no-repeat 0 5px;}
.links li a { color:#82592F; text-decoration:none;}
.links li a:hover { color:#333;}

.popular_categories a { color:#2d2d2d; text-decoration:none;}
.popular_categories a:hover { color:#000;}

.need_help p { margin:0px; padding:0 0 10px;}
.ft_social_icon a { margin-right:5px;font-size:32px;color:#333 !important}
.ft_social_icon a:hover{color:#fff !important;}

.copyright_text { border-top:0px solid #d9d9d9; padding:15px 0;}
.copyright_row_link ul { font-size:11px;margin:10px; padding:0px;}
.copyright_row_link li { margin:0px; padding:0 10px; list-style:none; display:inline-block; border-right:1px solid #4d4d4f; line-height:10px; }
.copyright_row_link li a { color:#2d2d2d; text-decoration:none}
.copyright_row_link li a:hover { color:#000;}
.copyright_row_link li:last-child { border-right:none;}
.copyright_row_link li:first-child { padding-left:0px;}


.left_contact_details {border:1px solid #ddd; border-radius:4px; padding:15px;}
.left_contact_details h2 { margin:0px; padding:0 0 5px 0; font-size:16px; color:#82592F; font-weight:bold;}
.left_contact_details p { margin:0px; padding:0 0 5px 0; color:#646464;}


/*link properties*/
a:link {
	color: #2682FF;
	text-decoration: none;
}

a:visited {
	color: #0F6DFF;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img.cartimage{
max-width:140px;
}

img.mapymaps {min-height:600px
min-width:1000px;
	min-height: 450px;
	max-width: 750px;
}

.cabody {
	maxwidth: 100%;
	text-align: center;
	background:#E1E1E1;
	
}

.cacontainer {
	width: 70%;
	display: inline-block;
	text-align: center;
	margin-top: 2%;
	background: #ffffff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	margin-bottom: 2%;
	
}

.formheader {
	width: 100%; 
	display: inline-block;
	background: #777;
	color:#ffffff;
	
	
	
}.formheader img{ 
	display: inline-block;
	margin-top: 1%;
	margin-bottom: 1%;
	
}


.formerheader p {
	
	color:#ffffff;
	font-size: 16px;
	font-family: "Arial Black";
	text-align: center;
	display: inline-block;
	letter-spacing: -2px;
}
.formheader2 img{ 
	display: inline-block;
	margin-top: 1%;
	margin-bottom: 1%;
	}


.formheader2 {
	width: 100%; 
	display: inline-block;
	background: #ffffff;
	color:#000000;
	
	
	
}
.formerheader2 p {
	
	color:#0000000;
	font-size: 16px;
	font-family: "Arial Black";
	text-align: center;
	display: inline-block;
	letter-spacing: -2px;
}

.innerWrapper 

{
	width: 95%;
	display: inline-block; 
	margin-top: 1%;
	text-align: left; 
	padding:0%;
}

.innerWrapper h1 {
	width:100%;
		font-size: 16px;
	font-family: "Arial Black";
	text-align: center;
}
	
.innerWrapper2 

{
	width: 95%;
	display: inline-block; 
	text-align: left;
	margin-top: -10px;
		
}


.innerWrapper3 {
	width: 50%;
	display: inline-block; 
	text-allign: left; 
	float:left;
	
}
.inputWrapper { 
	width: 100%; 
	float: left; 
	text-align: left;
	
	

}

.inputWrapper p {
	font-size: 12px;
	font-color: #777;
	margin-top: 20px;
}

.title {
	width: 100%;
	border-bottom: dotted #E1E1E1 1px;
	text-align: center;
	display: inline-block;
	height: 50px;
	
	
}

.title h1{
	font-family: "Arial Black";
	font-size: 20px;
	letter-spacing: 1px;
	color: #777;
	display: inline-block;
}

.req {
	color: red;
	font-size: 12px;
}

.li1 {
	list-style: none;
	float: none;
	font-size: 14px;
	font-family: "Arial Black";
	text-align: left;
	margin-bottom: 2px;
		
	

}

.OptionInBox{
	
	float: none;
	text-align: left;
	margin-right:5px;
	margin-top:5px;
	width: 100%;
}

	
.inbox
{
	float:left;
	margin-right:5px;
	margin-top:5px;
	font-size: 12px;
	
}

.li1 label {
	font-size: 9px; 
	float:none;
}


.inputS {
	margin-top: 10px;
margin-bottom: 20px;
	width: 30%;
	float: left;
	}
.inputXS {
	margin-top: 10px;
margin-bottom: 20px;
	width: 20%;
	float: left;
	}

.inputsubmit {
	margin-top: 10px;
margin-bottom: 20px;
	width: 100%;
	float: none;
	text-align: center;
	}




.inputL {
	margin-top: 10px;
margin-bottom: 20px;
	width: 40%;
	float: left;
	
	
}

.inputXL {
	margin-top: 10px;
margin-bottom: 20px;
	width: 30%;
	float: left;
	margin-right: 75px;
	
	
}
.input-nf {
	margin-top: 10px;
margin-bottom: 20px;
	width: 30%;
	float: none;
}

.input-in { /*for inputs inside others*/
	width:100%;
	margin-bottom: 10px;
	float: none; 
	
}


.input-in2 { /*for inputs inside others*/
	width:100%;
	margin-bottom: 10px;
	float: none; 
	margin-top:35px;
	
}

.innerWrapperLeftSend {
	
	width:45%;
	text-align: left;
	display: inline-block;
	float: left;
	margin-left:2.5%; 
	
	
	
	
}

.innerWrapperLeft {
	
	width:45%;
	text-align: left;
	display: inline-block;
	float: left;

	
	
	
	
}

.inputS-L {
	
	margin-top: 10px;
	margin-bottom: 20px;	
	width: 95%;
	float: left;
	display: inline-block;
	
}

.inputXL-L {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 80%;
	float: left;
	margin-bottom: 20px;
	
	
	
}

.input-Lmargin {
	
	margin-top: 10px;
margin-bottom: 20px;
	width: 30%;
	float: left;
	margin-left:60px;
	
}

.innerWrapperRight {
	
	width:45%;
	text-align: left;
	display: inline-block;
	float: left;
	margin-left: 5%;
	
	
}

.reftitle 
{
	width: 100%;
	font-family: "Arial Black";
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	border-bottom: dotted #E1E1E1 1px;
	height: 25px;
	text-align: center;
	background: #777; 
	margin-top:20px;
	
}

/*This is the first breakpoint and contains styles for screens 1024px to 980px*/
@media screen and (max-width: 1200px) {
.nav_bar li {padding: 0 7px;}
.container { max-width: 96%;}
}

/*This is the second breakpoint and contains styles for screens 980px to 800px*/
@media screen and (max-width: 980px) {

.relative { position:relative;}
.navTab { display:inline-block; cursor:pointer;}
.navLink { border:1px solid #949494; background-color:#fff; border-radius:4px; padding:10px; position:absolute; width:100%; box-sizing:border-box; z-index:9999; left:0px; top:42px; display:none}
.nav_bar li { display:block; border-right:none; padding:0 0 5px;}
    
.bannerWrapper { width:100%;}
    .flexislider{width:100%;}
.rightWrapper { width:50%;padding:0px;}
    .rightWrapper li{padding:3.2%;}
    .hmcato{width:48%;}    
    
}

/*This is the third breakpoint and contains styles for screens 800px to 640px*/
@media screen and (max-width: 800px) {
   .hmcat{float:left;padding:16px; width:48%;}
    .homeabout{width:100%;}
    .homeaboutrt{width:100%;margin-top:0px;}
.midWrapper .mid_left, 
.midWrapper .mid_right { width:96%; float:none; clear:both;margin-top:15px;}
    .services_row .col-4,
.ft_row1 .col-2,
.ft_row1 .col-4,
.ft_row1 .col-3 { width:100%; padding-bottom:20px;}
}

/*This is the fourth breakpoint and contains styles for screens 640px to 500px*/
@media screen and (max-width: 640px) {

.logo_row .col-4, .logo_row .col-8 { width:100%;}
.logo_row .col-4 { padding-bottom:15px;}
.logo_row_right { padding:0px;}
.logo_row_right .col-7, .logo_row_right .col-5 { width:50%;}

.product_listing {padding-left:6px;}

.product_box { min-height:auto; display:block; text-align:center;}
.banner_text_wrap { display:none;}

.rightWrapper { width:100%;}
}

/*This is the fifth breakpoint and contains styles for screens 500px to 360px*/
@media screen and (max-width: 500px) {
.top_row .text-right { text-align:left; padding-top:0px;}
.logo_row_right .topsearchWrap,
.logo_row_right .topsearchWrap { padding-bottom:0px;}

.product_details .col-6 { width:100%; padding-bottom:15px;}
  
        .sicons{display:none;}
    .col-4a{width:50%;}
    
     .hmcato{width:92%;}  
    .onoffer span{display:none}
    .offersbar{font-size:12px}

}

/*This is the last breakpoint and contains styles for screens below 360px*/
@media screen and (max-width: 360px) {

}