@charset "utf-8";
/* CSS Document */

.c1{ background-color:rgba(30, 45, 62, 1);}
.c2{ background-color:rgba(183, 148, 96, 1);}
.c3{ background-color:rgba(255,255,255,1);}

.tc1{ color:rgba(30, 45, 62, 1);}
.tc2{ color:rgba(183, 148, 96, 1);}
.tc3{ color:rgba(255,255,255,1) !important;}

.mo{display:none !important;} /* mobile only */
.do{display:inline-block !important;} /* pc only */

.p0   {padding:0px !important;}
.p15  {padding:15px;}
.p30  {padding:30px;}
.p60  {padding:60px;}
.p90  {padding:90px;}
.p120 {padding:120px;}

.pt15  {padding-top:15px;}
.pt30  {padding-top:30px;}
.pt45  {padding-top:30px;}
.pt60  {padding-top:60px;}
.pt90  {padding-top:90px;}
.pt120 {padding-top:120px;}

.pb0   {padding-bottom:0px;}
.pb15  {padding-bottom:15px;}
.pb30  {padding-bottom:30px;}
.pb60  {padding-bottom:60px;}
.pb90  {padding-bottom:90px;}
.pb120 {padding-bottom:120px;}

.mb15  {margin-bottom:15px;}
.mb30  {margin-bottom:30px;}
.mb60  {margin-bottom:60px;}
.mb120 {margin-bottom:120px;}

.mt15  {margin-top:15px;}
.mt30  {margin-top:30px;}
.mt20  {margin-top:20px;}
.mt60  {margin-top:60px;}
.mt120 {margin-top:120px;}

.bdt{border-top:15px solid rgba( 55,  48,  45, 1);}
.bdr{border-right:15px solid rgba( 55,  48,  45, 1);}
.bdb{border-bottom:15px solid rgba( 55,  48,  45, 1);}
.bdl{border-left:15px solid rgba( 55,  48,  45, 1);}

.fr {float:right;}
.fl {float:left;}

.rfx {position:relative;left:5px;}
.lfx {position:relative;right:5px;}

.ni {text-indent: 0px;}

.fw100{font-weight:100;}
.fw200{font-weight:200;}
.fw300{font-weight:300;}
.fw400{font-weight:400 !important;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}
.fw800{font-weight:800;}
.fw900{font-weight:900;}

.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}

.nav-icon {
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    font-size: 1.5rem;
    line-height: 1;
    color:rgba(255, 255, 255, 1);
    background-color: rgba(183, 148, 96, 1);
    border-radius: 50%;
    border:none !important;
    position:fixed;
    top:20px;
    right:20px;
    z-index:1150;
}

#menu2 .nav
{
    display:block;
    text-align: right;
    font-size:2.5rem;
    background-color: rgba(255,255,255,1);
    padding-top:100px;
    padding-bottom:30px;
    position:fixed;
    top:0px;
    right:0px;
    z-index:90;
    width:100vw;
    height:100vh;
}

#menu2
{
    z-index:1150;
}

#menu2 .nav li a
{
    padding-right:0px;
}

