@import url("//cdn.jsdelivr.net/jquery.slick/1.5.7/slick.css");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/jQuery.mmenu/5.3.4/css/jquery.mmenu.all.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800");
/* headings & text */

/*GENERAL STYLES
********************************************************/

* {
	box-sizing: border-box;
	outline: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

ul,
ol,
li,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

body {
	background-color: #fff;
}

/* body.inverted {
background-color: #000;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1;
	color: inherit;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a {
	color: #e31d1a;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:active,
a:visited {
	color: #e31d1a;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.banner a:hover,
.banner a:active,
.banner a:visited {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

p {
	font-size: 16px;
	margin-bottom: 10px;
}

.hide {
	display: none;
}

body.inverted h1,
body.inverted h2,
body.inverted h3,
body.inverted h4,
body.inverted h5,
body.inverted h6,
body.inverted h1#pageTitle {
	color: #fff;
}

body.inverted h1#pageTitle,
body.inverted h3 {
	color: #000;
}

body.inverted p,
body.inverted li {
	/* color: #fff; */
}

body .accessoryFinder h2 {
	color: #000000;
}

@media (max-width: 1023px) {
	#my-menu {
		display: none !important;
	}

	.mm-page #main_menu {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	#mm-my-menu {
		display: none !important;
	}
}

/*COLOURS*/
.blackbg {
	background: black;
}

/*IMAGES
*******************************************************/

img {
	display: block;
	width: 100%;
}

.contentWrap img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.banner img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.bannerSlider li a {
	display: block;
}

#home .featured_products img {
	max-width: 140%;
	margin-left: -20%;
}

.bannerOverlayText {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	/*
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 82.5px; */
}

.bannerOverlayText .center {
	text-align: center;
	width: 100%;
}

.bannerOverlayText .left {
	text-align: left;
	width: 100%;
}

.bannerOverlayText .right {
	text-align: right;
	width: 100%;
}


@media (min-width: 1023px) {
	.bannerOverlayText {
		top: auto;
		bottom: 10px;
	}
}

.bannerOverlayText .bannerOverlayText:hover {
	cursor: pointer;
}

.bannerOverlayText.white h2 {
	position: relative;
	display: inline-block;
}

.bannerOverlayText .overlay h2:before {
	top: -10px;
	left: -5px;
}

.bannerOverlayText .overlay h2:after {
	bottom: -15px;
	right: -12px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

*/ .bannerOverlayText .overlay.left {
	width: 74%;
	text-align: left;
	position: relative;
	padding: 0 2%;
	/* 	padding-left:30px; */
}

.bannerOverlayText.white h2,
.bannerOverlayText.white h3 {
	text-shadow: black 2px 2px 4px;
}

.bannerOverlayText.white h2,
.bannerOverlayText.white h3,
.bannerOverlayText.white p {
	color: white;
}

.bannerOverlayText h2 {
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 55px;
}

.bannerOverlayText h3 {
	font-weight: 600;
	font-size: 24px;
	position: relative;
	margin-bottom: 30px;
}

.bannerOverlayText p.btn.red {
	background-color: #F00118;
	font-weight: 700;
}

@media (max-width: 1022px) {
	.bannerOverlayText {
		margin-top: 0;
	}

	.bannerOverlayText h3 {
		margin-bottom: 0;
	}
}

/*BUTTONS
*******************************************************/
.row.products input[type="submit"] {
	margin-top: 0px;
	margin-bottom: 10px;
}

.btn,
.btn:visited,
.copy .btn,
.copy .btn:visited {
	display: inline-block;
	padding: 10px 30px;
	margin: 20px 0 0 0;
	color: #fff;
	background: black;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn:hover,
.btn:active,
.copy .btn:hover,
.copy .btn:active {
	color: #fff;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.btn i {
	padding-left: 6px;
	color: inherit;
}

.btn.btn_red {
	background: #ed1c21;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	min-width: 250px;
	padding: 10px 10px;
}

.btn.btn_red.btn_product_enquire,
.btn.btn_red.btn_product_registration {
	border: 1px solid transparent;
	display: block;
	background-color: black;
}

.btn.btn_red.btn_product_enquire:hover,
.btn.btn_red.btn_product_registration:hover {
	border: 1px solid black;
	display: block;
	background-color: transparent;
	color: black;
}

/* GRID
*********************************/

/*rows*/
.row {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 40px auto 0;
	position: relative;
	box-sizing: border-box;
}

.row.max {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

.row.max.noPad {
	max-width: 1220px;
}

.row.fullwidth {
	max-width: 100%;
	padding: 0;
}

.row:before,
.row:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.row:after {
	clear: both;
}

.container {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background-color: white;
}

.container:after,
.container:before {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.container:after {
	clear: both;
}

/*columns*/
.col {
	float: left;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}

.col>.inner {
	display: block;

}

.sample {
	background: #4d4d4d
}

.sample .col>.inner {
	padding: 30px 10px;
	text-align: center;
}

.row.fullwidth .col {
	padding-left: 0;
	padding-right: 0;
}

.col:before,
.col:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.col:after {
	clear: both;
}

.right {
	float: right;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.span1 {
	width: 8.333333333333%;
}

.span2 {
	width: 16.666666666667%;
}
.span20pc {
	width: 20%;
}
.span3 {
	width: 25%;
}

.span4 {
	width: 33.333333333333%;
}

.span5 {
	width: 41.666666666667%;
}

.span6 {
	width: 50%;
}

.span7 {
	width: 58.333333333333%;
}

.span8 {
	width: 66.666666666666%;
}

.span9 {
	width: 75%;
}

.span10 {
	width: 83.333333333333%;
}

.span11 {
	width: 91.666666666667%;
}

.span12 {
	width: 100%;
}

/*offsets*/

.offset1 {
	margin-left: 8.333333333333%;
}

.offset2 {
	margin-left: 16.666666666667%;
}

.offset3 {
	margin-left: 25%;
}

.offset4 {
	margin-left: 33.333333333333%;
}

.offset5 {
	margin-left: 41.666666666667%;
}

.offset6 {
	margin-left: 50%;
}

.offset7 {
	margin-left: 58.333333333333%;
}

.offset8 {
	margin-left: 66.666666666666%;
}

.offset9 {
	margin-left: 75%;
}

.offset10 {
	margin-left: 83.333333333333%;
}

.offset11 {
	margin-left: 91.666666666667%;
}

.offset12 {
	margin-left: 100%;
}

/*HEADER
*******************************************************/
.header {
	z-index: 100;
	position: relative;
	top: 0;
}

.header .row {
	margin-top: 0;
}

.header>.row.max {
	background: black;
	height: 135px;
	position: relative;
}

.header>.row.max.blackBside:after {
	content: '';
	background-color: black;
	position: absolute;
	top: 0;
	left: 1200px;
	height: 135px;
	width: 100%;
}

.header>.row.max.blackBside:before {
	content: '';
	background-color: black;
	position: absolute;
	top: 0;
	right: 1200px;
	height: 135px;
	width: 100%;
}

.header .navWrap {
	background: black;
}

.header .change_lg {
	padding: 0 10px 0 0;
}

.header .change_lg,
.header .socialNavList {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

/**** STICKY HEADER *****/
.mainNavList {
	padding-left: 300px;
}

.mainNavList li a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.searchOpen .mainNavList li:hover .mainNavList {}

.searchOpen .mainNavList li a {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

@media (min-width: 1024px) {
	.header {
		position: fixed;
		top: 0;
		height: 135px;
		background: black;
	}
}

.navWrap h1 {
	margin-top: 5px;
	float: left;
}

.header h2 {
	display: none;
	content: "";
	text-align: left;
	left: 10px;
	right: auto;
	top: 55px;
	color: #fff;
	font-size: 19.5px;
	padding-top: 10px;
	line-height: 26px;
	position: absolute;
	text-transform: uppercase;
}

.header h1 a {
	width: 210px;
	height: 123px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/layout/logoMain.png') 0 0 no-repeat;
	float: left;
	position: absolute;
	background-size: 100%;
}

.header .contact {
	float: right;
	font-size: 14px;
}

.header .contact span {
	display: inline-block;
	padding-left: 10px;
}

.header .contact span:last-child {
	padding-right: 0;
}

.header .contact i {
	color: #66bbcc;
	padding-right: 5px;
}

.header .contact a {
	color: #939598;
	font-weight: 400;
	text-decoration: none;
}

/*google translate*/

#google_translate_element {
	width: 145px;
	float: right;
	margin-top: 10px;
}

#google_translate_element img {
	display: inline;
	width: auto;
	height: auto;
}

.goog-te-gadget-simple {
	height: 30px;
}

.goog-te-menu-value {
	display: inline-block;
	padding-top: 4px;
}

@media all and (max-width: 700px) {

	#google_translate_element {
		margin-right: 47px;
		margin-top: 0;
	}

}

/*QUICKSEARCH
********************************************************/

.open #QuickSearch {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	border-bottom: 10000000px solid #f5f5f5;
}

#QuickSearch .inner {
	display: none;
}

.open #QuickSearch .inner {
	display: block;
	padding-top: 20px;
	background-color: whitesmoke;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#QuickSearch .inner>a.btn.block {
	position: relative;
	bottom: 0;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	display: block;
	top: 20px;
}

#QuickSearch .inner .box {
	text-align: center;
}

