@charset "utf-8";
/* CSS Document */
html, body{
    height: 100%;
    font-size: 14px;
}
body a {text-decoration: none;}




/*@media screen and (min-width: 40.063em){*/
/*    .ui-g-hidden{display: block;}*/
/*}*/

/*@media (max-width: 64em) {*/
/*    !*.ui-g-hidden {display: block;}*!*/

/*    .landing-wrapper .section {padding: 0px 20px; }*/
/*    .landing-wrapper .section .center-section-content {width: 100%; }*/
/*    #header-form\:header-logo{margin-right: 60px;}*/
/*    #header-section.topmenu{margin-top: 30px;}*/
/*    .main-slider-image{width:auto!important;height: 100%;top:0!important;}*/
/*    .top-menu-item{padding: 5px!important;float: left!important;}*/
/*    .slider-title{font-size: 3em!important;}*/
/*    .suite-block-cover{background-position-y: unset!important;}*/
/*    .suite-block-content{padding: 30px!important;}*/
/*    .suite-features{width: calc(100% - 60px)!important;}*/
/*}*/

.sticky {
    position: fixed!important;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 70px;
}

/*@media screen and (min-width: 768px) {*/
/*    .ui-hidden {*/
/*        display: block;*/
/*    }*/
/*}*/


.cart-button{
    display: inline-block;
    width: 45px;
    height: 32px;
    background-image: url();
    background-position: left;
    background-repeat: no-repeat;
    color: darkorange;
    font-size: 1.3em;
    text-align: center;
}

.bg-blue{background-color: #253746!important;color: lightgray!important;}
.bg-shattered {
    background: url("https://www.toptal.com/designers/subtlepatterns/patterns/shattered.png");
    background-attachment: fixed;
}
.price{font-family: Verdana!important;}


.powered-link{color: deepskyblue;text-decoration: none;}
#header-form\:top-menu{
    float: left;
    width: calc(100% - 60px);
    /*background-color: transparent;*/
    /*border: unset;*/
}
/*#header-form\:top-menu .top-main-menu-item .ui-menuitem-text{color: white}*/

.cart-button:hover{color:darkorange;}

.transparent-dialog{-webkit-box-shadow: unset!important; box-shadow: unset!important;}
.transparent-dialog .ui-dialog-content{background-color: transparent!important;border: unset!important;}

.top-link {color: white!important;margin-right:10px}
.top-link:hover {text-decoration: underline;}

.articles-data-scroller .ui-datascroller-content{
    padding: 0!important;
    border: unset!important;
    background-color: transparent!important;
}

#articles-form\:side-category-tree{
    border: none!important;
    background-color: transparent!important;
    padding: 0!important;
    width: auto!important;
}

.language-selector{
    width: 43px!important;
    border: none!important;
    background: transparent!important;
}
.language-selector .ui-selectonemenu-label{
    background-color: transparent;
    color: skyblue;
    padding: 0;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.language-selector .ui-selectonemenu-trigger{display: none!important;}


.gradient {
    /*height: 20px;*/
    position: relative;
    width: 100%;
    background: radial-gradient(ellipse farthest-side at top center, rgba(0,0,0,0.08), transparent);
}
.gradient:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0,0,0,0.02)), color-stop(rgba(0,0,0,0.02)), to(transparent));
    background: linear-gradient(left, transparent, rgba(0,0,0,0.02), rgba(0,0,0,0.02), transparent);
}

.divider {								/* minor cosmetics */
    display: table;
    font-size: 1.2em;
    text-align: center;
    width: 90%; 						/* divider width */
    margin: 10px auto;					/* spacing above/below */
}
.divider span { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 10px;							/* adjust vertical align */
    -moz-background-size: 100% 2px; 	/* line width */
    background-size: 100% 2px; 			/* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider span:first-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
}
.divider span:nth-child(2) {
    color: #000; padding: 0px 5px; width: auto; white-space: nowrap;
}
.divider span:last-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}

#articles-form\:article-list .ui-datascroller-list{display: inline-block;}
.article-card{
    text-align: center;
    min-height: 253px;
    padding: 20px;
    border-bottom: 1px solid lightgray;
}
.article-card .description{text-align: left;display: grid;}
.article-card .price{text-align: left;}


.order-steps .ui-steps-item {
    width: 25%;
}

.top-menu-item{
    display: inline-block;
    color: lightgray;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 5px;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0);
    transition: 0.5s;
    float: left;
}
.top-menu-item:hover{
    color: white;
    background-color: rgba(255,255,255,0.1);
}
.top-menu-item.top-menu-item-selected{
    color: white;
    font-weight: bold;
}

.footer-menu-item{
    display: inline-block;
    color: lightgray;
    text-transform: uppercase;
    font-size: 1em;
    margin: 3px;
    padding: 5px;
    border-radius: 15px;
    background-color: rgba(255,255,255,0);
    transition: 0.5s;
}
.footer-menu-item:hover{
    color: white;
    background-color: rgba(255,255,255,0.1);
}

.sm-item{
    font-size: 2.5em;color: lightgray;display: inline-block;transition: 0.5s;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
}
.sm-item span{margin: 5px;}
.sm-item:hover{border: 1px solid;border-radius: 15px;color:lightgray;}


.suite-block{
    padding: 0!important;
    height: 330px;
    background-attachment: fixed!important;
}

.suite-block-cover{
    padding: 0!important;
    height: 390px;
    background-size: cover!important;
    background-position-y: -139px!important;
}

.suite-block-content{
    color:white;
    height: 100%;background-color: rgba(0,0,0,0.3);
    padding: 50px;
    position: relative;
    transition: 0.5s;
}
.suite-block-content:hover{
    background-color: rgba(0,0,0,0.7);
}
.suite-features{
    /*display: flex;*/
    /*justify-content: space-between;*/
    width: calc(100% - 90px);
    position: absolute;
    bottom: 20px;
}
.suite-content-footer{
    width: calc(100% - 90px);
    position: absolute;
    bottom: 20px;
}
.suite-price{
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
/*.suite-price span{*/
/*    font-size: 0.5em;*/
/*}*/
.style-button-1{
    font-size: 1.2em;
    display: inline-block;
    border: 1px solid black;
    padding: 5px 20px;
    color: lightgray;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color:white;
    transition: 0.5s;
}
.style-button-1:hover{
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
}

#reservation-form\:nof-guest input{
    font-size: 1.6em;
    text-align: center;
}



