@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../webfonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../webfonts/helveticaneue_light-webfont.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('../webfonts/helveticaneue_medium-webfont.woff2') format('woff2'),
         url('../webfonts/helveticaneue_medium-webfont.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../webfonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('../webfonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-style: normal;
}

body {
	font-family: 'HelveticaNeue-Light';
	/*cursor: url('/wp-content/uploads/2022/08/jetti-cursor.png'), auto;*/
}

/*a:hover {
	cursor: url('/wp-content/uploads/2022/08/jetti-cursor.png'), auto;
}*/

h1.product_title,h2,h3,h4,h5,h6 {
	font-family: 'HelveticaNeue-Bold';
}

h1.product_title {
	margin-bottom: 20px!important;
}

h2 {
	padding-bottom: 40px;
}

h2 a, h3 a,h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
}

a.alink {
    font-family: 'HelveticaNeue-Bold';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: -18px;
    display: block;
}

a.alink svg {
    margin-right: 5px;
}

a.alink:hover {
	color: #f89527;
}

.btn,#tfups {
	font-family: 'HelveticaNeue-Medium';	
}

/*#tfups .tfdesc {
	margin-right: 20px;
}*/

#tfups img {
    width: 12px;
    margin-right: 5px;
}

#tfups .tfdesc span {
	font-family: 'HelveticaNeue-Light';
}

.mmenu {
	display: none;
}

.bg-red {
    background: #d3252f;
}

.bg-gray {
	background-color: #f5f5f5;
}

.bg-myellow {
	background-color: #E9E2C6;
}

.bg-lyellow {
	background-color: #FFFBEC;	
}

.bg-green {
	background-color: #008341;
}

.bg-gray {
	background: #929A9D;
}

.bg-white {
	background: #ffffff;
}

.bg-orange {
	background: #F89527;
}

.diag-gray {
   /* background: linear-gradient(113deg, #929A9D 0%, #929A9D 91%, transparent 27%);*/
	background: #929A9D;
}

.diag-green {
    /*background: linear-gradient(113deg, #008341 0%, #008341 91%, transparent 27%);*/
	background: #008341;
}

.diag-lyellow {
    /*background: linear-gradient(113deg, #FFFBEC 0%, #FFFBEC 91%, transparent 27%);*/
	background: #FFFBEC
}

.left-diag {
    content: "";
    /* margin: 0; */
    /* display:
    inline-block; */
    position: absolute;
    z-index:1;
    padding: 0 200px;
    overflow: hidden;
    top: 0;
    height: 100%;
    left: 0;
	display: none;
}

.left-diag::before {
    content: '';
    width: 100%; 
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background:#fff;
    z-index:-1;
    transform: skewX(156deg);
    transform-origin:0 0;
}

.right-diag {
    content: "";
    /* margin: 0; */
    /* display:
    inline-block; */
    position: absolute;
    z-index:1;
    padding: 0 200px;
    overflow: hidden;
    top: 0;
    height: 100%;
    right: 0;
}

/*.right-diag::before {
    content: '';
    width: 100%; 
    height:100%;
    position: absolute;
    top:0;
    right: -170px;
    background:#fff;
    z-index:-1;
    transform: skewX(156deg);
    transform-origin:0;
}*/

.text-orange {
	color: #F89527;
}

a.text-orange:hover {
	color: #F89527;
}

.text-yellow {
	color: #E9E2C6;
}

.text-lyellow {
	color: #FFFBEC;
}

.text-green {
	color: #008341;
}

a.text-green:hover {
	color: #008341;
}

.col-pads-sm {
	padding: 40px;
}

.col-pads {
	padding: 100px;
}

.col-pads-lr {
	padding-left: 60px;
	padding-right: 60px;
}

.col-pads-single {
	padding: 60px 100px;
}

.col-pads-single-lt {
	padding: 20px 100px;
}

.no-lrpads {
	padding-left: 0px;
	padding-right: 0px;
}

.col-rel {
    position: relative;
}

.col-rel .col-br {
    height: 100%;
}

.col-br {
    border: 1px solid #eeeeee;
    padding: 24px;
    border-radius: 20px;
}

.col-br a {
    font-family: 'HelveticaNeue-Bold';
    text-decoration: none;
}

.col-br h3 {
    font-size: 24px;
}

.section {
	position: relative;
	z-index: 2;
}

.col-search .search-form .search-field {
    border-radius: 30px 0px 0px 30px;
}

