/******************************************************************
Theme Name: Glenco
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.5
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700);
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body, p, td, ul, li {
	color: #242121;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	color: #ec203e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #ec203e;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #df1e3b;
	text-decoration: underline;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: #e20a17;
}
img {
	border: 0;
	height: auto !important;
	max-width: 100%;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ededed;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
.wrap {
	*zoom: 1;
}
.wrap:before,
.wrap:after {
	content: "";
	display: table;
	line-height: 0;
}
.wrap:after {
	clear: both;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}

/*********************
LAYOUT STYLES
*********************/
.center {
	margin: 0 auto;
	max-width: 1060px;
}
.extra_content {
	padding: 40px 0;
}
/*** Enter your style for global layout here ***/
.main-header {
	position: relative;
	z-index: 1000;
}
.main-header .center {
	position: relative;
}
.logo {
	float: left;
	padding: 23px 0 26px;
}
.logo a, .logo img {
	line-height: 0;
}
.logo img {
	width: 225px;
	vertical-align: top;
}
.header-right {
	float: right;
	padding-top: 36px;
}
.top-menu {
	float: left;
	margin-right: 10px;
}
.mobile-container {
	float: left;
}
.header-find-dealer {
	float: left;
	padding-top: 11px;
}
.header-find-dealer a:before {
	content: "\f041";
	font-family: FontAwesome;
	font-size: 20px;
	left: 14px;
	line-height: 48px;
	position: absolute;
	top: 0;
}
.header-find-dealer a {
	font-size: 17px;
	padding-left: 35px;
	padding-right: 17px;
	position: relative;
	text-transform: uppercase;
}
.searchlink {
  background-color: #e5e5e5;
  display: block;
  float: left;
  margin: 11px 0 0 13px;
  max-width: 50px;
  position: relative;
}
.searchlink i {
    cursor: pointer;
    font-size: 25px;
    padding: 11px 14px ;
}

.searchlink:hover,
.searchlink.open {
    cursor: pointer;
}

.searchlink.open > .searchform {
    display: block;
}
.searchlink label {
	display: none;
}
.searchform {
    display: none;
    position: absolute;
    width: 320px;
    height: 70px;
    line-height: 40px;
    top: 58px;
    right: 0;
    padding: 0 15px;
    cursor: default;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    background-color: #fff;
  	margin-left: -120px;
}

.searchlink.open .searchform {
    display: block;
}

#search {
    display: block;
    position: relative;
}

#s {
    width: 185px;
    background: #fff;
    height: 35px;
    padding: 0 11px;
    border: 1px solid #e1e1e1;
    color: #888;
    margin: 14px 0;
}

