/* 
Wireframe: 20
Version: 2.1
Update: 2019.04.19
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/


/*--------------------------------------------------
# General
--------------------------------------------------*/
.row{
	margin:0;
}
body {
    background:url(../../images/new-images/bg-body.jpg) center top no-repeat;
    color: #44484c;
    font-size: 15px;
    line-height: 1.6em;
    font-family: 'montserratregular';
    background-size:cover;
}
a {
    color: #41750a;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #44484c;
    text-decoration: none;
}
.video{
    display: block;
    min-height: 310px;
    position:relative;
    width: 100%;
}
.projekktor{
    min-height: 310px;
}

.ppcontrols ul {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	text-align: center !important;
	display: block !important;
}
.ppcontrols ul li {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	left: 0 !important;
}
.ppcontrols ul li::before {
	content: '' !important;
}
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'alataregular';
    line-height: 1.5em;
}
h1, .h1{
    font-size:48px;
    
}
h2, .h2{
    font-size:30px;
}
h3, .h3{
    font-size:24px;
}
h4, .h4{
    font-size:20px;
}
h5, .h5{
    font-size:18px;
}
h6, .h6{
    font-size:14px;
}

/* ------------------------------------------- */

/* HEADER */
header {
	position: relative;
	height: 622px;
}
header.small {
	height: 450px;
}
/*
header::after {
	content: '';
	width: 90%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 120px;
	transform: translateX(-50%);
}

header.small::after {
	bottom: 80px;
}
*/
header div.slideshow {
	background: #000000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
header div.slideshow::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:url(../../images/new-images/mask.png)bottom center no-repeat;
	z-index: 1;
}

/*
header div.slideshow.intern {
	border-bottom: 2px solid #e17210;
}
*/
header div.slideshow #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
header div.slideshow .NewsItemBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center repeat;
	background-size: cover;
	opacity: 0.5;
}

header nav.language {
	position: absolute;
	left: 20px;
	top: 20px;
	text-transform: uppercase;
}
header nav.language a {
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	width: 25px;
	margin-right: 5px;
	background: none;
	display: inline-block;
	float: left;
	font-weight: bold;
	border-radius: 50%;
	color: #192832;
	background: #e5e5e5;
	text-decoration: none;
}
header nav.language a:hover {
	background: #192832;
	color: #fff;
}

header div.social {
	position: absolute;
	right: 20px;
	top: 20px;
}

