

/*******************************************************************/
/*                                                                 */
/* INIT VARS                                                       */
/*                                                                 */
/*******************************************************************/

:root{
    --black-hole: #000; /* TO BE USED AS: var(--blackhole) */
    --base-color: #313131;
    --base-dark-color: #262626;
    --logo-color: #EBBD00;
    --some-text-color: #4B575C;
}



/*******************************************************************/
/*                                                                 */
/* COMMON                                                          */
/*                                                                 */
/*******************************************************************/


body{
    background-color:#FFFFFF;
}

h1, h2, h3, h4, h5, h6{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--base-color);
}

p{
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14;
    color: var(--some-text-color);
}



.right{
    text-align: right;
}

.cbase{
    color: var(--base-color);
}

.center{
    text-align: center;
}

@media only screen {
    .centeronsmall{text-align: center;}
}

@media only screen and (min-width: 40em) {
    .centeronsmall{text-align: left;}
}

@media only screen and (min-width: 64em) {
    .text-panel{padding: 75px 45px 75px 45px;font-size:16px;}
}

@media only screen and (min-width: 90em) {
    .text-panel{padding: 90px 60px 90px 60px;font-size:18px;}
}


.vrbutton{
    background-color: var(--logo-color);
    color: #FFF;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
}


/*******************************************************************/
/*                                                                 */
/* LABELS                                                          */
/*                                                                 */
/*******************************************************************/


.label-wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.label-new{
    display: inline-block;
    position: relative;
    background-color:#EE0000;
	color:white;
	padding:5px 10px 5px 10px;
	box-shadow:#333333 1px 1px 2px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:1em;
    transform: skewY(-10deg);
    margin-top: 30px;
}

.label-newprice{
    display: inline-block;
    position: relative;
    background-color:#EE0000;
	color:white;
	padding:5px 10px 5px 10px;
	box-shadow:#333333 1px 1px 2px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:1em;
    transform: skewY(-10deg);
    margin-top: 30px;
}

.label-option{
    display: inline-block;
    position: relative;
    background-color:#FFFFFF;
	color:#000000;
	padding:5px 10px 5px 10px;
	box-shadow:#333333 1px 1px 2px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:1em;
    transform: skewY(-10deg);
    margin-top: 30px;
}

.label-soldrented{
    display: inline-block;
    position: relative;
    background-color:var(--base-color);
	color:white;
	padding:5px 10px 5px 10px;
	box-shadow:#333333 1px 1px 2px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:1em;
    transform: skewY(-10deg);
    margin-top: 30px;
}

.label-virtual{
    display: inline-block;
    position: relative;
    background-color:var(--logo-color);
	color:white;
	padding:5px 10px 5px 10px;
	box-shadow:#333333 1px 1px 2px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:1em;
    transform: skewY(-10deg);
    margin-top: 30px;
}

.label-bedrooms{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:#FFFFFF;
	color:black;
	padding:5px 10px 5px 5px;
	/*box-shadow:#333333 1px 1px 1px;*/
	font-family: 'Lato', sans-serif;
    font-size:1em;
    border-radius: 0px 6px 0px 0px;
}

.badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: var(--base-color);
    color: #fff;
    font-size:1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.epc-gradient{

    background: #2ea517; /* Old browsers */
    
    background: -moz-linear-gradient(left,  #2ea517 0%, #ddef64 25%, #eded04 50%, #f7ad25 75%, #ff2121 100%); /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2ea517), color-stop(25%,#ddef64), color-stop(50%,#eded04), color-stop(75%,#f7ad25), color-stop(100%,#ff2121)); /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* IE10+ */
    
    background: linear-gradient(to right,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* W3C */
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea517', endColorstr='#ff2121',GradientType=1 ); /* IE6-9 */
    
    }





/*******************************************************************/
/*                                                                 */
/* 2021                                                            */
/*                                                                 */
/*******************************************************************/

html { scroll-behavior: smooth; }

body{
    overflow: auto;
}

body.active{
    overflow: hidden;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.grecaptcha-badge { visibility: hidden; }

.yellow-link{
    color: var(--logo-color);
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
}

.yellow-link:hover{
    color: var(--logo-color);
    text-decoration: underline;
}

.header{
    /*background-color: #FFFFFF;*/
    /*position: relative;*/
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: background-color .5s ease;
    /*z-index: 9990;*/
}

.leaflet-tile-pane, .leaflet-tile-container, .leaflet-container {
    z-index: 1 !important; /* Lower than the menu */
}

.header.whitebackground{
    background-color: #FFFFFF;
}


@media only screen {
    .header-spacer{
        height: 110px;
    }
	.header{
        padding: 15px 20px 10px 20px;
    }
}

@media only screen and (min-width: 576px) {
	.header{
        padding: 15px 20px 10px 20px;
    }
}

@media only screen and (min-width: 768px) {
    .header-spacer{
        height: 150px;
    }
	.header{
        padding: 20px 40px 10px 40px;
    }
}

@media only screen and (min-width: 992px) {
    .header-spacer{
        height: 160px;
    }
	.header{
        padding: 20px 50px 10px 50px;
    }
}






.inside-header{
    display: flex;
    align-items: center;
}

.logo-inside-header > a > img{
    height: 90px;
}


.menu-inside-header{
    flex:75%;
    text-align: right;
    margin-right: 40px;
}

.hamburger-menu-inside-header{
    position: static;
}

@media only screen {
    .logo-inside-header{
        flex: 50%;
    }
	.menu-inside-header{
        display: none;
    }
    .hamburger-menu-inside-header{
        flex:50%;
    }
}

@media only screen and (min-width: 1280px) {
	.logo-inside-header{
        flex: 20%;
    }
	.menu-inside-header{
        display: block;
    }
    .hamburger-menu-inside-header{
        flex:5%;
        min-width: 64px;
        max-width: 96px;
    }
}










.hamburger-wrapper{
    position: relative;
    margin: 0 0 0 auto;
    height: 48px;
    width: 48px;
    z-index: 2;
}

.hamburger-wrapper::after{
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    line-height: 48px;
    content: 'menu';
    top: 0px;
    right: 50px;
    opacity: 1;
    color: #000;
    transition: all 0.4s ease;
}

.hamburger-wrapper:hover::after{
    color: var(--logo-color);
}




.hamburger{
    position: absolute;
    display: flex;
    align-items: center;
    top: 0px;
    right: 0px;
    height: 48px;
    width: 48px;
    cursor: pointer;
}

.hamburger > div{
    position: absolute;
    top:24px;
    flex: none;
    width: 100%;
    height: 0px;
    background-color:  var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}


.hamburger > div::after, .hamburger > div::before{
    content: '';
    position: absolute;
    top: -6px;
    width: 100%;
    height: 2px;
    background-color: inherit;
}

.hamburger > div::after{
    top: 6px;
}


/* toggle Animation */
.hamburger.active > div {
    transform: rotate(90deg);
    background-color: #FFF;
}

  /* Turns Lines Into X */
.hamburger.active > div::before {
    top: 0;
    transform: rotate(45deg);
    width: 100%;
    height: 4px;
}

.hamburger.active > div::after {
    top: 0;
    transform: rotate(135deg);
    width: 100%;
    height: 4px;
}

.hamburger-wrapper:hover > .hamburger > div{
    background-color: var(--logo-color);
}


.toggler{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 48px;
    width: 48px;
    opacity: 0;
    cursor: pointer;
}







.extra-menu-button{
    padding: 15px;
    color: #000000;
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    transition: all 0.4s ease;
}
.extra-menu-button.extra-extra, .extra-menu-button.active.extra-extra{
    padding-right: 30px;
}
.extra-menu-button.active, .extra-menu-button.active.extra-extra{
    color: var(--logo-color);
}

.extra-menu-button:hover{
    color: var(--logo-color);
}


.make-appointment-button{
    background-color: #000;
    color: #FFF;
    padding: 18px 40px 18px 40px;
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    transition: all 0.4s ease;
}

.make-appointment-button:hover{
    color: var(--logo-color);
}



.nav-panel{
    position: fixed;
    top: -100vh;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: var(--base-dark-color);
    color: #FFF;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}




.nav-img > div{
    height: 100vh;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.nav-menu > nav{
    opacity: 0;
}

.nav-menu > nav > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


.nav-big-link{
    color: #E2E2E2;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    transition: all 0.4s ease;
}

.nav-big-link:hover{
    color: white;
}

.nav-small{
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-small > li > a{
    color: #CCC;
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-small > li > a:hover{
    color: #FFF;
}


.nav-appointment{
    background-color: white;
    color: var(--base-color);
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-appointment:hover{
    color: var(--base-color);
}


.nav-social-media-icons{
    font-size: 24px;
}

.nav-social-media-icons > a{
    color: #CCC;
    transition: all 0.5s ease;
}
.nav-social-media-icons > a:hover{
    color: #FFF;
}

.nav-lang > a{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.nav-lang > a:hover{
    color: white;
}



@media only screen {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 32px; line-height: 48px;}
    .nav-small > li > a{font-size: 1em; line-height: 42px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 20px;}
    .respacernavbis{height: 42px;}
    .respacernavtris{height: 42px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size:16px;}
}

/* iPHONE 4/5/SE */
@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation : portrait) {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 24px; line-height: 36px;}
    .nav-small > li > a{font-size: 1em; line-height: 28px;}
    .nav-appointment{ padding: 15px;}
    .respacernav{height: 20px;}
    .respacernavbis{height: 42px;}
    .respacernavtris{height: 32px;}
    .nav-lang{margin-top: 15px;}
    .nav-lang > a{font-size:16px;}
}

/* Galaxy S5/iPhone6/7/8 */
@media only screen and (min-width: 360px) and (max-height: 667px) and (orientation : portrait) {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 32px; line-height: 48px;}
    .nav-small > li > a{font-size: 1em; line-height: 36px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 20px;}
    .respacernavbis{height: 42px;}
    .respacernavtris{height: 42px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size:16px;}
}

/* Galaxy S5/S9/iPhone6/7/8 */
@media only screen and (min-width: 360px) and (max-height: 780px) and (orientation : portrait) {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 32px; line-height: 48px;}
    .nav-small > li > a{font-size: 1em; line-height: 42px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 20px;}
    .respacernavbis{height: 42px;}
    .respacernavtris{height: 42px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size:16px;}
}

/* Galaxy S5/iPhone6/7/8 */
@media only screen and (min-width: 411px) and (max-height: 730px) and (orientation : portrait) {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 32px; line-height: 48px;}
    .nav-small > li > a{font-size: 18px; line-height: 42px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 20px;}
    .respacernavbis{height: 42px;}
    .respacernavtris{height: 42px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size:16px;}
}

/* iPhone X */
@media only screen and (width: 375px) and (height: 812px) and (orientation : portrait) {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 36px; line-height: 56px;}
    .nav-small > li > a{font-size: 20px; line-height: 44px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 48px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size:16px;}
}

/* iPhone X MAX */
@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation : portrait) {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 36px; line-height: 56px;}
    .nav-small > li > a{font-size: 20px; line-height: 44px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 48px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size:16px;}
}

