/*
Theme Name: Katzkin
Theme URI: http://katzkin.com
Author: the WordPress team
Author URI: http://wordpress.org/
Description: A custom made theme for katzkin.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: katzkin
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*@font-face {
    font-family: 'Assistant';
    src: url('fonts/assistant-variablefont_wght-webfont.eot');
    src: url('fonts/assistant-variablefont_wght-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/assistant-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/assistant-variablefont_wght-webfont.woff') format('woff'),
         url('fonts/assistant-variablefont_wght-webfont.ttf') format('truetype'),
         url('fonts/assistant-variablefont_wght-webfont.svg#assistantextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AssistantBold';
    src: url('fonts/Assistant-Bold.eot');
    src: url('fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Assistant-Bold.woff2') format('woff2'),
        url('fonts/Assistant-Bold.woff') format('woff'),
        url('fonts/Assistant-Bold.ttf') format('truetype'),
        url('fonts/Assistant-Bold.svg#Assistant-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
.iframe-top {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.iframe-top h3 {
	text-transform: none;
	color:#000 !important;
}
.make-higher-z {
	z-index:99;
}
.hero-logo-bar {
    background-color:#fff;
    padding:10px 0;
    position: relative;
    z-index: 2;
    margin: -15px 0 10px 0;
    transition:all .3s ease-in;
}
#header-bar.smalls .hero-logo-bar {
    margin: -7.5px 0 7.5px 0;
}
.hero-logo-bar img {
    max-height:50px;
}
/* SPIN THE WHEEL STUFF */ 
.make-center {
    text-align:center;
}
.into-wheel {
    width:450px;
    max-width:100%;
    display:inline-flex;
    flex-direction:column;
    gap:15px;
}
.make-form {
    margin:3rem 0 0;
    text-align:center;
}
.make-form .form-row {
    display:inline-flex;
    width:650px;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    float:none;
    margin:0 0 1rem;
}
.make-form .error {
    text-align:right;
    display:inline-block;
    width:650px;
    margin:0 0 5px;
}
.make-form .form-row label {
    color:#f47a20 !important;
    text-transform:uppercase;
    font-weight: 700 !important;
    text-align: center !important;
    font-size:1.3rem;
    text-align:right;
}
.make-form .form-row input[type="text"] {
}
.into-wheel input[type="text"], .make-form .form-row input[type="text"], .make-form .form-row input[type="tel"], .make-form .form-row input[type="email"] {
    width:100%;
    padding:10px;
    box-sizing:border-box;
}
.prizedetail {
    color:#f47a20;
}
@media(max-width:700px) {
.page-template-GalleryIframe #swipebox-overlay {
	display:none;
}
}
.prize-submit {
    justify-content:flex-end;
}
.into-wheel input[type="submit"], .spinthewheel, .make-form .form-row input[type="submit"] {
    border: 0px !important;
    position: relative;
    display: inline-block;
    text-align: right;
    border-bottom: 0px !important;
    background-color: #f47a20;
    font-weight: bold;
    font-family: 'Assistant', sans-serif;
    padding: 6px 25px 7px;
    width: auto;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    z-index: 200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    -webkit-appearance: none;
    cursor:pointer;
}
.wheeler {
    text-align:center;
}
.wheeler h3 {
    color:#fff !important;
    text-align:center !important;
    font-weight:700 !important;
    margin: -30px 0 20px;
}
.spinthewheel {
    margin:0 0 20px;
}
.wheel-confirm {
    display:none;
    margin:20px 0 0;
    scroll-margin-top: 120px;
}
.wheel-confirm h2 {
    color:#fff !important;
    margin:0 0 10px !important;
}
.wheel-confirm h2, .wheel-confirm h3 {
    font-weight:700 !important;
    text-align:center !important;
}
.wheel-confirm h3 {
    margin:0;
}
.wheel-confirm h3.prizedetail {
    color:#f47a20 !important;
    margin:0 0 10px;
}
.wheel-here {
    display:none;
}
.spinner-wrap {
    display:none;
}
.error {
    font-weight:700;
    color:#f47a20;
    margin-top:15px;
}
.error a {
    color:#fff;
}
.wheeler {
    color:#fff;
    text-align:center;
}
/* END SPIN THE WHEEL STUFF */ 
.filters {
    padding:20px 0 0;
}
.filter-wrap {
    float:left;
    color:#fff;
    margin:0 20px 0 0;
}
.filter-wrap label {
    float:left;
    width:100%;
}
h3.cen {
    text-align:center;
}
p.no-marg {
	margin-bottom:0px;	
}
body {
	background: #fff;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
/* =Global
----------------------------------------------- */
.grecaptcha-badge {display: none !important;}
body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
.v2-hero img {
    object-fit:cover;
    width:100%;
    display:inline-block;
    vertical-align:bottom;
    min-height:650px;
    max-height:950px;
}
.v2-hero {
    height:auto !important;
    padding:0 !important;
}
.v2-hero .alt-hero-v2 {
    position:absolute;
    bottom:0;
    left:0;
    z-index:100;
    color:#fff;
}

.fourth a, .fourth a img {
    width:100%;
}

.v2-hero .alt-hero-v2 h1 {
    font-family: 'Assistant', sans-serif;
    font-weight: bold !important;
    font-size: 47px;
    margin-bottom:0 !important;
    line-height:1.1;
}
.v2-hero .alt-hero-v2 #home-top-banner-page {
    position:relative;
    bottom:0;
    padding: 10px 20px 20px 40px !important;
}
#page {
	background: #fff;
}
.clear-filts {
	margin-top:20px;
}
.clear-filts a {
	color:#f47a20;
}
.news_date {border-top:1px dashed #ccc;margin:35px 0 35px 0;padding:35px 0 0 0;font-family: 'Assistant', sans-serif;font-weight: bold;font-size:18px;}
/*START blog roll pagination*/
#page-content .navigation { padding-top:70px;}
#page-content .navigation ul li a,
#page-content .navigation ul li a:hover,
#page-content .navigation ul li.active a,
#page-content .navigation ul li.disabled {
    color: #fff;
    text-decoration:none;
}
 
#page-content .navigation ul li {
    display: inline;
	margin:0 5px 0 0;
}
 
#page-content .navigation ul li a,
#page-content .navigation ul li a:hover,
#page-content .navigation ul li.active a,
#page-content .navigation ul li.disabled {
    background-color: #b5b5b5;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    padding: 0.75rem;
	border:none;
}
#page-content .navigation ul li a:hover,
#page-content .navigation ul li.active a {
    background-color: #f47a20;
}
#page-content .navigation ul ul li {margin:0 5px 0 0;}
/*END blog roll pagination*/
a.btn1:link, a.btn1:visited {padding:17px 20px;margin:25px 0 25px 0;display: inline-block; color:#fff !important;background:#f47a20;border:none !important;text-decoration: none;font-size:18px;}
a.btn1:hover, a.btn1:active {background:#ccc;}
a.whitelink:link,whitelink:visited {color:#fff;border-bottom:#fff solid 1px;}
.post a.btn1 {margin-top:0;}
#page-content.blog h2 a, #standard-page-content.blog h2 a { border-bottom:none;font-family: 'Assistant', sans-serif;font-weight: bold;}
#page-content.blog h2, #standard-page-content.blog h2 {padding:0;}
.blog .post {margin:0px 0 55px 0;
border-top: 1px dashed #ccc;
padding-top: 30px;}
.col_inside {padding:25px;}
.asidetitle {font-family: 'Assistant', sans-serif;font-weight: bold;font-size:23px;margin:0 0 20px 0;color:#fff;}

h1#specialtitle {font-size:40px;line-height: 43px;}
h1#specialtitle .smallerbannertitle {font-size:40px;line-height: 43px;}
h1#specialtitle .smallerbannertitle a { text-decoration: underline;color:#f47a20;}
h1#specialtitle .smallerbannertitle2 {font-size:30px;line-height: 33px;}
.new-title-bar {
	text-align:center;
	padding:25px 10px;
	box-sizing: border-box;
	margin:160px 0px 0px;
}
.new-title-bar h1 {
	margin:0px 0px 6px !important;
}
.tester-text {
	font-size:27px;
	line-height:34px;
	font-family: 'Assistant', sans-serif;
	font-weight:bold;
	float:left;
	width:100%;
	height:auto;
	padding:40px 40px 20px 60px !important;
	box-sizing: border-box;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.4);
	background-image:url(images/testers-left.png);
	background-repeat:no-repeat;
	background-position:35px 45px;
	background-size:22px auto;
}
.tester-text p:last-of-type {
	margin:0px 0px 20px;
}
.tester-text i {
	font-style:normal;
	font-size:12px;
	display:inline-block;
	vertical-align:top;
	height:25px;
	line-height:25px;
}
.stars {
	display:inline-block;
	vertical-align:middle;
	display:table;
}
.tester-text img {
	display:inline-block;
	vertical-align:middle;
	float:none;
	margin:0px 10px 0px 0px;
}
.testers {
	margin:50px 0px 0px;
}
.tester {	
	padding:0px 0px !important;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.tester-trust {
	background-color:#000032;
	padding:9px 40px !important;
	box-sizing: border-box;
	color:#fff;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
}
dd {
	margin-bottom: 1.625em;
}
ol.customorderlist1 {
  /*max-width: 350px;*/
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
ol.customorderlist1 li {
  margin: 0 0 1.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol.customorderlist1 li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #ff6600;
  border-radius: 50%;
  text-align: center;
}
ol.customorderlist2 {
  /*max-width: 350px;*/
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
ol.customorderlist2 img {float:none;display:block;}
ol.customorderlist2 li {
  margin: 0 0 1.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol.customorderlist2 li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #ff6600;
  border-radius: 50%;
  text-align: center;
}
ol.customorderlist2 h3 { text-transform: capitalize;font-size:23px; }
ol.customorderlist2 p {  }
ul.customorderlist3 li { font-size:1.3em;margin:0 0 10px 0; }
.contentfullwidthsection {max-width:960px;margin:0 auto;text-align: center;}

strong {
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
img.alignleft {
	float:left;
}
img.alignright {
	float:right;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: -2px 0 0 -2px;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
video.new-abs-vid {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* =Media
-------------------------------------------------------------- */

audio,
video {
	display: inline-block;
	max-width: 100%;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: normal;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* ------------------------------------------------- CUSTOM STYLES FROM THIS POINT ON ----------------------------------------- */

/* ---------- GLOBAL STYLES AND SET UP --------------- */

body {
	padding:0px 0px 0px 0px;
	background-color:#fff;
	font-family: 'Assistant', sans-serif;
	-webkit-text-size-adjust: 100%;
}

body, html {
	overflow-x:hidden;
}

#header-bar {
	position:fixed;
	top:0;
	left:0;
	padding:15px 0px;
	z-index:1001;
}

#header-bar:before {
	content: '';
	  position: absolute;
	  top: 0; left: 43%;
	  width: 100%; height: 72%;
	  background: rgb(0,0,0);
	  background: rgba(0,0,0,0.7);
	  -webkit-transform-origin: 100% 0;
	  -ms-transform-origin: 100% 0;
	  transform-origin: 100% 0;
	  -webkit-transform: skew(-35deg);
	  -ms-transform: skew(-35deg);
	  transform: skew(-35deg);
	  z-index: 1;
	transition:all .3s ease-in;
}

#header-bar.extra-n:before {
	height:100%;	
}

#header-bar.smalls:before {
	left:0;
	transform:none;
	height:100%;
}

#header-bar.smalls #logo .smaller img {
    width: auto !important;
    height: 67.5px;
}

#header-bar.smalls {
	padding:7.5px 0;
	transition:all .3s ease-in;
}

#header-bar ul {
	transition:all .3s ease-in;
}

#header-bar.smalls ul {
	margin-top:21px;
}

#header-bar.smalls #logo img {
	width:120px;
}

.inside {
	margin:0px auto;
	width:1200px;
	height:auto;
	max-width:100%;
}

.inside-inside {
	float:left;
	width:100%;
	height:auto;
}

.inside-inside img {
	max-width:100%;
}
#logo img {
	transition:all .3s ease-in;
}
#logo .inside-inside img#logoheader {width:210px;height:118px;}