#QuickSearch .inner .box a {
	text-decoration: none;
}

#QuickSearch .inner .box a img {
	margin-bottom: 8px;
}

#QuickSearch .inner .box a span.title {
	font-size: 16px;
	font-weight: 200;
	color: black;
}

#QuickSearch .inner .box a span.title em {
	font-weight: 500;
	color: #E31D1A;
}

#QuickSearch .inner .box a span.description {
	display: none;
}

#QuickSearch .inner>div.span2 {
	width: 10%;
}

#QuickSearch .inner>div.span2:nth-of-type(10n+1) {
	clear: both;
}

@media all and (max-width: 1300px) {

	#QuickSearch .inner>div.span2 {
		width: 14%;
	}

	#QuickSearch .inner>div.span2:nth-of-type(10n+1) {
		clear: none;
	}

	#QuickSearch .inner>div.span2:nth-of-type(7n+1) {
		clear: both;
	}
}

@media all and (max-width: 960px) {

	#QuickSearch .inner>div.span2 {
		width: 20%;
	}

	#QuickSearch .inner>div.span2:nth-of-type(7n+1) {
		clear: none;
	}

	#QuickSearch .inner>div.span2:nth-of-type(5n+1) {
		clear: both;
	}
}

@media all and (max-width: 650px) {
	#QuickSearch .inner>div.span2 {
		width: 33.3333333333%;
	}

	#QuickSearch .inner>div.span2:nth-of-type(5n+1) {
		clear: none;
	}

	#QuickSearch .inner>div.span2:nth-of-type(3n+1) {
		clear: both;
	}
}

@media all and (max-width: 400px) {
	#QuickSearch .inner>div.span2 {
		width: 50%;
	}

	#QuickSearch .inner>div.span2:nth-of-type(3n+1) {
		clear: none;
	}

	#QuickSearch .inner>div.span2:nth-of-type(2n+1) {
		clear: both;
	}
}

/*INNER PAGE CONTENT/LAYOUT
********************************************************/
.nothome #wrap {
	margin-top: 135px;
}

body h3.hdLHS,
body.inverted h3.hdLHS {
	padding: 17px 15px;
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 600;
}

h1#pageTitle {
	font-size: 34px;
	line-height: 42px;
	margin: 15px 0 10px 0;
	color: #000;
	font-weight: 600;
	margin-left: 10px;
}

#product_spec h1#pageTitle {
	margin-bottom: 5px;
	margin-left: 0;
}

body .copy h2.embedVideoTitle,
body.inverted .copy h2.embedVideoTitle {
	color: #000000;
	height: 2em;
}

/*GENERAL FORMS
********************************************************/
.formHolder {
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 20px 30px;
	background: #e6eef2;
}

form.general legend,
.formHolder h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 15px 0 0 10px;
}

footer .newsletter legend {
	color: white;
	font-size: 16px;
	font-weight: normal;
}

form.general .group {
	margin-top: 15px;
	padding: 10px 0 0 0;
}

form.general .group:before,
form.general .group:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

form.general .group:after {
	clear: both;
}

form.general .explainer {
	font-size: 16px;
	padding-bottom: 10px;
	font-style: italic;
}

form.general .label {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #112b3a;
	padding-top: 5px;
	padding-bottom: 5px;
}

form.general input[type="text"],
form.general input[type="password"],
form.general input[type="email"],
form.general select,
form.general textarea {
	border: 1px solid #bac4cf;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	padding: 5px;
	font-size: 14px;
	font-family: sans-serif;
	color: #384350;
	background: #fff;
}

form.general select {
	color: #999;
}

form.general textarea {
	height: 80px;
}

form.general input[type="checkbox"] {
	display: inline-block;
	margin-top: 5px;
}

form.general button,
form.general input[type="submit"] {
	display: inline-block;
	padding: 0 25px;
	margin: 25px 0 0 0;
	height: 40px;
	color: #fff;
	background: #333333;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	border: solid 1px #fff;
}

form.general button:hover,
form.general input[type="submit"]:hover {
	border-color: #ed1c21;
}

form.general button.fullwidth,
form.general input[type="submit"].fullwidth {
	width: 100%;
}

form.inline button,
form.inline input[type="submit"] {
	margin: 0;
}

form.general button i {
	padding-left: 5px;
}

form.formProductEnquiry,
form.formProductRegistration {
	display: inline;
}

/* Make the form title disappear */
body #GDForm200HeaderWrap h3 {
	display: none;
}