/* S10 */
@media only screen and (min-width: 412px) and (max-height: 914px) and (orientation : portrait) {
    .nav-menu{ flex:100vw; }
    .nav-img{ flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 36px; line-height: 56px;}
    .nav-small > li > a{font-size: 20px; line-height: 44px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 48px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size:16px;}
}

/* TABLET PORTRAIT */
@media only screen and (min-width: 768px) and (min-height: 1024px) and (orientation : portrait) {
    .nav-menu{ flex:70vw; }
    .nav-img{ flex:30vw; display: block;}
	.nav-menu > nav{padding: 60px;}
    .nav-big-link{font-size: 38px; line-height: 64px;}
    .nav-small > li > a{font-size: 20px; line-height: 48px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 56px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 30px;}
    .nav-lang > a{font-size: 18px;}
}

/* TABLET PORTRAIT */
@media only screen and (min-width: 1024px) and (min-height: 1366px) and (orientation : portrait) {
    .nav-menu{ flex:60vw; }
    .nav-img{ flex:40vw; display: block;}
	.nav-menu > nav{padding: 80px;}
    .nav-big-link{font-size: 48px; line-height: 80px;}
    .nav-small > li > a{font-size: 20px; line-height: 54px;}
    .nav-appointment{ padding: 20px;}
    .respacernav{height: 40px;}
    .respacernavbis{height: 64px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 0px;}
    .nav-lang > a{font-size: 20px;}
}