#header-bar .inside-inside {
	position:relative;
	z-index:301;
}

.aligncenter {
	margin:0px auto;
	display:block;
}
.sema-area h2 {
    color:#000 !important;
    text-align:center;
    text-transform:none;
    font-size:30px;
}
.inside.smaller {
    width:950px;
}
.sema-area h3 {
    color:#000 !important;
    text-align:center;
    text-transform:none;
}
.row {
	float:left;
	width:100%;
	height:auto;
}
.sema-form {
    margin:25px 0 0;
}
.sema-area .wpcf7-response-output {
    color:#000 !important;
}
.sema-form .sema-row p {
    display:flex;
    align-items:center;
    margin:0;
    padding:0 0 25px;
    position:relative;
}
.sema-form .wpcf7-not-valid-tip {
    position:absolute;
    top:95%;
    right:0;
    text-align:right;
    font-weight: 600;
    font-size: 12px;
}
.sema-form .sema-row label {
    color:#000;
    width:120px;
    text-transform:uppercase;
    font-size:17px;
}
.sema-form .sema-row textarea {
    height:80px;
}
.sema-form .sema-row textarea, .sema-form .sema-row input[type="email"], .sema-form .sema-row input[type="text"] {
    resize:none;
    width:100%;
    box-sizing:border-box;
    padding:2.5px 7.5px;
}
.sema-area .half {
    height:auto !important;
}
.sema-form input[type="submit"] {
    border: 0px !important;
    position: relative;
    display: inline-block;
    text-align: right;
    border-bottom: 0px !important;
    background-color: #f47a20;
    font-weight: bold;
    font-family: 'Assistant', sans-serif;
    padding: 6px 25px 7px;
    width: auto;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    z-index: 200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float:right;
    color: #fff !important;
    -webkit-appearance: none;
    cursor:pointer;
}
.sema-area .wpcf7 form.invalid .wpcf7-response-output, .sema-area .wpcf7 form.payment-required .wpcf7-response-output, .sema-area .wpcf7 form.unaccepted .wpcf7-response-output {
    color:#000;
}
.sema-form .wpcf7-form-control-wrap {
    flex:1;
}
.sema-form .sema-row .wpcf7-form-control-wrap {
    width:calc(100% - 120px);
}
@media(max-width:600px) {
    .sema-form .sema-row p {
        flex-direction:column;   
        align-items:flex-start;
    }
    .sema-form .sema-row .wpcf7-form-control-wrap {
        width:100%;
    }
}
.sema-pdf {
    text-transform:uppercase;
    display:inline-block;
    border:0;
    text-align:center;
    border:0 !important;
}
.sema-pdf .title {
    font-size:23px;
    display:inline-block;
    border-bottom:1px solid #f47a20;
    margin:25px 0 0;
}
.sema-pdf img {
    -webkit-box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.75);
}
#home-top {
	float:left;
	width:100%;
	height:820px;
	position:relative;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#home-top.wheelerspin {
    height:420px;
}
#home-top.sema {
    height:250px;
}
#home-top.wheelerspin h1 {
    margin-top:60px !important;
}
#home-top.dealer {
	height:760px;
}
.dealer-gallery-item {
    margin:0 0 40px;
}
#home-top.dealer #home-top-banner {
    top:250px;
}
.make-centered {
	text-align:center;
}
#home-top-banner .hero-logo {
    position:absolute;
    bottom:100%;
    padding-bottom:15px;
    right:0;
		display:none;
}
.dealer a.hero-link.start-here-btn {
    bottom:175px;
}
#home-top-banner .hero-logo img {
    height:80px;   
}
#home-top-banner.make-bottom {
    top:auto;
    bottom:0;
    padding: 10px 20px 10px 20px;
}
#home-top-banner.alt-positioning {
	position:static !important;
	display:inline-block !important;
	padding:15px !important;
	text-align:center;
}
#home-top-banner.alt-positioning:before {
	display:none;
}
#home-top-banner.make-bottom img, #home-top-banner.alt-positioning img {
    width:40px;
}
#home-top.alt {
    height:650px;
}
#home-top.alt #home-top-banner {
 top:270px;   
}
#home-top-banner.alt-positioning.new-hg {
	background-color: transparent;
	padding:0 !important;
	position:static !important;
	width:100% !important;
}
.gallery-cta-new {
    text-decoration:none;
    color:#f47a20 !important;
    font-size:17px;
    font-weight:bold;
	font-family: 'Assistant', sans-serif;
    display:inline-block;
    padding:0 0 7.5px;
}

.new-gallery-search {
	width:650px;
	max-width: 100%;
	margin:0 auto;
}

.new-gallery-search form {
	float:left;
	width:100%;
	position:relative;
}

.new-gallery-search form input[type="text"] {
	float:left;
	width:100%;
	border-radius:25px;
	-webkit-appearance:none;
	outline:0;
	border:1px solid #4a4b50;
	background-color: #1e1f24;
	color:#fff;
	padding:10px 135px 10px 40px;
	box-sizing: border-box;
	background-image: url(images/searchers.png);
	background-position: 15px center;
	background-size: 15px;
	background-repeat: no-repeat;
}

.new-gallery-search-wrap {
	margin:-20px 0 20px;
}

.searchers {
	text-align: center;
}

.searchers span {
	color:#fff;
}

.new-gallery-search form input[type="submit"] {
	background-color: #f47a20 !important;
	-webkit-appearance:none;
	border:0;
	outline:0;
	border-radius:25px;
	position:absolute;
	top:6px;
	padding:0 35px;
	color:#fff;
	right:6px;
	height:calc(100% - 12px);
	cursor:pointer;
}

#home-top.alt a.hero-link.start-here-btn {
    bottom:75px;
}
#home-top-seatcovers {
	float:left;
	width:100%;
	/*height:820px;*/
	padding-bottom:100px;
	position:relative;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}

#home-top-alt {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 40px;
	position:relative;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
.page-id-3803 #home-top { height:520px;}

strong {
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
}

#home-top-banner strong {
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
}

#home-top-banner {
	position:absolute;
	/*top:290px;*/
	top:370px;
	right:0px;
	height:auto;
	width:auto;
	max-width:90%;
	padding:20px 20px 0px 40px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
	color:#f47a21;
	font-size:25px;
	line-height:32px;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal !important;
	z-index:200;
}
#home-top-banner h1 {font-size:25px;line-height: 32px;}
#home-top-banner-page {
	position:absolute;
	bottom:50px;
	left:0px;
	height:auto;
	width:auto;
	max-width:80%;
	padding:20px 20px 20px 40px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
	color:#fff;
	font-size:16px;
	line-height:25px;
	text-align:left;
	font-weight:normal !important;
	z-index:200;
}

/* GALLERY V2 STYLES */