#searchsubmit {
    display: block;
  	font-size: 1rem;
    position: absolute;
    background: none;
    color: #fff;
    cursor: pointer;
    height: 35px;
    right: 15px;
    top: 14px;
    padding: 6px 25px;
    width: auto;
    background-color: #2d2d2f;
}
.banner-area {
	background: #e5e5e5;
	overflow: hidden;
	position: relative;
}
.inner-banner {
	background: #e5e5e5;
}
.inner-banner .center {
	padding-bottom: 50px;
	padding-top: 50px;
}
.inner-banner.with-breadcrumb .center {
	padding-bottom: 35px;
	padding-top: 45px;
}
.inner-banner h1 {
	color: #242121;
	margin: 0;
}
.em-breadcrumb {
	color: rgba(0,0,0,0.9);
	font-size: 1.0625rem;
	margin-top: 10px;
}
.em-breadcrumb a {
	color: rgba(0,0,0,0.9);
	text-decoration: underline;
}
.em-breadcrumb span {
	color: rgba(236,32,62,0.9);
}
.mainbody {
	padding: 30px 0;
}
.mainbody-inner {
	position: relative;
}
body.side .mainbody-inner {
	padding-right: 365px;
}
.main-content {
	float: left;
	position: relative;
	width: 100%;
}
.main-sidebar {
	float: left;
	margin-right: -100%;
	padding-left: 30px;
	position: relative;
	width: 364px;
}
.bottom-bar {
	padding: 0 0 50px;
}
.find-dealer {
	background: url(library/images/bg-map.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 42px 43px 50px;
}
.find-dealer h5 {
	color: rgba(255,255,255,0.8);
	font-size: 1.75rem;
	font-weight: normal;
	margin-bottom: 17px;
}
.find-dealer form:before {
	color: #b2b2b2;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 30px;
	height: 100%;
	left: 14px;
	line-height: 54px;
	position: absolute;
	top: 0;
}
.find-dealer form {
	margin: 0;
	padding-right: 282px;
	position: relative;
}
.find-dealer input[type="text"] {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-width: 0;
	color: rgba(92,92,92,0.7);
	display: block;
	font-size: 1.125rem;
	height: 54px;
	padding-left: 62px;
	width: 100%;
}
.find-dealer input[type="submit"] {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 1.125rem;
	height: 54px;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 282px;
}
.logo-slider {
	padding: 43px 0 0;
}
.logo-slider p {
	font-size: 17px;
	line-height: 1.65411765em;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 50px 0 0;
	max-width: 200px;
}
.main-footer {
	text-decoration: none;
}
.main-footer * {
	color: rgba(0,0,0,0.67);
	font-size: 15px;
}
.main-footer .center {
	border-top: 1px solid #8d8d8d;
	padding-bottom: 30px;
	padding-top: 18px;
}
.main-footer a:hover {
	color: #df1e3b;
	text-decoration: none;
}
.main-footer span {
	padding: 0 11px;
}
.main-footer div.widget_nav_menu, .main-footer div.widget_nav_menu * {
	display: inline;
}
.main-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-footer ul li:before {
	content: "\007C";
	padding: 0 11px;
}
.main-footer ul li {
	position: relative;
}
.main-footer .socials .IN-widget {
	margin-left: 20px;
	vertical-align: middle !important;
}

/* Search Function */
.search_box {
    padding: 40px;
    background-color: #ec203e;
    position: relative;
}
.search_box input.search-field {
    width: 100%;
    border: none;
    height: 50px;
}
.search_box input.search-submit {
    background: #242121 url("library/images/search_icon.png") no-repeat scroll center center;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 50px;
    margin-left: -50px;
    padding: 10px;
    position: absolute;
    width: 50px;
    right: 40px;
    top: 40px;
}
.search_box input.search-submit:hover {
    background-color: #000;
}
.search_link {
    color: #489a48;
    font-weight: normal;
    text-decoration: underline;
}
span.searchwp-highlight {
	background: #fffa79;
	padding: 0 3px;
}

/* Homepage - Enter any style for elements on homepage here */
.home-box, .em-product-cat-extended {
	*zoom: 1;
}
.home-box:before, .em-product-cat-extended:before,
.home-box:after, .em-product-cat-extended:after {
	content: "";
	display: table;
	line-height: 0;
}
.home-box:after, .em-product-cat-extended:after {
	clear: both;
}
h3.big-heading, h1.big-heading {
	font-size: 1.9375rem;
	line-height: 1.3em;
}
.home-box {
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #dcddde 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#dcddde 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#dcddde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dcddde',GradientType=0 );
	border: 1px solid #4d4a4a;
	list-style: none;
	margin: 30px 0 0;
	padding: 34px 0 70px;
	position: relative;
}
.home-box > li:first-child {
	position: absolute;
	right: 24px;
	top: 23px;
}
.home-box > li:first-child + li {
	float: left;
	padding-left: 3.4971645%;
	padding-top: 34px;
	width: 24.150943%;
}
.home-box h3 {
	color: #000;
	font-size: 2.3125rem;
	font-weight: normal;
	line-height: 0.97440273em;
	margin-bottom: 2px;
}
.home-box h3 strong {
	font-weight: 500;
}
.home-box h2 {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 6px;
	text-shadow: 0 0 3px #fff;
}
.home-box p {
	color: rgba(0,0,0,0.66);
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0;
}
.home-box p a {
	color: #000;
	margin-left: 10px;
	text-decoration: underline;
}
.home-box > li:first-child + li + li {
	margin: 32px 9.4339623% 0 28.773585%;
}
.em-product-cat-extended {
	list-style: none;
	margin: -2.2641509% 0 0 -2.2641509%;
	padding: 0;
}
body.home .em-product-cat-extended {
	padding-top: 7px;
}
.em-product-cat-extended > li {
	float: left;
	margin: 2.2140221% 0 0 2.2140221%;
	width: 22.785978%;
}
.em-product-cat-extended > li:nth-child(4n+1) {
	clear: both;
}
.em-product-cat-extended.em-prod-dealer > li {
	width: 31.12%;
}
.em-product-cat-extended.em-prod-dealer > li:nth-child(3n+1) {
	clear: both;
}
.em-product-cat-extended a, .em-product-cat-list a {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.22767857em;
	text-decoration: none;
}
.em-product-cat-thumb {
	background: #e5e5e5;
	display: block;
}
.em-product-cat-thumb img {
	display: block;
	width: 100%;
}
.em-product-cat-title:before,
nav.main-nav ul.nav > li:first-child + li + li > ul > li > a > span:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.5rem;
	line-height: 1em;
	margin-top: -12px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.em-product-cat-title {
	background: #464343;
	display: block;
	padding: 16px 30px 16px 25px;
	position: relative;
}
.em-product-cat-extended > li:nth-child(8) .em-product-cat-title {
	padding-right: 60px;
}
.em-product-cat-extended a:hover .em-product-cat-title, .em-product-cat-list a:hover .em-product-cat-title {
	background: #ec203e;
}

/* Custom Post Type - Product */
.em-product-extra-fields {
	font-family: "Roboto",sans-serif;
	*zoom: 1;
}
.em-product-extra-fields:before,
.em-product-extra-fields:after {
	content: "";
	display: table;
	line-height: 0;
}
.em-product-extra-fields:after {
	clear: both;
}
.em-product-cat-des {
	margin-bottom: 30px;
}
.em-product-cat-list {
	list-style: none;
	margin: -3.5971223% 0 0 -3.5971223%;
	padding: 0;
}
.em-product-cat-list > li {
	float: left;
	margin: 3.4722222% 0 0 3.4722222%;
	width: 46.527778%;
}
.em-product-cat-list > li:nth-child(2n+1) {
	clear: both;
}
body.product-category-first-level .em-product-cat-list {
	margin: -2.5943396% 0 0 -2.5943396%;
}
body.product-category-first-level .em-product-cat-list > li {
	margin: 2.5287356% 0 0 2.5287356%;
	width: 30.804598%;
}
body.product-category-first-level .em-product-cat-list > li:nth-child(2n+1) {
	clear: none;
}
body.product-category-first-level .em-product-cat-list > li:nth-child(3n+1) {
	clear: both;
}
.em-product-cat-list-full {
	list-style: none;
	margin: 0;
	padding: 0;
}
.em-product-cat-list-full > li, .em-product-cat-list-full > li ul li {
	margin-top: 7px;
}
.em-product-cat-list-full > li:first-child, .em-product-cat-list-full > li ul li:first-child {
	margin-top: 0;
}
.em-product-cat-list-full > li > a {
	background: #7c797a;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 16px 15px 16px 25px;
	position: relative;
	text-decoration: none;
}
.em-product-cat-list-full > li.current-cat > a, .em-product-cat-list-full > li.current-cat-parent > a, .em-product-cat-list-full > li > a:hover {
	background: #ec203e;
}
.em-product-cat-list-full li.current-cat > a, .em-product-cat-list-full li.current-cat-parent > a {
	font-weight: 600 !important;
}
.em-product-cat-list-full > li ul.children {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.em-product-cat-list-full li.current-cat > ul.children, .em-product-cat-list-full li.current-cat-parent > ul.children {
	display: block;
}
.em-product-cat-list-full > li > ul.children > li {
	margin-bottom: 7px;
}
.em-product-cat-list-full > li > ul.children > li > a {
	background: #f4c2ca;
	color: #803641;
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 16px 15px 16px 25px;
	position: relative;
	text-decoration: none;
}
.em-product-cat-list-full > li > ul.children > li.current-cat > a:before, .em-product-cat-list-full > li > ul.children > li.current-cat-parent > a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: bold;
	display: inline;
	margin-right: 6px;
}
.em-product-cat-list-full > li > ul.children > li > ul.children {
	background: #fde8eb;
	list-style: none;
	margin: 0;
	padding: 10px 10px 11px 28px;
}
.em-product-cat-list-full > li > ul.children > li > ul.children > li {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.em-product-cat-list-full > li > ul.children > li > ul.children > li > a:before {
	content: "\2013\00A0";
	display: inline;
}
.em-product-cat-list-full > li > ul.children > li > ul.children > li > a {
	color: #686868;
	text-decoration: none;
}
.em-product-cat-list-full > li > ul.children > li > ul.children > li.current-cat > a, .em-product-cat-list-full > li > ul.children > li > ul.children > li > a:hover {
	color: #803742;
}
.em-product-term-info {
	background: #464343;
	padding: 40px 30px 33px 35px;
	position: relative;
}
.em-product-term-logo {
	max-width: 100px;
	position: absolute;
	right: 30px;
	top: 28px;
	width: 100%;
}
.em-product-term-title h3 {
	color: #fff;
	font-size: 3.125rem;
	font-weight: normal;
	margin: 0 100px 9px 0;
}
.em-product-term-des {
	color: #fff;
	font-size: 15px;
}
.em-product-term-des * {
	color: #fff;
}
.em-product-term-brochure {
	margin-top: 25px;
	text-align: right;
}
.em-product-term-brochure div {
	display: inline-block;
}
.em-product-term-brochure a {
	background: url(library/images/pdf.png) no-repeat 0 0;
	color: #fff;
	display: block;
	font-size: 1.0625rem;
	font-weight: 500;
	padding: 0 0 0 27px;
	text-decoration: underline;
	vertical-align: top;
}
.em-product-term-brochure .em-product-term-video a::before,
.em-product-term-brochure .em-product-term-datasheet a::before {
	content: "\f16a";
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 10px;
}
.em-product-term-brochure .em-product-term-datasheet a::before {
	content: "\f1c3";
	font-weight: bold;
}
.em-product-term-brochure .em-product-term-video a,
.em-product-term-brochure .em-product-term-datasheet a {
	background: none;
	padding-left: 0;
}
.em-product-term-brochure div:nth-child(n+2) {
	margin-left: 20px;
}
.em-tax-products {
	list-style: none;
	margin: 0;
	padding: 0;
}
.em-tax-products > li {
	border-top: 1px solid #d8d4d4;
	margin: 45px 0 0;
	padding: 45px 0 0;
}
.em-tax-products > li:first-child {
	border-top: none;
	margin-top: 6px;
}
.em-product-gallery {
	float: left;
	padding-top: 4px;
	width: 48.776978%;
}
.em-product-image-large.flexslider {
	padding: 0 20px;
	margin-bottom: 20px;
}
.em-product-image-large .flex-direction-nav .flex-prev,
.em-product-image-large .flexslider:hover .flex-direction-nav .flex-prev {
	left: 0 !important;
}
.em-product-image-large .flex-direction-nav .flex-next,
.em-product-image-large .flexslider:hover .flex-direction-nav .flex-next {
	right: 0 !important;
}
.em-product-image-thumb.flexslider .slides > li {
	cursor: pointer;
	margin-right: 16px;
}
.em-product-info {
	float: right;
	width: 46.043165%;
}
.em-product-title {
	font-size: 1.1875rem;
	font-weight: 600;
	margin-bottom: 7px;
	font-family:'Roboto', sans serif!important;
}
.em-product-extra-fields {
	list-style: none;
	margin: 0;
	padding: 0;
}
.em-product-extra-fields > li,
.em-product-extra-fields tr td {
	font-size: 15px;
	padding-top: 3px;
}
.em-product-extra-fields > li:nth-child(2n+1),
.em-product-extra-fields tr td:first-child {
	clear: both;
	float: left;
	font-weight: 500;
	width: 48%;
	font-family:'Roboto', sans serif!important;
}
.em-product-extra-fields > li:nth-child(2n),
.em-product-extra-fields tr td:first-child + td {
	float: right;
	width: 48%;
	font-family:'Roboto', sans serif!important;
}
.em-product-extra-fields > li.em-product-price-label,
.em-product-extra-fields td.em-product-price-label {
	font-size: 1.0625rem;
	font-weight: 600;
	padding-top: 16px;
}
.em-product-extra-fields > li.em-product-price,
.em-product-extra-fields td.em-product-price {
	font-size: 1.1875rem;
	font-weight: 600;
	padding-top: 16px;
}
.em-product-extra-fields > li.em-product-price .tooltips,
.em-product-extra-fields td.em-product-price .tooltips {
	margin-left: 5px;
}
.em-product-extra-fields > li.em-product-price .product-price-tip:before,
.em-product-extra-fields td.em-product-price .product-price-tip:before {
	color: #ec203e;
	content: "\f05a";
	display: inline-block;
	font-family: FontAwesome;
}
.em-product-extra-fields > li.em-product-price .product-price-tip,
.em-product-extra-fields td.em-product-price .product-price-tip {
	position: relative;
}
.em-product-extra-fields > li.em-product-code-label,
.em-product-extra-fields td.em-product-code-label {
	font-weight: 600;
}
.em-product-enquiry {
	padding-top: 15px;
}
.em-product-enquiry a {
	font-size: 1rem;
	padding: 10px 15px;
}
div.gform_wrapper.product-enquiry-frm_wrapper .top_label .gfield_label {
	display: none;
}
.em-product-extra-fields,
.em-product-extra-fields tbody,
.em-product-extra-fields tr,
.em-product-extra-fields td {
	display: block;
}
.em-product-extra-fields tr {
	overflow: hidden;
}

/* Find Dealer */
.find-dealer-intro {
	*zoom: 1;
}
.find-dealer-intro:before,
.find-dealer-intro:after {
	content: "";
	display: table;
	line-height: 0;
}
.find-dealer-intro:after {
	clear: both;
}
form#searchForm #addy_in_radius,
form#searchForm #addy_in_address label,
div#slp_tagline,
.results_wrapper span.slp_result_country,
.results_wrapper span.slp_result_directions,
.results_row_right_column > br {
	display: none;
}
.find-dealer-heading a:before, .find-dealer-heading a:after {
	content: "";
	position: absolute;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.find-dealer-heading a:before {
	border-bottom: 1px solid #242121;
	border-top: 5px solid #242121;
	height: 7px;
	left: 2px;
	top: 3px;
	width: 6px;
}
.find-dealer-heading a:after {
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	border-top: 5px solid #242121;
	height: 0;
	left: 0;
	top: 8px;
	width: 0;
}
.find-dealer-heading a {
	color: #242121;
	font-size: 1rem;
	margin-left: 15px;
	padding-left: 13px;
	position: relative;
	text-decoration: none;
}
.find-dealer-heading a:hover:before {
	top: 5px;
	height: 5px;
}
.find-dealer-heading a:hover:after {
	top: 10px;
}
.find-dealer-intro {
	display: none;
}
.find-dealer-intro h5 {
	margin-top: 30px;
}
#address_search {
	position: relative;
}
.results_wrapper div.results_entry {
	padding-bottom: 0;
}
form#searchForm #addy_in_address {
	padding: 0 70px 0 0;
}
form#searchForm #addy_in_address input[type="text"] {
	border-right: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	margin: 0;
	width: 100%;
}
form#searchForm .search_item:not(#addy_in_address) {
	bottom: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 70px;
}
form#searchForm #radius_in_submit:before {
	background-color: #ec203e;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #fff;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 26px;
	height: 100%;
	left: 0;
	line-height: 48px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}
