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

:root{
    --black-hole: #000; /* TO BE USED AS: var(--blackhole) */
    --base-color: #cc1518;
    --logo-color: #cc1518;
    --base-font-family: "Monserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --additional-font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --title-font-family: "Monserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --menu-font-family: "Monserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --featured-font-family: "Anton", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



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


body{
    background-color:#FFFFFF;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

p{
    font-size: 15px;
}
small, small p{
    font-size: 13px !important;
}


a{transition: all 0.4s ease;}

.grey{
    color: grey !important;
}

.right{
    text-align: right;
}

.cbase{
    color: black;
}

.center{
    text-align: center;
}

@media only screen {
    .centeronsmall{text-align: center;}
    .text-panel{padding: 20px 15px 20px 15px;font-size:14px;}
    .footer-panel{padding: 20px 0}
    .filter{text-align: center; margin-top: 0px;  font-size: 15px;}
}

@media only screen and (min-width: 40em) {
    .centeronsmall{text-align: left;}
    .text-panel{padding: 60px 30px 60px 30px;font-size:15px;}
    .footer-panel{padding: 30px 0}
    .filter{text-align: right; margin-top: 20px; font-size: 16px;}
}

@media only screen and (min-width: 64em) {
    .text-panel{padding: 75px 45px 75px 45px;font-size:16px;}
    .footer-panel{padding: 45px 0}
    .filter{text-align: right; margin-top: 30px; font-size: 18px;}
}

@media only screen and (min-width: 90em) {
    .text-panel{padding: 90px 60px 90px 60px;font-size:16px;}
    .footer-panel{padding: 80px 0}
    .filter{text-align: right; margin-top: 30px; font-size: 20px;}
}













.spec{width: 100%;}
.tdright{text-align: right;}

.spec td{border-bottom: #E2E2E2 1px solid;font-size: 16px;}
.spec td.tdsmall{font-size: 13px;}
.spectitle{
    margin-bottom: 15px;
    color: var(--base-color);
    font-weight: bold;
}

.accordion-title {
    color: #999999;
    font-size: 1em;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #FFFFFF;
    color: var(--base-color);
}


.tabs{
    border:0;
}
.tabs-content{
    border:0;
}

.tabs-title > a{
    border-bottom: #FFFFFF 1px solid;
    color:#666666;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: white;
    color: black;
    /*font-weight: bold;*/
    border: black 1px solid;
}

@media only screen {
    .tabs-title a{
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 40em) {
    .tabs-title a{
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 64em) {
    .tabs-title a{
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 90em) {
    .tabs-title a{
        font-size: 18px !important;
    }
}










#contactshow-wrapper{
    position: relative;
    overflow:hidden;
    width: 100%;
    height: calc(100vh - 120px);
}

#contactshow-wrapper img{
	/*width: 100%;
	height: 100%;
	object-fit: cover;*/
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

.contact-scroll{
    color: black;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

















/*


#frontshow-wrapper{
    position: relative;
    overflow:hidden;
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 120px);
}


video.frontshow { 
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
    height: 100%;
    z-index: 10;
}

@media only screen {
    .homebullet-wrapper{
        position: absolute;
        left: calc(50% - 100px);
        top: calc(50% - 120px);
        z-index: 20;
    }

    .homebullet{
        width:200px;
        height: 182px;

    }
}

@media only screen and (min-width: 40em) {
    .homebullet-wrapper{
        position: absolute;
        left: calc(50% - 150px);
        top: calc(50% - 137px);
        z-index: 20;
    }

    .homebullet{
        width:300px;
        height: 273px;
    }
}

@media only screen and (min-width: 64em) {
    .homebullet-wrapper{
        position: absolute;
        left: calc(50% - 200px);
        top: calc(50% - 185px);
        z-index: 20;
    }

    .homebullet{
        width:400px;
        height: 363px;
    }
}

@media only screen and (min-width: 90em) {
    .homebullet-wrapper{
        position: absolute;
        left: calc(50% - 250px);
        top: calc(50% - 273px);
        z-index: 20;
    }

    .homebullet{
        width:500px;
        height: 454px;
    }
}
*/


/*******************************************************************/
/*                                                                 */
/* FRONT SHOW : BG VIDEO + TEXT                                    */
/*                                                                 */
/*******************************************************************/

#frontshow-wrapper{
    position: relative;
    overflow:hidden;
    object-fit: cover;
    width: 100%;
}

.home-scroll{
    color: white;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    z-index: 99;
}

video.frontshow { 
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
    height: 100%;
    z-index: 10;
}

#frontshow-content-wrapper{
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 105rem;
    margin: auto;
    width: 66%;
    height: 30%;
    text-align: center;
}

.bgvideotitle{
    color: #FFFFFF;
    font-family: var(--base-font-family);
    /*font-weight:900;*/
    /*text-shadow: #000000 1px 1px 1px;*/
}

.bgvideotext{
    color: #FFFFFF;
    font-family:var(--base-font-family);
    /*font-weight:400;*/
    /*text-shadow: #000000 1px 1px 1px;*/
}

.bgvideourl{
    color: #FFFFFF;
}

.curtain{
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0px;
    z-index: 90;
    opacity: 0.1;
}


@media only screen {
    /*topmenu 40 + inbetween*/ /*70*/
    #frontshow-wrapper{
        /*height: calc(100vh - 120px);*/
        height: 100vh;
    }
    .bgvideotitle{
        font-size: 20px;
    }
    .bgvideotext{
        font-size: 16px;
    }
}

@media only screen and (min-width: 600px) {
    /*topmenu 50 + inbetween*/ /*80*/
    #frontshow-wrapper{
        /*height: calc(100vh - 120px);*/
        height: 100vh;
    }
    .bgvideotitle{
        font-size: 24px;
    }
    .bgvideotext{
        font-size: 20px;
    }
}

@media only screen and (min-width: 900px) {
    /*topmenu 60 + inbetween*/ /*90*/
    #frontshow-wrapper{
        /*height: calc(100vh - 120px);*/
        height: 100vh;
    }
    .bgvideotitle{
        font-size: 30px;
    }
    .bgvideotext{
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    /*topmenu 80 + inbetween*/ /*120*/
    #frontshow-wrapper{
        /*height: calc(100vh - 120px);*/
        height: 100vh;
    }
    .bgvideotitle{
        font-size: 48px;
    }
    .bgvideotext{
        font-size: 32px;
    }
}

@media only screen and (min-width: 1800px) {
    /*topmenu 100 + inbetween*/ /*140*/
    #frontshow-wrapper{
        /*height: calc(100vh - 120px);*/
        height: 100vh;
    }
    .bgvideotitle{
        font-size: 64px;
    }
    .bgvideotext{
        font-size: 36px;
    }
}


