@import 'bootstrap.css';
@import 'linearicons.css';
@import 'glide.core.css';
@import 'glide.theme.css';
@import 'animate.css';
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic');


@keyframes ken-burn-in {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .025em;
}

.text-dark{
    color:#000;
}

a {
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.bold{
    font-weight: 600;
}

.boxed {
    padding-left: 5rem;
    padding-right: 5rem
}

.navbar {
    display: flex;
    position:  absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.4s all;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff;
    z-index: 100;
    animation: slideInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1.4s; /* don't forget to set a duration! */
    box-shadow: 0 0 65px rgba(0,0,0,0.07);
    /* transition: 0.4s all; */
  }
.animate__slideInUp{
    animation: slideInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}

.mfp-preloader {
    width: 30px !important;
    height: 30px !important;
    background-color: #FFF;
    opacity: 0.65;
    margin: 0 auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
  }
  
  @-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  }
  
  @keyframes rotateplane {
    0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
    50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
    100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
  }




.navbar .brand{
    text-align: center;
    flex:1;
    justify-content: center;
}

.navbar address{
    display: flex;
    flex:1;
    margin-bottom: 0px;
    justify-content: start;
    align-items: center;
    line-height: 0.4rem;
}
.navbar-address span{
    margin-left:5px;
}

.social-tags{
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin:0;
}

.social-tags > li{
    margin-left: 2rem;
}
.social-tags > li:first-child{
    margin-left:0px;
}
.social-tags > li a{
    color:#000;
    font-size: 16px;
}

.social-tags > li a:hover{
    color:#5fc7d1;
}

.navbar-spacer {
    margin: -1rem 3rem 0;

}

.navbar .brand img{
    height: 3rem;
}

.burger-menu{
    display: flex;
    justify-content: flex-end;
    align-items:center;
}

.burger-menu span{
    margin-left: 10px;
}

.navbar-toggle {
    margin: 0;
    padding: 0px;
    border-radius: 0;
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    background-color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}

.navbar-toggle:hover .icon-bar {
    background-color:#5fc7d1;
}

.main-overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background:rgba(0,0,0,0.2);
}

.main-banner{
    display: flex;
    position: relative;
    top:0px;
    height: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    padding-bottom: 75px;
    /* padding-top:5rem; */
    
    z-index: 3;
}

.ken-burn-center > img {
    animation: ken-burn-in 10s;
    transform: scale(1.2);
}

.main-banner::before{
    content:"";
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100vh;
   
    z-index: -1;
    background:rgba(0,0,0,0.2);

}


.section-image > img{
    /* animation: bounceIn 2s; */
    /* transform: scale(1.2); */
}

.lang-bottom {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 2.4rem;
    color: #fff;
}

.lang-bottom .menu-lang {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}
.btn-myColor{
    background-color: #64c9d2;
    color:#fff;
}
.lang-bottom .menu-lang a{
    margin-right: 20px;
        color:#5fc7d1;
}
.lang-bottom .menu-lang a:not(.active) {
    color: #fff;
}
.lang-bottom.white,.lang-bottom.white .menu-lang a:not(.active) {
    color: #fff;
}

.lang-bottom .menu-lang a:hover,.lang-bottom.white .menu-lang a:hover {
    color: #5fc7d1;
    text-decoration: none;
}

.banner-info{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    color:#fff;
}

.banner-images{
    align-self: flex-end;
}

