
/*list object fff */
.cloneObjectWrapper{
    display: none;
}

.cloneTripWrapper{
    display: none;
}
.readMoreLink{
    float: right;
    color: #000;
}

.objectArea:not(.active){
    display: none;
}

.objectSpecs:not(.active){
    display: none;
}


.widget ul {
    max-height: 250px;
    overflow: auto;
}



#footer-page .awe-social .fa-linkedin {
    background-color: #0077b5;
}

#footer-page .awe-social .fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.travelling-block .item .clsa {
    background-color: #006d82aa;
    display: flex;
}
.travelling-block .item .clsa img {
    margin: auto;
    width: 85%;
}
.places-icons + span{
    margin-top:20px;

}

.polis li {
    width: calc((100% / 4) - 15px)!important;
}

.product-detail__info .product-descriptions iframe{
    height: 500px!important;
}

/*.object .lSSlideOuter{*/
/*    width:50%!important;*/
/*    float: left;*/
/*}*/
.object .lSSlideOuter{
    width:50%!important;
    float: left;
}

.overmaptitle{
    margin-bottom: 10px;
}

section.hero-section.hotel{
    height: 600px;
}

@media screen and (max-width: 992px) {
    .object .lSSlideOuter {
        width: 100%!important;
        float: left;
    }
}
@media screen and (max-width: 700px) {
    .polis li {
        width: calc((100% / 2) - 15px) !important;
    }

}

.descr-accommondation h6{
    border-top: 1px solid lightgrey;
}
.sym-accomodation {
    flex-wrap:wrap;
    justify-content: unset;

}
.sym-accomodation .symc{
    display:flex;
    border: 1px solid lightgrey;
    border-radius: 20px;
    width:30%;
    margin-bottom:10px;
    margin-right: 15px;
}

#bookingRow{
    margin-bottom:25px;
}
.bookRoom h5{
    margin-bottom: 20px;
    margin-top: 0;
}

.bookRoom .form-group{
    border:1px solid lightgray;
    padding: 8px;
    border-radius:12px;
}

.bookRoom .form-group label {
    margin-left:12px;
    width:100%;
}


.bookRoom input[type='date'],select{

    width:100%;
    border-width:0!important;
    outline:none;
    background-color: transparent;
    padding-left: 10px;
    color:black;
}

.product-iframe {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: transform .6s ease-in-out;
    transform: translateX(100%);
}
.product-iframe svg {
    position: absolute;
    top: 16px;
    right: 16px;
    max-width: 26px;
    cursor: pointer;
}

.accomodation-img{
    border-radius: 20px;
    height:400px;
}

#accomodation-title{
    margin-left:10px;
}


.tabsAcc,.tabsDescr{
    background-color: #004f5e;
    margin-bottom:10px;
}

.tabsAcc ul li a,
.tabsDescr ul li a{
    color:white;
}

.nav-tabs li i,
.nav-tabs2 li i{
    margin-right:5px
}

.tabsAcc .nav-tabs li a.active{
    background-color: white;
    color: #004f5e;
}
.tabsDescr .nav-tabs2 li a.active{
    background-color: white;
    color: #004f5e;
}
.tabsDescr .nav-tabs2 li a{
   border-radius:0px;
}
.symbolImg{
    width:80px;
    height:80px;
}
.text-accom p{
    margin-top:27px;
}
.description-tabs{
    height:100px;
    overflow:hidden;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-rooms {
    text-align: center;
    background-color: lightgray;
}
.image-rooms img{
    max-height: 230px
}
#rooms h6{
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.rooms-modal{
    display: none;
}

.modal-rooms-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    border-radius: 7px;
    height:302px;
}

.rooms-modal .modal-dialog
{
    width:800px;
}



#viewMorebutton{
    color:white;
    float:right;
}
/*#lightgalleryObjectAccomodation{
    max-height:220px!important;
}*/
#accomondation-gallery-slider img{
    height:225px!important;
}

#bookingBtn{
    width: 100%;
    border: 2px solid black;
    color: black;
    font-weight: 700;
    padding: 14px;
}

.modal {
    z-index:99999;
    top:147px;
}


.modal-footer{
    text-align: left;

}

.bookmodal img{
    width: 73px;
    height:100px;
}


.modal-footer button{
    border-color: #933;
    background-color: #933;
    color: white;
    transition: all 250ms ease;

}
.x-close{
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 26px;
    z-index: 99999;
}


.x-close svg{
    border: 1px solid black;
    border-radius: 50px;
    background-color: black;
}

#modal-close, #viewMorebutton{
    background-color: #004f5e;
    border: 1px solid #004f5e;
}

.modal-body h4{
    color: #a99562;
    text-align: center;
}
.msg-popup{
    display:none;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    background: #fff;
    bottom: 0;
    box-shadow: 0 -7px 10px -5px rgb(0 0 0 / 35%);
    color: #000;
    padding: 30px 0 15px;
    position: fixed;
    right: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index:150;
}

.product-detail #accomodationTabs {
    display:none;
}

.msg-popup a.dismiss {
    position: absolute;
    right: 10px;
    top: 8px;
}
.msg-popup a {
    color: #003;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 15px;
    text-decoration: none;
}
.msg-popup .fa {
    color: #000;
}
.msg-popup .msg-popup-item {
    padding: 0 30px 15px 15px;
}

.nav-tabs{
    border-bottom: 0;
    margin-left: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 94px;
    right: 40px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #004f5e;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    outline: none;
}

#go-to-bottom {
    position: fixed;
    font-size:x-small;
    top: 50%;
    right: 19px;
    z-index: 999;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 30px;
    background: #004f5e;
    cursor: pointer;
    border: 0;
    border-radius: 40px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    outline: none;
    color:white;
}
#back-to-top.show,
#go-to-bottom.show{
    opacity: 1;
}