.col-search .search-form input.search-submit {
    background: #f89527!important;
    color: #ffffff!important;
    border-radius: 0px 30px 30px 0px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -1px;
}

.col-search .search-form input.search-submit:hover {
    border: 1px solid #cccccc;
}

.col-search label {
    display: none;
}

.col-back a {
    color: #333333;
    text-decoration: none;
    font-family: 'HelveticaNeue-Bold';
    margin-top: 20px;
    display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.col-back a:hover {
    color: #f89527;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

/*header.scrolled #topnav {
	margin-top: -46px;
}*/

header {
	position: fixed;
	top:0;
	z-index: 20;
	left: 0;
	width: 100%;	
}

header.scrolled #headlogo {
	overflow: hidden;
	height: 77px;
}

header.scrolled #headlogo img {
	height: 100px;
	width: auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#topnav,#headernav {
    padding-left: 40px;
    padding-right: 40px;
}

#headernav ul li i {
	color: #ffffff;
}

#topnav {
	background: #008341;
	padding-top: 10px;
	padding-bottom:10px;
}

#topnav li {
    margin-left: 5px;
    margin-right: 5px;
}

#topnav,#topnav a {
	color: #ffffff;
	text-decoration: none;
}

#headernav {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 92px;
}

#headernav ul li a,#headernav ul li button {
	background: transparent;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
    border-bottom: 5px solid transparent;
    padding-bottom: 25px;	
	border-radius: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
}

#headernav svg {
	font-size: 24px;
}

#headernav li.active a,#headernav li a:hover {
	color: #F89527;
    border-bottom: 5px solid #f89527;
    padding-bottom: 25px;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#headernav li ul li a:hover {
	border-bottom: 5px solid transparent;
}

#headernav ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

#headernav ul li {
	margin-left: 60px;		
	/*margin-right: 20px;
	text-align: right;*/	
}

#headernav ul li.menu-item-has-children button,#headernav ul li.menu-item-has-children .sub-menu {
    display: none;
}

#headernav ul li.menu-item-has-children .sub-menu.show {
	display: block;
} 

#headernav ul li ul li {
    margin-left: 0px;
}

#headernav ul li a.dropdown-item {
    padding: 10px 24px 10px 24px;
}

#headernav ul li ul {
	background: #fdf6da;
}

#headernav ul li button {
    padding-top: 0;
}

#headernav ul li button,#headernav ul li button:hover {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#headernav ul li button {
    padding-bottom: 21px;
    font-family: var(--list--font-family);
}

#headernav ul li button:hover {
    color: #F89527;
    border-bottom: 5px solid #f89527;
}

#headlogo img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#hero {
    margin-top: 133px;
	margin-bottom: -100px;
}

.home #hero {
	margin-top: 0px; 
	margin-bottom: 0px;
	height: 100vh;
	overflow: hidden;
}

#hero h1 {
	margin-top: 40px;
	font-size: 56px;
}

#hero p {
    font-size: 24px;
    line-height: 32px;
}

#hero .col-cont {
	padding: 0px 150px 300px 150px;
}

#hero-carousel {
    margin-top: 92px;
}

#fuelups {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
}

#fuelups .col-lg-3 {
    padding: 0;
}

#fuelups .diag {
    padding: 20px 15px;
	position: relative;
	height: 100%;
	text-align: center;
}

#fuelups .diag .sm-head {
    font-family: 'HelveticaNeue-Bold';
    text-transform: uppercase;
    text-align: center;
	font-size: 18px;
}

#fuelups .diag .sm-sub {
    text-align: center;
}

#fuelups .diag .prod-logo {
    width: 250px;
    margin-right: 16px;
}

#fuelups .diag img {
    width: 20px;
    margin-right: 10px;
}

#fuelups .diag span {
    color: #ffffff;
    font-family: 'HelveticaNeue-Bold';
    font-size: 20px;
}

#about {
	position: relative;
	z-index: 2;
}

#about p {
    text-align: justify;
}

#articles img {
    border-radius: 16px;
}

.top-row {
    margin-bottom: 40px;
}

.subhead a,.subhead {
    font-family: 'HelveticaNeue-Bold';
    text-decoration: none;
    color: #008341;
    text-transform: uppercase;
}

#subfooter {
	text-align: center;
}

#subfooter .subhead {
	color: #ffe7cc;
	font-size: 33px;
}

#subfooter h2 {
	font-size: 24px;
}

/*#subfooter .nsubs .subhead {
	color: #000000;
}*/