#home-top.galleryv2 {
	height:auto;
	background-color: #2d2d2d;
  padding: 150px 0 50px;
}

.gallery-search {
	padding:3.75px 0;
	background-color: #f47a20;
}

/* END GALLERY V2 STYLES */

#home-top-banner-page.right {
	position:absolute;
	bottom:60px;
	left:auto;
	right:0px !important;
	height:auto;
	width:auto;
	max-width:80%;
	padding:20px 20px 20px 40px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
	color:#fff;
	font-size:16px;
	line-height:25px;
	text-align:left;
	font-weight:normal !important;
	z-index:200;
}

#home-top-banner-page:before {
	content:'';
	position:absolute;
	left:100%;
	top:0px;
	height:100%;
	width:100px;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
}

#home-top-banner-page.right:before {
	content:'';
	position:absolute;
	left:auto !important;
	right:100% !important;
	top:0px;
	height:100%;
	width:100px;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
}

#home-top-banner p:last-of-type, #home-top-banner-page p:last-of-type {
	margin-bottom:0px;
}

#home-top-banner:before {
	content:'';
	position:absolute;
	right:100%;
	top:0px;
	height:100%;
	width:100px;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
}

#logo {
	float:left;
}

#logo .smaller {
	display:flex;
	gap:10px;
}

#logo .smaller img {
	width:auto !important;
	height:80px;
}

#footer-menu {
	float:left;
	width:100%;
}

#footer-menu ul {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin:0px 0px 0px 0px;
}
#footer-menu2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
	margin-bottom:25px;
}
#footer-menu2 .col_1_3 ul {
	float:none;
	width:100%;
	height:auto;
	text-align:center;
	margin:0px 0px 0px 0px;
}
#footer-menu2 .col_1_3 ul li {
	width:100%;
	margin:0px 6px 5px 6px;
	position:relative;
	display:inline-block;
	text-align: left;
}
#footer-menu2 .col_1_3 ul li a {
	color:#f47a20;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer-menu2 .footermenutitle { color:#f47a20;font-size:18px;text-transform:uppercase;}
#footer-menu2 a.footermenutitle {margin-bottom:7px;}
#footer-menu2 .footertitleseparator {height:2px;background:#f47a20;width:50px;margin:0 0 10px 0;}
#main-menu {
	float:right;
	width:auto;
	height:auto;
	position:relative;
	z-index:301;
}

#main-menu ul {
	float:left;
	width:auto;
	height:auto;
	list-style:none;
	margin:25px 0px 0px 0px;
}

#footer-menu ul li {
	width:auto;
	margin:0px 6px 5px 6px;
	position:relative;
	display:inline-block;
}

#main-menu ul li {
	float:left;
	width:auto;
	margin:0px 0px 5px 35px;
	position:relative;
	position:relative;
	z-index:301;
}

#main-menu ul li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer-menu ul li a {
	color:#f47a20;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#main-menu ul li a:hover, #main-menu ul li.current-menu-item a, #main-menu ul li.parent-hovered a {
	color:#f47a20;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#main-menu ul li ul.sub-menu {
	position:absolute;
	top:100%;
	right:0px;
	float:left;
	width:105px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	display:none;
	z-index:301;
}

#main-menu ul li ul.sub-menu li {
	float:left;
	width:100%;
	margin:0px 0px 4px 0px;
}

#main-menu ul li ul.sub-menu li a {
	float:right;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:13px;
	line-height:13px;
	background-color:#f47a20;
  	font-weight:bold;
	font-family: 'Assistant', sans-serif;
  	position:relative;
	padding:4px 0px;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}

#main-menu ul li ul.sub-menu li a span {
	position:relative;
	z-index:2;
}

#main-menu ul li ul.sub-menu li a:after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #f47a20;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-35deg);
  z-index: 1;
  display:block;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#main-menu ul li ul.sub-menu li a:hover {
	color:#2d2d2d;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer-bar {
	background-color:#171717;
	padding:25px 0px 30px;
}

#footer-info {
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:29px;
}

#footer-info span, #footer-info a {
	color:#f47a20;
	text-decoration:none;
}

#footer-info span.liner {
	color:#fff !important;
}

#footer-logo {
	margin:25px 0px 15px 0px;
}

#footer-social {
	text-align:center;
	margin:0px 0px 25px 0px;
}

#footer-social a {
	display:inline-block;
	margin:0px 20px 10px 20px;
	width:65px;
}

#footer-social a img {
	max-width:100%;
}

#mobile-menu-toggle {
	display:none;
	position:absolute;
	top:5px;
	right:0px;
}

/* Hamburger */

/* Icon 3 */

#mobile-menu-toggle {
  width: 40px;
  height: 55px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobile-menu-toggle.open {
	right:280px;	
}

#mobile-menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile-menu-toggle span:nth-child(1) {
  top: 0px;
}

#mobile-menu-toggle span:nth-child(2),#mobile-menu-toggle span:nth-child(3) {
  top: 16px;
}

#mobile-menu-toggle span:nth-child(4) {
  top: 32px;
}

#mobile-menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#home-top .inside-inside, #home-top .inside {
	position:relative;
	height:100%;
}

#home-top .inside.alt {
    z-index:2;   
}

#home-transform-head p {
	position:relative;
	z-index:300;
}
.hero-link {
	position:absolute;
	bottom:100px;
	right:0px;
	float:left;
	text-align:right;
	color:#fff !important;
	background-color:#f47a20;
  	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	padding:6px 5px 7px;
	width:auto;
	text-decoration:none;
	font-size:22px;
	text-transform:uppercase;
	line-height:22px;
	z-index:200;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero-link.bigger-btn {
	font-size:28px;
	text-transform:uppercase;
	line-height:28px;
}
a.hero-link.start-here-btn {
	background:url("/wp-content/themes/Katzkin/images/start-now-button.png") no-repeat;display: block;width:489px;height: 160px;text-indent: -9999px;text-align:left;/*bottom:200px;*/bottom:150px;border:none;
}

a.hero-link.start-here-btn.static {
	position:static !important;
	margin:50px 0px 30px;
	float:right;
}

a.hero-link.start-here-btn:after {
	background:none;
	display:none;
}
a.hero2-link.start-here2-btn {
	background:url("/wp-content/themes/Katzkin/images/start-now-button.png") no-repeat;display: block;width:489px;height: 160px;text-indent: -9999px;text-align:left;bottom:200px;border:none;margin: 0 auto;
}
a.hero2-link.hero2-link-mobile.start-here2-btn {
	background:url("/wp-content/themes/Katzkin/images/start-now-button.png") no-repeat;display: block;width:350px;height: 114px;text-indent: -9999px;text-align:left;bottom:200px;border:none;margin: 0 auto;background-size:350px 114px;
}
#page-content a.hero2-link.start-here2-btn,#standard-page-content a.hero2-link.start-here2-btn,#page-content a.hero2-link.hero2-link-mobile.start-here2-btn, #standard-page-content a.hero2-link.hero2-link-mobile.start-here2-btn, .half a.hero2-link.hero2-link-mobile.start-here2-btn {border:none;}
a.hero2-link.start-here2-btn.static {
	position:static !important;
	margin:50px 0px 30px;
	float:right;
}

a.hero2-link.start-here2-btn:after {
	background:none;
	display:none;
}

.media-desc {
	float:left;
	width:100%;
	height:auto;
}

#zendesk_field_zen_submit {
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
}

.hero-link-static, #zrf_submit {
	border:0px !important;
	position:relative;
	display:inline-block;
	float:none !important;
	text-align:right;
	border-bottom:0px !important;
	background-color:#f47a20;
  	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	padding:6px 25px 7px;
	width:auto;
	text-decoration:none;
	font-size:22px;
	text-transform:uppercase;
	line-height:22px;
	z-index:200;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left:50%;
	-webkit-transform: translateX(-50%) translatey(0);
    -moz-transform: translateX(-50%) translatey(0);
    transform: translateX(-50%) translatey(0);
	color:#fff !important;
	-webkit-appearance: none;
}

