
#header .header-nav-features .header-nav-features-user .header-nav-features-toggle {
    color: #9c9d8e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
    margin-right: -27px;
    min-width: 420px;
    padding: 35px;
    border-radius: 5px;
}


.sm-sticky-button.open-pulloutPricelist {
    top: 95%;
    left: -5px;
    font-size: 14px;
	color: #00a138;
    background: #ffffff;
	box-shadow: 1px 1px 6px black;
    transition: all .2s ease;
}


.sm-sticky-button {
    position: fixed;
    top: 30px;
    left: 30px;
    background: #333;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    z-index: 99999996;
}

section.section {
  
    margin: 0px 0;
}

section.section.section-with-divider {
    margin: 0px 0 0px;
}




html .toggle-liqueel-pt .toggle label {
	color: #000;
	border-left-color: #000;
	border-right-color: #000;
}

html .toggle-liqueel-pt .toggle.active > label {
	background-color: #e00ca3;
	border-color: #e00ca3;
	color: #ffffff;
}

html .toggle-liqueel-pt .toggle-simple .toggle > label:after {
	background-color: #e00ca3;
}

html .toggle-liqueel-pt .toggle-minimal .toggle.active > label {
	color: #e00ca3;
}


html .toggle-liqueel-gd .toggle label {
	color: #000;
	border-left-color: #000;
	border-right-color: #000;
}

html .toggle-liqueel-gd .toggle.active > label {
	background-color: #ab19e0;
	border-color: #ab19e0;
	color: #ffffff;
}

html .toggle-liqueel-gd .toggle-simple .toggle > label:after {
	background-color: #ab19e0;
}

html .toggle-liqueel-gd .toggle-minimal .toggle.active > label {
	color: #ab19e0;
}


/* APP BUTTONS START
======================================================================================================= */