form#searchForm #radius_in_submit:hover:before {
	background-color: #df1e3b;
}
form#searchForm #radius_in_submit {
	cursor: pointer;
	display: block;
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
}
form#searchForm input#addressSubmit.slp_ui_button {
	background: none;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 0;
	line-height: 0;
	position: relative;
	text-indent: -999em;
	width: 100%;
	z-index: 1;
}
#sl_div div#map.slp_map {
	background: #e5e5e5;
	border: 5px solid #e5e5e5;
	margin: 20px 0 0;
}
#map_sidebar .results_wrapper {
	background: #f7f7f3;
	float: left;
	margin: 2% 0 0;
	padding: 0 25px 25px;
	width: 49%;
	min-height: 405px;
}
.results_wrapper div.results_entry:hover {
	background: none;
}
#map_sidebar .results_wrapper:nth-child(2n) {
	float: right;
}
#map_sidebar .results_wrapper:nth-child(2n+1) {
	clear: both;
}
.results_entry div.results_row_left_column, .results_entry .results_row_center_column, .results_entry .results_row_right_column {
	display: block;
	float: none;
	text-align: left;
	width: auto;
}
.results_entry div.results_row_left_column {
	background: #262223;
	margin: 0 -25px 21px;
	position: relative;
}
.results_wrapper div.results_entry span.location_name {
	color: #fff;
	display: block;
	font-size: 1.3125rem;
	font-weight: 600;
	padding: 18px 115px 18px 25px;
}
.location_distance {
	background: #ec203e;
	bottom: 0;
	color: #fff;
	display: block;
	min-width: 93px;
	padding: 15px 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.results_entry .results_row_left_column {
	margin-bottom: 10px;
}
.results_entry .results_row_center_column {
	padding-left: 24px;
}
.results_wrapper span.slp_result_phone, .results_wrapper span.slp_result_website, .results_wrapper span.slp_result_email {
	display: block;
	margin-top: 16px;
	padding-top: 0;
	text-transform: lowercase;
}
.results_wrapper span.slp_result_phone {
	margin-top: 18px;
}
.results_wrapper span.slp_result_street:before,
.results_wrapper span.slp_result_phone:before,
.results_wrapper span.slp_result_website a:before,
.results_wrapper span.slp_result_email:before {
	color: #242121;
	content: "\f041";
	font-family: FontAwesome;
	font-size: 16px;
	left: -24px;
	margin-right: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}
.results_wrapper span.slp_result_street, .results_wrapper span.slp_result_street2, .results_wrapper span.slp_result_citystatezip {
	display: inline;
	position: relative;
}
.results_wrapper span.slp_result_phone:before {
	content: "\f095";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
	top: 0;
}
.results_wrapper span.slp_result_website a:before,
.results_wrapper span.slp_result_email:before {
	font-size: 14px;
	left: 0;
}
.results_wrapper span.slp_result_website a:before {
	content: "\f08e";
	top: 2px;
}
.results_wrapper span.slp_result_email:before {
	content: "\f0e0";
}
.results_wrapper span.slp_result_phone,
.results_wrapper span.slp_result_website a,
.results_wrapper span.slp_result_email {
	position: relative;
}
.results_wrapper span.slp_result_website a,
.results_wrapper span.slp_result_email {
	padding-left: 24px;
}
#sl_div .slp_result_contact a.storelocatorlink {
	color: #ec203e;
}
#sl_div .slp_result_contact a.storelocatorlink:hover {
	background: none;
	color: #ec203e;
	text-decoration: underline;
}
.slp_result_table_tags {
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 20px;
	position: relative;
}
.slp_result_table_tags .tagtext {
	display: block;
}
.gm-style-iw #sl_info_bubble {
	font-size: 13px;
}
ul.em-slp-tags {
	margin: 0;
	padding: 0;
}
#sl_info_bubble ul.em-slp-tags {
	display: none;
}
ul.em-slp-tags li:before {
	content: "\25CF";
	font-size: 12px;
	margin: 0 7px 0 0;
}
ul.em-slp-tags li {
	display: inline;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 7px 0 0;
}
#slp_tags ul.em-slp-tags li {
	display: block;
	font-size: 12px;
	margin-right: 0;
	white-space: nowrap;
}
#slp_bubble_name {
	font-size: 14px;
}
#slp_bubble_address2 {
	display: none;
}
#slp_bubble_phone {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
#slp_bubble_phone br {
	display: none;
}

