body{
    overflow-x: hidden;
    font-family: 'Mitr', sans-serif;
    color:#000;
    width:100%;
}
#header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 10000;
    background:#fff;
}
.medium-icon{
    font-size:1.5rem;
    vertical-align: middle;
}
.big-icon{
    font-size:2rem;
    vertical-align: middle;
}
.header-top{
    position:relative;
    padding:2rem 350px 2rem 120px;
    min-height: 90px;
    border-bottom:1px solid #dadada;
}
a,a:hover,a:focus,a:hover:visited,a:active{
    text-decoration: none;
    color:#000;
}
.logo img{
    width:90px;
    height:90px;
}
.form-group.form-group-icon{
    position:relative;
}
.form-group.form-group-icon .form-control{
    padding-left:50px;
    max-width: 50%;
    width:50%;
}
.search-icon{
    position:absolute;
    left:1rem;
    pointer-events: none;
    width:24px;
    height:24px;
    top:0;
    bottom:0;
    margin:auto;
}
.form-control{
    border-radius: 40px;
    border-color:#dadada;
}
.burger-menu{
    position:absolute;
    right:1rem;
    width:40px;
    padding:8px;
    height:40px;
    top:0;
    bottom:0;
    margin:auto;
    display:inline-block;
    cursor:pointer;
}
.small-title{
    font-size: 1rem;
}
/*.profile-btn{
    padding:0.75rem 1rem;
    position:absolute;
    display:inline-block;
    right:180px;
    top:0;
    bottom:0;
    margin:auto;
    height:48px;
}*/
/*.logout-btn{
    padding:0.75rem 1rem;
    position:absolute;
    display:inline-block;
    right:60px;
    top:0;
    bottom:0;
    margin:auto;
    height:48px;
}*/
.slide-in-up:not(.show){
    z-index: -1;
}
.green{
    color:#50b849;
}
.navbar-toggler-icon{
    color: black;
}
.navbar-light .navbar-nav .nav-link{
    color: black;
}
.btn:hover,
a.btn:hover,
#filters a.btn.btn-outline-dark:hover
{
    color: white;
    background-color: #44993e;
    border: none;
}
.btn-primary,
a.btn-primary{
    background-color: #50b849;
    color: white;
    border: none;
    padding: 10px 20px;
}
.btn-primary i,
a.btn-primary i{
    margin-right: 10px
}
/*.social-list{*/
/*    margin:0;*/
/*    padding:0;*/
/*    list-style: none;*/
/*    text-align: right;*/
/*    position:absolute;*/
/*!*    width:120px;*!*/
/*    right:60px;*/
/*    top:0;*/
/*    bottom:0;*/
/*    margin:auto;*/
/*    height:32px;*/
/*}*/
.social-list li{
    display:inline-block;
    align-content: center;
}
.social-list li a:not(.btn){
    padding:0.25rem 0.15rem;
    display:block;
    color:rgba(0,0,0,0.5) !important;
}
.social-list li a.profile-btn, .social-list li a.logout-btn {
    color:#000!important;
}
#search .form-group{
    margin:0;
}
.border-bottom{
    border-bottom:1px solid #dadada;
}
.header-bottom{
    padding:0.5rem  120px;
    border-bottom:1px solid #dadada;
}
#searchInput{
    font-weight: 400;
    color:#000;
    font-size:1rem;
    padding-top:0.75rem;
    padding-bottom:0.75rem;
    height: calc(1.5em + 1.5rem + 2px);
}
.form-control:focus{
    border-color:#ccc;
    box-shadow:0 0 0 .2rem rgba(0,0,0,.15)
}
.btn-outline-dark {
    border-color:#dadada;
    color:#000;
}
.btn-outline-dark.rounded-pill{
    padding-left:1.5rem;
    padding-right:1.5rem;
}
/*.btn-outline-dark:hover,.btn-outline-dark:focus,.btn-outline-dark:visited,.btn-outline-dark:active{*/
/*    background:#ebe9ea !important;*/
/*    border-color:#ebe9ea !important;*/
/*    color:#000 !important;*/
/*    box-shadow:0 0 0 .2rem rgba(0,0,0,.15) !important;*/
/*}*/
.header-bottom .dropdown-toggle::after{
    display:none;
}
.content-section{
    padding-top:200px;
}
.higlights-list{
    margin:0 -15px 1rem -15px;
}
.highlight-list-item{
    display:block;
    border:1px solid #e0e0e0;
    border-radius:0.5rem;
    position:relative;
    width:calc(33.33% - 30px);
    margin:0 15px 30px 15px;
    min-height:430px;
    height:430px;
    overflow: hidden;
    background:#000;
}
.highlight-image{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    display:block;
    z-index: 5;
}
.highlight-list-item:hover .highlight-image{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
    filter:gray; /* IE6-9 */
    -webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.highlight-caption{
    padding:6rem 4rem 2rem 2rem;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
    background:url(../images/white-bg.svg) no-repeat top center;
    background-size:600px 600px;
}
.highlight-list-item:hover .highlight-caption{
    top:0;
    padding-top:4rem;
    background:rgba(0,0,0,0.5);
}
.highlight-list-item:hover  .highlight-description{
    display:block;
}
.highlight-description{
    display:none;
    padding-top:1rem;
    color:#fff;
    font-weight: 200;
}
.highlight-section-title{
    display:block;
    font-weight: 300;
    padding-bottom:0.5rem;
}
.highlight-title{
    font-size:1.4rem;
}
.highlight-list-item:hover .highlight-section-title,.highlight-list-item:hover  .highlight-title{
    color:#fff;
}
.highlight-arrow{
    position:absolute;
    right:2rem;
    z-index: 20;
    width:24px;
    height:24px;
    bottom:2rem;
}
.animate{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.contact-section{
    background:url(../images/contact-icon.png) no-repeat right 20px top -120px #ebe9ea;
    padding:3rem 4rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom:3rem;
}
.contact-list  .contact-item {
    width:25%;
    padding:2rem 2rem 2rem 0;
    position:relative;
    display:block;
}
.contact-list  .contact-item:after{
    content:"";
    position:absolute;
    top:2rem;
    bottom:2rem;
    width:1px;
    background:#d3d1d2;
    right:2rem;
}
.contact-list  .contact-item:last-of-type:after{
    display:none;
}
.contact-sub-title{
    display:block;
    font-weight: 300;
    color:rgba(0,0,0,0.5);
    margin-top:1rem;
}
.contact-icon{
    background:rgba(255,255,255,0.5);
    width:54px;
    height:54px;
    display:inline-block;
    border-radius: 50%;
    text-align: center;
    padding:11px;
}
.contact-info{
    display:block;
    font-size:1.2rem;
}

.higlights-list.higlight-list-double .highlight-list-item .highlight-description{
    display:block;
    color:#000;
}
.higlights-list.higlight-list-double .highlight-list-item{
    height:auto;
}
.higlights-list.higlight-list-double .highlight-list-item:hover .highlight-caption{
    padding:6rem 4rem 4rem 2rem;
    background:url(../images/white-bg.svg) no-repeat top center;
    background-size:500px 500px;
    top:initial;
}
.higlights-list.higlight-list-double .highlight-list-item:hover img{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
    filter:gray; /* IE6-9 */
    -webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.higlights-list.higlight-list-double .highlight-list-item:hover .highlight-title{
    color:#000;
}
#footer{
    background:url(../images/footer-top.jpg) no-repeat top center #ebe9ea;
    padding:250px 0 50px 0;
}
.red{
    color:#ff0000;
}
.poweredby{
    text-align: right;
    font-weight: 300;
    font-size:0.9rem;
}
.bold{
    font-weight: 500;
}
.copyright{
    font-weight: 300;
    font-size:0.9rem;
}
.footer-bottom{
    padding:2rem 0;
    border-top:1px solid #d3d1d2;
}
.footer-top{
    padding-bottom:5rem;
}
.btn-dark,.btn-dark:hover{
    color:#fff !important;
    background:#000;
    border-color:#000;
}
.btn-green,.btn-green:hover{
    color:#fff !important;
    background:#50b849;
    border-color:#50b849;
}
.btn-wider{
    padding:0.5rem 2.5rem;
}
.small-text{
    font-size:0.8rem;
}
.light{
    font-weight:300 ;
}
.footer-links{
    padding-left:2rem;
    border-left:1px solid #d3d1d2;
}
.footer-link{
    display:block;
    font-weight: 300;
    font-size:0.9rem;
    padding:0.25rem 0;
}
.footer-link.active{
    font-weight: 500;
}
.footer-link.active.collapsed{
    font-weight: 300;
}
.collapse-content{
    padding-bottom:1rem;
}
.f-collapse-list{
    margin:0;
    padding:0 0 0 10px;
    list-style: none;
}
.f-collapse-list li a{
    font-weight: 300;
    font-size:0.8rem;
}
.sidebar-menu-overlay{
    background:rgba(0,0,0,0.35);
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    right:0;
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    display:none;
}
.sidebar-menu{
    background:#fff;
    padding:3rem;
    position:fixed;
    right:-500px;
    top:115px;
    bottom:0;
    margin:auto;
    z-index: 99999;
    width:350px;
    overflow-y: auto;
    border:1px solid #dadada;
    border-top:0;
}
.visible-menu {
    overflow: hidden;
}
.visible-menu .sidebar-menu-overlay{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    display:block;
}
.visible-menu .sidebar-menu{
    right:0;
}
.visible-menu .burger-menu i::before{
    content: "\f00d";
}
.sidebar-menu .small-text{
    font-size:0.75rem;
    letter-spacing: 1px;
    color:rgba(0,0,0,0.5);
}
.sidebar-list{
    margin:0;
    padding:0;
    list-style: none;
}
.sidebar-list > li > a{
    display:block;
    padding:0.35rem 20px 0.35rem 0;
    font-weight: 300;
    position:relative;
    font-size:0.95rem;
}
.sidebar-list-with-icon > li > a{
    position:relative;
    padding:0.35rem 20px 0.35rem 0px;
    display:block;
    font-weight: 400;
}
.sidebar-list-icon i{
    font-size:1.4rem;
}
.sidebar-list-icon{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    width:40px;
    height:40px;
    background:#f0f0f0;
    color:#000;
    border-radius: 50%;
    display:block;
    padding:9px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.sidebar-list-with-icon li a:hover .sidebar-list-icon{
    background:#000;
    color:#fff;
}

.toggle-icon{
    position:absolute;
    right:5px;
    display:block;
    width:14px;
    height:14px;
    top:0;
    bottom:0;
    margin:auto;
}
.navbar .navbar-toggler { position: relative; z-index: 1051; }
/*.sidebar-collapse .collapse-content{*/
/*    background:#f0f0f0;*/
/*    margin:0.75rem 0 1rem 0;*/
/*    padding:1rem;*/
/*    position:relative;*/
/*    border-radius: 0.25rem;*/
/*}*/
/*.sidebar-collapse .collapse-content:after{*/
/*    bottom: 100%;*/
/*    left:20px;*/
/*    border: solid transparent;*/
/*    content: " ";*/
/*    height: 0;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    border-color: rgba(240, 240, 240, 0);*/
/*    border-bottom-color: #f0f0f0;*/
/*    border-width: 8px;*/
/*    margin-left: -8px;*/
/*}*/
/*.sidebar-collapse-list{*/
/*    margin:0;*/
/*    padding:0;*/
/*    list-style: none;*/
/*}*/
/*.sidebar-collapse-list a{*/
/*    display:block;*/
/*    font-weight: 300;*/
/*    font-size:0.9rem;*/
/*    padding:0.15rem 0;*/

/*}*/
/*.sidebar-list-with-icon > li > a.active .sidebar-list-icon{*/
/*    background:#50b849;*/
/*    color:#fff;*/
/*}*/
/*.sidebar-collapse-list a:hover{*/
/*    font-weight: 400;*/
/*}*/
/*.sidebar-list > li > a.active  .toggle-icon i::before{*/
/*    content: "\f106";*/
/*}*/
.dropdown-menu-content{
    padding:1rem 1.5rem;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.custom-control-input:checked:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(0,0,0,.15);
}
.dropdown-menu-content-scroll{
    padding-right:15px;
    max-height: 350px;
    overflow-y:auto;
}

.dropdown-menu-content-scroll::-webkit-scrollbar,.sidebar-menu::-webkit-scrollbar{
    width: 4px;
}

.dropdown-menu-content-scroll::-webkit-scrollbar-track,.sidebar-menu::-webkit-scrollbar-track {
    background:#e5e5e5;
    border-radius: 4px;
}

.dropdown-menu-content-scroll::-webkit-scrollbar-thumb,.sidebar-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background:#000;
}
.dropdown-menu-content  .custom-checkbox{
    padding-top:0.15rem;
    padding-bottom:0.15rem;
    padding-left:2rem;
}
.custom-checkbox-activity{
    width:calc(33.333% - 15px);
    margin: 0 7.5px 15px 7.5px;
    display:block;
    position:relative;
    overflow: hidden;
    border-radius: 4px;
    border:1px solid #dadada;
    cursor: pointer;
}
.activity-image{
    display:block;
    overflow: hidden;
    position:relative;
}
.custom-checkbox-activity .custom-checkbox{
    position:absolute;
    left:-50px;
}
.custom-checkbox-activity.selected .activity-overlay{
    display: block;
}
.activity-title{
    display:block;
    padding: 0.25rem;
    background:#fff;
    text-align: center;
    font-size:0.85rem;
}
.activity-overlay{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
    display:none;
}
.white{
    color:#fff;
}
.activity-checked{
    position:absolute;
    width:24px;
    height:24px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.checkbox-activities{
    margin:0 -7.5px;
}
.collapse-filter {
    position:absolute;
    top:calc(100% - 1px);
    left:120px;
    background:#fff;
    border:1px solid #d3d1d2;
    z-index: 100;
    width:auto;
    display:block;
    border-radius: 10px;
}

.filters-home .collapse-filter {
    top: calc(100%);
    left: 0;
}
.collapse-filter.align-middle {
    left: -300px;
}
.collapse-filter.align-right {
    left: auto;
    right: 0;     /* anchor the panel's right edge to the button */
}

#filters .btn-group a.filter-btn-js{
    margin-right:0.25rem;
}
.datepicker-days .day.highlight{
    background:#f5f4f4;
}
.datepicker table tr td, .datepicker table tr th {

    border-radius:0px;
}
.datepicker table tr td.active,.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted,.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}
.datepicker table tr th.next,.datepicker table tr th.prev{
    font-weight: 300;
    color:#50b849;
}
.datepicker-switch,.datepicker-days .dow{
    font-weight: 400;
}
.datepicker table tr td.day{
    font-size:0.8rem;
}
.datepicker table tr td.day.old{
    opacity: 0;
}
.calendar-title{
    font-size:1.1rem;
    text-align: left;
}
.map-wrapper{
    position:relative;
}
.map-marker {
    position:absolute;
    z-index: 10;
    display:block;
    width:30px;
    height:30px;
    margin-top:-15px;
    margin-left:-15px;
    cursor:pointer;
    overflow: hidden;
}
.map-marker .custom-radio{
    left:-50px;
    opacity: 0;
    position:absolute;
}
.map-marker:before{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:10px;
    height:10px;
    content:"";
    border-radius: 50%;
    background:#707070;
    margin:auto;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.map-marker:after{
    content:"";
    display:block;
    width:18px;
    height:18px;
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:rgba(0,0,0,0.1);
    border-radius: 50%;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;

}
.map-marker.selected:before{
    width:14px;
    height:14px;
    background:#50b849;
}
.map-marker.selected:after{
    width:22px;
    height:22px;
    background:rgba(80, 184, 73, 0.2);
}
/*Gent*/
.map-marker-1{
    left: 29%;
    top: 24%;
}
/*Antwerpen*/
.map-marker-2{
    left: 51%;
    top: 15%;
}
/*Hasselt*/
.map-marker-3{
    left: 75%;
    top: 29%;
}
/*Brugge*/
.map-marker-4{
    left: 16%;
    top: 18%;
}
/*Brussel*/
.map-marker-5{
    left: 48%;
    top: 35%;
}
/*Liège*/
.map-marker-6{
    left: 79%;
    top: 45%;
}
/*Mons*/
.map-marker-7{
    left: 36%;
    top: 52%;
}
/*Namur*/
.map-marker-8{
    left: 60%;
    top: 55%;
}
/*Arlon*/
.map-marker-9{
    left: 84%;
    top: 93%;
}
/*Aalst*/
.map-marker-10{
    left: 38%;
    top: 29%;
}
/*Koksijde*/
.map-marker-11{
    left: 4%;
    top: 21%;
}
/*Leuven*/
.map-marker-12{
    left: 58%;
    top: 34%;
}
/*Mechelen*/
.map-marker-13{
    left: 50%;
    top: 23%;
}
/*Charleroi*/
.map-marker-14{
    left: 48%;
    top: 55%;
}

.tooltip-inner{
    background:#fff !important;
    color:#50b849 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ffffff !important;
  }
.custom-radio-country{
    display:block;
    width:calc(50% - 20px);
    margin:0 10px 30px 10px;
    background:#fff;
    border:1px solid #d3d1d2;
    border-radius: .5rem;
    padding:1.5rem 1rem;
    text-align: center;
    cursor: pointer;
}
.monster-icon{
    font-size:2.6rem;
}
.country-text{
    font-size:0.9rem;
    display:block;
    text-align: center;
    padding-top:1rem;
}
.custom-radio-country .custom-radio{
    position:absolute;
    left:-50px;
    opacity: 0;
    z-index: -1;
}
.custom-radio-country.selected .country-icon i{
    color:#50b849;
}
.results-list {
    margin:0 -15px;
}
.results-list a, .results-list a:hover,.results-list a:focus,.results-list a:hover:visited,.results-list a:active{
    display:block;
    border:1px solid #dadada;
    width:calc(33.33% - 30px);
    margin:0 15px 30px 15px;
    overflow: hidden;
    border-radius: .5rem;
}
.results-list a:hover .img-fluid{
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
    filter:gray; /* IE6-9 */
    -webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.result-offer-content{
    position:relative;
    padding:1.5rem 110px 1.5rem 1.5rem;
    background:#fff;

}
.result-offer-content h2{
    font-size:1.4rem;
    font-weight: 500;
}
.result-offer-content p{
    font-weight: 300;
    font-size:0.9rem;
}
.result-offer-content-side{
    border-left:1px solid #dadada;
    top:1.5rem;
    position:absolute;
    right:0.75rem;
    width:80px;
    padding-bottom:1rem;
    text-align: center;
}
.offer-year-value{
    display:block;
    text-align: center;
    font-size:0.9rem;
}
.offer-year{
    padding-bottom:1rem;
    display:block;
}
.offer-bed{

    color:rgba(0,0,0,0.5);
}
.results-list a .image-container{
    background:#000;
}
.before-search{
    padding-top:80vh;
}
.toggle-search{
    /*position: absolute;
    right: 55px;
    width: 40px;
    padding: 8px;
    height: 40px;
    top: 0;
    bottom: 0;*/
    margin: auto;
    cursor: pointer;
    display:none;
}


.slide-in-up{
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}

.slide-in-up{
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        opacity: 0;
    }

  .slide-in-up.show{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
        opacity: 1;
    }
    .country{
        margin:0 -10px;
    }
.header-sticky .header-top{
    padding-top:1rem;
    padding-bottom:1rem;
}
.header-sticky .logo,.header-sticky .logo img{
    width:70px;
    height:70px;

}
.header-sticky .sidebar-menu{
    top:90px;
}
.filter-btn-js.active{
    background:#f0f0f0 !important;
    border-color:#f0f0f0 !important;
    color:#000  !important;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover,.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background:#000;
    border-color:#000;
}
.calendar-wrapper{
    margin-bottom:1rem;
}
.sleepover-popup{
    left: 520px;
}

.jumbotron{
    padding: 0;
    margin-top: 80px;
    position: relative;
}
.jumbotron h1{
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.jumbotron > img{
    min-width: 100%;
    height: calc(100vh - 130px);
}
.filters-home{
    position: absolute;
    bottom: 50px;
    background-color: white;
    border-radius: 20px;
    width: 70%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.filters-home form {
    margin-left: 20px;
    margin-right: 20px;
}
.filters-home form .btn-group {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    /*justify-content: space-between; !* space buttons evenly *!*/
    align-items: center;
    gap: 10px;
}
.filters-home form .btn-group .filter-wrapper{
    flex: 1;
}
.filters-home form .btn-group a.filter-btn-js {
    width: 100%;
    text-align: center;     /* center the text and icons */
}
@media (min-width: 1440px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
@media(max-width:1200px){
    #search .form-group.form-group-icon .form-control{
        width:100%;
        max-width: 100%;
    }
    .result-offer-content h2{
        font-size:1.1rem;
    }
}
@media(max-width:998px){
   .header-bottom{
        padding: 0.5rem 1.5rem;
   }
   .collapse-filter:not(.sleepover-popup){
       left:1.5rem;
       right:1.5rem;
       width:calc(100% - 3rem) !important;
   }
   .filters-home .collapse-filter:not(.sleepover-popup) {
        left:0;
        right:0;
        width:calc(100%) !important;
    }
   .highlight-list-item{
        width: calc(50% - 30px);
   }
   .contact-section{
        padding:2rem;
    }
    .contact-list .contact-item {
         width: 50%;
         padding: 2rem 2rem 2rem 0;
         position: relative;
         display: block;
     }
     .contact-list .contact-item:nth-of-type(2):after{
         display:none;
     }
     .results-list a {
        width: calc(50% - 30px);
    }
    .before-search{
        padding-top:20vh;
    }
    .navbar .navbar-collapse {
        padding-top: .5rem;   /* small gap under the top row */
        /*border-top: 1px solid rgba(0,0,0,.1);*/
    }
    .social-list li + li { margin-left: .5rem; }
    .datepicker-inline,
    .datepicker-inline .table-condensed{
        width: 100%;
    }

    .filters-home form .btn-group {
        gap: 5px;
    }
}
@media(max-width:767px){
    .hide-mobile{
        display:none;
    }
    .toggle-search{
        display:block;
    }
    /*.profile-btn{
        padding:8px;
        width:40px;
        height:40px;
        right:55px;
    }*/
    .social-list{
        right: 55px;
    }
    #search{
        position:absolute;
        top:calc(100% + 1px);
        padding:0.5rem 1.5rem;
        background:#f0f0f0;
        z-index: 100;
        left:0;
        right:0;
        display:none;
    }
    #search #searchInput{
        padding-top:0.35rem;
        padding-bottom:0.35rem;
        height: 38.7px;
    }
    .sidebar-menu{
        top: 90px;
    }
    .logo, .logo img {
        width:70px;
        height:70px;
    }
    .highlight-list-item{
        width: 100%;
        margin:0 0 30px 0;
   }
   .highlights-list,.higlights-list{
       margin:0;
   }

    .copyright,.poweredby{
        text-align: center;
    }
    .custom-checkbox-activity{
        width:calc(50% - 15px);
    }
    .header-top{
        padding: 2rem 0px 2rem 90px;
    }
    .sidebar-menu{
        padding:2.5rem;
    }
    .results-list a {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .results-list{
        margin:0;
    }

    .result-offer-content{
        padding:1.5rem 100px 1.5rem 1.5rem;
    }
    .result-offer-content-side{
        right:0.75rem;
        width:80px;
    }
    .sleepover-popup{
        left: 25px;
    }
 }
 @media(max-width:640px){

    .contact-list .contact-item {
        width: 100%;
        padding: 1rem 0 1rem 65px;
    }
    .contact-list .contact-item:after{
        display:none;
    }
    .contact-icon{
        position:absolute;
        left:0;
        top:0;
        bottom:0;
        margin:auto;
    }
    .contact-sub-title{
        margin:0;
    }
    .btn-outline-dark.rounded-pill {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .dropdown-menu-content{
        padding:1rem;
    }
    .custom-radio-country{
        width:calc(50% - 20px);
        margin:0 10px 20px 10px;
        padding:0.75rem;
    }
    .country{
        margin:0 -10px;
    }
    .country-text{
        padding-top:0.25rem;
    }
    .calendar-title{
        text-align: left;
    }
    #calendar1,#calendar2{
        margin-bottom:1rem;
    }

    .offer-year-value{
        font-size:0.8rem;
    }
}

/*.rawdata {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.rawdata iframe,
.rawdata object,
.rawdata embed,
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.fullscreen {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
    min-height: 100%;
    width: 100%;
}

.video-container {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

.video-container video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    visibility: visible;
    width: auto;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;*/
    max-width: 100%;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.youtube-container {
    height: 315px;
}

.youtube-container iframe {
    width: 100%;
    height: 100%;
}

.full-box {
    margin: 50px 0;
}

.checkbox-holidays {
    margin: 0 -7.5px;
}

.custom-checkbox-sleepover {
    width: calc(50% - 7px);
    /*margin: 0 7.5px 15px 7.5px;*/
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #dadada;
    cursor: pointer;
}

.custom-checkbox-holiday {
    width: calc(33.333% - 15px);
    margin: 0 7.5px 15px 7.5px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #dadada;
    cursor: pointer;
}

.holiday-title {
    display: block;
    padding: 0.25rem;
    background: #fff;
    text-align: center;
    font-size: 0.85rem;
    width: 100%;
}

.custom-checkbox-holiday.selected .holiday-title,
.custom-checkbox-sleepover.selected .hodiday-title {
    color: #50b849;
}

.custom-checkbox-holiday .custom-checkbox,
.custom-checkbox-sleepover .custom-checkbox {
    position: absolute;
    left: -50px;
}
