﻿@keyframes modal-video{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes modal-video-inner{
    from{
        transform:translate(0,100px)
    }
    to{
        transform:translate(0,0)
    }
}
.modal-video{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    z-index:1000000;
    cursor:pointer;
    opacity:1;
    animation-timing-function:ease-out;
    animation-duration:.3s;
    animation-name:modal-video;
    -webkit-transition:opacity .3s ease-out;
    -moz-transition:opacity .3s ease-out;
    -ms-transition:opacity .3s ease-out;
    -o-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out
}
.modal-video-close{
    opacity:0
}
.modal-video-close .modal-video-movie-wrap{
    -webkit-transform:translate(0,100px);
    -moz-transform:translate(0,100px);
    -ms-transform:translate(0,100px);
    -o-transform:translate(0,100px);
    transform:translate(0,100px)
}
.modal-video-body{
    max-width:940px;
    width:100%;
    height:100%;
    margin:0 auto;
    display:table
}
.modal-video-inner{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:100%
}
.modal-video-movie-wrap{
    width:100%;
    height:0;
    position:relative;
    padding-bottom:56.25%;
    background-color:#333;
    animation-timing-function:ease-out;
    animation-duration:.3s;
    animation-name:modal-video-inner;
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
    transform:translate(0,0);
    -webkit-transition:-webkit-transform .3s ease-out;
    -moz-transition:-moz-transform .3s ease-out;
    -ms-transition:-ms-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out
}
.modal-video-movie-wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.modal-video-close-btn{
    position:absolute;
    z-index:2;
    top:-35px;
    right:-35px;
    display:inline-block;
    width:35px;
    height:35px;
    overflow:hidden;
    border:none;
    background:0 0
}
.modal-video-close-btn:before{
    transform:rotate(45deg)
}
.modal-video-close-btn:after{
    transform:rotate(-45deg)
}
.modal-video-close-btn:after,.modal-video-close-btn:before{
    content:'';
    position:absolute;
    height:2px;
    width:100%;
    top:50%;
    left:0;
    margin-top:-1px;
    background:#fff;
    border-radius:5px;
    margin-top:-6px
}
h1,h2,h3,h4,h5,h6{
    font-family:var(--main-font);
    margin:0;
    line-height:normal
}
h1{
    color:var(--main-color);
    font-size:50px
}
body.nav-active .introBanner .imgWrapper img{
    filter:unset
}
.introSliderSection{
    position:relative;
    margin-top:-100px
}
.introSliderSection .swiper-slide{
    position:relative;
    min-height:100vh;
    max-height:100vh;
    box-sizing:border-box
}
.introSliderSection .swiper-slide::after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:var(--main-color);
    opacity:.5;
    z-index:-1
}
.introSliderSection .swiper-slide .imgWrapper{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    z-index:-2
}
.introSliderSection .swiper-slide .imgWrapper img{
    height:100%;
    width:100%;
    object-fit:cover
}
.introSliderSection .swiper-slide .contentWrapper{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.introSliderSection .swiper-slide .contentWrapper .text-wrapper{
    color:#fff
}
.introSliderSection .swiper-slide .contentWrapper .text-wrapper h1{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:4px;
	font-size: 70px;
	margin-bottom:10px
}
.introSliderSection .swiper-slide .contentWrapper .text-wrapper h3{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:2px;
	font-size: 15px;
	font-style: italic;
    margin-top:20px;
    margin-bottom:20px
}
.introSliderSection .swiper-slide .contentWrapper .text-wrapper .desc{
    font-weight:400;
    font-size:20px;
    margin-bottom:60px
}
.introSliderSection .swiper-pagination .swiper-pagination-bullet{
    background:#fff;
    opacity:.2;
    cursor:pointer;
    transition:all .5s ease-in-out;
    outline:0
}
.introSliderSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:var(--main-color);
    opacity:1
}
.intro-usp{
    position:relative;
    padding:100px 0;
    background:#fff
}
.intro-usp .usp-item{
    position:relative;
    display:block;
    text-align:center;
    border-radius:5px;
    background:#fff;
    transition:all .3s ease-in-out;
    margin-bottom:30px;
    z-index:1;
    text-decoration:none;
    overflow:hidden;
    -webkit-box-shadow:0 2px 4px 0 rgba(138,149,158,.2);
    -moz-box-shadow:0 2px 4px 0 rgba(138,149,158,.2);
    box-shadow:0 2px 4px 0 rgba(138,149,158,.2)
}
.intro-usp .usp-item .imgWrapper{
    position:relative;
    height:150px;
    overflow:hidden
}
.intro-usp .usp-item .imgWrapper img{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    object-fit:cover;
    transition:all .5s ease-in-out
}
.intro-usp .usp-item .contentWrapper{
    padding:30px 20px
}
.intro-usp .usp-item .contentWrapper h2{
    display:block;
    color:var(--main-color);
    font-size:26px;
    margin-bottom:10px
}
.intro-usp .usp-item .contentWrapper p{
    color:#949494;
    font-size:16px;
    margin-bottom:0
}
.intro-usp .usp-item .contentWrapper .btn{
    display:table;
    margin:20px auto 0
}
.intro-usp .usp-item:hover .imgWrapper img{
    transform:scale(1.05)
}
.intro-usp .usp-item:hover .btn{
    background:var(--main-color-shade)
}
.img-section:hover .img-container::after,.img-section:hover .img-container::before{
    transform:scale(1);
    -webkit-transform:scale(1)
}
.img-section:hover .img-container .img-wrapper img{
    transform:scale(1.05);
    -webkit-transform:scale(1.05)
}
.img-section .img-container{
    position:relative;
    display:flex;
    height:100%;
    overflow:hidden
}
.img-section .img-container::before{
    position:absolute;
    top:20px;
    bottom:20px;
    left:10px;
    right:10px;
    content:"";
    border-top:1px solid rgba(255,255,255,.9);
    border-bottom:1px solid rgba(255,255,255,.9);
    z-index:1;
    transform:scaleX(0);
    transition:all .4s ease-out 0s;
    -webkit-transform:scaleX(0);
    -webkit-transition:all .4s ease-out 0s;
    z-index:2
}
.img-section .img-container::after{
    position:absolute;
    top:10px;
    bottom:10px;
    left:20px;
    right:20px;
    content:"";
    border-left:1px solid rgba(255,255,255,.9);
    border-right:1px solid rgba(255,255,255,.9);
    z-index:1;
    transform:scaleY(0);
    -webkit-transform:scaleY(0);
    transition:all .4s ease-out 0s;
    -webkit-transition:all .4s ease-out 0s;
    z-index:2
}
.img-section .img-container .img-wrapper{
    position:relative;
    width:100%
}
.img-section .img-container .img-wrapper .img-overlay{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:var(--main-color-shade);
    opacity:.5;
    z-index:1
}
.img-section .img-container .img-wrapper img{
    position:absolute;
    width:100%;
    height:100%;
    transition:transform 1s;
    transform:translateZ(0);
    backface-visibility:hidden;
    -webkit-font-smoothing:subpixel-antialiased;
    object-fit:cover
}
.discover-home{
    background:#fff
}
.discover-home .discover-item{
    position:relative;
    display:block
}
.discover-home .discover-item .text-wrapper{
    padding:40px
}
.discover-home .discover-item .text-wrapper h3{
    color:var(--main-color);
    font-size:35px;
    margin-bottom:20px
}
.discover-home .discover-item .text-wrapper .btn{
    margin-top:40px
}
.contact-home h3{
    color:var(--main-color);
    font-size:35px;
    margin-bottom:20px
}
.contact-home .text-wrapper{
    padding:40px
}
.partners{
    padding:50px 0;
    background:#fff;
}
.partners h3{
	color: var(--main-color-shade);
    font-size:35px;
    text-align:center;
    font-weight:700;
    letter-spacing:4px;
	text-transform: uppercase;
	position: relative;
	display: table;
	margin: 0 auto 50px;
}