#articles {
	background: url('../../../../uploads/2022/07/article-bg-2.png') top right;
	background-repeat: no-repeat;
	background-size: 60%;
}

#articles small {
    font-family: 'HelveticaNeue-Medium';
    font-size: 14px;
}

.item .subhead {
    margin-top: 20px;
}

.item h4 a {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
}

.section h2 {
    padding: 0;
}

.sec-top-head {
    font-family: 'HelveticaNeue-Bold';
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 24px;
}

.btn-bordered {
	border: 2px solid #f89527;
    color: #f89527;
    padding: 8px 60px;
	font-size: 16px;
    border-radius: 10px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.btn-bordered:hover {
	 color: #f89527;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.moblogo,.mobsearch {
	display: none;
}

.sec-cont {
	background: rgba(255,255,255,0.6);
	padding: 40px;
	border-radius: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.fyellowbg {
    position: absolute;
    width: 33.33333333%;
    height: 100%;
    background: #fdf8e445;
    left: 0;
    z-index: 1;
    top: 0;
}

section#pghero {
    height: 30vh;
    margin-top: 136px;
	/*padding-top: 80px;*/
}

section#pghero .headpg,section#pghero h1 {
	font-family: 'HelveticaNeue-Bold';
    font-size: 64px;
	font-style: italic;
	color: #ffffff;
	text-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
	margin-top: -40px;
	text-transform: uppercase;
}

section#pgbody .item {
    margin-bottom: 40px;
}

section#pgbody .item img {
	border-radius: 16px;
}

section#pgbody .item h4 {
	margin-top: 20px;
}

section#pgbody p {
    font-size: 20px;
    margin-bottom: 30px;
}

.light-overlay {
    background: #ffeca58a;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

.row.rowz {
    z-index: 2;
    position: relative;
}

#subfooter .desc-cont {
    z-index: 3;
    position: relative;
}

.col-lrpads {
    padding-left: 40px;
    padding-right: 40px;
}

input#wp-block-search__input-1 {
    border-radius: 30px 0px 0px 30px;
    border: 1px solid #cccccc;
    padding-left: 16px;
    padding-right: 16px;
}

.wp-block-search__input {
    border-radius: 30px;
}

button.wp-block-search__button {
    border-radius: 0px 30px 30px 0px!important;
    font-size: 16px!important;
    background: #f89527!important;
    color: #ffffff!important;
}

button.wp-block-search__button:hover {
    border: var(--button--border-width) solid transparent!important;
}

.widget_block {
    margin-bottom: 24px;
}

.widget h6 {
}

.widget_block ul li a {
    font-size: 16px;
    text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
}

.widget_block ul li a:hover {
    color: #f89527;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
}

.widget ul li {
    margin-bottom: 0px!important;
    margin-top: 0!important;
}

.widget ul {
    padding-left: 16px!important;
}

ul.wpcategorieswidget-2 {
    margin-bottom: 20px;
}

.widget_wpcategorieswidget {
    margin-bottom: 20px;
}

.widget_wpcategorieswidget ul li span.post-count {
    color: #008341;
    font-weight: bold;
    box-shadow: none!important;
    font-size: 13px;
}

hr.wp-block-separator {
    width: 100%!important;
    border-bottom: 1px solid #ffffff;
    opacity: 0.1!important;
}

label.wp-block-search__label {
    font-family: 'HelveticaNeue-Bold';
    font-size: 16px!important;
}

.col-rel {
	position: relative;
}

#subfooter a.btn {
    position: absolute;
    bottom: 40px;
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

footer {
    padding-top: 80px;
}

footer h5 {
	font-family: 'HelveticaNeue-Bold';	
    text-transform: uppercase;
    color: #008341;
    font-size: 16px;
    letter-spacing: 0;
}

footer a {
	font-family: 'HelveticaNeue-Medium';
    text-decoration: none;
	color: #333333;
}

footer a:hover {
	color: #F89527;
}

footer ul li a {
    font-size: 16px;
}

footer ul.social li {
    margin-right: 10px;
}

footer ul.social li a {
    font-size: 24px;
}

footer #copyr {
	font-family: 'HelveticaNeue-Medium';
	margin-top: 40px;
    color: #333333;
    font-size: 12px;
    border-top: 1px solid #999999;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer.footerbm #copyr a:hover {
	color: #deb639;
}

footer .fcontacts {
	margin-bottom: 20px;
}

