/*
Theme Name: pacetheme
Theme URI: http://wordpress.org/
Author: cec.dev
Author URI: http://wordpress.org/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pacetheme

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.clear {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
	clear: both;
}

.clearfix {
	clear: both;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: #f6f6f6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	transition: all 0.3s ease 0s;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #8d8d8d;
	border: 0;
	height: 4px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 17px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 60px;
	left: -999em;
	z-index: 99999;
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #434343, #282828);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#282828));
	background-image: -webkit-linear-gradient(top, #434343, #282828);
	background-image: -o-linear-gradient(top, #434343, #282828);
	background-image: linear-gradient(to bottom, #434343, #282828);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff282828', GradientType=0);

}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #545353;
}

.main-navigation ul ul a {
	width: 200px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 14px;
	border-bottom: transparent solid 2px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {
	border-bottom: 2px solid #f7b419;
}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}


.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-btn {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

/*TOOL*/
.dealer-login>a {
	position: relative;
}

.tooltipspan {
	background-color: #111;
	border-radius: 4px;
	color: #fff;
	cursor: text;
	display: none;
	font-size: 10px;
	left: -27px;
	line-height: 1em;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: 150%;
	width: 165px;
	z-index: 100;
	opacity: 0.9;
}

.dealer-login>a:hover span {
	display: inherit;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content {
	padding: 0 28px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*------------------------------------------------------
	BLOG
--------------------------------------------------------*/
div#crumbs {
	font-size: 12px;
	text-transform: none;
	font-weight: 600;
	margin: 5px 0 0 0;
}

div#crumbs a {
	font-size: 12px;
}

div#crumbs .current {
	font-weight: 700;
}

.blog-list {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: #2f2f2f solid 1px;
}

.blog-txt {
	line-height: 1.4em;
}

.blog-txt h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 12px;
	text-transform: uppercase;
	line-height: 1.2em;
}

.blog-txt h3 a {
	color: inherit;
}

.blog-txt h3 a:hover {
	color: #8B8572;
}

a.read_link {
	background-color: #f7b419;
	border-radius: 4px;
	color: #222222;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 100px;
	outline: none;
}

a.read_link:hover {
	opacity: 0.8;
	background-color: #ffffff;
	color: #222222;
	text-decoration: none;
}

a.read_link:focus {
	opacity: 1;
	background-color: #ffffff;
	color: #222222;
	box-shadow: 0 1px 5px 2px #f7b419;
	text-decoration: none;
}

a.read_link:after {
	font-family: FontAwesome;
	content: "\f101";
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
	color: inherit;
	font-size: 14px;
	margin: -3px 0 0 0;
}

.blog_detail {
	margin: 0;
}

.blog_detail {
	margin-top: 10px;
}

.blog_detail>h4 {
	margin-bottom: 10px;
}

.blog_detail>h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog_detail p {
	font-size: 14px;
	line-height: 1.4em;
}

.blog_detail ul {
	font-size: 14px;
	margin-left: 15px;
}

.blog_detail ul li {
	line-height: 1.4em;
	padding-bottom: 5px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

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

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

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/* Home */

/* Top */
.top-most ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
	padding: 13px 0;
}

