:root {
    --service_provider_2022_location_container_width: 70%;
    --service_provider_2022_location_font_size: 5.5vw;
    --service_provider_2022_location_subtitle_font_size: 4.5vw;
    --service_provider_buller_size: calc(var(--service_provider_2022_font_size) - 0.5vw);
    --service_provider_buller_padding: var(--service_provider_2022_font_size);
}

.service_provider_2022_location_slider {
    width: 90%!important;
    position: relative;
    margin: var(--service_provider_2022_margin_top) auto 0 auto;
    height: 75vh;
    overflow: hidden;
}

.service_provider_2022_location_slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.service_provider_2022_location_title {
    width: var(--service_provider_2022_location_container_width);
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
    font: 400 var(--service_provider_2022_location_font_size)/var(--service_provider_2022_location_font_size) 'Alegre';
    text-align: center;
    padding: 3vh 0 3vh 0;
    color: #2f97ac;
}

.service_provider_2022_location_title:first-of-type {
    top: -40px;
}

.service_provider_2022_location_title.halkidiki {
    top: unset;
}

.service_provider_2022_location_subtitle {
    width: var(--service_provider_2022_location_container_width);
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
    font: 400 var(--service_provider_2022_title_font_size)/var(--service_provider_2022_title_font_size) 'Alegre';
    text-align: center;
    padding: 3vh 0 3vh 0;
    color: #2f97ac;
}

.service_provider_2022_location_text {
    width: var(--service_provider_2022_location_container_width);
    margin: 0 auto;
    padding: 0;
    font: 300 var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height) 'Effra';
    color: #999;
    position: relative;
    text-align: center;
}

.service_provider_2022_location_highlight {
    font-weight: 600;
    color: #63b0d7;
    padding: 0;
    margin: 0;
}

.service_provider_2022_location_text ul {
    margin: 0;
    padding: 0;
}

.service_provider_2022_location_text li {
    font: 300 var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height) 'Effra';
    color: #999;
    text-align: left;
    margin: 0;
    position: relative;
    padding: 5px 0 5px var(--service_provider_buller_padding);
    list-style-position: outside;
    background-image: url(../images/bullet_list.png);
    background-repeat: no-repeat;
    background-position: 0 40%;
    background-size: var(--service_provider_buller_size);
    list-style-type: none;
}

.service_provider_2022_location_map {
    width: var(--service_provider_2022_location_container_width);
    height: 50vh;
    margin: 0 auto 0px auto;
    position: relative;
}

.service_provider_2022_location_map iframe {
    height: 100%;
}

.service_provider_2022_location_map_item {
    width: 100%;
    height: 100%;
    position: relative;
}

.service_provider_2022_location_slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
}

.service_provider_2022_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;
}

.service_provider_2022_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;
}

.service_provider_2022_location_slider .owl-stage-outer,
.service_provider_2022_location_slider .owl-stage,
.service_provider_2022_location_slider .owl-item {
    height: 100%;
}

.service_provider_2022_location_distances {
    width: var(--service_provider_2022_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;
}

.service_provider_2022_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;
}

.service_provider_2022_location_distances_first {
    background-color: #053361;
    border-radius: 0px 0px 0 0;
    border: none!important;
}

.service_provider_2022_location_distances_first .service_provider_2022_location_distances_row_item {
    font: 600 var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height) 'Effra';
    color: #fff;
    border-right: 1px solid #999;
    background-color: #2f97ac;
    /* background-color: #053361; */
}