/*******************************************************************/
/*                                                                 */
/* FRONT SHOW : VISUAL HOME                                        */
/*                                                                 */
/*******************************************************************/


#visualhome{
    left: 0;
    position: absolute;
    top: 0;
	width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.1);
}


























#xy{ /*temp scrolltop*/
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    color: #999999;
    font-size: 13px;
}

.ydiv{
    background-color: var(--logo-color);
    height: 3px;
    width: 60px;
}


.featured{
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    /*font-size: 2em;
    transform: skewY(-5deg);
    /*background-color: #F3F3F3;*/
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}



.blackbutton{
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    color: #666666;
    border: #666 1px solid;
    background-color: white;
    line-height: 38px;
}

.blackbutton:hover{
    color: var(--base-color);
    border: var(--base-color) 1px solid;
}
.blackbutton.expanded{
    width: 100%;
    text-align: center;
}


.greybutton{
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    color: #999;
    border: #999 1px solid;
    background-color: white;
    line-height: 38px;
}

.greybutton:hover{
    color: #666;
    border: #666 1px solid;
}
.greybutton.expanded{
    width: 100%;
    text-align: center;
}






/*******************************************************************/
/*                                                                 */
/* TOP MENU                                                        */
/*                                                                 */
/*******************************************************************/

#navigator{
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 998;
}