/* Files Download */
.accordion {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.accordion .accordion-content {
	margin-bottom: 40px;
}
.accordion-title {
	border: 1px solid #cccccc;
  color: #231f20;
	cursor: pointer;
	font-size: 1.25rem;
  font-weight: 500;
	margin: 0 0 27px 0;
	padding: 30px 25px;
	position: relative;
  outline: none;
}
.accordion-title.open {
	border: 1px solid #ec203e;
  background-color: #ec203e;
  color: #FFF;
  margin-bottom: 0;
}
.accordion-title::after {
	bottom: 0;
	color: #030032;
	content: "+";
	display: block;
	float: right;
	font-size: 1.5rem;
	height: 28px;
	margin: auto 0;
	position: absolute;
	right: 25px;
	top: 0;
}
.accordion-title.open:after {
  color: #FFF;
	content: '-';
	font-size: 2.5rem;
}
.accordion .accordion-content {
  background-color: #efefef;
	padding: 20px 20px 20px 30px;
}
div.responsive-tabs ul.responsive-tabs__list {
	margin: 0;
}
div.responsive-tabs .responsive-tabs__list__item:before {
	background: #ccc;
	color: "";
	content: "";
	height: 20px;
	position: absolute;
	right: -1px;
	top: 20px;
	width: 1px;
}
div.responsive-tabs .responsive-tabs__list__item {
	color: #242121;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0 -1px;
	padding: 20px 15px;
	position: relative;
}
div.responsive-tabs .responsive-tabs__list .responsive-tabs__list__item:first-child {
	margin-left: 0;
}
div.responsive-tabs .responsive-tabs__list__item--active:before, div.responsive-tabs .responsive-tabs__list__item--active:hover:before, div.responsive-tabs .responsive-tabs__list .responsive-tabs__list__item:last-child:before {
	display: none;
}
div.responsive-tabs .responsive-tabs__list__item--active, div.responsive-tabs .responsive-tabs__list__item--active:hover {
	border-color: #ccc;
	color: #ec203e;
	padding-bottom: 20px;
}
div.responsive-tabs .responsive-tabs__panel {
	border-color: #ccc;
	padding-bottom: 20px;
}
.em-files {
	margin: 0;
	width: 100%;
}
.em-files td {
	padding: 10px 0;
}
.em-file-title h3 {
	font-size: 1rem;
	margin: 0;
}
.em-file-title h3 a {
	display: block;
	padding-left: 25px;
	position: relative;
}
.em-file-title h3 i {
	left: 0;
	position: absolute;
	top: 0;
	width: 25px;
}
.em-file-size {
	width: 150px;
}

/*********************
ABOUT
*********************/

.year {
    background: #E5E5E5;
    padding: 27px 22px 23px;
    border-radius: 8px;
    text-align: center;
color:#fff;
}

.year p{
    font-size: 20px;
    margin-bottom: 0px;
color:#242121;
}

.year i{
	color:#eb1f3d;
}

.wp-caption-text span{
	font-size: 13px;
	line-height: 26px;
}

.wp-caption-text strong{
	font-weight: bold;
	font-size: 17px;
}


.wp-caption p.wp-caption-text {
    padding: 0px 20px;
   }

 #attachment_99{
 width: 100% !important;
text-align: center;
margin: 0px auto;
 }