.reg_prod {
	position: absolute;
	top: 55px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 10px;
	border: solid 1px white;
	color: #e31d1a;
	right: 20px;
}
.reg_prod a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.reg_prod svg {
	font-size: 13px;
    width: 20px;
    float: left;
    margin-right: 8px;
}
.reg_prod:hover {
	border-color: #e31d1a!important;
}
.reg_prod:hover a {
	color: white;
	opacity: 1;
}
.reg_prod:hover a svg path {
	fill: #e31d1a;
}
@media (max-width: 960px) {
	.reg_prod {
		top: 53px;
		right: 205px;
	}
}
@media (max-width: 555px) {
	.reg_prod {
		right: 195px;
	}
	.reg_prod span {
		display: none;
	}
	.reg_prod svg {
		margin: 0;
	}
}
@media (max-width: 375px) {
	.reg_prod {
	    right: 180px;
	}
	.header .toggleSearch {
		font-size: 14px;
	}
}
.submitBut {
	padding: 10px 28px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	background: black;
	border: solid 1px black;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.submitBut:hover,
.submitBut:focus {
	background: white;
	color: #e31d1a;
}
/*SEARCH
*******************************************************/
.header .searchWrap {
	padding: 0;
	background: whitesmoke;
	height: 70px;
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translate3d(0, -200px, 0);
	transform: translate3d(0, -200px, 0);
}

.header form.searchForm {
	height: 70px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: whitesmoke;
}

.toggleSearch {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px 10px;
	margin: 0;
	color: white;
	font-size: 16px;
	text-decoration: none;
	/* position: relative; */
	/* transition: .5s all ease; */
	font-weight: 400;
	text-transform: uppercase;
}

/* .toggleSearch:before {
	content: 'ACCESSORY FINDER';
} */
.header.searchOpen .toggleSearch>span:not(.closetext) {
	display: none;
}

/* .header.searchOpen .toggleSearch:before {
	content: 'CLOSE FINDER';
} */
.toggleSearch .closetext {
	display: none;
}

.header.searchOpen .toggleSearch .closetext {
	display: inline-block;
}

.toggleSearch:hover {
	color: white;
}

.toggleSearch i {
	color: #ed1c21;
	font-size: 20px;
	padding-left: 5px;
	font-weight: 900;
}

.header.searchOpen .toggleSearch i:before {
	content: "\f010";
}

.header .searchWrap.open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header form.searchForm input[type="text"] {
	background: black;
	color: white;
}

.header form.searchForm button {
	position: absolute;
	right: 10px;
	width: 50px;
}

form.searchForm {
	width: 100%;
	position: relative;
	height: 50px;
	box-sizing: border-box;
}

form.searchForm input[type="text"] {
	border: 0;
	border-radius: 0;
	width: 100%;
	float: left;
	box-sizing: border-box;
	height: 50px;
	padding: 0 0 0 10px;
	font-size: 15px;
	color: black;
	background: white;
}

form.searchForm input[type="text"]:focus {
	outline: none;
}

form.searchForm ::-webkit-input-placeholder {
	color: #fff;
}

form.searchForm :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

form.searchForm ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

form.searchForm :-ms-input-placeholder {
	color: #fff;
}

form.searchForm input:focus::-webkit-input-placeholder {
	color: transparent;
}

form.searchForm input:focus:-moz-placeholder {
	color: transparent;
}

/* FF 4-18 */
form.searchForm input:focus::-moz-placeholder {
	color: transparent;
}

/* FF 19+ */
form.searchForm input:focus:-ms-input-placeholder {
	color: transparent;
}

/* IE 10+ */
form.searchForm button {
	display: inline-block;
	width: 20%;
	padding: 0;
	margin: 0;
	height: 50px;
	color: #fff;
	background: #ed1c21;
	font-size: 14px;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
}

form.searchForm button i {
	position: relative;
	right: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

form.newsletterForm.general .btn {
	font-size: 14px;
	height: 50px;
	padding: 5px 10px;
	color: white;
	line-height: 40px;
}
form.newsletterForm.general input,
form.newsletterForm.general select {
	background: whitesmoke;
	color: black;
	border: transparent;
	height: 50px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 40px;
	border-radius: 0;
}

form.newsletterForm.general ::-webkit-input-placeholder {
	color: #333;
}

form.newsletterForm.general :-moz-placeholder {
	/* Firefox 18- */
	color: #333;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

form.newsletterForm.general ::-moz-placeholder {
	/* Firefox 19+ */
	color: #333;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

form.newsletterForm.general :-ms-input-placeholder {
	color: #333;
}


/*SOCIAL NAV
*****************************************************/

/* footer */

.footer ul.socialNavList {
	padding-top: 20px;
}

footer .footerNavList li:hover a {
	color: #ed1c21;
}

footer .bottom .row>.span12:first-child {
	border-top: solid 3px #999ea1
}

/* main */

ul.socialNavList {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

ul.socialNavList li {
	padding-left: 5px;
	display: inline-block;
}

ul.socialNavList li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	-webkit-transition: .25s all ease;
	transition: .25s all ease;
	color: #fff;
	box-sizing: border-box;
	border: solid 1px #fff;
	background-color: black;
}

ul.socialNavList li:not(.menu-custom) a {
	text-indent: -5000px;
	text-align: left;
	background-position: 0px -32px;
	background-repeat: no-repeat;
	/* background: #66bbcc; */
}

/*hover*/

ul.socialNavList li a:hover {
	background-color: black;
	color:white;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.socialNavList li.navgdrive a:hover {
	background-color: #15AA64;
}

ul.socialNavList li.navflickr a:hover {
	background-color: #ff0084;
}

ul.socialNavList li.navyoutube a:hover {
	background-color: #cd201f;
}

ul.socialNavList li.navvimeo a:hover {
	background-color: #1ab7ea;
}

ul.socialNavList li.navinstagram a:hover {
	background-color: #e4405f;
}

ul.socialNavList li.navfacebook a:hover {
	background-color: #3b5999;
}

ul.socialNavList li.menu-trade a:hover,
ul.socialNavList li.menu-cart a:hover {
	background-color: #F00118;
	color:white;
}

/* ul.socialNavList li.navtwitter a:hover {
	color: #00aced;
} */

/* ul.socialNavList li.navlinkedin a:hover {
	color: #005a87;
} */



/* ul.socialNavList li.navyoutube a:hover,
ul.socialNavgoogle a:hover,
ul.socialNavpinterest a:hover {
	background: #be1522;
} */



ul.socialNavList li.navrss a:hover {
	color: #f39200;
}

/*icons*/

ul.socialNavList li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 19px;
	line-height: 22px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 9px;
	text-indent: 0;
	color: inherit;
}

ul.socialNavList li.navtwitter a:before {
	content: "\f099";
}

ul.socialNavList li.navfacebook a:before {
	content: "\f09a";
}

ul.socialNavList li.navlinkedin a:before {
	content: "\f0e1";
}

ul.socialNavList li.navyoutube a:before {
	content: "\f167";
}

ul.socialNavList li.navflickr a:before {
	content: "\f16e";
}

ul.socialNavList li.navrss a:before {
	content: "\f09e";
}

ul.socialNavList li.navpinterest a:before {
	content: "\f0d2";
}

ul.socialNavList li.navgoogle a:before {
	content: "\f0d5";
}

ul.socialNavList li.navinstagram a:before {
	content: "\f16d";
}

ul.socialNavList li.navvimeo a:before {
	content: "\f27d";
}

ul.socialNavList li.menu-trade a:before {
	content: "\f007";
}

ul.socialNavList li.menu-cart a:before {
	content: "\f07a";
}

ul.socialNavList li.navgdrive a {
	background: url("../images/layout/google_drive.png")no-repeat black;
	background-size: 20px;
	background-position: center 8px;
}

ul.socialNavList li a:before {
	left: 0;
	right: 0;
	text-align: center;
}

ul.socialNavList li.navgdrive a:hover {
	background-color: #15AA64;
}

/*MAIN NAV
**********************************************************/
.mainNav {
	position: relative;
	margin-top: 60px;
	text-transform: uppercase;
}

.row.mainNav {
	float: right;
}

.mainNavList li {
	float: left;
}

.mainNavList>li {
	padding: 0px 30px;
}

.mainNavList>li:last-child {
	padding-right: 0;
}

.mainNavList li a {
	display: block;
	box-sizing: border-box;
	padding: 5px 10px;
	margin: 0;
	color: white;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	font-weight: 400;
}

@media (min-width: 961px) {
	.wrap_menu {
		position: absolute;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: whitesmoke;
		height: auto;
		left: 0px;
		right: 0px;
		z-index: -999;
		padding: 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		    flex-flow: row wrap;
		border: 1px solid #e4e4e4;
		border-top: 0;
		top: -1000px;
		-webkit-transform: translate3d(0, -102%, 0);
		        transform: translate3d(0, -102%, 0);
	}
}

.wrap_menu li a {
	display: table;
	color: black;
}

.wrap_menu li.sel a {
	background-color: #e31d1a !important;
	color: white;
}

.wrap_menu li a:hover {
	color: white;
	background: black;
}

.wrap_menu:before,
.wrap_menu:after {
	content: "";
	display: table;
}

.wrap_menu:after {
	clear: both;
	/* padding-bottom: 100px; */
}

.mainNavList li:hover .wrap_menu {
	top: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.header.searchOpen .mainNavList li:hover .wrap_menu {
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);

}

.wrap_menu li a {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding: 6px;
}

.mainNavList li ul.subNavList1 {
	display: inline-block;
	width: 25%;
	float: left;
	position: relative;
	padding: 0 30px;
}

.mainNavList li ul.subNavList1:before {
	position: absolute;
	right: 0;
	width: 1px;
	content: "";
	height: 100%;
	background: #e4e4e4;
	top: 0;
	bottom: 0;
}

.mainNavList li ul.subNavList1:last-of-type:before {
	display: none;
}

.subNavList1.sub-menu.mm-listview {
	margin: 0 -20px !important;
}

.mainNavList li ul.subNavList1 li {
	display: block;
	width: 100%;
}

.mainNavList li ul.subNavList1 .col.span6 {
	width: 100%;
	background: white;
	border: 1px solid darkgrey;
	/* padding: 0; */
	/* margin: 0; */
	margin-top: 15px;
}

.mainNavList li ul.subNavList1 .col.span6 a:hover {
	color: transparent;
	background: transparent;
	padding-left: 0;
}

.mainNavList li ul.subNavList1 .col.span6 .col.span3 {
	width: 100%;
	padding: 0;
}

.mainNavList li ul.subNavList1 .col.span6 .col.span3 figure {
	margin: 0;
}

.mainNavList li ul.subNavList1 .col.span6 .col.span3 figure figcaption {
	text-align: center;
}

.mainNavList li ul.subNavList1 .col.span6 .col.span3 figure figcaption h3 {
	color: black;
	font-size: 18px;
}

.mainNavList li ul.subNavList1 .col.span6 .col.span3 figure figcaption .price {
	display: none;
}

.mainNavList li ul.subNavList1 .col.span6 .col.span3 figure figcaption {
	position: relative;
}

/* .mainNavList li ul.subNavList1 .col.span6 .col.span3 figure figcaption:after {
	content: 'VIEW';
    border: 1px solid transparent;
    color: white;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    background: #F00118;
    height: 20px;
    line-height: 20px;
    position: relative;
    webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border:1px solid transparent;
} */
.mainNavList li ul.subNavList1 .col.span6 .col.span3 figure figcaption .caption__subtext {
	border: 1px solid transparent;
	color: white;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px;
	background: #F00118;
	line-height: 20px;
	position: relative;
	display: inline-block;
	webkit-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid transparent;
}

.mainNavList li ul.subNavList1 .col.span6 .col.span3 figure figcaption:hover:after {
	color: #f00118;
	background-color: transparent;
	border: 1px solid #f00118;
}

span.productCategoryGroup {
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	display: block;
	padding: 6px;
	background: black;
	color: white;
}

.mainNavList>li.navproducts>span.productCategoryGroup {
	display: block;
	box-sizing: border-box;
	padding: 5px 10px;
	margin: 0;
	color: white;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	font-weight: 400;
}

.searchOpen .mainNavList>li.navproducts>span.productCategoryGroup {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.sub-menu>li.haschildren>ul li a {
	background-color: rgba(0, 0, 0, 0.05);
}

/*LEFT NAV
**********************************************************/
ul.pageNavList li>a {
	color: #a7a9ac;
	background: #666666;
	font-size: 16px;
	display: block;
	padding: 9px 20px;
	margin-bottom: 5px;
	text-decoration: none;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	position: relative;
}

ul.pageNavList li>a:hover,
ul.pageNavList li>a:active {
	color: #000;
	background: rgba(255, 255, 255, 0.6);
}

ul.pageNavList li.sel>a,
ul.pageNavList li.sel>a:hover {}

ul.pageNavList li.lev2>a {
	padding-left: 40px;
	color: #000;
	background: rgba(102, 102, 102, 0.5);

}

ul.pageNavList li.lev2>a:hover,
ul.pageNavList li.lev2>a:active {
	background: rgba(255, 255, 255, 0.6);
}

/*headings*/
.copy h2 {
	font-size: 26px;
	line-height: 28px;
	color: #000;
	margin: 15px 0 10px 0;
}

.copy h3 {
	color: #000;
	font-size: 19px;
	line-height: 22px;
	margin: 15px 0 10px 0;
}

.copy h4 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0 10px 0;
}

/*paragraphys*/
.copy {
	font-size: 16px;
	line-height: 22px;
	padding-top: 15px;
}

.copy p .btn {
	text-decoration: none;
}

/*blockquotes*/
.copy blockquote {
	padding: 15px 30px 10px;
	margin: 10px 30px 20px;
	border-left: 5px solid #ed1c21;
	font-size: 20px;
	line-height: 32px;
	background: #666666;
}

/*lists*/
.copy ul {
	padding: 0 40px 15px 25px;
}

.copy .product_details ul {
	padding: 20px 40px 20px 0px;
}

.copy ul li {
	padding: 0 0 5px 25px;
	position: relative;
}

.copy .product_details ul li {
	font-weight: 500;
}

.copy ul li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: black;
	font-size: 8px;
	position: absolute;
	z-index: 10;
	left: 4px;
	top: 0;
}

.copy ol {
	padding: 0 40px 15px 20px;
}

.copy ol li {
	padding: 0 0 7px 5px;
}

/*images*/
.copy img {
	max-width: 100%;
	height: auto;
	margin: 10px 0 10px 0;
}


/*locations*/

.copy .locationsList {
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.copy .locationsList li {
	width: 32%;
	padding: 20px;
	float: left;
	margin: 30px 1% 0 0;
	background-color: whitesmoke;
	border: 1px solid #e4e4e4;
}

.copy .locationsList li:before {
	display: none;
}

.copy .locationsList li * {
	padding: 0;
}

.copy .greyBox.locations .btnHolder {
	text-align: left;
	position: absolute;
	z-index: 10;
	bottom: 35px;
	left: 25px;
}

.copy .locationsList li.highlighted {
	background: black;
	color: #fff;
}

.copy .locationsList li.highlighted h3 {
	color: white;
}

.copy .locationsList li.highlighted a,
.copy .locationsList li.highlighted span {
	color: #e31d1a;
}

.copy .locationsList li.highlighted a {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*SIDEITEMS
**********************************************************/
.sideItemsList>li>.inner {
	background: #666666;
	padding: 20px;
	text-align: center;
}

.sideItemsList>li>a {
	text-decoration: none;
	color: #fff;
}

.sidebar .sideItemsList>li {
	width: 100%;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}

.sideItemsList>li>.inner .btn:hover {
	background: #ed1c21;
}

.sideItemsList>li>a.inner:hover {
	box-shadow: 0px 1px 3px 0px rgba(237, 28, 33, 0.75);
}

body.inverted .sideItemsList>li>.inner p {
	color: #a7a9ac;
}

/*TABS
****************************************************/
a.toggleTabs {
	display: none;
}

body .content .copy .tab-container {
	margin: 20px 0;
	border: 1px solid #eee;
}

body .content .copy .tab-container ul.etabs {
	margin: 0 -5px;
	padding: 0;
	width: 100%;
	display: block;
}

body .content .copy ul.etabs:before,
body .content .copy ul.etabs:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

body .content .copy ul.etabs:after {
	clear: both;
}

body .content .copy .tab-container ul.etabs li {
	margin: 0;
	padding: 0;
	background-image: none;
	border: 0;
	display: table-cell;
	width: 1%;
	position: relative;
	left: 5px;
	right: 5px;
}

body .content .copy .tab-container div.copy li {
	padding: 0;
}

body .content .copy .tab-container ul.etabs li:before,
body .content .copy .tab-container div.copy li:before,
body .content .copy .tab-container div.copy li a:nth-of-type(2) {
	content: "";
	display: none;
}

body .content .copy .tab-container div.copy li a {
	position: relative;
	display: inline-block;
	padding: 4px 10px;
	margin: 20px 0 0 0;
	color: black;
	border: 1px solid transparent;
	background: #eaeaea;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

body .content .copy .tab-container div.copy li a:hover {
	border: 1px solid #b9b9b9;
	background-color: transparent;
	color: black;
}

body .content .copy .tab-container ul.etabs a {
	display: block;
	background: transparent;
	width: 96%;
	text-decoration: none;
	padding: 12px 20px;
	text-align: center;
	font-size: 16px;
	color: #4d4d4d;
	position: relative;
	text-transform: uppercase;
}

body .content .copy .tab-container ul.etabs .active {
	background-color: whitesmoke;
}

body .content .copy .tab-container ul.etabs .active a {
	background: transparent;
	color: #ed1c21;
	border-bottom-color: #ed1c21;
	position: relative;
}

body .content .copy .tab-container ul.etabs .active a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: inherit;
	padding-left: 0.5em;
	position: relative;
	top: 0;
	left: 0;
}

body .content .copy .tab-container div#tabs4 li a:after {
	content: "\f1c1";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: inherit;
	padding-left: 0.5em;
	position: relative;
	top: 0;
	left: 0;
}

body .content .copy .tab-container div#tabs5 ul {
	padding: 0 0 10px;
}

body .content .copy .tab-container div#tabs5 ul li {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
}

body .content .copy .tab-container div#tabs5 ul li iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.row.sideItems {
	margin-top: 0px;
}

/*ACCORDION
****************************************************/
/*----- Accordion -----*/
.accordionWrap {
	margin-top: 20px;
}

.accordion {
	overflow: hidden;
	border-radius: 0px;
	background: whitesmoke;
}

.accordion-section {
	display: block !important;
}

/*----- Section Titles -----*/
.accordion-section-title {
	position: relative;
	width: 100%;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid white;
	background: #ececec;
	-webkit-transition: all linear 0.15s;
	transition: all linear 0.15s;
	/* Type */
	font-size: 16px;
	color: black;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.accordion-section-title:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 18px;
	position: absolute;
	top: 10px;
	right: 20px;
	-webkit-transition: transform .15s linear;
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
}

.accordion-section-title.active:after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.accordion-section-title.active,
.accordion-section-title:hover {
	background: #ed1c21;
	border-bottom: 1px solid #ed1c21;
	text-decoration: none;
	color: white;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding: 15px;
	display: none;
}


/*SIDETABS
****************************************************/
body:not(#home) #sideTabsContainer {
	display: none;
}

@media (min-width: 1024px) {
	.sideTabs {
		position: fixed;
		position: fixed;
		z-index: 20;
		top: 50%;
		margin-top: -160px;
		right: 54px;
		width: 0;
	}

	.sideTabs.open {
		width: 654px;
		right: 0px;
	}
}

.sideTabs {

	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}


@media (min-width: 1024px) {
	.sideTabs .btn-container {
		position: absolute;
		z-index: 4;
		top: 100px;
		left: -12px;
		/* IE 9 */
		/* Firefox */
		-webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
		/* Safari and Chrome */
		/* Opera */
		transform: rotate(-90deg);
		-webkit-transform-origin: 50% 53%;
	}

	.sideTabs.product-videos .btn-container {
		left: -38px;
		top: 16px;
	}
}

.sideTabs .btn-container {
	display: inline-block;
	background: rgb(122, 122, 122);
	filter: Alpha(opacity=70);
	background: rgba(122, 122, 122, 0.7);
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sideTabs .btn-container:hover {
	background: #ed1c21
}

.sideTabs .btn-container .btn {
	margin: 0;
	padding: 10px 20px;
	width: auto;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	background: none;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.sideTabs.open {
	z-index: 999;
}

@media (min-width: 1024px) {
	.sideTabs .tabContent {
		width: 600px;
		max-height: 60vh;
		padding: 30px 30px 10px 30px;
	}
}

.sideTabs .tabContent {
	position: relative;
	z-index: 5;
	margin-left: 55px;
	background-color: #ececec;
	overflow: auto;

	/*height: 240px;*/


	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
	color: #000000;
}

.fancybox-skin {
	background: rgba(0, 0, 0, 0.54);
	/* background: #ececec;*/
}

.sideTabs .tabContent h1,
.sideTabs .tabContent h2,
.sideTabs .tabContent h3 {
	color: inherit;
}

.sideTabs .tabContent p {
	color: inherit;
}

/*MARKETING
*******************************************************/
.overview-content {
	padding: 60px 0 0;
}

.overview-content p {
	line-height: 1.5;
}

/*FOOTER
*******************************************************/

footer {
	display: block;
	overflow: hidden;
	z-index: 5;
	margin-top: 40px;
}

footer legend {
	color: #b4b8bc;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}

footer .newsletterForm {
	margin: 0 -10px;
}

footer img {
	width: auto;
	max-width: 170px;
}

footer .contact span {
	display: block;
	overflow: hidden;
}

footer .contact i {
	float: left;
	clear: left;
	padding: 0 10px 0 0;
	position: relative;
	top: 6px;
	color: #6bc;
}

footer .bottom {
	background: #353535;
	padding: 30px 0;
	z-index: 5;
}

footer .bottom .row {
	margin-top: 20px;
}

footer .footerNavList {
	line-height: 40px;
	display: block;
	margin-top: 30px;
	float: left
}

footer .socialNavList {
	margin-top: 20px;
	display: block;
	float: right;
	line-height: 40px;
}

footer .footerNavList li {
	display: inline-block;
	vertical-align: middle;
}

footer .footerNavList li a {
	text-decoration: none;
	color: #999ea1;
	border-left: 1px solid #999ea1;
	padding: 0 8px;
}

footer .footerNavList li:first-child a {
	border: 0;
	padding-left: 0;
}

footer .contact {
	display: block;
	margin: 20px 0;
}

footer .contact>span {
	display: block;
	color: #999ea1;
}

footer .contact>span a {
	color: #999ea1;
	text-decoration: none;
}

/*FOOTER LINKS
*********************************************************/
.footer {
	background: #353535;
	color: white;
	padding-top: 20px;
}

.footer ul a {
	display: block;
	color: #222;
	font-weight: 400;
	font-size: 14px;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	position: relative;
}

.footer ul a:hover {
	color: #66bbcc;
}

.footer ul a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #66bbcc;
	font-size: 16px;
	position: absolute;
	top: 5px;
	left: 0;
}

/*PATH
**********************************************************/
div#path {
	padding: 10px 0 0;
	overflow: hidden;
	margin-left: 10px;
}

div#path li {
	float: left;
	padding: 0 6px 0 0;
}

div#path li a {
	font-size: 12px;
	display: inline-block;
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
}

