@charset "utf-8";

.mo{display: none !important;}
.do{display: block;}

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

body{
    overflow-x:hidden;
    font-family: 'Geologica', sans-serif;
    background:rgb(255 244 238) !important;
    font-weight:100;
}

a:hover
{
    text-decoration: none;
}

.navbar
{
    transition: all ease-in-out 1s;
    position: fixed;
    height: 150px;
    /* font-family: 'Josefin Sans', sans-serif; */
    background:rgb(255 244 238);
    /*border-bottom: 3px solid rgba(208, 140, 96);*/
    z-index: 99;
    width: 100vw;
    top:0;
}

.navScrolled
{
    transition: all ease-in-out 1s;
    border-bottom: 1px solid rgba(208, 140, 96);
    background:rgba(255,255,255,1);
    height:75px;
}

.navLogoScrolled
{
    transition: all ease-in-out 1s;
    /*background-image: url(../img/logo_hor.png);*/
    width:177px;
    height:auto !important;
}

#footer
{
    background: rgba(255, 255, 255);
    /* border-top: 3px solid rgba(208, 140, 96); */
    /* margin-bottom: -20px; */
    padding: 20px 0px;
    font-size: .8rem;
    margin: 10px;
    width: 99%;
    margin-bottom: -25px;
    border-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bull
{
    color:rgba(208, 140, 96);
    margin:0px 20px;
}

.nav-logo
{
    height:120px;
    margin:0px 30px;
    margin-bottom:-100px;
    position:relative;
    top:-50px;
}

.nav-logo-hor
{
    display: none;
    width:177px;
    margin:0px 30px;
    margin-bottom:-100px;
    position:relative;
    top:-50px;
}

.slide
{
    height:84.5vh;
    width:99.3vw;
    overflow:hidden;
}

.room{
    transition: all ease-in-out 0.4s;
    width: 500px;
    height: 500px;
    background-size: cover;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0px;
    background-position: center;
    color: rgba(255, 255, 255, 1);
    margin-left:0px;
}

.rmInfo
{
    text-align: left;
    width: 400px;
    background: rgba(208, 140, 96, 0.9);
    color: #fff;
    padding: 30px;
    position: absolute;
    border-radius: 25px;
    font-size: .9rem;
    float: right;
    margin-left: 40%;
    z-index: 2;
    margin-top:-70%;
    font-weight: 200;;
}

.rmNum
{
    font-weight: 500;
    font-family: 'Geologica', sans-serif;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.3rem;
}

.rmFoot
{
    
    margin-top:15px;
    padding-top:15px;
    margin-bottom:15px;
}


.nav {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-content: center;
    align-items: center;
    
    justify-content: center;
}

.hotel-info {
    font-size: 18px;
}

.inImage
{
    width: 90%;
    margin: 0px;
    border-radius: 25px;
}

.h-i
{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.map
{
    border-radius:25px;
    border: 2px solid rgb(233, 169, 159);
    padding: 10px;
    background: #fff;
    width: 100%;
}

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

.button
{
    transition: all ease-in-out 0.4s;
    color:rgba(109, 103, 99, 0.9);
    background:#fff;
    padding:15px 20px;
    border-radius:30px;
    margin:0px;
    cursor:pointer;
    font-weight:400;
    font-size: unset;
}

.button:hover
{
    transition: all ease-in-out 0.4s;
    background:rgba(109, 103, 99, 0.9);
    color:#fff;
}

.stat {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #755b40;
    font-weight: 700;
}

.rmStats {
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    margin-bottom: 15px;
    display: inline-block;
}

.stat icon
{
    /*color:rgba(255,255,255,1);*/
}



.call
{
    margin-top:20px;
    display:inline-block;
    border:2px solid rgba(109, 103, 99, 0.9);
    background:rgba(255,255,255,1);
    color:rgba(109, 103, 99, 0.9);
    margin:10px;
    position:relative;
    left:-10px;
}

#footerButtons .bull{
    position:relative;
    left:-10px;
}

#call:hover{
    margin-top:20px;
    display:inline-block;
    background:rgba(109, 103, 99, 0.9);
    color:rgb(255 244 238);
}

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

.main
{
    
    padding-top: 10px;
    margin-top: -10px;
    border-radius: 25px;
}

.row {
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    margin:0px;
    padding:0px 150px;
}



.langs {
    position: fixed;
    bottom: 30px;
    right: 30px;
    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(109, 103, 99, 0.9);
}