header div.cta {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 17px;
	z-index: 1;
}
header div.cta .text-cta{
	position:relative;
}
header div.cta .text-cta:before{
	position:absolute;
	content:'';
	bottom:10px;
	left:0;
	right:0;
	background:url(../../images/new-images/bg-h2.png)bottom center no-repeat;
	height:1px;
}
header div.cta .phone-responsive {
	display: none;
}
header div.cta a{
	text-decoration:none;
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

header div.cta a .res{
	 display: inline-block;
	 font-size: 17px;
	 background: #2b4213;
	 color: #71b727;
	 padding: 13px 10px;
	 text-transform: uppercase;
	 font-family: 'alataregular';
	 transition:all 0.4s;
}

header div.cta a .cadre{
	 display: inline-block;
	 font-size: 25px;
	 background: #41750a;
	 color: #ffffff;
	 padding: 13px 20px;
	 text-transform: uppercase;
	 font-family: 'montserratregular';
	 transition:all 0.4s;
}
header div.cta a:hover .cadre,
header div.cta a:hover .res{
	background: #b3dd6a;
	color:#2b4213;
}
header .block{
	position:absolute;
	bottom: 231px;
	left:0;
	right:0;
	text-align:center;
	z-index: 1;
}
header div.logo {
	position:relative;
	display:inline-block;
}

header nav.main-nav {
	position: absolute;
	left: 40px;
	bottom: 21px;
	right: 40px;
	text-align: center;
	z-index: 1;
	padding: 13px 0 0 0;
	border-top: 1px solid rgb(255 255 255 / 0.20);
}
header.small nav.main-nav {
	bottom: 11px;
}
header nav.mobile-nav {
	position: absolute;
	left: 0;
    bottom: 0;
    width: 100%;
	display: none;
	text-align: center;
}
header nav.mobile-nav a {
	font-size: 24px;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
}


/* BOXES SERVICES */
section.services {
	position: relative;
	width: 100%;
	background: rgb(43 66 19 / 0.8);
	padding: 42px 15px 20px;
}
section.services:after{
	content:'';
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	min-height:72px;
	background:url(../../images/new-images/box-bottom.png)bottom center no-repeat;
}
section.services .col-sm-4{
	padding:0;
}
section.services .side2{
	text-align:center;
}
section.services .side3{
	text-align:right;
}
section.services .box {
	position:relative;
	display:inline-block;
	font-size:14px;
	color:#fefefe;
	overflow: hidden;
}
section.services .box .img-box img{
    max-width:100%;
}
section.services .box .text{
	background:#45790f;
	padding: 26px 15px 50px;
	display:inline-block;
	width:100%;
	text-align: left;
	transition:all 0.4s;
}
section.services .box .icon{
	width:94px;
	height:94px;
	float:left;
	border-radius:50%;
	background:rgb(62 107 15 / 0.55);
	margin-right: 20px;
	position:relative;
	transition:all 0.4s;
}
section.services .box .icon:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-position:center;
	background-repeat:no-repeat:
}
section.services .box01 .icon:after{
	background-image:url(../../images/new-images/icon1.png);
}
section.services .box02 .icon:after{
	background-image:url(../../images/new-images/icon2.png);
}
section.services .box03 .icon:after{
	background-image:url(../../images/new-images/icon3.png);
}
section.services .box .text .inside{
	padding-bottom: 20px;
	float:left;
	background: url(../../images/new-images/bg-h2.png)bottom left no-repeat;
}
section.services .box .text .inside p{
	margin: 0;
	line-height: 18px;
}
section.services .box h2 {
	font-size: 30px;
	/* text-transform: uppercase; */
	margin: 0;
	color:#ffffff;
	font-size:23px;
}
section.services .box .link a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size:0;
}
section.services .box:hover .icon{
	background:rgb(62 107 15 / 0.55)
}
section.services .box:hover .text{
	background:#2c4313;
}


/*
section.services .scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 29px;
	background: url(../../images/new-images/scroll-arrow.png) center no-repeat;
	z-index: 20;
	pointer-events: none;
}
*/

/* CONTENT */
section.home,
section.intern {
	position: relative;
	background: #ffffff;
	padding: 0 0 40px 0;
}
section.home .col-sm-8{
	padding: 35px 45px 0;
}
section.intern {
	padding: 50px;
}
section.intern .col-md-12{
    padding:0;
}
section.home .main-content,
section.intern .main-content{
	/* padding: 0 50px 50px 50px; */
}
.page-title {
	padding: 20px 0;
	margin-bottom:20px;
}
section.intern .page-title {
	padding: 20px 0;
	margin-bottom:20px;
}