.welcome-text{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.banner-title{
    font-family: 'Playfair Display', sans-serif;
    font-size: 5.5rem;
    font-weight: 600;
}

.banner-more{
    color:#fff;
    text-decoration: none;
}
.banner-more:hover{
    text-decoration: none;
    color:rgb(218, 218, 218);
}


p.banner-text{
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;

}


.box-left-text {
    display: flex;
    position: absolute;
    white-space: nowrap;
    width: 0;
    left: 5rem;
    font-weight: 600;
    z-index: 12;
    text-transform: uppercase;
    letter-spacing: .1em;
    justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.box-left-text span {
    display: block;
    float: right;
    color:#fff;
}

/*
-------------------------------------------------------------------
IMAGE - SECTION
-------------------------------------------------------------------
*/

.section-image {
    background-size: cover;
    background-position: center center;
}

.section-image.bg-top {
    background-position: top;
}

.section-image.bg-bottom {
    background-position: bottom;
}

/*
-------------------------------------------------------------------
IMAGE BOX - COMPONENT
-------------------------------------------------------------------
*/

.img-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    transition: all .5s;
}

.img-box:before {
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all .5s;
}

.img-box:hover:before {
    transition: all 0s;
}

.img-box:hover, .light .img-box:hover, .img-box:hover:before {
    opacity: 1;
}

.img-box img {
    max-width: 100%;
    display: block;
    position: relative;
    border-radius: 3px;
    transition: all .5s;
}

.img-box:hover img {
    opacity: .8;
}

.img-box-caption span {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    color: #FFF;
    font-size: 12px;
}

.img-box > i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    z-index: 5;
}

img {
    display: inline-block;
}

.img-grayscale {
    filter: grayscale(100%);
}

.img-png:hover {
    background: none;
}

.img-png:hover img {
    margin: auto !important;
    height: auto !important;
    width: auto !important;
}

.controls-out {
    z-index: 5;
 
}

.glide__bullets{
    position: relative;
    margin-top: 30px;
    width: 100%;
    background:rgba(255, 255, 255, 0.35)
}

.controls-out .glide__bullet {
    width: 100%;
    border-radius: 0;
    margin: 0 1px;
    height: 6px;
    border-radius: 3px;
    opacity: 0;
}