.modal-content {
    border-radius: 20px;
    border: 0;
}

button.btn-close {
    background: #F89527!important;
    border-radius: 30px;
    color: #ffffff!important;
}

.modal-header {
    border: 0;
	padding-left: 50px;
	padding-right: 20px;
}

.modal-body {
	padding-left: 30px;
	padding-right: 30px;
}

.close-btn svg {
    font-size: 24px;
    color: #F89527;
	cursor: pointer;
}

.modal-title {
    margin-top: 16px;
}

/*.owl-carousel .owl-nav {
	display: block!important;
}*/

#prod-thumbs {
    margin-top: 16px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 20px;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {
    background: transparent;
    position: absolute;
    font-size: 24px;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 39px;
    padding: 5px;
    border: 3px solid #f89527;
    color: #f89527;
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev:hover,.owl-carousel .owl-nav .owl-next:hover {
	background: transparent!important;
	color: #f89527;
}

.owl-carousel .owl-nav .owl-next {
	right: 20px;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 147px;
    bottom: 24%;
    text-align: left;
	width: auto;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #f89527;
    width: 50px;
    border: 0;
    height: 8px;
}

.owl-carousel .owl-dots .owl-dot {
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 3px 0;
    background: #ffc88c;
    border: 0;
    height: 8px;
    width: 8px;
}

.cf {
    padding: 0px 20px;
}

.cf label,.mailpoet_paragraph label {
    text-align: left;	
    font-size: 16px;
    font-family: 'HelveticaNeue-Bold';
	width: 100%;	
}

.cf label .cf_required,.mailpoet_paragraph .mailpoet_required {
    color: #f89527;
}

.cf input,.mailpoet_paragraph input {
    border-radius: 30px;
    border: 1px solid #cccccc;
    padding-left: 16px!important;
    padding-right: 16px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    width: 100%!important;
	margin-bottom: 16px;
}

.cf select,.mailpoet_paragraph select {
    border-radius: 30px;
    border: 1px solid #cccccc;
    width: 100%;
    padding-left: 16px!important;
    padding-right: 16px!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

.cf 
 input.wpcf7-submit,.mailpoet_paragraph input.mailpoet_submit {
	border-radius: 30px;
    background: #f89527!important;
    padding-left: 48px!important;
    padding-right: 48px!important;
	padding-top: 8px!important;
    padding-bottom: 8px!important;
    color: #ffffff!important;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    margin-top: 20px;
}

.cf 
 input.wpcf7-submit:hover,.mailpoet_paragraph input.mailpoet_submit:hover {
    color: #ffffff;
}

.cf input[type="checkbox"] {
    width: auto!important;
    padding: 0px 8px!important;
    border-radius: 0px!important;
    display: inline;
    margin-right: 5px;
}

.cf textarea {
    border-radius: 20px;
    border: 1px solid #cccccc;
	padding: 16px;
}

.cf input, .cf textarea, .mailpoet_paragraph input {
    margin-top: 5px;
}

a.more-link {
    display: none;
}

.wpcf7-response-output {
    border-radius: 20px;
    padding: 16px!important;
    margin-top: 0px!important;
}

.wpcf7-acceptance a {
    color: #f89527;
    text-decoration: none;
}

#wpcf7-f103-o1 {
    background: #fffbec;
    padding: 40px 50px;
    border-radius: 20px;
}

#wpcf7-f103-o1 h3 {
    margin-bottom: 40px;
}

form.search-form input {
    border-radius: 30px;
    border: 1px solid #cccccc;
    margin-right: 0px!important;
    padding-left: 16px;
    padding-right: 16px;
	margin-bottom: 20px;
}

.search-form button.search-submit {
    position: absolute;
    background: transparent!important;
    right: -16px;
    top: -4px;
}

.search-form button.search-submit svg {
    color: #333333;
}

.search-form {
    position: relative;
}

.fbc {
    background: #ffffff;
    margin-top: -40px;
    width: 100%;
    z-index: 2;
    position: relative;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    padding-left: 40px;
    padding-right: 40px;
}

.fbc a {
    text-decoration: none;
}

.addtoany_shortcode {
	display: inline;
}

#prod-carousel.owl-carousel .owl-dots {
    bottom: 0;
}

#prod-thumbs.owl-carousel .owl-nav .owl-prev, #prod-thumbs.owl-carousel .owl-nav .owl-next {
    font-size: 13px;
    width: 25px;
    height: 25px;
    padding: 0;
}

