/*

	////////////////////////////////////////////////////////////
	//
	// L8M
	// 
	//
	// Contains CSS (for screen).
	// 
	// Filesource /public/default/css/screen/base.css
	// Version    $Id: base.css 630 2019-09-13 13:45:20Z nm $
	//
	////////////////////////////////////////////////////////////

	////////////////////////////////////////////////////////////
	// general
	////////////////////////////////////////////////////////////
	
*/

body {
	padding-top: 9.5rem;
	font-family: Lato;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h4.slogan, .slogan {
	font-weight: 700;
	color: #76aa6f;
	font-family: "Kalam", cursive;
}

h4.price, .price {
	font-weight: 700;
	color: #76aa6f;
}

a.btn, h1, h2, h3, h4, h5, h6 {
	font-family: Poppins;
}

body div.page {
	display: block;
}

.text-green {
	color: #76aa6f;
}

.no-padding {
	padding: 0;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding > .row{
	margin-left: 0;
	margin-right: 0;
}

.has-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.background-color-grey {
	background-color: #f3f3f3;
}

.background-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-image-repeat {
	background-repeat: repeat;
}

.background-size-contain {
	background-size: contain;
}

.background-size-auto {
	background-size: auto;
}

.background-position-left {
	background-position: left center;
}

.text-shadow {
	text-shadow: 0px 0px 5px #000000;
}

.font-size-lg {
	font-size: 8em;
}

.font-size-md {
	font-size: 1.5em;
}

.font-size-md-2 {
	font-size: 3.39em;
}

.font-size-sd {
	font-size: 1.2em;
}

.shadow-back {
	box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.15)!important;
}

.navbar-brand.background-image{
	text-indent: -9999px
}

.errors {
	padding-left: 20px;
	color: #001a49;
}

.smaller {
	font-size: 0.4em;
}

.no-hyphens {
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

#check-label {
	margin-bottom: 0;
}
.btn {
	cursor: pointer;
}

.back-to-top {
	display: none;
	position: fixed;
	width: 53px;
	right: 60px;
	bottom: 135px;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;	
	box-shadow: 0 0 5px #fff;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	overflow: hidden;
	margin-top: -4.75rem;
}

nav#mobile-menu.mm-menu_offcanvas.mm-menu_opened {
	display: block;
}

.navbar a.logo {
	width: 120px;
	height: 40px;
}

.hasCookieWarning footer {
	padding-bottom: 75px !important;
}

.header-image {
	margin-top: -40px;
	z-index: -1;
}

main {
	margin-top: 40px;
}

.video-mask {
	top: 0;
	background-image: url(/img/default/video-mask.png)
}

a, a:focus, a:active {
	color: #76aa6f;
}

a:hover {
	color: #52814c;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #76aa6f;
}

.navbar-dark .navbar-nav .nav-link {
	color: #000000;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #52814c;
}

.navbar {
	padding: 3rem 0;
	transition: padding 500ms
}

body.menu-fixed .navbar {
	padding: 1.5rem 0;
}

.navbar a {
	font-family: Poppins;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.navbar a.text-green {
	color: #76aa6f;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

.swiper-slider-1 {
	min-height: 37.5vw;
	margin-top: -15px;
}

.swiper-container .swiper-slide,
.swiper-wrapper {
	background-position: center center;
	background-size: cover;
}

.swiper-slider-1 .swiper-slide-caption {
	padding: 80px 0;
	padding-right: 90px;
	padding-left: 90px;
	height: 37.5vw;
	text-shadow: 0 0 5px #000000;
}

.swiper-slider-1 .swiper-slide-caption .btn {
	text-shadow: none;
}

.swiper-pagination-bullet-active {
	background-color: #76aa6f;
}

body .swiper-button-prev, body .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2376aa6f'%2F%3E%3C%2Fsvg%3E");
}

body .swiper-button-next, body .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2376aa6f'%2F%3E%3C%2Fsvg%3E");
}


.legal-links {
	top: 10px;
	z-index: 1;
}

.legal-links.no-header {
	top: -45px;
}


ul#ulmenu ul {
	position: absolute;
	text-align: left;
	display: block;
	transform: translate3d(0, 30px, 0) scale(0.7);
	visibility: hidden;
	opacity: 0;
	padding: 30px;
	padding-top: 30px;
	margin-left: -30px;
	width: 260px;
	background: #ffffff;
	z-index: 5;
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
	list-style: none;
}