div#path li.sel {
	background-image: none;
	padding-right: 0;
}

div#path li a:hover,
div#path li.sel a {
	text-decoration: none;
	color: #ed1c21;
}

div#path li:after {
	content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 12px;
	padding-left: 6px;
	color: #666666;
}

div#path li.sel:after {
	content: "";
}

.change_lg label {
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.header .text-right {
	float: right;
}

.change_country {
	position: relative;
	float: left;
	margin-right: 10px;
}

.change_pricelist {
	position: relative;
	float: left;
	margin-right: 5px;
}

.change_country .change_lg,
.change_pricelist .change_lg {
	border: 1px solid white;
	padding: 0 52px 0 10px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	position: relative;
}

.change_pricelist .change_lg {
	padding: 0 10px;
}

.change_country .change_lg li a.toggleCountry,
.change_pricelist .change_lg li a.togglePricelist {
	color: white;
	/*font-weight: 700;*/
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 28px;
}

.change_country .change_lg li a span.country_selection,
.change_pricelist .change_lg li a span.pricelist_selection {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid white;
}

.change_country .change_lg .countrySubMenu,
.change_pricelist .change_lg .pricelistSubMenu {
	position: absolute;
	right: -1px;
	top: 28px;
	background-color: white;
	padding: 1px;
	display: none;
}

.change_country.open .change_lg .countrySubMenu,
.change_pricelist.open .change_lg .pricelistSubMenu {
	display: block;
	z-index: 999;
}

.change_country .change_lg .countrySubMenu li a {
	margin-bottom: 1px;
	display: block;
}

.change_pricelist .change_lg .pricelistSubMenu li a {
	padding: 2px 5px;
	margin-bottom: 1px;
	display: block;
}

.change_country .change_lg img {
	width: 42px;
}

.change_country .change_lg select {
	cursor: pointer;
	background: #000;
	color: #a8b4b8;
	font-weight: normal;
	font-size: 12px;
	text-indent: 1px;
	text-overflow: '';
	border: none;
	appearance: none;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
}

@media(max-width: 960px) {
	.change_country .change_lg {
		margin-top: 14px;
	}
}

@media(max-width: 600px) {
	.change_country .change_lg li a.toggleCountry p {
		display: none;
	}

	.change_country .change_lg {
		padding: 0 21px;
	}
}

.banner {
	position: relative;
}

.banner>.row {
	margin-top: 0;
}

.bannerSlider {
	background: #a7a9ac;
}

.bannerSlider li:nth-of-type(1):after,
.bannerSlider li:nth-of-type(2):after,
.bannerSlider li:nth-of-type(3):after {
	content: '';
	background-repeat: no-repeat !important;
	position: absolute;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top: 46%;
	left: 50%;
	max-width: 100%;
}

.banner:after {
	content: '';
	background-image: url('../../images/layout/shadow2.png');
	width: 100%;
	height: 16px;
	bottom: -16px;
	position: absolute;
	z-index: 10;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#home .banner .image,
.banner .image,
#home .banner .iframeWrap {
	margin-top: 135px;
}

#home .banner .image,
#home .banner .iframeWrap {
	position: relative;
	padding: ;
	overflow: hidden;
	/* padding-bottom: 40%; */
	padding-bottom: 36%;
	background: black;
}