@media only screen and (min-width: 576px) and (orientation : landscape) {
    .nav-menu{flex:100vw;}
    .nav-img{flex:0vw; display: none;}
	.nav-menu > nav{padding: 40px;}
    .nav-big-link{font-size: 24px; line-height: 36px;}
    .nav-small > li > a{font-size: 20px; line-height: 32px;}
    .nav-appointment{padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 56px;}
    .respacernavtris{height: 42px;}
    .nav-lang{margin-top: 0px;}
    .nav-lang > a{font-size: 16px;}
}

@media only screen and (min-width: 768px) and (min-height: 576px) and (orientation : landscape) {
    .nav-menu{flex:60vw;}
    .nav-img{flex:40vw;display: block;}
	.nav-menu > nav{padding: 50px;}
    .nav-big-link{font-size: 36px;line-height: 50px;}
    .nav-small > li > a{font-size: 20px; line-height: 30px;}
    .nav-appointment{padding: 20px;}
    .respacernav{height: 20px;}
    .respacernavbis{height: 48px;}
    .respacernavtris{height: 36px;}
    .nav-lang{margin-top: 20px;}
    .nav-lang > a{font-size: 16px;}
}

@media only screen and (min-width: 1024px) and (min-height: 720px) and (orientation : landscape) {
    .nav-menu{flex:50vw;}
    .nav-img{flex:50vw; display: block;}
	.nav-menu > nav{padding: 80px;}
    .nav-big-link{font-size: 48px; line-height: 70px;}
    .nav-small > li > a{font-size: 20px; line-height: 42px;}
    .nav-appointment{padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 56px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 0px;}
    .nav-lang > a{font-size: 18px;}
}

@media only screen and (min-width: 1280px) and (min-height: 720px) and (orientation : landscape) {
    .nav-menu{flex:50vw;}
    .nav-img{flex:50vw; display: block;}
	.nav-menu > nav{padding: 80px;}
    .nav-big-link{font-size: 44px; line-height: 64px;}
    .nav-small > li > a{font-size: 20px; line-height: 42px;}
    .nav-appointment{padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 56px;}
    .respacernavtris{height: 56px;}
    .nav-lang{margin-top: 0px;}
    .nav-lang > a{font-size: 18px;}
}

@media only screen and (min-width: 1440px) and (min-height: 864px) and (orientation : landscape) {
    .nav-menu{flex:50vw;}
    .nav-img{flex:50vw; display: block;}
	.nav-menu > nav{padding: 80px;}
    .nav-big-link{font-size: 56px; line-height: 80px;}
    .nav-small > li > a{font-size: 20px; line-height: 48px;}
    .nav-appointment{padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 64px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 0px;}
    .nav-lang > a{font-size: 20px;}
}

@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation : landscape) {
    .nav-menu{flex:50vw;}
    .nav-img{flex:50vw; display: block;}
	.nav-menu > nav{padding: 90px;}
    .nav-big-link{font-size: 64px; line-height: 90px;}
    .nav-small > li > a{font-size: 20px; line-height: 48px;}
    .nav-appointment{padding: 20px;}
    .respacernav{height: 30px;}
    .respacernavbis{height: 64px;}
    .respacernavtris{height: 64px;}
    .nav-lang{margin-top: 0px;}
    .nav-lang > a{font-size: 20px;}
}

@media only screen and (min-width: 1920px) and (min-height: 1200px) and (orientation : landscape) {
    .nav-menu{flex:50vw;}
    .nav-img{flex:50vw; display: block;}
	.nav-menu > nav{padding: 120px;}
    .nav-big-link{font-size: 64px; line-height: 120px;}
    .nav-small > li > a{font-size: 20px; line-height: 56px;}
    .nav-appointment{padding: 20px;}
    .respacernav{height: 40px;}
    .respacernavbis{height: 64px;}
    .respacernavtris{height: 72px;}
    .nav-lang{margin-top: 0px;}
    .nav-lang > a{font-size: 20px;}
}