.gr{
    display:none;
}

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

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


.nav li a{

    display: inline-block;

    color:rgba(208,140,96);
    /*border-bottom: 3px solid rgba(81, 94, 101, 1);*/
}

.mnv
{
    transition: all ease-in-out 1s;
    border-bottom: 5px solid rgba(208, 140, 96, 0);
    margin-bottom: -15px;
    font-weight: 500;
    font-size: .9rem;
    /* padding-bottom: 60px; */
    margin: 30px;
    /* margin-bottom: -84px; */
    position: relative;
    top: 25px;
}

.mnv:hover{
    transition: all ease-in-out 1s;
    border-bottom: 5px solid rgba(208, 140, 96, 1);
    
}

.mnvScrolled
{
    top:5px;
}

.mnAc
{
    border-bottom: 5px solid rgba(109, 103, 99, 0.9) !important;
    color: rgba(109, 103, 99, 0.9) !important;
}

footer a{
    letter-spacing: 0px;;
    color:rgba(183, 148, 96, 1);
}

footer a:hover{
    color:rgba(183, 148, 96, 1);
    text-decoration:none;
    letter-spacing: 1px;
}

footer icon{
    color:rgba(183, 148, 96, 1);
    padding:0px 2px;
}

h1{
    color: rgba(109, 103, 99, 0.9);
    font-size:3rem;
    font-weight: bold;
    /*text-align: center;*/
    line-height:3.5rem;
    font-family: "Dela Gothic One", serif;
    font-weight: 400;
    font-style: normal;
}

h1 span
{
    font-family: "Geologica", serif;
    color:rgb(233, 169, 159);
    font-weight:400;
    font-size:1.8rem;
    line-height:2.7rem;
    display: block;
    margin-top:10px;
}

h2{
    color: rgb(233, 169, 159);
    display:inline-block;
    margin-bottom:50px;
    padding-bottom:20px;
    border-bottom:2px solid rgba(208, 140, 96, 0.9);
    font-size:5vh;
    font-weight: bold;
    text-align: left;
}

h4{
    color: rgba(109, 103, 99, 0.9);
    font-weight: 700;
    font-family: 'Geologica', sans-serif;
}

h5
{
    color:rgb(233, 169, 159);
    font-weight: 500;
    margin-bottom:25px;
}