/*********************
SIDEBAR
*********************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 7px;
}
.main-sidebar ul.menu > li > a {
	background: #bdbbbc;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 16px 15px 16px 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #ec203e;
}

/*********************
LAYER SLIDER
*********************/
.ls-v5 .ls-nav-prev:before, .ls-v5 .ls-nav-next:after {
	color: rgba(0,0,0,0.3);
	font-family: FontAwesome;
	font-size: 60px;
	height: 100%;
	line-height: 1em;
	position: absolute;
	top: 0;
}
.ls-v5 .ls-nav-prev:before {
	content: "\f104";
	left: 0;
}
.ls-v5 .ls-nav-next:after {
	content: "\f105";
	right: 0;
}
.ls-v5 a.ls-nav-prev, .ls-v5 a.ls-nav-next {
	background: none;
	height: 60px;
	margin-top: -30px;
}

/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}

/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}

/* Category Listing Page */
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179,35,23,0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info, .product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title, .product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link, .product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}

/* Product Archive - Listing View */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
	*zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 164px;
}
.testimonials-list .quote blockquote {
	font-size: 1.8125rem;
	line-height: 1.3384083em;
	margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
	font-size: 1.6875rem;
	line-height: 1.333333em;
	margin: 0;
}
.testimonials-list .quote .author {
	display: block;
	font-size: 1.4375rem;
	font-style: normal;
	margin: 0 0 0 210px;
}

/*********************
FLEXSLIDER
*********************/
.flexslider {
	background: none;
	border: none;
	margin: 0;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.6);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
}

/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
	height: 40px;
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gfield_required {
	font-family: Arial, Helvetica, sans-serif;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}