/**************************************************************************************
**
** SOCIAL-LINKS (VERT and HORI)
**
***************************************************************************************/


.vert-social-links{
    position: relative;
}
.vert-social-link-mini{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    color: black;
    line-height: 24px;
}
.vert-social-link{
    position: relative;
    text-align: center;
    font-size: 24px;
    width: 36px;
    line-height: 24px;
}
.vert-social-link a{
    color: black;
}

@media only screen {
    .vert-social-links{
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    .vert-social-link{
        display: inline-block;
        position: relative;
        text-align: center;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
	.vert-social-links{
        position: relative;
        width: 36px;
        margin-bottom: 0px;
    }
    .vert-social-link{
        display: block;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}



/**************************************************************************************
**
** FOOTER
**
***************************************************************************************/

footer{
    background-color: var(--base-color);
    color: #CCC;
}

.footer-logo{
    height: 90px;
}

.footer-menu-btn, .social-link, .footer-extra-btn, .footer-email{
    color: #CCC;
}

.footer-menu-text{
    font-family: sofia-pro, sans-serif;
font-weight: 300;
font-style: normal;
}

.footer-menu-btn{
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    font-family: sofia-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 15px;
}

.footer-menu-btn:hover{
    color: #FFF;
}

.footer-extra-btn{
    text-decoration: underline;
    transition: all 0.5s ease;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}

.footer-extra-btn:hover{
    color: #FFF;
}

.footer-email{
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}

.footer-email:hover{
    color: #FFF;
    text-decoration: underline;
}


.social-media-icons{
    font-size: 24px;
    margin-top: 64px;
}

.social-media-icons > a{
    color: #CCC;
    transition: all 0.5s ease;
}
.social-media-icons > a:hover{
    color: #FFF;
}


.footer-col-title{
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #FFF;
}

@media only screen {
    .respacerfooter{
        height: 50px;
    }
}

@media only screen and (min-width: 960px) {
	.respacerfooter{
        height: 0px;
    }
}



.form-check-input:checked {
    background-color: var(--logo-color);
    border-color: var(--logo-color);
    color: black;
}


/* *********************************************************
**
**
** POPUP
**
**
********************************************************* */

.popup-body-link{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.popuplink{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    
}

.popuplink:hover{
    color: white;
    background-color: var(--logo-color);
}

/* *********************************************************
**
**
** SYNDIC
**
**
********************************************************* */


.syndic-contact-mail{
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 20px 40px 20px 40px;
}

.syndic-contact-mail:hover{
    color: white;
    background-color: var(--logo-color);
}

.syndic-tel{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: black;
    text-decoration: none;
}
.syndic-tel:hover{
    color: black;
    text-decoration: underline;
}


/**************************************************************************************
**
** CREDITS
**
***************************************************************************************/

.credits-wrapper{
    background-color: var(--base-dark-color);
    color: #777;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px !important;
}

.credits-wrapper p{
    color: #777;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px !important;
}

.credits-wrapper a{
    color: #777;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px !important;
    transition: all 0.5s ease;
    text-decoration: none;
}

.credits-wrapper a:hover{
    color: white;
}








/*******************************************************************/
/*                                                                 */
/* PRELOADER                                                       */
/*                                                                 */
/*******************************************************************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #FFF;
    /*background-image: url('../gfx/preloader3.gif');
    background-repeat: no-repeat; 
    background-position: center center;*/
}

.preloader-image-wrapper{
    position: absolute;
    display: block;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    height: 128px;
    width: 128px;
}

.preloader-image{
    -webkit-animation: spin1 20s infinite linear;
    -moz-animation: spin1 20s infinite linear;
    -o-animation: spin1 20s infinite linear;
    -ms-animation: spin1 20s infinite linear;
    animation: spin1 20s infinite linear;
    display: block;
    height: 128px;
    width: 128px;
}

@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
} 



/*******************************************************************/
/*                                                                 */
/* COOKIE                                                       */
/*                                                                 */
/*******************************************************************/


.mCCF--light{
    background-color: var(--base-dark-color);
    color: white;
}

.mCCF__message{
    font-family: var(--additional-font-family);
    font-size: 16px;
    color: white !important;
    line-height: 30px !important;
}

.mCCF--light .mCCF__accept{
    display: inline-block;
    background-color: var(--base-dark-color-color);
    color: white;
    padding: 0px;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
}



/**************************************************************************************
**
** BACK TO TOP
**
***************************************************************************************/

/* https://codyhouse.co/gem/back-to-top/ */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /*background: rgba(232, 98, 86, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;*/
    background: rgba(0, 0, 0, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}



/* *********************************************************
**
**
** VR
**
**
********************************************************* */



.playbutton{
    position:absolute; z-index:999;
    background-image: url(../gfx/playbutton.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.playbuttoningrid{
    position:absolute; z-index:999;
    background-image: url(../gfx/playbutton.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen {
    .playbutton, .playbuttoningrid{
        left:calc(50% - 30px); top:calc(50% - 30px); width:60px; height:60px;
    }
}
@media only screen and (min-width: 40em) {
    .playbutton, .playbuttoningrid{
        left:calc(50% - 40px); top:calc(50% - 40px); width:80px; height:80px;
    }
}
@media only screen and (min-width: 64em) {
    .playbutton, .playbuttoningrid{
        left:calc(50% - 50px); top:calc(50% - 50px); width:100px; height:100px;
    }
}
@media only screen and (min-width: 90em) {
    .playbutton, .playbuttoningrid{
        left:calc(50% - 60px); top:calc(50% - 60px); width:120px; height:120px;
    }
}

.vringrid{
    position: relative;
    display: block;
    background-color: var(--logo-color);
    width: 100%;
    height: 100%;
}





/*


.test-wrapper{
    overflow: hidden;
    background-color: var(--base-dark-color);
}

.test{
    height: 300px;
    background-color: var(--base-color);
    transform-style: preserve-3d;
}

@media only screen {
    .test{
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 576px) {
	.test{
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 768px) {
	.test{
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 992px) {
	.test{
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 1200px) {
	.test{
        transform: translateX(calc((100vw - 1140px)/2));
    }
}

@media only screen and (min-width: 1400px) {
	.test{
        transform: translateX(calc((100vw - 1320px)/2));
    }
}
*/


.wblock-newsletter-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--base-dark-color);
}
.wblock-newsletter{
    position:relative;
}


.wblock-newsletter-title{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.wblock-newsletter-text > p{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}



.wblock-newsletter-label{
    color: white;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.wblock-newsletter-select{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.wblock-newsletter-input{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.wblock-newsletter-textarea{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    height: 120px;
}


.wblock-newsletter-button{
    display: inline-block;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: white;
    color: var(--base-dark-color);
    padding: 20px 40px 20px 40px;
    border: 0;
}


.wblock-newsletter-company-name{
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.wblock-newsletter-text{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:1em;
    line-height: 36px;
}

.wblock-newsletter-email, .wblock-newsletter-email:hover{
    color: var(--base-dark-color);
}

.wblock-newsletter-open{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.wblock-newsletter-mini{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}

.wblock-newsletter-open-wrapper-out{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.wblock-newsletter-appointment-button{
    margin-bottom: 60px;
}

.wblock-newsletter-appointment-button > a{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    
}

.wblock-newsletter-appointment-button > a:hover{
    color: white;
    background-color: var(--logo-color);
}

.wblock-newsletter-small{
    font-family: freight-neo-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: var(--base-dark-color);
}
.wblock-newsletter-small a{
    color: var(--base-dark-color);
}



@media only screen {
    .wblock-newsletter-title{
        font-size: 24px;
    }
    .wblock-newsletter-text > p{
        font-size: 16px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
	.wblock-newsletter-title{
        font-size: 40px;
    }
    .wblock-newsletter-text > p{
        font-size: 18px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}