









[class*='imageDescription'] img, .wt1img img, .wt2img img, .wt3img img, .camera_wrap {
    visibility: hidden;
    opacity: 0;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    opacity: 1 !important;
}

@keyframes fadeIn {
    0% {
        /*      transform: scale(0); */
        transform: translateY(20px);
        opacity: 0.0;
    }
    100% {
        /*      transform: scale(1); */
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        /*      -webkit-transform: scale(0); */
        -webkit-transform: translateY(20px);
        opacity: 0.0;
    }
    100% {
        /*      -webkit-transform: scale(1); */
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}


.hidden-script-for-anim {
    display: none;
}


.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper, 
.inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper {
    width: 100%;
    max-width: none;
    padding: 30px 0;
}

.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper > div, 
.inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper > div{
    padding: 0;
}

.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper > div > div, 
.inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper > div > div,
.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper > div > p, 
.inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper > div > p{
    padding: 0 15px;
}
.weather-wrap,.wtlocation {
    background-color: rgba(0, 0, 0, 0.2);
}


/*padding recuded for widgets*/
.homepage .content_wrapper .no-gutter .widget-wrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper {
    padding: 20px 0px;
}

.homepage .content_wrapper .no-gutter .widget-wrapper.bgImageContainer, .inner-page .content_wrapper .no-gutter .widget-wrapper.bgImageContainer {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    -ms-background-clip: content-box;
    -o-background-clip: content-box;
    background-clip: content-box;

}
.simp-custom-designcopy .right-box {
    background-color: #eae8e8d1;
    width: 31%;
    padding: 7px 40px;
    height: 100%;
}

.simp-custom-designcopy .left-box{
width: 69%;
    height: 100%;
    font-size: 17px;
    line-height: 26px;
    padding: 3% 6% 0% 9%;
}
.simp-custom-AmenitesWithSheen {
    position: relative;
}
.simp-custom-AmenitesWithSheen:before{
    content:'';
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#bookingForm .whyBookDirect .wrapperOfBenefits {
    background: #000;
}
.explorer_chain .abs_parent #bookingForm .whyBookDirect .wrapperOfBenefits:after{
    border-top: solid 15px #000;
}
.explorer_chain .abs_parent #bookingForm .whyBookDirect .wrapperOfBenefits.changePosOfBenefits:after{
    border-bottom: solid 15px #000;
}




/*.headerTopStrip {*/
/*    height: 0;*/
/*}*/
/*.topStrip-details,*/
/*.topStrip-details-2 {*/
/*    color: #fff !important;*/
/*    padding: 0 20px;*/
/*}*/
/*.topStrip-newtab{*/
/*    padding-left: 5px;*/
/*}*/

/*.collapsedNavbar .headerTopStrip{*/
/*    background: #333;*/
/*    color: #f4f4f4;*/
/*    font-size: 14px;*/
/*    height: 30px;*/
/*    transition: all ease .5s;*/
/*    overflow: hidden;*/
/*}*/

/*.headerTopStrip .header_top_contact {*/
/*    float: left;*/
/*}*/

/*.headerTopStrip .topStrip-close-btn {*/
/*    float: right;*/
/*    background: none;*/
/*    border: none;*/
/*}*/
/*.collapsedNavbar header nav.navbar.navbar-top {*/
/*    height: 110px;*/
/*}*/
/*.collapsedNavbar.parent-hotel.for-innerpage .loc-fullwidth {*/
/*    padding-top: 10px;*/
/*}*/

/*.mobile .topStrip-details-2 {*/
/*    margin-left: 25px;*/
/*    padding: 0;*/
/*}*/
/*.mobile.collapsedNavbar .headerTopStrip{*/
/*    height:60px;*/
/*}*/
/*.mobile .headerTopStrip .topStrip-close-btn{*/
/*    position:absolute;*/
/*    right:5px;*/
/*}*/






.landing_PopupWrapper {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    justify-content:center;
    align-items:center;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup img {
    margin: auto;
    float: none;
    max-width: 100%;
}
.for-homepage .landing_Popup {
    position: relative;
    max-width: unset;
    width: unset;
}
.imgforPopup {
    max-width:90%;
    display:block;
}
.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    background: transparent;
    border: 2px solid #EBEDEC;
    border-radius: 50%;
    color:#fff;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3,0.3);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
.landing_Popup{
    animation: zoominoutsinglefeatured 1s ease-in-out;
}
.mobile.for-homepage .landing_Popup .popUp_Close{
    top: -20px;
    right: -10px;
    width: 10px;
    height: 10px;
    padding:8px;
}
.mobile.for-homepage .landing_Popup .popUp_Close i{
    font-weight:100;
}



/*.landing_PopupWrapper {*/
/*  position: fixed;*/
/*  top:0;*/
/*  left:0;*/
/*  right:0;*/
/*  bottom:0;*/
/*  background-color: rgba(0,0,0,0.8);*/
/*  z-index: 10000;*/
/*  justify-content:center;*/
/*  align-items:center;*/
  /*opacity: 0; */
/*  display:none;*/
/*}*/
/*.for-homepage .landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/
/*.for-homepage .landing_Popup {*/
/*  position: relative;*/
  /*
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%); */
/*  max-width: 90%;*/
/*  width:450px;*/
/*}*/
/*.for-homepage .imgforPopup {*/
/*  max-width:90%;*/
/*  display:block;*/
/*}*/
/*.for-homepage .landing_Popup .popUpClose {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 45px;*/
/*    background: url(https://assets.simplotel.com/simplotel/image/upload/v1495518454/close_icon.png) no-repeat;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 0;*/
/*    filter: brightness(0.5);*/
/*}*/
/*@keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*        transform: scale(0.3,0.3);*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.1,1.1);*/
/*    }*/
/*    100% {*/
/*        transform: scale(1,1);*/
/*    }*/
/*}*/
/*.for-homepage .landing_Popup{*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/

.simp-custom-table-border table,
.simp-custom-table-border td{
    border:none !important;
}


#secondaryLogo
{
    display: none;
}

.lang-book-wrapper{
    margin-right: 150px !important;
}


.sec-logo-wrapper {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    top: 6px;
    z-index: 1032;
}

.sec-logo {
    width: 95px;
    cursor:auto;
}