.controls-out .glide__bullet--active{
    opacity: 1;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/*
-------------------------------------------------------------------
SECTION - SHARE
-------------------------------------------------------------------
*/

.section-subtitle{
    color:#5fc7d1;
}
.section-title{
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.section-info{
    line-height: 2.1428rem;
    color:#5d5c5c;
    margin-bottom: 4rem;
}
.section-subtitle{
    text-transform: uppercase;
    
}

/*
-------------------------------------------------------------------
About section
-------------------------------------------------------------------
*/
.about-main{
    display: flex;
    position: relative;
    background-color: #fcfcfc;
    width: 100%;
    /* height: 100vh; */
    padding-top:75px;
    padding-bottom: 75px;
    align-items: center;
    /* padding-top:5rem; */
    z-index: 2;
    /* overflow: hidden; */
}

.about-details{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about-main .section-subtitle{
    margin-bottom: 40px;
}

.section-about-title{
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-about-list{
    display: flex;
    list-style-type: none;
    margin:0px;
    padding:0px;
    flex-direction: column;
}

ul.section-about-list > li{
    margin-bottom: 1.2rem;
}
ul.section-about-list > li > a{
    color:#5c5b5b ;
    font-size: 1rem;
    text-transform: uppercase;
    transition:padding .5s ease-in-out;
}

ul.section-about-list > li > a:hover{
        color:#030303;
        text-decoration: none;
        padding-left:10px;
}

.image-box{
    display: flex;
}
.abt-img{
    position: relative;
    width: 50%;
    margin-top: 6rem;
}

.image-box img{
    -webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    -ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    -o-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.image-box .img-1 img{
    position: absolute;
    z-index: 1;
    left:0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.image-box .img-2 img{
    position: absolute;
    z-index: 2;
    top:4rem;
}

.image-box .img-3 img{
    position: absolute;
    z-index: 3;
    top:17.5rem;
    left: -23rem;
    bottom: 0;

}

/*
-------------------------------------------------------------------
Room section
-------------------------------------------------------------------
*/

.section-rooms{
    position: relative;
    display: flex;
    width: 100%;
    /* height: 100vh; */
    padding-top:75px;
    padding-bottom: 75px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    vertical-align: middle;
    /* padding-top:5rem; */
    z-index: 2;
    /* overflow: hidden; */

}

.section-room-title{
    margin-top:20px;
    font-size: 1.6rem;
}

.room_slide {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; 
}

.room__slide {
    width: 100%;
    height: 100%;
    margin-right:0px !important;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; 
}



.room__slide{
    margin-left:30px !important;
}



.room__slide:first-child{
    margin-left:0px !important; 
}

    .room__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }

.rooms{
    display: flex;
}

.glide__slide {
    background-size: cover;
}

.box-room-img{
    position: relative;
    width:100%;
    height: 30vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background-size: 100% 100% !important; */
    background-size: contain, cover;
    transition: all .5s;
    overflow: hidden;
}




.box-room-img:before {
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all .5s;
}

.img-box:hover:before {
    transition: all 0s;
}

 .box-room-img:hover:before {
    opacity: 0.3;
}

.box-desc{
    width: 100%;
    position: relative;
    display:flex;
    flex-direction: column;
    padding-top:75px;
}

.box-desc p {
    font-size: .8rem;
    margin-bottom: 30px;
    text-align: justify;
    height: 10rem;;
}
.box-desc h4{
    font-size: 1.8rem;
    font-weight:600;
    margin-bottom: 2rem;
}
.box-desc h4 a{
   color: #1b1e1f;
   transition:color 0.5s ;
}
.box-desc h4 a:hover{
    text-decoration: none;
    color: #25a4b3;
}
.room-book{
    display: flex;
}
.room-book button{
    border-radius: 0px;
    text-transform: uppercase;
    font-size:0.9rem;
    padding: 12px 16px;
    margin-right: 16px;
    transition:background-color 0.5s ;
}

.room-book button:hover,
.room-more button:hover{
    color:#f1f1f1;
    background-color: #25a4b3;
}

.room-price{
    display: flex;
    flex-direction: column;
}
.room-price .price{
    font-size: 1.4rem;
    padding:0px;
    margin:0px;
    height: auto;
}
.room-price .per{
    font-size: 10px;
    line-height: 12px;
}




.box-details{
    position: absolute;
    background-color: #12a8b5;
    top:-30px;
    padding:5px 5px;
    color:#fff;
    width:calc(100% - 4%);
    border-radius: 5px;
    z-index: 100000;
}
.box-details ul{
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding:0px;
    list-style: none;
    align-self: center;
    align-content: center;
   
}
.box-details ul li{
    display: flex;
    padding:10px;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
}

.box-details ul li i{
    font-size: 0.8rem;
    margin:0px;
}

.box-details ul li span{
    display: flex;
    align-items: center;
    word-wrap: break-word;
    font-size: 0.7rem;
    margin-top:5px;
    margin-bottom: 0px ;
    line-height: 0.9rem;
}

.room-des{
    margin-top:3.2rem;
    line-height: 1.5rem;
}
.room-des p {
    font-size: .8rem;
}
.room-more{
    margin-top:3rem;
}
.room-more button{
    border-radius: 50px;
    padding:12px 25px;
    font-size: 0.9rem;
    text-transform: uppercase;
    transition:background-color 0.5s ;
}

.rooms__images .glide__bullets{
    position: absolute;
    left:auto;
    width:200px !important;
    right: calc(-300px);
}

.rooms__images .glide__bullet{
    background:#07616e;
    opacity: 0.5;
    width:200px;
    border-radius: 0px;
    margin-right: 10px;
}

.rooms__images .glide__bullet.glide__bullet--active{
    opacity: 1 !important;
}

/*
|  Client css
*/



.client-area{
    position: relative;
    display: flex;
    background: url(../images/dots2.png) 0 0 repeat;
    width: 100%;
    /* height: 100vh; */
    padding-top:75px;
    padding-bottom: 75px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    vertical-align: middle;
    /* padding-top:5rem; */
    z-index: 2;
    /* overflow: hidden; */
}

.testimonials_slide {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; 
}

.room__slide {
    width: 100%;
    height: 100%;
    margin-right:0px !important;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; 
}

.testimonial-item{
    display: flex;
}
.testimonial-item .testimonial{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    margin-left:20px;
}
.client-picture img{
    position: relative;
    z-index: 1;
    margin: 0 0 -2rem 2.6rem;
    border-radius: 50%;
}

.testimoial-msg{
    background:#fff;
    padding:30px;
    padding-top:3rem;
}

.partners_slide{
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; 
}

.section-title.section-client-title{
    margin-bottom: 125px;
    margin-top:25px;
}

.glide__arrow{
    color:#030303;
}

.glide__arrow--left{
    left:0em;
}

.glide__arrow--right{
    right: 0em;
}
.partners__slide{
    margin-top: 150px;
}
.partner-item {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.partner-item img{
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.4s ease-in;
}

.partner-item img:hover{
    opacity: 1;
}

/*
|  News css
*/

.news-section{
    padding-top:75px;
    padding-bottom: 75px;
}

.news_slide{
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; 
    margin-top:45px;
}

.news-box-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.news-item{
    padding-right: 15px;
    padding-left: 15px;
}

.news-item:first-child{
    padding-right: 30px;
    padding-left:0px;
}

.news-item:last-child{
    padding-left:30px;
    padding-right: 0px !important;
}
/* 

.img-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    transition: all .5s;
}

.img-box:before {
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all .5s;
}

.img-box:hover:before {
    transition: all 0s;
}

.img-box:hover, .light .img-box:hover, .img-box:hover:before {
    opacity: 1;
}

.img-box img {
    max-width: 100%;
    display: block;
    position: relative;
    border-radius: 3px;
    transition: all .5s;
}

.img-box:hover img {
    opacity: .8;
} */

.news-box img{
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    transition: all .8s;
}

.news-box img:before{
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all .8s;
}
.news-box img:hover:before {
    transition: all 0s;
}

.news-box img:hover,  .news-box img:hover:before {
    opacity: 0.7;
}


.news-item .news-box img{
    display: block;
    width:100%;
}

.news-title{
    display: block;
    font-size: 16px;
    transition: color 0.3s;
    line-height: 1.5rem;
    margin-bottom: 8px;
    color: currentColor;
    margin-top:20px;
    transition: 0.3s ease-in;
}
.news-title:hover{
    text-decoration: none;
    color:#000;
}

.news-date{
    font-size:0.8rem;
}

/*
| Footer css
*/

.web-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1rem;
    padding: 4.28rem 0;
    border-top: 1px solid #e1e1e1;;
}


.web-footer > div,
.web-footer > ul{
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

.footer-brand img{
    height: 3rem;
  }
  
.web-footer p{
    line-height: 1.4rem;
}
  
.web-footer ul{
    text-decoration: none;
    list-style: none;
    padding:0px;
}
.web-footer ul li{
    margin-bottom: 0.5rem !important;
}

.web-footer ul li a{
    color:#000;
}

.web-footer ul li a:hover{
    text-decoration: none;
    color:#64c9d2;
}


/*
| Nav menu css
*/




.nav-btn {
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
}

.nav {
	position: fixed;
	top:0;
    right: 0;
    padding-left:5px;
	height: 100vh;
	transform: translateX(100%);
    transition: transform 1s ease-in-out; 
    z-index: 1000;
    box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.nav.visible {
	transform: translateX(0);
}

.nav-black {
	background-color: rgb(34, 31, 31);
	width: 35%;
	transition-delay: .4s;
}

.nav-black.visible {
	transition-delay: 0s;
}



.nav-white {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    right: 0;
	padding: 80px;
	position: relative;
	transition-delay: .2s; 
	width: 100%;
}

.nav-white.visible {
	transition-delay: .2s;
}

.close-btn {
	opacity: 0.3;
	position: absolute;
	top: 40px;
    right: 30px;
    transition: 0.4s opacity;
}

.close-btn:hover{
    opacity: 1;
}



.list,
.language-list {
	list-style-type: none;
	padding: 0;
}

.list li {
	margin: 20px 0;
}

.list li a {
	color: rgb(34, 31, 31);
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0.7;
    text-decoration: none;
    transition: 0.6s opacity;
}

.list li a.active{
    opacity: 1;
}
.list li a:hover{
    opacity: 1;
}
.list ul {
	list-style-type: none;
	padding-left: 20px;
}

.language-list{
    display: flex;
    margin-bottom: 40px;
}

.language-list li{
    margin-right: 20px;
}
.language-list li a{
    color:#07616e;
    font-weight: 600;
}


.language-list li a:not(.active){
    color: #000;
	font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.language-list li a:hover{
    color:#07616e;
    text-decoration: none;
}

.nav-white .social-tags{
    margin-bottom: 20px;
    opacity: 0.7;
}
.menu-footer{
    position: absolute;
    bottom: 40px;
}

.ken-burn-center > img {
    animation: ken-burn-in 10s;
    transform: scale(1.2);
}

/* pace  */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif') center no-repeat #fff;
}
  

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .pace-inactive {
    display: none;
  }
  
  .pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
  }
  
  .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
    z-index: 20000000000;
  }
  
  .pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 20000000000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
  }
  
  @-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
  }
  

/* room  */
.page-bar{
    margin-top:5rem;
    height: 200px;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    text-align: left;
    align-items: center;
   
}

.page-bar:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:rgba(0,0,0,0.6);
}

.page-info{
    z-index: 4;
}

.page-bar-title{
    position: relative;
    color:#fff;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 600;
}

.page-title{
    text-align: center;
}


/* gallery  */

.gallery-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

}

.gallery-item{
    flex:0 0 32%;
    margin-bottom: 20px;
}


.nav-bar-links li{
    list-style-type: none;
    padding:10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
}
.nav-bar-links li a{
    color:#64c9d2;
    transition: color .3s ease-in;
}
.nav-bar-links li a:hover{
    color:#fff;
    text-decoration: none;
}

.nav-bar-links li:first-child{
    padding-left: 0px;
}

.nav-bar-links{
    padding:0px;
    color:#fff;
    display: flex;
    flex-direction: row;
}



/*
-------------------------------------------------------------------
Room main page
-------------------------------------------------------------------
*/


.pRoom{
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    will-change: transform; 
}


.pRoom .room_page {
        display: flex;
        flex: 0 0 33%;
        width: 33%;
        padding-right: 30px;
        margin-bottom: 70px;
    }

.pRoom  .box-room-img{
    position: relative;
    width:100%;
    height: 25vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background-size: 100% 100% !important; */
    background-size: contain, cover;
    transition: all .5s;
    overflow: hidden;
}




.pRoom .box-room-img:before {
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all .5s;
}

.pRoom .img-box:hover:before {
    transition: all 0s;
}

.pRoom .box-room-img:hover:before {
    opacity: 0.3;
}

.pRoom .box-desc{
    width: 100%;
    position: relative;
    display:flex;
    flex-direction: column;
    padding-top:75px;
}

.pRoom .box-desc p {
    font-size: .8rem;
    text-align: justify;
    height: 6rem;
}

.pRoom .price{
    font-size: 1.4rem !important;
    height: auto !important;
}

.pRoom .box-desc h4{
    font-size: 1.8rem;
    font-weight:600;
    margin-bottom: 2rem;
}
.pRoom .box-desc h4 a{
   color: #1b1e1f;
   transition:color 0.5s ;
}
.pRoom .box-desc h4 a:hover{
    text-decoration: none;
    color: #25a4b3;
}
.pRoom .room-book{
    display: flex;
}
.pRoom .room-book button{
    border-radius: 0px;
    text-transform: uppercase;
    font-size:0.9rem;
    padding: 12px 16px;
    margin-right: 16px;
    transition:background-color 0.5s ;
}

.room-book button:hover,
.room-more button:hover{
    color:#f1f1f1;
    background-color: #25a4b3;
}

.room-price{
    display: flex;
    flex-direction: column;
}
.room-price .price{
    font-size: 1.4rem;
    padding:0px;
    margin:0px;
    height: auto;
}
.room-price .per{
    font-size: 10px;
    line-height: 12px;
}




.box-details{
    position: absolute;
    background-color: #12a8b5;
    top:-30px;
    padding:5px 5px;
    color:#fff;
    width:calc(100% - 4%);
    border-radius: 5px;
    z-index: 100000;
}
.box-details ul{
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding:0px;
    list-style: none;
    align-self: center;
    align-content: center;
   
}
.box-details ul li{
    display: flex;
    padding:10px;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
}

.box-details ul li i{
    font-size: 0.8rem;
    margin:0px;
}

.box-details ul li span{
    display: flex;
    align-items: center;
    word-wrap: break-word;
    font-size: 0.7rem;
    margin-top:5px;
    margin-bottom: 0px ;
    line-height: 0.9rem;
}

.room-des{
    margin-top:3.2rem;
    line-height: 1.5rem;
}
.room-des p {
    font-size: .8rem;
}
.room-more{
    margin-top:3rem;
}
.room-more button{
    border-radius: 50px;
    padding:12px 25px;
    font-size: 0.9rem;
    text-transform: uppercase;
    transition:background-color 0.5s ;
}

.rooms__images .glide__bullets{
    position: absolute;
    left:auto;
    width:200px !important;
    right: calc(-300px);
}

.rooms__images .glide__bullet{
    background:#07616e;
    opacity: 0.5;
    width:200px;
    border-radius: 0px;
    margin-right: 10px;
}

.rooms__images .glide__bullet.glide__bullet--active{
    opacity: 1 !important;
}

.singleroom__images a.img-box{
    height:350px;
}

.facilities{
    margin-top:20px;
}
.facilities h6{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fac-list{
    display: flex;
    list-style: none;
    padding: 0px;
    flex-wrap: wrap;
}
.fac-list li{
    flex: 0 0 50%;
    padding:10px 0px;
}

.fac-list li i{
    width:30px;
}
.single-desc-room span,
.single-desc-room p,
.single-desc-room{
  font-family: 'Montserrat', sans-serif !important;
}

.sp-text{
    padding:20px;
    background:#fff;
    box-shadow: 0px 1px 40px rgba(0,0,0,0.14);
    font-size: 1.2rem;
}


/* restaurant-list  */

.restaurant-list{
    padding:0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    margin-top:40px;
}

.restaurant-title{
    margin-top:10px;
    font-size: 1.3rem;
}

.restaurant-desc p,
.restaurant-desc > span,
.restaurant-desc > span > span,
.restaurant-desc span,
.restaurant-desc li,
.restaurant-desc {
    background-color:none !important;
    font-family: 'Montserrat', sans-serif !important;
}

.restaurant-main{
    margin-bottom: 40px;
}


.restaurant-item{
    flex:0 0 33%;
    width:33%;
    padding-right:20px;
    padding-left:20px;
}

.restaurant-item:first-child{
    padding-right:20px;
    padding-left:0px;
}

.restaurant-item:last-child{
    padding-left:20px;
    padding-right:0px;
}

.restaurant-item img{
    width: 100%;
}

/* Services */

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: 0;
}

table {
    width: 100%;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.4;
    border-collapse: collapse;
    border-spacing: 0;
}

.tablepress td, .tablepress th {
    padding: 8px;
    border: 0;
    background: 0 0;
    text-align: left;
    float: none!important;
    
}

.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #64c9d2;
    font-weight: 700;
    vertical-align: middle;
    color:#fff;
}


