﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Lato-Black';
	src: url('../eot/lato-blackd41d.eot#iefix') format('embedded-opentype'), url('../woff/lato-black.woff') format('woff'), url('../ttf/lato-black.ttf') format('truetype'), url('../svg/lato-black.svg#Lato-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Italic';
	src: url('../eot/lato-italicd41d.eot#iefix') format('embedded-opentype'), url('../woff/lato-italic.woff') format('woff'), url('../ttf/lato-italic.ttf') format('truetype'), url('../svg/lato-italic.svg#Lato-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Light';
	src: url('../eot/lato-lightd41d.eot#iefix') format('embedded-opentype'), url('../woff/lato-light.woff') format('woff'), url('../ttf/lato-light.ttf') format('truetype'), url('../svg/lato-light.svg#Lato-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Regular';
	src: url('../eot/lato-regulard41d.eot#iefix') format('embedded-opentype'), url('../woff/lato-regular.woff') format('woff'), url('../ttf/lato-regular.ttf') format('truetype'), url('../svg/lato-regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Bold';
	src: url('../eot/lato-boldd41d.eot#iefix') format('embedded-opentype'), url('../woff/lato-bold.woff') format('woff'), url('../ttf/lato-bold.ttf') format('truetype'), url('../svg/lato-bold.svg#Lato-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Heavy';
	src: url('../eot/lato-heavyd41d.eot#iefix') format('embedded-opentype'), url('../woff/lato-heavy.woff') format('woff'), url('../ttf/lato-heavy.ttf') format('truetype'), url('../svg/lato-heavy.svg#Lato-Heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	height: 100%;
	color: #575756;
	font-family: "Lato-Regular";
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
	padding-bottom: 0px;
	padding-top: 0;
}

	#content.home {
		padding-bottom: 43px;
		padding-top: 0;
	}

#footer {
	background: #ececec;
	color: #575756;
	width: 100%;
	min-height: 194px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* Text Attributes css start*/
#wrapper .home h1, #wrapper .home h2, #wrapper h1, #wrapper h2 {
	color: #242424;
	font-family: "Lato-Light";
}

#wrapper .home h1 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 35px;
}

#wrapper .home h2 {
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 8px;
	margin-top: 30px;
}

#wrapper h1 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 30px;
	margin-top: 55px;
}

#wrapper h2 {
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 23px;
	margin-top: 57px;
}

#wrapper h3 {
	font-size: 22px;
	line-height: 1.2;
	margin: 5px 0;
}

#wrapper h4 {
	font-size: 18px;
	line-height: 0.8;
	margin-bottom: 20px;
	margin-top: 0;
}

#wrapper .home .contentpanel h1 {
	letter-spacing: -3px;
	margin-bottom: 26px;
	margin-top: 48px;
	text-align: center;
}

#wrapper .home .contentpanel h2 {
	line-height: 1.35;
	margin-bottom: 15px;
	margin-top: 58px;
	text-align: center;
	letter-spacing: -1px;
}

#wrapper .home .content h1, #wrapper .home .content h2, #wrapper .home .content p, #wrapper .subpage h1, #wrapper .subpage h2 {
	text-align: center;
}

.home p {
	color: #3f3f3f;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Lato-Light';
	margin-bottom: 25px;
}

p {
	color: #3f3f3f;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Lato-Light';
}

.subpage p {
	line-height: 30px;
}

a {
	color: #4475b8;
	text-decoration: none;
}

	a:visited, a:focus, a:hover, a:active {
		color: #4475b8;
		text-decoration: underline;
		outline: none;
	}
/* Text Attributes css end*/
/*header css start*/
header {
	height: auto;
	width: 100%;
}

.logo {
	margin: 16px 0;
}

	.logo img {
		max-width: 350px;
	}

.sociallinks li {
	display: inline-block;
	padding: 8px 8px 8px 9px;
}

.sociallinks a {
	color: #000000;
	font-size: 22px;
}

header .sociallinks a {
	font-size: 26px;
}

.sociallinks ul {
	float: right;
	margin-bottom: 0;
	margin-top: 0px;
}

.sociallinks li:last-child {
	padding-right: 8px;
}

.searchpannel {
	background: #000000 none repeat scroll 0 0;
	padding: 12px 0 15px;
}

.searchtext {
	font-family: 'Lato-Italic';
}

.input-group.searchtext > input {
	border-radius: 30px;
}

.input-group.searchtext .input-group-addon {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

	.input-group.searchtext .input-group-addon button {
		background: #ffffff none repeat scroll 0 0;
		border: medium none;
	}

.searchtext .form-control {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	font-size: 20px;
	line-height: 27px;
}

.search {
	background: rgba(0, 0, 0, 0) url("../png/search.png") no-repeat scroll center center / 100% auto;
	display: inline-block;
	height: 18px;
	text-indent: -999px;
	width: 20px;
}

ul.dropdown-menu.submenu.onecol {
	left: initial;
}

.menu .navbar-default {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	margin: 0;
}

.menu .navbar-nav {
	display: table;
	float: inherit;
	margin: 0 auto;
	text-align: center;
}

.menu {
	background: #1d356d none repeat scroll 0 0;
	padding: 0;
}

	.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:hover, .menu .navbar-default .navbar-nav > .active > a:focus, .menu .navbar-default .navbar-nav > li > a:hover {
		background-color: #000000;
		color: #ffffff;
	}

	.menu .navbar-default .navbar-nav > li {
		margin: -1px 0;
		padding: 0 4px;
	}

		.menu .navbar-default .navbar-nav > li > a {
			color: #ffffff;
			font-family: "Lato-Black";
			font-size: 16px;
			text-transform: uppercase;
			padding-bottom: 24px;
			padding-top: 24px;
		}

	.menu .navbar-default .navbar-nav > li {
	}

	.menu .navbar-collapse {
		text-align: center;
	}
/*--- submenu css start ----*/
.submenu {
	padding: 8px 27px 21px 27px;
}

.menu .navbar-default .navbar-nav > li {
	position: static;
}

.menu .navbar-nav > li:last-child {
	position: relative;
}

.menu .navbar-nav > li:last:child > ul {
	position: absolute;
	right: 0px;
}

.menu .navbar-default .navbar-nav > li > ul {
	display: none;
}

.menu .navbar-default .navbar-nav > li:hover > ul {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	display: table;
	float: left;
	height: 100%;
	/*  left: 0;
  right: 0;*/
	position: absolute;
	/* top: 67px; */
	width: auto;
	z-index: 99;
}

.menu .navbar-default .navbar-nav > li > ul li {
	list-style: none;
	padding: 6px 0;
}

	.menu .navbar-default .navbar-nav > li > ul li a {
		color: #ffffff;
		font-family: "Lato-Regular";
		font-size: 19px;
		line-height: 34px;
	}

		.menu .navbar-default .navbar-nav > li > ul li a:hover {
			text-decoration: none;
		}

		.menu .navbar-default .navbar-nav > li > ul li a.active {
			color: #5880dc;
		}

		.menu .navbar-default .navbar-nav > li > ul li a:hover, .menu .navbar-default .navbar-nav > li > ul li ul li a:hover, .menu .navbar-default .navbar-nav > li > ul li ul li.active a {
			color: #5880dc;
		}

	.menu .navbar-default .navbar-nav > li > ul li ul li.active {
		color: #6F263D;
	}

.menu .navbar-default .navbar-nav > li > ul > li ul {
	float: none;
	width: 100%;
	text-align: left;
}

.menu .navbar-default .navbar-nav > li > ul li ul {
	padding: 13px 0 10px;
}

	.menu .navbar-default .navbar-nav > li > ul li ul li {
		padding-left: 18px;
		position: relative;
	}

		.menu .navbar-default .navbar-nav > li > ul li ul li a {
			line-height: 22px;
		}
/*.menucol {
  float: left;
  text-align: left;
  width: 24%;
}
.menucol:nth-child(2), .menucol:nth-child(3) {
  width: 29%;
}
.menucol:nth-child(4){
  width: 18%;
}*/
.menucol {
	float: left;
	text-align: left;
	/* margin-left:15px; */
}

ul.submenu.oneCol {
	left: 47%;
}

ul.submenu.twoCol {
	left: 0%;
}

ul.submenu.threeCol {
	left: 0%;
}

ul.submenu.fourCol {
	left: 0;
}
/*--- submenu css end ----*/
/*header css end*/

/*carousel part css start*/
.carousel-inner .item img {
	width: 100%;
}

.indicator {
	position: absolute;
	bottom: 30px;
	width: 188px;
	margin-left: 0px;
}

#wrapper .carousel-indicators {
	bottom: 0;
	left: 0;
	list-style: outside none none;
	margin: 0 20px;
	padding-left: 0;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 15;
}