.top-most ul li {
	display: inline-block;
	font: 600 14px/1.2em 'Open Sans', sans-serif;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.top-most ul li+li {
	border-left: #2b2b2b solid 1px;
}

.top-most ul li a {
	color: #2b2b2b;
	text-transform: uppercase;
}

.page {
	float: left;
	width: 100%;
}

.main-holder {
	font: normal 15px/20px Open Sans;
	color: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.header {
	background-color: #f6f6f6;
	clear: both;
}

.logo {
	position: absolute;
	top: -40px;
	text-align: center;
	z-index: 100;
}

.logo-wrap {
	/* background: url(images/bg-header.png) repeat-x; */
	min-height: 89px;
	position: relative;
}

.logo img {
    max-height: 120px;
}

/* Telephone */
.telephone {
	text-align: right;
	margin-top: 23px;
}

.telephone span {
	border-radius: 6px 0 0 6px;
	background-color: #393939;
	background-image: -moz-linear-gradient(top, #434343, #292929);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#292929));
	background-image: -webkit-linear-gradient(top, #434343, #292929);
	background-image: -o-linear-gradient(top, #434343, #292929);
	background-image: linear-gradient(to bottom, #434343, #292929);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff292929', GradientType=0);
	padding: 0 10px 2px 10px;
	display: inline-block;
	font: 800 33px/39px 'Open Sans', sans-serif;
	font-style: italic;
	filter: none !important;
	color: #f6f6f6;
	vertical-align: middle;
}

.telephone span.number {
	border-radius: 0 6px 6px 0;
	padding: 0 12px 2px 10px;
	background: none;
	background: #f7b419;
	color: #2b2b2b;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	filter: none !important;
}

/* Navigation */
.nav-wrap {
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #434343, #282828);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#282828));
	background-image: -webkit-linear-gradient(top, #434343, #282828);
	background-image: -o-linear-gradient(top, #434343, #282828);
	background-image: linear-gradient(to bottom, #434343, #282828);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff282828', GradientType=0);
	position: relative;
	background: #003f63;
}

.main-navigation {
	border-bottom: 1px solid #6a6a6a;
}

.nav-wrap:before {
	content: "";
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.nav-wrap:after {
	content: "";
	display: block;
	height: 100%;
	right: -100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.nav-wrap:before {
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #434343, #282828);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#282828));
	background-image: -webkit-linear-gradient(top, #434343, #282828);
	background-image: -o-linear-gradient(top, #434343, #282828);
	background-image: linear-gradient(to bottom, #434343, #282828);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff282828', GradientType=0);
	border-bottom: 1px solid #6a6a6a;
	background: #003f63;
}

.nav-wrap:after {
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #434343, #282828);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#282828));
	background-image: -webkit-linear-gradient(top, #434343, #282828);
	background-image: -o-linear-gradient(top, #434343, #282828);
	background-image: linear-gradient(to bottom, #434343, #282828);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff282828', GradientType=0);
	border-bottom: 1px solid #6a6a6a;
	background: #003f63;
}

.menu-header_menu-container {
	position: relative;
	overflow: visible;
	margin: 0;
	border: none;
	padding: 0;
}

.nav-wrap .menu-header_menu-container {
	float: right;
}

.nav-menu {
	float: left;
	display: inline-block;
	position: relative;
	padding: 0;
	z-index: 1;
}

.nav-menu>li {
	background: none;
	float: left;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

.nav-menu>li>a {
	font: bold 16px/20px Open Sans;
	color: #ffffff;
	border: none;
	padding: 18px 20px 21px;
	text-transform: uppercase;
	border-radius: 0;
	position: relative;
	letter-spacing: 0;
	transition: all 0.3s ease 0s;
	background: none;
	overflow: hidden;
	border-left: 1px solid rgb(255 255 255 / 20%);
	border-right: 1px solid rgb(255 255 255 / 20%);
}

.nav-menu>li>a:after {
	position: absolute;
	bottom: -20px;
	content: "";
	width: 100%;
	height: 4px;
	background: #f7b419;
	left: 0;
	border-bottom: 1px solid #282828;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.nav-menu>li>a:hover:after,
.nav-menu>li.current-menu-item a:after {
	visibility: visible;
	bottom: 0;
}

.nav-menu>li.current-menu-item a,
.nav-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background: #03324e;
	border-left: 1px solid rgb(255 255 255 / 20%);
	border-right: 1px solid rgb(255 255 255 / 20%);
}

.nav__primary {
	position: relative;
	float: right;
	overflow: visible;
	margin: 0;
	border: none;
	padding: 0;
}

/* Slider */
.hero {
	float: left;
	width: 100%;
	margin: 0;
}

body .flex-viewport {
	float: left;
	width: 100%;
	overflow: hidden;
}

body .flexslider {
	margin: 0;
	bordeR: none;
	border-radius: 0px;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
}

body .flexslider.loading {
	min-height: 400px;
	background: url('images/loader.png') no-repeat center center;
}

body .flex-direction-nav {
	display: none;
}

.content-holder {
	background: url(/wp-content/uploads/2026/01/page-bg-1.png) repeat-x 0 0;
	padding: 30px 0;
}

.home .service-home-wrap {
	border-top: 1px solid #000000;
	width: 100%;
	background-color: #333333;
	background-image: -moz-linear-gradient(top, #282828, #434343);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282828), to(#434343));
	background-image: -webkit-linear-gradient(top, #282828, #434343);
	background-image: -o-linear-gradient(top, #282828, #434343);
	background-image: linear-gradient(to bottom, #282828, #434343);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0);
	box-shadow: 0 4px 0 #7a7a7a;
	border-radius: 0 0 6px 6px;
	margin-bottom: 34px;
}

.home .service-box.service-home {
	padding: 15px 20px 14px 30px;
	border-radius: 0;
	box-shadow: none;
	background: none;
	position: relative;
	z-index: 100;
	float: left;
	width: 33.33%;
	border-right: 1px solid #545353;
	border-left: 1px solid #000000;
}

.home .service-box.service-home.first {
	padding-right: 0;
}

.home .service-box.service-home .icon {
	position: absolute;
	top: 10px;
	z-index: 0;
	margin: 0;
}

.home .service-box.service-home.first .icon {
	left: 22px;
}

.home .service-box.service-home .title {
	font: 700 34px/32px 'Orbitron', sans-serif;
	color: #fff;
	margin-top: 2px;
}

.home .service-box.service-home .sub-title {
	font: 900 44px/32px 'Orbitron', sans-serif;
	color: #f7b419;
	margin-bottom: 5px;
}

.home .service-box.service-home .service-box_txt {
	display: inline;
	color: #959594;
	font-size: 14px;
}

.yellowread {
	color: #f7b419;
	font-size: 22px;
	margin-left: 4px;
	position: relative;
	top: 3px;
	cursor: pointer;
}

.yellowread:active,
.yellowread:hover {
	color: #fff;
}

.yellowread:visited {
	color: #f7b419;
}

.home .service-box.service-home .title,
.home .service-box.service-home .sub-title {
	text-shadow: 0 1px 1px #000000;
	margin-left: 50px;
	position: relative;
	z-index: 10;
}

.service-box_txt {
	margin-bottom: 20px;
}

/*PAGERS*/
.flex-direction-nav {
	display: none;
}

body .flex-control-paging {
	background: #1f2325;
	bottom: 0;
	left: auto;
	line-height: 0;
	border-radius: 5px 0 0 0;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: left;
	width: auto;
	z-index: 101;
}

body .flex-control-nav li {
	margin: 0 4px;
}

body .flex-control-paging li a {
	background-color: transparent;
	border: 3px solid #c2c3c5;
	box-sizing: content-box;
	height: 12px;
	width: 12px;
	box-shadow: none;
}

body .flex-control-paging li a.flex-active {
	border-color: #f7b419;
	background-color: transparent;
}


/* Sidebar */
.box-dark {
	background: #2f2f2f;
	border-radius: 6px;
	padding-bottom: 30px;
}

.box-dark h1 {
	background-color: #333333;
	background-image: -moz-linear-gradient(top, #282828, #434343);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282828), to(#434343));
	background-image: -webkit-linear-gradient(top, #282828, #434343);
	background-image: -o-linear-gradient(top, #282828, #434343);
	background-image: linear-gradient(to bottom, #282828, #434343);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0);
	padding: 19px 30px;
	margin: 0;
	border-radius: 6px 6px 0 0;
	color: #f7b419;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}

ul.products-list {
	margin: 0;
	padding: 0 30px;
	list-style-type: none;
}

ul.products-list li {
	padding: 0 0 0 2px;
	position: relative;
	margin: 0;
}

ul.products-list li:before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	color: #f7b419;
	font-size: 18px;
	margin: 0 10px 0 0;
}

ul.products-list li+li:after {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	position: absolute;
	background: url(images/border-category.png) repeat-x;
}

ul.products-list li a {
	font: 600 16px/50px 'Open Sans', sans-serif;
	color: #e5e5e5;
	text-transform: none;
	margin: 0;
	display: inline-block;
}

ul.products-list li a:hover {
	color: #f7b419;
}

a.see-all {
	margin: 20px 30px 0;
	display: block;
	line-height: 24px;
	color: #fff;
}

a.see-all:after {
	font-family: FontAwesome;
	content: "\f101";
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	color: #f7b419;
	font-size: 24px;
	margin: -3px 0 0 0;
}

a.see-all:hover {
	color: #f7b419;
}

.welcome {
    margin-top: 30px;
}

/* Home Left */
.box-light {
	background: #e5e5e5;
	border-radius: 6px;
	padding: 0px 0 20px;
    	background: #fff;
}

.home-box-light {
padding-top:25px;
}

.catelog-con {
	margin: 20px 0 0;
}

.catelog-con p {
	margin: 0 0 15px;
}

.catelog-con p a {
	font-weight: bold;
	text-decoration: underline;
}

.box-light h1 {
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
	background-image: -o-linear-gradient(top, #cccccc, #ffffff);
	background-image: linear-gradient(to bottom, #cccccc, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
	padding: 19px 28px;
	color: #404040;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0 0 15px 0;
	border-radius: 6px 6px 0 0;
}

.home .box-light p,
.box-light-inner {
	padding: 0 28px;
	line-height: 25px;
	font-size: 15px;
}

.box-light-inner {
	text-align: center;
}

.warranty-list .box-light-inner {
	text-align: left;
}

/* About us */
.banner-inner {
    margin: 0 0 30px;
    aspect-ratio: 6 / 1.85; 
}

.banner-inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

/* Product Page */
.product-list .box-light,
.product-list .box-light-inner {
	padding: 0;
}

.box-light h1 {
	margin: 0;
    text-align: center;
    color: #003f63;
}

.product-list ul.product-logo {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-logo h3 {
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}

.product-list ul.product-logo li {
	float: left;
	width: 25%;
	padding: 0;
	text-align: center;
	min-height: 220px;
	font-size: 22px;
	color: #000;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.tablebox {
	display: table;
	height: 214px;
	text-align: center;
	width: 100%;
}

.tabletd {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	position: relative;
	z-index: 11;
}

.product-list ul.product-logo li.background-mg-1 {
	background: url(images/new-prdct-icon.png) no-repeat center center;
}

.product-list ul.product-logo li.background-mg-2 {
	background: url(images/feature-prdct-icon.png) no-repeat center center;
}

.product-list ul li.background-mg-3 {
	background: url(images/prdct-display-icon.png) no-repeat center center;
}

.product-list ul.product-logo li+li {
	border-left: #003f63 solid 1px;
}

.product-list ul.product-logo li:nth-child(5) {
	border-left: none;
}

.product-list ul.product-logo li:nth-child(1),
.product-list ul.product-logo li:nth-child(2),
.product-list ul.product-logo li:nth-child(3),
.product-list ul.product-logo li:nth-child(4) {
	border-bottom: #003f63 solid 1px;
}

.product-list ul.product-logo li a {
	display: inline-block;
}

.product-list ul.product-logo li:after {
	position: absolute;
	bottom: 0px;
	content: "";
	width: 100%;
	height: 7px;
	background: #f7b419;
	left: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.product-list ul.product-logo li::before {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37), #ffffff);
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	display: none;
    background-image: linear-gradient(to bottom, rgb(0 63 99 / 10%), #ffffff);
}

.product-list ul.product-logo li:hover:before {
	display: block;
}

.product-list ul.product-logo li:hover:after {
	visibility: visible;
}



/* Contact Us */
.con-top {
	border-bottom: #f7b419 solid 2px;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.con-map {
	float: left;
	width: 37%;
	margin: 0 3% 0 0;
}

.con-add {
	float: left;
	width: 100%;
}

.con-add ul {
	list-style: none;
}

.con-add h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 28px;
}

.con-add h6 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
}

.con-add p {
	font-size: 14px;
	margin: 0 0 25px;
}

.con-add p:last-child {
	margin: 0;
}

.con-add p b {
	font-weight: 600;
}

.off-add {
	border-bottom: #f7b419 solid 2px;
	margin: 0 0 20px;
	padding: 0;
}

.off-add p {
	font-size: 14px;
	line-height: 20px;
}

.off-add p b {
	font-weight: 600;
}

.address h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 15px;
}

.address {
	font-size: 14px;
	margin: 0 0 25px;
}

/* Literature */
ul.liter {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.liter li {
	margin: 15px 2%;
	padding: 0;
	float: left;
	width: 21%;
	text-align: center;
	list-style: none;
}

ul.liter li img {
	border: #000 solid 1px;
}

ul.liter li label {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 16px;
	display: block;
	margin: 10px 0 0 0;
	height: 50px;
	overflow: hidden;
}

ul.liter li label span {
	color: #c10707;
}

.plaintext {
	font-weight: 600;
	text-align: center;
}

.plaintext p {
	margin: 10px 0;
}

.plaintext a {
	text-decoration: underline;
}

#field_3_19 .gfield_description {
	margin: 0 0 6px !important;
	padding: 0 !important;
}


/* New Dealer Page */
.box-light-inner h4 {
	font-weight: 700;
	font-size: 15px;
}

.n-dealers .gform_wrapper,
.address .gform_wrapper,
.w-form .gform_wrapper,
.literature-form .gform_wrapper {
	width: 100% !important;
	max-width: 100% !important;

}

body.gform_wrapper .gfield_date_day label,
body .gform_wrapper .gfield_date_month label,
body .gform_wrapper .gfield_date_year label,
body .gform_wrapper .gfield_time_ampm label,
body .gform_wrapper .gfield_time_hour label,
body .gform_wrapper .gfield_time_minute label,
body .gform_wrapper .ginput_complex label,
body .gform_wrapper .instruction {
	display: none !important;
}

body .gform_wrapper ul.gform_fields {
	float: left !important;
	width: 100% !important;
}

body .gform_wrapper ul.Interested {
	position: relative;
}

.w-form .gform_wrapper form .left_label li.gfield_html_formatted,
.w-form .gform_wrapper form .right_label li.gfield_html_formatted,
.literature-form .gform_wrapper form .right_label li.gfield_html_formatted {
	display: none !important;
}

.n-dealers .gform_wrapper .gfield_label,
.address .gform_wrapper .gfield_label,
.w-form .gform_wrapper .gfield_label,
.w-form .gform_wrapper ul li#field_4_13,
.w-form .gform_wrapper ul li#field_4_32,
.w-form .gform_wrapper ul li#field_4_17,
.literature-form .gform_wrapper .gfield_label {
	display: none !important;
}

.w-form .gform_wrapper ul li#field_4_12 .gfield_label {
	display: inline-block !important;
	width: 100% !important;
	font-weight: 600 !important;
	font-size: 13px;
	margin: 0 0 5px;
}

.address .gform_wrapper ul li.gfield {
clear: none !important;
    display: inline-block;
    width: 50% !important;
    margin: 0 0 20px !important;
}

.w-form .gform_wrapper ul li#field_4_16,
.w-form .gform_wrapper ul li#field_4_33 {
	height: 32px !important;
	position: absolute;
	right: -20px;
	width: 45px !important;
	padding: 0;
	bottom: 0 !important;
}

.literature-form .gform_wrapper ul li#field_3_27 {
	height: 32px !important;
	position: absolute;
	right: 20px;
	width: 45px !important;
	padding: 0;
	bottom: 175px;
}

html:not([dir=rtl]) .w-form .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description,
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
	width: 100% !important;
	margin-left: 0 !important;
}

.w-form .gf_repeater_add>*,
.w-form .gf_repeater_remove>* {
	margin: 3px 2px;
}

.n-dealers .gform_wrapper ul li.gfield,
.w-form .gform_wrapper ul li.gfield,
.literature-form .gform_wrapper ul li.gfield {
	clear: none !important;
	float: left !important;
	width: 50% !important;
	margin: 0 0 20px !important;
}

.w-form #field_4_24 {
	display: none !important;
}

.address .gform_wrapper ul li#field_1_4,
.literature-form .gform_wrapper ul li#field_3_26 {
	width: 100% !important;
}

#field_2_21 .gfield_description {
	line-height: 11px !important;
	margin: 0 0 6px !important;
	padding: 0 !important;
}

.gform_body #field_2_24 {
	width: 100% !important;
	font-size: 11px !important;
	font-style: italic;
	margin: 0 0 10px !important;
	line-height: 11px !important;
	padding-right: 45px;
	text-align: right;
}

.n-dealers .gform_wrapper ul li#field_2_8,
.n-dealers .gform_wrapper ul li#field_2_19,
.n-dealers .gform_wrapper ul li#field_2_20,
.n-dealers .gform_wrapper ul li#field_2_21,
.w-form .gform_wrapper ul li#field_4_4,
.w-form .gform_wrapper ul li#field_4_10,
.w-form .gform_wrapper ul li#field_4_19,
.w-form .gform_wrapper ul li#field_4_12,
.w-form .gform_wrapper ul li#field_4_11,
.w-form .gform_wrapper ul li#field_4_21 {
	width: 96% !important;
}

body .gfield_description {
	width: 100% !important;
	font-style: italic;
	font-size: 12px !important;
}

.w-form .gform_wrapper ul li#field_4_21 {
	margin: 0 0 5px !important;
}

/*.w-form .gform_wrapper ul li#field_4_21  .gfield_description{
	text-align: right !important;
	padding: 20px 0 0 0 !important;
	font-size: 11px !important;
	font-style: italic !important;
}*/
.w-form .gform_wrapper .sub_title-h4 h2.gsection_title {
	font-size: 15px !important;
}

.n-dealers .gform_wrapper ul li#field_2_8 input,
.n-dealers .gform_wrapper ul li#field_2_19 select,
.w-form .gform_wrapper ul li#field_4_11 input,
.w-form .gform_wrapper ul li#field_4_21 input,
.n-dealers .gform_wrapper ul li#field_2_20 textarea,
.n-dealers .gform_wrapper ul li#field_2_21 select {
	width: 100% !important;
}

.n-dealers .gform_wrapper ul li#field_2_21 select,
.literature-form .gform_wrapper ul li#field_3_19 select {
	height: 180px !important;
	padding-top: 6px !important;
}

.n-dealers option {
	padding: 4px 0 !important;
}

.literature-form .gform_wrapper ul li#field_3_19 select option {
	padding: 1px 0 !important;
}

body .gform_wrapper .left_label .math_large,
body .gform_wrapper .left_label .math_medium,
body .gform_wrapper .left_label .math_small,
body .gform_wrapper .left_label div.charleft,
body .gform_wrapper .right_label .math_large,
body .gform_wrapper .right_label .math_medium,
body .gform_wrapper .right_label .math_small,
body .gform_wrapper .right_label div.charleft {
	margin: 0 !important;
	width: 100% !important;
}

body .n-dealers .gform_wrapper select,
body .address .gform_wrapper select,
body .w-form .gform_wrapper select,
body .literature-form .gform_wrapper select {
	color: #a7a7a7 !important;
}

.n-dealers .gform_wrapper input[type=email],
.n-dealers .gform_wrapper input[type=number],
.n-dealers .gform_wrapper input[type=password],
.n-dealers .gform_wrapper input[type=tel],
.n-dealers .gform_wrapper input[type=text],
.n-dealers .gform_wrapper input[type=url],
.n-dealers .gform_wrapper select,
.address .gform_wrapper input[type=email],
.address .gform_wrapper input[type=number],
.address .gform_wrapper input[type=password],
.address .gform_wrapper input[type=tel],
.address .gform_wrapper input[type=text],
.address .gform_wrapper input[type=url],
.address .gform_wrapper select,
.w-form .gform_wrapper input[type=email],
.w-form .gform_wrapper input[type=number],
.w-form .gform_wrapper input[type=password],
.w-form .gform_wrapper input[type=tel],
.w-form .gform_wrapper input[type=text],
.w-form .gform_wrapper input[type=url],
.w-form .gform_wrapper select,
.literature-form .gform_wrapper input[type=email],
.literature-form .gform_wrapper input[type=number],
.literature-form .gform_wrapper input[type=password],
.literature-form .gform_wrapper input[type=tel],
.literature-form .gform_wrapper input[type=text],
.literature-form .gform_wrapper input[type=url],
.literature-form .gform_wrapper select {
	width: 100% !important;
	margin: 0 10% 0 0 !important;
	font-size: 13px !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 0 5px !important;
	height: 30px !important;
	line-height: 30px !important;
	color: #000 !important;
}

.literatureform .gform_wrapper .ginput_container {
	max-width: 100% !important;
}

.literatureform .gform_wrapper input[type=text],
.literatureform .gform_wrapper select,
.w-form .gform_wrapper input[type=file] {
	margin: 0 !important;
	width: 100% !important;
}

.n-dealers .gform_wrapper .gform_footer,
.address .gform_wrapper .gform_footer,
.w-form .gform_wrapper .gform_footer,
.literature-form .gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
	clear: both !important;
}

.n-dealers .gform_wrapper .gform_footer input.button,
.n-dealers .gform_wrapper .gform_footer input[type=submit],
.address .gform_wrapper .gform_footer input.button,
.address .gform_wrapper .gform_footer input[type=submit],
.w-form .gform_wrapper .gform_footer input.button,
.w-form .gform_wrapper .gform_footer input[type=submit],
.literature-form .gform_wrapper .gform_footer input.button,
.box-light-inner #gform_wrapper_6 .gform_footer.top_label .button,
.literature-form .gform_wrapper .gform_footer input[type=submit] {
	background-color: #333333 !important;
	background-image: -moz-linear-gradient(top, #282828, #434343) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282828), to(#434343)) !important;
	background-image: -webkit-linear-gradient(top, #282828, #434343) !important;
	background-image: -o-linear-gradient(top, #282828, #434343) !important;
	background-image: linear-gradient(to bottom, #282828, #434343) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0) !important;
	border: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 5px !important;
	padding: 10px 15px !important;
	text-transform: uppercase !important;
}

body .n-dealers .gform_wrapper label.gfield_label+div.ginput_container,
body .address .gform_wrapper label.gfield_label+div.ginput_container,
body .w-form .gform_wrapper label.gfield_label+div.ginput_container,
body .literature-form .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
	clear: both;
}

.n-dealers .gform_wrapper input:-webkit-autofill,
.address .gform_wrapper input:-webkit-autofill,
.w-form .gform_wrapper input:-webkit-autofill,
.literature-form .gform_wrapper input:-webkit-autofill {
	background-color: #fff !important;
}

.n-dealers .gform_wrapper input::-webkit-input-placeholder,
.address .gform_wrapper input::-webkit-input-placeholder,
.w-form .gform_wrapper input::-webkit-input-placeholder,
.literature-form .gform_wrapper input::-webkit-input-placeholder {
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

.n-dealers .gform_wrapper input:-moz-placeholder,
.address .gform_wrapper input:-moz-placeholder,
.w-form .gform_wrapper input:-moz-placeholder,
.literature-form .gform_wrapper input:-moz-placeholder {
	/* Firefox 18- */
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

.n-dealers .gform_wrapper input::-moz-placeholder,
.address .gform_wrapper input::-moz-placeholder,
.w-form .gform_wrapper input::-moz-placeholder,
.literature-form .gform_wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

.n-dealers .gform_wrapper input:-ms-input-placeholder,
.address .gform_wrapper input:-ms-input-placeholder,
.w-form .gform_wrapper input:-ms-input-placeholder,
.literature-form .gform_wrapper input:-ms-input-placeholder {
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

.address .gform_wrapper textarea,
.w-form .gform_wrapper textarea,
.literature-form .gform_wrapper textarea,
.n-dealers .gform_wrapper textarea {
	height: 190px !important;
	width: 100% !important;
	border: none !important;
	padding: 5px !important;
	font-size: 13px !important;
	border-radius: 0px !important;
}

body[class] .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

/* Gravity Error Message */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.address .gform_wrapper li.gfield.gfield_error,
.address.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.w-form .gform_wrapper li.gfield.gfield_error,
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.literature-form .gform_wrapper li.gfield.gfield_error,
.literature-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.n-dealers .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.n-dealers .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.n-dealers .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.n-dealers .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.address .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.address .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.address .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.address .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.literature-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.literature-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.literature-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.literature-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0 !important;
}

.n-dealers .gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message,
.n-dealers .gform_wrapper .ginput_container+.gfield_description.validation_message,
.address .gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message,
.address .gform_wrapper .ginput_container+.gfield_description.validation_message,
.w-form .gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message,
.w-form .gform_wrapper .ginput_container+.gfield_description.validation_message,
.literature-form .gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message,
.literature-form .gform_wrapper .ginput_container+.gfield_description.validation_message {
	margin-top: 0 !important;
	padding: 0 !important;
}

.n-dealers .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.address .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.literature-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 88% !important;
	padding-right: 0px !important;
}

.n-dealers .gform_wrapper .validation_message,
.address .gform_wrapper .validation_message,
.w-form .gform_wrapper .validation_message,
.literature-form .gform_wrapper .validation_message {
	color: red !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
}

.gform_wrapper div.validation_error,
.address .gform_wrapper div.validation_error,
.w-form .gform_wrapper div.validation_error,
.literature-form .gform_wrapper div.validation_error {
	background-color: #ff1900;
	border: #fff dashed 1px !important;
	clear: both !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	margin-bottom: 1.6em !important;
	padding: 10px 15px !important;
	text-align: left;
	width: 96% !important;
}

.n-dealers .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.n-dealers .gform_wrapper li.gfield_html,
.address .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.address .gform_wrapper li.gfield_html,
.w-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.w-form .gform_wrapper li.gfield_html,
.literature-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.literature-form .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.n-dealers .gform_confirmation_wrapper,
.address .gform_confirmation_wrapper,
.w-form .gform_confirmation_wrapper,
.literature-form .gform_confirmation_wrapper {
	color: #000;
	background: #f7b419;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border: #fff dashed 1px;
	margin: 30px 0 0 0;
	text-transform: uppercase;
}

#gform_confirmation_wrapper_4 {
	background: none;
}

/**********************
PRODUCT  LISTING  PAGE
***********************/
.productlist img {
	border: 1px solid #000;
}

.productlist {
	min-height: 190px;
}

.productlist p {
	display: block;
	font-size: 14px;
	font-weight: 700;
	min-height: 50px;
	line-height: 1.2em;
	margin: 10px 0 0;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.productlist p a {
	text-decoration: none;
	color: inherit;
}

.productlist p a:hover {
	color: #c10707;
}

/**********************
PRODUCT  DETAILS  PAGE
***********************/
.blog_image {
	line-height: 0;
}

.blog_image img {
	display: block;
	border: 1px solid #000;
}

.product_title {
	background-color: #333;
	background-image: linear-gradient(to bottom, #282828, #434343);
	background-repeat: repeat-x;
	border-radius: 6px 6px 0 0;
	color: #f7b419;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 0;
	padding: 14px 20px;
	text-transform: uppercase;
}

.product_title a {
	color: inherit;
}

.tab-content {
	background-color: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
	padding: 20px;
	border-radius: 0 0 6px 6px;
}

/**********************
literature-form  PAGE
***********************/
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

#gform_wrapper_3 ul li#field_3_16,
#gform_wrapper_3 ul li#field_3_17 {
	margin: 0 0 5px !important;
}

#field_3_21 {
	display: none;
}

#field_3_23 {
	width: 100% !important;
	text-align: right;
	font-size: 11px;
	margin: 0 !important;
	padding-right: 45px;
	font-style: italic;
}

#gform_wrapper_3 ul li#field_3_22 {
	height: 32px !important;
	position: absolute;
	right: 25px;
	bottom: 65px;
	width: 45px !important;
	padding: 0;
}

/**********************
 Warranty Page 
***********************/
.w-form .gform_wrapper {
	margin-top: 5px;
}

.gsection_titles {
	font-size: 1.3em;
	font-weight: 700;
}

.gsection_title {
	display: none;
}

.warranty-list .box-light-inner ul {
	padding: 0 0 0 30px;
}

.warranty-list .box-light-inner a {
	font-weight: 600;
	color: #000;
}

.ui-accordion h3.ui-accordion-header {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.ui-accordion h3.ui-accordion-header:before {
	font-family: FontAwesome;
	content: "\f0a9";
	display: inline-block;
	padding-right: 12px;
	color: #777177;
	font-size: 16px;
}

.ui-accordion h3.ui-accordion-header-active {
	color: #000;
}

.ui-accordion h3.ui-accordion-header-active:before {
	content: "\f0ab";
	color: #000;
}

.ui-accordion .group {
	margin: 0 0 10px;
	border: #d0d0d0 solid 1px;
	padding: 4px 10px;
}

.ui-accordion {
	margin: 20px 0 30px;
	text-align: left;
}

.ui-accordion-content {
	padding: 15px 0 15px 25px;
}

.box-light-inner h5 {
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	margin: 0 0 30px;
}

#field_4_22 {
	text-align: right;
	font-size: 11px;
	font-style: italic;
	width: 100% !important;
	padding-right: 45px;
	margin: 0 !important;
}

.gform_body #field_4_19 {
	display: none;
}

.gfield_description {
	margin: 0 !important;
}

/* footer carousal */
.footer-carsoul {
	margin: 30px 0 10px;
}

.footer-carsoul h1 {
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background-image: -o-linear-gradient(top, #ffffff, #cccccc);
	background-image: linear-gradient(to bottom, #ffffff, #cccccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#cccccc', GradientType=0);
	padding: 19px 28px;
	color: #404040;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	border-radius: 6px 6px 0 0;
	text-align: center;
}

.featured-box {
	background: #fff;
	padding: 0;
}

.featured-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border: 1px solid #efe8e8;
}

.featured-box ul li {
    display: inline-flex;
    text-align: center;
    width: calc(100% / 7);
    position: relative;
    align-items: center;
    justify-content: center;
    padding:5px;
}

.featured-box ul li a {
	display: block;
}

.featured-box ul li+li {
	border-left: 1px solid #efe8e8;
}

.featured-box ul li a:after {
	position: absolute;
	bottom: 0px;
	content: "";
	width: 98%;
	height: 4px;
	background: #f7b419;
	left: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.featured-box ul li a:hover:after {
	visibility: visible;
}

/* Copyright */
.site-footer {
	background: #003f63;
}

.foot-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot-inner ul li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	line-height: 16px;
}

.foot-inner ul li a {
color: rgb(255 255 255 / 70%);
}

.foot-inner ul li a:hover {
color: rgb(255 255 255);
}

.foot-inner ul li+li {
	border-left: #b5b5b5 solid 1px;
}

/* HOT DEALS
************************************************/
.hd-full+.hd-full {
	border-top: #404040 solid 1px;
}

.hd-full {
	padding: 40px 0 0;
	margin: 25px 0 0;
}

.hd-cont h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.hd-thumb {
	max-width: 100%;
}

.hd-cont p {
	font-size: 14px;
	line-height: 18px;
}

.hd-cont h3 {
	text-align: right;
}

.hd-cont h3 a {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.boxtext {
	list-style: none;
	margin: 0 0 20px;
}

ul.box {
	margin: 10px 0 0 160px;
}

.boxtext li {
	position: relative;
}

.boxtext li:before {
	content: "\00BB";
	margin: 0;
	position: absolute;
	left: -10px;
}

.ui-accordion-content p {
	clear: both;
}

/* REQUEST FORM */
#gform_wrapper_6 ::-webkit-input-placeholder {
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

#gform_wrapper_6 :-moz-placeholder {
	/* Firefox 18- */
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

#gform_wrapper_6 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

#gform_wrapper_6 :-ms-input-placeholder {
	color: #a7a7a7 !important;
	opacity: 1 !important;
}

#gform_wrapper_6 .gfield .ginput_container .medium {
	width: 100%;
	border: 0;
	border-radius: 0;
	color: #000;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
}

#gform_wrapper_6 .gfield .ginput_container select.medium {
	color: #a7a7a7;
}

#gform_wrapper_6 .gfield .ginput_container .textarea.medium {
	height: 90px;
}

#gform_wrapper_6 ul.gform_fields .gfield label {
	display: none;
}

#gform_wrapper_6 ul.gform_fields .gfield {
	padding-right: 0;
	margin: 0 0 20px;
}

#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(5),
#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(6) {
	width: 48.5%;
	float: left;
	clear: none;
}

#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(5) {
	margin-right: 20px;
}

#gform_wrapper_6 .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

/* Constant Form */
.ctct-embed-signup {
	background: #fff;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
}

.ctct-embed-signup .f-row {
	float: left;
	width: 100%;
	margin: 0 0 25px;
	position: relative;
}

.ctct-form-errorMessage {
	color: red;
	font-size: 12px;
	width: 70%;
	text-align: left;
	position: absolute;
	margin: 0 0 0 30%;
	bottom: -20px;
}

.ctct-embed-signup h2 {
	font-size: 30px;
	margin: 0 0 40px;
	text-align: center;
}

.ctct-embed-signup .f-row label {
	float: left;
	width: 25%;
	font-size: 15px;
	font-weight: 600;
	margin: 0 5% 0 0;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}

.ctct-form-footer {
	float: left;
	width: 100%;
	padding: 0 10px;
	text-align: center;

}

.ctct-form-footer p {
	font-size: 12px;
}

.ctct-embed-signup .f-row input[type="text"],
.ctct-embed-signup .f-row input[type="email"] {
	width: 70%;
	float: right;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.ctct-embed-signup .f-row button {
	padding: 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
	background-color: #333333 !important;
	background-image: -moz-linear-gradient(top, #282828, #434343) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282828), to(#434343)) !important;
	background-image: -webkit-linear-gradient(top, #282828, #434343) !important;
	background-image: -o-linear-gradient(top, #282828, #434343) !important;
	background-image: linear-gradient(to bottom, #282828, #434343) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0) !important;
	border: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 5px !important;
	padding: 10px 15px !important;
	text-transform: uppercase !important;
}

.cc-form {
	background: #2f2f2f;
	border-radius: 6px;
	padding: 20px 30px;
	color: #fff;
	text-align: center;
}

.cc-form a.popup-with-form,
.box-light-inner .button {
	background: #f7b419;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f7b419 0%, #faee00 18%, #dacf03 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7b419 0%, #faee00 18%, #dacf03 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7b419 0%, #f7b10f 18%, #f1a903 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b419', endColorstr='#f7b10f', GradientType=0);
	/* IE6-9 */
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 3px;
	display: inline-block;
	line-height: 24px;
}

#ctct_button_footer {
	font-size: 16px;
	font-weight: 600;
	color: #e5e5e5;
	margin: 0 0 20px;
	line-height: 24px;
}

#gform_4 .gform_body .ginput_container.ginput_recaptcha {
	margin-left: 0 !important;
}

.n-dealers .gform_wrapper ul li.gfield:last-child {
	width: 100%;
}

.n-dealers .gform_wrapper ul li#field_2_15,
.n-dealers .gform_wrapper ul li#field_2_25 {
	width: 100% !important;
}

.n-dealers .gform_wrapper ul li#field_2_15 input {
	width: 96% !important;
}


/*FORM SUBSCRIBE*/
#gform_wrapper_5 {
	margin: 0;
}

#gform_wrapper_5 .gform_heading {
	margin: 0;
}

#gform_wrapper_5 .gform_title {
	margin: 0 0 40px;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

#gform_wrapper_5 .gform_fields[id] {
	padding: 0;
	margin: 0;
}

#gform_wrapper_5 .gform_fields[id] .gfield[class][id] {
	padding: 0;
	border: none;
	margin: 0 0 25px;
	max-width: inherit;
	float: left;
	width: 100%;
	background-color: transparent;
}

#gform_wrapper_5 .gform_fields[id] .gfield[class][id] .gfield_label {
	color: #000;
	width: 30%;
	padding: 0;
	margin: 0 1% 0 0;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	vertical-align: top;
}

#gform_wrapper_5 .gform_fields[id] .gfield[class][id] .ginput_container {
	float: right;
	width: 69%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#gform_wrapper_5 .gform_fields[id] .gfield[class][id] input[type="text"] {
	width: 100%;
	padding: 4px 10px;
	border-color: #444444;
	margin: 0;
}

#gform_wrapper_5 .gform_fields[id] .gfield[class][id] input[type="text"]:hover,
#gform_wrapper_5 .gform_fields[id] .gfield[class][id] input[type="text"]:focus {
	background-color: #FFFEED;
	border-color: #222222;
}

#gform_wrapper_5 .gform_fields[id] .field_captcha[class][id] input[id] {
	width: 100px;
}