/* contact css */



/* Contact page css */
.contact-box{
    margin-bottom: 30px;
    margin-top:30px;
}
.contact-box .contact-main{
    display: flex;
    flex-direction: row;
 
}

.contact-main .contact-about{
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    padding: 30px;
    background-color: #fff;
    border: 1px solid rgb(243, 242, 242);
    border-radius: 0;
    margin-right: 30px;
    line-height: 2rem;
}
.contact-about > div{
    display: flex;
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(243, 242, 242);;
}

.contact-about > div:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contact-about h2{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #5fc7d1;

}
.contact-about > div > p{
    flex:0 0 30%;
}
.contact-about .contact-details{
    flex:0 0 60%; 
    flex-wrap: wrap;

}

.icon-boxed{
    margin-right: 15px;
    margin-bottom: 15px;
}


.contact-main .contact-about i{

    color: #5fc7d1;
}

.contact-main .contact-from{
    flex: 0 0 60%;
}

.contact-main .contact-from form{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 30px;
}
.contact-from .contact-from-group{
    width: 100%;
    display: flex;
    margin-top:20px;
}

.contact-from .contact-from-group input{
    flex:0 0 40%;
    padding:10px;
    margin-right: 20px;
}
.contact-from .contact-from-group textarea{
    width: 83%;
    height: 130px;
    padding:10px;
}

