#mega-title h1 {
	color: #AB2328;
	font-weight: bold;
}

#mega-title h4 {
	color: #4c4c4c;
	font-weight: bold;
}
.banner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 500px;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
}
#homepage-banner
{
	margin-bottom:3rem;
}
#homepage-bottom-banner.mt-5
{
	margin-top:0 !important;
}

.banner-item, #homepage-bottom-banner {
	position: relative;
}
#homepage-banner li.banner-item {
	list-style: none;
}

.banner-image {
	position: relative;
	min-height: 500px;
	object-fit: cover;
}

.banner-header {
	font-size: 4.5rem;
	font-weight: bold;
}

.banner-body {
	font-size: 1.5rem;
}

.banner-footer {
	font-size: 24px;
}

.banner-cta {
	color: #fff;
	font-size: 24px;
	border: 1px solid #fff;
	border-radius: 3px;
}

.banner-cta:hover {
	color: #fff;
}

.section-header {
	color: #424242;
}

.section-title {
	font-weight: bold;
	font-size: 3rem;
}
#homepage-offers .section-title
{
	font-size: 2.3rem;
}
.section-subtitle {
	font-size: 1.8rem;
}
#homepage-offers .section-subtitle
{
	font-size: 1.72rem;
}
.tinted {
	background: #f7f7f7;
	padding: 2rem 1rem;
	margin: auto;
}
.offer-box {
	position: relative;
    flex-grow: 1;
	color: #fff;
}

.offer-box:first-of-type {
	padding-right: 1rem;
}

.offer-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.35));
}

.offer-box:first-of-type .offer-content {
	width: calc(100% - 1rem) !important;
}

#homepage-categories {
	width: 90%;
	margin: auto;
}

#homepage-categories .category-item {
	padding: 25px
}
#homepage-categories .col-xs-6 {
  width: 49%;
}
#homepage-categories hr {
	margin: 15px 0;
}

.category-product-title {
	font-size: 1rem;
}

.bottom-banner-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
    padding: 3rem;
	/* transform: translateY(-50%); */
	color: #fff;
	background: rgba(0,0,0,.5);
	font-family: Verdana, Arial, sans-serif;
}

.bottom-banner-header {
	font-size: 3.75rm;
	font-weight: bold;
}

.bottom-banner-body {
	font-size: 1.8rem;
}

#homepage-info {
	padding: 20px;
}
#homepage-info .icon {
	font-size: 75px;
	opacity: 0.9;
	color: #AB2328;
}

#homepage-info .info-title {
	font-size: 24px;
	font-weight: bold;
}

#homepage-info p {
	font-size: 0.8rem;
}

#homepage-info .info-subtitle {
	font-size: 16px;
}

#homepage-categories .row,
.product-grid .row
{
	display: flex;
    flex-wrap: wrap;
}
#homepage-categories .col-6.col-md-3
{
	padding-bottom:10px;
}
a.find-dealer-link,
a.find-dealer-link:active,
a.find-dealer-link:visited,
a.online-order-parts,
a.online-order-parts:active,
a.online-order-parts:visited
{
	color:#06c;
}
a.find-dealer-link i
{
	margin-left:5px;
}
#homepage-products img {
	max-width: 500px;
}

.homepage-products-title {
	color: #50541b;
	font-weight: 400;
}

.homepage-products-tagline {
	color: #AB2328;
	font-size: 1.1rem;
}

#homepage-guarantee h2 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: 0.2em;
}

.homepage-products-tagline {
	color: #AB2328;
	font-size: 1.1rem;
}

#homepage-guarantee h2 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: 0.2em;
}

.badge {
	width: 48%;
	padding: 0.5rem;
	border-radius: 0 2rem 0 2rem;
}
.badge-primary {
	background: #ffce00;
	color: #000;
}

.badge-secondary {
	background: #333;
	color: #fff;
	margin-left: 10px;
}

.badge h1 {
	font-size: 3rem;
}

.badge p {
	line-height: 1.5;
	font-weight: 700;
	font-size: 14px;
}