section .page-title h1 {
	font-size: 30.87px;
	color: #41750a;
	margin: 0;
	line-height: 31px;
	background: url(../../images/new-images/bg-h1.png)bottom left no-repeat;
	padding-bottom: 5px;
}
section .page-title h1 .subtitle{
	font-size:22px;
	color:#262626;
	font-family: 'montserratregular';
}
section .page-title h4 {
	text-align: center;
}
section .main-content {
	text-align: justify;
}
section .main-content p {
    margin-bottom: 15px;
}
section .main-content ul {
    padding-left: 10px;
}
section .main-content ul li {
	position: relative;
    list-style: none;
    padding-left: 25px;
}
section .main-content ul li::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0px;
	font-size: .6em;
	color: #fff;
}
section .main-content ul ul li {
    padding-left: 20px;
}
section .main-content ul ul li::before {
	content: '\f054';
}
section .main-content .table-style {
	position: relative;
}
section .main-content .table-style th {
	background: rgba(255,255,255,.2);
	color: #fff;
}
section .main-content .table-style th,
section .main-content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
section .main-content .fluid_container {
	margin-bottom: 35px;
}
section .main-content #slideshow-gallery {
	position: relative;
	float: none;
	background: rgba(255,255,255,.25);
}
section .main-content #slideshow-gallery .camera_thumbs {
	padding-top: 10px;
}
section .main-content #slideshow-gallery .camera_thumbs .camera_thumbs_cont {
	background: none;
}
section .main-content #slideshow-gallery .camera_thumbs ul {
	padding: 0;
}
section .main-content #slideshow-gallery .camera_thumbs ul li {
	padding: 0;
}
section .main-content #slideshow-gallery .camera_thumbs ul li::before {
	content: none;
}
section .main-content #slideshow-gallery .camera_thumbs ul li img.camera_thumb {
	height: 100px;
	width: auto;
	margin: 4px 2px;
	border: none;
}

section .main-content #AllNews {
	position: relative;
}
section .main-content #AllNews figure.Item {
	position: relative;
	margin-bottom: 20px;
	outline: 5px solid transparent;
	transition: background .4s, outline-color .4s;
}
section .main-content #AllNews figure.Item:hover {
	outline-color: rgba(255,255,255,.25);
	background: rgba(255,255,255,.25);
}
section .main-content #AllNews figure.Item .photo {
	height: 150px;
	background: center no-repeat;
	background-size: cover;
}
section .main-content #AllNews figure.Item .photo.nophoto {
	background-image: url(../../images/new-images/nophoto.jpg);
}
section .main-content #AllNews figure.Item figcaption h3 {
	margin: 10px 0;
}
section .main-content #AllNews figure.Item figcaption span.button {
	display: inline-block;
	padding: 5px 10px;
	background: #e17210;
	color: #282828;
	transition: background .4s, color .4s;
}
section .main-content #AllNews figure.Item:hover figcaption span.button {
	background: #273c51;
	color: #e17210;
}
section .main-content #AllNews figure.Item > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* SIDEBAR HOME */
section.home .sidebar {
	position: relative;
	padding: 0;
}
section.home .sidebar::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #477b10;
}
section.home .sidebar h2 {
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 0 30px 0;
	letter-spacing: 2px;
	background: url(../../images/new-images/bg-h2.png)bottom left no-repeat;
	padding: 0 0 10px 5px;
}

section.home .sidebar .news {
	position: relative;
	padding: 0 0 1px 0;
	margin: 50px;
}
section.home .sidebar .news::after {
	content: '';
	position: absolute;
	left: -65px;
	right: -50px;
	bottom: 0;
	height: 5px;
	background: #273c51;
}
section.home .sidebar .news #HomeNews {
	margin-bottom: 35px;
}
section.home .sidebar .news figure.Item {
	position: relative;
}
section.home .sidebar .news figure.Item .photo {
	height: 150px;
	background: center no-repeat;
	background-size: cover;
}
section.home .sidebar .news figure.Item .photo.nophoto {
	background-image: url(../../images/new-images/nophoto.jpg);
}
section.home .sidebar .news figure.Item figcaption h3 {
	margin: 10px 0;
}
section.home .sidebar .news figure.Item figcaption span.button {
	display: inline-block;
	color: #e17210;
	padding: 5px 10px;
	background: #273c51;
	transition: background .4s, color .4s;
}
section.home .sidebar .news figure.Item:hover figcaption span.button {
	background: #e17210;
	color: #282828;
}
section.home .sidebar .news figure.Item > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
section.home .sidebar .news .slick-dots {
	bottom: -30px;
}
section.home .sidebar .news .slick-dots li {
	margin: 0;
}
section.home .sidebar .news .slick-dots li button::before {
	color: #e17210;
}