html .btn-outline.btn-primary:active, html .btn-outline.btn-primary.active {
    color: #ffffff !important;
    background-color: #00A138 !important;
    border-color: #00A138 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-primary:hover, html .btn-outline.btn-primary.hover {
    color: #585858 !important;
    background-color: #ffffff !important;
    border-color: #00A138 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}
html .btn-outline.btn-primary {
    color: #dcdcdc;
    background-color: #F7F7F7;
    background-image: none;
	border-color: #00A138;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

 /* Button Parameter Main MOD /NO DELETE */
  html .btn-outline.btn-primary {
    color: #585858;
    border-color: #b3b3b3;
    border-width: 1px; 
    opacity: 0.75;
}


html .btn-outline.btn-danger:active, html .btn-outline.btn-danger.active {
    color: #ffffff !important;
    background-color: #FE0000 !important;
    border-color: #FE0000 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 2px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-danger:hover, html .btn-outline.btn-danger.hover {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #FE0000 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-danger  {
    color: #dcdcdc;
    background-color: #F7F7F7;
    background-image: none;
	border-color: #D63F1B;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


html .btn-outline.btn-danger-2:active, html .btn-outline.btn-danger-2.active {
    color: #ffffff !important;
    background-color: #FF888A !important;
    border-color: #FF888A !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}



html .btn-outline.btn-danger-2 {
    color: #dcdcdc;
    background-color: #F7F7F7;
    background-image: none;
	border-color: #b3b3b3;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

html .btn-outline.btn-orange:active, html .btn-outline.btn-orange.active {
    color: #ffffff !important;
    background-color: #FF6E0C !important;
    border-color: #FF6E0C !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}


html .btn-outline.btn-orange {
    color: #dcdcdc;
    background-color: #F7F7F7;
    background-image: none;
	border-color: #b3b3b3;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

html .btn-outline.btn-orange-2:active, html .btn-outline.btn-orange-2.active {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #DE7A28 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}
html .btn-outline.btn-orange-2:hover, html .btn-outline.btn-orange-2.hover {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #DE7A28 !important;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}


html .btn-outline.btn-orange-2 {
    color: #dcdcdc;
    background-color: #ffffff;
    background-image: none;
	border-color: #ffffff;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}




html .text-color-orange,
html .text-orange {
	color: #FF6E0C !important;
}



html .btn-outline.btn-info:active, html .btn-outline.btn-info.active {
    color: #ffffff !important;
    background-color: #8ADBF7 !important;
    border-color: #8ADBF7 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}


html .btn-outline.btn-info {
    color: #dcdcdc;
    background-color: #F7F7F7;
    background-image: none;
	border-color: #b3b3b3;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

html .btn-outline.btn-exsudat:active, html .btn-outline.btn-exsudat.active {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #629FB6 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}




/*
html .btn-outline.btn-exsudat:hover, html .btn-outline.btn-exsudat.hover {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #629FB6 !important;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-exsudat {
    color: #dcdcdc;
    background-color: #ffffff;
    background-image: none;
	border-color: #ffffff;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
*/

html .btn-outline.btn-infektion:active, html .btn-outline.btn-infektion.active {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #BB4B49 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}


html .btn-outline.btn-infektion:hover, html .btn-outline.btn-infektion.hover {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #BB4B49 !important;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-infektion {
    color: #dcdcdc;
    background-color: #ffffff;
    background-image: none;
	border-color: #ffffff;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
html .btn-outline.btn-carbon:active, html .btn-outline.btn-carbon.active {
    color: #ffffff !important;
    background-color: #1F1F1F !important;
    border-color: #1F1F1F !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-carbon {
    color: #dcdcdc;
    background-color: #F7F7F7;
    background-image: none;
	border-color: #b3b3b3;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


html .btn-outline.btn-skintone:active,  html .btn-outline.btn-skintone.active {
    color: #ffffff !important;
    background-color: #FFFFFF !important;
    border-color: #8F735D !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-skintone:hover,  html .btn-outline.btn-skintone.hover {
    color: #ffffff !important;
    background-color: #FFFFFF !important;
    border-color: #8F735D !important;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}

html .btn-outline.btn-skintone {
    color: #dcdcdc;
    background-color: #FFFFFF;
    background-image: none;
	border-color: #ffffff;
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

html .text-color-skintone-2,
html .text-skintone-2 {
	color: #EACABB!important;
}


html .text-color-skintone,
html .text-skintone {
	color: #886D52 !important;
}


html .btn-outline.btn-fix:active, html .btn-outline.btn-fix.active {
    color: #ffffff !important;
    background-color: #FFFFFF !important;
    border-color: #5D9C41 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.275)!important;
	border-radius: 5px;
	border-width: 1px;
	opacity: 1.0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 50;

}



html .btn-outline.btn-fix {
    color: #dcdcdc;
    background-color: #FFFFFF;
    background-image: none;
	border-color: #FFFFFF;  /*b3b3b3  */
	border-width: 1px;
	z-index: 0;
  	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#footer {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: 0.9em;
     margin-top: 0px; 
    padding: 0;
    position: relative;
    clear: both;
}




.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #00A138;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0e8d11;
}



#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #9c9d9d;
	}

html .bg-color-tk-1, html .bg-tk-1 {
    background-color: #fab900 !important;
}

html .bg-color-tk-2, html .bg-tk-2 {
    background-color: #009fe3 !important;
}

html .bg-color-tk-3, html .bg-tk-3 {
    background-color: #b60501 !important;
}

html .bg-color-tk-4, html .bg-tk-4 {
    background-color: #e82e89 !important;
}

html .bg-color-tk-5, html .bg-tk-5 {
    background-color: #8ccdcd !important;
}

html .bg-color-tk-6, html .bg-tk-6 {
    background-color: #5b2182 !important;
}

html .bg-color-tk-7, html .bg-tk-7 {
    background-color: #e8e246 !important;
}

html .bg-color-tk-8, html .bg-tk-8 {
    background-color: #4e70ae !important;
}

html .bg-color-tkp-1, html .bg-tkp-1 {
    background-color: #e47c3f !important;
}

html .bg-color-tkp-2, html .bg-tkp-2 {
    background-color: #7cbf40 !important;
}

html .bg-color-tkp-3, html .bg-tkp-3 {
    background-color: #859fd5 !important;
}

html .bg-color-pzn, html .bg-pzn {
    background-color: #FFFE93 !important;
}


.text-tk-1 {
	color: #fab900 !important;
}

.text-tk-2 {
	color: #009fe3 !important;
}

.text-tk-3 {
	color: #b60501 !important;
}

.text-tk-4 {
	color: #e82e89 !important;
}

.text-tk-5 {
	color: #8ccdcd !important;
}

.text-tk-6 {
	color: #5b2182 !important;
}

.text-tk-7 {
	color: #e8e246 !important;
}

.text-tkp-1 {
	color: #e47c3f !important;
}

.text-tkp-2 {
	color: #7cbf40 !important;
}

.text-tkp-3 {
	color: #859fd5 !important;
}

.liqueel-font {
	color: #000000 !important;
	font-family: briller,sans-serif;
	font-weight: 400;
	font-size: 28px;
	font-style: normal;
}

.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 25px;
    clear: both;
}

.call-to-action.featured {
    background: #FFF;
    margin: 0;
    border-top: 2px solid #CCC;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* Add here all your CSS customizations */
#header .header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #212529;  /*#212529 */
	-webkit-transition: min-height 0.3s ease,background-color 1s ease-out ;
	transition: min-height 0.3s ease, background-color 1s ease-out;
  
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	width: 100%;
	border-top: 3px solid #ededed;
	
    border-bottom-color: rgba(0, 0, 0, 0.2);
	z-index: 1001;
}


.body {
    background-color: #ffffff;
}

/* Navigation Colaps Button 
#header .header-btn-collapse-nav {
    background: #212529;
	color: #7b7b7b;
}

/* Navigation Colaps Button */
#header .header-btn-collapse-nav {
    background: #515252;
    color: #d6d6d6;
}

#footer a:not(.btn) {
    color: #b1b1b1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* TAB CONTAINER */

html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs .nav-link:focus, html.dark body .tabs .nav-tabs .nav-link:focus, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link, html body .tabs .nav-tabs.nav-justified .nav-link:hover, html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover, html body .tabs .nav-tabs.nav-justified .nav-link:focus, html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
    border-top-color: #000000;
}

html body .tabs .nav-tabs .nav-link, html.dark body .tabs .nav-tabs .nav-link, html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link {
    color: #000000;
}

/* OWL CAROUSEL NAv ARROWS*/

.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #000000 !important;
}


/* FOOTER */
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #b1b1b1;
}



p {
	color: #212529;
	line-height: 24px;
	margin: 0 0 20px;
	font-size:1.1em;
	letter-spacing: 0.05em;
}


.prod-section {
  height: 10px;
    width:100%;
  position:absolute;
    z-index:1005;
    top: 100px;
    
    
}


html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background:#FFFFFF; /* #212529 */
    -webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}



#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
   
}