.hero-link-static-right {
	position:relative;
	display:inline-block;
	float:right !important;
	text-align:right;
	border-bottom:0px !important;
	color:#fff !important;
	background-color:#f47a20;
  	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	padding:6px 15px 7px;
	width:auto;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	line-height:19px;
	z-index:200;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.hero-link-static,more-padd {
	padding:6px 55px 7px;
	max-width:100%;
	box-sizing: border-box;
}

.hero-link span, .hero-link-static span, .leather-link span, .vehicle-link span i, .hero-link-static-right span {
	z-index:2;
	position:relative;
	font-style:normal;
}

.leather-link {
	display:inline-block;
	text-align:right;
	color:#fff !important;
	background-color:#f47a20;
  	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	padding:6px 15px 7px 15px;
	width:auto;
	text-decoration:none;
	font-size:22px;
	text-transform:uppercase;
	line-height:22px;
	z-index:200;
	position:relative;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.leather-link:hover, .hero-link:hover, .hero-link-static:hover, .hero-link-static-right:hover, .hero-link-static.at-bottom:hover, .hero-link-static.at-bottom.hero:hover {
	transform: scale(1.1);
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.vehicle-slide {
	float:left !important;
}

.vehicle-slide img {
	width:100%;
}

.hero-abs {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}

.vehicle-sub-slide {
	padding:0px 5px;
	width:33.333333333%;
	height:auto;
	box-sizing: border-box;
	cursor:pointer;
}

.vehicle-sub-slider-wrap {
	padding:0px 25px;
	box-sizing: border-box;
	margin:20px 0px 40px 0px;
	position:relative;
}

.vehicle-prev, .vehicle-prev2 {
	position:absolute;
	left:0px;
	top:50%;
	float:left;
	width:20px;
	height:113px;
	background-size:100% auto;
	margin-top:-56px;
	background-image:url(images/prev-arrow.png);
	cursor:pointer;
}

.vehicle-next, .vehicle-next2 {
	position:absolute;
	right:0px;
	top:50%;
	float:left;
	width:20px;
	height:113px;
	background-size:100% auto;
	margin-top:-56px;
	background-image:url(images/next-arrow.png);
	cursor:pointer;
}

.vehicle-sub-slide img {
	max-width:100%;
	float:left;
}

.hero-link-static:hover, #zrf_submit:hover {
	left:50%;
	-webkit-transform:scale(1.1) translateX(-50%) translatey(0);
    -moz-transform:scale(1.1) translateX(-50%) translatey(0);
    transform:scale(1.1) translateX(-50%) translatey(0);
}

.leather-linker {
	margin:50px 0px 0px 0px;
}

.steps-linker {
	margin:50px 0px 0px 0px;
}

.hero-link:after, .leather-link:after, .hero-link-static:after, .vehicle-link span:after, .hero-link-static-right:after, #zrf_submit:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #f47a20;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-35deg);
  z-index: 1;
}

#home-slides, #slider, #home-slides .bx-wrapper, #home-slides .bx-viewport, .home-topper .bx-wrapper, .home-topper .bx-viewport {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100% !important;
}

.slide {
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}

#home-leather {
	float:left;
	width:100%;
	height:auto;
	padding:90px 0px 50px;
	/* background-image:url(images/home-leather.jpg); */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	text-align:center;
	color:#f47a20;
}
#landing-page-intro {
	float:left;
	width:100%;
	height:auto;
	padding:90px 0px 50px;
	background-color:#2d2d2d;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	text-align:center;
	color:#f47a20;
}

h1 {
	font-weight:normal !important;
	margin:0px 0px 40px 0px !important;
	font-size:40px;
	line-height:44px;
	font-family: 'Assistant', sans-serif;
}

.marg {
	margin:0px -20px;
}
.col_1_2 {
	float:left;
	width:50%;
	height:auto;
	padding:0px 0px;
	box-sizing: border-box;
	font-size:16px;
	color:#fff;
	line-height:28px;
	text-align:left;
	min-height:1px;
}
.col_3_4 {
	float:left;
	width:75%;
	height:auto;
	padding:0px 0px;
	box-sizing: border-box;
	font-size:16px;
	color:#fff;
	line-height:28px;
	text-align:left;
	min-height:1px;
}
.col_1_4 {
	float:left;
	width:25%;
	height:auto;
	padding:0px 0px;
	box-sizing: border-box;
	font-size:16px;
	color:#fff;
	line-height:28px;
	text-align:left;
	min-height:1px;
}
.col_1_3 {
	float:none;
	display: inline;
	width:25%;
	height:auto;
	padding:0px 0px;
	box-sizing: border-box;
	font-size:16px;
	color:#fff;
	line-height:28px;
	text-align:left;
	min-height:1px;
}
.half {
	float:left;
	width:50%;
	height:auto;
	padding:0px 40px;
	box-sizing: border-box;
	font-size:16px;
	color:#fff;
	line-height:28px;
	text-align:left;
	min-height:1px;
}

.halfer {
	float:left;
	width:50%;
	height:auto;
	padding:0px 10px;
	box-sizing: border-box;
	font-size:16px;
	color:#fff;
	line-height:28px;
	text-align:left;
	min-height:1px;
	margin:0px 0px 20px 0px;
}

.third, .one_third {
	float:left;
	width:33.333333333%;
	height:auto;
	padding:0px 20px;
	box-sizing: border-box;
	font-size:16px;
	line-height:28px;
	text-align:left;
	min-height:1px;
}

.fourth {
	float:left;
	width:25%;
	height:auto;
	padding:0px 5px;
	box-sizing: border-box;
	font-size:16px;
	color:#fff;
	line-height:28px;
	text-align:left;
	min-height:1px;
	margin:0px 0px 10px 0px;
}

.fourth.alt a span {
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	float:left;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  	opacity: 1;
}

.fourth.alt a:hover span {
  	opacity: 0;
  	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Nice Select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 17px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding:0 40px 0 20px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  min-width:175px;
  background-color:#F47A1F;
  color:#fff;}
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #414142;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
	width:auto;
	padding:0;
	margin:0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9000; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: normal;
	  font-family: 'Assistant', sans-serif;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #171717; }
    .nice-select .option.selected {
      font-weight: bold; font-family: 'Assistant', sans-serif;
    }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.fourth a {
	float:left;	
	position:relative;
}

.fourth a span {
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	float:left;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.5);
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  	opacity: 0;
}

.fourth a:hover span {
  	opacity: 1;
  	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fourth a span i.tab {
	display:table;
	vertical-align:middle;
	height:100%;
	width:100%;
}

.fourth a span i.cell {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	font-size:30px;
	line-height:34px;
	padding:0px 5px;
}

.gallery-marg {
	margin:20px 0px 40px 0px !important;
}

.fourth img {
	max-width:100%;
	float:left;
}

.marg-smaller {
	margin:0px -5px;
}

.third h3 {
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0px 30px 0px;
}

#media-area {
	background-color:#515352;
	margin:-100px 0px 0px 0px;
	padding:0px 0px 0px 0px;
position:relative;
z-index:100;
}

.vehicle-link {
	position:relative;
}

.vehicle-link img {
	float:left;
}

.vehicle-link span {
	position:absolute;
	right:20px;
	bottom:0px;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 10px;
	background-color:#f47a20;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	font-size:15px !important;
	line-height:18px !important;
}