@font-face {
    font-family: 'petit';
    src: url('../fonts/petit.woff?epq4b8') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

body{
    overflow-x:hidden;
    font-family: 'Ubuntu', sans-serif;
    background:#fff !important;
}

body, nav, .col{
    margin:0px !important;
    padding:0 !important;
}

.navbar
{
    position:relative;
    /*min-height:150px;*/
    /*font-family: 'Josefin Sans', sans-serif;*/
    height:100px;
    border-top: 7px solid #1e2d3e;
}

.nav-logo
{
    height: 158px; /**/
    /* margin-bottom: -100px; */
    position: relative;
    top: -50px;
    z-index: 9999;
    margin-bottom: -160px;
}

.slide
{
    height:90vh;
    width:100vw;
    overflow:hidden;
    display:flex;
}

.room{
    transition: all ease-in-out 0.4s;
    width: 300px;
    height: 300px;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px;
    box-shadow:0px 0px 0px 200px inset rgba(183, 148, 96, 0.7);
    color: rgba(0,0,0,1);
}

.room:hover{
    cursor:pointer;
    color: rgba(255,255,255,0);
    box-shadow:0px 0px 0px 0px inset rgba(183, 148, 96, 0.7);
}

.rmNum
{
    font-size:2.5vh;
    font-weight: 900;
    font-family: 'Comfortaa', 'Roboto', 'Ubuntu', sans-serif;
}

.imLogo
{
    margin:30px;
}

@media (max-width: 1185px) {       
    .slide, .carousel-inner, .carousel-item {
        height:80vh;
        align-items: center;
        /*justify-content: center;*/
        text-align: center;
    }
    .carousel-item img{
        width:auto !important;
        height:100% !important;
    }

    .imLogo
    {
        position:relative;
        z-index:99;
        margin-top:0px;
    }

    .navbar
    {
        margin-bottom: -93px !important;
    }

}

a{
    transition: all ease-in-out 0.4s;
    letter-spacing: 1px;
    text-decoration: none;
}

section a:hover{
    transition: all ease-in-out 0.4s;
    letter-spacing: 2px;
    text-decoration: none;
}

section{
    min-height:100vh;
    width:100%;
    background:#fff;
    position:relative;
    padding-bottom:200px;
}

.big
{
    padding-top:100px;
    height:100vh;
    width:100%;
    background-image: url(../img/big.jpg);
    background-size: cover;
    background-position:center;
}

.type
{
    width:80vw;
    display:none;
}

.cal
{
    padding-top:100px;
    font-family: 'petit';
    font-size:42px;
    line-height: 52px;
}

.cal p{
    text-indent: 0px;
    text-align: center;
}

.sep{
    height:250px !important;
    margin-left:150px !important;
    margin-top:100px;
}

.rt
{
    transform: rotate(180deg);
    margin-left:-150px !important;
}

.trip
{
    min-height:50vh;
}

.pb150
{
    padding-bottom:150px;
}

.inv
{
    text-align: center !important;
    font-size:26px;
    line-height:50px;
}

.flex-center
{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.nh
{
    height:auto !important;
    min-height:auto !important;
}

.h50
{
    min-height:50vh !important;
}

.serv-holder
{
    width: 300px;
    text-align: center;
    margin:30px 50px;
}

.hotel-info
{
    
    font-size:18px;
    margin:50px;
    width: 50vw;
    margin-top: 150px;
}

#map
{
    width:90vw !important;
    height:60vh;
    border-radius:10px;
}

.button
{
    letter-spacing: none;
    background:rgba(183, 148, 96, 1);
    color:#fff;
    padding:15px 20px;
    border-radius:15px;
    margin:20px;
    cursor:pointer;
    font-family: 'Comfortaa', 'Roboto', 'Ubuntu', sans-serif;
}

.button span{
    font-weight:100;
}

.button:hover
{
    letter-spacing:1px;
    background:rgba(30, 45, 62, 1);
    color:#fff;
}

.location .button
{
    flex-grow: 1;;
}

@media (min-width: 1201px) {       
    .t1{
        display: block !important; 
    }       
}

@media (max-width: 1200px) {       
    .t2{
        display: block !important; 
    }       
}

@media (max-width: 1160px) {           
    .nav li a
    {
        margin:0px 20px;
    }  
}

@media (max-width: 1015px) {           
    #menu{display:none !important;} 
    #menu-im{display:block;}
    .nav-icon{display:block;}
}

@media (min-width: 1015px) {           
    #menu-im{display:none;} 
    .nav-icon{display:none;}
}

@media (max-width: 620px) {       
    .t2{
        display: none !important; 
    }             
    .t3{
        display: block !important; 
    }     
    .hotel-info
    {
        margin:20px;
        width: 90vw;
    }  
}



.langs {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(255,255,255,1);
    padding: 4px 9px 14px 8px;
    border-radius: 50%;
    z-index:1100;
}

.lim {
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    width: 36px;
    height: 36px;
    /* box-shadow: inset 0px 0px 0px 30px rgba(201, 136, 14,0.8); */
    /* border-radius: 50%; */
    top: 5px;
    /* left: 1px; */
    /* margin-top: -58px; */
    position: relative;
}

.lgr
{
    display:none;
}

.lim:hover, .limc {
    transition: all ease-in-out 0.2s;
    box-shadow: inset 0px 0px 0px 0px rgba(201, 136, 14,1) !important;
}

.gr{
    display:none;
}

.linf {
    font-size: 8px;
    color: #999;
    letter-spacing: 1px;
    text-align: center;
}

.icon-menu
{
    position: relative;
    top: 2px;
}

p
{
    font-family:'Comfortaa', 'Roboto', 'Ubuntu', sans-serif;
}

h1 .gr{
    
}

.book-info span, .book-info strong{
    display:block;
}

.book-info{
    display:flex;
    align-items: center;
    justify-content: center;
}

.book-info .w-90
{
    width:90%;
    padding:30px;
}

.book-info .icon
{
    margin-top:30px;
    font-size:1.5rem;
    margin-bottom:15px;
}


.modal
{
    display:flex;
    align-items: center;
    justify-content: center;
    position:fixed;
    width:100vw;
    height:100vh;
    background:rgba(255,255,255,0.8);
}

.modalCon a{
    text-decoration: none;
}

.modalCon .button span
{

    font-weight: 400;
}

.icon-close
{
    transition:all ease-in-out 0.4s;
    border-radius: 50%;
    display: flex;
    width: 100px;
    height: 100px;
    font-size: 3rem;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,1);
    color:rgba(30, 45, 62, 1);
}

.carousel-inner
{
    display: flex;
    /* align-content: stretch; */
    align-items: center;
}

.lb-image
{
    border-radius:10px !important;
    border:none !important;
    box-shadow: 0px 0px 100px #000 !important;
}

.lb-outerContainer {
    border-radius:10px;
}

footer a{
    color: rgba(0,0,0,1) !important;
}