/* Dealer-locator page */
.dealer-locater-title
{
	text-transform:uppercase;
	color:#9E978D;
	font-size:28px;
	margin: 25px 0;
}
.dealer-search-wrapper
{
	background: #F5F5F5;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    padding: 30px;
	margin-bottom: 20px;
	position:relative;
}
.location-search
{
	border-right: 1px solid #ccc;
    padding-right: 0;
    padding-bottom: 10px;	
}
.location-search label
{
	margin-bottom:12px;
	font-weight:bold;
	display:block;
}	
.location-search input
{
	margin:0 6px 8px 6px;
	color:#757575;
}	
.location-option-search
{
	padding-left: 28px;
}
.location-option-search h6
{
	font-size:14px;
	margin:5px 0 12px 0;
}
.location-option-search ol
{
	padding-left:16px;
	color:#757575;
}
.location-option-search ol li#postal-state,
.location-option-search ol li#int-country
{
	margin:8px 0;
}
.location-option-search ol #city-input
{
    background: #767676;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    padding: 2px 0 2px 6px;
    margin:7px 8px 0 5px;
}	
.dealer-search-wrapper button
{
	font-size: 18px !important;
    margin-top: 3rem;
}	
.dealer-search-wrapper button i
{
	top: 3px;
    position: relative;
}	
.dealer-result-wrapper
{
	border: 1px solid #ccc;
    padding: 27px 15px 15px 15px;
	margin-bottom: 60px;
}
.dealer-result-wrapper h4
{
	margin-bottom:18px;
}
.dealer-result-wrapper h4 span
{
	text-transform: uppercase;
    color: #757575;
    font-size: 24px;
}
.location-result-list
{
	padding-left:0;
	margin-left:15px;
	border:1px solid #ccc;
	padding:25px 15px;
	height: 608px;
    overflow-y: scroll;
}
.location-result-map
{
	margin-left: 10px;
    border: 1px solid #ccc;
    width: 53.3%;
	padding:0;
	height:608px;
}
.location-result-list .location-store-listing
{
	border-bottom:1px solid #ccc;
	padding: 12px 0 25px 0;
}
.location-result-list .location-store-listing:nth-child(1)
{
	padding-top:0;
}
.location-result-list .location-result-image
{
	padding: 0;
	background: url(../images/gmap-marker-black.png);
	height: 65px;
    width: 45px;
    margin-right: 9px;
    cursor:pointer;
}
.location-result-list .location-result-image img
{
	width:45px;
}
.location-result-list .location-result-image .count_number
{
	display: block;
    width: 100%;
    position: absolute;
    top: 14px;
    /* left: 15px; */
    /* font-weight: bold; */
    font-size: 12px;
    text-align: center;
}
.location-result-list .location-result-data
{
	padding:0;
	margin-top:4px;
}
.location-result-data .location-store-name
{
	text-transform: uppercase;
    font-size: 18px;
    color:#AB2328;
}
.location-result-data .location-store-distance
{
	 font-size: 1rem;
	 color: #757575;
	 margin-top: 16px;
}
.location-result-data .location-store-country,
.location-result-data .location-store-address,
.location-result-data .location-store-city
{
	text-transform: uppercase;
	color: #757575;
    font-size: 1rem;
}
.location-result-data .location-get-direction
{
	padding-top:1px;
}
.location-result-data .location-get-direction a
{
	text-decoration:underline;
	color: #AB2328;
}
.location-result-data .location-get-direction button
{
	text-align: left;
	padding: 6px 8px;
	position:relative;
}	
.location-result-data .location-get-direction button i
{
	position: absolute;
    right: 5px;
    top: 8px;
}
.location-result-data .location-get-direction .direction-provider
{
	float: right;
    font-size: 10px;
}
.location-result-data .location-website
{
	margin-top: 5px;
}
.location-result-data .location-website a
{
	text-decoration:underline;
	text-transform: lowercase;
	color: #AB2328;
}
.location-result-data .dealerservice-Elite_Dealer
{
	background: url(../../common/images/Elite-Dealer.png) no-repeat;
	width:206px;
	height:24px;
	margin: 15px 0 0 -5px;
}
.location-result-data .dealerservice-Premier_Dealer
{
	background: url(../../common/images/Premier-Dealer.png) no-repeat;
	width:206px;
	height:24px;
	margin: 15px 0 0 -5px;
}
.location-result-service .dealer-services
{
    padding: 0;
    list-style-type: none;
    margin: 15px 0 5px 0;
}
.location-result-service .dealer-services li
{
	height: 28px;
    padding: 4px 0 0 34px;
    margin: 0 0 3px 0;
    cursor: pointer;
    font-size:12px;
    color: #757575;
    line-height: 23px;
}
.location-result-service .dealer-services li.dealerservice-Financing
{
	background: url(../../common/images/service-icons.png) no-repeat 0 -60px;
}
.location-result-service .dealer-services li.dealerservice-Sales
{
	background: url(../../common/images/service-icons.png) no-repeat 0 -30px;
}
.location-result-service .dealer-services li.dealerservice-Service
{
	background: url(../../common/images/service-icons.png) no-repeat 0 0px;
}
.location-result-service .dealer-services li.dealerservice-ProtectorPlus
{
	background: url(../../common/images/service-icons.png) no-repeat 0 -243px;
}
.location-result-service .dealer-services li.dealerservice-Service_-_Up_to_2MW
{
	background: url(../../common/images/service-icons.png) no-repeat 0 -182px;
	line-height: 14px;
}
.location-result-service .dealer-services li.dealerservice-Service_-_Up_to_600kW
{
	background: url(../../common/images/service-icons.png) no-repeat 0 -151px;
	line-height: 14px;
}
.location-result-list .location-result-service
{
	margin-top: 4px;
    padding-right: 0;
    font-weight: bold;
    padding-left:30px;
}
.location-result-service .location-store-phone
{
	margin-top:5px;
	padding-left:2px;
}
.location-result-service .location-store-phone a
{
	font-size:18px;
	color:#AB2328;
	font-weight: normal;
}
.location-bottom-section .text-quotation
{
	border-left: 4px solid #ccc;
    color: #4a4a4a;
    font-size: 22px;
    margin: 53px 0;
}
.location-bottom-section .dealer-text
{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 200px;
    text-align: center;
    padding: 69px 0;
}
.location-bottom-section .become-dealer
{
	font-size:28px;
}
.location-bottom-section .become-dealer i
{
	font-size:21px;
	position:relative;
	top:2px;
}
.dealer-locater-wrapper #int-country
{
	display:none;
}
.dealer-result-wrapper
{
	display:none;
}
.dealer-locater-default-wrapper
{
	padding: 20px;
    background: #fff;
    border: 1px #ccc solid;
    margin: 2em 0 2em 0;
}
.dealer-locater-default-wrapper 
{
	text-align:center
}
.dealer-locater-default-wrapper #default-show-message
{
	text-align:left;
}
.dealer-locater-default-wrapper #no-result-found
{
	display:none;
	margin-top:10px;
}
.dealer-search-wrapper .dealer-loader
{
	width: 100%;
    background: #fff;
    height: 178px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0.7;
    display:none;
}
.dealer-search-wrapper .dealer-loader img
{
	position: relative;
    z-index: 100;
    top: 9%;
    left: 40%;
    width: 146px;
}
.map-marker-label
{
    color: #000;
    margin-top: -36px !important;
    margin-left: -7.5px !important;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding-top: 1px;
}
.locater-error-message
{
	color:red;
	font-size:12px;
}
.new-cms-page-template .col-md-9
{
	padding:0;
}
.new-cms-page-template .static-content-container
{
    width: 98%;
    margin: 2% 0 2% 2%;
}
#generacRegistrationForm .g-recaptcha
{
	margin-bottom:20px;
}
#generacRegistrationForm #register-captcha-error,
#contactUsForm #contactus-captcha-error
{
	color: #f00;
	font-size:16px;
	margin-bottom:10px;
}
.new-products-wrapper .slick-slider,
.popular-products-wrapper .slick-slider,
.recomended-products-wrapper .slick-slider
{
	width:100%;
}
.recomended-products-wrapper {
	display : none;
}
.new-products-wrapper .slick-slider .slick-slide,
.popular-products-wrapper .slick-slider .slick-slide,
.recomended-products-wrapper .slick-slider .slick-slide
{
	margin-left: 18px;
}
.new-products-wrapper .slick-slider .slick-list,
.popular-products-wrapper .slick-slider .slick-list,
.recomended-products-wrapper .slick-slider .slick-list
{
    margin-left: -27px;
}
.new-products-wrapper .igo_boxhead,
.popular-products-wrapper .igo_boxhead,
.recomended-products-wrapper .igo_boxhead
{
	display:none;
}
.new-products-wrapper .igo_boxbody .igo_product,
.popular-products-wrapper .igo_boxbody .igo_product,
.recomended-products-wrapper .igo_boxbody .igo_product
{
	text-align:center;
}
.new-products-wrapper .igo_boxbody .igo_product.last_rec,
.popular-products-wrapper .igo_boxbody .igo_product.last_rec,
.recomended-products-wrapper .igo_boxbody .igo_product.last_rec
{
	margin-right:0;
}
.new-products-wrapper .igo_boxbody .igo_product img,
.popular-products-wrapper .igo_boxbody .igo_product img,
.recomended-products-wrapper .igo_boxbody .igo_product img
{
	border:1px solid #a8a8a8;
	margin-bottom:15px;
}
.new-products-wrapper #CHP_New_Products,
.popular-products-wrapper #CHP_Popular_Products,
.recomended-products-wrapper #CHP_Recommended_For_You
{
	margin-top:25px;
}
.new-products-wrapper .igo_boxbody .igo_product a,
.popular-products-wrapper .igo_boxbody .igo_product a,
.recomended-products-wrapper .igo_boxbody .igo_product a
{
	font-size:14px;
	color:#8c8c8c;
	line-height: 17px;
    display: block;
}
.new-products-wrapper .igo_boxbody .igo_product_sale_price,
.popular-products-wrapper .igo_boxbody .igo_product_sale_price,
.recomended-products-wrapper .igo_boxbody .igo_product_sale_price
{
	font-weight:bold;
	font-size:14px;
	color:#8c8c8c;
	padding-top:5px;
}
.new-products-wrapper .slick-slider .glyphicon-chevron-left,
.new-products-wrapper .slick-slider .glyphicon-chevron-right,
.popular-products-wrapper .slick-slider .glyphicon-chevron-left,
.popular-products-wrapper .slick-slider .glyphicon-chevron-right,
.recomended-products-wrapper .slick-slider .glyphicon-chevron-left,
.recomended-products-wrapper .slick-slider .glyphicon-chevron-right
{
	font-size: 15px;
    color: #fff;
    border: 1px solid #ccc;
    background: #5d5d5d;
    padding: 5px 5px 6px 5px;
    border-radius: 50%;
    position:absolute;
    cursor:pointer;
}
.new-products-wrapper .slick-slider .glyphicon-chevron-left,
.popular-products-wrapper .slick-slider .glyphicon-chevron-left,
.recomended-products-wrapper .slick-slider .glyphicon-chevron-left
{
	left: 0;
    z-index: 10;
    top: 29%;
}
.new-products-wrapper .slick-slider .glyphicon-chevron-right,
.popular-products-wrapper .slick-slider .glyphicon-chevron-right,
.recomended-products-wrapper .slick-slider .glyphicon-chevron-right
{
	 right: 0;
	 top: 29%;
}
.new-products-wrapper .slick-slider .glyphicon-chevron-right.slick-disabled,
.new-products-wrapper .slick-slider .glyphicon-chevron-left.slick-disabled
{
    opacity: 0;
    pointer-events:none;
}
/* media queries */
@media (min-width: 1023px) 
{
	#homepage-info .col-md-4
	{
		border-right:2px solid #eee;
		opacity:0.9;
		min-height: 163px;
	}
	.mb {
		margin-bottom: 2rem;
	}
	#homepage-info .col-md-4:nth-last-child(1)
	{
		border-right:0;
	}
	#homepage-info .icon
	{
		padding-left: 20px;
	}
	#homepage-info .info-box
	{
		padding: 0 1.5rem;
	}
	
}

