/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	padding-top: 120px;
	-webkit-transition: padding-top 0.3s;
	-moz-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #f1f1f1;
	z-index: 10000;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

#header.forSubpage {
	border-bottom: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

#header .section {
	height: 120px;
	color: #716d71;	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

body.scrolled #mainWrapper {
	padding-top: 93px;
}

body.scrolled #header .section {
	height: 93px;
}

#header .logo {
	float: left;
	width: 342px;
	margin: 17px 0 0;
	-webkit-transition: width 0.3s, margin-top 0.3s;
	-moz-transition: width 0.3s, margin-top 0.3s;
	transition: width 0.3s, margin-top 0.3s;
}

body.scrolled #header .logo {
	width: 239px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .contacts {
	float: right;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
	font-weight: 500;
}

#header .contacts li {
	float: right;
	margin: 0;
	padding: 50px 12px 0;
	list-style: none;
	height: 100%;
	-webkit-transition: padding-top 0.3s;
	-moz-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

body.scrolled #header .contacts li {
	padding-top: 37px;
}

#header .contacts li.timings {
	background: #ffffff;
}

#header .contacts li.timings span {
	display: inline-block;
	padding-left: 2.5em;
	background: url(../images/timings-ico.png) no-repeat left center;
	-webkit-background-size: 1.416666666666667em;
	-moz-background-size: 1.416666666666667em;
	background-size: 1.416666666666667em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .contacts li.phone {
	background: #eb0913;
	color: #fff;
}

#header .contacts li.phone a {
	display: inline-block;
	padding-left: 1.75em;
	background: url(../images/phone-ico.png) no-repeat left 0.1666666666666667em;
	-webkit-background-size: 1.083333333333333em;
	-moz-background-size: 1.083333333333333em;
	background-size: 1.083333333333333em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header #navigation {
	float: right;
	margin: 50px 36px 0 0;
	-webkit-transition: margin-top 0.3s;
	-moz-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}

body.scrolled #header #navigation {
	margin-top: 37px;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 45px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#header #navigation ul li a {
	display: inline-block;
}

#header #navigation ul li:first-child {
	margin-left: 0;
}

#header #navigation ul li:hover,
#header #navigation ul li.Current,
#header #navigation ul li.Parent {
	color: #eb0913;
}


#header #navigation li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -13px;
	padding: 8px 0 0;
	border-bottom: 4px solid #d20001;
}

#header #navigation li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ff3e2b;
	color: #fff;
}

#header #navigation li ul li a {
	display: block;
	padding: 7px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff !important;
}

#header #navigation li ul li a:after {
	display: none;
}

#header #navigation li ul li:hover {
	background-color: #dc0007;
	color: #fff;
}

#header #navigation li ul { 
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	transform: translateY(-2em);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #navigation li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition-delay: 0s, 0s, 0.3s;
	transition-delay: 0s, 0s, 0.3s;
}


/* Slider */

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .slides li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#slider .slides li .overlay .section {
	display: table;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#slider .slides li .overlay .inner {
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 300;
	color: #080909;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.364;
}

#slider .slides li .overlay .title {
	font-size: 55px;
	font-weight: 900;
	color: #eb0913;
	margin: 0;
	line-height: 1.2;
}

#slider .slides li .overlay .viewBtn {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.7333333333333333em 1.266666666666667em;
	margin-top: 0.3333333333333333em;
	border: 0.1333333333333333em solid #eb0913;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#slider .slides li .overlay .viewBtn:hover {
	background-color: #eb0913;
	color: #fff;
}

/* Breadcrumb */

#breadcrumb {
	background: #C3C2C6;
	font-size: 13px;
	font-weight: 500;
	color: #656565;
}

#breadcrumb .section {
	padding-top: 19px;
	padding-bottom: 18px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb ul li:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 8px;
	margin-left: 16px;
	margin-right: 16px;
	background: url(../images/breadcrumb-arrow.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#breadcrumb ul li:last-child:after {
	display: none;
}

#breadcrumb ul li:last-child {
	color: #ee1c25;
}

/* Content */

#content {
	background: #fff;
}

#content .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#twoCols {
	margin-top: -30px;
	margin-bottom: -30px;
}

#twoCols .leftCol {
	float: left;
	width: 220px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #f1f1f1;
}

#twoCols .leftCol:after {
	content: "";
	position: absolute;
	left: 220px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e1e1e1;
}

#twoCols .leftCol .sideNavi .title {
	color: #020304;
	padding-left: 15px;
}

#twoCols .leftCol .sideNavi ul {
	margin: 0;
	padding: 0 0 0 15px;
	border-top: 1px solid #e1e1e1;
}