#home .banner .image>img {
	position: absolute;
	top: 0;
	left: 0;
	/* height: 100%; */
	width: 100%;
}

#home .banner .iframeWrap>iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.slider_product.slick-initialized .slick-slide {
	position: relative;
	border: solid 1px #eee;
}

.related_slider .slick-initialized .slick-slider {
	border: 0;
}

.related_slider .slick-track {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.related_slider .slick-slide {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

.related_slider .slick-track:after,
.related_slider .slick-track:before,
.related_slider .slick-slide:after,
.related_slider .slick-slide:before {
	content: normal;
}

body .related_slider .slick-prev,
body .related_slider .slick-next {
	margin-top: 0px;
	height: auto;
}

@media (max-width: 1200px) {
	body .related_products {
		max-width: 98%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.bannerSlider .slick-initialized .slick-slide {
	border: 0;
}

.slides .text {
	display: block;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	max-width: 100%;
	top: 50%;
	padding: 30px;
	position: absolute;
	right: auto;
	z-index: 10;
	text-align: center;
}

.slides .text h2 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
}

.slides .text.white {
	border: 6px solid white;
}

.slides .text.white h2 {
	color: white;
}

.slides .text.black {
	border: 6px solid black;
}

.slides .text.black h2 {
	color: black;
}

.slider_product .slick-slide {
	margin: 0 5px;
}

/* slick css
----------------- */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 50px;
	height: 110px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 99;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before,
.slick-next:before {
	font-family: 'FontAwesome';
	font-size: 70px;
	line-height: 1;
	opacity: .25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.slider_product .slick-prev {
	left: 10px;
}

.slick-prev {
	left: 100px;
}

.slick-prev:before {
	content: "\f104";
}

.slider_product .slick-next {
	right: 10px;
}

.slick-next {
	right: 100px;
}

.slick-next:before {
	content: "\f105";
}

.slick-dots {
	position: absolute;
	bottom: -30px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	z-index: 10;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
	font-family: 'FontAwesome';
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\f111";
	text-align: center;
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	color: #F00118;
}

.slick-dots li:before {
	content: url(../images/layout/slick-dots-bg-mid.png);
	position: absolute;
	left: -5px;
}

.slick-dots li:first-of-type:before {
	content: url(../images/layout/slick-dots-bg-left.png);
	position: absolute;
	left: -15px;
}

.slick-dots li:last-of-type:before {
	content: url(../images/layout/slick-dots-bg-right.png);
	position: absolute;
	right: -15px;
}

/* End Slick style */
.featured_products {
	/* background: white; */
	padding: 60px 0;
}

/* #home .featured_products {
	padding-bottom: 0;
} */
/* .featured_products >.row {
margin: 0 -2.5px;
width: auto;
max-width: none;
} */

/* products list **************************************/
/* standard*/
.row.products>.col.span4 {
	width: 24%;
	margin-right: 1.3333333333%;
	padding: 0;
}
@media (min-width: 992px) {
	.row.products>.col.span4:nth-child(4n+5) {
		clear: left;
	}
}

.row.products>.col.span4:nth-of-type(4n+4) {
	margin-right: 0;
}

/* best sellers */
.inner .row.products.bestsellers div.featured-product {
	width: 49%;
	margin-right: 1.3333333333%;
}

.inner .row.products.bestsellers div.featured-product img {
	width: 50%;
}

.inner .row.products.bestsellers>div:nth-of-type(4n+7),
.inner .row.products.bestsellers>div:nth-of-type(3) {
	margin-right: 0;
}

.row.products.bestsellers>.col.span4:nth-of-type(4n+4) {
	margin-right: 1.3333333333%;
	clear: both;
}

.row.products.accessoryfinder {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.products.accessoryfinder:before,
.row.products.accessoryfinder:after {
	display: none;
}

.row.products.accessoryfinder>.span4 {
	width: 12%;
	margin: 0;
}

@media (max-width: 1023px) {

	/*standard*/
	.row.products>.col.span4 {
		width: 32%;
		margin-right: 2%;
	}

	.row.products>.col.span4:nth-of-type(4n+4) {
		margin-right: 2%;
		clear: none;
	}

	.row.products>.col.span4:nth-of-type(3n+3) {
		margin-right: 0;
	}

	/* best sellers */
	.inner .row.products.bestsellers div.featured-product {
		width: 100%;
		margin-right: 0;
	}

	.inner .row.products.bestsellers div.featured-product img {
		width: 50%;
	}

	.inner .row.products.bestsellers>div:nth-of-type(4n+7),
	.inner .row.products.bestsellers>div:nth-of-type(3),
	.row.products.bestsellers>.col.span4:nth-of-type(4n+4),
	.row.products.bestsellers>.col.span4:nth-of-type(3n+3) {
		margin-right: 2%;
		clear: none;
	}

	.row.products.bestsellers>.col.span4:nth-of-type(3n+4) {
		margin-right: 0;
	}

	.row.products.accessoryfinder:before,
	.row.products.accessoryfinder:after {
		display: none;
	}

	.row.products.accessoryfinder>.span4 {
		width: 15%;
		margin: 0 !important;
	}
}

@media (max-width: 750px) {
	.row.products.accessoryfinder>.span4 {
		width: 20%;
		margin: 0 !important;
	}
}

@media (max-width: 650px) {

	/*standard*/
	.row.products>.col.span4 {
		width: 49%;
		margin-right: 2%;
	}

	.row.products>.col.span4:nth-of-type(3n+3) {
		margin-right: 2%;
	}

	.row.products>.col.span4:nth-of-type(even) {
		margin-right: 0;
	}

	/* best sellers */
	/* .inner .row.products.bestsellers div.featured-product {
		width:49%;
		margin-right:2%;
	} */
	.inner .row.products.bestsellers div.featured-product img {
		width: 100%;
	}

	.inner .row.products.bestsellers div.featured-product .product_subtitle {
		display: none;
	}

	.row.products.bestsellers>.col.span4:nth-of-type(3n+4) {
		margin-right: 2%;
	}

	.row.products.bestsellers>.col.span4:nth-of-type(even) {
		margin-right: 0;
	}

	.row.products.accessoryfinder>.span4 {
		width: 20%;
	}
}

@media (max-width: 400px) {
	.row.products>.col.span4 {
		width: 100%;
		margin-right: 0;
	}

	.inner .row.products.bestsellers div.featured-product {
		width: 100%;
		margin-right: 0;
	}
}

.inner .row.products.bestsellers>div:nth-of-type(4n+7),
.inner .row.products.bestsellers>div:nth-of-type(3) .inner .row.products div.featured-product>a {
	background-color: white;
}

.inner .row.products div.featured-product .product_title {
	font-weight: 700;
	background-color: #E31D1A;
	padding-right: 160px;
}

/* .inner .row.products div.featured-product .product_title:after {
	content: 'BEST SELLER';
    border: 1px solid transparent;
    color: white;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    background: black;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 8px;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
} */
.inner .row.products div.featured-product .product_title .product_title__subtext {
	border: 1px solid transparent;
	color: white;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px;
	background: black;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 8px;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.inner .row.products div.featured-product .product_subtitle {
	display: block;
	float: right;
	width: 48%;
	background: transparent;
	color: black;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	padding: 20px 10px 35px 0;
	position: absolute;
	right: 0;
	bottom: 20px;
	top: 50px;
}

.inner .row.products div.featured-product .btn-buy {
	position: absolute;
	right: 10px;
	bottom: -10px;
	text-align: center;
	left: 0;
}

.featured_products>.row>.col {
	/*padding: 5px 2.5px;*/
}

.featured_products span {
	position: relative;
	display: block;
	color: black;
	z-index: 9;
	text-transform: uppercase;
	text-decoration: none;
	left: 10px;
}

.product_box {
	border: 1px solid lightgrey;
}

.featured_products a,
.product_box {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.featured_products .featuredWrap {
	border: 1px solid lightgrey;
	min-height: 300px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.featuredWrap .title {
	background: white;
	/* padding: 10px; */
}

.featuredWrap .title h1 {
	color: white;
	padding: 10px;
	background: black;
	text-transform: capitalize;
	margin-top: 0;
	padding-right: 65px;
	font-size: 18px;
	min-height: 78px;
	font-weight: 200;

}

.featuredWrap .title h2 {
	padding: 0 15px;
	color: black;
	clear: both;
	font-size: 14px;
	margin-top: 0;
	height: 35px;
	line-height: 18px;
	text-transform: capitalize;
	font-weight: 300;
	overflow: hidden;
}

.featuredWrap .title button {
	border: 1px solid transparent;
	color: white;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px;
	background: #F00118;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 10px;
	webkit-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.featuredWrap .title button:hover {
	background: white;
	color: black;
}

.hero_links {
	display: block;
	position: fixed;
	/*top: 70%;*/

	right: 0;
	width: 46px;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	z-index: 9999;
}

.hero_links ul {
	z-index: 9999;
	display: block;
	width: 100%;
}

.hero_links ul li {
	display: table-cell;
	background: rgb(122, 122, 122);
	filter: Alpha(opacity=70);
	background: rgba(122, 122, 122, 0.7);

	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero_links ul li:last-child {
	background: rgb(122, 122, 122);
	filter: Alpha(opacity=60);
	background: rgba(122, 122, 122, 0.6);
	left: 5px;
}

.hero_links ul li:hover {
	background: #ed1c21;
}

.hero_links ul li a {
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	background: none;
	text-decoration: none;
	display: block;
}

/* Product Pages
----------------------*/
body:not(.inverted) .contentWrap>.row,
.hero_pageTitle>.row {
	margin-top: 0;
}

.hero_pageTitle {
	/*background: #ed1c21;*/
	background: #353535;
	position: relative;
}

.hero_pageTitle:after {
	content: '';
	background-image: url('../../images/layout/shadow2.png');
	width: 100%;
	height: 16px;
	bottom: -16px;
	position: absolute;
	z-index: 10;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.hero_pageTitle #pageTitle {
	color: #fff;
	font-size: 24px;
	margin: 10px 0;
	font-weight: 200;
}

body:not(.inverted) div#path li a {
	font-size: 12px;
}

.row.products {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	/*padding-bottom: 100px;*/
}

.row.products>.col {
	padding-left: 10px;
	padding-right: 10px;
}

.product_box {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.product_box .products_img img {
	margin: 0;
}

.product_box:before {
	/* content:'VIEW';
	border: 1px solid transparent;
	    color: white;
	    padding: 0 10px;
	    font-size: 12px;
	    font-weight:700;
	    text-transform: uppercase;
	    border-radius: 2px;
	    background: #E31D1A;
	    height: 20px;
	    line-height:20px;
	    position: absolute;
	    top: 10px;
	    right: 8px;
	    opacity:0;
	    -webkit-transition: opacity 0.1s ease-in-out;
	    		transition: opacity 0.1s ease-in-out; */
}

.product_box__subtext {
	border: 1px solid transparent;
	color: white;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 2px;
	background: #E31D1A;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 8px;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.featured-product .product_box:before {
	content: '';
	display: none;
}

.product_box:hover:before,
.product_box:focus:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product_box .product_title {
	display: block;
	background-color: black;
	padding: 4px 8px;
	padding-right: 80px;
	color: #fff;
	font-weight: 200;
	font-size: 16px;
	text-decoration: none;
	min-height: 54px;
	text-transform: capitalize;
}

.product_box .product_subtitle {
	display: block;
	width: 100%;
	vertical-align: middle;
	background-color: white;
	padding: 23px 20px;
	color: black;
	font-size: 14px;
	min-height: 35px;
	line-height: 18px;
	text-transform: capitalize;
	font-weight: 300;
}

.inner .product_box .product_subtitle {
	display: none;
}

.item img {
	margin: 0 auto;
}

.slider_product_nav {
	display: block;
	position: relative;
	margin: 10px 0;
}

.related_slider .slick-prev,
.slider_product_nav .slick-prev {
	left: -45px;
}

.related_slider .slick-next,
.slider_product_nav .slick-next {
	right: -45px;
}

.slider_product_nav .slick-prev,
.slider_product_nav .slick-next,
.related_slider .slick-prev,
.related_slider .slick-next {
	height: 60px;
	width: 60px;
	margin-top: -30px;
}

.slider_product_nav .slick-prev:before,
.slider_product_nav .slick-next:before,
.related_slider .slick-prev:before,
.related_slider .slick-next:before {
	color: black;
	font-size: 60px;
}

.slider_product_nav .item {
	margin: 0 5px;
	cursor: pointer;
}

.productVideoModal {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6);
}

.productVideoModal .remodal-close,
.productVideoModal .remodal-close:before {
	left: auto;
	right: 0;
	color: black;
	background: white;
	background: rgba(266, 266, 266, 0.2);
}

.productVideoModal .bodyContent .copy>.row {
	margin-top: 0;
}

.productVideoModal .related_slider.productVideos .slick-prev,
.productVideoModal .related_slider.productVideos .slick-next {
	height: 40px;
	width: 40px;
	margin-top: -5px;
}

.productVideoModal .related_slider.productVideos .slick-prev:before,
.productVideoModal .related_slider.productVideos .slick-next:before {
	color: white;
	font-size: 40px;
}

.productVideoModal .related_slider.productVideos img {
	max-width: 100% !important;
	margin-bottom: 0;
}

#pageSubTitle {
	color: black;
	font-weight: 500;
	line-height: 10px;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
}

.prod_serie {
	display: block;
	margin: 0;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #4d4d4d;
	font-weight: 400;
	border-bottom: solid 2px whitesmoke;
}

ul.prod_list_det {
	padding-left: 0;
	padding-bottom: 30px;
	color: #4d4d4d;
}

.copy .prod_list_det li {
	font-size: 22px;
	font-weight: 300;
}

.copy .prod_list_det li:before {
	content: "\f068";
	color: #4d4d4d;
}

.tab-container .copy {
	overflow: hidden;
	padding: 20px;
	background-color: whitesmoke;
	/* border: 1px solid #e4e4e4; */
	border-top: 0;
}

.tab-container .copy h3 {
	font-weight: 600;
	font-size: 30px;
	display: block;
	margin: 25px 0 20px;
}

.related_products {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.related_slider {
	margin: 10px 25px;
}

.related_slider .item {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

.youtube_link {
	position: relative;
	z-index: 9;
}

.youtube_link .embedVideo {
	pointer-events: none;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	width: 100% !important;
}

h2.embedVideoTitle {}

.related_slider .item a {
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
}

.related_slider .item a:focus,
.related_slider .item:focus {
	outline: none;
}

.related_slider .item img {
	margin-bottom: 20px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.related_slider .item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.related_slider .item span {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	text-align: center;
	font-size: 18px;
	height: 40px;
	color: #4d4d4d;
}

.related_slider .item:hover span {
	color: #ed1c21;
}

.featured_holder {
	border-bottom: 2px solid #4d4d4d;
	display: block;
	margin: 10px 0;
	overflow: hidden;
	padding: 30px 0 20px;
	width: 100%;
}

.featured_holder .featured_img img {
	margin: 0 auto;
	width: 100%;
}

.featured_holder .featured_img {
	width: 25%;
	overflow: hidden;
}

.featured_holder .featured_content {
	width: 75%;
	overflow: hidden;
}

.featured_holder:nth-child(odd) .featured_img {
	float: left;
}

.featured_holder:nth-child(odd) .featured_img img {
	padding-right: 20px;
}

.featured_holder:nth-child(even) .featured_img {
	float: right;
}

.featured_holder:nth-child(even) .featured_img img {
	padding-left: 20px;
}

#stickycookiePolicy,
#stickyImpersonator {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	color: black;
	background: white;
}

#stickycookiePolicy {
	padding: 20px 10px;
	border-top: 1px solid lightgray;
	display: none;
}

#stickyImpersonator {
	padding: 20px 10px;
	border-top: 1px solid lightgray;
}

#stickycookiePolicy a {
	color: #ed1c21;
	text-decoration: none;
	border: 1px solid #ed1c21;
	border-radius: 2px;
	padding: 0 5px;
}

#stickycookiePolicy a+a {
	padding-left: 10px;
}

#stickycookiePolicy a:hover {
	background: #ed1c21;
	color: white;
}

.lev2.divider {
	display: none !important;
}

.copy.trade {
	margin-bottom: 30px;
}

.inverted .copy label {
	color: #fff;
	display: block;
	margin-top: 5px;
}

.inverted .copy .dataTables_wrapper label {
	color: inherit;
}

.inverted .copy form.formWizForm label {
	color: #0f0f0f;
}

#contact-us .onethirdright {
	max-width: 50%;
}

.slider_product_nav .item {
	border: solid 1px #eee;
}

.fancybox-inner .copy {
	overflow: hidden;
}

.fancybox-inner .copy .row {
	margin-top: 0px;
	padding: 0;
}

.fancybox-outer {
	/*background: #000;*/
}

body .copy h2.embedVideoTitle,
body.inverted .copy h2.embedVideoTitle {
	color: #fff;
	text-align: center;
}

h2.embedVideoTitle {
	font-size: 20px;
}

/* #mainvideo {
	position: relative;
	width: auto !important;
	height: 0 !important;
	overflow: hidden;
	padding-bottom: 60%;
} */
#mainvideo>iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #464646;
}

div.related_slider.productVideos .slick-slide {
	margin: 0 5px;
}

.related_slider {
	margin: 10px 0;
}

.related_slider .item {
	border: 1px solid #464646;
}

body form.formWizForm input.medium,
body form.formWizForm select.medium,
body input.tiny,
body input.small {
	border: 0;
	border-radius: 0;
	border: 1px solid #000;

}

body form.formWizForm input[type=text].medium {
	border: 1px solid #000;
}

body form.formWizForm div.info {
	color: #000;
}

body div.emailIcon {
	display: none;
}

body div.emailIcon+input.medium {
	padding-left: 2px;
}

body input.submitBut {
	color: white;
	border: none;
}


/********************** new stuff *********************/

.nothome .banner img.bannerProductShot {
	width: auto;
	height: auto;
	float: right;
}

.nothome .banner {
	background-color: white;
}

.nothome .banner .row.fullwidth {
	max-width: 100%;
}

.nothome .banner .bannerTextOuter {
	display: table;
	height: 400px;
}

.nothome .banner .bannerTextInner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.nothome .banner .bannerTextInner h2 {
	border-bottom: 6px solid #E12826;
	padding-bottom: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.nothome .banner .bannerTextInner h3 {
	font-weight: 200;
}

#tab5 ul li {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}

.remodal-wrapper .iframeWrapper {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
}

.remodal-wrapper .iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 641px) {
	.remodal {
		max-width: 800px;
	}
}

#product-registration {
	margin-top: -100px;
}

#product-registration .row {
	margin: 0;
}

#product-registration .formWizForm .sp2 {
	width:calc(50% - 20px);
}