@media (max-width: 1023px) {
	#homepage-categories .col-xs-12.col-sm-3.category-item
	{
		width:50%;
	}
	
	.bottom-banner-content {
		text-align: center;
	}
	#homepage-info .icon {
		font-size: 50px;
		margin-top: -5px;
	}
	#homepage-categories {
		width: 100%;
	}
	#homepage-info {
		padding: 0 2rem;
	}
	.info-box {
		text-align: center;
	}
	/* #homepage-categories .col-md-3
	{
		width:100%;
	} */
	#homepage-categories .category-item {
		margin-bottom: 1rem;
	}
	#homepage-categories .row .col-6
	{
		float:left;
		max-width: 25%;
	}
	#homepage-bottom-banner img
	{
		position:relative;
		min-height:300px;
		object-fit:cover;
	}	
	.ordered {
		order: 0;
	}

	.badge {
		width: 100%;
	}
	.badge:first-of-type {
		margin-bottom: 2rem;
	}
	#homepage-products {
		text-align: center;
	}
	#homepage-products .d-flex, #neuton-showcase .d-flex {
		flex-direction: column;
	}
	.bottom-banner-content {
		text-align: center;
	}
	
	/* Dealer Locater */
	
	.location-search
	{
		border-right: 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 12px;
		padding-left:0;
	}
	.location-result-list,
	.location-result-map
	{
		width:96%;
	}
	.dealer-result-wrapper .row
	{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: column;
	}
	.dealer-result-wrapper .location-result-list
	{
		-ms-flex-order: 2;
		-webkit-order: 2;
		order:2;
		border: 0;
		margin-top:20px;
		padding:0;
		margin-left:5px;
	}
	.dealer-result-wrapper .location-result-map
	{
		-ms-flex-order: 1;
		-webkit-order: 1;
		order:1;
		height: 450px;
		border: 0;
		overflow:auto !important;
	}
	.dealer-search-wrapper .dealer-loader
	{
		height: 394px;
	}
	.dealer-search-wrapper .dealer-loader img
	{
		top: 28%;
	}
	.dealer-locater-title
	{
		text-align: center;
	}
	.container.dealer-locater-wrapper
	{
		padding:0 !important;
	}
	.location-search label
	{
		clear: both;
		display: block;
	}
	.location-option-search ol #city-input
	{
		margin:10px 8px 9px 5px;
	}
	.location-option-search li #state-list
	{
		clear:left;
	}
	.location-option-search
	{
		padding-left:0;
	}
	.dealer-result-wrapper
	{
		border-bottom:1px solid #ccc;
		border-left:0;
		border-right:0;
		border-top:0;
		padding:0 10px 10px 6px;
		margin-bottom: 20px;
	}
	.location-bottom-section .sales_image
	{
		text-align:center;
	}
	.location-bottom-section .sales_image img
	{
		text-align:center;
		width:90%;
	}
	.location-bottom-section .text-quotation
	{
		width: 90%;
		margin-left: 45px;
		border-left:0;
	}
	.location-bottom-section .dealer-text
	{
		height: 100px;
        padding: 20px 0;
	}
	.new-cms-page-template .static-content-container
	{
	    width: 96%;
	    margin: 2%;
	}
	.product__facet .js-facet-values.js-facet-form
	{
		display:none;
	}
}

