@charset "utf-8";
/* CSS Document */
body,html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background:#f5f5f5 !important;
}
.dropdown-menu hr {
	margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.al-center {
	text-align: center;
}
.al-right {
	text-align: right;
}
.al-left {
	text-align: left;
}
.large-padding {
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
.sml-padding {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
section {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	overflow:hidden;
}
.bg-primary {
	background-color: #00b8ea;
}
.btn-primary {
	background-color: #389810;
	border-color: #389810;
}
.text-primary {
	color: #389810;
}
.btn-primary:hover {
	background-color: #61d336;
	border-color: #61d336;
}
.bg-wht {
	background-color: #FFF !important;
}
.bg-black {
	background-color: #000 !important;
}
.bg-gray {
	background-color: #e0e0e0 !important;
}
.bg-blue {
	background-color: #0065ff !important;
}
.resp-img-wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position:relative;
}
.resp-img-wrap img {
	width: 100%;
}
.--------------------{}
.top-bar {
	background-color: #00b8ea;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.brands-top-ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.brands-top-ul li {
	text-align: center;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: none;
}
.brands-top-ul li img {
	height: 32px;
	margin: 0px;
	padding: 0px;
}
header {
	background-color: #FFF;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-box-shadow: 0 0 8px -2px #b8b8b8;
	-webkit-box-shadow: 0 0 8px -2px #b8b8b8;
	box-shadow: 0 0 8px -2px #b8b8b8;
}
.logo-box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.logo-box img {
	margin: 0px;
	padding: 0px;
	height: 47px;
}
.top-btns-ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.top-btns-ul li {
	display: inline-block;
	margin: 0px;
	float: none;
	text-align: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	position: relative;
}
.top-btns-ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	cursor:pointer;
}
.top-btns-ul li a .spni {
	color: #999;
}
.top-btns-ul li ul {
	display: none;
	width: 150px;
	position: absolute;
	top:20px;
	z-index: 50;
}
.top-btns-ul li:hover ul {
	display:block;
}
.top-btns-ul li ul li {
	width: 100%;
	padding:0px;
	margin:0px;
}
.fea-products-ul {
	text-align: center;
	margin: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fea-products-ul li {
	text-align: center;
	display: inline-block;
	padding: 5px;
	float: none;
	width: 32%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	overflow: hidden;
	font-size: 12px;
}
.fea-products-ul li .fe-prd-heading {
	color: #3c59c4;
	text-decoration: none;
	float: left;
	height: 50px;
	width: 100%;
	overflow-y: unset;
	padding-top: 2px;
}
.fea-products-ul .fe-prd-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}



.sec_lft_title {
	position:relative;
}
.sec_lft_title h1 {
	position:relative;
	z-index:2;
	float:left;
	margin-bottom: 25px;
	cursor:pointer;
}
.sec_lft_title h2 {
	position:absolute;
	z-index:1;
	top:22px;
	color:#f5f5f5 ;
}
.prd_left_cates {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.prd_left_cates li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.prd_left_cates li a {
	margin: 0px;
	float: left;
	width: 100%;
	text-decoration: none;
	color:#666;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.prd_left_cates li a:hover {
	background-color: #FFF;
	padding-left: 10px;
	border-left-color: #999;
}

.footer-head {
	background-color: #222;
	float: left;
	width: 100%;
	color: #e1e1e1;
}
footer {
	background-color: #222;
	float: left;
	width: 100%;
}
.logo-footer {
	width: 100%;
	float: left;
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
}
footer p {
	color: #e1e1e1;
}
.ftr-links-ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.ftr-links-ul .ft-lnk-head {
	font-size: 16px;
	font-weight: bold;
	color: #e1e1e1;
	text-decoration: none;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ftr-links-ul li {
	color: #e1e1e1;
	line-height: 30px;
	text-decoration: none;
}
.ftr-links-ul li a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.ftr-links-ul li a:hover {
	color: #3476fd;
	text-decoration: none;
}
.copyrights {
	background: #222;
	border-top: #181818 1px solid;
	padding: 20px 0;
	float: left;
	width: 100%;
	font-size: 12px;
	color: #e1e1e1;
	text-decoration: none;
}
.copyrights a {
	color: #3476fd;
}
.copyrights a:hover {
	color: #00b8ea;
	text-decoration: none;
}
.--------------------{}
/* Responsive Menu */
.text-white {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.text-white-a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.text-white-a:hover {
	color: #FFF;
	text-decoration: underline;
}
.responsMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}	
.responsMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	display:none;
}
.responsMenu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}
.responsMenu li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
}
.responsMenu li:hover a {
	background: #005e96;
}
.responsMenu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
.responsMenu li:hover ul a:hover {
	background: #00385a;
	color: #fff;
}
.responsMenu li ul {
	display: none;
}
.responsMenu li ul li {
	display: block;
	float: none;
}
.responsMenu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
.responsMenu ul li a:hover + .hidden, .hidden:hover {
	display: block !important;
}
.responsMenu .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #f9f9f9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	text-align: center;
	display: none;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.responsMenu input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
.responsMenu input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* owl slider */
.ow-hd-img-cont {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.ow-hd-img-cont #nwsheadlns {
	width:100%;
	height:auto;
}
#nwsheadlns-o {
	width:auto;
	height:auto;
}