#product-registration .formWizForm .left.sp2 {
	/* float: none; */
}

#product-registration form.formWizForm input.medium,
#product-registration form.formWizForm select.medium {
	width: 100%;
	box-sizing: border-box;
	background-color: whitesmoke;
}

#product-registration input[type="text"] {
	background-color: whitesmoke;
}



/********************** Blog  *********************/
body#blog .dccom {
	max-width: 100%;
}

.blogList .title {
	padding: 0 15px;
}

body#blog .blogList .text {
	padding-bottom: 50px;
}

body#blog .blogList .more a {
	background-color: #f00000;
	bottom: 15px;
	color: white;
	display: inline-block;
	left: 15px;
	padding: 8px 15px;
	position: absolute;
}

body#blog .blogPostWrap .image .post-info {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	color: #fff;
}

body#blog .blogPostWrap .image h3 {
	background: transparent none repeat scroll 0 0;
	color: #fff;
	font-size: 21px;
	line-height: 31px;
	position: relative;
	padding: 0;
}

body#blog .content .blogPostSidebar .blogList>li {
	margin-bottom: 30px;
}

.blogPostWrap p:first-child {
	padding-top: 15px;
}

.side_actions {
	background: #ffffff none repeat scroll 0 0;
	display: block;
	margin: 10px 0;
	max-height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.2s ease-in-out 0s;
	transition: max-height 0.2s ease-in-out 0s;
}