#gform_wrapper_1 ul.gform_fields li.gfield:first-child {
	margin-top: 0;
}
/*********************
BLOG
*********************/
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 35px;
	padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.postlist .post-list .post:nth-child(even) {
  background: #fcfcfc;
  padding-bottom: 35px;
}
.post-list-date {
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
.postlist .post .more-link {
	display: block;
	background-color: #ec203e;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 29px 13px;
	text-align: center;
	text-decoration: none;
}
.postlist .post .more-link:hover {
	background-color: #df1e3b;
}
h2.entry-title {
	font-size: 28px !important;
	font-weight: 400;
	margin-bottom: 18px;
}
h2.entry-title a {
	color: #262423;
	text-decoration: none;
}
h2.entry-title a:hover {
	color: #e20a17;
  text-decoration: none;
}
h2.entry-title.file span {
	color:#ec203e;
  float:right;
}
.post-list-thumbnail {
	float: right;
	margin-bottom: 5px;
	margin-left: 35px;
	width: 270px;
}
.post-list-content p {
	margin-bottom: 30px;
	margin-top: 0;
}
h1.single-title {
	font-size: 3.5rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}

/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	background: url(library/images/menu-divider.png) no-repeat 100% 25px;
	float: left;
	margin-left: -1px;
	position: relative;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li:last-child,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.last-child {
	background: none;
}
nav.main-nav ul.nav > li:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.29);
	box-shadow: 0 0 5px rgba(0,0,0,0.29);
}
nav.main-nav ul.nav > li > a {
	color: rgba(38,34,35,0.8);
	display: block;
	font-weight: 500;
	line-height: 1.5em;
	padding: 23px 15px 22px 14px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
nav.main-nav ul.nav > li:first-child > a:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:first-child a.mega-menu-link:before {
	bottom: 0;
	color: #ec203e;
	content: "\f015";
	font-family: FontAwesome;
	font-size: 36px;
	left: 0;
	line-height: 69px;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 0;
	top: 0;
}
nav.main-nav ul.nav > li:first-child > a,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:first-child a.mega-menu-link {
	color: #ec203e;
	font-size: 0;
	height: 69px;
	text-indent: -999em;
	width: 70px;
}
nav.main-nav ul.nav > li:hover > a {
	background: #fff;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	color: #ec203e;
}
nav.main-nav ul.nav li ul {
	background: #464343;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.29);
	box-shadow: 0 0 5px rgba(0,0,0,0.29);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
	background-color: #ec203e;
}

nav.main-nav ul.nav > li:first-child + li + li {
	position: static;
}
nav.main-nav ul.nav > li:first-child + li + li > a {
	position: relative;
	z-index: 901;
}
nav.main-nav ul.nav > li:first-child + li + li > ul {
	background: #fff;
	left: auto;
	max-width: 100%;
	padding: 28px 25px;
	right: 0;
	top: 105px;
	width: 910px;
	z-index: 900;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li {
	border-top: none;
	float: left;
	margin: 2.3255814% 0 0 2.3255814%;
	width: 23.255814%;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li:nth-child(-n+4) {
	margin-top: 0;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li:nth-child(8) a > span {
	padding-right: 50px;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li > a {
	font-size: 14.51px;
	font-weight: 500;
	line-height: 1.22811854em;
	padding: 0;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li > a > img {
	display: block;
	margin: 0;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li > a > span {
	background: #464343;
	display: block;
	padding: 12px 25px 12px 18px;
	position: relative;
}
nav.main-nav ul.nav > li:first-child + li + li > ul > li > a:hover > span {
	background: #ec203e;
}

/* Mega Menu */
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
	margin-left: -1px;
	vertical-align: top;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:first-child {
	margin-left: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500;
	line-height: 1.5em;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:focus {
	font-weight: 500;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item-has-children > a.mega-menu-link:after {
	display: none !important;
}

/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
	z-index: 9998;
}
div#responsive_menu_pro_button {
    bottom: 0;
    padding: 12px 16px;
	position: absolute;
    right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
	float: left;
}
#responsive_menu_pro_button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
	margin: 0;
	padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
	margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	margin-left: 12px;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.responsive-menu-social a:hover {
	color: #fff;
}

/* Little fix for Responsive Menu */
body.admin-bar #responsive_menu_pro_header_bar {
	top: 32px;
}
div#responsive_menu_pro.responsive_menu_pro_admin_bar_showing {
	margin-top: 32px;
	padding-top: 42px;
}
@media (max-width: 782px) {
	body.admin-bar #responsive_menu_pro_header_bar {
		top: 46px;
	}
	div#responsive_menu_pro.responsive_menu_pro_admin_bar_showing {
		margin-top: 46px;
	}
}
@media only screen and (max-width: 767px) {
	div#wpadminbar {
		position: fixed;
	}
}

/*********************
BACK TO TOP
*********************/
.cd-top {
	background: rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}

/*********************
RESPONSIVE STYLES
*********************/
@media(max-width: 1080px) {
  nav.main-nav ul.nav > li > a {
  	padding-left: 12px;
    padding-right: 13px;
  }
}
@media (max-width: 1060px) {
	.center {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav.main-nav ul.nav > li > a,
	#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
		padding-left: 9px;
		padding-right: 8px;
	}
	nav.main-nav ul.nav > li:first-child > a,
	#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:first-child a.mega-menu-link {
		width: 60px;
	}
	.em-product-cat-title {
		padding-left: 18px;
	}
	.home-box > li:first-child + li + li {
		margin-right: 6.5%;
	}
	nav.main-nav ul.nav > li:first-child + li + li > ul {
		right: 15px;
	}
  .searchlink {
  	margin-left: 7px;
  }
}

@media (max-width: 1023px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.cd-top {
		bottom: 20px;
		right: 20px;
	}
	div#responsive_menu_pro .responsive_menu_pro_menu li a {
		height: auto !important;
		white-space: normal !important;
	}
	.ezcol-last + div.ezcol-divider {
		clear: both !important;
		display: block !important;
	}

	/* WooCommerce */
	.woocommerce ul.products li.product > a:after {
		font-size: 1.25rem;
		height: 50px;
		line-height: 50px;
		margin: -25px 0 0 -100px;
		width: 200px;
	}
	.cat-list-info, .product-list-info {
		padding-bottom: 0;
	}
	.cat-list-link, .product-list-link {
		margin-top: 15px;
		position: static;
		width: auto;
	}
	.woocommerce ul.products li.product .price {
		margin: 14px 0 12px;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		font-size: 1rem;
	}
	body.em-grid-view-mode ul.products {
		margin-top: -30px;
	}
	body.em-grid-view-mode ul.products li.product {
		margin-top: 30px !important;
	}
	body.em-grid-view-mode .product-listing-title {
		margin-top: 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 2.125rem;
		margin-bottom: 20px;
	}

	/*** Enter your custom style here ***/
	.top-menu {
		display: none;
	}
	body.side .mainbody-inner {
		padding-right: 275px;
	}
	.main-sidebar {
		padding-left: 25px;
		width: 275px;
	}
	.main-sidebar ul.menu > li > a,
	.em-product-cat-list-full > li > a, .em-product-cat-list-full > li > ul.children > li > a {
		padding-left: 18px;
	}
	.em-product-cat-list-full > li > ul.children > li > ul.children {
		padding-left: 21px;
	}
	.em-product-cat-extended a, .em-product-cat-list a {
		font-size: 13px;
	}
	.em-product-cat-title:before {
		right: 10px;
	}
	.em-product-cat-title {
		padding: 12px 25px 12px 12px;
	}
	.em-product-cat-extended > li:nth-child(8) .em-product-cat-title {
		padding-right: 25px;
	}
	.home-box {
		padding: 54px 0 60px;
	}
	.home-box > li:first-child {
		top: 16px;
	}
	.home-box > li:first-child + li {
		padding-left: 3%;
		width: 22%;
	}
	.home-box > li:first-child + li + li {
		margin-left: 25%;
		margin-right: 5%;
		margin-top: 15px;
	}
	.home-box h3 {
		font-size: 1.875rem;
	}
	.home-box h2 {
		font-size: 3.25rem;
	}
	.home-box p {
		font-size: 15px;
	}
	.find-dealer {
		padding: 33px 30px 40px;
		margin-top: 20px;
	}
	.find-dealer h5 {
		font-size: 1.25rem;
	}
	.find-dealer form {
		padding-right: 240px;
	}
	.find-dealer input[type="submit"] {
		font-size: 1rem;
		width: 240px;
	}
	.main-footer {
		text-align: center;
	}
	.main-footer .center {
		padding-bottom: 20px;
		padding-top: 15px;
	}
	.main-footer div.widget_nav_menu {
		display: block;
		padding-top: 8px;
	}
	.main-footer ul li:first-child:before {
		display: none;
	}
	.em-product-term-info {
		padding: 40px 20px 20px;
	}
	.em-product-term-logo {
		right: 20px;
		top: 18px;
	}
	.em-product-term-title h3 {
		font-size: 2.5rem;
	}
	#responsive_menu_pro .responsive_menu_pro_menu li a > img {
		display: none;
	}
	/* Files Download */
	div.responsive-tabs .responsive-tabs__list__item::before {
		top: 12px;
	}
	div.responsive-tabs .responsive-tabs__list__item {
		font-size: 12px;
		padding: 12px 7px;
	}
	div.responsive-tabs .responsive-tabs__list__item--active, div.responsive-tabs .responsive-tabs__list__item--active:hover {
		padding-bottom: 12px;
	}
}
@media ( min-width: 991px ) {
	.colophon {
		float: left;
	}
	.socials {
		float: right;
	}
}
@media (max-width: 979px) {
	.em-product-gallery {
		float: none;
		width: auto;
	}
	.em-product-info {
		float: none;
		margin-top: 25px;
		width: auto;
	}
}
@media(min-width: 768px) {
	/*
	.accordion .accordion-content {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	*/
}
@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	.csColumn {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.cd-top {
		bottom: 10px;
		right: 10px;
	}

	/* WooCommerce */
	.woocommerce ul.products li.product {
		margin-top: 26px;
		padding-top: 22px;
	}
	.woocommerce ul.products li.product > a {
		display: block;
		float: none;
		margin: 0;
		width: auto;
	}
	.cat-list-info, .product-list-info {
		float: none;
		margin: 20px 0 0;
		width: auto;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-listing-switch-view {
		float: none;
		margin: 0 0 15px;
	}
	.woocommerce form.woocommerce-ordering {
		margin-right: 0;
		padding-left: 80px;
	}
	body.em-grid-view-mode ul.products {
		margin: -20px auto 0;
		max-width: 500px;
	}
	body.em-grid-view-mode ul.products li.product {
		float: none !important;
		margin: 20px 0 0 !important;
		width: auto;
	}
	body.em-grid-view-mode .product-list-info {
		margin-top: 0;
	}

	/*** Enter your custom style here ***/
	h3.big-heading, h1.big-heading {
		font-size: 1.57142857rem;
	}
	.logo {
		float: none;
		padding: 10px 0 20px;
		text-align: center;
	}
	.logo img {
		width: 270px;
	}
	.header-right {
		float: none;
		padding: 0 0 20px;
		text-align: center;
	}
	.header-find-dealer {
		display: inline-block;
    float: none;
		padding-top: 0;
	}
	.inner-banner .center {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.inner-banner.with-breadcrumb .center {
		padding-bottom: 25px;
		padding-top: 35px;
	}
	.em-breadcrumb{
		font-size: 13px;
	}
	body.side .mainbody-inner {
		padding-right: 0;
	}
	.main-content {
		float: none;
		width: auto;
	}
	.main-sidebar {
		float: none;
		margin: 30px 0 0;
		padding: 0;
		width: auto;
	}
	.main-sidebar ul.menu > li {
		margin-bottom: 5px;
	}
	.em-product-cat-list-full > li, .em-product-cat-list-full > li ul li {
		margin-top: 5px;
	}
	.main-sidebar ul.menu > li > a,
	.em-product-cat-list-full > li > a, .em-product-cat-list-full > li > ul.children > li > a {
		font-size: 1rem;
		padding: 12px 15px;
	}
	.em-product-cat-extended, .em-product-cat-list, body.product-category-first-level .em-product-cat-list {
		float: none;
		margin: -20px auto 0;
		max-width: 246px;
	}
	.em-product-cat-extended > li, .em-product-cat-list > li, body.product-category-first-level .em-product-cat-list > li, .em-product-cat-extended.em-prod-dealer > li  {
		float: none;
		margin: 20px 0 0;
		width: auto;
	}
	.em-product-cat-extended a, .em-product-cat-list a {
		font-size: 16px;
	}
	.em-product-cat-title:before {
		right: 16px;
	}
	.em-product-cat-title {
		min-height: 1px !important;
		padding-left: 20px;
		padding-right: 30px;
	}
	.home-box {
		padding: 70px 0 30px;
	}
	.home-box > li:first-child {
		right: 15px;
		top: 10px;
	}
	.home-box > li:first-child + li {
		float: none;
		padding: 0 15px;
		text-align: center;
		width: auto;
	}
	.home-box > li:first-child + li + li {
		margin: 20px 15px 0;
	}
	.home-box h3 {
		font-size: 1.42857143rem;
		line-height: 1.2em;
	}
	.home-box p {
		font-size: 1rem;
	}
	.find-dealer {
		padding: 15px;
	}
	.find-dealer h5 {
		font-size: 1.14285714rem;
	}
	.find-dealer form:before {
		font-size: 24px;
		left: 10px;
		line-height: 44px;
	}
	.find-dealer form {
		padding-right: 0;
	}
	.find-dealer input[type="text"] {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		height: 44px;
		padding-left: 42px;
	}
	.find-dealer input[type="submit"] {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		display: block;
		height: 44px;
		margin-top: 5px;
		position: static;
		width: 100%;
	}
	.logo-slider .image-scrollbox li {
		margin: 0 20px 0 0;
	}
	.main-footer * {
		font-size: 14px;
	}
	.main-footer .mobile-hidden {
		display: block;
		font-size: 0;
		line-height: 0;
		text-indent: -999em;
	}
	.em-product-term-info {
		padding: 15px;
	}
	.em-product-term-logo {
		margin-bottom: 10px;
		position: static;
		text-align: right;
	}
	.em-product-term-title h3 {
		font-size: 2rem;
		margin-right: 0;
	}
	.em-product-term-brochure a {
		padding-bottom: 1px;
		padding-top: 1px;
	}
	.em-product-gallery .em-product-image-large .slides li {
		text-align: center;
	}
	.em-product-gallery .em-product-image-large .slides img {
		display: inline;
		width: 340px;
	}
	.em-product-image-thumb {
		margin: 0 auto;
		max-width: 100%;
		width: 332px;
	}
	/* Find Dealer */
	form#searchForm #addy_in_address {
		padding-right: 50px;
	}
	form#searchForm .search_item:not(#addy_in_address) {
		width: 50px;
	}
	#sl_div div#map.slp_map {
		height: 380px;
	}
	#map_sidebar .results_wrapper {
		float: none !important;
		margin: 20px 0 0;
		min-height: 1px !important;
		width: auto;
	}
	.slp_result_table_tags {
		font-size: 12px;
		line-height: 1.3em;
	}
	.slp_result_table_tags br {
		display: block;
		margin: 5px 0 0;
	}
	/* Files Download */
	div.responsive-tabs .responsive-tabs__heading--active, div.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #ec203e;
	}
	div.responsive-tabs .responsive-tabs__heading--active {
		border-color: #ec203e;
	}
	.em-files td {
		padding: 2px 0;
	}
	.em-files tr {
		padding: 10px 0;
	}