.page_links_intro p {color:#fff;}.page_links_intro a {color:#f47a20;}
.vehicle-link-v2 { clear: both;margin:0 0 25px 0;}
.vehicle-link-v2 .vehlistingcontentsection {width:50%;float:left;}
.vehicle-link-v2 .vehlistingcontentsection a {text-decoration:none;}
.vehicle-link-v2 .vehlistingcontentsection a:hover {color:#ccc;}
.vehicle-link-v2 .vehlistingcontentsection p {color:#fff;}

/*.vehicle-link-v2 .vehlistingimagesection { width:33%;float:left;}
.vehicle-link-v2 .vehlistingimagesection a img {width:66%;border:none;}
.vehicle-link-v2 .conentinner {padding:25px;}
*/
.medias {
	margin-top:-200px;
}

.third img {
	max-width:100%;
	min-width:100%;
}

.third {
	margin:0px 0px 40px 0px;
}

.media-image {
	float:left;
	width:100%;
	height:auto;
	display:table;
	background-color:#2d2d2d;
	vertical-align:middle;
	position:relative;
	z-index:120;
	padding:30px 0px;
}

.media-image-inside {
	display:table-cell;
	vertical-align:middle;
	font-size:0px;
}

#media-area:before {
	content:'';
	position:absolute;
	bottom:100%;
	left:0px;
	height:100px;
	width:100%;
	background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(81,83,82,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(81,83,82,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(81,83,82,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(81,83,82,1));
z-index:101;
}

.half img {
	max-width:100%;
}

.half iframe {
	-webkit-box-shadow: 0px 0px 34px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 34px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 34px -6px rgba(0,0,0,0.75);
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	float:left;
	width:100%;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#standard-page-content .video-wrapper a {border:none;pading:0 0 25px 0;}
.videolink img {width:90%;}
.videopopuplink {text-align: center;}
.videopopuplink a {border-bottom: none !important;}
.before-and-after-video {padding:25px 0 25px 0;display: block;}
#home-steps {
	float:left;
	width:100%;
	height:auto;
	padding:40px 0px;
	background-color:#2d2d2d;
	text-align:center;
}

.no-marg {
	margin:0px 0px 0px 0px !important;
}

#testimonials-slider {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0px 0px 0px;
	position:relative;
}
#testimonials-slider .home-footer-extra-content { text-align: left; margin:25px 0 25px 0;}
#testimonials-slider .home-footer-extra-content h2 { font-size:16px;margin:0 !important;padding:0 !important;line-height: 22px; }
#testimonials-slider .home-footer-extra-content p { font-size:16px;color:#fff; }
#testimonials-slider .home-footer-extra-content #homesectionextracontent_moretext { display: inline-block;}
#testimonials-slider .home-footer-extra-content #homesectionextracontent_button { display:none;}
#testimonials-slider .home-footer-extra-content #homesectionextracontent_button { text-decoration: none; color:#fff;background:url(images/button-learnmore-arrow.png) no-repeat 85px 5px;}
#home-footer-videos-content {margin:50px 0 50px 0;}
#home-footer-videos-content h3 {
    margin-bottom:40px;
}
.home-top-caller {
    position: absolute;
    /* top: 290px; */
    bottom:110px;
    right: 0px;
    height: auto;
    width: auto;
    max-width: 90%;
    padding: 10px 20px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    color: #f47a21;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: right;
    font-weight: normal !important;
    z-index: 200;
}
.home-top-caller-mob {
    display:none; 
    position: absolute;
    bottom: 20px;
    left: 0;
    float: left;
    width: 100%;
}
.home-top-caller-mob a {
 font-size:23px;   
}
.home-top-caller a, .home-top-caller-mob a {
    color:#f47a20 !important;
    font-weight: bold;
    text-decoration: none;
}
.home-top-caller:before {
    content: '';
    position: absolute;
    right: calc(100% - .15px);
    top: 0px;
    height: 100%;
    width: 40px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}
.home-footer-extra-content a:link,.home-footer-extra-content a:visited {color:#f47a20;text-decoration: underline;}
.home-footer-extra-content a:hover,.home-footer-extra-content a:active {text-decoration:none;}
.clearboth {clear:both;}
.bx-prev {
	position:absolute;
	top:50%;
	left:0px;
	z-index:301;
	background-color:#414042;
	font-size:0px;
	height:75px;
	width:75px;
	background-image:url(images/prev.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 55px;
	margin-top:-37px;
}

.bx-next {
	position:absolute;
	top:50%;
	right:0px;
	z-index:301;
	background-color:#414042;
	font-size:0px;
	height:75px;
	width:75px;
	background-image:url(images/next.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 55px;
	margin-top:-37px;
}

.testimonial {
	float:left;
	width:100%;
	padding:0px 20px;
	box-sizing: border-box;
}

.star {
	float:left;
	position:relative;
   height:45px;
   width:50px;
}

.star:after {
	content: "\2605";
   position: absolute;
   font-size:40px;
   color:#f47a21;
}

.stars {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 15px 0px;
}

.testimonial-inside {
	float:left;
	width:100%;
	padding:40px 85px;
	background-color:#515251;
	text-align:left;
	color:#fff;
	font-size:21px;
	line-height:28px;
	box-sizing: border-box;
}

.testimonial-person {
	float:left;
	width:100%;
	height:auto;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	font-size:28px;
	line-height:34px;
	box-sizing: border-box;
	padding:0px 75px 0px 0px;
}

h2 {
	font-weight:normal !important;
	margin:0px 0px 40px 0px !important;
	font-size:35px;
	line-height:40px;
	
	color:#f47a20;
	text-transform:uppercase;
	box-sizing: border-box;
}

h2.center, p.center {
	text-align:center;
}

.steps {
	margin:0px 0px 50px 0px;
}

.step {
	float:left;
	width:33.333333333%;
	padding:0px 20px;
	box-sizing: border-box;
	text-align:left;
	color:#fff;
}

h3 {
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	font-size:36px;
	line-height:42px;
	margin:0px 0px 10px 0px;
}

.step-num {
	float:left;
	width:75px;
	height:auto;
	color:#f47a21;
	font-size:96px;
	line-height:100px;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	margin-top:-10px;
}

.step-info {
	display:block;
	padding:0px 40px 0px 90px;
}

.step-info-inside {
	float:left;
	width:100%;
}

#home-transform-head {
	background-color:#171717;
	text-align:center;
	padding:20px 0px;
}
.standardsection.installationtransformation {
	background-color:#252525;
}
.standardsection {
	padding:50px 0 50px 0;	
}
.standardsection h3 {
	font-weight:normal !important;
	margin:0px 0px 40px 0px !important;
	font-size:55px;
	line-height:54px;
	font-family: 'Assistant', sans-serif;
	color:#f47a20;
	text-transform:uppercase;
	text-align:center;
}

#home-transform-head h3 {
	font-weight:normal !important;
	margin:0px 0px 40px 0px !important;
	font-size:55px;
	line-height:54px;
	font-family: 'Assistant', sans-serif;
	color:#f47a20;
	text-transform:uppercase;
	text-align:center;
}

#home-transform-head h3 {
	margin:0px 0px 0px 0px !important;
}

.show-g-link {
	display:none;
	margin:-50px 0 20px;
}

.bigger-center, #testimonials-slider .home-footer-extra-content h2.bigger-center {
	font-weight:normal !important;
	margin:0px 0px 40px 0px !important;
	font-size:55px !important;
	line-height:54px !important;
	font-family: 'Assistant', sans-serif;
	color:#f47a20;
	text-transform:uppercase;
	text-align:center;
}

.cd-image-container {
  position: relative;
  width: 100%;
  float:left;
  -webkit-margin-before: 0px !important;
  -webkit-margin-after: 0px !important;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  margin-top:25px !important;
}
.cd-image-container img {
  display: block;
  max-width:100%;
  float:left;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 30%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 35%;
  }
  100% {
    width: 30%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 35%;
  }
  100% {
    width: 30%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 35%;
  }
  100% {
    width: 30%;
  }
}
.cd-handle {
  position: absolute;
  height: 100%;
  width: 10px;
  background-color:#fff;
  /* center the element */
  left: 30%;
  top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle:before {
	content:'\2190';
	color:#fff;
	border-radius:50%;
	border:6px solid #fff;
	position:absolute;
	top:50%;
	right:100%;
	width:122px;
	height:122px;
	margin-right:-66px;
	line-height:116px;
	font-size:45px;
	text-align:left;
	box-sizing: border-box;
	padding:0px 0px 0px 2px;
	margin-top:-66px;
}
.cd-handle:after {
	content:'\2192';
	color:#fff;
	border-radius:50%;
	border:6px solid #fff;
	position:absolute;
	top:50%;
	right:100%;
	width:122px;
	height:122px;
	margin-right:-66px;
	line-height:116px;
	font-size:45px;
	text-align:right;
	box-sizing: border-box;
	padding:0px 2px 0px 0px;
	margin-top:-66px;
}
.cd-handle.draggable {
  /* change background color when element is active */
  	background-color: #f47a21;
}
.cd-handle.draggable:after, .cd-handle.draggable:before {
	border:6px solid #f47a21;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

#home-gallery, #home-new {
	padding:20px 0px;
	background-color:#171717;
	text-align:center;
}

#home-gallery.no-bg {
    background-color:transparent;
}

.gallery-item {
	float:left;
	width:33.333333333%;
	height:auto;
	padding:0px 20px;
	box-sizing: border-box;
}

.gallery-item img {
	max-width:100%;
	float:left;
}

.gallery {
	margin:0px 0px 30px 0px;
}

.gallery-link-area {
	margin:30px 0px 0px 0px;
	float:left;
	width:100%;
}

.gallery-link-area p {
	margin:0px 0px 0px 0px !important;
}

.gallery-link {
	color:#fff;
	float:right;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
}

#home-customers {
	background-color:#2d2d2d;
	text-align:center;
	padding:30px 0px 40px;
}

#site-container {
	float:left;
	width:100%;
	height:auto;
	position:relative;
}

.container {
       -webkit-transition: 0.4s ease;
       -moz-transition: 0.4s ease;
       -o-transition: 0.4s ease;
       transition: 0.4s ease;  
}

#menu-h ul {
	float:left;
	width:100%;
	height:auto;
	list-style:none;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}

#menu-h > ul {	
	margin:0px 0px 0px 0px;
	padding:0px 15px;
}

#menu-h ul li:first-of-type {
	border-top:0px;
}

#menu-h ul li {
	float:left;
	width:100%;
	height:auto;
	font-family: 'Assistant', sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
	position:relative;
	border-top:1px solid #fff;
}

#menu-h ul li.menu-item-has-children > a {
	border-bottom:1px solid #fff;
}

#menu-h #menu-item-593 > a {
	display:none;
}

#menu-h ul li a {
	text-decoration:none;
	color:#fff;
	float:left;
	width:100%;
	height:auto;
	padding:13px 0px 10px;
	box-sizing: border-box;
}

#menu-h {
	display:none;
}

#page-content {
	padding:175px 0px 30px 0px;
	background-color:#2d2d2d;
	color:#fff;
	font-size:16px;
	font-weight:normal !important;
	line-height:24px;
}

#standard-page-content {
	color:#fff;
	font-size:16px;
	font-weight:normal !important;
	line-height:24px;
	float:left;
	width:100%;
}

#standard-page-content img.alignleft, #standard-page-content img.alignright {
	max-width:50%;
}

#page-content.less-padd {
	padding:30px 0px 30px 0px;
}

#page-content a, #standard-page-content a, .half a {
	color:#f47a20;
	text-decoration:none;
	border-bottom:1px solid #f47a20;
}

#page-content ul, #standard-page-content ul {
	list-style:disc;
}

h1 {
	width:100%;
	height:auto;
	text-transform:uppercase;
	font-weight:normal !important;
	font-size:62px;
	color:#f47a20 !important;
	font-family: 'Assistant', sans-serif;
	line-height:65px;
}
h1#degreeztitle { padding:0;font-size:52px;line-height: 55px;margin:15px 0px 40px 0px !important; }
h2 {
	width:100%;
	height:auto;
	text-transform:uppercase;
	font-weight:normal !important;
	font-size:48px;
	color:#f47a20 !important;
	font-family: 'Assistant', sans-serif;
	line-height:55px;
	padding:0px 40px;
}

h1.center {
	text-align:center;
}

h1.left {
	text-align:left;
	padding:0px 0px 0px 75px;
	box-sizing: border-box;
}

.section {
	padding:45px 0px 45px 0px;
}

.section.no-padd-top {
	padding:0px 0px 45px 0px;
}

.section.less-padd {
	padding:45px 0px 0px 0px;
}

h1.right {
	text-align:right;
	padding:0px 75px 0px 0px;
	box-sizing: border-box;
}

h3 {
	width:100%;
	height:auto;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal !important;
	font-size:27px;
	color:#f47a20 !important;
	font-family: 'Assistant', sans-serif;
	line-height:33px;
}

h1 strong {
	font-family: 'Assistant', sans-serif; font-weight:bold !important;
}