.numberBig {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(109, 103, 99, 0.5);
    color: rgba(109, 103, 99, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-weight: bold;
    margin-bottom:25px;
}

.a-dest .numberBig
{
    font-weight:200;
    margin-bottom: 15px;
    margin-top: -50px;
    border:2px solid rgb(233, 169, 159);
    color:rgb(233, 169, 159);
    background:#fff;
    position:relative;
    top:-10px;
    margin-left:34%;
}

a.a-dest {
    transition: all ease-in-out 0.4s;
    display: inline-flex;
    color: unset;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding:20px 0px;
    padding-bottom:10px;
    min-width:10vw;
    background-color:#fff;
    border:2px solid rgb(233, 169, 159);
    border-radius:25px;
}

a.a-dest:hover {

    transition: all ease-in-out 0.4s;
    background:rgba(109, 103, 99, 0.9);
    border-color: rgba(109, 103, 99, 0.9);
    color:#fff;
}

.dest-holder
{
    text-align: center;
    display:inline-block;
    width:100%;
    padding:10px;
}

.dest-image
{
    box-sizing: border-box;
    width:100%;
    height:200px;
    background-size: cover;
    background-position: center;
    margin-bottom:10px;
    margin-top:-45px;
    overflow: hidden;
    border-radius:15px;
}

.col.col-md-12.flex {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

#igou{ background-image:url(../img/igou.jpg);}
#sivo{ background-image:url(../img/sivo.jpg);}
#lefk{ background-image:url(../img/lefk.jpg);}
#parg{ background-image:url(../img/parg.jpg);}
#ache{ background-image:url(../img/ache.jpg);}
#prev{ background-image:url(../img/prev.jpg);}
#soul{ background-image:url(../img/soul.jpg);}

#maps
{
    margin-top:120px;
    text-align: center;
}

#intro, #rooms, #contact, #footer, #location, #footer
{
    margin-top:200px;
}

#conDivs div
{
    margin-bottom:35px;
}

.hdr
{
    margin-top:180px;
    margin-bottom:80px;
}

h1 span{
    font-weight:100;
}

h3{
    font-size:24px !important;
    color:rgba(183, 148, 96, 1);
    font-family: 'Roboto Slab', serif;
    font-weight: 200 !important;
    margin:0px 0px 20px 0px;
}

#adHolder
{
    display: flex;
}

#adHolder div
{
    margin-right:40px;
}

#carouselId
{
    margin-top:150px;
}

icon
{
    /*color:rgb(233, 169, 159);*/
}

.call icon
{
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: rgb(233, 169, 159);
    color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 5px;
    margin: -10px 0px;
    position: relative;
    left: -5px;
}

.iconSingle
{
    left:0px !important;
    margin:0px -5px !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 45px;
    border: 20px solid rgb(255 244 238);
}

.button.menu-icon.nav-icon {
    display: inline-flex
;
    width: 50px;
    height: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 30px;
    right: 30px;
    position: fixed;
    z-index: 999;
}

.icon-menu{
    font-size: 1.5rem;
}

#destinations
{

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;

}

#menu
{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.carousel-inner
{
    height: 86.5vh;
}

.menu-icon{
    display: none !important;
}

.h1s
{
    margin:50px 0px;
    font-size:2.5rem;
    border-bottom: 1px solid rgba(208, 140, 96);
}

@media (orientation: landscape) {
    
}

@media (orientation: portrait) {

    .mo{display: block !important;}
    .do{display: none !important;}

    .menu-icon{
        display: flex !important;
    }

    .nav {
        display: block !important;
        text-align: center;
    }
    .row
    {
        padding: 0px 10px;
    }

    .room
    {
        width:100%;
        height:300px;
    }

    .rmInfo
    {
        margin:0px;
        width:100%;
        float:unset;
        position: unset;
        margin-top:-180px;
    }

    #howToGet .col-md-4
    {
        margin-top:50px;
    }

    #maps
    {
        margin-top:50px;
    }

    .map
    {
        width:100%;
        margin-bottom:10px;
    }

    .a-dest
    {
        width:100%;
        border-bottom-right-radius: 40px;
        margin-bottom:30px;
    }

    .dest-image
    {
        height:100px;
    }

    .a-dest .numberBig {
        font-weight: 200;
        margin-bottom: unset; 
        margin-top: unset;
        border: 2px solid rgb(233, 169, 159);
        color: rgb(233, 169, 159);
        background: #fff;
        position: relative;
        top: unset;
        margin-left: unset;
        position: absolute;
        right: 27px;
        float: right;
        margin-top: 88px;

    }

    .dest-image
    {
        margin-top:-20px;
    }

    .dest-holder
    {
        text-align: left;
    }

    #footerButtons .bull, footer .bull
    {
        display:none;
    }

    div#footerButtons {
        text-align: center;
    }

    #adHolder div
    {
        margin-right:10px;
    }

    .langs
    {
        bottom:100px;
    }
    #carouselId2
    {
        margin-top:0px;
        height:60vh;
    }
    .carousel-inner
    {
        height:60vh;
    }
    .carousel-indicators
    {
        bottom:25px;
    }
    .navbar
    {
        /*display:none;*/
        transition: all ease-in-out 1s;

        width:100vw;
        
        margin-top:-105vh;
        background: rgba(255, 255, 255, 1);
        padding: 50px 0px;
        border-bottom:1px solid rgba(208, 140, 96, 1);
        display: flex
;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 105vh;
    }
    .navAct
    {
        transition: all ease-in-out 1s;
        margin-top:0;
    }
    .mnv
    {
        margin:10px;
    }
    .inImage {
        display: none;
        margin-bottom: 50px;
        width:100%
    }
    #contact
    {
        margin-bottom: 50px;
    }
    .hdr
    {
        margin:0px;
    }
    h1
    {
        font-size:2.5rem;
    }
    #visitAlso
    {
        margin-bottom: 50px;
        text-align: center;
    }

    #intro
    {
        margin-top: 0px;
    }

    #destinations
    {
        flex-wrap: wrap;
    }
    .nav-logo {
        height: 120px;
        margin: 0px;
        top: 0px;/
    }

    #menu
    {
        width:100%;
    }

    .hdr-logo
    {
        width: 60%;
        margin: 20px;
    }

    icon.icon-chevron-down.icTog.mo {
        float: right;
        position: relative;
        top: 5px;
        right: -5px;
        color: rgba(255, 255, 255, 1);
    }

    .rmInfoText
    {
        display: none;
    }

    .rmNum
    {
        display: block;
    }
}