div.socials {
margin-top:10px;
}
.post-list-thumbnail {
	float: none;
	margin: 0 0 10px;
}
  .mobile-container {
  	text-align: center;
  }
  .searchlink {
  	display: inline-block;
    float: none;
    margin: 0 auto 0 20px;
  }
  .searchlink i {
  	font-size: 19px;
    padding: 14px 14px 15px 14px;
  }
  .searchform {
  	right: 0;
    left: 0;
    margin-left: -270px;
    top: 60px;
  }
  #s {
  	width: 100%;
  }
  .mobile-container {
  	float: none;
  }
}

@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	/*** Enter your custom style here ***/
	/* Find Dealer */
	.find-dealer-heading a {
		display: block;
		line-height: 1.4em;
		margin: 10px 0 0;
	}
	year p {
    font-size: 20px;
    }
	#slp_tags ul.em-slp-tags {
		display: none;
	}
	#slp_tags ul.em-slp-tags li {
		white-space: normal;
	}
	.home-box h2 {
		font-size: 2.14285714rem;
	}
	.searchform {
		margin-left: -200px;
		width: 250px;
	}
	.em-product-term-brochure {
		text-align: left;
	}
	.em-product-term-brochure div {
		display: block;
	}
	.em-product-term-brochure div:nth-child(n+2) {
		margin-left: 0;
		margin-top: 20px;
	}
	.em-product-term-brochure div a {
		display: inline-block;
	}
}

@media print {
	body, h1, h2, h3, ol, ul, div {
    width: auto !important;
    border: 0 !important;
    margin: 0 1% !important;
    padding: 0 !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
  }
  .main-sidebar {
    display: none;
  }
  body.sidebar .mainbody-inner {
    padding-right: 0;
  }
  #gform_wrapper_2 {
  	display: none !important;
  }
  .main-footer {
  	margin-top: 30px;
  }
}