#header-bar.black-bg #main-menu {	position:relative;
}

#header-bar.black-bg:before {
	content: '';
	  position: absolute;
	  top: 0; left: 43%;
	  width: 100%; height: 72%;
	  background: #141515;
	  -webkit-transform-origin: 100% 0;
	  -ms-transform-origin: 100% 0;
	  transform-origin: 100% 0;
	  -webkit-transform: skew(-35deg);
	  -ms-transform: skew(-35deg);
	  transform: skew(-35deg);
	  z-index: 1;
}

.tabler {
	display:table;
}

.tabler-inside {
	display:table-cell;
}

.tabler-inside h1 {
	display:inline-block !important;
	width:auto !important;
	padding:30px 0px 0px 0px;
}

.tabler.top {
	display:table;
	vertical-align:top;
}

.tabler-inside.top {
	vertical-align:top;
}

.tabler-inside.top h1 {
	vertical-align:top;
	padding:150px 0px 0px 0px;
}
body.page-template-Landingpage-katzkin-v-seat-covers .tabler-inside.top h1 {
	vertical-align:top;
	padding:80px 0px 0px 0px;
}
.tabler.middle {
	display:table;
	vertical-align:middle;
}

.tabler-inside.middle {
	vertical-align:middle;
}

.tabler-inside.middle h1 {
	vertical-align:middle;
}

.tabler.bottom {
	display:table;
	vertical-align:bottom;
}

.tabler-inside.bottom {
	vertical-align:bottom;
}

.tabler-inside.bottom h1 {
	vertical-align:bottom;
	padding:0px 0px 150px 0px;
}

.tabler-inside h1.right {
	float:right;
}

.tabler-inside h1.left {
	float:left;
}

.tabler-inside h1.center {
	width:100% !important;
	text-align:center;
}

.tabler-inside h1 p {
	margin-bottom:0px !important;
}

h2 p {
	margin-bottom:0px !important;
}

.texter {
	padding-top:50px !important;
	position:relative;
	padding-bottom:40px;
}

.texter p {
	float:left;
	width:100%;
}

.clear_column {
	width: 100%;
    height: 1px;
    float: left;
}

.texter.top {
	padding-top:0px !important;
}
.texter.orangerevtext {background:#f47a20;color:#fff;}
.texter.orangerevtext h2, .texter.orangerevtext p, .texter.orangerevtext ul li{color:#fff !important;}

.hero-link-static.at-bottom {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:6px 15px 7px 15px;
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;
	float:left !important;
	left:auto !important;
}

.hero-link-static.at-bottom.vs {
	position:absolute;
	right:0px;
	bottom:40px !important;
	top:auto !important;
	padding:6px 15px 7px 15px !important;
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;
	float:left !important;
	left:auto !important;
}

.hero-link-static.at-bottom.hero {
	position:absolute;
	right:0px;
	bottom:auto;
	top:100%;
	margin-top:-5px;
	padding:6px 15px 7px 15px !important;
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;
	float:left !important;
	left:auto !important;
}

.hero-link-static.at-bottom span {
	float:right;
	width:auto;
}

.half img {
	float:left;
}

.center-this {
	float:left;
	text-align:center;
	width:100%;
}

.inline {
	display:inline-block;
	margin:30px 25px 30px 25px;
	max-width:225px;
	vertical-align:middle;
}

.inline img {
	max-width:100%;
}

#zendesk_field_zen_name, #zendesk_field_114099755174, #zendesk_field_zen_email, #zendesk_field_114099738013 {
	float:left;
	width:50% !important;
}


#zendesk_field_zen_name input, #zendesk_field_zen_name label, #zendesk_field_114099755174 input, #zendesk_field_114099755174 label, #zendesk_field_zen_email input, #zendesk_field_zen_email label, #zendesk_field_114099736353 select, #zendesk_field_114099736353 label, #zendesk_field_114099737993 input, #zendesk_field_114099737993 label, #zendesk_field_114099755954 input, #zendesk_field_114099755954 label, #zendesk_field_114099738013 select, #zendesk_field_114099738013 label, #zendesk_field_zen_subject, #zendesk_field_zen_subject input, #zendesk_field_zen_subject label, #zendesk_field_zen_desc, #zendesk_field_zen_desc textarea {
	float:left;
	width:100% !important;
	box-sizing: border-box;
}

#zrf-form p {
	float:left;
	padding:0px 10px;
	box-sizing: border-box;
	margin-bottom:5px !important;
}

#zrf-form p select {
	font-size:21px;
}
#zrf-form p#zendesk_field_zen_name_1 {float:left; width: 50% !important;}
#zrf-form p#zendesk_field_zen_name_2 {float:left; width: 50% !important;}
#zrf-form p#zendesk_field_114099737833 { float:none; width: 100% !important;}

#zrf-form p#zendesk_field_114099738013 {
	float:left;
	width:100% !important;
}
#zrf-form p#zendesk_field_114099736353,#zrf-form p#zendesk_field_114099737993,#zrf-form p#zendesk_field_114099755954 {
	float:left;
	width:33% !important;
}

.white {
	color:#fff;
	font-size:120%;
}

.white a {
	color:#F47A1B;
}

/* Warranty Form */

.wpcf7-response-output {
	float:left;
	width:100%;
	height:auto;
	box-sizing: border-box;
	margin:30px 0px 0px 0px !important;
	padding:10px !important;
}

.form-row {
	float:left;
	width:100%;
	box-sizing: border-box;
}

.form-row.marg {
	padding:0px 20px;
	margin:0px 0px 15px 0px;
}

.form-row.submit {
	margin:20px 0px 15px 0px;
}

.form-row input[type="submit"] {
	float:left;
	background-color:#f47a20;
  	font-weight:bold !important;
	font-family: 'Assistant', sans-serif;
	padding: 6px 25px 7px 25px;
	width:auto;
	text-decoration:none;
	font-size:22px;
	text-transform:uppercase;
	line-height:22px;
	z-index:200;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:0px !important;
	color:#fff;
	text-align:right;
	-webkit-appearance: none;
}

.submit-wrap {
	float:left;
	width:auto;
	position:relative;
}

.quart {
	width:25%;
	float:left;
	padding:0px 20px;
	box-sizing: border-box;
	margin:0px 0px 15px 0px;
}

.quart input, .quart span, .small input, .small span, .medium input, .medium span, .bigger input, .bigger span {
	float:left;
	width:100%;
	box-sizing: border-box;
}
.col_1_2 input {
	float:left;
	width:95%;
	box-sizing: border-box;
}
.col_full input, .col_full textarea {
	float:left;
	width:100%;
	box-sizing: border-box;
}

#home-top.bigger #home-top-banner-page span {
	float:none;
	width:auto;
}

#home-top.bigger {
	margin-bottom:0px;
}

.small {
	float:left;
	padding:0px 20px;
	box-sizing: border-box;
	width:13%;
	margin:0px 0px 15px 0px;
}

.medium {
	float:left;
	padding:0px 20px;
	box-sizing: border-box;
	width:20%;
	margin:0px 0px 15px 0px;
}

.bigger {
	float:left;
	padding:0px 20px;
	box-sizing: border-box;
	width:40%;
	margin:0px 0px 15px 0px;
}

#breadcrumbs {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 25px 0px;
	box-sizing: border-box;
	padding:0px 20px;
	color:#f47921;
}

#breadcrumbs a, #breadcrumbs span {
	color:#f47921;
}

h3.white {
	color:#fff !important;
	text-align:center;
	margin:20px 0px 8px 0px;
	float:left;
	width:100%;
}

.white-area {
	text-align:left !important;
	color:#fff !important;
}

.white-area h3 {
	padding:30px 0px 8px 0px !important;
	color:#fff !important;
}

#vid-info-below {
	display:none;
}

.extra-padd {
	padding:0px 15%;
	box-sizing: border-box;
}
.banner-main-image-section {
    text-align: center;
	padding-top:115px;
}
#standard-page-content a.downloadlink { 
text-align: center;
background: url(/wp-content/themes/Katzkin/images/download-icon3.png) no-repeat;
padding: 0px 0 0 0;
display: block;
margin: 0 auto;
width:110px;height:110px;text-indent: -9999px;text-decoration: none;border:none; }
#standard-page-content a.downloadlink:hover {
background-position:bottom;
}
.hide-on-desk {
	display:none !important;
}
.hide-on-desk2 {
	display:none;
}
.hide-on-mobile {
	display:block;
}
/*START indi*/
  .indi-forum-details {
    text-align: center !important;
    margin: 0 !important;
    flex: 0 1 80% !important;
  }
   .indi-carousel {
    overflow-x: hidden !important;
  }
.indi-forum-details h4 {
	width: 100%;
	height: auto;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 48px;
	color: #f47a20 !important;
	font-family: 'Open Sans',sans-serif;
	line-height: 55px;
	padding: 0 0px;	
}
.indi-forum-details button {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	background: #f47a20;
	font-family: 'Assistant', sans-serif;
	line-height: 55px;
	padding: 0 40px;
	color: #fff;
	border: none;	
	cursor: pointer;
}
.indi-forum-details button:hover {
	background:#ccc;
}
/*END indi*/
.footersubmenu { display: block;}
.hideonmobile {display: block;}
.hideondesktop {display:none;}
#home-top.shorter2 {
	height:620px;
}


.v2-hero img.mobile-only-new {
    display:none;
}

@media(max-width:1300px) {
#home-top.shorter {
	height:720px;
}
}