.row-bottom {
    margin-top: 40px;
}

.ac_title_class svg {
    float: right;
}

.wpsm_panel {
    border-bottom: 1px solid #333333!important;
}

.ac_title_class {
    font-family: 'HelveticaNeue-Bold';
    padding-left: 0!important;
    padding-right: 0!important;
}

.wpsm_panel-body a {
    color: #f89527;
    text-decoration: none;
    float: right;
}

.category-products .wpcategorieswidget-2,.wpcategorieswidget-3,.category-products #block-15,.category-products #block-10,.category-products #block-9,.category-products #block-13,.category-products #block-14 {
    display: none;
}

.category-products .wpcategorieswidget-3 {
	display: block;
}

.mob {
	display: none;
}

.grecaptcha-badge {
    opacity: 0;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.5;
}

.modal-mgt img {
	border-radius: 24px;
}

.brimg {
	border-radius: 16px;
}

@media (min-width: 1025px) {
	span.tfdesc {
		border-right: 1px solid #eeeeee;
		padding-right: 8px;
		margin-right: 4px;
	}
}

@media (max-width: 1636px) {
	/*.diag-gray {
		background: linear-gradient(106deg, #929A9D 0%, #929A9D 91%, transparent 27%);
	}

	.diag-green {
		background: linear-gradient(106deg, #008341 0%, #008341 91%, transparent 27%);
	}

	.diag-lyellow {
		background: linear-gradient(106deg, #FFFBEC 0%, #FFFBEC 91%, transparent 27%);
	}*/
	
	#hero .col-cont {
		padding: 100px;
	}
	
	#headernav ul li {
		margin-left: 24px;
	}
	
	#headernav ul li a, #headernav ul li button {
		font-size: 14px;
	}
	
	#headernav ul li button {
		padding-bottom: 0px;
	}
	
	section#pghero .headpg,section#pghero h1 {
		font-size: 32px;
	}
}