@media (max-width: 767px) {
	.offer-box:first-of-type {
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.offer-box:first-of-type .offer-content {
	    width: 100% !important;
	}
	.offers {
		flex-direction: column;
	}
	.banner-header,
	.bottom-banner-header {
		font-size: 2.5rem;
	}
	.category-product-title {
		font-size: 14px;
	}
	.offer-box h2 {
		font-size: 1.5rem;
	}
	.offer-box h4 {
		font-size: 1rem;
	}
	.offer-box a {
		font-size: 0.8rem;
	}
	#homepage-info .icon {
		text-align: center;
		margin-top: 1rem;
	}
	#homepage-info .icon:first-of-type {
		margin-top: 3rem;
	}
	#homepage-categories .row .col-6
	{
		float:left;
		max-width: 50%;
	}
}

@media (min-width: 668px) and (max-width: 1023px) {
	#homepage-categories .col-xs-12.col-sm-3.category-item {
    	padding: 50px;
	}
	.bottom-banner-content
	{
		text-align: left;
	    font-size: 18px;
	}
	.bottom-banner-content .bottom-banner-header
	{
		font-size: 24px;
        margin-bottom: 5px;
	}
	.bottom-banner-content .bottom-banner-body
	 {
	    font-size: 24px;
	    margin-bottom: 7px !important;
	}
	#homepage-info .row .col-md-4
	{
		float:left;
		width:33.33%;
	}
	#homepage-info .icon
	{
		margin-top: 4px;
    	width: 25%;
    	float: left;
	}
	#homepage-info .col-md-9.info-box
	{
		width:75%;
		float:left;
	}
}