#wrapper .carousel-control.left {
	background-image: none;
}

#wrapper .carousel-control.right {
	background-image: none;
	left: auto;
	right: 0;
}

#wrapper .carousel-control {
	background-color: rgba(0, 0, 0, 0);
	bottom: 0px;
	color: #ffffff;
	font-size: 20px;
	left: 0;
	opacity: 1;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
	top: inherit;
	width: auto;
}

#wrapper .carousel-caption h1 {
	color: #ffffff;
	font-family: "Lato-Light";
	font-size: 75px;
	text-shadow: initial;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 35px;
	text-align: left;
}

#wrapper .carousel-caption h1, #wrapper .home .carousel-caption h1 {
	text-align: left;
}

#wrapper .carousel-caption {
	left: auto;
	padding-bottom: 80px;
	position: absolute;
	right: auto;
	text-align: left;
	top: 20%;
}

	#wrapper .carousel-caption ul {
		margin-bottom: 70px;
		padding-left: 0px;
	}

	#wrapper .carousel-caption li {
		font-family: "Lato-Regular";
		font-size: 24px;
		list-style: none;
		position: relative;
		padding-left: 20px;
		line-height: 1.6;
	}

		#wrapper .carousel-caption li::before {
			border-radius: 0;
			color: #294992;
			content: "";
			font-family: FontAwesome;
			font-size: 10px;
			left: 0;
			position: absolute;
			top: 11px;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
		}

/*.carousel-inner .item.brandlogo img {
  max-width: 100%;
  width: auto;
  margin:0 auto;
}
#carousel-brandlogo .left {
  left: 15%;
  padding: 58px 0;
  position: absolute;
  top: 15%;
}
#carousel-brandlogo .right {
  right: 15%;
  padding: 58px 0;
  position: absolute;
  top: 15%;
}
#carousel-brandlogo {
  padding: 58px 0;
}
#carousel-brandlogo {
  padding: 58px 0;
}
#carousel-brandlogo .left span, #carousel-brandlogo .right span {
  font-size: 26px;
  text-shadow: inherit;
}*/

/*#media .thumbnail > img {
  max-width: 100%;
  width: auto;
}
#media .thumbnail {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 0px;
  min-height: 146px;
  padding: 4px;
  transition: border 0.2s ease-in-out 0s;
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	height:146px;
}*/
#media .thumbnail > img {
	max-width: 92%;
	width: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin: 0 auto;
	left: 50%;
}

#media .thumbnail {
	background-color: #ffffff;
	border: none;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	min-height: 146px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
	height: 146px;
}

#media .carousel-inner > .active {
	padding: 0 10px;
}

#media .left, #media .right {
	font-size: 26px;
	text-shadow: inherit;
	text-decoration: none;
}

#media .glyphicon.glyphicon-triangle-left.left {
	left: -50px;
	position: absolute;
	padding: 60px 0 50px 0;
}

#media .glyphicon.glyphicon-triangle-right.right {
	right: -50px;
	position: absolute;
	padding: 60px 0 50px;
}
/*carousel part css end*/

/*container part css start*/
.nopadding {
	padding: 0px;
}

.nopadding-left {
	padding-left: 0px;
}

.nopadding-right {
	padding-right: 0px;
}

.bluebg-1 {
	background: #273b6b;
}

.bluebg-2 {
	background: #2f4886;
}

.bluebg-3 {
	background: #3856a0;
}

.bluebg-4 {
	background: #3f63bc;
}

.pro_item {
	float: left;
	width: 70%;
}

.pro_detail {
	float: left;
	width: 30%;
}

.relativecontainerouter2 .pro_detail, .relativecontainerouter2 .pro_item, .relativecontainerouter4 .pro_detail, .relativecontainerouter4 .pro_item {
	float: right;
}

.pro_item li {
	display: inline-block;
	margin: 0;
	width: 32%;
	text-align: center;
}

.pro_item img {
	max-width: 100%;
}

.pro_item.childsafety li {
	width: 49%;
}

#wrapper .pro_detail h2 {
	color: #fff;
	font-family: "Lato-Bold";
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 13px;
	margin-top: 0px;
}

.backgroundrow img {
	width: 100%;
}

.relativecontainer {
	position: relative;
}

.backgroundrow {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.detailrow {
	position: relative;
	z-index: 2;
	min-height: 334px;
}
/*.relativecontainerouter1 .detailrow {
  padding-bottom: 6.4em;
  padding-top: 6.4em;
}
.relativecontainerouter2 .detailrow {
  padding-bottom: 3em;
  padding-top: 3em;
}
.relativecontainerouter3 .detailrow {
  padding-bottom: 6em;
  padding-top: 6em;
}
.relativecontainerouter4 .detailrow {
  padding-bottom: 4.3em;
  padding-top: 4.4em;
}*/
#wrapper .btn-primary {
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 0;
	color: #000000;
	font-family: "Lato-Bold";
	font-size: 19px;
	line-height: 1.3;
	padding: 6px 15px;
}

	#wrapper .btn-primary:hover {
		background-color: #000;
		border-color: #000;
		color: #ffffff;
	}

.btn-style, a.btn-style {
	background-color: #1d356d;
	border-color: #1d356d;
	border-radius: 0;
	color: #fff;
	font-family: "Lato-Black";
	font-size: 20px;
	line-height: 1.3;
	padding: 16px 26px;
	text-transform: uppercase;
}

	.btn-style:hover, a.btn-style:hover {
		background-color: #1d356d;
		border-color: #1d356d;
		color: #ffffff;
	}

.prodimage img {
	/* padding-right: 15px;*/
}

.prodcontent {
	min-height: 619px;
	position: relative;
	z-index: 2;
}

	.prodcontent.right {
		padding-left: 55px;
	}

	.prodcontent.left {
		padding-right: 25px;
	}

.graybg {
	background: #f0f0f0;
	padding: 30px;
}

.featuredprod .title {
	color: #1d356d;
	font-family: "Lato-Black";
	font-size: 40px;
	margin-bottom: 32px;
	margin-top: 35px;
	text-transform: uppercase;
}

.featuredprod .prodcode {
	font-size: 24px;
	font-family: 'Lato-Bold';
	color: #000;
}

.featuredprod ul {
	padding: 0;
	margin-top: 18px;
	margin-bottom: 47px;
}

.featuredprod li {
	color: #000000;
	font-size: 20px;
	list-style: outside none none;
	position: relative;
	padding-left: 14px;
}

	.featuredprod li::before {
		content: "\f101";
		font-family: "FontAwesome";
		left: 0;
		position: absolute;
		font-size: 15px;
		top: 3px;
	}
/*container part css end*/
/*footer css start*/
footer {
	background: #eaeaea;
	text-align: center;
	padding-top: 28px;
	font-family: "Lato-Regular";
}

	footer img {
		max-width: 412px;
	}

	footer .phone, footer .phone a {
		font-size: 18px;
		color: #090708;
		margin-top: 6px;
	}

		footer .phone a:focus, footer .phone a:active, footer .phone a:hover {
			color: #090708;
			outline: none;
			text-decoration: none;
		}

.footerlinks {
	padding: 0px;
}

	.footerlinks ul {
		margin-bottom: 13px;
		padding-left: 0;
		padding-top: 15px;
	}

	.footerlinks li {
		display: inline-block;
		list-style-type: none;
		padding: 0 22px;
		position: relative;
	}

		.footerlinks li:before {
			content: "|";
			font-size: 15px;
			letter-spacing: -5px;
			position: absolute;
			right: 0;
			width: 1px;
			color: #242424;
			font-family: 'Lato-Bold';
			top: 1px;
		}

		.footerlinks li:last-child::before {
			content: "";
		}

		.footerlinks li a {
			color: #242424;
			font-size: 18px;
			line-height: 26px;
			text-transform: uppercase;
		}

		.footerlinks li a {
			text-decoration: none;
		}

.address {
	color: #090708;
	font-size: 18px;
	line-height: 18px;
	margin-top: 14px;
}

footer p {
	color: #9e9e9e;
	font-size: 14px;
	line-height: 26px;
	font-family: "Lato-Regular";
	margin: 0px;
	text-align: left;
}

	footer p a, footer p a:hover, footer p span a {
		text-decoration: none;
		color: #fff;
	}

.footerbottom {
	background: #000;
	padding: 14px 0px;
}