#gform_wrapper_5 .gform_footer[class] {
	padding: 0;
	margin: 1em 0 0 31%;
}

#gform_wrapper_5 .gform_button {
	background: #f7b419;
	background: -moz-linear-gradient(top, #f7b419 0%, #faee00 18%, #dacf03 100%);
	background: -webkit-linear-gradient(top, #f7b419 0%, #faee00 18%, #dacf03 100%);
	background: linear-gradient(to bottom, #f7b419 0%, #faee00 18%, #dacf03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b419', endColorstr='#dacf03', GradientType=0);
	margin: 0;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 20px;
	font-weight: 700;
	border-radius: 5px;
}

#gform_wrapper_5 .gform_button:hover {
	background: #222222;
	background-color: #222222;
	color: #ffffff;
}

.aftersubmithtml p {
	text-align: center;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/*MESSAGES*/
body[class] .gform_wrapper[id*="gform_wrapper"] .validation_error {
	background-color: #ef3b17;
	border: medium none;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 0 10px;
	padding: 10px;
}

body[class] .gform_confirmation_message {
	background-color: green;
	border: medium none;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 0 15px;
	padding: 12px 5px;
	text-align: center;
}

body[class] .gform_wrapper[id*="gform_wrapper"] .gfield .gfield_description[class] {
	color: #ef3b17;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 0 0;
	text-align: left;
	margin: 0 0 0 31%;
}

body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container input[class][type="text"][id][name],
body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container textarea[class][id] {
	border-color: #ef3b17;
}

body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container input[class][type="text"][id][name]:focus,
body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container textarea[class][id]:focus {
	box-shadow: 0 0 0 1px #ef3b17;
}

@media all and (max-width: 1199px) and (min-width: 0px) {

	#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(5),
	#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(6) {
		width: 48.1%;
	}
}

@media all and (max-width: 992px) and (min-width: 0px) {

	#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(5),
	#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(6) {
		width: 47.5%;
	}
}

