/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}figure{margin:0}*{outline:none!important}select{cursor:pointer}button{cursor:pointer}

/* Generic Styling */
html {  }
body{
    font-family: 'Roboto Condensed', sans-serif;
}
.center{
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width:100%;
}
/*------------------------
		Grid
------------------------*/
.row{
	display: block;
}
.row:after {
    clear: both;
    content: "";
    display: block;
}
.row .row{
	margin: 0 -10px;
}
.col{
	display: block;
	float: left;
	padding: 0 10px 20px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.col.col20{
	width: 100%;
}
.col.col19{
	width: 95%;
}
.col.col18{
	width: 90%;
}
.col.col17{
	width: 85%;
}
.col.col16{
	width: 80%;
}
.col.col15{
	width: 75%;
}
.col.col14{
	width: 70%;
}
.col.col13{
	width: 65%;
}
.col.col12{
	width: 60%;
}
.col.col11{
	width: 55%;
}
.col.col10{
	width: 50%;
}
.col.col9{
	width: 45%;
}
.col.col8{
	width: 40%;
}
.col.col7{
	width: 35%;
}
.col.col6{
	width: 30%;
}
.col.col5{
	width: 25%;
}
.col.col4{
	width: 20%;
}
.col.col3{
	width: 15%;
}
.col.col2{
	width: 10%;
}
.col.col1{
	width: 5%;
}
.col.one_third{
	width: 33.33%;
}
.col.two_third{
	width: 66.66%;
}
.pull-center{
	text-align: center;
}
.pull-right{	
	text-align: right;
}
.pull-left{
	text-align: left;
}
.clr{
	display: block;
	clear: both;
	width: 100%;
}
.btn{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}
.btn.btn_medium{
	min-width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn.btn_large{
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.btn.btn_xlarge{
	min-width: 185px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px;
}
.btn.btn_black{
	background: #000;
	color: #FFF;
}
.btn.btn_gray{
	background: #C2C2C2;
	color: #FFF;
}
.btn.btn_red{
	color: #FFF;
	background: #E21F26;
}
.btn.btn_red:hover{
	background: #b41826;
}
.btn.btn_white{
	color: #E21F26;
	background: #FFF;
}
.btn.btn_white:hover{
	color: #FFF;
	background: #E21F26;
}
.btn.btn_rounded{
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.btn.float_right{
	display: block;
	float: right;
}
h1{
	font-size: 50px;
	font-weight: 700;	
}
h2{
	font-size: 38px;
	font-weight: 700;
}
h3{
	font-size: 36px;
	font-weight: 700;
}
h4{
	font-size: 31px;
	font-weight: 700;
}
h5{
	font-size: 24px;
	font-weight: 700;
}
h6{
	font-size: 15px;
	font-weight: 700;
}
.col.border_right{
	padding-right: 60px;
	position: relative;
}
.col.border_right:after{
	position: absolute;
	right: 25px;
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
	background: #DFDFDF;
}

header .col,
footer .col,
.copyright .col{
	padding-bottom: 0;
}
.slick-slider{
	margin-bottom: 0;
}
/*------------------------
		Header
------------------------*/
header,
.sticky-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
header .top_header{
	display: block;
	height: 42px;
	line-height: 42px;
	background: #000;
	overflow: hidden;
}
header .top_header .logo{
	display: inline-block;
	vertical-align: middle;
}
header .top_header .logo img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
header .top_header .links li{
	display: block;
	float: right;
}
header .top_header .links a{
	color: #FFF;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
	border-left: 1px solid #2E2E2E;
	display: inline-block;
}
header .top_header .links a:hover{
	text-decoration: underline;
}
header .top_header .links li:first-child a{
	border-right: 1px solid #2E2E2E;
}
header .top_header .links a i{
	font-size: 16px;
	display: inline-block;
	vertical-align: text-top;
}
header .bottom_header{
	height: 66px;
	line-height: 66px;
	background: rgba(0,0,0,0.6);
}
header .bottom_header .main_navigation ul{
	display: block;
}
header .bottom_header .main_navigation ul li{
	display: block;
	float: left;
	position: relative;
	margin-right: 35px;
}
header .bottom_header .main_navigation ul li a{
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header .bottom_header .main_navigation ul li ul{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 8px 0;
	min-width: 185px;
	display: none;
	animation: 300ms ease 0s normal none 1 running fadeInUp;
}
header .bottom_header .main_navigation ul li ul:before{
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #ffffff transparent;
	content: '';
}
header .bottom_header .main_navigation ul li ul li{
	margin: 0;
	display: block;
	float: none;
}
header .bottom_header .main_navigation ul li ul li a{
	line-height: 33px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding: 0 20px;
	text-transform: none;
}
header .bottom_header .main_navigation ul li ul li a:hover,
header .bottom_header .main_navigation ul li ul li.current-menu-item a{
	color: #E21F26;
	background: #ebecee;
}
header .bottom_header .btn{
	vertical-align: middle;
	margin-left: 10px;
}
.mobile-trigger{
	display: none;
}
.mobile-trigger a{
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*------------------------
		Showcase
------------------------*/
.showcase{
	position: relative;
	min-height: 640px;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.product_category .showcase,
.post-type-archive-product .showcase,
.tax-product_usage .showcase,
.tax-tire_family .showcase{
	min-height: 440px;
}
.product_single .showcase,
.single-product .showcase{
	min-height: 480px;
	overflow: hidden;
}
.category .showcase,
.error404 .showcase{
	min-height: 340px;
}
.tirepedia_sinlge .showcase,
.single-tirepedia .showcase,
.tirepedia .showcase,
.post-type-archive-tirepedia .showcase{
	min-height: 340px;	
}
.contact .showcase,
.page-template-page-contact .showcase{
	min-height: 340px;
}
.single-post .showcase{
	min-height: 200px;
}
.page-template-default .showcase{
	min-height: 200px;
}
.page-template-page-tire-families .showcase{
	min-height: 200px;
}
.showcase .search{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.showcase .search h1{
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.showcase .search form{
	padding-top: 10px;
}
.showcase .search form li{
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.showcase .search form .select2-container,
.showcase .search form input[type=submit]{
	display: inline-block;
	vertical-align: text-top;
}
.select2-container .select2-results li{
	display: block !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}
.showcase .search form input[type=submit]{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	min-width: 185px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px;
	color: #FFF;
	background: #E21F26;
	float: right;
	margin-left: 5px;
}
.showcase .search form input[type=submit]:hover{
	background: #b41826;
}
.showcase .search form .select2-container{
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	min-width: 185px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 5px;
}
.showcase .search form .select2-container.select2-container--open{
	background: #ffffff;
	color: #000000;
}
.showcase .search form .select2-container .select2-selection{
	background: none;
	border: none;
}
.showcase .search form .select2-container .select2-selection__rendered{
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	background: none;
	border: none;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.showcase .search form .select2-container.select2-container--open .select2-selection__rendered{
	color: #000000;
}
.showcase .search form .select2-selection__arrow{
	height: 44px;
	line-height: 44px;
	width: 30px;
}
.showcase .search form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent; 
}
.showcase .search form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #000;
}
.select2-container--open .select2-dropdown{
	background: #ffffff;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-top: 0;
}
.select2-container--open .select2-dropdown--below{
	border-top: 1px solid #ebecee;
}
.select2-container--open .select2-dropdown--above{
	border-bottom: 1px solid #ebecee;
}
.select2-results__option{
	color: #39393B;
	font-size: 16px;
	font-weight: 300;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #ebecee;
	color: #39393B;
}
.showcase .search form input[type=submit]{
	cursor: pointer;
}

.showcase .filters{
	position: absolute;
	bottom: 0;
	left: 50%;	
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	height: 45px;
	line-height: 45px;
}
.showcase .filters strong{
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 0 20px 0 10px;
}
.showcase .filters span.current,
.showcase .filters button.is-checked{
	color: #0A0A0A;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px;
	background: #f1f1f1;
	display: block;
	float: left;
	margin-right: 3px;
	position: relative;
}
.showcase .filters span.current:before,
.showcase .filters button.is-checked:before{
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 5px;
	content: '';
	background: #e21f26;
}
.showcase .filters a,
.showcase .filters button{
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 10px;
	background: rgba(0,0,0,0.6);
	display: block;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: none;
	height: 45px;
	line-height: 45px;
}
.showcase .filters a:hover,
.showcase .filters button:hover{
	color: #0A0A0A;
	background: #f1f1f1;
}

.showcase .showcase_content{
	position: absolute;
	top: 60%;
	left: 50%;	
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	z-index: 100;
}
.showcase .showcase_content h1{
	color: #FFF;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.showcase .showcase_content p{
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
.showcase .showcase_content .video{
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 60px;
	position: relative;
	height: 45px;
	line-height: 45px;
	display: block;
	padding-top: 10px;
}
.showcase .showcase_content .video:before{
	width: 45px;
	height: 45px;
	border: 2px solid #FFF;
	content: '';
	position: absolute;
	left: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
}
.showcase .showcase_content .video:after{
	position: absolute;
	left: 23px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	content: '';
}
.showcase .product_preview{
	position: absolute;
	bottom: 0;
	left: 50%;	
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
}
.showcase .product_preview img{
	position: absolute;
	right: 60px;
	bottom: -100px;
}
.showcase .title{
	position: absolute;
	top: 60%;
	left: 50%;	
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
}
.showcase .title h1{
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
/*------------------------
	Isotope
------------------------*/
.grid{
	padding: 0 0 100px;
	min-height: 200px;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
/*------------------------
		Find
------------------------*/
.find{
	position: relative;
	padding: 60px 0 40px;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.find h2{
	color: #0A0A0A;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.find form{
	padding-top: 10px;
	padding-bottom: 50px;
}
.find form .select2-container,
.find form input[type=submit]{
	display: inline-block;
	vertical-align: middle;
}
.find form .select2-container{
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	min-width: 185px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 5px;
}
.find form .select2-container.select2-container--open{
	background: #ffffff;
	color: #000000;
}
.find form .select2-container .select2-selection{
	background: none;
	border: none;
}
.find form .select2-container .select2-selection__rendered{
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	background: none;
	border: none;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.find form .select2-container.select2-container--open .select2-selection__rendered{
	color: #000000;
}
.find form .select2-container--default .select2-selection__arrow{
	height: 44px;
	line-height: 44px;
	width: 30px;
}
.find form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #000 transparent transparent; 
}
.find form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #000;
}
.find form input[type=submit]{
	cursor: pointer;
}
.find form li{
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.find form .select2-container,
.find form input[type=submit]{
	display: inline-block;
	vertical-align: text-top;
}
.find form input[type=submit]{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	min-width: 185px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px;
	color: #FFF;
	background: #E21F26;
	float: right;
	margin-left: 5px;
}
.find form input[type=submit]:hover{
	background: #b41826;
}
/*------------------------
		Families
------------------------*/
.tire_families{
	background: #f1f1f1;
	padding: 30px 0 100px;
}
.tire_families .family{
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	margin-bottom: 10px;
}
.tire_families .family .col{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 140px;
}
.tire_families .family .desc{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.tire_families .family a{
	display: block;
	height: 120px;
}
.tire_families .family p{
	margin-bottom: 0;
}
.tire_families .family:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/*------------------------
		Spotlight
------------------------*/
.featured_posts{
	background: #000000;
	position: relative;
}
.featured_posts .col{
	padding-bottom: 0;
}

.featured_posts .slider .slide{
	height: 600px;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.featured_posts .slider .slide img{
	display: block;
	width: 100%;
	height: auto;
}
.featured_posts .slider .slide .floating{
	position: absolute;
	left: 70px;
	top: 180px;
	width: 500px;
	background: rgba(0,0,0,0.7);
	padding: 25px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.featured_posts .slider .slide .floating h3{
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.featured_posts .slider .slide .floating p{
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 20px;
}
.featured_posts .slider .slick-arrow{
	position: absolute;
	bottom: 20px;
	width: 55px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	top: auto;
	z-index: 100;
}
.featured_posts .slider .slick-arrow:before{
	font-family: 'FontAwesome';
	font-size: 60px;
	line-height: 70px;
}
.featured_posts .slider .slick-prev.slick-arrow{
	left: 10px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.featured_posts .slider .slick-prev.slick-arrow:before{
	content: '\f104';
}
.featured_posts .slider .slick-next.slick-arrow{
	right: 10px;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.featured_posts .slider .slick-next.slick-arrow:before{
	content: '\f105';
}
.featured_posts .row{
	position: relative;
}
.featured_posts .thumbs{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	padding: 20px 65px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.featured_posts .thumbs .slide{
	padding: 0 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
	opacity: 0.35;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	min-height: 75px;
}
.featured_posts .thumbs .slide:hover{
	opacity: 0.7;
}
.featured_posts .thumbs .slide.slick-current{
	opacity: 1;
	border-left: 1px solid rgba(255,255,255,0);
}
.featured_posts .thumbs .slide h6{
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.featured_posts .thumbs .slide p{
	color: #FFF;
	line-height: 22px;
	font-size: 16px;
	font-weight: 300;
}
/*------------------------
		Spotlight
------------------------*/
.content{
	position: relative;
	padding: 80px 0;	
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
	color: #090909;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.content p{
	color: #090909;
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
	margin-bottom: 20px;
}
.content p .alignleft{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.content p .alignright{
	display: block;
	float: left;
	margin: 0 0 10px 10px;
}
.content p .aligncenter{
	display: block;
	margin: 10px auto;
}
.content p b,
.content p strong{
	font-weight: 700;
}
.content p.justify{
	text-align: justify;
}
.catalogues{
	position: relative;
	overflow: hidden;
}
.catalogues .catalogue{
	display: block;
	position: relative;
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.catalogues .catalogue:first-child{
	padding-right: 10px;
}
.catalogues .catalogue:last-child{
	padding-left: 10px;
}
.catalogues .catalogue figure{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}
.catalogues .catalogue figure img{
	display: block;
	width: 100%;
	height: auto;
}
.catalogues .catalogue figure a{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -45px;
	background: url(../images/icon-download.png);
	width: 90px;
	height: 90px;
	text-indent: -9999px;
}
.catalogues .catalogue p{
	color: #090909;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
/*------------------------
		Spotlight
------------------------*/
.spotlight{
	position: relative;
	min-height: 560px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
/*------------------------
		Videos
------------------------*/
.videos{
	position: relative;
}
.videos iframe{
	border: none;
	width: 100%;
}
/*------------------------
	  Category List
------------------------*/
.category_list{
	background: #f1f1f1;
	padding: 30px 0 0;
}
.category_list h4{
	color: #0A0A0A;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.category_list .inner_filters{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.category_list .inner_filters strong{
	color: #0A0A0A;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	min-height: 50px;
}
.category_list .inner_filters button{
	display: block;
	background: none;
	cursor: pointer;
	border:none;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px;
	color: #0A0A0A;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list .inner_filters button:before{
	content: '';
	opacity: 0.16;
	width: 17px;
	height: 17px;
	line-height: 13px;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
	border: 2px solid #0A0A0A;
	border-radius: 100%;
	-moz-border-radius: 100%;
	margin-right: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	font-size: 11px;
}
.category_list .inner_filters button:hover:before{
	border-color: #e21f26;
}
.category_list .inner_filters button.is-checked:before{
	opacity: 1;
	font-family: 'FontAwesome';
	content: '\f00c';
	text-align: center;
	line-height: 13px;
	font-size: 11px;
	color: #fff;
	border-color: #e21f26;
	background: #e21f26;
}
.category_list .inner_filters button:after{
	opacity: 0.6;
	width: 1px;
	height: 40px;
	line-height: 40px;
	background: #D4D4D4;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list .inner_filters button:last-child:after{
	display: none;
}
.category_list .info{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0A0A0A;
	display: block;
	margin-bottom: 5px;
}
.category_list .info a{
	color: #E21F26;
	text-decoration: none;
}
.category_list p{
	color: #000;
	font-size: 15px;
	font-weight: 300;
}
.category_list p.usages{
	position: relative;
}
.category_list p.usages span:after{
	display: inline-block;
	content: ', ';
	margin: 0 5px 0 2px;
}
.category_list p.usages span:last-child:after{
	display: none;
}
.category_list .product{
	background: #fff;
	padding: 25px 30px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 430px;
	position: relative;
}
.category_list .product:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.category_list .product a{
	text-decoration: none;
	color: #0A0A0A;
}
.category_list .product h5{
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.category_list .product:hover h5{
	color: #E21F26;
}
.category_list .product ul{
	padding: 15px 0 25px;
	background: rgba(255, 255, 255, 0.7);
	z-index: 100;
	position: relative;
}
.category_list .product ul li{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	line-height: 26px;
	padding-left: 25px;
	position: relative;
}
.category_list .product ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #e21f26;
}
.category_list .product figure{
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.category_list .product figure img{
	display: block;
	margin: 0 auto;
}
.category_list .product .no-image{
	position: relative;
	width: 100%;
	height: 300px;
	display: block;
}
.category_list .product .no-image span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	line-height: 125px;
	text-align: center;
	border: 6px solid #F1F1F1;
	border-radius: 50%;
	-moz-border-radius: 50%;
}
.category_list .product .no-image span:after{
	height: 6px;
	left: -3px;
	position: absolute;
	top: 47px;
	width: 110%;
	content: '';
	background: #F1F1F1;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.category_list .product .no-image i.fa-camera{
	font-size: 50px;
	color: #F1F1F1;
}
/*------------------------
		Features
------------------------*/
.features{
	position: relative;
	padding: 20px 0 10px;
}
.features figure{
	display: block;
	text-align: center;
	height: 90px;
}
.features figure img{
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.features span{
	display: block;
	color: #0A0A0A;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
/*------------------------
	Product Description
------------------------*/
.product_description{
	position: relative;
	background: #f1f1f1;
	padding: 50px 0;
}
.product_description h5{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.product_description ul{
	padding: 10px 0 25px;
}
.product_description ul li{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding-left: 25px;
	position: relative;
}
.product_description ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #e21f26;
}
.product_description .table_trigger{
	margin: 20px 0;
}
.product_description .table_trigger.active{
	background: #C2C2C2;
}
.product_description .product_slider .slide img{
	display: block;
	width: 100%;
	height: auto;
}
.product_description .slick-arrow{
	width: 42px;
	height: 80px;
	z-index: 100;
}
.product_description .slick-arrow:before{
	display: none;
}
.product_description .slick-prev.slick-arrow{
	position: absolute;
	left: 30px;
	background: url(../images/icon-prev.png);
}
.product_description .slick-next.slick-arrow{
	position: absolute;
	right: 30px;
	background: url(../images/icon-next.png);
}
.product_description .slick-dots{
	position: absolute;
	bottom: 0;
	left: 0;
}
.product_description .slick-dots li{
	width: 12px;
	height: 12px;
	background-color: #FFF;
	padding: 0;
	margin: 0 8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product_description .slick-dots li.slick-active{
	width: 16px;
	height: 16px;
	border: 2px solid #FFF;
	background: none;
}
.product_description .slick-dots li:before,
.product_description .slick-dots li button{
	display: none;
}
/*------------------------
		Table
------------------------*/
#dimensions_table{
	display: none;
}
table,
.dataTables_scrollHeadInner{
	width: 100% !important;
}
.dataTables_filter{
	display: none;
}
table thead{}
table thead tr{}
table thead tr th{
	padding: 0 20px;
	height: 65px;
	background: #000;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-right: 1px solid #303030;
}
table tbody{}
table tbody tr{}
table tbody tr td{
	background: #ffffff;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	height: 50px;
	border: 1px solid #f1f1f1;
	padding: 0 20px;
}
table tbody tr td a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
table tbody tr td a:hover{
	color: #e21f26;
}
table tbody tr:nth-child(2n+2) td{
	background: #f8f8f8;
}
.product_description .dataTables_wrapper ul{
	overflow: hidden;
	padding: 10px 0 10px
}
.product_description .dataTables_wrapper ul li{
	display: block;
	float: left;
	width: 100%;
}
.product_description .dataTables_wrapper ul li:before{
	display: none;
}
.product_description .dataTables_wrapper ul li .dtr-title{
	font-weight: bold;
	text-transform: uppercase;
}
/*------------------------
		Video
------------------------*/
.single-product .video{
	padding: 50px 0 10px;
}
.single-product .video h5{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-product .video iframe{
	border: none !important;
}

.product_slider{
	display: block;
	max-width: 960px;
	margin: 0 auto;
}
/*------------------------
	Product Carousel
------------------------*/
.product_carousel{
	position: relative;
	padding: 50px 0 20px;
}
.product_carousel h5{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.product_carousel .carousel{
	padding: 0 100px;
}
.product_carousel .carousel .slide{
	text-align: center;
	height: 250px;
	padding-top: 20px;
	border-top: 1px solid #eaeaea
}
.product_carousel .carousel .slide img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	margin: 0 auto;	
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
}
.product_carousel .carousel .slick-arrow:before{
	color: #606060;
}
/*------------------------
		Footer
------------------------*/
.breadcrumbs{
	padding: 10px;
}
.breadcrumbs a,
.breadcrumbs a span{
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.breadcrumbs a span:after{
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #000;
	content: '';
	margin: 0 4px 0 8px;
	vertical-align: baseline;
}
.breadcrumbs a span:hover{
	color: #E21F26;
}
.breadcrumbs span{	
	font-size: 14px;
	font-weight: 300;
	color: #E21F26;
}
/*------------------------
		Blog
------------------------*/
.blog{
	position: relative;
	background: #f1f1f1;
	padding-bottom: 110px;
}
.blog article{
	background: #fff;
}
.blog article figure{
	position: relative;
}
.blog article figure img{
	display: block;
	width: 100%;
	height: auto;
}
.blog article time{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25px;
	line-height: 25px;
	background: #E21F26;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	padding: 0 15px;
}
.blog article .article_body{
	height: 270px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 0;
}
.blog article .article_body h5{
	color: #0A0A0A;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 15px;
}
.blog article .article_body h5 a{
	color: #0A0A0A;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.blog article .article_body h5 a:hover{
	color: #E21F26;
}
.blog article .article_body p{
	color: #39393B;
	line-height: 25px;
	font-size: 16px;
	font-weight: 300;
}
.blog .blog_wrapper .col.one_third:nth-child(3n+1){
	clear: both;
}
/*------------------------
		Contact
------------------------*/
.contact .content,
.page-template-page-contact .content{
	background: #f1f1f1;
	padding-top: 25px;
}
.contact h5,
.page-template-page-contact h5,
.page-template-page-contact .contact_form h3{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
}
.page-template-page-contact .contact_form .gform_description{
	color: #090909;
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
	margin-bottom: 20px;
	display: block;
}
.contact .contact-map,
.page-template-page-contact .contact-map{
	height: 340px;
}
/*------------------------
		Aside
------------------------*/
aside.col{
	padding-right: 30px;
}
aside .widget{
	background: #000;
	color: #fff;
	padding: 20px 35px;
	position: relative;
}
aside .widget:after{
	display: block;
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	background: rgba(255,255,255,0.2);
	height: 1px;
	content: '';
}
aside .widget:last-child:after{
	display: none;
}
aside .widget h4{
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
aside .widget p{
	color: #fff;
	margin-bottom: 0;
	color: #FFF;
	line-height: 25px;
	font-size: 16px;
	font-weight: 300;
}
/*------------------------
		Form
------------------------*/
form{
	display: block;
	width: 100%;
	position: relative;
}
form:after{
	clear: both;
    content: "";
    display: block;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel]{
	width: 100%;
	height: 50px;
	background: #FFF;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	color: #090909;
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
}
form textarea{
	height: 243px;
	background: #FFF;
	width: 100%;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #090909;
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
}
form label{
	display: block;
	width: 100%;
	color: #39393B;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}
form .half{
	display: block;
	float: left;
	width: 49%;
	padding-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
form .half.right{
	float: right;
}
form .half.odd{
	margin-right: 1%;
}
form .half.even{
	margin-left: 1%;
}
form .form_footer{
	clear: both;
	height: 50px;
	line-height: 50px;
}
form .form_footer span{
	display: block;
	float: left;
	color: #39393B;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}
form .float_message{
	display: block;
	float: left;
	color: #39393B;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
}
form .form_footer input[type=submit]{
	display: block;
	float: right;
	cursor: pointer;
}
.contact_form form input[type=submit]{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	min-width: 185px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px;
	color: #FFF;
	background: #E21F26;
	float: right;
}
form input[type=submit]:hover{
	background: #b41826;
}
form .error input,
form .error textarea,
form .gfield_error input,
form .gfield_error textarea{
	border: 1px solid #ecb2b4;
}
form .validation_error{
	padding: 20px 0;
	color: #E21F26;
	font-weight: 300;
}
form .error span,
form .gfield_description,
form .validation_message{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #E21F26;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}
.gform_confirmation_message{
	display: block;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid green;
	font-weight: 300;
}

form #choice_1_8_1 {
	float: left !important;
    margin-right: 5px !important;
    margin-top: 3px !important;
}


form #field_1_8 .gfield_label {
	visibility: hidden;
}
/*------------------------
	  Store Filters
------------------------*/
.store_filters{
	position: absolute;
	left: 60px;
	top: 160px;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
}
.store_filters form{
	background: #000;
	padding: 0 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.store_filters h3{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 30px 30px 15px 30px;
	background: #000;
}
.store_filters form .select2-container{
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	width: 100% !important;
	height: 50px;
	line-height: 50px;
	border: 2px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding-left: 20px !important;
}
.store_filters form .select2-container.select2-container--open{
	background: #ffffff;
	color: #000000;
}
.store_filters form .select2-container .select2-selection{
	background: none;
	border: none;
}
.store_filters form .select2-container .select2-selection__rendered{
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	background: none;
	border: none;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.store_filters form .select2-container.select2-container--open .select2-selection__rendered{
	color: #000000;
}
.store_filters form .select2-selection__arrow{
	height: 44px;
	line-height: 44px;
	width: 30px;
}
.store_filters form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent; 
}
.store_filters form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #000;
}
.store_filters form .select2-selection__arrow{
	height: 44px !important;
	line-height: 44px !important;
	width: 30px !important;
}
.store_filters form input[type=submit]{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	min-width: 185px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px;
	color: #FFF;
	background: #E21F26;
	width: 100%;
	display: none;
}
.store_filters form li{
	padding: 0;
}
.store_filters form input[type=submit]:hover{
	background: #b41826;
}
.store_filters form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent; 
}
.store_filters form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #000;
}
.store_filters .stores{
	max-height: 280px;
	overflow: scroll;
	margin: 20px;
}
.store_filters .stores .store{
	padding: 10px 10px;
	border-bottom: 1px solid rgba(235, 235, 235, 0.7);
	cursor: pointer;
}
.store_filters .stores .store h4{
	color: #1A1A1A;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.store_filters .stores .store p{
	color: #1A1A1A;
	font-size: 14px;
	font-weight: 300;
}
.infowindow{
	position: relative;
	padding: 5px;
}
.infowindow h3{
	color: #1A1A1A;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.infowindow p{
	color: #1A1A1A;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}
.infowindow p a{
	color: #1A1A1A;
	text-decoration: none;
}
.infowindow p.address{
	padding-left: 20px;
	background-image: url(../images/icon-map-pin.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.infowindow p.phone{
	padding-left: 20px;
	background-image: url(../images/icon-map-phone.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.infowindow p.email{
	padding-left: 20px;
	background-image: url(../images/icon-map-email.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/*------------------------
	Tirepedia Sinlge
------------------------*/
.tirepedia_sinlge,
.single-tirepedia{
	position: relative;
}
.tirepedia_sinlge .content,
.single-tirepedia .content{
	background: #f1f1f1;
	padding-top: 5px;
}
.tirepedia_sinlge h3,
.single-tirepedia h3{
	margin-bottom: 10px;
}
.tirepedia_sinlge h5,
.single-tirepedia h5{
	margin-bottom: 5px;
}
.tirepedia_sinlge img,
.single-tirepedia img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: auto;
}
.product_info_skin{
	border-radius: 0;
	-moz-border-radius: 0;
}
.products-popup{
	display: none;
	padding: 20px 26px;
}
.products-popup h3{
	color: #0A0A0A;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}
.products-popup h4{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
}
.products-popup .tag_tip{
	width: 357px;
	height: 226px;
	background: url(../images/tag_tip.png) no-repeat left top;
	position: relative;
}
.products-popup .tag_tip .fuel{
	width: 24px;
	height: 24px;
	color: #fff;
	background: #000;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 130px;
	top: 100px;
	font-weight: 300;
	display: none;
}
.products-popup .tag_tip .fuel:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 12px 0;
	border-color: transparent #000000 transparent transparent;
	position: absolute;
	left: -10px;
	top: 0;
	content: '';
}
.products-popup .tag_tip .wet{
	width: 24px;
	height: 24px;
	color: #fff;
	background: #000;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 215px;
	top: 100px;
	font-weight: 300;
	display: none;
}
.products-popup .tag_tip .wet:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 12px 0;
	border-color: transparent #000000 transparent transparent;
	position: absolute;
	left: -10px;
	top: 0;
	content: '';
}
.products-popup .tag_tip .fuel.class-A,
.products-popup .tag_tip .wet.class-A{
	top: 97px;
	display: block;
}
.products-popup .tag_tip .fuel.class-B,
.products-popup .tag_tip .wet.class-B{
	top: 112px;
	display: block;
}
.products-popup .tag_tip .fuel.class-C,
.products-popup .tag_tip .wet.class-C{
	top: 128px;
	display: block;
}
.products-popup .tag_tip .fuel.class-D,
.products-popup .tag_tip .wet.class-D{
	top: 144px;
	display: block;
}
.products-popup .tag_tip .fuel.class-E,
.products-popup .tag_tip .wet.class-E{
	top: 160px;
	display: block;
}
.products-popup .tag_tip .fuel.class-F,
.products-popup .tag_tip .wet.class-F{
	top: 176px;
	display: block;
}
.products-popup .tag_tip .fuel.class-G,
.products-popup .tag_tip .wet.class-G{
	top: 192px;
	display: block;
}
.products-popup .tag_tip .noice{
	color: #000;
	font-size: 35px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100px;
	width: 90px;
	font-weight: 700;
}
.product_info_skin .fancybox-close{
	background: url(../images/close-popup.png) no-repeat center center;
	width: 28px;
	height: 28px;
	right: -47px;
	top: 0;
}
/*------------------------
		Pagination
------------------------*/
.pagination{
	position: relative;
	text-align: center;
}
.pagination li{
	display: inline-block;
	margin: 0 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pagination li a,
.pagination li span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	border: none;
	line-height: 30px;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 300;
}
.pagination li span.page{
	background: #e21f26;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: none;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
/*------------------------
		Tire Families
------------------------*/
.tire_families{
	position: relative;
}
.tire_families a{
	text-decoration: none;
}
.tire_families figure{
	display: block;
	width: 100%;
	height: 120px;
}
.tire_families figure a{
	display: block;
	height: 120px;
}
.tire_families figure img{
	display: block;
	max-width: 90%;
	max-height: 80%;
	margin: 0 auto;
	height: auto;
	width: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.content.tire_families h4{
	margin-bottom: 5px
}
.content.tire_families h4 a{
	color: #090909;
	text-decoration: none;
}
.content.tire_families .col:nth-child(4n+1){
	clear: both;
}
/*------------------------
		Single / Page
------------------------*/
.single-post{
	position: relative;
	padding-bottom: 40px;
}
.single-post time,
.page-template-default time{
	display: block;
	margin-bottom: 20px;
	font-weight: 300;
	font-style: italic;
}
.single-post figure,
.page-template-default figure{
	display: block;
	max-width: 500px;
	float: left;
	margin: 0 20px 10px 0;
}
.single-post figure img,
.page-template-default figure img{
	display: block;
	width: 100%;
	height: auto;
}
.single-post p,
.page-template-default p{
	color: #39393b;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 20px;
}
/*------------------------
		Tirepedia
------------------------*/
.tirepedia,
.post-type-archive-tirepedia{
	position: relative;
}
.tirepedia .content,
.post-type-archive-tirepedia .content{
	background: #f1f1f1;
	padding-top: 5px;
	padding-bottom: 50px;
}
.tirepedia .tirepedia_wrapper,
.post-type-archive-tirepedia .tirepedia_wrapper{
	position: relative;
}
.tirepedia .tirepedia_wrapper article,
.post-type-archive-tirepedia .tirepedia_wrapper article{
	display: block;
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0 60px;
	overflow: hidden;
}
.tirepedia .tirepedia_wrapper article h5,
.post-type-archive-tirepedia .tirepedia_wrapper article h5{
	color: #0A0A0A;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}
.tirepedia .tirepedia_wrapper article p,
.post-type-archive-tirepedia .tirepedia_wrapper article p{
	color: #000;
	line-height: 22px;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
}
.tirepedia .tirepedia_wrapper article .more,
.post-type-archive-tirepedia .tirepedia_wrapper article .more{
	display: block;
	float: right;
	color: #E21F26;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.tirepedia .tirepedia_wrapper article .more i,
.post-type-archive-tirepedia .tirepedia_wrapper article .more i{
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}
.tirepedia .tirepedia_wrapper article:nth-child(2n+1),
.post-type-archive-tirepedia .tirepedia_wrapper article:nth-child(2n+1){
	padding-right: 25px;
	border-right: 1px solid #D9D9D9;
}
.tirepedia .tirepedia_wrapper article:nth-child(2n+2),
.post-type-archive-tirepedia .tirepedia_wrapper article:nth-child(2n+2){
	padding-left: 25px;
}
/*------------------------
		Page 404
------------------------*/
.error404 .single{
	min-height: 600px;
}
/*------------------------
		Footer
------------------------*/
footer{
	background: #000000;
	padding: 15px 0;
}
footer ul{
	display: block;
}
footer ul li{
	display: block;
	float: left;
	margin-right: 30px;
}
footer ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
footer ul li a:hover{
	color: #ccc
}
/*------------------------
		Copyright
------------------------*/
.copyright{
	height: 45px;
	line-height: 45px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
/*------------------------
	Mobile Navigation
------------------------*/
.mobile_navigation{
	position: relative;
}
.mobile_navigation ul li a{
	text-transform: uppercase;
}
.mobile_navigation ul li ul li a{
	text-transform: none;
}
.mobile_navigation .mm-title{
	text-transform: uppercase;
}