.side_actions.open {
	max-height: 500px;
}

ul.share-buttons {
	list-style: outside none none;
	padding: 0 !important;
	text-align: center;
}

ul.share-buttons li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.stButton {
	margin-left: -32px !important;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.content .share-buttons li {
	padding: 0 0 5px 20px;
}

.share_block li>span {
	font-size: 30px;
	padding: 15px !important;
}

ul.share-buttons .fa:hover {
	color: #e31d1a;
}

body .blog-post-NewComment {
	margin-top: 0;
}

body .blog-post-NewComment,
body .blog-post-NewCommentForm {
	padding: 15px;
}

body .blog-post-NewCommentForm {
	padding-bottom: 40px;
}

body .blog-post-Comments {
	padding: 0;
}

body#blog .blogPostMain h2 {
	color: #000;
}

body#blog .blogPostMain .blog-post-NewComment h2 {
	margin: 0 0 5px;
}

.copy a.btn-addComment,
.copy a#addComment-reply {
	background: #000 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	padding: 10px 20px;
}

.copy a.btn-addComment:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.copy a#addComment-reply {
	position: relative;
	top: 15px;
}

#messageBg {
	position: relative;
	padding: 15px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#messageBg .fa-check-circle-o {
	position: absolute;
	top: 17px;
	left: 5px;

}

#messageBg .close {
	position: absolute;
	top: 17px;
	right: 5px;
}

#messageBg a.btn {
	margin-top: 10px;
}


/* media Queries
**************************************************************************************************/
.togglePageNav,
.toggleNav {
	display: none;
}

@media all and (max-width: 1100px) {
	.mainNavList {
		padding-left: 210px;
	}
}

@media all and (max-width: 1023px) {
	.mainNavList>li {
		padding: 0 10px;
	}

	.header .searchWrap {
		height: 0;
	}

	#home .banner .image,
	#home .banner .iframeWrap,
	.banner .image {
		margin-top: 0;
	}

	.featured_products>.row>.col {
		width: 50%;
		margin-bottom: 20px;
	}
	footer .newsletterForm .span3,
	footer .newsletterForm .span20pc {
		width: 100%;
		margin-bottom: 10px;
	}

	.nothome #wrap {
		margin-top: 0;
	}

	.inner .row.products div.featured-product .product_subtitle {
		font-size: 18px;
		line-height: 26px;
	}
}

@media all and (min-width: 961px) and (max-width: 1023px) {
	.header>.row.max.blackBside:after {
		display: none;
	}
}