section.home .sidebar .img-home{
	min-height:187px;
	position:relative;
	background:#fff;
}
.number-responsive{
	display:none;
}
section.home .sidebar .contact {
	position: relative;
	font-size: 16px;
	margin: 50px 45px;
	color: #fefefe;
}
section.home .sidebar .contact p{
	margin: 0 0 25px 0;
	background-position:left center;
	background-repeat:no-repeat;
	padding: 0 0 0 65px;
}
section.home .sidebar .contact p.map{
	background-image: url(../../images/new-images/map.png);
}
section.home .sidebar .contact p.tel{
	background-image: url(../../images/new-images/tel.png);
}
section.home .sidebar .contact p.Email{
	background-image: url(../../images/new-images/maill.png);
}
section.home .sidebar .contact p a{
	color:#1b2a0b;
}
section.home .sidebar .contact p a:hover{
	color:#ffffff;
}
section.home .sidebar .contact .col-xs-3 {
	text-align: right;
	margin-bottom: 6px;
}
section.home .sidebar .contact div > i.fa {
	color: #e17210;
	width: 30px;
	height: 30px;
	line-height: 30px; 
	font-size: 18px;
	text-align: center;
}
section.home .sidebar .contact .address {
	margin-bottom: 10px;
}
section.home .sidebar .contact .address label.modal-label {
    color: #e17210;
}
section.home .sidebar .contact .address label.modal-label:hover {
    text-decoration: none;
}
section.home .sidebar .contact .line-height {
	line-height: 30px;
}
section.home .sidebar .contact i.fa-mobile {
	font-size: 22px;
}
section.home .sidebar .contact .phone-responsive {
	display: none;
}

/* FOOTER - HOME */
footer .col-md-8 {
	padding: 0 0 0 15px;
}
footer .footer-spacer {
	height: 45px;
	background: #273c51;
}
footer .prijsofferte {
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    color: #afb8a5;
    position:relative;
}
footer .prijsofferte .hours{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	min-height:168px;
	background:rgb(27 42 11 / 0.96);
	padding: 0 50px 10px;
}
footer .prijsofferte .hours h2{
	font-size:25px;
	text-transform:uppercase;
	color:#fefefe;
	letter-spacing: 2px;
}

footer .prijsofferte .hours #openingTimesBlock{
	align-items: center;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* grid-gap: 10px; */
}

footer .prijsofferte .hours .openingDay{
	width:29px;
	height:29px;
	border-radius:50%;
	background:rgb(71 123 16 / 0.6);
	color:#fefefe;
	display:inline-block;
	text-align:center;
	line-height:28px;
	margin-right: 20px;
	float: left;
}
footer .prijsofferte .hours .openingTime{
	display: inline-block;
	max-width: 95px;
	float: left;
	line-height: 16px;
}
footer .prijsofferte p {
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}
footer .photo-footer {
	background: url(../../images/new-images/photo-footer.jpg) center center / cover no-repeat;
	border-bottom: 2px solid #e17210;
	width: 100%;
	height: 250px;
}
footer .maps {
	position: relative;
	padding: 0 0px 0 0;
}

footer .maps::after {
	content: '';
	background: url(../../images/new-images/hide-bottom.png) no-repeat center top / 100% 100%;
	position: absolute;
	left: 0;
	top: -59px;
	right: 0px;
	height: 59px;
}

footer {
	margin-bottom:80px;
}

footer .col-sm-8{
	padding:0;
}