@media(max-width:1220px) {
.inside {
	padding:0px 20px;
	box-sizing: border-box;
}
}

@media(max-width:1100px) {
#header-bar.black-bg:before, #header-bar:before {
	content: '';
	  position: absolute;
	  top: 0; left: 38%;
}
h1#degreeztitle { padding:0;font-size:58px; }
}

@media(max-width:1090px) {
	#header-bar.black-bg:before {
		display:none !important;
	}
.third, .one_third {
	float:left;
	width:50%;
}
.fourth {
	width:33.333333333%;
}
#header-bar.black-bg:before, #header-bar:before {
	display:none;
}
	#header-bar.smalls.black-bg:before, #header-bar.smalls:before {
		display:block;
		margin-top:0;
	}	
	#header-bar.smalls #mobile-menu-toggle {
		top:15px;
	}
.step {
	width:100%;
	margin:0px 0px 40px 0px;
	text-align:center;
}
.step-inside {
	display:inline-block;
	max-width:400px;
	text-align:left;
}
.steps {
	margin:0px 0px 0px 0px;
}
#main-menu {
	display:none;
}
#mobile-menu-toggle {
	display:block;
}
#menu-h {
         position: fixed;
         top: 0;
         bottom: 0;
         width: 280px;
         right: -280px;
         height: auto;
         -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
		overflow-y: scroll;
		float:left;
		background-color:#f47a21;
		z-index:1002;
		box-sizing: border-box;
		border-left:2px solid #fff;
		display:block;
}
#mobile-logo {
	float:left;
	width:100%;
	height:auto;
	background-color:#000;
	text-align:center;
	padding:10px 0px;
}
#mobile-logo a {
	display:inline-block;
}
#mobile-logo img {
	display:inline-block;
	max-width:80%;
}
#menu-h.active {
        -webkit-transform: translate(-280px, 0px);
        -moz-transform: translate(-280px, 0px);
        -o-transform: translate(-280px, 0px);
        -ms-transform: translate(-280px, 0px);
        transform: translate(-280px, 0px);
}

.container {
	   height:280px;
	   position:relative;
}

.container.active {
       -webkit-transform: translate(-280px, 0px);
       -moz-transform: translate(-280px, 0px);
       -o-transform: translate(-280px, 0px);
       -ms-transform: translate(-280px, 0px);
       transform: translate(-280px, 0px);
}

.close-menu-overlay {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	padding:0px 280px 0px 0px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.5);
	box-sizing: border-box;
	z-index:1000;
	cursor:pointer;
}

.close-menu-overlay.active {
	display:block;
}

body.active {
    overflow: hidden;
	height:100%;
    position: relative;
}
.row.degreezcontent {
clear:both;margin:45px 0 45px 0;
}
}

@media(max-width:980px) {
.row.degreezcontent .half {
	width:100%;
}
.row.degreezcontent {
clear:both;margin:175px 0 45px 0;
}
.quart {
	width:50%;
}
.bigger {
	width:100%;
}
.small, .medium {
	width:50%;
}
.extra-padd {
	padding:0px 0px;
}
}
.showlarge { display:block;}
.showsmall { display:none;}

@media(max-width:1300px) {
#home-top-banner-page {
	/*bottom:32px;*/
}
}

@media(max-width:1221px) {
.tabler-inside.bottom h1 {
    vertical-align: bottom;
    padding: 0 0 285px 0;
	font-size: 42px;
    line-height: 45px;
}
}

@media(max-width:900px) {
.fourth a span {
	opacity:1 !important;
	top: auto;
    bottom: 0;
	height:auto !important;
}
.fourth a span i {
	font-size:16px !important;	
}
#home-top-banner-page
{
	font-size: 14px;
    line-height: 23px;
	padding: 15px 20px 15px 40px;
}
}
@media(max-width:860px) {
	
	#home-top.galleryv2 .inside-inside .tabler-inside	{
		padding-bottom:100px;
	}
	
	#home-top.galleryv2.v2024 .inside-inside .tabler-inside {
		padding-bottom:50px;
	}
	
	#home-top.galleryv2 {
		padding-bottom:0;
	}
	
h1#specialtitle {font-size:30px;line-height: 32px;}
h1#specialtitle .smallerbannertitle {font-size:30px;line-height: 32px;}
h1#specialtitle .smallerbannertitle2 {font-size:25px;line-height: 28px;}

#home-top-banner.alt-positioning { 
	position:absolute !important;
	bottom:0;
	left:-20px;
	width:calc(100% + 40px);
	max-width:calc(100% + 40px);
	float:left;
	top:auto;
}
.row.degreezcontent {
clear:both;margin:25px 0 45px 0;
}
#vid-info {
	display:none;
}
#vid-info-below {
	display:block;
}
.showlarge { display:none;}
.showsmall { display:block;}
.degreezcontent .half {
	width:100%;
	padding:0px 0px;
	margin-bottom:25px;
}
.degreez-top .half {
	width:100%;
}
#home-top-banner-page, #home-top-banner-page.right {
	position:absolute;
	top:auto;
	bottom:0px;
	right:0px;
	height:auto;
	width:100%;
	max-width:100%;
	font-size:15px;
	line-height:20px;
	padding:15px 10px 15px 10px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.4);
	box-sizing: border-box;
	text-align:left !important;
}
.v2-hero .alt-hero-v2 #home-top-banner-page {
	padding:10px 10px 15px 10px !important;
}
.v2-hero .alt-hero-v2 h1 {
    font-size:32px !important;   
}
}
@media(max-width:820px) {
	.col_1_3 {width:100%;display:block;float:none;}	
	#footer-menu2 {flex-direction: column;}
	#footer-menu2 .col_1_3 ul {margin-bottom:25px;}	
	#footer-menu2 .col_1_3 ul li {text-align: center;}	
	#footer-menu2 .footermenutitle {text-align: center;font-size: 21px;}
	#footer-menu2 .footertitleseparator {margin: 0 auto 10px auto;}	
}
@media(max-width:720px) {
    #home-top.dealer {
	    height:600px;
    }
	.new-gallery-search {
		width:100%;	
	}
	#home-top-banner .hero-logo {
    position: absolute;
    bottom: 100%;
    padding-bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
	#home-top.shorter2 {
		height:400px;
	}
.vehicle-link-v2 .vehlistingcontentsection { width:100%; float:none; }
.vehicle-link-v2 {margin:0 0 55px 0;}
.vehicle-link-v2 .third.vehicle-link { width:100%;margin:0 0 15px 0;}
.footersubmenu { display: none;}
.hideonmobile {display: none;}
.hideondesktop {display:block;}
	.texter.orangerevtext h2{padding:35px 0 0 0; text-align: center;}
	ul.customorderlist3 li {font-size: 1em;margin-top:35px;}
.indi-forum-details button {
	line-height: 24px;
	padding: 10px 20px;
}
.v2-hero img.mobile-only-new {
    display:block;
}
.v2-hero img.desktop-only-new {
    display:none;
}
.col_1_4 {width:100%;display:block;float:none;}	

.col_3_4 {width:100%;display:block;float:none;}	
.hide-on-desk {
	display:inline-block !important;
	/*max-width:300px;*/
	float:none !important;
	text-decoration:none !important;
	border:0px !important;
	margin:0px 0px !important;
}
.hide-on-mobile {
	display:none;
}
.hide-on-desk2 {
	display:block;
}
	
#testimonials-slider .home-footer-extra-content h2 { font-size:12px;margin:0 !important;padding:0 !important;line-height: 18px; }
#testimonials-slider .home-footer-extra-content p { font-size:12px;color:#fff; }
#testimonials-slider .home-footer-extra-content #homesectionextracontent_moretext { display: none;}
#testimonials-slider .home-footer-extra-content #homesectionextracontent_button { display:block;}

#breadcrumbs {
	padding:0px 0px;
}
h3 {
	width:100%;
	height:auto;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal !important;
	font-size:17px;
	color:#f47a20 !important;
	font-family: 'Assistant', sans-serif;
	line-height:23px;
}
#media-area, .medias {
	margin-top:0px !important;
}
.hero-link-static.at-bottom.hero {
	position:absolute;
	right:0px;
	/*bottom:77px;*/
	bottom:147px;
	top:auto !important;
	margin-top:0px;
}
.hero-link-static-right {
padding: 10px 26px 12px 5px !important;
font-size: 18px;
margin: 0 auto;
width: 211px;
display: block !important;
position: relative;
right: auto;
top: auto;
float: none !important;
left: auto !important;
bottom: auto !important;
}
.hero-link-static.at-bottom {
padding: 10px 26px 22px 5px !important;
font-size: 18px;
margin: 0 auto;
width: 250px;
display: block !important;
position: relative;
right: auto;
top: auto;
float: none !important;
left: auto !important;
bottom: auto !important;
}
	
.tabler-inside.bottom h1 {
	vertical-align:bottom;
	padding:0px 0px 115px 0px;
	font-size: 32px;
    line-height: 35px;
}
.tabler-inside img {
	max-width:90%;
}
.inline {
	display:inline-block;
	margin:15px 20px 15px 20px;
	max-width:125px;
	vertical-align:middle;
}
#standard-page-content img.alignleft, #standard-page-content img.alignright {
	max-width:100%;
	display:block;
	clear:both;
	float:none !important;
}
.marg {
	margin:0px 0px;
}
.quart {
	padding:0px 10px;
}

.small {
	float:left;
	padding:0px 10px;
}

.medium {
	float:left;
	padding:0px 10px;
}