/* news page */

.news-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0px;
    list-style: none;
}

.news-list .news-item{
    flex:0 0 49%;
    margin-bottom: 30px;
}

.news-read-box h1{
    font-size: 1.8rem;
}

.news-list .news-image{
    height: 200px !important;
    overflow: hidden;
}

.news-read-main .details img {
    width: 80% !important;
    height: auto !important;
}

.news-list .news-item .news-box img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 300px;
}

.news-list .news-item:last-child{
    padding:0px !important;
}

.news-main{
    margin-bottom: 50px;
}

.news-read-main .news-main{
    flex:0 0 100%;
    padding-right: 50px;
}

.news-main .news-read-box{
    font-size: 1.2rem;
    color:#5fc7d1;
    text-transform: uppercase;
}
.news-main .news-author{
    padding:10px 0px;
    font-size: 0.9rem;
    color:rgb(134, 131, 131);
}
.my-btn{
    background:#5fc7d1;
    transition: background 0.5s ease;
    color:#fff;   
    border:1px solid #4bb2bb;
}
.my-btn:hover{
    background:#55b6be;
    border:1px solid #4bb2bb;
}


.news-read-main .details{
    padding:20px 0px;
    border-top:2px solid #ecebeb;
}

.news-read-main .details img{
    width: 80%;
}
.social-share-bar{
    display: flex;
    flex-direction: row;
    border-top:2px solid #ecebeb;;
    padding:10px 0px;
    font-size: 1rem;
    color: #999;
}

