:root {
    --troodos_2021_location_container_width: 70%;
    --troodos_2021_location_font_size: 5.5vw;
}

.troodos_2021_location_slider {
    width: 90%!important;
    position: relative;
    margin: 0 auto;
    height: 75vh;
    overflow: hidden;
}

.troodos_2021_location_slider_img {
    width: 100%;
    position: relative;
}

.troodos_2021_location_title {
    width: var(--troodos_2021_location_container_width);
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
    font: 400 var(--troodos_2021_location_font_size)/var(--troodos_2021_location_font_size) 'Alegre';
    text-align: center;
}

.troodos_2021_location_title:first-of-type {
    top: -40px;
}

.troodos_2021_location_text {
    width: var(--troodos_2021_location_container_width);
    margin: 0 auto;
    padding: 0;
    font: 300 var(--troodos_2021_font_size)/var(--troodos_2021_line_height) 'Effra';
    color: #999;
    position: relative;
}

.troodos_2021_location_map {
    width: 90%;
    height: 70%;
    margin: 0 auto 0px auto;
    position: relative;
}

.troodos_2021_location_map iframe {
    height: 100%;
}

.troodos_2021_location_map_item {
    width: 100%;
    height: 100%;
    position: relative;
}

.troodos_2021_location_distances {
    width: var(--troodos_2021_location_container_width);
    position: relative;
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.troodos_2021_location_distances_row {
    flex: 0 1 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #999;
    transition: 0.2s all ease-in-out;
}

.troodos_2021_location_distances_first {
    background-color: #266d68;
    border-radius: 0px 0px 0 0;
    border: none!important;
}

.troodos_2021_location_distances_first .troodos_2021_location_distances_row_item {
    font: 600 var(--troodos_2021_font_size)/var(--troodos_2021_line_height) 'Effra';
    color: #fff;
    border: none!important;
}

.troodos_2021_location_distances_row_item {
    flex: 1 0 25%;
    position: relative;
    font: 300 calc(var(--troodos_2021_font_size) - 0.1vw)/var(--troodos_2021_line_height) 'Effra';
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #999;
}

.troodos_2021_location_distances_row_item:first-child {
    border-left: 1px solid #999;
}

.troodos_2021_location_distances_row:hover:not(.troodos_2021_location_distances_first) {
    background-color: #000;
    transition: 0.2s all ease-in-out;
}

.troodos_2021_location_distances_row:hover:not(.troodos_2021_location_distances_first) .troodos_2021_location_distances_row_item {
    color: #fff;
    transition: 0.2s all ease-in-out;
}

.troodos_2021_location_slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
}

.troodos_2021_location_slider .owl-dot {
    float: left;
    padding: 0;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 5px;
    text-indent: -999px;
    outline: 0;
    overflow: hidden;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    bottom: 0px;
}

.troodos_2021_location_slider .owl-dot.active {
    height: 15px;
    width: 15px;
    bottom: 3px;
    border-radius: 35%;
    background: transparent;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.troodos_2021_location_slider .owl-stage-outer,
.troodos_2021_location_slider .owl-stage,
.troodos_2021_location_slider .owl-item {
    height: 100%;
}

@media screen and (orientation: portrait) and (max-width: 1050px) {
     :root {
        --troodos_2021_location_container_width: 90%;
        --troodos_2021_location_font_size: 9.5vmax;
    }
    .troodos_2021_location_slider {
        height: 40vh;
        width: 100%!important;
    }
    .troodos_2021_location_slider_img {
        width: unset!important;
        position: relative;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .troodos_2021_location_title:first-of-type {
        top: 0px;
    }
    .troodos_2021_location_slider .owl-dots {
        bottom: 10px;
    }
    .troodos_2021_location_distances_row {
        align-items: stretch;
    }
    .troodos_2021_location_text {
        font: 300 var(--troodos_2021_accommodation_text_facilities) 'Effra';
    }
}

@media screen and (orientation: landscape) and (max-width: 1050px) {
     :root {
        --troodos_2021_location_container_width: 90%;
        --troodos_2021_location_font_size: 9.5vmax;
    }
    .troodos_2021_location_slider {
        height: calc(100vh - 50px);
        width: 100%!important;
    }
    .troodos_2021_location_slider_img {
        width: 100%;
        position: relative;
        /* height: 100%;
        left: 50%;
        transform: translateX(-50%); */
    top: 50%;transform: translateY(-50%);min-height: 100%;}
    .troodos_2021_location_slider .owl-stage-outer,
    .troodos_2021_location_slider .owl-stage,
    .troodos_2021_location_slider .owl-item {
        height: 100%;
        position: relative;
    }
    .troodos_2021_location_title:first-of-type {
        top: 0px;
    }
    .troodos_2021_location_slider .owl-dots {
        bottom: 10px;
    }
    .troodos_2021_location_distances_row {
        align-items: stretch;
    }
    .troodos_2021_location_text {
        font: 300 var(--troodos_2021_accommodation_text_facilities) 'Effra';
    }
}