/*
Theme Name: 7thVision Theme 2017
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2017
*/

/*________ GLOBAL ELEMENTS ________*/

@import url('frontend/css/devs-form.css');

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
abbr[title],
acronym[title] {
	text-decoration: none;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	color: #f5a534;
	text-decoration: none;
}
a:hover {
	color: #f5a534;
	text-decoration: underline;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #979797;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;

	/*background: #000 url(images/bg-body-main.jpg) no-repeat top;*/
	background-color: #1c1c1c;
}

.wrapper {
	width: 100%;
	max-width: 980px;
	max-width: 61.25rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.large {
	max-width: 1240px;
	max-width: 77.5rem;
}
.wrapper.full {
	max-width: 100%;
}
.wrapper.noPadding {
	padding: 0;
}
.ie .wrapper {
	width: 980px;
}

.bgWrapper {
	background: #000 url(images/bg-body.jpg) repeat;
}

/*________ HEADER & NAV ________*/


.header {
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;

}
.header .logo {
	width: 100%;
	max-width: 204px;
	max-width: 12.75rem;
	margin: 0 auto;
}
.header .logo img {
	width: 100%;
	height: auto;
}

.header .headerInfo {
	display: none;
}

.navContainer {
	width: 100%;
	position: relative;
	z-index: 900;
	height: 60px;
	height: 3.75rem;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;

	background: #f5a433;
	background: -moz-linear-gradient(top, #f5a433 0%, #f0781a 100%);
	background: -webkit-linear-gradient(top, #f5a433 0%,#f0781a 100%);
	background: linear-gradient(to bottom, #f5a433 0%,#f0781a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a433', endColorstr='#f0781a',GradientType=0 );
}
.navContainer .wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
}

.navToggle {
	transition: background 0.3s;
	overflow: hidden;
	position: relative;
	background: transparent;
	width: 40px;
	width: 2.5rem;
	float: right;
	display: block;

	-webkit-order: 2;
	order: 2;
}
.navToggle span.icon {
	position: absolute;
	top: 12px;
	top: 0.75rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #000;
	transition: background 0s 0.3s;
	display: block;
}
.navToggle span.icon::before,
.navToggle span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #000;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.navToggle span.icon::before {
	top: -10px;
	top: -0.625rem;
	transition-property: top, transform;
}
.navToggle span.icon::after {
	bottom: -10px;
	bottom: -0.625rem;
	transition-property: bottom, transform;
}
.navToggle.toggled span.icon {
	background-color: transparent;
}
.navToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}

.navToggle span.text {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	color: #000;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
	text-shadow: 0px 1px 0px #dea857;
}

.mainNav {
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 80px;
	top: 5rem;
	left: 0;
	width: 100%;
	padding: 0 20px;
	padding: 0 1.25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.mainNav.show {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.mainNav.show:after {
	content: '';
	display: block;
	width: 100%;
	width: calc(100% - 32px);
	width: calc(100% - 2rem);
	height: 100%;
	top: 0;
	border-radius: 6px;
	border-radius: 0.375rem;
	left: 16px;
	left: 1rem;
	position: absolute;
	-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
	box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
	z-index: 1;
}

.mainNav li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #f5a433;
	position: relative;
	list-style: none;
	z-index: 2;
}

.mainNav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	padding: 0 1.25rem;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-shadow: 0px 1px 0px #dea857;
	font-family: 'Play', Arial, Verdana, Sans Serif;
	text-transform: uppercase;
}
.mainNav li.menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 24px;
	top: 1.5rem;
	margin: 0 0 0 4px;
	margin: 0 0 0 0.25rem;

	border: 4px solid transparent;
	border: 0.25rem solid transparent;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* First Level */

.mainNav > li {
	background-color: #f0781a;
	background-color: rgba(240, 120, 26, 0.95);
}

.mainNav > li > a {
	line-height: 50px;
	line-height: 3.125rem;
}
.mainNav > li:first-child {
	border-radius: 6px 6px 0 0;
	border-radius: 0.375rem 0.375rem 0 0;
	overflow: hidden;
}
.mainNav > li:last-child {
	border-radius: 0 0 6px 6px;
	border-radius: 0 0 0.375rem 0.375rem;
	overflow: hidden;
	border-bottom: none;
}
.mainNav > li:last-child ul {
	border-radius: 0 0 6px 6px;
	border-radius: 0 0 0.375rem 0.375rem;
	overflow: hidden;
}

/* Second Level */

.mainNav li ul {
	display: none;
	background-color: #f28b25;
}
.mainNav li.hover > ul {
	display: block;
}
.mainNav ul {
	width: 100%;
	position: relative;
}
.mainNav li.menu-item-has-children > a:after {
	border-color: transparent;
	border-top-color: #fff;
}
.mainNav li.menu-item-has-children.hover > a:after {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	margin-left: 6px;
	margin-left: 0.375rem;
	top: 22px;
	top: 1.375rem;
}
.mainNav ul li {
	border-bottom: none;
}
.mainNav ul a {
	padding-left: 32px;
	padding-left: 2rem;
	line-height: 36px;
	line-height: 2.25rem;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Third Level */

.mainNav ul ul a {
	padding-left: 48px;
	padding-left: 3rem;
}

/* Product Level */

.mainNav li .productNav {
	display: none;
}
.mainNav li.hover .productNav {
	display: block;
}
.mainNav li .productNav ul {
	display: block;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.mainNav li .productNav ul li.title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 40px;
	line-height: 2.5rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 10px;
	padding: 0 0.625rem;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	font-family: 'Play', Arial, Verdana, Sans Serif;
	background-color: #d76a0f;
}
.mainNav li .productNav ul li a {
	line-height: 2;
}






/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {

}
.content {
}

.content h1,
.content .h1,
.content h2,
.content .h2,
.content h3,
.content .h3,
.content h4,
.content .h4,
.content h5,
.content .h5,
.content h6,
.content .h6 {
	line-height: 1.15;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-weight: 400;
	font-family: 'Play', Arial, Verdana, Sans Serif;
	color: #f5a534;
}
.content h1,
.content .h1 {
	font-size: 32px;
	font-size: 2rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	text-transform: uppercase;
}
.content h2,
.content .h2 {
	font-size: 28px;
	font-size: 1.75rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.content h3,
.content .h3 {
	font-size: 24px;
	font-size: 1.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.content h4,
.content .h4 {
	font-size: 20px;
	font-size: 1.25rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	font-weight: 700;
	font-family: Arial, Verdana, Sans Serif;
	text-transform: uppercase;
}
.content h5,
.content .h5 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	font-family: Arial, Verdana, Sans Serif;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	color: #f2f2f2;
}
.content h6,
.content .h6 {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans Serif;
	font-weight: 700;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
	font-size: 14px;
	font-size: 0.875rem;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
	line-height: 1.5;
	font-size: 14px;
	font-size: 0.875rem;
}
.content ul  {
	color: #c2c2c2;
	font-weight: 700;
}
.content ul ul,
.content ol ol {
	padding-bottom: 0;
}

.content ul li {
	background: url(/images/bg-ul-li.png) no-repeat;
	background-position: 0px 10px;
	background-position: 0px 0.625rem;
	padding: 0 0 0 10px;
	padding: 0 0 0 0.625rem;
	list-style: none;
}






.content blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
	margin: 0 0 20px 20px;
	margin: 0 0 1.25rem 1.25rem;
	border-left: 4px solid #222;
	border-left: 0.25rem solid #222;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content .tableContainer {
	overflow-x: auto;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.content .tableContainer table {
	min-width: 480px;
	margin-bottom: 0;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
	border-collapse: collapse;
}
.content table thead tr {}
.content table thead tr th {
	padding: 4px;
	padding: 0.25rem;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
}
.content table tbody tr {
	border-bottom: 1px dotted #2d2d2d;
}
.content table tbody tr td {
	padding: 6px 8px 6px 0;
	padding: 0.375rem 0.5rem 0.375rem 0;
	font-size: 14px;
	font-size: 0.875rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;
	width: 100%;
}

.content .titleContainer {
	border-bottom: 1px solid #2d2d2d;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.content .titleContainer h1 {
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}
.content .titleContainer h3 {
	font-size: 26px;
	font-size: 1.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.content .categoryNav {
	border-bottom: 1px solid #333;
	overflow: hidden;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.content .categoryNav a {
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
}


.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}

.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow a.pageNav {
	float: left;
}
.content .navBelow a.navNext {
	float: right;
}






/*________ CONTENT SHORTCODES ________*/





/*________ SIDEBAR ________*/

.sidebar {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 10px;
	padding: 0.625rem;

	background: -moz-linear-gradient(45deg, rgba(51,51,51,0) 29%, rgba(51,51,51,0.08) 40%, rgba(51,51,51,0.5) 100%);
	background: -webkit-linear-gradient(45deg, rgba(51,51,51,0) 29%,rgba(51,51,51,0.08) 40%,rgba(51,51,51,0.5) 100%);
	background: linear-gradient(45deg, rgba(51,51,51,0) 29%,rgba(51,51,51,0.08) 40%,rgba(51,51,51,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#80333333',GradientType=1 );
}


.sidebar .section {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.sidebar .section:last-child {
	padding-bottom: 0;
}

.sidebar .section h5,
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-size: 16px;
	font-size: 1rem;
}

.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	line-height: 1.5;
	padding: 8px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover {
	padding-left: 4px;
	padding-left: 0.25rem;
}




.sidebar .section.search form {
	position: relative;
}
.sidebar .section.search form .fieldContainer {
	overflow: hidden;
}
.sidebar .section.search form .fieldContainer label {
	display: none
}
.sidebar .section.search form .fieldContainer input[type="text"] {
	height: 40px;
	height: 2.5rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
	border: 1px solid #ddd;
}
.sidebar .section.search form button[type="submit"] {
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	right: 12px;
	right: 0.75rem;
	opacity: 0.8;
}
.sidebar .section.search form button[type="submit"]:hover {
	opacity: 1;
}
.sidebar .section.search form button[type="submit"] img,
.sidebar .section.search form button[type="submit"] svg {
	width: 100%;
	height: auto;
}
.sidebar .section.search form button[type="submit"] * {
	fill: #000;
}

.sidebar .content .sideProducts .product {
	overflow: hidden;
	padding: 0 10px 8px;
	padding: 0 0.625rem 0.5rem;
	border-bottom: 1px solid #2d2d2d;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.sidebar .content .sideProducts .product a:hover {
	color: #f07f1e;
	text-decoration: none;
}
.sidebar .content .sideProducts .product .thumbContainer {
	display: block;
	float: right;
	width: 80px;
	width: 5rem;
	margin: 0 0 12px 12px;
	margin: 0 0 0.75rem 0.75rem;
}
.sidebar .content .sideProducts .product h5 {
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}
.sidebar .content .sideProducts .product p {
	font-size: 12px;
	font-size: 0.75rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}
.sidebar .content .sideProducts .product a.moreInfo {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	display: inline-block;
}






/*________ FOOTER ________*/

.promos .flexBlocks {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}
.promos .flexBlocks .flexBlock {
	padding: 0 10px 20px;
	padding: 0 0.625rem 1.25rem;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.promos .flexBlocks .flexBlock a {
	display: block;
}
.promos .flexBlocks .flexBlock a img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}



.footer {
	width: 100%;
	clear: both;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer .top {
	background-color: #090909;
	border-top: 1px dotted #171717;
	border-bottom: 1px dotted #171717;
	padding: 4px 0;
	padding: 0.25rem 0;
}

.footer .footerNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.footer .footerNav li {
	list-style: none;
}
.footer .footerNav li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	padding: 0.625rem;
	color: #444444;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.footer .footerNav li a:hover {
	color: #f5a534;
}

.footer .bottom {
	padding: 20px 0;
	padding: 1.25rem 0;
}

.footer .copyright {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	line-height: 1.5;
}
.footer .copyright .icon {
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	width: 94px;
	width: 5.875rem;
}
.footer .copyright .icon img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
}
.footer .copyright p {
	width: 100%;
	text-align: center;
}
.footer .copyright p span {
	text-transform: uppercase;
	color: #f5a534;
	display: block;
}


.footer .partners {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;

	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}
.footer .partners .partner {
	padding: 0 10px 20px;
	padding: 0 0.625rem 1.25rem;
}
.footer .partners .partner a {
	display: block;
}
.footer .partners .partner a img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	width: 100%;
	height: auto;
}
.footer .partners .partner a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.footer .partners .partner.supercars a img {
	width: 62px;
	width: 3.875rem;
}
.footer .partners .partner.cams a img {
	width: 72px;
	width: 4.5rem;
}
.footer .partners .partner.speedcafe a img {
	width: 160px;
	width: 10rem;
}






/*________ LIGHT GALLERY ________*/

body .lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
	padding-top: 32px;
}
body .lg-outer .lg-toolbar {
	background-color: transparent;
}
body .lg-outer .lg-sub-html p {
	margin-top: 0;
}
body .lg-outer .lg-sub-html a {
	color: #fff;
	text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover {
	text-decoration: underline;
}


/*________ SLICK SLIDER ________*/


.slick-slider button.slick-prev,
.slick-slider button.slick-next {
	width: 32px;
	width: 2rem;
	height: 48px;
	height: 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: -9999px;
	background-color: #000;
	z-index: 100;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.slick-slider button.slick-prev {
	left: 0;
}
.slick-slider button.slick-next {
	right: 0;
}
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-prev:focus,
.slick-slider button.slick-next:hover,
.slick-slider button.slick-next:focus {
	background-color: #f5a433;
}
.slick-slider button.slick-prev:after,
.slick-slider button.slick-next:after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.slick-slider button.slick-prev:after {
	border-right-color: #fff;
	border-right-width: 6px;
	border-right-width: 0.375rem;
	right: 4px;
	right: 0.25rem;
}
.slick-slider button.slick-prev:hover:after,
.slick-slider button.slick-prev:focus:after {
	border-right-color: #000;
}
.slick-slider button.slick-next:after {
	border-left-color: #fff;
	border-left-width: 6px;
	border-left-width: 0.375rem;
	left: 4px;
	left: 0.25rem;
}
.slick-slider button.slick-next:hover:after,
.slick-slider button.slick-next:focus:after {
	border-left-color: #000;
}

.slick-slider .slick-dots {
	width: 100%;
	padding: 0;
	position: absolute;
	bottom: 8px;
	bottom: 0.5rem;
	left: 16px;
	left: 1rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.slick-slider .slick-dots li {
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
	list-style: none;
}
.slick-slider .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li button:hover {
	background-color: #f5a534;
}




/*________ MISC ________*/

.show-1340,
.show-1240,
.show-1140,
.show-1040,
.show-940,
.show-840,
.show-740,
.show-640,
.show-540,
.show-440,
.show-340 {
	display: none;
}

.backstretchThis {
	overflow: hidden;
}


a.button {
	border-radius: 6px;
	border-radius: 0.375rem;
	display: inline-block;
	text-transform: uppercase;
	background: #f5a534;
	padding: 6px 16px;
	padding: 0.375rem 1rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #000;
	text-shadow: 0px 1px 0px #dea857;
	font-weight: 400;
	text-decoration: none;
}
a.button:hover {
	color: #fff;
}


a.buttonLink {
	border-radius: 6px;
	border-radius: 0.375rem;
	display: inline-block;
	text-transform: uppercase;
	background: #f5a433;
	background: -moz-linear-gradient(top, #f5a433 0%, #f0781a 100%);
	background: -webkit-linear-gradient(top, #f5a433 0%,#f0781a 100%);
	background: linear-gradient(to bottom, #f5a433 0%,#f0781a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a433', endColorstr='#f0781a',GradientType=0 );
	padding: 5px 16px;
	padding: 0.3125rem 1rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #000;
	text-shadow: 0px 1px 0px #dea857;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
a.buttonLink:hover {
	color: #fff;
}

.injectSvg {
	overflow: hidden;
	display: none;
}
.injectSvg.injected-svg {
	display: block;
}

.ui-widget {
	font-family: inherit;
}

.mapContainer {
	position: relative;
	width: 100%;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.mapContainer .gm-style-cc {
	display: none;
}

.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.flexBlocks {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}


.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
	border:0;
	padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Incorportate icon on left (talk to az)*/
/*Incorportate close functionality on all feedback*/
.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 48px 0 20px;
	padding: 1rem 3rem 0 1.25rem;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
	position: relative;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 16px;
	padding: 0 0 1rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.feedback p span {
	display: block;
}
.feedback p .icon {
	margin-right: 12px;
	margin-right: 0.75rem;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
}
.feedback p .icon * {
	stroke: #fff;
}
.feedback p .icon img,
.feedback p .icon svg {
	width: 100%;
	height: 100%
}

.feedback ul {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.feedback .close {
	background-color: transparent;
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	top: 1rem;
	right: 20px;
	right: 1.25rem;
	border: 1px solid #fff;
}
.feedback .close:hover {
	background-color: #fff;
}
.feedback .close * {
	stroke: #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.feedback.positive .close:hover * {
	stroke: #26ba3b;
}
.feedback.warning .close:hover * {
	stroke: #ffa800;
}
.feedback.negative .close:hover * {
	stroke: #ee3333;
}
.feedback .close img,
.feedback .close svg {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

ul.socialNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
ul.socialNav li {
	list-style: none;
}
ul.socialNav li:not(:last-child) {
	padding-right: 10px;
	padding-right: 0.625rem;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 4px;
	border-radius: 0.25rem;
	overflow: hidden;
}
ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
ul.socialNav li.facebook a:hover span {
	background-color: #3b5998;
}
ul.socialNav li.twitter a:hover span {
	background-color: #238ccc;
}
ul.socialNav li.instagram a:hover span {
	background-color: #3f729b;
}
ul.socialNav li.youtube a:hover span {
	background-color: #cd201f;
}

ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: auto;
}
ul.socialNav li a span * {
	fill: #fff;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 60%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 60%;
}
ul.socialNav li.instagram a span svg,
ul.socialNav li.instagram a span img {
	max-width: 60%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
	max-width: 60%;
}



/*________ FORMS ________*/

form * {
	font-family: inherit;
	font-size: 14px;
	font-size: 0.875rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}

form.devsForm button[type="submit"].submit {
	border-radius: 6px;
	border-radius: 0.375rem;
	display: inline-block;
	text-transform: uppercase;
	background: #f5a433;
	background: -moz-linear-gradient(top, #f5a433 0%, #f0781a 100%);
	background: -webkit-linear-gradient(top, #f5a433 0%,#f0781a 100%);
	background: linear-gradient(to bottom, #f5a433 0%,#f0781a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a433', endColorstr='#f0781a',GradientType=0 );
	padding: 5px 16px;
	padding: 0.3125rem 1rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #000;
	text-shadow: 0px 1px 0px #dea857;
	font-weight: 700;
	color: #000
}
form.devsForm button[type="submit"].submit:hover {
	color: #fff;
}



/*________ WP IMAGES ________*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/*________ FRONT PAGE ________*/

.home .sliderContainer {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}
.home .sliderContainer .slider .slide {
	position: relative;
	display: none;
}
.home .sliderContainer .slider.slick-initialized .slide {
	display: block;
}
.home .sliderContainer .slider .slide img {
	width: 100%;
	height: auto;
}

.home .promos .wrapper {
	padding-left: 0;
	padding-right: 0;
}

.home .content {
	text-align: center;
}
.home .content h2 {
	text-transform: uppercase;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}
.home .content h2 span {
	font-size: 22px;
	font-size: 1.375rem;
	color: #ffe7bc;
	display: block;
	margin: 10px 0 -30px;
}


/*________ PRODUCT PAGE ________*/

.page-template-pages-products .content .productNav {
	width: 100%;
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}
.page-template-pages-products .content .productNav ul {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	background: #f28b25;
	width: 100%;
}
.page-template-pages-products .content .productNav ul li {
	background: none;
}
.page-template-pages-products .content .productNav ul li.title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 40px;
	line-height: 2.5rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 10px;
	padding: 0 0.625rem;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	font-family: 'Play', Arial, Verdana, Sans Serif;
	background-color: #d76a0f;
}
.page-template-pages-products .content .productNav ul li a {
	padding-left: 20px;
	padding-left: 1.25rem;

	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	padding: 0 1.25rem;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-shadow: 0px 1px 0px #dea857;
	font-family: 'Play', Arial, Verdana, Sans Serif;
	text-transform: uppercase;
	line-height: 2;
	font-size: 12px;
	font-size: 0.75rem;
}
.page-template-pages-products .content .productNav ul li a:hover {
	color: #fff;
}



/*________ PRODUCTS ARCHIVE PAGE ________*/

.archive .productContainer {
	display: none;
}



/*________ PRODUCTS SINGLE ________*/

.content .productContainer .topMedia .videoLink {
	margin: 0 auto 32px;
	margin: 0 auto 2rem;
	width: 160px;
	width: 10rem;
}
.content .productContainer .topMedia .videoLink a:hover img {
	opacity: 0.8;
}

.content .productContainer .msdsLink {
    background: url(images/icon-pdf.png) no-repeat center left;
    padding: 4px 2px 2px 20px;
    padding: 0.25rem 0.125rem 0.125rem 1.25rem;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    display: block;
}

.content .productContainer .relatedProducts {
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}
.content .productContainer .relatedProducts h3 {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
    border-bottom: 1px solid #2d2d2d;
}
.content .productContainer .relatedProducts .flexBlocks {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}
.content .productContainer .relatedProducts .flexBlocks .flexBlock {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	max-width: 160px;
	max-width: 10rem;
	padding: 0 10px 20px;
	padding: 0 0.625rem 1.25rem;
	text-align: center;
}
.content .productContainer .relatedProducts .flexBlocks .flexBlock img {
	margin: 0 auto 8px;
	margin: 0 auto 0.5rem;
}
.content .productContainer .relatedProducts .flexBlocks .flexBlock a:hover img {
	opacity: 0.8;
}


/*________ MOTORSPORT PAGE ________*/

.page-template-pages-motorsport .motorsportContainer {
	padding: 24px 0 24px;
	padding: 1.5rem 0 1.5rem;
	border-top: 1px solid #2d2d2d;
}

.page-template-pages-motorsport .motorsportContainer .flexBlocks {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock {
	padding: 0 10px 20px;
	padding: 0 0.625rem 1.25rem;

	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner {
	border: 1px solid #f28c26;
	text-align: center;
	overflow: hidden;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner > .backstretch {
	z-index: 4 !important;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner:hover > .backstretch {
	opacity: 0;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner .bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a {
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 6;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a span {
	display: block;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a .overlay {
	padding: 20px;
	padding: 1.25rem;
	height: 100%;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a .overlay img {
	width: 120px;
	width: 7.5rem;
	margin: 0 auto 12px;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a .overlay .text {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: 'Play', Arial, Verdana, Sans Serif;
	line-height: 1.15;
}
.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a:hover .overlay .text {
	color: #000;
}


/*________ GRID GIRLS PAGE ________*/

.page-template-pages-grid-girls .galleryContainer .galleryPost {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
.page-template-pages-grid-girls .content h3 {
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    font-size: 20px;
    font-size: 1.25rem;
}
.page-template-pages-grid-girls .galleryContainer .galleryPost .flexBlocks {
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-right: -5px;
	margin-right: -0.3125rem;
}
.page-template-pages-grid-girls .galleryContainer .galleryPost .flexBlocks .flexBlock {
	padding: 0 5px 10px;
	padding: 0 0.3125rem 0.625rem;
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	max-width: 33.33%;
}
.page-template-pages-grid-girls .galleryContainer .galleryPost .flexBlocks .flexBlock a {
	display: block;
}
.page-template-pages-grid-girls .galleryContainer .galleryPost .flexBlocks .flexBlock a img {
	width: 100%;
}
.page-template-pages-grid-girls .galleryContainer .galleryPost .flexBlocks .flexBlock a:hover img,
.page-template-pages-grid-girls .galleryContainer .galleryPost .flexBlocks .flexBlock a:focus img {
	opacity: 0.8;
}


/*________ POLE POSITION ________*/

.page-template-pages-pole-positions .positionCategoryNav form.devsForm {
	max-width: 240px;
	max-width: 15rem;
}
.page-template-pages-pole-positions .positionCategoryNav form.devsForm .fieldContainer select {
	height: 26px;
	height: 1.625rem;
}

.page-template-pages-pole-positions .seriesContainer {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.page-template-pages-pole-positions .positionCatContainer {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	overflow: hidden;
}
.page-template-pages-pole-positions .positionCatContainer h5 span {
	font-weight: 400;
	font-size: 12px;
	font-size: 0.75rem;
}
.page-template-pages-pole-positions .positionCatContainer .flexBlocks {
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-right: -5px;
	margin-right: -0.3125rem;
}
.page-template-pages-pole-positions .positionCatContainer .flexBlocks .flexBlock {
	padding: 0 5px 10px;
	padding: 0 0.3125rem 0.625rem;

	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.page-template-pages-pole-positions .positionCatContainer .position {
	width: 100%;
	background-color: #ffa525;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 10px;
	padding: 0.625rem;
	overflow: hidden;
}
.page-template-pages-pole-positions .positionCatContainer .position .thumbContainer {
	float: left;
	margin: 0 10px 0 0;
	margin: 0 0.625rem 0 0;
	width: 60px;
	width: 3.75rem;
}
.page-template-pages-pole-positions .positionCatContainer .position .thumbContainer img {
	width: 100%;
}
.page-template-pages-pole-positions .positionCatContainer .position .info {
	overflow: hidden;
}
.page-template-pages-pole-positions .positionCatContainer .position .info p {
	background-color: #e38c10;
	overflow: hidden;
	display: inline-block;
	-wekbit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 15px;
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 10px;
}
.page-template-pages-pole-positions .positionCatContainer .position .info h6 {
	color: #6e4100;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffc168;
	margin: 0;
}





/*________ CONTACT PAGE ________*/

.page-template-pages-contact .content .type-page .contactFormContainer {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	background-color: #222;
	padding: 20px;
	padding: 1.25rem;
}
.page-template-pages-contact .content .type-page .contactFormContainer .feedback.positive {
	margin-bottom: 0;
}

.page-template-pages-contact .g-recaptcha iframe {
    padding: 0px;
    padding: 0rem;
}

.page-template-pages-contact .g-recaptcha {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}


/*________ POLE ARCHIVES ________*/

.content .poleSection {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content .poleSection h4 {
	padding: 0 0 12px 20px;
	padding: 0 0 0.75rem 1.25rem;
	font-size: 16px;
	font-size: 1rem;
}

.content .poleSection .listContainer {
	overflow-x: auto;
	width: 100%;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.content .poleSection .listContainer ul {
	min-width: 640px;
	min-width: 40rem;
	padding-bottom: 0;
}
.content .poleSection ul {
	padding: 0 0 12px 20px;
	padding: 0 0 0.75rem 1.25rem;
	overflow: hidden;
}
.content .poleSection ul li {
	list-style: none;
	background: none;
	overflow: hidden;
	line-height: 1.8;
	font-weight: 700;
    color: #c2c2c2;
}
.content .poleSection ul li span {
	display: block;
	float: left;
}
.content .poleSection ul.positions li .rank {
	width: 10%;
}
.content .poleSection ul.positions li .driver {
	width: 70%;
	margin: 0 5% 0 0;
}
.content .poleSection ul.positions li .poles {
	width: 10%;
}

.content .poleSection ul.sitters li.endyear {
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	border-bottom: 1px dotted #2D2D2D;
}

.content .poleSection ul.sitters li .year {
	width: 10%;
}
.content .poleSection ul.sitters li .raceway {
	width: 30%;
}
.content .poleSection ul.sitters li .driver {
	width: 60%;
}

.content .poleSection ul li p.note {
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.1;
	padding-bottom: 0;
}



/*________ EVENTS PAGE ________*/

.page-template-pages-events .eventCatContainer table {
	table-layout: fixed;
}
.page-template-pages-events .eventCatContainer table td.date {
	width: 96px;
	width: 6rem;
}
.page-template-pages-events .eventCatContainer table td.round {
	width: 32px;
	width: 2rem;
}
.page-template-pages-events .eventCatContainer table td.title {
	color: #fff;
	font-weight: 700;
	min-width: 50%;
	min-width: calc(50% - 32px);
	min-width: calc(50% - 2rem);
}
.page-template-pages-events .eventCatContainer table td.location {
	min-width: 50%;
	min-width: calc(50% - 96px);
	min-width: calc(50% - 6rem);
}





/*________ FAQ TIPS PAGE ________*/

.videoTipsContainer .playerContainer .player {
	padding: 8px;
	padding: 0.5rem;
	background-color: #383838;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	overflow: hidden;
}
.videoTipsContainer .playerContainer .info h5 {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	text-transform: uppercase;
}


.page-template-pages-faq-tips .videoTipsContainer .flexBlocks {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock {
	padding: 0 10px 20px;
	padding: 0 10px 1.25rem;
	text-align: center;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner {
	display: block;
	background-color: #191919;
	padding: 4px;
	padding: 0.25rem;
	height: 100%;
	color: #676767;
	text-decoration: none;
	line-height: 1.35;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner span {
	display: block;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner .thumbContainer {
	position: relative;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner .thumbContainer:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border: 0.5rem solid transparent;
	border-right: none;
	border-left: 12px solid #fff;
	border-left: 0.75rem solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner:hover .thumbContainer:after {
	opacity: 0;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner .thumbContainer img {
	width: 100%;
	opacity: 0.5;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner:hover .thumbContainer img {
	opacity: 1;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner .subheading {
	text-shadow: 1px 1px 1px #0b0b0b;
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	text-transform: uppercase;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner .title {
	font-size: 12px;
	font-size: 0.75rem;
	color: #b6b6b6;
	border-radius: 4px;
	border-radius: 0.25rem;
	border: 1px solid #010101;
	padding: 6px 8px;
	padding: 0.375rem 0.5rem;
	background: #404040;
	background: -moz-linear-gradient(top, #404040 40%, #383838 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#404040), color-stop(60%,#383838));
	background: -webkit-linear-gradient(top, #404040 40%,#383838 60%);
	background: -o-linear-gradient(top, #404040 40%,#383838 60%);
	background: -ms-linear-gradient(top, #404040 40%,#383838 60%);
	background: linear-gradient(to bottom, #404040 40%,#383838 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#383838',GradientType=0 );
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock a.inner:hover .title {
	background-color: #000;
}
.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock .tipContent {
	display: none;
}


.page-template-pages-faq-tips .content .faqCatContainer {
	border-bottom: 1px solid #2d2d2d;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 12px;
	font-size: 0.75rem;
}





/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/


.single .videoTipsContainer .playerContainer {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}



/*________ WP PRINT ________*/

@media print {

}


/*________ RESPONSIVE ________*/

/* 340px */
@media (min-width: 21.25em) {

	/*________ MISC ________*/

	.hide-340 {
		display: none;
	}
	.show-340 {
		display: block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 50%;
	}



}

/* 440px */
@media (min-width: 27.5em) {

	/*________ CONTENT ________*/



	/*________ FOOTER ________*/

	.footer .copyright p span {
		display: inline;
	}
	.footer .copyright p span:before {
		content: '- ';
		color: #676767;
	}


	/*________ MISC ________*/

	.hide-440 {
		display: none;
	}
	.show-440 {
		display: block;
	}



	/*________ WP IMAGES ________*/

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 33.33%;
	}


	/*________ MOTORSPORT PAGE ________*/

	.page-template-pages-motorsport .motorsportContainer .flexBlocks {
		margin-left: -10px;
		margin-left: -0.625rem;
		margin-right: -10px;
		margin-right: -0.625rem;

		-webkit-justify-content: center;
		justify-content: center;

		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		align-content: stretch;
	}
	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner {
		height: 100%;
	}
	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a {
		height: 100%;
	}
	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a .overlay {
		height: 100%;
	}
}

/* 540px */
@media (min-width: 33.75em) {

	/*________ HEAER & NAV ________*/

	.mainNav li.hover .productNav {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}


	/*________ CONTENT ________*/

	.content h1,
	.content .h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
	.content h2,
	.content .h2 {
		font-size: 32px;
		font-size: 2rem;
	}



	/*________ FOOTER ________*/

	.promos .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
	.promos .flexBlocks .flexBlock a:hover img {
		-ms-transform: translate(0, -8px);
		-ms-transform: translate(0, -0.5rem);
		-webkit-transform: translate(0, -8px);
		-webkit-transform: translate(0, -0.5rem);
		transform: translate(0, -8px);
		transform: translate(0, -0.5rem);
	}


	/*________ MISC ________*/

	.hide-540 {
		display: none;
	}
	.show-540 {
		display: block;
	}



	/*________ WP IMAGES ________*/

	.alignleft,
	img.alignleft {
		display: inline;
		float: left;
		margin-right: 24px;
		margin-right: 1.5rem;
	}
	.alignright,
	img.alignright {
		display: inline;
		float: right;
		margin-left: 24px;
		margin-left: 1.5rem;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 25%;
	}


	/*________ FRONT PAGE ________*/

	.home .content {
		text-align: left;
	}


	/*________ PRODUCT PAGE ________*/

	.page-template-pages-products .content .productNav {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;

		max-width: 600px;
		max-width: 37.5rem;
		margin: 0 auto;

		-webkit-order: 1;
		order: 1;
	}

	.page-template-pages-products .content  .entryContent {
		-webkit-order: 2;
		order: 2;
	}

	.page-template-pages-products .content .productNav ul.interior {
		background: #f28b25 url(images/bg-nav-item-interior.jpg) top right no-repeat;
		background-size: 300px 160px;
		background-size: 18.75rem 10rem;
	}
	.page-template-pages-products .content .productNav ul.exterior {
		background: #f28b25 url(images/bg-nav-item-exterior.jpg) top right no-repeat;
		background-size: 300px 160px;
		background-size: 18.75rem 10rem;
	}
	.page-template-pages-products .content .productNav ul li.title {
		background-color: transparent;
	}


	/*________ FAQ TIPS PAGE ________*/

	.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}


	/*________ POLE POSITION ________*/

	.page-template-pages-pole-positions .positionCatContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}


	/*________ PRODUCTS SINGLE ________*/

	.content .productContainer .topMedia {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.content .productContainer .topMedia .productImage {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		flex-shrink: 1;
	}
	.content .productContainer .topMedia .videoLink {
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}

}

/* 640px */
@media (min-width: 40em) {




	/*________ MISC ________*/

	.hide-640 {
		display: none;
	}
	.show-640 {
		display: block;
	}

	/*________ WP IMAGES ________*/

	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 20%;
	}







	/*________ MOTORSPORT PAGE ________*/

	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}


	/*________ POLE POSITION ________*/

	.page-template-pages-pole-positions .positionCategoryNav {
		position: relative;
	}
	.page-template-pages-pole-positions .positionCategoryNav form.devsForm {
		position: absolute;
		top: 0;
		right: 0;
	}



	/*________ GRID GIRLS PAGE ________*/

	.page-template-pages-grid-girls .galleryContainer {
		display: -webkit-flex;
		display: flex;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		width: auto;

		margin-left: -20px;
		margin-left: -1.25rem;
		margin-right: -20px;
		margin-right: -1.25rem;
	}
	.page-template-pages-grid-girls .galleryContainer .galleryPost {
		padding: 0 20px 20px;
		padding: 0 1.25rem 1.25rem;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;

		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

}


/* 740px */
@media (min-width: 46.25em) {



	/*________ CONTENT ________*/

	.contentContainer.mainContent .wrapper {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		align-items: stretch;
	}

	.contentContainer.mainContent .wrapper > .content {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		flex-shrink: 1;
		padding-left: 40px;
		padding-left: 2.5rem;
		-webkit-order: 4;
		order: 4;

	}


	/*________ SIDEBAR ________*/

	.contentContainer.mainContent .sidebar {
		width: 280px;
		width: 17.5rem;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;

		-webkit-order: 2;
		order: 2;
	}




	/*________ FOOTER ________*/

	.footer .footerNav li {
		padding: 0 12px;
		padding: 0 0.75rem;
	}


	/*________ MISC ________*/

	.hide-740 {
		display: none;
	}
	.show-740 {
		display: block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 16.66%;
	}


	/*________ PRODUCTS PAGE ________*/

	.page-template-pages-products .content .type-page {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.page-template-pages-products .content .productNav {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 260px;
		width: 16.25rem;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		margin-right: 40px;
		margin-right: 2.5rem;
	}


	/*________ PRODUCT ARCHIVE PAGE ________*/

	.archive .productContainer {
		display: block;
	}


	/*________ CONTACT PAGE ________*/

	.page-template-pages-contact .content .type-page {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.page-template-pages-contact .content .type-page .contactFormContainer {
		width: 340px;
		width: 21.25rem;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		margin-left: 20px;
		margin-left: 1.25rem;
		margin-bottom: 40px;
		margin-bottom: 2.5rem;
	}


	/*________ FAQ TIPS PAGE ________*/

	.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}


	/*________ POLE POSITION ________*/

	.page-template-pages-pole-positions .positionCatContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}



}


/* 782px //should only be used for .admin-bar items */
@media (min-width: 48.875em) {

}


/* 840px */
@media (min-width: 52.5em) {

	/*________ HEADER & NAV ________*/

	body:after {
		display: block;
		content: '';
		position: absolute;
		top: 64px;
		top: 4rem;
		right: 0;
		width: 50%;
		z-index: 2;
		height: 50px;
		height: 3.125rem;
		background: #f5a433;
		background: -moz-linear-gradient(top, #f5a433 0%, #f0781a 100%);
		background: -webkit-linear-gradient(top, #f5a433 0%,#f0781a 100%);
		background: linear-gradient(to bottom, #f5a433 0%,#f0781a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a433', endColorstr='#f0781a',GradientType=0 );
	}
	body.admin-bar:after {
		top: 96px;
		top: 6rem;
	}

	.headerWrapper {
		position: relative;
		z-index: 4;
		margin-bottom: 32px;
		margin-bottom: 2rem;
	}


	.header {
		overflow: hidden;
	}
	.header .wrapper {
		position: relative;
	}
	.header .logo {
		float: left;
		width: 160px;
		width: 10rem;
		margin-top: 20px;
		margin-top: 1.25rem;
	}


	.header .headerInfo {
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
		right: 1.25rem;
	}



	.navContainer {
		position: absolute;
		top: 64px;
		top: 4rem;
		left: 288px;
		left: 18rem;
		height: 50px;
		height: 3.125rem;

		width: 100%;
		width: calc(100% - 288px);
		width: calc(100% - 18rem);
	}
	.navContainer:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: -60px;
		left: -3.75rem;
		width: 60px;
		width: 3.75rem;
		height: 50px;
		height: 3.125rem;
		background: url(images/bg-main-nav.png) top left no-repeat;
		background-size: contain;
	}
	.navContainer .mobileInfo {
		display: none;
	}

	.navContainer .wrapper {
		padding: 0 0 0 4px;
		padding: 0 0 0 0.25rem;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}


	.navToggle {
		display: none;
	}


	/* Solid MultiLevel Css Nav */
	.mainNav {
		position: relative;
		opacity: 1;
		height: auto;
		top: auto;
		left: auto;
		overflow: visible;
		padding: 0;
		width: auto;
		margin-bottom: 0;
	}
	.mainNav.show:after {
		display: none;
	}
	.mainNav li {
		border-bottom: none;
	}
	.mainNav a {

	}
	.mainNav a:hover {
		color: #fff;
	}

	/* Level 1 */
	.mainNav > li {
		float: left;
		width: auto;
		background-color: transparent;
	}
	.mainNav > li:first-child {
		border-radius: 0;
		overflow: visible;
	}
	.mainNav > li:last-child {
		border-radius: 0;
		overflow: visible;
	}
	.mainNav > li > a {
		line-height: 50px;
		line-height: 3.125rem;
		font-size: 12px;
		font-size: 0.75rem;
		padding: 0 16px;
		padding: 0 1rem;
	}
	.mainNav > li:first-child > a {
	}
	.mainNav > li:last-child > a {
	}
	.mainNav li.current-menu-parent > a,
	.mainNav li.current-menu-item > a {
	}
	.mainNav > li:hover > a {
		color: #fff;
	}

	.mainNav > li.menu-item-has-children > a:after {
		border-top-color: #fff;
		top: 28px;
		top: 1.75rem;
	}
	.mainNav > li.menu-item-has-children:hover > a:after {
		border-top-color: #ccc;
	}

	/* Level 2 */
	.mainNav ul {
		display: none;
		margin: 0;
		padding: 4px 20px;
		padding: 0.25rem 1.25rem;
		width: 280px;
		width: 17.5rem;
		position: absolute;
		top: 50px;
		top: 3.125rem;
		left: 0;
	}
	.mainNav > li:last-child ul {
		overflow: visible;
		border-radius: 0;
		/* Prevent dropdown nav items from flowing off screen */
		left: auto;
		right: 0;
	}
	.mainNav li:hover > ul {
		display: block;
	}
	.mainNav ul li {
	}
	.mainNav ul li:first-child {
		border-top: none;
	}
	.mainNav ul a {
		padding: 0;
		line-height: 32px;
		line-height: 2rem;
		font-size: 12px;
		font-size: 0.75rem;
	}
	.mainNav ul a:hover {
	}
	.mainNav ul li.menu-item-has-children > a:after {
		border-left-color: #fff;
		top: 16px;
		top: 1rem;
		right: 8px;
		right: 0.5rem;
	}
	.mainNav ul li.menu-item-has-children > a:hover:after {
		border-left-color: #fff;
	}

	/* Level 3 */
	.mainNav ul ul {
		left: 240px;
		left: 15rem;
		top: 0;
	}

	.mainNav li .productNav {
		width: 480px;
		width: 30rem;
		position: absolute;
		top: 50px;
		top: 3.125rem;
		left: 0;
	}
	.mainNav li:hover .productNav {
		display: -webkit-flex;
		display: flex;
	}
	.mainNav li .productNav ul {
		position: relative;
		top: auto;
		left: auto;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}
	.mainNav li .productNav ul.interior {
		background: #f28b25 url(images/bg-nav-item-interior.jpg) top right no-repeat;
		background-size: 300px 160px;
		background-size: 18.75rem 10rem;
	}
	.mainNav li .productNav ul.exterior {
		background: #f28b25 url(images/bg-nav-item-exterior.jpg) top right no-repeat;
		background-size: 300px 160px;
		background-size: 18.75rem 10rem;
	}
	.mainNav li .productNav ul li.title {
		background-color: transparent;
	}
	.mainNav li .productNav ul li a {
		padding-left: 20px;
		padding-left: 1.25rem;
	}








	/*________ FOOTER ________*/

	.footer .wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.footer .footerNav {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 100%;
	}

	.footer .copyright {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-right: auto;
		padding-bottom: 0;
	}
	.footer .copyright .icon {
		margin: 0 12px 0 0;
		margin: 0 0.75rem 0 0;
	}
	.footer .partners {
		padding-bottom: 0;
	}
	.footer .partners .partner {
		padding-bottom: 0;
	}


	/*________ MISC ________*/

	.hide-840 {
		display: none;
	}
	.show-840 {
		display: block;
	}

	/*________ WP IMAGES ________*/

	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 14.28%;
	}

	/*________ PRODUCT PAGE ________*/

	.page-template-pages-products .content .productNav {
		width: 300px;
		width: 18.75rem;
	}


	/*________ CONTACT PAGE ________*/

	.page-template-pages-contact .content .type-page .contactFormContainer {
		margin-left: 40px;
		margin-left: 2.5rem;
	}


	/*________ FAQ TIPS PAGE ________*/

	.videoTipsContainer .playerContainer {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.videoTipsContainer .playerContainer .player {
		width: 59%;
	}
	.videoTipsContainer .playerContainer .info {
		width: 41%;
		padding-left: 20px;
		padding-left: 1.25rem;
	}



	/*________ MOTORSPORT PAGE ________*/


	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}


	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock.upcomingEvents {
		margin-left: 1px;
	}
	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock.polePositions {
		margin-right: 1px;
	}

}


/* 940px */
@media (min-width: 58.75em) {

	/*________ HEADER & NAV ________*/

	.headerWrapper {
		margin-bottom: 48px;
		margin-bottom: 3rem;
	}

	.navContainer .wrapper {
		padding-left: 0;
	}
	.mainNav > li > a {
		font-size: 14px;
		font-size: 0.875rem;
		padding: 0 20px;
		padding: 0 1.25rem;
	}

	/* Reset dropdown nav items to drop down normally */
	.mainNav > li:last-child ul {
		right: auto;
		left: 0;
	}

	.mainNav li .productNav {
		width: 540px;
		width: 33.75rem;
	}




	/*________ FOOTER ________*/

	.footer .partners {
		margin-left: -20px;
		margin-left: -1.25rem;
		margin-right: -20px;
		margin-right: -1.25rem;
	}
	.footer .partners .partner {
		padding: 0 20px;
		padding: 0 1.25rem;
	}


	/*________ MISC ________*/

	.hide-940 {
		display: none;
	}
	.show-940 {
		display: block;
	}

	/*________ WP IMAGES ________*/

	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}


	/*________ PRODUCTS SINGLE ________*/

	.content .productContainer .topMedia {
		display: block;
		float: right;
		margin: 0 0 0 20px;
		margin: 0 0 0 1.25rem;
		width: 220px;
		width: 13.75rem;
	}
	.content .productContainer .topMedia .videoLink {
		width: 220px;
		width: 13.75rem;
	}
	.content .productContainer .entryContent {
		width: auto;
	}


	/*________ FAQ TIPS PAGE ________*/

	.page-template-pages-faq-tips .videoTipsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}


	/*________ MOTORSPORT PAGE ________*/

	.page-template-pages-motorsport .motorsportContainer .flexBlocks .flexBlock .inner a .overlay .text {
		font-size: 24px;
		font-size: 1.5rem;
	}
}


/* 1040px */
@media (min-width: 65em) {

	/*________ HEADER & NAV ________*/

	.header .logo {
		width: 204px;
		width: 12.75rem;
		margin-top: 0;
	}

	.navContainer {
		left: 320px;
		left: 20rem;
		width: calc(100% - 320px);
		width: calc(100% - 20rem);
	}

	.mainNav > li > a {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.mainNav li .productNav {
		width: 600px;
		width: 37.5rem;
	}




	/*________ MISC ________*/

	.hide-1040 {
		display: none;
	}
	.show-1040 {
		display: block;
	}
}


/* 1140px */
@media (min-width: 71.25em) {

	/*________ MISC ________*/

	.hide-1140 {
		display: none;
	}
	.show-1140 {
		display: block;
	}
}


/* 1240px */
@media (min-width: 77.5em) {

	/*________ MISC ________*/

	.hide-1240 {
		display: none;
	}
	.show-1240 {
		display: block;
	}
}


/* 1340px */
@media (min-width: 83.75em) {

	/*________ MISC ________*/

	.hide-1340 {
		display: none;
	}
	.show-1340 {
		display: block;
	}
}


/* 1440px */
@media (min-width: 90em) {

}


/* 1540px */
@media (min-width: 96.25em) {

}




/* HEIGHT */

/* 640px */
@media (min-height: 40em) {


}

/* CONTACT FORM */

.wpcf7 {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	background-color: #222;
	padding: 20px;
	padding: 1.25rem;
}

.wpcf7-submit {
	border-radius: 6px;
	border-radius: 0.375rem;
	display: inline-block;
	text-transform: uppercase;
	background: #f5a433;
	background: -moz-linear-gradient(top, #f5a433 0%, #f0781a 100%);
	background: -webkit-linear-gradient(top, #f5a433 0%,#f0781a 100%);
	background: linear-gradient(to bottom, #f5a433 0%,#f0781a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a433', endColorstr='#f0781a',GradientType=0 );
	padding: 5px 16px;
	padding: 0.3125rem 1rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #000;
	text-shadow: 0px 1px 0px #dea857;
	font-weight: 700;
	color: #000
}

input[type="text"], input[type="email"],input[type="tel"] {
height: 2.5rem;
	width: 100%;
}


/* TERMS & CONDITIONS TEXT STYLE*/
ol.a {
	list-style-type: lower-roman;
}