@media all and (max-width: 960px) {
	body {
		font-size: 16px;
	}

	.togglePageNav,
	.toggleNav {
		display: block;
	}

	.nothome #wrap {
		margin-top: 0;
	}

	.header {
		position: fixed;
	}

	.header,
	.header>.row.max {
		height: 90px;
	}

	.toggleNav {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		background-color: transparent;
		border: 0;
	}

	.toggleNav i {
		color: white;
		font-size: 40px;
	}

	.mainNav {
		position: fixed;
		top: 90px;
		padding: 0;
		bottom: 0;
		/* height:100%; */
		margin-top: 0;
		background-color: black;
		width: 100%;
		right: 0;
		border-left: 10px solid #e31d1a;
		overflow-y: auto;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: transform .25s ease-in-out;
		-webkit-transition: -webkit-transform .25s ease-in-out;
		transition: -webkit-transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	}

	.mainNav.open {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

	}

	.mainNavList {
		padding-left: 0;
	}

	.mainNavList li {
		float: none;
	}

	.mainNavList>li {
		padding: 0;
		/* height: 0; */
	}

	.mainNavList li ul.subNavList1:before {
		display: none;
	}

	.mainNavList li:first-of-type>a {
		/*display: none;*/
	}

	.mainNavList>li:last-child {
		clear: both;
	}

	.mainNavList li.navwhere-to-buy a,
	.mainNavList li.navcontact-us a {
		color: whitesmoke;
		border-bottom: 0;
		margin-bottom: 1px;
		padding: 10px;
		background-color: #353535;
		font-weight: 700;
		position: relative;
		text-transform: uppercase;
		display: block;
		color: white;
	}

	.mainNavList li ul.subNavList1 {
		width: 100%;
		padding: 0;
	}

	.header h1 a {
		width: 130px;
		height: 80px;
		top: 0;
		left: 0;
	}

	.header .socialNavList {
		margin-right: 50px;
		padding-top: 14px;
	}

	.header .change_lg {
		/* padding-right:50px; */
	}

	.header .searchWrap.open {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#wrap,
	footer {
		-webkit-transform: translate3d(0, 90px, 0);
		transform: translate3d(0, 90px, 0);
		-webkit-transition: transform .25s ease-in-out;
		-webkit-transition: -webkit-transform .25s ease-in-out;
		transition: -webkit-transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	}

	#wrap.slide,
	footer.slide {
		-webkit-transform: translate3d(-320px, 90px, 0);
		transform: translate3d(-320px, 90px, 0);
	}

	.sub-menu>li.haschildren>ul {
		display: none;
	}

	.sub-menu>li.haschildren>ul.open {
		display: block;
	}

	.wrap_menu li a {
		color: whitesmoke;
		border-bottom: 0;
		margin-bottom: 1px;
		padding: 10px;
		background-color: #353535;
	}

	.sub-menu>li.haschildren>ul li a {
		background-color: #565656;
	}

	.menuFeaturedProduct {
		display: none;
	}

	.mainNavList>li.navproducts>span.productCategoryGroup {
		display: none;
	}

	.subNavList1 span.productCategoryGroup {
		background-color: #353535;
		margin-bottom: 1px;
		padding: 10px;
		cursor: pointer;
		position: relative;
	}

	.subNavList1 span.productCategoryGroup:after {
		content: "\f067";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: inherit;
		font-size: inherit;
		position: absolute;
		top: 0;
		right: 0;
		border-left: 1px solid black;
		padding: 10px 20px;
	}

	.subNavList1 span.productCategoryGroup.active:after {
		content: "\f068";
	}

	footer .footerNavList {
		float: none;
	}

	footer .footerNavList li {
		display: block;
	}

	footer .footerNavList li:first-child a {
		padding: 0 10px;
	}

	footer .footerNavList li a {
		display: block;
		background: black;
		padding: 0 10px;
		border-left: 0;
		margin-bottom: 1px;
	}

	.copy .locationsList li {
		width: 48%;
	}

	.bannerOverlayText .overlay.left {
		width: 70%;
		margin-left: 2%;
	}

	.bannerOverlayText h2 {
		font-size: 70px;
		line-height: 60px;
	}
}

@media all and (max-width: 850px) {

	#home .banner .image,
	#home .banner .iframeWrap {
		/* padding-bottom: 45%; */
		padding-bottom: 36.5%;
	}
}

@media all and (max-width: 765px) {
	.nothome .banner img.bannerProductShot {
		float: none;
		margin: auto;
	}

	.nothome .banner .bannerTextOuter {
		height: 200px;
	}

	#product_spec .row.products .col.span7,
	#product_spec .row.products .col.span5 {
		width: 100%;
	}

	.bannerOverlayText h2 {
		font-size: 50px;
		line-height: 40px;
	}

	.bannerOverlayText .overlay.left {
		width: 100%;
	}

	body#blog .blogPostWrap .image .post-info {
		position: relative;
	}

	.side_actionBtns>.btn {
		box-sizing: border-box;
		font-size: 14px;
		padding: 9px;
		text-align: center;
		width: 31%;
	}
}

@media (max-width: 716px) {
	.bannerOverlayText {
		top: 40px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width: 700px) {
	.copy .locationsList li {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#home .banner .image,
	#home .banner .iframeWrap {
		padding-bottom: 100%;
	}
}

@media all and (max-width: 650px) {
	.row .products .span5 {
		width: 100%;
	}

	.bannerOverlayText .overlay.left {
		width: 96%;
		padding: 0 2%;
	}
}

@media all and (max-width: 600px) {
	.featured_products>.row>.col {
		width: 100%;
		margin-bottom: 20px;
	}

	#QuickSearch .inner .box a span.title {
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width:580px) {
	.inner .row.products div.featured-product .product_subtitle {
		float: none;
		position: relative;
		width: 98%;
		left: 2%;
		top: 0;
		padding-bottom: 10px;
	}

	.inner .row.products div.featured-product .btn-buy {
		display: none;
	}

	.inner .row.products div.featured-product img,
	.product_box .products_img img {
		width: 100%;
	}

	.row.products>.col.span4 {
		width: 100%;
		margin-right: 0;
	}

	.row.products.accessoryfinder>.span4 {
		width: 30%;
	}

	.bannerOverlayText h2 {
		font-size: 30px;
		line-height: 26px;
		margin: 0;
	}

	.bannerOverlayText h3 {
		font-size: 18px;
	}

	footer .contact {
		margin-bottom: 0;
	}

	footer .col.span6,
	footer .col.span4 {
		width: 100%;
		margin-bottom: 0;
		text-align: left;
	}

	footer .text-right {
		text-align: left;
	}

}

@media (max-width: 520px) {
	.header .socialNavList {
		display: none !important;
	}

	.header .change_lg {
		margin-right: 36px;
	}
}

@media (max-width: 420px) {
	.inner .row.products div.featured-product .product_subtitle:after {
		display: none;
	}

	.row.products.accessoryfinder>.span4 {
		width: 50%;
	}

	.side_actionBtns>.btn {
		width: 100%;
	}
}

.no-script.modal-backdrop.fade.in {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	z-index: 10000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000
}

.modal.fade.in.no-js {
	background: rgba(0, 0, 0, .8);
	bottom: auto;
	display: block;
	left: 0;
	padding: 30px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10000
}

.modal.fade.in.no-js .noscriptmsg {
	font-size: 1.25em;
	color: #fff;
	margin-bottom: 20px
}

input.modal-closing-trick {
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 1110
}

input.modal-closing-trick:checked~div {
	display: none !important
}

/* ***************************************************
/* sigma page
/* **************************************************/

.sigma-logo-only {
	display: none;
}

.sigma-page .header .text-right,
.sigma-page .mainNav,
.sigma-page .toggleSearch,
.sigma-page .footer,
.sigma-page footer .bottom,
.sigma-page .sigma-logo-only span {
	display: none;
}

.sigma-page .sigma-logo-only {
	display: block;
}

@media(min-width: 576px) {
	.sigma-page .sigma-logo-only span {
		display: block;
		position: absolute;
    	top: 34px;
    	left: 172px;
	}
}
@media(min-width: 992px) {
	.sigma-page .sigma-logo-only span {
    	top: 54px;
		left: 260px;
		font-size: 22px;
	}
}

.sigma-page #path {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	left: -20000px;
}

.sigma-page .sigma-website-link a {
	padding: 14px 25px;
    background: black;
    display: inline-block;
}

.sigma-page .header h1 a {
	width: 229px;
	height: 108px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/layout/sigma-logo.jpg') 0 0 no-repeat;
	float: left;
	position: absolute;
	background-size: 100%;
	top: 13px;
	/* pointer-events:none; */
}

@media(max-width:960px) {
	.sigma-page .header h1 a {
		width: 150px;
		height: 71px;
		top: 10px;
		left: 10px;
	}
}

form li:before {
	content: none !important;
}

.sigma-page footer {
	height: 50px;
	background-color: black;
}

/* form */
.field-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/* gdlogin */

body .gdLogin_wrap {
	background-color: #3535356b;
}

body .gdLogin_helper {
	background-color: black;
}

/* trade login
*******************************************************/

/* dashboard */

.trade--dashboard div[class*="span4"] a {
	padding: 50px 15px;
	width: 100%;
}

.trade--dashboard a[href="/cart_logout/"] {
	background: #e31d1a;
}


/* label */

.trade--dashboard .dataTables_wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}

/* search */

.trade--dashboard .dataTables_filter input[type="search"] {
	border: 1px solid #aaaaaa;
    padding-left: 10px;

}

/* select */

.trade--dashboard .dataTables_wrapper label select {
    margin: 0 10px;
}

/* btn in tables */

.trade--dashboard td .btn {
	margin: 0;
	width: 100%;
	padding: 6px 10px;
	background-color: #e31d1a;
}

/* pagination */

.trade--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.trade--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: none;
	background-color: #b2b2b2;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	padding: 0;
	height: auto;
}

.trade--dashboard .dataTables_wrapper .dataTables_info {
	font-size: 14px;
}

.trade--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 14px;
}

@media (max-width: 480px) {
	.remodal {
		padding: 35px 15px;
	}
	.remodal-wrapper .iframeWrapper {
		min-height: 70vh;
	}
	#product-registration .formWizForm .sp2 {
		width: 100%;
		float: left;
		margin: 0px;
	}
	#product-registration .content {
		padding: 0px 8px;
	}

}
