.troodos_2021_restaurant_container {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.troodos_2021_restaurant_container:nth-of-type(even) {
    background-color: #266d69;
    flex-direction: row-reverse;
}

.troodos_2021_restaurant_image {
    flex: 0 1 50%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.troodos_2021_restaurant_image_item {
    height: 100%;
    position: relative;
    min-width: 100%;
    width: unset!important;
    left: 50%;
    transform: translateX(-50%);
}

.troodos_2021_restaurant_text {
    flex: 0 1 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.troodos_2021_restaurant_text_container {
    flex: 0 1 70%;
    position: relative;
}

.troodos_2021_restaurant_title {
    font: 400 8vmax/8vmax 'Alegre';
    padding: 0;
    margin: 0 0 50px 0;
    position: relative;
}

.troodos_2021_restaurant_rest_text {
    font: 300 var(--troodos_2021_font_size)/var(--troodos_2021_line_height) 'Effra';
    padding: 0;
    margin: 0 0 0px 0;
    position: relative;
    max-height: 75vh;
}

.troodos_2021_restaurant_container:nth-of-type(even) .troodos_2021_restaurant_title,
.troodos_2021_restaurant_container:nth-of-type(even) .troodos_2021_restaurant_rest_text {
    color: #fff;
}

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

.troodos_2021_restaurant_image .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_restaurant_image .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_restaurant_image .owl-stage-outer,
.troodos_2021_restaurant_image .owl-stage,
.troodos_2021_restaurant_image .owl-item {
    height: 100%;
}

.troodos_2021_restaurant_image .owl-item {
    overflow: hidden;
}


.troodos_2021_restaurant_menu {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
    margin-top: 10px;
}

.troodos_2021_restaurant_menu_container {
    flex: 1 0 27%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.2s all ease-in-out;
}

.troodos_2021_restaurant_menu_container:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s all ease-in-out;
}

.troodos_2021_restaurant_container:nth-of-type(even) .troodos_2021_restaurant_menu_container {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.troodos_2021_restaurant_container:nth-of-type(even) .troodos_2021_restaurant_menu_container:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.2s all ease-in-out;
}

.troodos_2021_restaurant_menu_inner_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.troodos_2021_restaurant_menu_img_bg {
    width: 100%;
    height: 40px;
    background-image: url(../images/menu.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 7px 0 0 0;
}

.troodos_2021_restaurant_container:nth-of-type(even) .troodos_2021_restaurant_menu_img_bg {
    background-image: url(../images/menu_white.png);
}

.troodos_2021_restaurant_menu_img {
    width: 50%;
    max-width: 64px;
    position: relative;
}

.troodos_2021_restaurant_container:nth-of-type(even) a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px 0 0 0;
}

.troodos_2021_restaurant_container:nth-of-type(odd) a {
    color: #000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px 0 0 0;
}

.troodos_2021_restaurant_menu_text {
    font: 300 var(--troodos_2021_font_size) 'Effra';
    position: relative;
    text-align: center;
    /* max-width: 50px; */
    color: inherit;
    text-decoration: none;
    padding: 7px 0 2px 0;
    margin: 0;
}

@media screen and (orientation: portrait) and (max-width: 1050px) {
    .troodos_2021_restaurant_container {
        height: unset;
        flex-direction: column!important;
    }
    .troodos_2021_restaurant_image .owl-stage-outer,
    .troodos_2021_restaurant_image .owl-stage,
    .troodos_2021_restaurant_image .owl-item {
        height: unset;
    }
    .troodos_2021_restaurant_image_item {
        height: unset;
        position: relative;
        width: 100%!important;
        left: 0;
        transform: none;
    }
    .troodos_2021_restaurant_title {
        margin: 0 0 0 0;
        padding: 20px 0;
    }
    .troodos_2021_restaurant_rest_text {
        padding: 0 0 20px 0;
        max-height: unset;
    }
}

@media screen and (orientation: landscape) and (max-width: 1050px) {
    .troodos_2021_restaurant_container {
        height: unset;
        flex-direction: column!important;
    }
    .troodos_2021_restaurant_image {
        height: calc(100vh - 50px);flex: unset;}
    .troodos_2021_restaurant_image .owl-stage-outer,
    .troodos_2021_restaurant_image .owl-stage,
    .troodos_2021_restaurant_image .owl-item {
        height: 100%;
        position: relative;
    }
    .troodos_2021_restaurant_image_item {
        height: unset;
        position: relative;
        width: 100%!important;
        left: 0;
        transform: translateY(-50%);
    top: 50%;}
    .troodos_2021_restaurant_title {
        margin: 0 0 0 0;
        padding: 20px 0;
    }
    .troodos_2021_restaurant_rest_text {
        padding: 0 0 20px 0;
        max-height: unset;
    }
}