.toplogo{
    margin-left:20px;
}

.menupanel.white{
    height: 100%;
    line-height: 40px;
}

.menupanel.red{
    height: 80px;
}

.menupanel.whitebg{
    background-color: white;
    transition: all 0.5s ease;
}

.menupanel.redbg{
    background-color: var(--base-color);
    transition: all 0.5s ease;
}


.topnav-wrapper{
    text-align: right;
}

ul.topnav{
    list-style: none;
    line-height: 120px;
}

ul.topnav li{
    display: inline-block;
    margin-left: 20px;
}

ul.topnav li a{
    display: block;
    padding: 10px 20px 10px 20px;
    /*font-family: var(--menu-font-family);*/
    color: #444;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.5s ease;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
}

ul.topnav li.current a{
    color: #cc1518;
}

ul.topnav li a:first-child{
    padding: 10px 20px 10px 0px;
}

ul.topnav li a:hover{
    color: black;
    transform: scale(1.2);
}

/*.fixed-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100px;
}*/

/*
.srefiner-top-margin{
    margin-top:100px;
}
*/

.hamstack, .hamstack a{
    font-family: var(--base-font-family);
    font-size: 20px;
    color: black;
}

ul.smallmenunav{
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.smallmenunav li{
    display: block;
    text-align: center;
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
}

ul.smallmenunav li a{
    display: block;
    padding: 10px 20px 10px 20px;
    font-family: 'Lato', arial;
    color: #888;
    text-decoration: none;
    font-size: 18px;
}

ul.smallmenunav li.current a{
    color: #000;
}

/*ul.smallmenunav li a:first-child{
    padding: 10px 20px 10px 0px;
}*/

ul.smallmenunav li a:hover{
    color: black;
}


@media only screen {
    .topnav-wrapper{
        height: 120px;
    }
    .toplogo{
        height:120px; width:132px;
    }
    .hamstack{line-height: 80px;}
    .show-maxi{display: none;}
    .show-mini{display: block;}
    .fixed-menu-compensator{
        height:120px;
    }
}

@media only screen and (min-width: 40em) {
    .topnav-wrapper{
        height: 180px;
    }
    .toplogo{
        height:180px; width:200px;
    }
    .hamstack{line-height: 80px;}
    .show-maxi{display: none;}
    .show-mini{display: block;}
    .fixed-menu-compensator{
        height:180px;
    }
}

@media only screen and (min-width: 64em) {
    .topnav-wrapper{
        height: 180px;
    }
    .show-maxi{display: none;}
    .show-mini{display: block;}
    .fixed-menu-compensator{
        height:180px;
    }
}

@media only screen and (min-width: 83em) {
    .topnav-wrapper{
        height: 180px;
    }
    .show-maxi{display: block;}
    .show-mini{display: none;}
    .fixed-menu-compensator{
        height:180px;
    }
}

/**************************************************************************************
**
** PAGINATOR
**
***************************************************************************************/


/*
brown: 6a5746  /  554638
orange: f29633  /  8a4c09
*/

.paginator{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.paginator-arrows{
	display:inline-block; padding:5px 5px 5px 5px; margin-right:10px;
}
.paginator-arrows.right{
	margin-right:0px;
}

.paginator-arrows:hover{
	background-color:#FFF;
}

.paginator-numbers{
	display:inline-block; padding:5px 15px 5px 15px; margin-right:10px; color:#6a5746;
}

/*******************************************************************/
/*                                                                 */
/* GRID                                                            */
/*                                                                 */
/*******************************************************************/

.zoomeffect{
    transition: all 0.2s ease;
}

.zoomeffect:hover{
    transform: scale(1.05);
    box-shadow: 1px 1px 10px 0px #CCCCCC;
}


/*******************************************************************/
/*                                                                 */
/* GRID                                                            */
/*                                                                 */
/*******************************************************************/

.grid-inner-wrapper{
    position: relative;
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}

.grid-inner-wrapper:hover{
    /*box-shadow: 0px 0px 0px 30px white, 30px 30px 30px 0px #000000;*/
    box-shadow: 1px 1px 10px 0px #CCCCCC;
    transform: scale(1.05);
}

.sim-grid-inner-wrapper{
    position: relative;
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}

.sim-grid-inner-wrapper:hover{
    /*box-shadow: 0px 0px 0px 30px white, 30px 30px 30px 0px #000000;*/
    box-shadow: 1px 1px 10px 0px #CCCCCC;
    /*transform: scale(1.05);*/
}

.grid-pic-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.grid-bg-pic{
    position: relative;
    
}

.grid-pic{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.grid-title{
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: var(--base-color);
    text-decoration: none;
}

.grid-text{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #777777 !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.grid-inner-wrapper:hover .grid-text{
    color: var(--base-color);
}

.minipricetag{
    color: black;
    text-decoration: none;
}

.minipricetagproject{
    color: var(--base-color);
    text-decoration: none;
}

.grid-title:hover, .grid-text:hover, .minipricetag:hover{
    text-decoration: none !important;
}

.minilabelproject{
    color: #999;
}




/*******************************************************************/
/*                                                                 */
/* ESTATE                                                          */
/*                                                                 */
/*******************************************************************/




.estate-visual-wrapper{
    position: relative;
    overflow:hidden;
    object-fit: cover;
    width: 100%;
    /*max-width: 105em;
    margin-left: auto;
    margin-right: auto;*/
    /*height: calc(100vh - 120px);*/
    height: 100vh;
}

.estate-image{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.estate-title{
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    /*font-family: var(--title-font-family);*/
}

.estate-curtain{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    opacity: 0.2;
}

.estate-title h1{
    position: relative;
    width: 80%;
    margin: 0 auto;
    color: white;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.estate-title div{
    color: white;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
    text-align: center;
    font-family: var(--additional-font-family);
    font-weight: 400;
}

.estate-scroll{
    color: white;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.bigprice{
    color: var(--base-color);
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.extrapics{
    margin-left: 40px;
    margin-right: 40px;
}

.estate-wrapper{
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
}

.estate-icon-disable{
    color: #CCC;
    text-decoration: none;
    border-bottom: none;
}

.estate-icon-saved, .estate-icon-heart{
    color: var(--base-color);
    text-decoration: none;
    border-bottom: none;
}

.estate-icon-grey{
    color: grey;
    text-decoration: none;
    border-bottom: none;
}

.sim-title{
    line-height: 40px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media only screen {
    .estate-title div{
        font-size: 20px;
    }
    .estate-title{
        padding: 40px;
        top:30%;
    }
    .bigprice{ font-size: 1.2em;}
    .estate-panel{font-size:13px;}
    .estate-description{
        column-count: 1;
        column-gap: 10px;
    }
}

@media only screen and (min-width: 40em) {
    .estate-title div{
        font-size: 24px;
    }
    .estate-title{
        padding: 50px;
        top:30%;
    }
    .bigprice{ font-size: 1.5em;}
    .estate-panel{font-size:14px;}
    .estate-description{
        column-count: 2;
        column-gap: 20px;
    }
}

@media only screen and (min-width: 64em) {
    .estate-title div{
        font-size: 36px;
    }
    .estate-title{
        padding: 60px;
        top:35%;
    }
    .bigprice{ font-size: 2em;}
    .estate-panel{font-size:16px;}
    .estate-description{
        column-count: 2;
        column-gap: 40px;
    }
}

@media only screen and (min-width: 90em) {
    .estate-title div{
        font-size: 42px;
    }
    .estate-title{
        padding: 90px;
        top:35%;
    }
    .bigprice{ font-size: 2.5em;}
    .estate-panel{font-size:18px;}
}

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


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

.label-new{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:var(--logo-color);
	color:white;
	padding:5px 10px 5px 10px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:13px;
}

.label-newprice{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:var(--logo-color);
	color:white;
	padding:5px 10px 5px 10px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:13px;
}

.label-option{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:#FFFFFF;
	color:#000000;
	padding:5px 10px 5px 10px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:13px;
}

.label-soldrented{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:rgb(255, 238, 0);
	color:black;
	padding:8px 10px 8px 10px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:16px;
}

.label-soldrented-real{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:rgb(255, 238, 0);
	color:black;
	padding:8px 10px 8px 10px;
	font-family: 'Lato', sans-serif;
    /*font-weight:600;*/
    font-size:16px;
}

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

.label-bedrooms{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color:#FFFFFF;
	color:black;
	padding:5px 5px 5px 10px;
	/*box-shadow:#333333 1px 1px 1px;*/
	font-family: 'Lato', sans-serif;
    font-size:13px;
    border-radius: 3px 0px 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 */
    
    }


/*******************************************************************/
/*                                                                 */
/* RENTALUNIT                                                      */
/*                                                                 */
/*******************************************************************/

/*
.rental-unit-title
.rental-unit-back
.rental-unit-images
.rental-unit-filter
.rental-unit-body
.rental-unit-dispo
.rental-unit-bottom
*/

.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:988;
    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%;
    flex: 1;
    
}


.flatpickr-months{
    background-color: white;
}

.flatpickr-weekdays{
    background-color: white !important;
}

.flatpickr-addition{
    text-align: left;
    padding: 5px 15px 5px 15px;
    background-color: white !important;
    height: 30px;
}

.legendetext{
    display: inline-block;
    height: 20px;
    vertical-align: top;
}




.clear_button{
    color: #999;
}

.rental-unit-totalprice{
    font-size: 32px;
    font-weight: bold;
}

.rental-unit-title{
    grid-area: rutitle;
}
.rental-unit-back{
    grid-area: ruback;
}
.rental-unit-images{
    grid-area: ruimages;
}
.rental-unit-filter{
    grid-area: rufilter;
}
.rental-unit-body{
    grid-area: rubody;
}
.rental-unit-dispo{
    grid-area: rudispo;
}
.rental-unit-bottom{
    grid-area: rubottom;
}

.oe-text-panel{
    background-color: white;
}

.kindout{
    display: block;
    padding: 10px 10px 10px 10px;
    border: #CCCCCC 1px solid;
    margin-bottom: 30px;
}

.video-button{
    display: block;
    padding: 10px 10px 10px 10px;
    border: #CCCCCC 1px solid;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    background-color: var(--base-color);
}


@media only screen {
    .rental-unit-wrapper{
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas: 
        "rutitle"
        "ruback"
        "ruimages"
        "rufilter"
        "rubody"
        "rudispo"
        "rubottom"
        ;
    }
    .rental-unit-body, .rental-unit-bottom{
        margin-right: 0px;
    }
    .oe-text-panel{padding: 20px 15px 20px 15px;}
}

@media only screen and (min-width: 40em) {
    .rental-unit-wrapper{
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: auto auto auto 1fr;
        grid-template-areas: 
        "rutitle ruback"
        "ruimages ruimages"
        "rubody rufilter"
        "rudispo rudispo"
        "rubottom rubottom"
        ;
    }
    .rental-unit-body, .rental-unit-bottom{
        margin-right: 30px;
    }
    .oe-text-panel{padding: 20px 15px 20px 15px;}
}

@media only screen and (min-width: 64em) {
    .rental-unit-wrapper{
        display: grid;
        grid-template-columns: 75% 25%;
        grid-template-rows: auto auto auto 1fr;
        grid-template-areas: 
        "rutitle ruback"
        "ruimages ruimages"
        "rubody rufilter"
        "rudispo rudispo"
        "rubottom rubottom"
        ;
    }
    .rental-unit-body, .rental-unit-bottom{
        margin-right: 45px;
    }
    .oe-text-panel{padding: 45px 30px 45px 30px;}
}






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

footer{
    /*background-color: var(--base-color);*/
    color: black;
}

.footerlink{
    color: black;
}

footer a{
    color: black;
}

footer a:hover{
    color: var(--base-color);
}

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

.credits{
    background-color: black;
    color: white;
    font-size: 12px !important;
    padding: 10px 0;
}

.credits a{
    color: white;
    text-decoration: underline;
}


/********************************************************************************************************************
**
** TEXT BLOCK
**
******************************************************************************************************************/


.text-block{
    background-color: #FFFFFF;
}

@media only screen {
    .text-block{
        padding: 30px 20px 30px 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 600px) {
    .text-block{
        padding: 30px 30px 30px 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 900px) {
    .text-block{
        padding: 30px 45px 30px 45px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .text-block{
        padding: 45px 75px 45px 75px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1800px) {
    .text-block{
        padding: 60px 90px 60px 90px;
        line-height: 30px;
    }
}


.opencallout{
    background-color: white;
    color: black;
}

.moreinfocompany{
    display: block;
    background-color: #F3F3F3;
    color: var(--base-color);
    line-height: 40px;
    padding: 40px;
    width: 100%;
}


/**************************************************************************************
**
** YOUTUBE EMBED
**
***************************************************************************************/



@media only screen {
	.youtube-embed{ height: 270px; }
}

@media only screen and (min-width: 600px) {
	.youtube-embed{ height: 360px; }
}

@media only screen and (min-width: 800px) {
	.youtube-embed{ height: 480px; }
}

@media only screen and (min-width: 1024px) {
	.youtube-embed{ height: 600px; }
}

@media only screen and (min-width: 1440px) {
	.youtube-embed{ height: 720px; }
}

@media only screen and (min-width: 1920px) {
	.youtube-embed{ height: 800px; }
}




/**************************************************************************************
**
** AGAINST SPAMMY ANNOYING LITTLE NERDS
**
***************************************************************************************/

.tegendevervelendeventjes{
	display:none;
}


#wrap_tegenvervelendeventjes, #wrap_pa_period{
	display: none;
}


.g-recaptcha{
	float: right;
	max-width: 400px;
}

p.InputfieldError{
	background-color: #e31f18;
	color: #FFFFFF;
	padding: 5px;
}

ul.Inputfields{
	list-style:none;
	padding:0;
	margin:0px;
}



/**************************************************************************************
**
** COOKIE CONSENT
**
***************************************************************************************/


h4.pwcmb-widget__title{
    color: #cc1518;
}


.pwcmb-widget__button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #cc1518;
	color: #fefefe; }
	[data-whatinput='mouse'] .pwcmb-widget__button {
	  outline: 0; }
	.pwcmb-widget__button:hover, .pwcmb-widget__button:focus {
	  background-color: #b11515;
	  color: #fefefe; }



.mCCF--light{
    background-color: var(--logo-color);
}

.mCCF__message{
    font-family: var(--additional-font-family);
    font-size: 24px;
}

.mCCF--light .mCCF__accept{
    display: inline-block;
    background-color: var(--base-color);
    color: white;
    padding: 10px;
    font-size: 24px;
}








/**************************************************************************************
**
** PAND AANBIEDEN + HMODH + ESTATE + CONTACT FORMULIER
**
***************************************************************************************/




.InputfieldFieldset{
	border: #CCCCCC 1px solid;
	padding: 20px 20px 20px 20px;
	margin-bottom: 30px;
}



.labeltitle{
	font-weight: bold;
}



#wrap_pa_surname, #wrap_pa_name, #wrap_pa_phone, #wrap_pa_email, #wrap_pa_street, #wrap_pa_number, #wrap_pa_box, #wrap_pa_city, #wrap_pa_pcode, #wrap_pa_min_rooms, #wrap_pa_max_rooms, #wrap_pa_min_price, #wrap_pa_max_price, #wrap_pa_min_surface, #wrap_pa_max_surface, #wrap_pa_status, #wrap_pa_interest, #wrap_pa_newconstruction{
	float: left;
}





@media only screen {
	#wrap_pa_surname, #wrap_pa_phone, #wrap_pa_street, #wrap_pa_city, #wrap_pa_min_rooms, #wrap_pa_min_price, #wrap_pa_min_surface, #wrap_pa_status{
		width: 100%;
	}
	#wrap_pa_name,  #wrap_pa_email, #wrap_pa_number, #wrap_pa_box, #wrap_pa_pcode, #wrap_pa_max_rooms, #wrap_pa_max_price, #wrap_pa_max_surface, #wrap_pa_interest, #wrap_pa_newconstruction{
		width: 100%; padding-left: 0px;
	}
}

@media print, screen and (min-width: 40em) {
	#wrap_pa_surname{
		width: 40%;
	}
	#wrap_pa_name{
		width: 60%;
		padding-left: 20px;
	}
	#wrap_pa_phone{
		width: 40%;
	}
    #wrap_pa_email{
		width: 60%;
		padding-left: 20px;
    }
    #wrap_pa_street{
		width: 60%;
    }
    #wrap_pa_number{
        width: 20%;
        padding-left: 20px;
    }
    #wrap_pa_box{
        width: 20%;
        padding-left: 20px;
    }
    #wrap_pa_city, #wrap_pa_min_rooms, #wrap_pa_min_price, #wrap_pa_min_surface, #wrap_pa_status{
		width: 50%;
    }
    #wrap_pa_pcode, #wrap_pa_max_rooms, #wrap_pa_max_price, #wrap_pa_max_surface, #wrap_pa_interest{
        width: 50%;
        padding-left: 20px;
    }
}