.social-share-bar h4{
    font-size: 1rem;
    margin-right: 10px;
}

.social-share-bar ul{
    list-style: none;
}
.social-share-bar ul li{
    margin-right: 10px;
    
}
.social-share-bar ul li a{
    color: #999;
}

.social-share-bar ul li a:hover{
    color:rgb(41, 40, 40);
}

.social-share-bar .social-icons-colored{
    display: flex;
    flex-direction: row;
}

.news-aside{
    display: flex;
    flex-direction: column;
    
}
.news-aside .news-aside-title{
    font-size: 1rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #acadad;
}

.news-aside .news-list-item{
    display: flex;
    flex-direction: column;
    margin-top:10px;
}
.news-list-item .news-list-title{
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    line-height: 1.3rem;
}
.news-list-item .news-list-title p{
    font-size: 1rem;
}

.about-box{
    clear: both;    
    background:#fff;
    padding: 50px;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif !important; 
}

.about-section{
    padding-top:150px !important;
}

.about-box p,
.about-box a,
.about-box span{
    clear: both;
    clear: unset;
    font-family: 'Montserrat', sans-serif !important; 
}

.about-title{
    font-size:2.5rem;
    font-weight: bold;
}

@media(max-width: 767px) {
    .hidden-xs {
    display: none!important}
}
@media(min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
    display: none!important}
}
@media(min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
    display: none!important
}
}
@media(min-width: 1200px) {
    .hidden-lg {
    display: none!important}
}