footer .sociallinks ul {
	float: right;
	margin-bottom: 0;
	margin-top: 1px;
}

footer .sociallinks li {
	display: inline-block;
	padding: 0 10px;
}

footer .sociallinks a {
	color: #ffffff;
	font-size: 22px;
}

.footerbottom a {
	color: #ffffff;
}
/*footer css end*/
/*Subpage css start */
.banner > img {
	width: 100%;
}

.innerimg {
	margin-top: 60px;
}

	.innerimg > img {
		width: 100%;
	}

.imgpadding-right {
	padding-right: 29px;
}

.imgpadding-left {
	padding-left: 29px;
}

.subpage ul, .subpage ol {
	padding-left: 0px;
	margin-top: 46px;
	margin-bottom: 44px;
}

	.subpage ul li {
		font-family: "Lato-Light";
		font-size: 22px;
		line-height: 38px;
		position: relative;
		list-style: none;
		padding-left: 22px;
		color: #212121;
	}

		.subpage ul li:before {
			border-radius: 0;
			color: #3856a0;
			content: "";
			font-family: FontAwesome;
			font-size: 13px;
			left: 0;
			position: absolute;
			top: 2px;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
		}

		.subpage ul li > ul, .subpage ol li > ol {
			padding-left: 0px;
			margin-top: 0px;
		}

			.subpage ul li > ul li {
				padding-left: 18px;
			}

				.subpage ul li > ul li:before {
					color: #000;
					font-size: 8px;
					top: 2px;
				}

	.subpage ol li {
		font-family: "Lato-Light";
		font-size: 22px;
		line-height: 36.2px;
		position: relative;
		list-style: none;
		padding-left: 0px;
		counter-increment: list;
		color: #212121;
	}

		.subpage ol li::before {
			color: #1d356d;
			content: counter(list, decimal) ".";
			font-size: 27px;
			font-family: "Lato-Regular";
			margin-right: 13px;
		}

		.subpage ol li > ol {
			counter-reset: li;
			margin-left: 36px;
		}

			.subpage ol li > ol li::before {
				content: counter(li, lower-alpha) ".";
				font-size: 24px;
				counter-increment: li;
				color: #000;
				margin-right: 8px;
			}

.dvfields .title {
	color: #ffffff;
	font-family: "Lato-Regular";
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 22px;
	text-transform: uppercase;
}

.panelbgrow {
	position: relative;
	z-index: 1;
}

	.panelbgrow img {
		width: 100%;
	}

.contentpanelrow {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.btn-submit, a.btn-submit {
	background-color: #000000;
	border-color: #000000;
	border-radius: 0;
	color: #fff;
	font-family: "Lato-Heavy";
	font-size: 24px;
	line-height: 1.3;
	padding: 6px 40px;
	text-transform: uppercase;
}

	.btn-submit:hover, a.btn-submit:hover {
		background-color: #000000;
		border-color: #000000;
		color: #ffffff;
	}

.dvfields {
	margin-bottom: 15px;
}
/*Subpage css end */

/*Product page css start */
#wrapper .product-list h2.product-title {
	margin-top: -10px;
}

.product-grid .product-title > a, .product-grid .product-title > a:hover {
	color: #242424;
	font-family: "Lato-Regular";
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

.product-list .product-title > a, .product-list .product-title > a:hover {
	color: #242424;
	font-family: "Lato-Regular";
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin: 0 10px;
	top: 11%;
}

.product-list .item-box .product-box-add-to-cart-button, .item-box .product-box-add-to-cart-button, .item-box input.product-box-add-to-cart-button, .item-box .product-box-add-to-cart-button:hover, .item-box input.product-box-add-to-cart-button:hover {
	font-family: "Lato-Black";
	font-size: 20px;
	font-weight: normal;
	height: auto;
	vertical-align: middle;
	width: auto;
	padding: 13px 25px;
	background: #1d356d;
}

.item-box .buttons {
	text-align: center;
}

.item-box .details {
	padding: 0;
}

.product-list .item-box .description, .category-page .category-description, .category-page .page-title {
	display: none;
}

.item-box .product-rating-box, .item-box .add-info .prices, .item-box .add-to-compare-list-button, .item-box .add-to-wishlist-button {
	display: none !important;
}

.product-grid .product-item {
	border: 1px solid #c4c4c4;
	padding: 35px 10px 22px;
}

.product-list .product-item {
	border: 1px solid #c4c4c4;
	display: table;
	padding: 15px 0px;
	width: 100%;
}

.item-box .product-title {
	margin: 0 0 15px;
	min-height: auto;
}

.item-box:nth-child(3n+1) {
	clear: both;
	padding-left: 0;
	padding-right: 16px;
}

.item-box:nth-child(3n+3) {
	padding-left: 16px;
	padding-right: 0;
}

.item-box {
	box-sizing: border-box;
	margin: 0;
	padding: 0 8px 25px;
	width: 33.3333%;
}

.product-list .item-box:nth-child(3n+1) {
	clear: both;
	padding-left: 0;
	padding-right: 0px;
}

.product-list .item-box:nth-child(3n+3) {
	padding-left: 0px;
	padding-right: 0;
}

.product-list .item-box {
	box-sizing: border-box;
	margin: 0;
	padding: 0 8px 25px;
	width: 100%;
}

.product-selectors .product-viewmode {
	display: inline-block;
	float: left;
}

.product-selectors span {
	color: #3f3f3f;
	margin-left: 12px;
	vertical-align: top;
}

.product-selectors .product-page-size span:first-child {
	margin-left: 12px;
}

.product-selectors .product-page-size span {
	margin-left: 8px;
}

.product-page-size .custom-select select {
	width: 70px;
	padding-left: 17px;
}

.product-sorting .custom-select select {
	width: 136px;
	padding-left: 7px;
}

.gecko .product-selectors .product-page-size span {
	padding-left: 0px;
	width: 136px;
}

.product-sorting {
	padding-top: 7px;
}

.pager > span {
	display: inline-table;
	vertical-align: middle;
}

.pager > p, .total-summary p {
	font-size: 13px;
	color: #3f3f3f;
	font-family: Lato-Regular;
	margin: 0px
}

.pager > span:first-child {
	color: #3f3f3f;
	font-size: 16px;
	margin-right: 6px;
	vertical-align: top;
	margin-top: 3px;
}

.pager ul {
	margin: 0;
}

.pager {
	padding-top: 7px;
}

.custom-select::after {
	background: #1d356d url("../png/down_arrow.png") no-repeat scroll 8px 13px;
	bottom: 0;
	content: "";
	padding: 5px 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
}

.custom-select {
	border: medium none;
	display: inline-block;
	position: relative;
}

	.custom-select select {
		background: #ffffff none repeat scroll 0 0;
		border: 1px solid #cccccc;
		border-radius: 0;
		box-shadow: none !important;
		color: #3f3f3f;
		height: 30px;
		padding: 3px 3px;
	}

.product-selectors .product-viewmode a {
	background-image: none !important;
	opacity: 1;
	position: relative;
	height: 40px;
	width: 35px;
	/*  margin:6px 0px;*/
	line-height: 42px;
}

	.product-selectors .product-viewmode a.selected {
		background: #1d356d;
		/*	padding: 6px 0;
    margin: 0;*/
	}

.product-selectors > div {
	margin: 0;
}

.product-selectors .product-viewmode a.grid.selected::before, .product-selectors .product-viewmode a.list.selected::before {
	color: #ffffff;
	margin: 0 7px;
}

.product-selectors .product-viewmode a.list::before {
	color: #a4a4a4;
	content: "\f00b";
	font-family: "FontAwesome";
	font-size: 21px;
	opacity: 1;
	position: absolute;
	margin: 0 7px;
}

.product-selectors .product-viewmode a.grid::before {
	color: #a4a4a4;
	content: "\f00a";
	font-family: "FontAwesome";
	font-size: 21px;
	left: 0;
	opacity: 1;
	position: absolute;
	margin: 0 7px;
}

.product-selectors {
	text-align: left;
	float: left;
	border: none;
	padding: 0px;
	margin: 0px;
}

.optionspanel {
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	padding-top: 7px;
	padding-bottom: 2px;
	margin-bottom: 32px;
	float: left;
	width: 100%;
	margin-top: 6px !important;
}

.product-list .item-box {
	padding: 0 0px 20px;
}

.product-grid, .product-list {
	margin: 0 0 5px;
}

.breadcrumb li strong.current-item {
	color: #1d356d;
	font-family: "Lato-Black";
	font-size: 13px;
	font-weight: normal !important;
	text-decoration: underline;
}

.breadcrumb li a, .breadcrumb li * {
	color: #3f3f3f;
	display: inline-block;
	font-family: "Lato-Regular";
	line-height: 32px;
	margin: 0px;
}

.delimiter {
	padding: 0 4px 0 2px;
}

.breadcrumb li a:hover {
	color: #3f3f3f;
}

.product-list .item-box .picture a {
	margin: 0 auto;
	text-align: center;
	width: 220px;
	outline: none !important;
}

	.product-list .item-box .picture a:hover {
		outline: none !important;
		outline-color: none !important;
		outline-width: 0px;
	}

.product-list .item-box .picture {
	display: table-cell;
	text-align: center;
	width: 50%;
	float: none;
}

	.product-list .item-box .picture + .details {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
		width: 50%;
	}

.product-list .item-box .product-title {
	padding: 0;
}
/*Product page css end */
/*Featured Product page css atart */
.home-page-product-grid .item-grid .item-box {
	float: none;
	margin: 0;
	padding: 0;
}
/*Featured Product page css end */

textarea {
	resize: none;
}

	textarea::-webkit-input-placeholder {
		color: #7a7a7a !important;
	}

	textarea:-moz-placeholder {
		color: #7a7a7a !important;
	}

	textarea::-moz-placeholder {
		color: #7a7a7a !important;
	}

	textarea:-ms-input-placeholder {
		color: #7a7a7a !important;
	}

input::-webkit-input-placeholder {
	color: #7a7a7a !important;
}

input:-moz-placeholder {
	color: #4a4a4a !important;
}

input::-moz-placeholder {
	color: #7a7a7a !important;
}

input:-ms-input-placeholder {
	color: #7a7a7a !important;
}

@media (min-width:1921px) {
	.prodimage img {
		width: auto;
	}

	.prodimage.firstimg > img {
		float: right;
	}

	.relativecontainerouter1 .backgroundrow img, .relativecontainerouter2 .backgroundrow img, .relativecontainerouter3 .backgroundrow img, .relativecontainerouter4 .backgroundrow img {
		height: auto !important;
		width: auto !important;
	}

	.relativecontainerouter1 .backgroundrow img, .relativecontainerouter3 .backgroundrow img {
		float: left;
	}

	.relativecontainerouter2 .backgroundrow img, .relativecontainerouter4 .backgroundrow img {
		float: right;
	}
}

@media (min-width:1700px) and (max-width: 1899px) {
	.prodcontent {
		min-height: 650px;
	}

	.prodimage img {
		height: 650px;
	}

	.pro_item > ul {
		padding: 0 20px;
	}
}

@media (min-width:1500px) and (max-width: 1699px) {
	.prodcontent {
		min-height: 600px;
	}

	.prodimage img {
		height: 600px;
	}

	.pro_item {
		width: 63%;
	}

		.pro_item > ul {
			padding: 0 20px;
		}
}

@media (min-width:1351px) and (max-width: 1499px) {
	.pro_item {
		float: left;
		width: 63%;
	}

		.pro_item > ul {
			padding: 0 20px;
		}

	.prodcontent {
		min-height: 500px;
	}

	.prodimage img {
		height: 500px;
	}
}

@media (min-width:1200px) and (max-width: 1350px) {
	.menu .navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}

	#wrapper .home h1 {
		font-size: 50px;
		line-height: 1;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#wrapper .home h2 {
		font-size: 40px;
		margin-top: 10px;
		line-height: 0.9;
	}

	.home p {
		font-size: 20px;
	}

	.pro_item {
		float: left;
		width: 61%;
	}

	.detailrow {
		min-height: 260px;
	}

	.relativecontainerouter1 .backgroundrow img, .relativecontainerouter2 .backgroundrow img, .relativecontainerouter3 .backgroundrow img, .relativecontainerouter4 .backgroundrow img {
		height: 260px;
		width: 100%;
	}

	.detailrow > .row {
		bottom: 0;
		height: 70%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.detailrow.mobile-bluebg-2 > .row {
		bottom: 0;
		height: 80%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	#media .glyphicon.glyphicon-triangle-left.left {
		left: -40px;
	}

	#media .glyphicon.glyphicon-triangle-right.right {
		right: -40px;
	}

	.prodcontent {
		min-height: 404px;
	}

	.prodimage img {
		height: 404px;
	}
	/*Subpage css start*/

	.subpage ol li::before {
	}

	.subpage ol li {
		padding-left: 28px;
		text-indent: -29px;
	}

		.subpage ol li::before {
			margin-right: 6px;
		}

	.subpage ul li {
	}

	.form-control {
		font-size: 16px;
		height: 32px;
		padding: 6px 15px;
	}

	textarea.form-control {
		height: 100px;
	}

	.dvfields {
		margin-bottom: 3px;
	}

	.subpage ol li > ol {
		margin-left: 0;
	}

	/*Subpage css end*/
}