ul.InputfieldRadiosStacked{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.InputfieldRadiosStacked li{
	display: inline-block;
	margin-right: 20px;
}


/*******************************************************************/
/*                                                                 */
/* SOCIAL                                                          */
/*                                                                 */
/*******************************************************************/

.facebook-button{
	display:inline-block;
	text-align:center;
	background-color:#3B5998;
	color:#FFFFFF;
	padding:20px 20px 20px 20px;
    width: 100%;
}

.facebook-button:hover{
	color:#FFFFFF;
	background-color:#8B9DC3;
}

.instagram-button{
	display:block;
	text-align:center;
	background-color:#bc2a8d;
	width:100%;
	color:#FFFFFF;
	padding:30px 15px 30px 15px;
}

.instagram-button:hover{
	color:#FFFFFF;
	background-color:#cd486b;
}



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

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

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    left: 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: 999999;
  }
  .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 {
      left: 20px;
      bottom: 20px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 60px;
      width: 60px;
      left: 30px;
      bottom: 30px;
    }
  }




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

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

/**************************************************************************************
**
** GOOGLE MAPS
**
***************************************************************************************/

#map_canvas {
	width: 100%;
	background-color: #CCC;
}

@media only screen and (min-width: 320px) {
	#map_canvas{ height:320px; }
}