.bigger {
	float:left;
	padding:0px 10px;
}
.gallery-item {
	padding:0px 10px;
	text-align:center;
}
.gallery-link {
	color:#fff;
	float:none;
	display:inline-block;
}
#footer-menu {
	margin:0px 0px 30px 0px;
}
#footer-menu ul {
	columns: 2;
  	-webkit-columns: 2;
  	-moz-columns: 2;
}
#footer-menu ul li {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px !important;
	-webkit-column-break-inside: avoid;
  	column-break-inside: avoid;
  	page-break-inside: avoid; 
}
#footer-menu ul li a {
	text-align:left;
	float:left;
}

	
.cd-handle {
  position: absolute;
  height: 100%;
  width: 6px;
  background-color:#fff;
  /* center the element */
  left: 30%;
  top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle:before {
	content:'\2190';
	color:#fff;
	border-radius:50%;
	border:3px solid #fff;
	position:absolute;
	top:50%;
	right:100%;
	width:66px;
	height:66px;
	margin-right:-36px;
	line-height:62px;
	font-size:23px;
	text-align:left;
	box-sizing: border-box;
	padding:0px 0px 0px 2px;
	margin-top:-33px;
}
.cd-handle:after {
	content:'\2192';
	color:#fff;
	border-radius:50%;
	border:3px solid #fff;
	position:absolute;
	top:50%;
	right:100%;
	width:66px;
	height:66px;
	margin-right:-36px;
	line-height:62px;
	font-size:23px;
	text-align:right;
	box-sizing: border-box;
	padding:0px 2px 0px 0px;
	margin-top:-33px;
}
.cd-handle.draggable:after, .cd-handle.draggable:before {
	border:3px solid #f47a21;
}
.steps-linker {
	margin:0px 0px 0px 0px;
}
h2 {
	font-weight:normal !important;
	margin:0px 0px 40px 0px !important;
	font-size:21px;
	line-height:26px;
}
#home-transform-head h3 {
	font-weight:normal !important;
	margin:0px 0px 0px 0px !important;
	font-size:21px !important;
	line-height:26px;
}
.half, .third, .one_third {
	width:100%;
	padding:0px 0px;
	margin-bottom:25px;
}
.third.vehicle-link {
	width:50%;
	padding:0px 5px;
}
.vehicle-link span {
	position:absolute;
	right:5px;
	max-width:60%;
	font-size:12px !important;
	line-height:14px !important;
	width:auto;
	float:left;
	text-align:right;
	padding:5px 5px;
}
.half:last-of-type, .third:last-of-type {
	margin-bottom:0px;
}
.fourth {
	width:50%;
}
.third.media-custom {
	width:50% !important;
	padding:0px 10px;
}
h2 {
	padding:0px 0px;
}
.texter {
	padding-top:0px !important;
	padding-bottom:10px !important;
}
.section { padding: 25px 0; }

.hero-link-static.at-bottom {
	/*bottom:30px;*/
	bottom:0px;
}
h1 {
	font-size:30px;
	line-height:34px;
}
h1#degreeztitle {
	font-size:30px;
	line-height:34px;
}
.video-wrapper {
	margin:0px 0px 20px 0px;
}
#home-top {
	float:left;
	width:100%;
	/*height:450px;*/
	height:600px;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#home-top.wheelerspin {
    height:350px;
}
#home-top.shorter {
	height:475px;
}
.page-id-3803 #home-top { height:400px;}
#home-top.bigger {
	height:720px;
}
#home-top.degreezer {
	height:650px;
}
img.better-z-in {
	max-width:120px;
}
#footer-social a {
	display:inline-block;
	margin:0px 10px 10px 10px;
	width:45px;
}
#home-top.dealer #home-top-banner {
    top:auto;
    bottom:0;
}
.dealer a.hero-link.start-here-btn {
    bottom: 42.5px;
    top: auto;
}
.home-top-caller {
    display:none;
}
.home-top-caller-mob {
    text-align:center;
    display:block;
}
.home-top-caller a {
    font-size:19px;
}
#home-top-banner, #home-top.alt #home-top-banner {
	position:absolute;
	top:auto;
	bottom:0px;
	right:0px;
	height:auto;
	width:100%;
	max-width:100%;
	/*padding:20px 10px 45px 10px;*/
	padding:20px 10px 105px 10px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.4);
	color:#f47a21;
	font-size:12px;
	line-height:17px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal !important;
	box-sizing: border-box;
}
#home-top.dealer #home-top-banner {
    padding:20px 10px 145px 10px;
}
#home-top-banner h1 {
	font-size:12px;
	line-height:17px;
	font-size:23px;
	line-height:25px;
}
.hero-link, .hero-link.bigger-btn {
	position:absolute;
	bottom:10px;
	right:50%;
	float:left;
	text-align:right;
	color:#fff;
	background-color:#f47a20;
  	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	padding:6px 5px 7px;
	width:auto;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	line-height:12px;
	z-index:200;
	margin-right:-71px;
}
a.hero-link.start-here-btn, #home-top.alt a.hero-link.start-here-btn {
	width:245px;height:80px;text-indent: -9999px;text-align:left;bottom:0px;background-size:245px 80px;margin: 0 auto;right: 0;left: 0;
}
a.hero-link.start-here-btn, #home-top.alt a.hero-link.start-here-btn {
	width:350px;height:114px;text-indent: -9999px;text-align:left;bottom:0px;background-size:350px 114px;margin: 0 auto;right: 0;left: 0;
}

.hero-link-static {
	font-size:12px;
	text-transform:uppercase;
	line-height:12px;
}
#home-top-banner:before, #home-top-banner-page:before {
	display:none;
}
#header-bar:before {
	margin-top:-77px;
}

.bx-prev {
	position:absolute;
	top:50%;
	left:0px;
	z-index:301;
	background-color:#414042;
	font-size:0px;
	height:35px;
	width:35px;
	background-image:url(images/prev.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 25px;
	margin-top:-17px;
}

.bx-next {
	position:absolute;
	top:50%;
	right:0px;
	z-index:301;
	background-color:#414042;
	font-size:0px;
	height:35px;
	width:35px;
	background-image:url(images/next.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 25px;
	margin-top:-17px;
}

.testimonial-inside {
	float:left;
	width:100%;
	padding:30px 25px 10px 25px;
	background-color:#515251;
	text-align:left;
	color:#fff;
	font-size:14px;
	line-height:19px;
	box-sizing: border-box;
}
.testimonial-person {
	float:left;
	width:100%;
	height:auto;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Assistant', sans-serif;
	font-size:18px;
	line-height:24px;
	box-sizing: border-box;
	padding:0px 15px 0px 0px;
}
#footer-info {
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:19px;
}
.star:after {
	content: "\2605";
   position: absolute;
   font-size:30px;
   color:#f47a21;
}
.star {
	float:left;
	position:relative;
   height:35px;
   width:40px;
}
#home-top {
	background-position:center top;
}
}

@media(max-width:600px) {
	
	#logo .smaller img {
		height: auto;
    width: revert-layer !important;
	}
	
	#logo .smaller .hero-logo {
		display:none;
	}
	
	#home-top-banner .hero-logo {
		display:block;
	}
	
	.tabler-inside.top h1 { padding:100px 0 0 0;}
#footer-info span {
	width:100% !important;
	float:left;
	border-right:0px;
}
.liner {
	display:none !important;
}
	.one_third {
		width:33.333333333% !important;
		clear:none !important;
	}
}
.katzkinmd_hide_on_desktop {display: none;}
.katzkinmd_hide_on_mobile {display: block;}
@media(max-width:600px) {
.katzkinmd_hide_on_desktop {display: block;}
.katzkinmd_hide_on_mobile {display: none;}
.page-id-4332 #home-top { height:900px;}/*katzkin md page */	
.katzkinmd_mobile_header_image {width: 80% !important;height:auto; margin: 50px auto 0px auto !important;}
}

@media(max-width:500px) {
.katzkinmd_hide_on_desktop {display: block;}
.katzkinmd_hide_on_mobile {display: none;}
.page-id-4332 #home-top { height:800px;}/*katzkin md page */	
.katzkinmd_mobile_header_image {width: 100%;height:auto; margin-top: 50px auto 0px auto !important; }
}
@media(max-width:480px) {
.filter-wrap {
    width:100%;
}
.filter-wrap:last-of-type {
    padding:10px 0 0;
}
.filter-wrap .nice-select {
    width:100%;
}
.fourth {
	width:100%;
}
.third.media-custom {
	width:100% !important;
	padding:0px 0px !important;
}
.tabler-inside.bottom h1 {
	padding:0px 0px 125px 0px;
}
.tabler-inside img {
	max-width:100%;
}
}
@media(max-width:350px) {
a.hero-link.start-here-btn {
	width:300px;height:98px;text-indent: -9999px;text-align:left;bottom:0px;background-size:300px 98px;margin: 0 auto;right: 0;left: 0;
}
.tabler-inside.bottom h1 {
	padding:0px 0px 100px 0px;
}
	
a.hero2-link.hero2-link-mobile.start-here2-btn {
	background:url("/wp-content/themes/Katzkin/images/start-now-button.png") no-repeat;display: block;width:300px;height: 98px;text-indent: -9999px;text-align:left;bottom:200px;border:none;margin: 0 auto;background-size:300px 98px;
}
}

.banner-main-image-section {
    text-align: center;
}
	
@media(max-width:305px) {
  .tabler-inside.bottom h1 {
    padding:0px 0px 125px 0px;
  }
}