@media (min-width:1025px) and (max-width: 1199px) {
	#wrapper .home h1 {
		font-size: 34px;
		line-height: 1;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	#wrapper .home h2 {
		font-size: 28px;
		line-height: 1.1;
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.home p {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 25px;
	}

	#wrapper .carousel-caption {
		left: 15px;
		padding-bottom: 80px;
		text-align: left;
		top: 20%;
	}

	.pro_item li {
		width: 32%;
	}

		.pro_item li img {
			max-width: 100%;
		}

	#wrapper .pro_detail h2 {
		font-size: 26px;
	}

	.detailrow {
		min-height: 250px;
	}
	/*.relativecontainerouter1 .detailrow {
  padding-bottom: 3.4em;
  padding-top: 4.4em;
}
.relativecontainerouter3 .detailrow {
  padding-bottom: 3em;
  padding-top: 4em;
}
.relativecontainerouter4 .detailrow {
  padding-bottom: 2.3em;
  padding-top: 2.4em;
}*/
	.menu .navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.detailrow > .row {
		bottom: 0;
		height: 70%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.detailrow.mobile-bluebg-2 > .row {
		bottom: 0;
		height: 69%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.detailrow, .relativecontainerouter1 .backgroundrow img, .relativecontainerouter2 .backgroundrow img, .relativecontainerouter3 .backgroundrow img, .relativecontainerouter4 .backgroundrow img {
		min-height: 253px;
	}

	.prodcontent {
		min-height: 370px;
	}

	.prodimage img {
		height: 370px;
	}

	.btn-style, a.btn-style {
		font-size: 16px;
		line-height: 1.3;
		padding: 12px 18px;
	}

	.vertical_slider > img {
		max-width: 100%;
	}

	/*Subpage css start*/
	.menu .navbar-default .navbar-nav > li {
		margin: -1px 0;
		padding: 0 6px;
	}

	.subpage ol li::before {
		font-size: 18px;
		margin-right: 6px;
	}

	.subpage ol li {
		font-size: 18px;
		line-height: 24px;
		padding-left: 20px;
		text-indent: -20px;
	}

		.subpage ol li > ol li::before {
			font-size: 18px;
			margin-right: 4px;
		}

	.subpage ul li {
		font-size: 18px;
		line-height: 24px;
	}

	.form-control {
		font-size: 16px;
		height: 32px;
		padding: 6px 15px;
	}

	textarea.form-control {
		height: 100px;
	}

	.btn-submit, a.btn-submit {
		font-size: 20px;
	}

	.dvfields {
		margin-bottom: 3px;
	}

		.dvfields .title {
			font-size: 28px;
			margin-bottom: 10px;
			margin-top: 10px;
		}

	.subpage ol li > ol {
		margin-left: 0;
	}

	.product-grid .item-box .product-title {
		min-height: 80px;
	}
	/*Subpage css end*/
}

@media (min-width:992px) and (max-width: 1024px) {
	#wrapper .home h1 {
		font-size: 36px;
		margin-top: 18px;
	}

	#wrapper .home h2 {
		font-size: 25px;
		line-height: 1.1;
		margin-bottom: 8px;
		margin-top: 18px;
	}

	.home p {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.btn-style, a.btn-style {
		font-size: 16px;
		line-height: 1.3;
		padding: 9px 17px;
	}

	#wrapper .pro_detail h2 {
		font-size: 28px;
	}

	#wrapper .carousel-caption {
		left: auto;
		top: 0;
	}

	.indicator {
		margin-left: 0;
	}

	#media .glyphicon.glyphicon-triangle-left.left {
		left: -30px;
	}

	#media .glyphicon.glyphicon-triangle-right.right {
		right: -30px;
	}

	.vertical_slider > img {
		max-width: 100%;
	}

	.featuredprod .title {
		font-size: 36px;
		margin-bottom: 12px;
		margin-top: 25px;
	}

	.menu .navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}

	.featuredprod ul {
		margin-bottom: 15px;
		margin-top: 18px;
	}

	.pro_item li {
		width: 32%;
		padding: 10px;
	}

		.pro_item li img {
			max-width: 100%;
		}

	.detailrow {
		min-height: 225px;
	}

	.relativecontainerouter1 .backgroundrow img, .relativecontainerouter2 .backgroundrow img, .relativecontainerouter3 .backgroundrow img, .relativecontainerouter4 .backgroundrow img {
		height: 225px;
	}

	.pro_item > ul {
		padding-left: 20px;
	}
	/*.relativecontainerouter1 .detailrow {
  padding-bottom: 2.4em;
  padding-top: 2.4em;
}
.relativecontainerouter2 .detailrow {
  padding-bottom: 2em;
  padding-top: 2.3em;
}
.relativecontainerouter3 .detailrow {
  padding-bottom: 3em;
  padding-top: 3em;
}
.relativecontainerouter4 .detailrow {
  padding-bottom: 1.1em;
  padding-top: 2em;
}
*/ .pro_detail {
		width: 34%;
	}

	.pro_item {
		width: 66%;
	}

	.prodcontent {
		min-height: 333px;
	}

		.prodcontent.left {
			padding-right: 20px;
		}

		.prodcontent.right {
			padding-left: 30px;
		}

	.prodimage img {
		max-height: 330px;
	}

	.prodcontent {
		min-height: 330px;
	}

	.detailrow > .row {
		bottom: 0;
		height: 70%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.detailrow.mobile-bluebg-2 > .row {
		bottom: 0;
		height: 69%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
	}
	/*Subpage css start*/
	.menu .navbar-default .navbar-nav > li {
		margin: -1px 0;
		padding: 0 13px;
	}

	.subpage ol li::before {
		font-size: 18px;
		margin-right: 6px;
	}

	.subpage ol li {
		font-size: 18px;
		line-height: 24px;
		padding-left: 20px;
		text-indent: -20px;
	}

		.subpage ol li > ol li::before {
			font-size: 18px;
			margin-right: 4px;
		}

	.subpage ul li {
		font-size: 18px;
		line-height: 24px;
	}

	.form-control {
		font-size: 16px;
		height: 32px;
		padding: 6px 15px;
	}

	textarea.form-control {
		height: 100px;
	}

	.btn-submit, a.btn-submit {
		font-size: 20px;
	}

	.dvfields {
		margin-bottom: 3px;
	}

		.dvfields .title {
			font-size: 28px;
			margin-bottom: 10px;
			margin-top: 10px;
		}

	.subpage ol li > ol {
		margin-left: 0;
	}
	/*Subpage css end*/
	/*Product page css start */
	.product-selectors span {
		margin-left: 2px;
		vertical-align: middle;
		font-size: 13px;
	}

	.pager > span:first-child {
		font-size: 13px;
		margin-right: 0px;
		vertical-align: top;
		line-height: 30px;
		margin-top: 0px;
	}

	.product-selectors .product-page-size span {
		margin-left: 0px;
	}

		.product-selectors .product-page-size span:first-child {
			margin-left: 5px;
		}

	.product-list .item-box .picture + .details {
		width: 40%;
	}

	.product-list .item-box .picture {
		float: none;
		width: 60%;
	}

	.product-grid .item-box .product-title {
		min-height: 80px;
	}

	.product-grid .product-title > a, .product-grid .product-title > a:hover {
		font-size: 20px;
	}

	.custom-select select {
		padding: 3px 3px;
		font-size: 13px;
	}

	.product-sorting .custom-select select {
		width: 108px;
	}

	.pager li.previous-page *, .pager li.next-page *, .pager li.first-page *, .pager li.last-page * {
		font-size: 13px;
	}

	.pager li > a {
		padding: 2px 5px 2px;
		min-width: 24px;
		height: 24px;
		font-size: 13px;
		line-height: 20px;
	}

	.pager li > span {
		padding: 2px 5px 2px;
		min-width: 24px;
		height: 24px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-page-size .custom-select select {
		width: 52px;
	}

	.product-selectors .product-viewmode a.list::before {
		font-size: 18px;
		margin: 0 4px;
	}

	.pager {
		display: inherit;
		float: none;
		text-align: right;
		width: initial;
	}

	.product-selectors .product-viewmode a {
		width: 32px;
	}

		.product-selectors .product-viewmode a.grid::before {
			font-size: 18px;
			margin: 0 4px;
		}

	.pager ul {
		margin-top: 4px;
	}

	.total-summary p {
		text-align: right;
	}
	/*Product page css end */
}
/*Tablet css start*/
@media (min-width:768px) and (max-width: 991px) {
	#wrapper .home .prodcontent h1 {
		font-size: 35px;
		line-height: 1.05;
		margin-bottom: 8px;
		margin-top: 17px;
		text-align: left;
	}

	#wrapper .home .prodcontent h2 {
		font-size: 35px;
		line-height: 1;
		margin-bottom: 8px;
		margin-top: 22px;
		text-align: left;
	}

	.home p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
		text-align: center;
	}

	.home .prodcontent p {
		text-align: left;
	}

	#wrapper h1 {
		font-size: 37px;
		line-height: 1;
		margin-bottom: 18px;
		margin-top: 33px;
	}

	#wrapper h2 {
		font-size: 28px;
		line-height: 1.1;
		margin-bottom: 13px;
		margin-top: 33px;
	}

	#wrapper .home h1 {
		font-size: 35px;
		line-height: 1.05;
		margin-bottom: 14px;
		margin-top: 31px;
		text-align: center;
	}

	#wrapper .home h2 {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 13px;
		margin-top: 46px;
		text-align: center;
	}

	.subpage p, p {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#wrapper .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	#wrapper .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	#wrapper .nopadding, #wrapper .nopadding-sm {
		padding: 0;
	}

	.logo img {
		max-width: 319px;
	}

	#content {
		padding-bottom: 0px;
	}

		#content.home {
			padding-bottom: 16px;
		}

	.logo img {
		max-width: 260px;
	}

	.logo {
		margin: 13px 0;
	}

	.sociallinks li:last-child {
		padding-right: 0;
	}

	.sociallinks a, header .sociallinks a {
		font-size: 23px;
	}

	.sociallinks ul {
		margin-top: 5px;
	}

	#media .left, #media .right {
		font-size: 14px;
	}

	#media .item {
		margin: 0 50px;
	}

	#media .thumbnail {
		box-sizing: border-box;
		min-height: 115px;
		padding: 10px 20px;
		height: 115px;
	}

		#media .thumbnail > img {
			width: 70%;
		}

	.searchtext .form-control {
		height: 47px;
		padding-left: 15px;
	}

	.searchpannel {
		padding: 14px 0 15px;
	}

	.search {
		height: 24px;
		width: 26px;
	}

	.menu .navbar-default .navbar-nav > li {
		margin: -1px 0;
		padding: 0 1px;
	}

		.menu .navbar-default .navbar-nav > li > a {
			font-size: 12px;
			padding-bottom: 16px;
			padding-top: 15px;
		}

	.carousel-caption {
		left: 10px;
		padding-bottom: 30px;
	}

	#wrapper .carousel-caption h1 {
		font-size: 46px;
		line-height: 1;
		margin-bottom: 15px;
		margin-top: 55px;
	}

	#wrapper .carousel-caption {
		padding-bottom: 0;
		top: 0;
	}

		#wrapper .carousel-caption li::before {
			font-size: 7px;
			top: 7px;
		}

		#wrapper .carousel-caption li {
			font-size: 15px;
			line-height: 2;
			padding-left: 12px;
		}

	.indicator {
		bottom: 36px;
		margin-left: 0;
		width: 188px;
	}

	.carousel-indicators li {
		height: 6px;
		margin: 0px 4px;
		width: 6px;
	}

	.carousel-indicators .active {
		height: 6px;
		width: 6px;
	}

	#wrapper .carousel-control {
		font-size: 10px;
	}

	.indicator {
		width: 132px;
	}

	#wrapper .carousel-control {
		bottom: 3px;
	}

	.prodcontent.right {
		padding-left: 31px;
	}

	.prodcontent.left {
		padding-right: 15px;
	}

	.pro_item img {
		max-width: 100%;
	}

	.pro_item li {
		margin: 0;
		padding: 10px;
		width: 32%;
	}
	/*.relativecontainerouter1 .detailrow, .relativecontainerouter2 .detailrow, .relativecontainerouter3 .detailrow, .relativecontainerouter4 .detailrow {
  padding-bottom: 0em;
  padding-top: 0em;
}*/
	#wrapper .pro_detail h2 {
		font-size: 25px;
		margin-bottom: 9px;
		margin-top: 0;
		text-align: left;
	}

	.graybg {
		padding: 18px 0;
	}

	#media .glyphicon.glyphicon-triangle-left.left {
		left: -10px;
		padding: 50px 0 46px;
		position: absolute;
	}

	#media .glyphicon.glyphicon-triangle-right.right {
		right: -10px;
		padding: 50px 0 46px;
		position: absolute;
	}

	#wrapper .btn-primary {
		font-size: 13px;
		line-height: 1.3;
		padding: 6px 10px;
	}

	.backgroundrow.bluebg-1 img, .backgroundrow.bluebg-3 img {
		float: right;
		height: 186px;
		max-width: 270px;
	}

	.backgroundrow.bluebg-2 img, .backgroundrow.bluebg-4 img {
		float: left;
		height: 186px;
		max-width: 270px;
	}

	.detailrow {
		min-height: 186px;
	}

	.pro_detail {
		padding-top: 42px;
		width: 32%;
	}

	.pro_item {
		width: 68%;
	}

		.pro_item > ul {
			padding-left: 0;
			padding-top: 28px;
		}

		.pro_item.childsafety > ul {
			padding-left: 0;
			padding-top: 3px;
		}

	.btn-style, a.btn-style {
		font-size: 13px;
		line-height: 1.3;
		padding: 10px 12px;
	}

	.prodcontent {
		min-height: 299px;
	}

	.prodimage img {
		min-height: 299px;
	}

	.prodcontent p {
		height: 96px;
		overflow: hidden;
	}

	.prodcontent h2 {
		height: 109px;
		overflow: hidden;
	}

	.vertical_slider > img {
		max-width: 100%;
	}

	.featuredprod .title {
		font-size: 25px;
		margin-bottom: 32px;
		margin-top: 35px;
	}

	.featuredprod .prodcode {
		font-size: 18px;
	}

	.featuredprod li {
		font-size: 18px;
		padding-left: 14px;
	}

	.featuredprod .title {
		font-size: 25px;
		margin-bottom: 14px;
		margin-top: 16px;
	}

	.featuredprod ul {
		margin-bottom: 8px;
		margin-top: 12px;
	}

	.vertical_slider {
		margin-left: 22px;
	}

	.featuredprod:nth-child(2) {
		padding-left: 24px;
	}

	footer img {
		max-width: 255px;
	}

	footer {
		padding-top: 17px;
	}

	.address {
		font-size: 13px;
		line-height: 12px;
		margin-top: 6px;
	}

	footer .phone, footer .phone a {
		font-size: 13px;
		margin-top: 6px;
	}

	.footerlinks li {
		padding: 0 16px;
	}

		.footerlinks li a {
			font-size: 13px;
			line-height: 26px;
		}

		.footerlinks li::before {
			font-size: 11px;
			top: 5px;
		}

	.footerlinks ul {
		margin-bottom: 8px;
		padding-top: 5px;
	}

	footer p {
		font-size: 12px;
		line-height: 20px;
	}

		footer p span {
			display: inline-block;
		}

	footer .sociallinks a {
		font-size: 19px;
	}

	.footerbottom {
		padding: 7px 0;
	}

	footer img {
		max-width: 255px;
	}
	/*--- submenu css start ----*/
	.menu .navbar-default .navbar-nav > li:hover > ul {
		background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
		top: 50px;
	}

	.menu .navbar-default .navbar-nav > li > ul li a {
		font-size: 13px;
		line-height: 22px;
	}

	.menu .navbar-default .navbar-nav > li > ul li ul li.active::before {
		font-size: 5px;
		top: 6px;
	}

	.menu .navbar-default .navbar-nav > li > ul li ul li a {
		line-height: 9px;
	}

	.menu .navbar-default .navbar-nav > li > ul li ul {
		padding: 8px 0 10px;
	}

		.menu .navbar-default .navbar-nav > li > ul li ul li {
			position: relative;
			padding-left: 12px;
			margin-top: 6px;
			padding-top: 0;
		}

	.submenu {
		padding: 3px 7px 21px;
	}
	/*--- submenu css end ----*/
	/*Subpage css start */
	.imgpadding-left {
		padding-left: 18px;
	}

	.imgpadding-right {
		padding-right: 18px;
	}

	.subpage ul li {
		font-size: 18px;
		line-height: 21px;
		padding-left: 14px;
	}

		.subpage ul li::before {
			font-size: 8px;
			top: 0;
		}

		.subpage ul li > ul li::before {
			font-size: 5px;
			top: 0;
		}

		.subpage ul li > ul li {
			padding-left: 12px;
		}

	.subpage ul, .subpage ol {
		margin-bottom: 34px;
		margin-top: 32px;
		padding-left: 0;
	}

	.subpage ol {
		padding-left: 21px;
	}

		.subpage ol li > ol {
			margin-left: 21px;
		}

		.subpage ol li {
			font-size: 18px;
			line-height: 21px;
			text-indent: -21px;
		}

			.subpage ol li::before {
				font-size: 18px;
				margin-right: 8px;
			}

			.subpage ol li > ol li::before {
				font-size: 18px;
				margin-right: 7px;
			}

	.panelbgrow img {
		width: auto;
	}

	.dvfields .title {
		font-size: 25px;
		margin-bottom: 12px;
		margin-top: 9px;
	}

	textarea.form-control {
		height: 100px;
	}

	.form-control {
		font-size: 15px;
		height: 32px;
		line-height: 1.42857;
		padding: 6px 12px;
	}

	.form-group {
		margin-bottom: 4px;
	}

	.btn-submit, a.btn-submit {
		font-size: 15px;
		line-height: 1.3;
		padding: 9px 37px;
	}

	.dvfields {
		margin-bottom: 8px;
	}
	/*Subpage css start */

	/*Product page css start */
	.product-viewmode > span {
		display: none;
	}

	.viewmode-icon {
		display: inline-block;
	}

	.side-2 {
		float: left;
		width: 32%;
	}

	.center-2 {
		float: right;
		width: 67%;
	}

	.center-2, .side-2 {
		margin: 0;
	}

	.product-sorting {
		float: left;
	}

	.product-selectors select {
		margin: 0 2px;
	}

	.product-selectors span {
		margin-left: 26px;
	}

	.product-selectors .product-page-size span:first-child {
		margin-left: 18px;
	}

	.product-selectors .product-page-size span {
		margin-left: 4px;
	}

	.product-page-size {
		padding-top: 7px;
	}

	.pager {
		text-align: center !important;
		padding-top: 11px;
		float: left;
		width: 100%;
	}

	.product-selectors .product-viewmode a {
		height: 36px;
		line-height: 37px;
	}

	.product-grid, .product-list {
		margin: 0;
	}

	.item-box:nth-child(3n+1) {
		clear: both;
		padding-left: 0;
		padding-right: 10px;
	}

	.item-box {
		box-sizing: border-box;
		margin: 0;
		padding: 0 0 20px 10px;
		width: 50%;
	}

		.item-box:nth-child(3n+3) {
			clear: none;
			padding-left: 0;
			padding-right: 10px;
		}

	.item-box {
		box-sizing: border-box;
		margin: 0;
		padding: 0px 0px 20px 0;
		width: 50%;
	}

		.item-box:nth-child(2n+2) {
			clear: none;
			padding-left: 10px !important;
			padding-right: 0 !important;
		}

		.item-box:nth-child(2n+1) {
			clear: none;
			padding-left: 0 !important;
			padding-right: 10px !important;
		}

	.product-list .item-box:nth-child(2n+1), .product-list .item-box:nth-child(2n+2) {
		clear: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.optionspanel {
		margin-bottom: 20px;
		padding-bottom: 0px;
	}

	.product-grid .product-title > a, .product-grid .product-title > a:hover, .product-list .product-title > a, .product-list .product-title > a:hover {
		font-size: 20px;
	}

	.item-box .picture {
		margin: 0 0 13px;
	}

	.product-grid .product-item {
		padding: 30px 10px 19px;
	}

	.product-grid .item-box .product-title {
		min-height: 72px;
	}

	.side-2 {
		float: left;
		width: 31.6%;
	}

	.total-summary p {
		line-height: normal;
		margin-top: 5px;
	}
	/*Product page css end */
	.fns-speedfilters .title-block .title {
		margin-top: 10px;
	}

	.search-title {
		margin-top: 0;
	}
}
/*Tablet css end*/
/*Mobile css start*/
@media (max-width: 767px) {
	/* Text Attributes css start*/
	.product-page-size .custom-select select {
		padding-left: 13px;
	}

	.product-sorting .custom-select select {
		padding-left: 5px;
	}

	#wrapper .home h1, #wrapper .home h2, #wrapper h1, #wrapper h2 {
		color: #242424;
		font-family: "Lato-Regular";
	}

	#wrapper .home h1 {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 11px;
		margin-top: 16px;
		text-align: center;
	}

	#wrapper .home h2 {
		font-size: 18px;
		line-height: 1.1;
		margin-bottom: 15px;
		margin-top: 37px;
		text-align: center;
	}

	#wrapper h1 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 15px;
		margin-top: 19px;
	}

	#wrapper h2 {
		font-size: 18px;
		line-height: 1.1;
		margin-bottom: 12px;
		margin-top: 20px;
	}

	#wrapper h3 {
		font-size: 22px;
		line-height: 1.2;
		margin: 5px 0;
	}

	#wrapper h4 {
		font-size: 18px;
		line-height: 0.8;
		margin-bottom: 20px;
		margin-top: 0;
	}

	#wrapper .home .contentpanel h1 {
		letter-spacing: normal;
		line-height: 1.2;
		margin-bottom: 11px;
		margin-top: 19px;
		text-align: center;
	}

	#wrapper .home .contentpanel h2 {
		font-size: 18px;
		letter-spacing: -1px;
		line-height: 1.2;
		margin-bottom: 18px;
		margin-top: 35px;
		text-align: center;
	}

	.home p {
		color: #3f3f3f;
		font-family: "Lato-Regular";
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 18px;
		text-align: center;
	}

	p, .subpage p {
		color: #3f3f3f;
		font-size: 15px;
		line-height: 20px;
		font-family: 'Lato-Light';
		text-align: center;
	}

	a {
		color: #4475b8;
		text-decoration: none;
	}

		a:visited, a:focus, a:hover, a:active {
			text-decoration: underline;
			outline: none;
		}
	/* Text Attributes css end*/
	#wrapper .container, #wrapper .container-fluid {
		padding: 0 5px;
	}

	#wrapper .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrapper .container-fluid .col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.logo img {
		max-width: 100%;
	}

	#content {
		padding-bottom: 0px;
	}

		#content.home {
			padding-bottom: 15px;
		}

	.navbar-header {
		text-align: center;
	}

	.logo {
		margin: 13px 0;
	}

	.searchpannel {
		padding: 10px 0 9px;
	}

	.searchtext .form-control {
		background-color: #ffffff;
		font-size: 15px;
		height: 47px;
		line-height: 1.42857;
		padding: 6px 12px;
	}

	.search {
		height: 24px;
		width: 26px;
	}

	.menu .navbar-nav {
		float: none;
		margin: 0 0px;
		width: auto;
		display: inherit;
	}

	.menu .navbar-collapse {
		border-top: 0px solid rgba(0, 0, 0, 0);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		overflow-x: visible;
		padding-left: 0;
		padding-right: 0;
	}

	.menu .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-family: Lato-Bold;
		font-size: 14px;
		padding: 15px 50px 15px 15px;
	}

	.menu .navbar-default .navbar-nav > li {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.menu .navbar-nav {
		padding-bottom: 12px;
	}

	.menu .navbar-default {
		position: relative;
	}

	.menu .navbar-collapse {
		background: rgba(0, 0, 0, 0.88) none repeat scroll 0 0;
		left: -6px;
		padding: 0;
		position: absolute;
		right: -6px;
		z-index: 99;
	}

	.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:hover, .menu .navbar-default .navbar-nav > .active > a:focus, .menu .navbar-default .navbar-nav > li > a:hover {
		background-color: rgba(0, 0, 0, 0);
		color: #5880dc;
	}

	.indicator {
		display: none;
	}

	#wrapper .carousel-caption {
		left: 15px;
		padding-bottom: 0;
		padding-top: 0;
		top: 14px;
	}

		#wrapper .carousel-caption h1 {
			color: #ffffff;
			font-size: 20px;
			line-height: 1;
			margin-bottom: 9px;
			margin-top: 0;
			text-align: left;
		}

		#wrapper .carousel-caption ul {
			margin-bottom: 0;
			padding-left: 3px;
		}

		#wrapper .carousel-caption li {
			font-size: 13px;
			line-height: 1.6;
			padding-left: 12px;
			text-shadow: none;
		}

			#wrapper .carousel-caption li::before {
				font-size: 5px;
				left: 0;
				top: 6px;
			}

	#media .thumbnail > img {
		max-width: 90%;
		width: auto;
	}

	#media .glyphicon.glyphicon-triangle-left.left {
		left: 0px;
		padding: 20px 0 16px;
	}

	#media .glyphicon.glyphicon-triangle-right.right {
		padding: 20px 0 16px;
		right: 0px;
	}

	#media .carousel-inner {
		padding: 0 10px;
	}

	#media .left, #media .right {
		font-size: 15px;
	}

	#media .thumbnail {
		min-height: 55px;
		height: 55px;
	}

	#media .item {
		padding: 0 5px;
	}

	.pro_item {
		display: none;
	}

	.pro_detail {
		float: none;
		padding: 10px 0 13px;
		text-align: center;
		width: 100%;
	}

	.mobile-bluebg-1 {
		background: #273b6b;
	}

	.mobile-bluebg-2 {
		background: #2f4886;
	}

	.mobile-bluebg-3 {
		background: #3856a0;
	}

	.mobile-bluebg-4 {
		background: #3f63bc;
	}

	.backgroundrow {
		position: inherit;
		z-index: 1;
	}
	/*.relativecontainerouter1 .detailrow, .relativecontainerouter2 .detailrow, .relativecontainerouter3 .detailrow, .relativecontainerouter4 .detailrow {
  padding-bottom: 0;
  padding-top: 0;
}*/
	.detailrow {
		min-height: initial;
	}

	#wrapper .home .pro_detail h2 {
		color: #ffffff;
		font-family: "Lato-Bold";
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 12px;
	}

	#wrapper .btn-primary {
		font-size: 15px;
		padding: 6px 40px;
	}

	.prodcontent {
		min-height: inherit;
		height: auto;
	}

		.prodcontent.right {
			padding-left: 5px;
		}

		.prodcontent.left {
			padding-right: 5px;
		}

	.relativecontainer {
		text-align: center;
	}

	.btn-style, a.btn-style {
		font-size: 13px;
		padding: 10px 14px;
		margin-bottom: 20px;
	}

	.vertical_slider > img {
		max-width: 100%;
	}

	.featuredprod .title {
		color: #1d356d;
		font-family: "Lato-Black";
		font-size: 20px;
		margin-bottom: 8px;
		margin-top: 0;
		text-align: center;
	}

	.featuredprod .prodcode {
		font-size: 15px;
	}

	.featuredprod ul {
		margin-bottom: 14px;
		margin-top: 11px;
		padding: 0;
		text-align: center;
	}

	.featuredprod li {
		font-size: 15px;
		padding-left: 13px;
		display: inline-block;
		line-height: 20px;
		width: auto;
	}

		.featuredprod li::before {
			font-size: 14px;
			top: 0;
			position: inherit;
			margin-right: 5px;
		}

	.graybg {
		background: #f0f0f0 none repeat scroll 0 0;
		padding: 7px 0;
	}

	.featuredprod {
		text-align: center;
	}

	.btn.btn-style {
		color: #ffffff;
	}

	footer {
		padding-top: 18px;
	}

		footer img {
			max-width: 256px;
		}

	.address {
		font-size: 13px;
		line-height: 12px;
		margin-top: 15px;
	}

	footer .phone, footer .phone a {
		font-size: 13px;
		margin-top: 3px;
	}

	.footerlinks li a {
		font-size: 12px;
		line-height: 26px;
	}

	.footerlinks li {
		padding: 0 14px 0 11px;
	}

		.footerlinks li::before {
			font-size: 9px;
			top: 7px;
		}

	.footerlinks ul {
		margin-bottom: 2px;
	}

	footer p {
		font-size: 12px;
		text-align: center;
	}

	.footerbottom {
		padding: 3px 0 6px;
	}
	/*------ Submenu css start------- */
	.submenu {
		padding: 0px 10px 21px;
	}

	.menucol, .menucol:nth-child(2), .menucol:nth-child(3), .menucol:nth-child(4) {
		width: 100%;
	}

	.menu .navbar-default .navbar-nav > li > ul li {
		padding: 0;
	}

	.menu .navbar-default .navbar-nav > li > ul {
		/* display: block; */
	}

		.menu .navbar-default .navbar-nav > li > ul li ul {
			padding: 3px 0px 4px 0;
		}

			.menu .navbar-default .navbar-nav > li > ul li ul li a {
				line-height: 10px;
			}

			.menu .navbar-default .navbar-nav > li > ul li ul li {
				padding-bottom: 5px;
				padding-left: 12px;
				padding-top: 0;
				margin-top: 5px;
			}

		.menu .navbar-default .navbar-nav > li > ul li a {
			color: #ffffff;
			font-family: "Lato-Regular";
			font-size: 13px;
			line-height: 34px;
		}

	.menu .navbar-default .navbar-nav > li:hover > ul {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		display: none;
		float: left;
		height: auto;
		position: inherit;
		z-index: 99;
	}

	.menu .navbar-default .navbar-nav > li > ul li ul li.active::before {
		font-size: 5px;
		top: 6px;
	}
	/*------ Submenu css end -------*/


	/* Subpage css start */
	.innerimg {
		margin-top: 22px;
	}

	.subpage ul li {
		font-size: 15px;
		line-height: 22px;
		padding-left: 15px;
		font-family: "Lato-Regular";
	}

		.subpage ul li::before {
			font-size: 8px;
			top: 0;
		}

	.subpage ul, .subpage ol {
		margin-bottom: 7px;
		margin-top: 12px;
	}

		.subpage ul li > ul li::before {
			font-size: 5px;
			top: 0;
		}

		.subpage ul li > ul li {
			padding-left: 11px;
		}

		.subpage ol li::before {
			font-size: 15px;
			margin-right: 8px;
		}

		.subpage ol li {
			font-size: 15px;
			line-height: 22px;
			text-indent: -22px;
			font-family: "Lato-Regular";
		}

	.subpage ol {
		padding-left: 22px;
	}

		.subpage ol li > ol {
			margin-left: 22px;
		}

			.subpage ol li > ol li::before {
				font-size: 15px;
				margin-right: 5px;
			}

	.contentpanelrow {
		position: inherit;
		padding-bottom: 12px !important;
	}

	.panelbgrow {
		margin-top: 15px;
	}

	.dvfields .title {
		font-size: 25px;
		margin-bottom: 13px;
		margin-top: 10px;
	}

	.form-control {
		font-size: 15px;
		height: 33px;
		padding: 6px 12px;
	}

	textarea.form-control {
		height: 100px;
	}

	.btn-submit, a.btn-submit {
		font-size: 15px;
	}

	.dvfields {
		margin-bottom: 7px;
	}
	/* Subpage css end */

	/*Product page css start */
	.viewmode-icon {
		display: inline-block;
	}

	.product-viewmode > span {
		display: none;
	}

	.product-selectors span {
		font-size: 12px;
		margin-left: 5px;
		vertical-align: middle;
	}

	.product-sorting .custom-select select {
		width: 83px;
	}

	.product-selectors select {
		margin: 0 8px 0 0;
	}

	.product-page-size .custom-select select {
		width: 51px;
	}

	.product-selectors {
		float: none;
		width: 100%;
	}

	.pager > span:first-child {
		font-size: 13px;
		margin-right: 3px;
		vertical-align: top;
	}

	.pager > p, .total-summary p {
		font-size: 13px;
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.pager, #wrapper .pager {
		text-align: center;
	}

	.custom-select select {
		font-size: 9px;
	}

	.product-selectors .product-viewmode a.selected {
		width: 29px;
	}

	.product-selectors .product-viewmode a {
		/*  width: 24px;*/
	}

		.product-selectors .product-viewmode a.grid.selected::before, .product-selectors .product-viewmode a.list.selected::before {
			margin: 0 4px;
		}

	.product-page-size > span:last-child {
		display: block;
		margin-left: 36px;
	}

	.product-selectors > div {
		display: inline-block;
		float: left;
		margin: 0px;
	}

	.product-selectors .product-page-size {
		float: right;
		margin-left: 2px;
		padding-top: 7px;
	}

		.product-selectors .product-page-size span:first-child {
			margin-left: 0;
		}

	#wrapper .pager li > a {
		font-size: 13px;
		height: 26px;
		line-height: 23px;
		min-width: 26px;
		padding: 0 4px;
	}

	#wrapper .pager li > span {
		font-size: 13px;
		height: 24px;
		line-height: 24px;
		min-width: 24px;
		padding: 0;
	}

	#wrapper .pager li > a {
		font-size: 13px;
		height: 24px;
		line-height: 24px;
		min-width: 24px;
		padding: 0 4px;
	}

	#wrapper .pager li.previous-page *, #wrapper .pager li.next-page *, #wrapper .pager li.first-page *, #wrapper .pager li.last-page * {
		font-size: 13px;
	}

	.product-grid .item-box {
		margin-bottom: 4px;
		padding: 0;
		width: 50%;
	}

	.item-box:nth-child(3n+1) {
		clear: none;
		padding-left: 0;
		padding-right: 0;
	}

	.item-box:nth-child(3n+1) {
		padding-left: 0;
		padding-right: 0;
	}

	.product-list .item-box .product-box-add-to-cart-button, .item-box .product-box-add-to-cart-button, .item-box input.product-box-add-to-cart-button, .item-box .product-box-add-to-cart-button:hover, .item-box input.product-box-add-to-cart-button:hover {
		font-size: 12px;
		padding: 10px 25px;
		width: 100%;
	}

	.product-grid .product-title > a, .product-grid .product-title > a:hover {
		font-size: 16px;
	}

	.product-grid .product-item {
		padding: 0;
	}

	.product-grid .item-box:nth-child(2n-1) {
		padding-right: 2px !important;
		box-sizing: border-box;
	}

	.product-grid .item-box:nth-child(2n) {
		box-sizing: border-box;
		padding-left: 2px !important;
	}

	.item-box .picture a {
		margin: 4px;
	}

	.item-box .picture {
		margin: 0;
	}

	#wrapper .product-grid .item-box .product-title, .product-grid .item-box .product-title {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 0;
		min-height: 52px;
	}

	.product-list .product-item {
		display: inline-block;
		padding: 15px 0;
	}

	.product-list .item-box .picture a {
		width: auto;
	}

	.product-list .product-title > a, .product-list .product-title > a:hover {
		font-size: 16px;
	}

	.product-list .item-box .product-box-add-to-cart-button, .product-list .item-box .product-box-add-to-cart-button:hover {
		font-size: 12px;
		padding: 10px 22px;
		width: auto;
	}

	.product-list .item-box {
		padding: 0 0 5px;
	}

		.product-list .item-box .product-title {
			margin: 0 0 10px;
		}
	/*Product page css end */
	.fns-speedfilters .title-block .title {
		margin-top: 0;
	}
}