footer .box_googlemapsv2 {
    position: absolute;
    left: 0;
    right: 0;
    top: -59px;
    bottom: 0;
    height: auto!important;
    width: auto!important;
}
footer .box_googlemapsv2 .link {
	margin: 0!important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
footer .link .googlemaps_v2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
footer .link .googlemaps_v2 .modal-label{
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

/* FOOTER - INTERN */
footer.intern {
	position: relative;
	padding: 60px 50px 50px 50px;
	background: rgb(27 42 11 / 0.8);
	color: #fff;
}
footer.intern a:hover{
	color:#fff;
}

/*
footer.intern::after {
	content: '';
	background: url(../../images/new-images/footer-top-intern.png) no-repeat center top / 100% 100%;
	position: absolute;
	left: -59px;
    top: 0;
    right: -63px;
	height: 69px;
	pointer-events: none;
	z-index: 10;
}
*/

footer.intern h2 {
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	color: #41750a;
	padding-top: 20px;
	margin: 0 0 0;
}
footer.intern .divi{
    padding:0;
    text-align: center;
}
footer.intern .divi p{
    background-position:top center;
    background-repeat:no-repeat;
    padding: 60px 0 0 0;
}
footer.intern .divi p.line-p{
    background-image:url(../../images/new-images/map.png);
}
footer.intern .divi p.ico-tel{
    background-image:url(../../images/new-images/tel.png);
}
footer.intern .divi p.ico-maill{
    background-image:url(../../images/new-images/maill.png);
}

footer.intern label.modal-label {
    color: #41750a;
}
footer.intern label.modal-label:hover {
    text-decoration: none;
}
footer.intern div > i.fa {
	color: #41750a;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
footer.intern i.fa-mobile {
	font-size: 22px;
}
footer.intern .line-height {
	line-height: 30px;
}
footer.intern .phone-responsive {
	display: none;
}

#news-popup {
	color: #273c51;
}

a#scrollTopBtn {
	bottom: 35px;
	right: 40px;
	padding: 8px 15px;
	background: rgb(71 123 16);
	color: #fff;
	border-radius: 0;
}
a#scrollTopBtn:hover {
	background: rgb(255 255 255);
	color: #000;
}
 
#footerSlideContainer a {
	color: #fefefe;
}

div.cc-cookies {
    width: 100%;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}

@media only screen and (max-width : 1199px) {
	section.services::after {
		content: none;
	}
	footer.intern {
		border-top: 3px solid #e17210;
	}
	footer.intern::after {
		content: none;
	}
	section.home .sidebar .contact{
	    margin-left:10px;
	    margin-right:10px;
	}
	header nav.main-nav{
	    left: 20px;
	    right:20px;
	}
	footer .prijsofferte .hours{
        padding: 0 10px 10px;
	}
}
@media only screen and (max-width : 991px) {
    .container{
        width:100%;
    }
	section.services .scroll {
		display: none;
	}
	section .main-content #slideshow-gallery {
		height: 400px!important;
	}
	section.home .sidebar .news {
		margin: 0;
	}
	section.home .sidebar .news::after {
		left: 0;
		right: 0;
	}
	footer .prijsofferte img{
	    max-width:100%;
	}
}
@media only screen and (max-width : 800px) {
    header nav.main-nav{
        display:none;
    }
    header nav.mobile-nav{
        display: block;
        z-index: 1;
        background: #477b10;
        bottom: 10px;
    }
    section.home .sidebar .contact p{
        background-position: top center;
        padding:40px 0 0 0px;
            text-align: center;
    }
    section.home .sidebar h2{
        letter-spacing: 0px;
        
    }
    footer .prijsofferte .hours #openingTimesBlock{
        grid-template-columns: repeat(2, 1fr);
    }
    header {
        height:450px;
    }
    section.home .sidebar h2{
        font-size: 22px;
    }
}