@media (max-width: 667px)
{
	.bottom-banner-content
	{
		text-align: left;
	    font-size: 15px;
	}
	.bottom-banner-content .bottom-banner-header
	{
		font-size: 19px;
        margin-bottom: 5px;
	}
	.bottom-banner-content .bottom-banner-body
	 {
	    font-size: 19px;
	    margin-bottom: 7px !important;
	}	
	#homepage-categories .row .col-6
	{
		float:left;
		max-width: 50%;
	}
}

@media (min-width: 1024px) {
	#homepage-products .container
	{
		padding: 0 !important;
	}
	#homepage-products .container #homepage-categories .container
	{
		padding: 0 5rem !important;
	}
	#homepage-products .container #homepage-categories .category-item
	{
		padding: 50px;
	}
}

@media (min-width: 1024px) and (max-width: 1024px)
{
	#homepage-categories
	{
		width:100%;
	}
	#homepage-info .icon
	{
		font-size:60px;
	}
}

@media (max-width: 414px) 
{
	.bottom-banner-content
	{
		text-align: left;
	    font-size: 12px;
	}
	.bottom-banner-content .bottom-banner-header
	{
        margin-bottom: 5px;
	}
	.bottom-banner-content .bottom-banner-body
	 {
	    font-size: 13px;
	}
}


@media (min-width: 2000px) {
	#homepage-categories {
		width: 70%;
	}
}