ul#ulmenu li:hover ul {
	opacity: 1;
	visibility: visible;
	padding-top: 83px;
	transform: translate3d(0, 0, 0);
}

body.menu-fixed ul#ulmenu li:hover ul {
	padding-top: 53px;
}


.location-links {
	right: 0;
	top: 5px;
	border-bottom: 1px solid #ffffff;
}

body.menu-fixed .location-links {
	border-color: #000000;
	transition: border-color 500ms
}

.location-links a {
	color: #000000;
}

.location-links a:hover {
	color: #52814c;
	text-decoration: none;
}


.btn-primary {
	transition: all .3s ease-in-out;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #76aa6f;
	border-color: #76aa6f;
}

.btn-primary::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 110%;
	padding-bottom: 110%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	transition: all .3s ease-in-out;
	pointer-events: none;
	z-index: -1;
}

.btn-primary:after {
	background: #e9da5d;
}

.btn-primary:hover:after, .btn-primary:active:after {
	transform: translate3d(-50%, -50%, 0) scale(0);
}


.stepper {
	position: relative;
	display: block;
	width: 148px;
}

input[type=number] {
	width: 100%;
	font-weight: 500;
	text-align: center;
	border-width: 0 0 1px;
	border: 1px solid #f5f5f5;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .025em;
	border-radius: 6px;
	color: #151515;
	background: #ebebeb;
	padding: 17px 10px;
	padding-right: 40px;
	max-width: 110px;
	min-height: 70px;
	font-size: 24px;
	-moz-appearance: textfield;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	outline: 0;
	text-align: right;
}

.stepper input[type=number]::-webkit-inner-spin-button, 
.stepper input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.stepper-arrow {
	position: absolute;
	text-align: center;
	top: auto;
	margin-top: 0;
	font-weight: 400;
	font-family: FontAwesome;
	cursor: pointer;
	color: #151515;
	transition: .3s all ease;
	right: 0;
	border-radius: 6px;
	background: #ebebeb;
	width: 32px;
	height: 32px;
	font-size: 24px;
	line-height: 32px;
}

.stepper.disabled .stepper-arrow {
	pointer-events:none;
	opacity:.5
}

.stepper .stepper-arrow.up {
	top: 0;
}

.stepper .stepper-arrow.up.disabled {
	pointer-events:none;
	opacity:.5
}

.stepper-arrow.up:before {
	content: '\f067';
}

.stepper .stepper-arrow.down {
	left: auto;
	bottom: 0;
}

.stepper .stepper-arrow.down.disabled {
	pointer-events: none;
	opacity:.5
}

.stepper-arrow.down:before {
	content: '\f068';
}

.stepper-with-button {
	display: flex;
}

.stepper .symbol {
	left: 74px;
	top: 17px;
	font-size: 24px;
	color: #151515;
}

.stepper-with-button .btn-primary {
	margin: 10px;
}


.ui-timepicker-div dl dd.ui_tpicker_second, .ui-timepicker-div dl dt.ui_tpicker_second_label {
	display: none;
}

.ui-timepicker-div dl dd.ui_tpicker_second, .ui-timepicker-div dl dt.ui_tpicker_second_label {
	display: none;
}

.blur {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

form textarea.form-control {
	height: 110px;
}

form#formRequest #message-container {
	display: none;
}

.configurator-side.configurator-container {
	transition: top 500ms;
	width: 100%;
}

.configurator-side.configurator-container.fixed {
	position: fixed;
	width: 370px;
	top: 106px;
	background-color: rgba(255,255,255, 0.9);
	box-shadow: 0 0 10px #fff;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
}


.box-count {
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
	font-family: poppins,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
	color: rgba(255,255,255,.05);
}

.box-ordered {
	counter-reset: section;  
}

.box-ordered .box-ordered-item::before {
	counter-increment: section;
	content: counter(section, decimal-leading-zero);
	vertical-align: text-bottom;
}


.isotope-filters-list-wrap {
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}

.isotope-filters>* {
    margin-top: 0;
    vertical-align: middle;
}

.isotope-filters-list-wrap::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    border-radius: 6px;
    background: #d7d7d7;
}