@media (min-width:360px) and (max-width:640px) {
	#media .thumbnail {
		height: auto;
		min-height: 98px;
	}

	#media .glyphicon.glyphicon-triangle-left.left, #media .glyphicon.glyphicon-triangle-right.right {
		padding: 40px 0;
	}
}
/*Mobile css end*/
@media (min-width:1280px) {
	.nopadding-left-lg {
		padding-left: 0;
	}

	#wrapper .home .content h1 {
		letter-spacing: -2.1px;
	}

	.input-group.searchtext {
		padding: 0 73px 0 78px;
	}

	.relativecontainerouter1 .backgroundrow img, .relativecontainerouter2 .backgroundrow img, .relativecontainerouter3 .backgroundrow img, .relativecontainerouter4 .backgroundrow img {
		height: 336px !important;
		width: 100%;
	}

	.detailrow {
		min-height: 336px;
	}

		.detailrow > .row {
			bottom: 0;
			height: 45%;
			left: 0;
			margin: auto;
			position: absolute;
			right: 0;
			top: 0;
		}

		.detailrow.mobile-bluebg-2 > .row {
			bottom: 0;
			height: 68%;
			left: 0;
			margin: auto;
			position: absolute;
			right: 0;
			top: 0;
		}

	#wrapper .home .content p {
		text-align: left;
	}

	.product-grid .item-box .product-title {
		min-height: 80px;
	}

	.custom-select select {
		height: 30px;
		font-size: 16px;
	}

	.product-selectors span {
		line-height: 27px;
	}
}