#twoCols .leftCol .sideNavi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 500;
	color: #656565;
	border-bottom: 1px solid #e1e1e1;
	background: url(../images/subnavi-arrow.png) no-repeat 0 14px;
	-webkit-background-size: 1000px;
	-moz-background-size: 1000px;
	background-size: 1000px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#twoCols .leftCol .sideNavi ul li.active>a,
#twoCols .leftCol .sideNavi ul li>a:hover,
#twoCols .leftCol .sideNavi ul li.opened>a {
	color: #eb0913;
}

#twoCols .leftCol .sideNavi ul li.active,
#twoCols .leftCol .sideNavi ul li:hover,
#twoCols .leftCol .sideNavi ul li.opened {
	background-position: -994px 14px;
}

#twoCols .leftCol .sideNavi ul li a {
	display: block;
	padding: 10px 0 10px 20px;
}

#twoCols .leftCol .sideNavi ul li ul {
	display: none;
	padding-left: 43px;
	border-top: 0;
	margin-top: 6px;
	padding-bottom: 14px;
}

#twoCols .leftCol .sideNavi ul li.opened ul {
	display: block;
}

#twoCols .leftCol .sideNavi ul li ul li {
	border-bottom: 0;
	padding-bottom: 7px;
	background: none;
}

#twoCols .leftCol .sideNavi ul li ul li a {
	display: inline-block;
	padding: 0;
	font-weight: 300;
	color: #868686;
}

#twoCols .rightCol {
	float: right;
	width: 932px;
	margin-right: 38px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#chooseProducts {
	display: none;
	background: #eb0913;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 14.5px 10px;
	margin-bottom: 20px;
	margin-left: -9999em;
	margin-right: -9999em;
	margin-top: -35px;
	text-align: center;
}

#chooseProducts i {
	font-style: normal;
	vertical-align: middle;
}

#chooseProducts span {
	display: inline-block;
	width: 26px;
	margin-right: 10px;
	vertical-align: middle;
}

#chooseProducts span em {
	display: block;
	height: 3px;
	background: #fff;
	margin: 4px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.listing.categories {
	margin-left: -33px;
	margin-right: -33px;
}

.listing.categories li {
	margin-bottom: 66px;
	padding-left: 33px;
	padding-right: 33px;
	width: 33.33333333333333%;	
}

.listing.products {
	margin-left: -14px;
	margin-right: -14px;
	margin-top: 45px;
}

.listing.products li {
	width: 25%;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 28px;
}

.listing.products .image {
	height: 135px;
}

/* Product Details */

#details .image {
	float: left;
	width: 233px;
	padding-right: 30px;
}

#details .image img {
	display: block;
	max-width: 100%;
}

#details .details {
	margin-left: 233px;
}

/* Footer */

#footer {
	background: #C3C2C6;
}

#footer .section {
	padding-top: 18px;
	padding-bottom: 18px;
	color: #656565;
	font-weight: 500;
}

#footer .copyright {
	float: left;
	margin: 0;
	font-size: 13px;
}

#footer .info {
	float: right;
	margin: 3px 0 0 16px;
	padding: 0;
}

#footer .info li {
	float: left;
	margin: 0 0 0 35px;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#footer .info li a {
	display: inline-block;
	padding-left: 28px;
	background: no-repeat;
	-webkit-background-size: 16px;
	-moz-background-size: 16px;
	background-size: 16px;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#footer .info li.phone a {
	background-image: url(../images/phone-ico-footer.png);
}

#footer .info li.location a {
	background-image: url(../images/location-ico.png);
}

#footer .info li a:hover {
	color: #fff;
}


/* Listing */

.listing {
	margin: 0;
	padding: 0;
}

.listing li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.listing li a {
	display: block;
	border: 1px solid #e1e1e1;
	padding-bottom: 18px;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.listing li a:hover {
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.1);
	box-shadow: 0 0 13px rgba(0,0,0,0.1);
}

.listing li .image {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 197px;
	margin-bottom: 12px;
}

.listing li .image .inner {
	display: table-cell;
	vertical-align: middle;
}

.listing li .image .inner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.listing li .name {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #585858;
	letter-spacing: 0.1em;
	padding: 0 10px;
	text-transform: uppercase;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 13px;
	top: 25px;
    width: 25px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 3px;
	margin-bottom: 4px;
	background: #2d292a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.active {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}


/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}

a.msdsBtn {
 background-color: #EB0913;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 padding: 5px 10px;
 display: block;
 margin: 15px auto;
 text-align: center;
}
label.error {
	display: block;
	min-width: 200px;
	color: red;
	font-weight: normal;
	font-size: 11px;
}