@media (max-width: 1440px) {
	#fuelups .diag .prod-logo {
    	width: 185px;
	}
	
	.home #hero {
		height: auto;
	}
	
	.owl-carousel .owl-dots {
		bottom: 5%;
		left: 88px;
	}
	
	#hero h1 {
		font-size: 48px;
	}
	
	#hero .col-cont {
		padding-top: 20px;
	}
	
	#fuelups {
		position: relative;
	}
	
	.btn-bordered {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 1024px) {
	.mob {
		display: block;
	}
	.desk {
		display: none;
	}	
	
	#headlogo {
		text-align: center;
		width: 100%;
	}

	#headlogo a {
		margin-left: -31px;
	}
	
	.btn-pg {
		width: 100%;
	}
	
	#subfooter h2 {
		padding-bottom: 16px;
	}
	
	.right-diag, .left-diag {
		display: none;
	}
	
	.col-search .search-form .search-field {
		border-radius: 30px;
		margin-bottom: 0;
	}

	.col-search .search-form input.search-submit {
		width: 100%;
		border-radius: 30px;
	}
	
	.mmenu {
		display: block;
		float: left;
		height: 64px;
		cursor: pointer;
		padding: 20px;
		text-align: center;
		margin-left: -26px;
		margin-top: -13px;
	}

	.moblogo {
		display: block;
		margin-bottom: 35px!important;
	}
	
	.mobsearch {
		display: block;
	}
	
	.cf {
		padding: 0;
	}
	
	.col-pads,.col-pads-single {
		padding: 20px 30px 20px 30px;
	}
	
	.fbc {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.fbc-page .fbc-wrap .fbc-items li:first-child {
		padding-left: 0px;
	}
	
	section#pghero {
		margin-top: 123px;
	}
	
	#headlogo img {
    	width: 100px;
	}
	
	#tfups .tfdesc {
		margin-right: 0px;
		display: inherit;
	}
	
	#tfups {
		font-size: 13px;
	}
	
	#topnav,#headernav {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#headernav {
		height: 64px;
	}
	
	#headernav ul {
		display: inline;
		position: fixed;
		left: -100%;
		width: 100%;
		top: 103px;
		background: #fffbecf5;
		z-index: 20;
		height: 100%;
		padding-top: 40px;
		border-top: 2px solid #008341;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;		
	}
	
	.home #headernav ul {
		top: 44px;
	}	
	
	#headernav ul.dropdown-menu {
		display: none;
	}
	
	#headernav ul.active {
		left: 0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;	
	}
	
	#headernav ul li.menu-item-has-children::after {
		position: absolute;
		right: 24px;
		top: 8px;
	}

	#headernav ul li.menu-item-has-children {
		position: relative;
	}
	
	#headernav ul li.menu-item-has-children .sub-menu {
		margin-top: 16px!important;
	}

	#headernav ul li a,#headernav ul li button {
		color: #333333;
		font-size: 20px;
		border-bottom: 5px solid transparent;
		padding-bottom: 0;
		padding-left: 24px!important;
    	padding-right: 24px!important;
		width: 100%;
    	display: block;
	}
	
	#headernav ul li a:hover,#headernav ul li button:hover {
		border-bottom: 5px solid transparent;
		padding-bottom: 0;
	}
	
	#headernav ul.dropdown-menu li a:hover,#headernav ul.dropdown-menu li button:hover {
		padding-bottom: 10px;
	}
	
	/*#headernav ul li.active a,#headernav ul li button:hover {
		border-bottom: 5px solid transparent;
	}
	
	#headernav ul li a:hover,#headernav ul li ul li a:hover {
		border-bottom: 0px;
		padding-top: .25rem;
		padding-bottom: 0;
	}*/

	#headernav ul li {
		padding-left: 0px;
    	padding-right: 0px;
		text-align: left;
		margin-top: 0px;
    	margin-bottom: 30px;
		margin-left: 0;
	}
	
	#headernav ul li:last-child {
		position: fixed;
		right: -20px;
		top: 80px;
	}
	
	#headernav ul li button {
		padding: 0;
		font-size: 20px;
	}
	
	#headernav ul.dropdown-menu {
		padding-top: 8px!important;
		border: 0;
		border-radius: 0;
	}

	#headernav ul.dropdown-menu.show {
		display: block;
		position: relative!important;
		text-align: left;
		transform: initial!important;
		padding-top: 20px;
	}

	#headernav ul li ul li:last-child {
		position: initial;
	}

	#headernav ul li ul li {
		margin-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#headernav ul li ul li a {
		white-space: normal;
	}	
	
	#headernav ul li.searchli {
		top: 75px;
		position: fixed;
		right: 16px;
		text-align: right;
	}

	#headernav ul li.searchli input {
		width: 100%;
	}

	#headernav ul li.searchli form {
		width: 100%;
	}
	
	input#woocommerce-product-search-field-0 {
    	width: 100%;
    	margin-top: 20px;
    	margin-bottom: 20px;
	}
	
	header.scrolled #headernav ul li:last-child {
		top: 40px;
	}
	
	header.scrolled #headernav ul {
		top: 79px;
	}

	header.scrolled .mmenu {
		position: fixed;
		top: 40px;
		left: 25px;
		z-index: 21;
	}
	
	#hero .col-cont {
		padding: 48px;
	}

	#hero h1 {
		margin-top: 20px;
		font-size: 40px;
	}

	#hero p {
		font-size: 24px;
		line-height: 32px;
	}

	#hero {
		margin-bottom: 0;
		height: auto;
	}
	
	.home #hero {
		height: auto;
	}
	
	#hero-carousel {
    	margin-top: 64px;
	}

	.owl-carousel .owl-dots {
		left: 20px;
		position: relative;
		bottom: 32px;
	}	
	
	#fuelups {
		display: none;
	}	
	
	#articles {
		margin-top: 40px;
		background-size: 75%;
	}

	.top-row img {
		margin-bottom: 20px;
	}	
	
	#pgbody .item {
		margin-bottom: 20px;
	}

	#sidebar-primary {
		margin-top: 20px;
	}

	.col-lg-3.col-lrpads {}

	section#subfooter .col-lg-4,section#subfooter .col-lg-6 {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	section#subfooter .col-lg-4 .btn {
		font-size: 14px;
		position: relative;
		bottom: 0;
	}	
	
	footer.footerbm {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}

	footer.footerbm ul {
		margin-bottom: 20px;
	}

	footer ul.social {
		display: inline-flex;
	}
	
	footer {
		text-align: center;
	}

	footer h5 {
		margin-top: 24px;

	}

	footer {
		padding: 40px
	}	
	
	#wpcf7-f103-o1 {
		padding: 40px 40px;
	}
}

@media (max-width: 991px) {
	#subfooter a.btn {
		position: relative;
		width: 300px;
		bottom: 0;
	}
	
	.col-pads-sm {
		padding: 16px;
	}
}