.partners h3::after {
	color: var(--main-color);
	content: "";
	height: 3px;
	width: 60%;
	display: table;
	background: black;
	margin: 5px auto;
}

.partners .partnerSlider .swiper-wrapper{
    align-items:center
}
.partners .partnerSlider .swiper-slide.swiper-slide-active .partner-img{
    filter:unset
}
.partners .partnerSlider .swiper-slide .partner-img{
    display:block;
    max-width:100%;
    margin:0 auto;
    transition:all .5s ease-in-out;
    filter:grayscale(100%)
}
.instafeed .feedItem{
    overflow:hidden
}
.instafeed .feedItem:hover a img{
    transform:scale(1.1)
}
.instafeed .feedItem a img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:all .5s ease-in-out
}
.blog-home{
    padding:100px 0
}
.blog-home .blog-item{
    position:relative;
    display:block;
    border-radius:5px;
    background:#fff;
    transition:all .3s ease-in-out;
    margin-bottom:30px;
    z-index:1;
    text-decoration:none;
    overflow:hidden;
    -webkit-box-shadow:0 2px 4px 0 rgba(138,149,158,.2);
    -moz-box-shadow:0 2px 4px 0 rgba(138,149,158,.2);
    box-shadow:0 2px 4px 0 rgba(138,149,158,.2)
}
.blog-home .blog-item .imgWrapper{
    position:relative;
    height:150px;
    overflow:hidden
}
.blog-home .blog-item .imgWrapper img{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    object-fit:cover;
    transition:all .5s ease-in-out
}
.blog-home .blog-item .contentWrapper{
    padding:20px
}
.blog-home .blog-item .contentWrapper h2{
    display:block;
    color:var(--main-color);
    font-size:15px;
    margin-bottom:10px
}
.blog-home .blog-item .contentWrapper p{
    color:#949494;
    font-weight:700;
    font-size:12px;
    margin-bottom:20px
}
.blog-home .blog-item .contentWrapper .btn{
    display:table
}
.blog-home .blog-item:hover .imgWrapper img{
    transform:scale(1.05)
}
.blog-home .blog-item:hover .btn{
    background:var(--main-color-shade)
}
@media only screen and (max-width:768px){
    .introSliderSection{
        max-height:unset
    }
    .introSliderSection .swiper-slide{
        height:auto;
        min-height:50vh;
        max-height:50vh
    }
    .intro-usp{
        padding:30px 0 0
    }
    .blog-home{
        padding:0
    }
}
.about-content{
    padding:50px 0
}
.about-content .about-text{
    text-align:center
}
.about-content .about-text p{
    margin-bottom:0
}
.about-content .about-text p:not(:last-of-type){
    margin-bottom:10px
}
.about-content .info-list{
    list-style:none
}
.about-content .info-list li:hover a{
    color:var(--main-color-shade)
}
.about-content .info-list li:not(:last-of-type){
    margin-bottom:10px
}
.about-content .info-list li a{
    display:flex;
    align-items:center;
    color:var(--main-color);
    text-decoration:none
}
.about-content .info-list li a i{
    margin-right:5px
}
.about-content .info-list li a span{
    font-size:14px;
    font-weight:700;
    line-height:normal
}
@media only screen and (max-width:768px){
    .about-content .sidebar{
        margin-top:20px
    }
}
.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{
    position:absolute;
    left:0;
    top:0
}
.leaflet-container{
    overflow:hidden
}
.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    -webkit-user-drag:none
}
.leaflet-tile::selection{
    background:0 0
}
.leaflet-safari .leaflet-tile{
    image-rendering:-webkit-optimize-contrast
}
.leaflet-safari .leaflet-tile-container{
    width:1600px;
    height:1600px;
    -webkit-transform-origin:0 0
}
.leaflet-marker-icon,.leaflet-marker-shadow{
    display:block
}
.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{
    max-width:none!important;
    max-height:none!important
}
.leaflet-container.leaflet-touch-zoom{
    -ms-touch-action:pan-x pan-y;
    touch-action:pan-x pan-y
}
.leaflet-container.leaflet-touch-drag{
    -ms-touch-action:pinch-zoom;
    touch-action:none;
    touch-action:pinch-zoom
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{
    -ms-touch-action:none;
    touch-action:none
}
.leaflet-container{
    -webkit-tap-highlight-color:transparent
}
.leaflet-container a{
    -webkit-tap-highlight-color:rgba(51,181,229,.4)
}
.leaflet-tile{
    filter:inherit;
    visibility:hidden
}
.leaflet-tile-loaded{
    visibility:inherit
}
.leaflet-zoom-box{
    width:0;
    height:0;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    z-index:800
}
.leaflet-overlay-pane svg{
    -moz-user-select:none
}
.leaflet-pane{
    z-index:400
}
.leaflet-tile-pane{
    z-index:200
}
.leaflet-overlay-pane{
    z-index:400
}
.leaflet-shadow-pane{
    z-index:500
}
.leaflet-marker-pane{
    z-index:600
}
.leaflet-tooltip-pane{
    z-index:650
}
.leaflet-popup-pane{
    z-index:700
}
.leaflet-map-pane canvas{
    z-index:100
}
.leaflet-map-pane svg{
    z-index:200
}
.leaflet-vml-shape{
    width:1px;
    height:1px
}
.lvml{
    behavior:url(/site/assets/plugins/leaflet/#default#VML);
    display:inline-block;
    position:absolute
}
.leaflet-control{
    position:relative;
    z-index:800;
    pointer-events:visiblePainted;
    pointer-events:auto
}
.leaflet-bottom,.leaflet-top{
    position:absolute;
    z-index:1000;
    pointer-events:none
}
.leaflet-top{
    top:0
}
.leaflet-right{
    right:0
}
.leaflet-bottom{
    bottom:0
}
.leaflet-left{
    left:0
}
.leaflet-control{
    float:left;
    clear:both
}
.leaflet-right .leaflet-control{
    float:right
}
.leaflet-top .leaflet-control{
    margin-top:10px
}
.leaflet-bottom .leaflet-control{
    margin-bottom:10px
}
.leaflet-left .leaflet-control{
    margin-left:10px
}
.leaflet-right .leaflet-control{
    margin-right:10px
}
.leaflet-fade-anim .leaflet-tile{
    will-change:opacity
}
.leaflet-fade-anim .leaflet-popup{
    opacity:0;
    -webkit-transition:opacity .2s linear;
    -moz-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{
    opacity:1
}
.leaflet-zoom-animated{
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0
}
.leaflet-zoom-anim .leaflet-zoom-animated{
    will-change:transform
}
.leaflet-zoom-anim .leaflet-zoom-animated{
    -webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);
    -moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);
    transition:transform .25s cubic-bezier(0,0,.25,1)
}
.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{
    -webkit-transition:none;
    -moz-transition:none;
    transition:none
}
.leaflet-zoom-anim .leaflet-zoom-hide{
    visibility:hidden
}
.leaflet-interactive{
    cursor:pointer
}
.leaflet-grab{
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab
}
.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{
    cursor:crosshair
}
.leaflet-control,.leaflet-popup-pane{
    cursor:auto
}
.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{
    cursor:move;
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:grabbing
}
.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{
    pointer-events:none
}
.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{
    pointer-events:visiblePainted;
    pointer-events:auto
}
.leaflet-container{
    background:#ddd;
    outline:0
}
.leaflet-container a{
    color:#0078a8
}
.leaflet-container a.leaflet-active{
    outline:2px solid orange
}
.leaflet-zoom-box{
    border:2px dotted #38f;
    background:rgba(255,255,255,.5)
}
.leaflet-container{
    font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif
}
.leaflet-bar{
    box-shadow:0 1px 5px rgba(0,0,0,.65);
    border-radius:4px
}
.leaflet-bar a,.leaflet-bar a:hover{
    background-color:#fff;
    border-bottom:1px solid #ccc;
    width:26px;
    height:26px;
    line-height:26px;
    display:block;
    text-align:center;
    text-decoration:none;
    color:#000
}
.leaflet-bar a,.leaflet-control-layers-toggle{
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:block
}
.leaflet-bar a:hover{
    background-color:#f4f4f4
}
.leaflet-bar a:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px
}
.leaflet-bar a:last-child{
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom:none
}
.leaflet-bar a.leaflet-disabled{
    cursor:default;
    background-color:#f4f4f4;
    color:#bbb
}
.leaflet-touch .leaflet-bar a{
    width:30px;
    height:30px;
    line-height:30px
}
.leaflet-touch .leaflet-bar a:first-child{
    border-top-left-radius:2px;
    border-top-right-radius:2px
}
.leaflet-touch .leaflet-bar a:last-child{
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px
}
.leaflet-control-zoom-in,.leaflet-control-zoom-out{
    font:bold 18px 'Lucida Console',Monaco,monospace;
    text-indent:1px
}
.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{
    font-size:22px
}
.leaflet-control-layers{
    box-shadow:0 1px 5px rgba(0,0,0,.4);
    background:#fff;
    border-radius:5px
}
.leaflet-control-layers-toggle{
    background-image:url(/site/assets/plugins/leaflet/images/layers.png);
    width:36px;
    height:36px
}
.leaflet-retina .leaflet-control-layers-toggle{
    background-image:url(/site/assets/plugins/leaflet/images/layers-2x.png);
    background-size:26px 26px
}
.leaflet-touch .leaflet-control-layers-toggle{
    width:44px;
    height:44px
}
.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{
    display:none
}
.leaflet-control-layers-expanded .leaflet-control-layers-list{
    display:block;
    position:relative
}
.leaflet-control-layers-expanded{
    padding:6px 10px 6px 6px;
    color:#333;
    background:#fff
}
.leaflet-control-layers-scrollbar{
    overflow-y:scroll;
    overflow-x:hidden;
    padding-right:5px
}
.leaflet-control-layers-selector{
    margin-top:2px;
    position:relative;
    top:1px
}
.leaflet-control-layers label{
    display:block
}
.leaflet-control-layers-separator{
    height:0;
    border-top:1px solid #ddd;
    margin:5px -10px 5px -6px
}
.leaflet-default-icon-path{
    background-image:url(/site/assets/plugins/leaflet/images/marker-icon.png)
}
.leaflet-container .leaflet-control-attribution{
    background:#fff;
    background:rgba(255,255,255,.7);
    margin:0
}
.leaflet-control-attribution,.leaflet-control-scale-line{
    padding:0 5px;
    color:#333
}
.leaflet-control-attribution a{
    text-decoration:none
}
.leaflet-control-attribution a:hover{
    text-decoration:underline
}
.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{
    font-size:11px
}
.leaflet-left .leaflet-control-scale{
    margin-left:5px
}
.leaflet-bottom .leaflet-control-scale{
    margin-bottom:5px
}
.leaflet-control-scale-line{
    border:2px solid #777;
    border-top:none;
    line-height:1.1;
    padding:2px 5px 1px;
    font-size:11px;
    white-space:nowrap;
    overflow:hidden;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    background:rgba(255,255,255,.5)
}
.leaflet-control-scale-line:not(:first-child){
    border-top:2px solid #777;
    border-bottom:none;
    margin-top:-2px
}
.leaflet-control-scale-line:not(:first-child):not(:last-child){
    border-bottom:2px solid #777
}
.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{
    box-shadow:none
}
.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{
    border:2px solid rgba(0,0,0,.2);
    background-clip:padding-box
}
.leaflet-popup{
    position:absolute;
    text-align:center;
    margin-bottom:20px
}
.leaflet-popup-content-wrapper{
    padding:1px;
    text-align:left;
    border-radius:12px
}
.leaflet-popup-content{
    margin:13px 19px;
    line-height:1.4
}
.leaflet-popup-content p{
    margin:18px 0
}
.leaflet-popup-tip-container{
    width:40px;
    height:20px;
    position:absolute;
    left:50%;
    margin-left:-20px;
    overflow:hidden;
    pointer-events:none
}
.leaflet-popup-tip{
    width:17px;
    height:17px;
    padding:1px;
    margin:-10px auto 0;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)
}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{
    background:#fff;
    color:#333;
    box-shadow:0 3px 14px rgba(0,0,0,.4)
}
.leaflet-container a.leaflet-popup-close-button{
    position:absolute;
    top:0;
    right:0;
    padding:4px 4px 0 0;
    border:none;
    text-align:center;
    width:18px;
    height:14px;
    font:16px/14px Tahoma,Verdana,sans-serif;
    color:#c3c3c3;
    text-decoration:none;
    font-weight:700;
    background:0 0
}
.leaflet-container a.leaflet-popup-close-button:hover{
    color:#999
}
.leaflet-popup-scrolled{
    overflow:auto;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd
}
.leaflet-oldie .leaflet-popup-content-wrapper{
    zoom:1
}
.leaflet-oldie .leaflet-popup-tip{
    width:24px;
    margin:0 auto
}
.leaflet-oldie .leaflet-popup-tip-container{
    margin-top:-1px
}
.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{
    border:1px solid #999
}
.leaflet-div-icon{
    background:#fff;
    border:1px solid #666
}
.leaflet-tooltip{
    position:absolute;
    padding:6px;
    background-color:#fff;
    border:1px solid #fff;
    border-radius:3px;
    color:#222;
    white-space:nowrap;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    pointer-events:none;
    box-shadow:0 1px 3px rgba(0,0,0,.4)
}
.leaflet-tooltip.leaflet-clickable{
    cursor:pointer;
    pointer-events:auto
}
.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{
    position:absolute;
    pointer-events:none;
    border:6px solid transparent;
    background:0 0;
    content:""
}
.leaflet-tooltip-bottom{
    margin-top:6px
}
.leaflet-tooltip-top{
    margin-top:-6px
}
.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{
    left:50%;
    margin-left:-6px
}
.leaflet-tooltip-top:before{
    bottom:0;
    margin-bottom:-12px;
    border-top-color:#fff
}
.leaflet-tooltip-bottom:before{
    top:0;
    margin-top:-12px;
    margin-left:-6px;
    border-bottom-color:#fff
}
.leaflet-tooltip-left{
    margin-left:-6px
}
.leaflet-tooltip-right{
    margin-left:6px
}
.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{
    top:50%;
    margin-top:-6px
}
.leaflet-tooltip-left:before{
    right:0;
    margin-right:-12px;
    border-left-color:#fff
}
.leaflet-tooltip-right:before{
    left:0;
    margin-left:-12px;
    border-right-color:#fff
}
.contactBanner{
    min-height:50vh;
    max-height:50vh
}
.contact-page{
    padding:50px 0;
    background:#f9f9f9
}
.contact-page .contact-wrapper{
    -webkit-box-shadow:0 0 12px 1px rgba(0,0,0,.09);
    -moz-box-shadow:0 0 12px 1px rgba(0,0,0,.09);
    box-shadow:0 0 12px 1px rgba(0,0,0,.09);
    border-radius:5px;
    overflow:hidden
}
.contact-page .contact-wrapper #contactMap{
    height:100%
}
.contact-page .contact-wrapper #contactMap .socialLinks{
    display:none;
    position:absolute;
    right:10px;
    bottom:10px;
    list-style:none;
    background:#fff;
    border-radius:5px;
    padding:0;
    margin:0;
    z-index:1000;
    -webkit-box-shadow:0 0 12px 1px rgba(0,0,0,.09);
    -moz-box-shadow:0 0 12px 1px rgba(0,0,0,.09);
    box-shadow:0 0 12px 1px rgba(0,0,0,.09)
}
.contact-page .contact-wrapper #contactMap .socialLinks li{
    float:left;
    padding:10px;
    line-height:normal
}
.contact-page .contact-wrapper #contactMap .socialLinks li a{
    font-size:14px;
    color:var(--main-color);
    opacity:.8;
    text-decoration:none;
    transition:all .5s ease-in-out
}
.contact-page .contact-wrapper #contactMap .socialLinks li a:hover{
    opacity:1
}
.contact-page .contact-wrapper #contactMap .addressPopup .leaflet-popup-content-wrapper{
    padding:10px 20px;
    border-radius:5px
}
.contact-page .contact-wrapper #contactMap .addressPopup .leaflet-popup-content-wrapper .leaflet-popup-content{
    margin:0
}
.contact-page .contact-wrapper #contactMap .addressPopup .addressLinks{
    padding:0;
    margin:0;
    list-style:none
}
.contact-page .contact-wrapper #contactMap .addressPopup .addressLinks li{
    margin-bottom:10px
}
.contact-page .contact-wrapper #contactMap .addressPopup .addressLinks li a{
    color:var(--main-color);
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    transition:all .5s ease-in-out
}
.contact-page .contact-wrapper #contactMap .addressPopup .addressLinks li:last-of-type{
    margin-bottom:0
}
.contact-page .inner{
    padding:40px;
    background:#fff
}
.contact-page .inner p{
    font-size:14px;
    margin-bottom:40px
}
@media only screen and (max-width:768px){
    .contact-page .contact-wrapper #contactMap{
        min-height:350px
    }
}
.diensten{
    padding-bottom:20px
}
.diensten .dienstItem{
    position:relative;
    display:block;
    height:150px;
    border-radius:5px;
    overflow:hidden;
    text-decoration:none;
    margin-bottom:30px
}
.diensten .dienstItem:hover .imgWrapper img{
    transform:scale(1.1);
    backface-visibility:hidden;
    -webkit-font-smoothing:subpixel-antialiased
}
.diensten .dienstItem .imgWrapper{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.diensten .dienstItem .imgWrapper::after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.3
}
.diensten .dienstItem .imgWrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .5s ease-in-out;
    backface-visibility:hidden;
    -webkit-font-smoothing:subpixel-antialiased
}
.diensten .dienstItem h3{
    position:relative;
    color:#fff;
    font-size:20px;
    text-align:center;
    line-height:150px;
    margin:0;
    z-index:1
}
.faq-page .faq-item{
    margin-bottom:30px
}
.faq-page .faq-item.active .faq-toggle::before{
    content:""
}
.faq-page .faq-item .faq-toggle{
    position:relative;
    display:flex;
    font-size:18px;
    margin-bottom:10px;
    cursor:pointer
}
.faq-page .faq-item .faq-toggle::before{
    content:"";
    font-family:"Font Awesome 5 Free";
    font-size:14px;
    margin-top:3px;
    margin-right:15px;
    transition:all .5s ease-in-out
}
.faq-page .faq-item .faq-content{
    padding:20px;
    background:#fff;
    border-radius:5px;
    border:1px solid #ececec;
    font-size:14px;
    font-weight:400
}
h1,h2,h3,h4,h5,h6{
    font-family:var(--main-font);
    margin:0;
    line-height:normal
}
h1{
    color:var(--main-color);
    font-size:50px
}
body.nav-active .introBanner .imgWrapper img{
    filter:unset
}
.blog-page .blog-item{
    position:relative;
    display:block;
    border-radius:5px;
    background:#fff;
    transition:all .3s ease-in-out;
    margin-bottom:30px;
    z-index:1;
    text-decoration:none;
    overflow:hidden;
    -webkit-box-shadow:0 2px 4px 0 rgba(138,149,158,.2);
    -moz-box-shadow:0 2px 4px 0 rgba(138,149,158,.2);
    box-shadow:0 2px 4px 0 rgba(138,149,158,.2)
}
.blog-page .blog-item .imgWrapper{
    position:relative;
    height:150px;
    overflow:hidden
}
.blog-page .blog-item .imgWrapper img{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    object-fit:cover;
    transition:all .5s ease-in-out
}
.blog-page .blog-item .contentWrapper{
    padding:20px
}
.blog-page .blog-item .contentWrapper h2{
    display:block;
    color:var(--main-color);
    font-size:15px;
    margin-bottom:10px
}
.blog-page .blog-item .contentWrapper p{
    color:#949494;
    font-weight:700;
    font-size:12px;
    margin-bottom:20px
}
.blog-page .blog-item .contentWrapper .btn{
    display:table
}
.blog-page .blog-item:hover .imgWrapper img{
    transform:scale(1.05)
}
.blog-page .blog-item:hover .btn{
    background:var(--main-color-shade)
}

.form-group .form-control {
	border: 1px solid var(--main-color-shade);
	letter-spacing: 1px;
	font-size: 12px;
	padding: 8px 15px;
	width: 100%;
	margin: 0;
	max-width: 100%;
	resize: none;
	font-weight: 400
}

.form-group {
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #6f6f6f;
}

.form-control {
	border: 1px solid var(--main-color-shade);
	letter-spacing: 1px;
	font-size: 12px;
	padding: 8px 15px;
	width: 100%;
	margin: 0;
	max-width: 100%;
	resize: none;
	border-radius: 1
}
.contentWrapper .text-wrapper h1{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:39px
}