.isotope-filters-list {
    position: static;
    display: flex;
    justify-content: space-between;
    max-width: none;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    box-shadow: none;
    background: 0 0;
    transform: none;
    visibility: visible;
    opacity: 1;
    margin-left: -30px;
    margin-right: -30px;
	transition: all .3s ease-in-out;
    z-index: 2;
}

.isotope-filters-list>* {
    padding-left: 30px;
    padding-right: 30px;
}

.isotope-filters-list a {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .02em;
    font-family: poppins,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
    text-transform: uppercase;
    color: #9b9b9b;
}

.isotope-filters-list a:hover {
    color: #52814c;
	text-decoration: none;
}

.isotope-filters-list a::after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 50%;
    width: 130%;
    height: 4px;
    border-radius: 6px;
    background: #76aa6f;
    transform: translate3d(-50%,0,0);
    opacity: 0;
    transition: all .25s ease;
}

.isotope-filters-list a.active::after,
.isotope-filters-list a:hover::after {
    width: 100%;
    opacity: 1;
}

.product-button-wrap {
    align-items: flex-end;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 20px 40px;
    background: #f5f5f5;
    border-radius: 6px;
    transition: all .2s ease;
    z-index: -1;
}

.isotope .product:hover .product-button-wrap {
    background: #fff;
    box-shadow: 0 1px 18px 0 rgba(0,0,0,.09);
}

.isotope .product-title a {
	transition: all .2s ease;
	color: #000000;
}

.isotope .product-title a:hover {
	color: #76aa6f;
}


.quote-modern {
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.13);
    background: #ffffff;
}

.quote-modern-2 {
    border-radius: 60px;
}

.quote-modern-text {
    position: relative;
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.44;
    font-weight: 400;
    letter-spacing: .02em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quote-modern-text::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '\201C';
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-family: "Kalam", cursive;
    color: rgba(118, 170, 111, 0.22);
    transform: translate3d(-50%, 0, 0);
}

.quote-modern-author {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
}

.quote-modern-status {
    font-style: italic;
    letter-spacing: .025em;
    color: #76aa6f;
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -10px;
    margin-left: -10px;
}

.unit-spacing-sm {
    margin-bottom: -10px;
    margin-left: -20px;
}

.quote-modern-text + .unit {
    margin-top: 20px;
}

.unit > * {
    margin-bottom: 10px;
    margin-left: 10px;
}

.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.owl-style-3 .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}

.banner-modern-figure {
    display: block;
}

.banner-modern-figure + .banner-modern-figure {
    margin-top: 30px;
}

.product-figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 180px;
}

main .owl-style-5 .owl-dots {
    margin-top: 25px;
}

main .owl-dots {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
    line-height: 0;
}

main .owl-carousel button.owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background-color: #d7d7d7;
    transition: all .25s ease-in-out;
}

main button.owl-dot.active,
main button.owl-dot:hover {
    background-color: #76aa6f;
}

.card-group-custom {
    margin-bottom: 0;
}

* + .card-group-custom {
    margin-top: 20px;
}

.card-custom {
    text-align: left;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: inherit;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent;
}

.card-corporate .card-title {
    margin-bottom: 0;
}

.card-custom a {
    display: block;
}

.card-corporate .card-title a, .card-corporate .card-body {
    background: transparent;
}

.card-corporate .card-title a {
    position: relative;
    padding: 15px 0 15px 45px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: .02em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1;
}

.card-corporate .card-title a:hover {
	text-decoration: none;
}

.card-corporate .card-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.card-corporate .card-arrow .icon {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #151515;
    background: #e9da5d;
    box-shadow: none;
    transform: rotate(90deg);
    transition: all .3s ease;
}

.card-corporate .card-title a.collapsed .card-arrow .icon {
    color: #76aa6f;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
    transform: none;
}

article.card.card-custom div:nth-child(2) {
    color: #777;
}

.card-corporate .collapse {
    position: relative;
    color: #777;
    border-radius: 0 0 6px 6px;
    z-index: 1;
}

.owl-style-7 {
    padding: 0 15px;
}

*+.post-creative-content {
    margin-top: 10px;
}

h5, .heading-5 {
    text-transform: none;
}

h5 > a,
h5 > a:focus,
h5 > a:active,
h5 > a:hover {
    text-decoration: none;
}

.post-creative-title {
    line-height: 1.44;
    font-weight: 500;
}

*+.post-creative-time {
    margin-top: 8px;
}

.swiper-slide .font-size-lg {
	font-size: 4em;
}