@media only screen and (min-width: 480px) {
	#map_canvas{ height:360px; }
}

@media only screen and (min-width: 600px) {
	#map_canvas{ height:540px; }
}

@media only screen and (min-width: 768px) {
	#map_canvas{ height:680px; }
}

@media only screen and (min-width: 1024px) {
	#map_canvas{ height:800px; }
}

#map-canvas {
	width: 100%;
	background-color: #CCC;
}

@media only screen and (min-width: 320px) {
	#map-canvas{ height:320px; }
}

@media only screen and (min-width: 480px) {
	#map-canvas{ height:360px; }
}

@media only screen and (min-width: 600px) {
	#map-canvas{ height:540px; }
}

@media only screen and (min-width: 768px) {
	#map-canvas{ height:680px; }
}

@media only screen and (min-width: 1024px) {
	#map-canvas{ height:800px; }
}
/*
.gm-style-iw{
    max-width: 320px;
}
*/
/* *********************************************************
**
**
** NIEUWBOUW 2022
**
**
********************************************************* */

.projects-img{
    position: relative;
    overflow: hidden;
}

.projects-background{
    background-color: #F3F3F3;
}

.projects-white-bg{
    background-color: white;
    height: 100%;
}

.projects-img-fluid {
    /*display: block;
    max-width: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.projects-text-panel{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.projects-text-panel-inside{
    position: relative;
}

.projects-bullet{
    height: 40px;
    width: 40px;
    margin: 0 auto;
}

.projects-title{
    display: block;
    position: relative;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.projects-ref{
    display: block;
    position: relative;
    color: black;
}

.projects-price{
    color: black;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.projects-more-info{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    color: black;
    font-weight: bold;
    font-family: montserrat, sans-serif;
    font-style: normal;
}


.projects-images-grid-wrapper{
    max-width: 1920px;
    margin: 0 auto;
}

.project-grid-img{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    color: white;
    padding: 10px;
}

.project-grid-img > a > img{
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.project-lot{
    color: #AAA;
}

.project-lot a{
    display: block;
    transition: all .3s ease;
    color: black;
}


.project-lot a:hover{
    color: darkred;
}

.project-first-image{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.project-first-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.project-curtain{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.22);
}

.project-first-image-title{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.project-first-image-title div.subtitle{
    /*color: #cc1518;*/
    font-family: montserrat, sans-serif;
    color:white;
    font-weight: 300;
    text-align: center;
}
.project-first-image-title div.title{
    font-family: montserrat, sans-serif;
    color: white;
    font-weight: 600;
    text-align: center;
}