@media all and (max-width: 767px) {
	#gform_wrapper_5 .gform_title {
		font-size: 1em;
		margin-bottom: 1em;
	}

	#gform_wrapper_5 .gform_fields[id] .gfield[class][id] {
		margin-bottom: 1em;
	}

	#gform_wrapper_5 .gform_fields[id] .gfield[class][id] .gfield_label {
		width: 38%;
		margin-right: 0;
		font-size: 12px;
	}

	#gform_wrapper_5 .gform_fields[id] .gfield[class][id] .ginput_container {
		width: 60%;
	}

	#gform_wrapper_5 .gform_fields[id] .gfield[class][id] input[type="text"] {
		line-height: 1.45em;
	}

	#gform_wrapper_5 .gform_footer[class] {
		margin-left: 0;
	}

	#gform_wrapper_5 .gform_button {
		padding: 5px;
	}

	.aftersubmithtml p {
		font-size: 10px;
		margin-bottom: 0;
	}
}

@media all and (max-width: 479px) and (min-width: 0px) {
	#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(5),
	#gform_wrapper_6 ul.gform_fields li.gfield:nth-child(6) {
		width: 100%;
	}
}

.page-template-about-page .banner-inner, .page-template-industries-page .banner-inner, .page-template-template-contact .banner-inner {
    margin: 0;
        border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.about-wrap-inr {
    display: flex;
    background: #fff;
    border-radius: 0 0 10px 10px;
       padding: 30px;
}


.about-wrap-inr h1 {
    font-weight: 700;
    letter-spacing: -1px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 10px;
    margin-bottom: 15px;
        color: #0a3f63;
}

.info-wrapper {
     display: flex;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin-top: 30px;
    padding-top: 30px;
}

.info-left, .info-right {
    max-width: 370px;
    flex: 1;
}

.info-left .widget {
background: #2f2f2f;
    border-radius: 6px;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.info-left .widget p {
   margin: 0;
}

.info-left .widget h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.info-left .widget p a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.info-left .widget p a i {
    margin-right: 6px;
    font-size: 20px;
}

.btn-group-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

button.cus-btn, .cus-btn {
    background: linear-gradient(to bottom, #f7b419 0%, #f7b10f 18%, #f1a903 100%);
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 600;
    color: #000;
}

.home-about-wrap .about-wrap-inr h1 {
    border: 0;
    margin: 0;
}

.home-about-wrap .about-wrap-inr {
    border-radius: 0;
}

.contact-page h1 {
font-weight: 700;
    letter-spacing: -1px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-box-wrapper {
    display: flex;
    gap: 20px;
    margin: 35px 0;
}

.contact-box {
    width: calc(100% / 3);
}

.contact-box-inr {
    background: #fff;
    padding: 25px;
    text-align: left;
    height: 100%;
    border-radius:10px;
}

.contact-page .box-light-inner {
    padding: 0;
}

.contact-box-top h3 {
    font-weight: 600;
    font-size: 22px;
    color: #0a3f63;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 12px;
}

.box-light-inner .contact-dtl h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-bottom {
    display: flex;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    gap:45px;
}

.contact-bottom > div {
    width: 50%;
}

.address-dtl h3 {
    font-weight: 600;
    margin-bottom: 20px;
        font-size: 22px;
}

.address-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap:5px;
}

.address-list a {
    font-size: 20px;
    display: flex;
    gap: 10px;
    align-items:center;
}

.address-dtl h3 {
    text-align: left;
}

.address-dtl .address-list + h3 {
       margin-top: 30px;
}

.social-links {
 margin: 0;
    display: flex;
    list-style: none;
    gap:15px;
    justify-content: center;
    
    }
 .contact-dtl .address-dtl:last-child h3 {
    text-align: center;
}   
.social-links a {
    font-size: 40px;
    color: #0a3f63;
}

.contact-form .gform_legacy_markup_wrapper {
    margin: 0;
}

.contact-form .gform_legacy_markup_wrapper h3.gform_title {
    font-weight: 600;
    margin: 0;
    font-size: 22px;
}

.contact-form .gform_legacy_markup_wrapper .gform_heading, .dealer-form .gform_heading {
    margin-bottom: 0;
    display:none;
}

.contact-form .gform_legacy_markup_wrapper label.gfield_label {
    font-weight: 600;
}


.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="url"], .contact-form input[type="password"], .contact-form input[type="number"], .contact-form input[type="tel"], textarea, .contact-form select, .dealer-form input[type="text"], .dealer-form input[type="email"], .dealer-form input[type="url"], .dealer-form input[type="password"], .dealer-form input[type="number"], .dealer-form input[type="tel"], textarea, .dealer-form select, .warranty-form input[type="text"], .warranty-form input[type="email"], .warranty-form input[type="url"], .warranty-form input[type="password"], .warranty-form input[type="number"], .warranty-form input[type="tel"], textarea, .warranty-form select {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px 15px !important;
}

.contact-form input[type="submit"], .dealer-form input[type="submit"], .warranty-form input[type="submit"] {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    text-shadow:none;
    background: linear-gradient(to bottom, #f7b419 0%, #f7b10f 18%, #f1a903 100%);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 3px;
    line-height: 24px;
}

.contact-form .gform_fields {
    display: flex !important;
    gap: 0 20px;
    flex-wrap: wrap;
}

.contact-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
        width: calc(50% - 10px);
        display: inline-block;
    }
    
    .contact-form .gform_legacy_markup_wrapper ul.gform_fields .message-field {
    width: 100% !important;
}

.contact-tab-body h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}





.hero-banner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* aspect-ratio: 6 / 3.4; */
}