@media only screen and (max-width : 768px) {
    section.services .box .text{
        text-align: center;
    }
    section.services .box .icon{
        float:none;
        margin:0 auto 10px;
    }
    section.services .box .text .inside{
        float:none;
        background-position:bottom center;
    }
}
@media only screen and (max-width : 767px) {
	.image-left,
	.image-right {
		float: none;
		margin: 15px auto;
		max-width: 100%;
	}
	header {
		height: 350px;
	}
	header::after,
	header.small::after {
		bottom: 50px;
	}
	header div.cta .phone {
		display: none;
	}
	header div.cta .phone-responsive {
		display: inline-block;
	}
	
	section.intern {
		padding-top: 30px;
	}
	section.home .main-content, section.intern .main-content {
		padding: 0 0px 30px 0px;
	}
	section.home .sidebar .contact .phone {
		display: none;
	}
	section.home .sidebar .contact .phone-responsive {
		display: inline-block;
	}
	section .main-content #slideshow-gallery {
		height: 250px!important;
	}
	footer.intern .phone {
		display: none;
	}
	footer.intern .phone-responsive {
		display: inline-block;
	}
	section.services .col-sm-4{
	    text-align:center;
	}
	header .block{
	    bottom:100px;
	}
	section.home .sidebar h2{
	    text-align:center;
	    padding:0 0 10px 0;
	    background-position:bottom center;
	}
	section.home .sidebar .img-home{
	    min-height:0;
	}
	section.home .sidebar .contact{
	    padding-top:30px;
	    margin-bottom:0;
	}
	footer .prijsofferte .hours{
        position: relative;
        padding:20px;
	}
	footer .prijsofferte .hours h2{
	    margin-top:0;
	}
	footer .maps::after{
	    content:none;
	}
	footer .maps{
	    min-height:200px;
	}
	footer .box_googlemapsv2{
	    top:0;
	}
	.number,
	header div.cta a .number{
	    display:none;
	}
	.number-responsive,
	header div.cta .number-responsive{
	    display:inline-block;
	}
	header div.cta .number-responsive a{
	    display: inline-block;
        font-size: 25px;
        background: #41750a;
        color: #ffffff;
        padding: 13px 20px;
        text-transform: uppercase;
        font-family: 'montserratregular';
        transition: all 0.4s;
	}
	header div.cta p{
	    display: flex;
	}
	section.home{
	    padding-bottom:0;
	}
}
@media only screen and (max-width : 414px) {
    header div.cta p {
        display: block;
    }
    header div.logo img{
        max-width:100%;
    }
    section.home .col-sm-8{
        padding:35px 15px;
    }
}
@media only screen and (max-width : 375px) {
    footer .prijsofferte .hours #openingTimesBlock{
        grid-template-columns: repeat(1, 1fr);
    }
    header div.logo {
        padding:5px;
    }
}
@media only screen and (max-width : 333px) {
    footer .prijsofferte .hours h2 {
        font-size: 23px;
        letter-spacing: 0px;
    }
}
/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
#navigation .sf-menu, #navigation .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation .sf-menu li {
	position: relative;
}
#navigation .sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
#navigation .sf-menu > li {
	float: left;
}
#navigation .sf-menu li:hover > ul,
#navigation .sf-menu li.sfHover > ul {
	display: block;
}

#navigation .sf-menu a {
	display: block;
	position: relative;
}
#navigation .sf-menu ul ul {
	top: 0;
	left: 100%;
}

#navigation ul.sf-menu {
	display: flex;
	/* justify-content: space-around; */
}
#navigation .sf-menu li {
	white-space: nowrap;
	flex: 1 1 auto;
	text-align: center;
	background: url(../../images/new-images/sep.png)right 0px top 10px no-repeat;
}
#navigation .sf-menu li:last-child{
	background:none;
}
#navigation .sf-menu > li {
	margin-left: 0px;
}
#navigation .sf-menu li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	padding: 9px 20px;
	text-transform: uppercase;
	font-family: 'alataregular';
	margin: 0 30px;
}
#navigation .sf-menu li:last-child a{
	margin-right:0;
}
#navigation .sf-menu li:first-child a{
	margin-left:0;
}
/*
#navigation .sf-menu li a::before {
	content: '';
	width: 25px;
	height: 5px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	outline: 5px solid rgba(255,255,255,0.5);
	opacity: 0;
	transition: opacity 0.6s;
}
*/