.project-vimeo-container{
    position: relative;
    width: 100%;
}

.project-vimeo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:100%;
    width:100%;
}

.project-text-block{
    position: relative;
    background-color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.project-img-panel{
    position: relative;
    height: 100%;
    /*background-color: #000;*/
}


.project-img-panel img{
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.project-slogan{
    text-align: center;
}


@media only screen {
    .project-first-image-title div.subtitle{
        font-size: 24px;
    }
    .project-first-image-title div.title{
        font-size: 32px;
    }
    .project-vimeo-container{
        height: 50vh;
    }
    .projects-img{
        height: 360px;
    }
    .projects-ref{
        font-size: 13px;
    }
    .project-text-block{
        padding: 30px 20px 30px 20px;
        line-height: 36px;
    }
    .project-img-panel, .project-text-block{
        min-height: 360px;
    }
    .project-description{
        column-count: 1;
        column-gap: 10px;
    }
}

@media only screen and (min-width: 576px) {
	.project-vimeo-container{
        height: 50vh;
    }
    .projects-img{
        height: 420px;
    }
    .project-img-panel, .project-text-block{
        min-height: 420px;
    }
    .project-description{
        column-count: 1;
        column-gap: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .project-first-image-title div.subtitle{
        font-size: 24px;
    }
    .project-first-image-title div.title{
        font-size: 42px;
    }
	.project-vimeo-container{
        height: 60vh;
    }
    .projects-img{
        height: 570px;
    }
    .project-text-block{
        padding: 30px 30px 30px 30px;
        line-height: 36px;
    }
    .project-img-panel, .project-text-block{
        min-height: 570px;
    }
    .project-description{
        column-count: 2;
        column-gap: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .project-first-image-title div.subtitle{
        font-size: 32px;
    }
    .project-first-image-title div.title{
        font-size: 72px;
    }
	.project-vimeo-container{
        height: 75vh;
    }
    .projects-img{
        height: 640px;
    }
    .project-text-block{
        padding: 30px 45px 30px 45px;
        line-height: 42px;
    }
    .project-img-panel, .project-text-block{
        min-height: 640px;
    }
    .project-description{
        column-count: 2;
        column-gap: 30px;
    }
}

@media only screen and (min-width: 1200px) {
	.project-text-block{
        padding: 45px 75px 45px 75px;
        line-height: 42px;
    }
}

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

.grecaptcha-badge { 
    visibility: hidden; 
}