.hero-banner img {
   height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-banner-content {
/* position: absolute; */
    /* bottom: 0; */
    padding: 40px 30px;
    color: #fff;
    background: linear-gradient(to bottom, #000000, #000000);
    min-height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: -40px;
    border-radius: 0 0 10px 10px;
}


.hero-description p {
    font-size: 18px;
    line-height: 28px;
    margin:0;
}

.hero-banner-content h1 {
  font-size: 42px;
    font-weight: 700;
    /* max-width: 550px; */
    margin-bottom: 15px;
}

/* .hero-description {
    max-width: 550px;
} */

.industries.clearfix {
    margin-top: 40px;
}

.industries-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.industries-box {
    width: calc(100% / 3 - 14px);
    aspect-ratio: 4 / 2;
    overflow: hidden;
    border-radius: 10px;
    position:relative;
    cursor:pointer;
}

.industries-box img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.industries-box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: end;
    padding: 30px;
    justify-content: center;
    background-image: linear-gradient(to top, #000000a6, #ffffff00);
}

.contact-tab-head {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
}

.contact-tab-head .tab-btn {
    padding: 12px 20px;
    border: 1px solid #ddd;
    background: #fff !important;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: none !important;
    text-shadow: none !important;
        font-weight: 600;
}

.contact-tab-head .tab-btn.active {
    background: #f7b10f !important;
    border-color: #f7b10f;
}


.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.contact-page-wrapper {
    display: flex;
    margin: 35px 0 0;
    gap: 40px;
}

.contact-page .contact-page-wrapper .box-light-inner {
    width: 330px;
}

.contact-tabs {
    width: 100%;
}

.footer-top-wrapper {
    display: flex;
    gap: 5vw;
    padding: 50px 0;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
}


.footer-btm {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 15px 0;
}

.foot-inner {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.footer-column.column-first p {
    color: rgb(255 255 255 / 85%);
    margin: 0;
    line-height: 24px;
}

.footer-copyright p, .footer-copyright p a {
    margin: 0;
    color: rgb(255 255 255 / 85%);
}

.footer-column h3 {
    color:rgb(255 255 255 / 95%);
    font-weight: 700;
    font-size: 22px;
    margin-top:10px;
    margin-bottom: 25px;
}

.footer-column .social-links a {
    font-size: 24px;
    color: rgb(242 171 6 / 85%);
}

.footer-column .address-list a {
    font-size: 16px;
    color: rgb(255 255 255 / 85%);
}

.footer-column .menu a {
    color: rgb(255 255 255 / 85%);
}

.footer-copyright p a:hover, .footer-column .address-list a:hover, .footer-column .menu a:hover {
color: rgb(255 255 255);
}

.footer-column .social-links a:hover {
    color: rgb(242 171 6 / 100%);
    }

.footer-column .address-dtl .address-list + h3 {
    margin-top: 40px;
}

.footer-column .address-list a i {
   color: rgb(242 171 6 / 85%);
    font-size: 22px;
}

.footer-column .address-list a:hover i {
   color: rgb(242 171 6 / 100%);
}

.footer-column .menu {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.manufacturer-wrap {
    margin: 40px 0 20px;
}

.manufacturer-box .widget_block.widget_media_gallery {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}

.manufacturer-box .widget_block.widget_media_gallery figure.wp-block-gallery {
    gap: 25px;
    flex-wrap: nowrap;
}

.manufacturer-box p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #003f63;
    font-weight: 600;
    max-width: 860px;
    margin: 0 auto;
}

.page-template-about-page .box-light-inners, .page-template-industries-page .box-light-inners {
  font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}

.manufacturer-box .widget_block.widget_media_gallery figure.wp-block-gallery .wp-block-image {
margin:0;
}

.manufacturer-box {
    padding: 24px;
    background: #fff;
}

.industries-wrap-content {
    margin-top: 20px;
}

.industries-wrap-content strong {
    font-size: 22px;
    color: #003f63;
    margin-bottom: 15px;
    display: inline-block;
}

.industries-wrap-content p {
line-height:24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.industries-box-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.manufacturer-box .widget_block.widget_media_gallery figure.wp-block-gallery img {
    max-height: 70px;
}

.tab-content p:last-child {
    margin-bottom: 0;
}

.industries-wrap-content .tab-content {
    padding: 20px;
}

.contact-dtl {
    margin: 40px 0 0;
}

.contact-page .box-light-inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.contact-dtl .address-dtl {
    flex: 1;
    background: #fff;
    padding: 20px;
}

.address-dtl-content {
    text-align: left;
}

.address-dtl-content p {
    margin: 0;
    font-size: 18px;
}

.contact-dtl .address-dtl h3 {
    color: #0a3f63;
    font-size: 20px;
    font-weight: 700;
}

.industries-home {
    margin-top: 40px;
}

.industries-wrap.home-product-wrap .industries-box {
    width: calc(100% / 2 - 14px);
}

.industries-box img {
    transition:300ms all;
}

.industries-box:hover img {
    transform: scale(1.05);
}

.warranty-form .gform_footer.top_label {
    padding-top: 45px !important;
}

.footer-top #nav_menu-3, .footer-top #block-5 {
    margin-top: 42px;
}