.landing-body {
    background-color: #ffffff;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: #495057;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    min-height: 100%;
}
.landing-wrapper{height: 100%;}
.landing-wrapper .section .section-content {
    background: white;
    margin: 0;
    padding: 10px 10px;
}
#footer-section{
         padding-top: 20px;
         padding-bottom: 0;
         background-color: #333;
         color: #fff;
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
     }
#header-section{padding: 0;}
#header-section.sticky.topmenu{
    margin-top: 0;
    background-color: #333;
}

#footer-info-section{
    margin-top: 10px;
}

.lightgray-text{color:lightgray;}
.lightgray-text:hover{color:white;}

#intro-slider{height: 100%;
    background-color:black;
    overflow: hidden;}
#intro-slider form{height: 100%;}
#intro-slider-cover{background-color: rgba(0, 0, 0, 0.5);position: absolute;width: 100%;height: 100%;z-index: 100;}
#intro-slider-cover-content{width:100%;height:100%;position: relative;text-align: center;}
#intro-slider-cover-content #intro-content{margin:auto;position: relative;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);}
#intro-slider-cover-content #intro-content .slider-title{color: white;font-size: 5em;font-family:'Playfair+Display', times, serif; font-weight: bold;}
#intro-slider-cover-content #intro-content .slider-subtitle{color:white;font-family: "Roboto Mono",monospace;font-size: 1.5em;}
#intro-slider-cover-content #intro-down{margin:auto;position: relative;top: 60%;-ms-transform: translateY(-50%);transform: translateY(-50%);}
#intro-slider-cover-content #intro-down a{font-size: 2em;color: darkgray;display: inline-block;}
#intro-slider-cover-content #intro-down a:hover{color: cornflowerblue;}
.slider-title{font-size: 3em!important;}
.suite-block-cover{background-position-y: unset!important;}
.suite-block-content{padding: 30px!important;}
.suite-features{width: calc(100% - 60px)!important;}


/*====================================================================================================================*/

/* For mobile phones: */

.ui-g-hidden{display: block;}
.landing-wrapper .section {padding: 0px 20px; }
.landing-wrapper .section .center-section-content {width: 100%; }
#header-form\:header-logo{margin-right: 60px;}
#header-section.topmenu{margin-top: 30px;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.main-slider-image{width:auto;height: 100%;top:0!important;}
.top-menu-item{padding: 5px 10px!important;float: left!important;}
#message-form{padding: 20px 0px;}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    /*.landing-wrapper .section .center-section-content {width: 100%; }*/
    /*.main-slider-image{width: 100%;}*/
}
@media only screen and (min-width: 800px) {
    /* For desktop: */
    .ui-g-hidden{display: none;}
    .landing-wrapper .section {padding: 50px 0;}
    .landing-wrapper .section .center-section-content {width: 960px;margin: 0 auto;}
    #header-section.topmenu{margin-top: 70px;}
    #header-form\:header-logo{float:left;}
    .main-slider-image{width: 100%;}
    #message-form{padding: 20px 60px;}
}

.choice-info{color:#008009;font-size: .9em;}
/*.ui-state-highlight .choice-info{color:greenyellow;font-size: .9em;}*/
.suite-info-header *{font-size: 0.9em;text-align: left;}
.suite-info-header img{margin: -7px 0;}
.suite-info-header .suite-option{color:#008009;margin: 0 5px;}

.action-btn-gold {background: gold!important;border: 1px solid gold!important;color:black!important;font-weight: bold!important;}
.action-btn-goldenrod {background: goldenrod!important;border: 1px solid goldenrod!important;color:white;}
.cancelled-order{background: #e0e0e0!important;}
.column-align-left{text-align: left;}
.column-align-right{text-align: right;font-weight: bold;}
.table-cell {width:100%;display:block;}
.table-column-top{vertical-align: top;}
.table-column-bottom{vertical-align: bottom;}
.table-column-middle{vertical-align: middle;}
.table-column-label{
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: lightgray solid 1px!important;
    padding-right: 5px;
}
.table-column-label-bg{
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: lightgray solid 1px;
    background: lightslategray;
    color: white;
}
.table-column-value{
    text-align: left;
    vertical-align: top;
    border-bottom: lightgray dotted 1px!important;
}
.table-column-value-center{
    text-align: center;
    vertical-align: top;
    border-bottom: lightgray dotted 1px!important;
}
.table-column-right{text-align:right;}
.table-column-right-bottom{text-align:right;vertical-align: bottom;}
.table-column-right-bottom-black{
    text-align: right;
    vertical-align: top;
    border-bottom: black dotted 1px!important;
}