#back-to-top i,
#go-to-bottom i{
    color:white;
}

.description-tabs p,
.description-tabs div{
    font-size:10px;
}
.modal-body{
    overflow-y: scroll;
    max-height: 500px;
    overflow-x: hidden;
}
#rooms{
    display: none;
}

#rooms #viewMorebutton{
    margin-top:5px;
}

.category-heading-section-demo {
    height:500px;
    background-position: 0px -100px;

}
.find{
    height:500px!important;

}

@media  screen and (min-width: 700px) and (max-width:1150px) {

    #accomodationTabs{
        display:block!important;
        margin-left:30px;
    }
    #accomodationTabs a{
        font-size:25px;
    }
    #accomodationTabs-gallery,
    .accomodationTabs-map,
    #bookingRow{
        display: none;
    }



    .modal-body{
        overflow-y: scroll;
        max-height: 500px;
        overflow-x: hidden;
    }
    .tabsDescr{
        display: none;
    }
    .product-detail__info .product-descriptions iframe{
        height: 340px;
    }

    .rooms-modal .modal-dialog
    {
        width:800px;
    }
    .category-heading-section-demo {
        height:500px;
        background-position: center -100px;

    }

}

@media (max-width:500px){
    .rooms-modal .modal-dialog
    {
        width:auto;
    }
    .category-heading-section-demo {
        height:500px;
        background-position: center -100px;

    }
}
@media (min-width: 500px){
    .msg-popup{
        border: 1px solid #eee;
        border-bottom: 0;
        box-shadow: -5px -7px 10px -5px rgb(0 0 0 / 35%);
        max-width: 450px;
        right: 20px;
    }

    .modal-body{
        overflow-y: scroll;
        max-height: 500px;
        overflow-x: hidden;
    }


    .accomodation-img {

        height: auto;
    }

    .product-detail__info .product-descriptions iframe{
        height: 209px;
    }



    .category-heading-section-demo {
        height:500px;
        background-position: center -100px;

    }
    #accomondation-gallery-slider img{
        max-height: 100%!important;
    }
}
@media all and (max-width: 1552px) {
    .rooms-modal{
        top:0;
    }
}

@media all and (max-width: 450px) {
    .rooms-modal{
        top:87px;
    }
}

@media  (max-width: 599px) {
    #accomodationTabs {
        display:block!important;

    }
    .accomodation-img {

        height: auto;
    }

    .tabsDescr{
        display: none;
    }

    #accomodationTabs-gallery,
    .accomodationTabs-map,
    #bookingRow{
        display: none;
    }
    #accomondation-gallery-slider img{
        max-height: 100%!important;
        object-fit:cover;
    }

    .sym-accomodation .symc{
        width:100%;
    }

    #rooms .col-sm-12{
        margin-bottom:56px;
    }
    .modal-body{
        overflow-y: scroll;
        max-height: 500px;
        overflow-x: hidden;
    }
    .product-detail__info .product-descriptions iframe{
        height: 209px;
    }
    .rooms-modal .modal-dialog
    {
        width:auto;
    }

    .category-heading-section-demo {
        height:500px;
        background-position: center -100px;

    }

}

@media (max-width:375px){
    .category-heading-section-demo {
        height:500px;
        background-position: center -100px;

    }
}
.accomodationTabs-map{
    min-height: 400px;
    width: 100%;
}
.hero-section2{
    margin-top: 170px!important;
    margin-bottom: 170px!important;
}
.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-container .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    background-color: #006d82;
    border-radius: 50%;
    padding: 2rem 2.5rem 2rem 3rem;
    transition: 0.5s;
}

.container-button{
    display:grid;
    place-items:center;
    cursor:pointer;
    padding:4rem;
    background:#efeeee;
    border-radius:25%;
    transition:all 0.3s ease-in;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1),
    -7px -2px 10px rgba(255,255,255,0.6);
}
.container-button .fa-play{
    display:grid;
    place-items:center;
    font-size:3rem;
    color:gray;
}
.container-button:active{
    box-shadow: inset 10px 10px 10px rgba(0,0,0,0.1),
    inset -10px -10px 10px rgba(255,255,255,0.6);
}
.container-button:active .fas{
    color:#721efa;
}
/*--------------------   VIDEO HOME--- */


.videomodal{
    width: 800px;
    left: calc(50%	-	400px);
    height: fit-content;
    padding: 20px;
}

#modalback{
    background-color:gray;
    opacity:0.8;
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 4000;
    cursor:pointer;
}

#closevideomomal{
    background-color: #006d82;
    color: white;

    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor:pointer;
    font-weight: bold;
    font-size: 24px;
    z-index: 9000000;
}


#videoowlcarouselthumb .item{
    background-image: none;
    min-height: auto;
    color: white;
    font-size: 12px;

    text-transform: none;
    border-bottom: 4px solid gray;
    /* padding-right: 30px; */

    z-index:2;
    min-height: 60px;
    max-height: 60px;
}



#videoowlcarouselthumb .item.active{
    border-bottom: 4px solid gold;
}




#videoowlcarouselthumb{

    margin-top: -80px;
    margin-left: 30px;
    margin-right: 30px;

    position: relative;


}

.col-md-3.upperitem{
    z-index:2;
    cursor:pointer;
}


.col-md-3.upperitem:hover .item{
    color:gold!important;
}


.hero-section2.onlyvideo{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

@media screen and (max-width: 767px) {


    #videoowlcarouselthumb{
        margin-top: -120px;
    }


}
@media only screen and (max-width: 800px) {
    .videomodal {
        width: 400px;
        left: calc(50% - 200px);
        height: fit-content;
        padding: 20px;
    }


}