#navigation .sf-menu li a:hover::before, #navigation .sf-menu li.sfHover > a::before,
#navigation .sf-menu li.active > a::before, #navigation .sf-menu li.selected > a::before {
	opacity: 1;
}
#navigation .sf-menu li a:hover,#navigation .sf-menu li.sfHover a,#navigation .sf-menu li.selected a,#navigation .sf-menu li.active a {
    background:#41750a;
}
/* SUB MENU */
#navigation .sf-menu ul {
	min-width: 200px;
	background: #2c4313;
}
#navigation .sf-menu ul li{
    text-align:left;
    background: none;
    border-top: 1px solid rgb(255 255 255 / 0.2);
}
#navigation .sf-menu ul li:first-child{
	border-top:none;
}
#navigation .sf-menu ul li a {
	color: #fff;
	padding: 10px;
	transition: all 0.6s;
	margin: 0;
}
#navigation .sf-menu ul li a:hover {
	background: #45790f;
	/* color: #192832; */
}
#navigation .sf-menu ul li a::before {
	content: none;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -100%);
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
@media only screen and (max-width : 991px) {
	#navigation .sf-menu li a {
		padding: 20px;
	}
}

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.menu-wrap .close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.menu-wrap .close-button::before,
.menu-wrap .close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #477b10;
	transition: background .4s;
}
.menu-wrap .close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-wrap .close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-wrap .close-button:hover::before,
.menu-wrap .close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #0d1925;
	box-shadow: 0 0 20px rgba(0,0,0,1);
	padding: 40px 20px 20px;
	transform: translateX(-100vw);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;
}
.mobile-menu ul ul {
	background: rgba(0,0,0,.15);
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 2px solid rgba(255,255,255,.2);
}
.mobile-menu ul:first-child li:first-child,
.mobile-menu ul ul li:first-child{
	border-top: none;
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 2px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 2px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
	left: 10px;
	pointer-events: none;
}
.mobile-menu a {
    
    font-size: 22px;
	padding: 0 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	transition: color .4s, background .4s;
}
.mobile-menu a:hover,
.mobile-menu .selected > a,
.mobile-menu .active > a {
	color: #fff;
	background: #477b10;
}
.mobile-menu li li a {
	padding-left: 25px;
	text-transform: none;
}
/* Language */
.mobile-language {
	text-align: center;
	color: rgba(0,0,0,.5);
	margin-top: 20px;
}
.mobile-language a {
	text-transform: uppercase;
}
.mobile-language a:hover {
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}

.ppcontrols ul {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	text-align: center !important;
	display: block !important;
}
.ppcontrols ul li {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	left: 0 !important;
}
.ppcontrols ul li::before {
	content: '' !important;
}
.video {
	/* float: right; */
	/* margin: 0 0 20px 20px; */
	/* max-width: 480px; */
	width: 100%;
	height: 270px;
}
/*Responsive*/
@media only screen and (max-width : 320px) {
	.video {

		height:164px;

	}
}

.gdpr_policy {line-height: 20px;margin: 10px 0;}
.contactForm .gdpr_policy label {
    width: 90%;
    margin: -5px 0 0 20px;
}
.contactForm .gdpr_policy input[type=checkbox] {
    position: absolute;
    margin-top: 5px;
}
form.contactForm .g-recaptcha{
    float: none;
}
@media only screen and (max-width : 480px) {
    .contactForm .gdpr_policy input[type=checkbox] {
        margin-top: 0px;
    }
/*submit btn*/
    .contact-submit,
    .contactForm .form-submit-button{
        width:100%;
    }
}
/*recaptcha*/
.contactForm .g-recaptcha {
    margin-bottom: 20px;
}
@media only screen and (max-width: 420px){
	.contactForm .g-recaptcha {
	    float: none;
	    margin-left: 0px;
	}
	.g-recaptcha * {
	    width: 100% !important;
	}
}