.service_provider_2022_location_distances_row_item {
    flex: 1 0 24%;
    position: relative;
    font: 300 calc(var(--service_provider_2022_font_size) - 0.1vw)/var(--service_provider_2022_line_height) 'Effra';
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.service_provider_2022_location_distances_row_item:first-child {
    border-left: 1px solid #999;
}

.service_provider_2022_location_distances_row.operating_days:hover:not(.service_provider_2022_location_distances_first) {
    background-color: #000;
    transition: 0.2s all ease-in-out;
}

.service_provider_2022_location_distances_row.operating_days:hover:not(.service_provider_2022_location_distances_first) .service_provider_2022_location_distances_row_item {
    color: #fff;
    transition: 0.2s all ease-in-out;
}

.service_provider_2022_location_left_right {
    width: 95%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.service_provider_2022_location_left_right_container {
    flex: 0 1 45%;
    position: relative;
}

.service_provider_2022_location_left_right_container .service_provider_2022_location_map {
    width: 100%;
    height: 50vh;
}

.service_provider_2022_location_left_right_container .service_provider_2022_location_distances {
    width: 100%;
}

.service_provider_2022_location_left_right_container .service_provider_2022_location_subtitle {
    width: 100%;
}

.service_provider_2022_location_left_right_container .service_provider_2022_location_text {
    width: 100%;
    height: calc(var(--service_provider_2022_line_height) * 4);
}


/* :not(.service_provider_2022_location_distances_first) */

.service_provider_2022_location_distances.locations .service_provider_2022_location_distances_row_item:hover {
    background-color: #000;
    color: #fff;
    transition: 0.2s all ease-in-out;
}

@media screen and (orientation: portrait) and (max-width: 500px) {
     :root {
        --service_provider_2022_location_container_width: 90%;
        --service_provider_2022_location_font_size: 9.5vmax;
        --service_provider_2022_location_subtitle_font_size: 8.5vw;
        --service_provider_buller_size: 2.0vw;
        --service_provider_buller_padding: 5.0vw;
    }
    .service_provider_2022_location_slider {
        height: var(--service_provider_2022_mobile_devices_img_height);
        width: 100%!important;
    }
    .service_provider_2022_location_slider .owl-stage-outer,
    .service_provider_2022_location_slider .owl-stage,
    .service_provider_2022_location_slider .owl-item {
        height: 100%;
        position: relative;
    }
    .service_provider_2022_location_slider .owl-item {
        overflow: hidden;
    }
    .service_provider_2022_location_slider_img {
        width: unset!important;
        position: relative;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .service_provider_2022_location_title:first-of-type {
        top: 0px;
    }
    .service_provider_2022_location_slider .owl-dots {
        bottom: 10px;
    }
    .service_provider_2022_location_text {
        font: 300 var(--service_provider_2022_accommodation_text_facilities) 'Effra';
    }
    .service_provider_2022_location_distances_row {
        align-items: stretch;
    }
    .service_provider_2022_location_distances_row_item {
        word-break: break-word;
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
     :root {
        --service_provider_2022_location_container_width: 90%;
        --service_provider_2022_location_font_size: 9.5vmax;
        --service_provider_2022_location_subtitle_font_size: 8.5vw;
        --service_provider_buller_size: 1.2vw;
        --service_provider_buller_padding: 2.0vw;
    }
    .service_provider_2022_location_slider {
        height: calc(100vh - 65px);
        width: 100%!important;
    }
    .service_provider_2022_location_slider_img {
        width: 100%;
        position: relative;
        /* height: 100%;
        left: 50%;
        transform: translateX(-50%); */
        top: 50%;
        transform: translateY(-50%);
        min-height: 100%;
    }
    .service_provider_2022_location_slider .owl-stage-outer,
    .service_provider_2022_location_slider .owl-stage,
    .service_provider_2022_location_slider .owl-item {
        height: 100%;
        position: relative;
    }
    .service_provider_2022_location_slider .owl-item {
        overflow: hidden;
    }
    .service_provider_2022_location_title:first-of-type {
        top: 0px;
    }
    .service_provider_2022_location_slider .owl-dots {
        bottom: 10px;
    }
    .service_provider_2022_location_text {
        font: 300 var(--service_provider_2022_accommodation_text_facilities) 'Effra';
    }
    .service_provider_2022_location_distances_row {
        align-items: stretch;
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1050px) {
     :root {
        --service_provider_2022_location_container_width: 90%;
        --service_provider_2022_location_font_size: 8.0vmax;
        --service_provider_2022_location_subtitle_font_size: 7.0vw;
        --service_provider_buller_size: 1.0vw;
        --service_provider_buller_padding: 2.2vw;
    }
    .service_provider_2022_location_slider {
        height: var(--service_provider_2022_mobile_devices_img_height);
        width: 100%!important;
    }
    .service_provider_2022_location_slider_img {
        width: unset!important;
        position: relative;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .service_provider_2022_location_slider .owl-stage-outer,
    .service_provider_2022_location_slider .owl-stage,
    .service_provider_2022_location_slider .owl-item {
        height: 100%;
        position: relative;
    }
    .service_provider_2022_location_slider .owl-item {
        overflow: hidden;
    }
    .service_provider_2022_location_title:first-of-type {
        top: 0px;
    }
    .service_provider_2022_location_slider .owl-dots {
        bottom: 10px;
    }
    .service_provider_2022_location_text {
        font: 300 var(--service_provider_2022_accommodation_text_facilities) 'Effra';
    }
    .service_provider_2022_location_distances_row {
        align-items: stretch;
    }
    .service_provider_2022_location_distances_row_item {
        word-break: break-word;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1050px) {
     :root {
        --service_provider_2022_location_container_width: 90%;
        --service_provider_2022_location_font_size: 6.5vmax;
        --service_provider_2022_location_subtitle_font_size: 5.5vw;
        --service_provider_buller_size: 1.0vw;
        --service_provider_buller_padding: 2.2vw;
    }
    .service_provider_2022_location_slider {
        height: 70vh;
        width: 100%!important;
    }
    .service_provider_2022_location_slider_img {
        width: 100%;
        position: relative;
        /* height: 100%;
       left: 50%;
       transform: translateX(-50%); */
        top: 50%;
        transform: translateY(-50%);
        min-height: 100%;
    }
    .service_provider_2022_location_slider .owl-stage-outer,
    .service_provider_2022_location_slider .owl-stage,
    .service_provider_2022_location_slider .owl-item {
        height: 100%;
        position: relative;
    }
    .service_provider_2022_location_slider .owl-item {
        overflow: hidden;
    }
    .service_provider_2022_location_title:first-of-type {
        top: 0px;
    }
    .service_provider_2022_location_slider .owl-dots {
        bottom: 10px;
    }
    .service_provider_2022_location_distances_row {
        align-items: stretch;
    }
    .service_provider_2022_location_text {
        font: 300 var(--service_provider_2022_accommodation_text_facilities) 'Effra';
    }
}