* {
    -webkit-font-smoothing: antialiased;
    transition: color .5s, background .5s, box-shadow .5s, border-color .5s;
}

p {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #828282;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    overflow-x: hidden;
}

#headerTop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 1);
}

#navBar ul {
    z-index: 99;
    position: relative;
    font-size: 0;
    margin: 0;
}

.color-magento {
    color: #ec038c;
}

.home-info {
    margin: 140px 0 0;
}

.home-info .description {
    margin: 50px 0 0;
}

.home-info .title {
    color: #000;
}

.home-info .inner:hover .divider {
    width: 100%;
}

.logoHeader {
    width: 200px;
    padding: 20px 0;
}

#navBar ul > li > a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 20px 10px;
    letter-spacing: 2px;
}

#navBar ul li {
    display: inline-block;
    margin-bottom: 0;
}

#navBar ul > li > a {
    color: #000;
    font-size: 13px;
    padding: 0 12px;
    letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
    font-weight: 1000;
}

.activeHeaderMobile {
    color: #1e25b0 !important;
}

#fixed-controlls-wrapper.fixed #headerTop {
    color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.lang-li img {
    margin-top: -4px;
}

#wrapper {
    max-width: 100%;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.fixed-navbar {
    display: none;
}

.sub-title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}

.sub-sub-title {
    color: #000;
    font-size: 16px;
}

.divider {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1b4ecf;
    width: 25%;
    transition: width 1s;
    margin-left: 0;
}

.button {
    font-family: 'Poppins', sans-serif;
    padding: 10px 30px;
    border: 1px solid #1e25b0;
    color: #1e25b0;
    background: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.service-box .title {
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
}

.service-box .inner:hover .title {
    color: #000;
}

.service-box .inner:hover i {
    color: #8826a6;
}

.button:hover {
    color: #fff;
    background: #1b4ecf;
    border-color: #1b4ecf;
}

header {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

nav ul.menu {
    margin-top: 80px;
}

nav ul.menu a {
    text-decoration: none;
}

nav ul.menu > li {
    display: inline-block;
}

nav ul.menu > li > a {
    margin: 0 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

nav ul.menu > li > a:hover {
    color: #c0a061;
    border-bottom: 1px solid #c0a061;
}

.big-image {
    position: relative;
    z-index: 0;
}

.big-image .caption {
    color: #fff;
    text-align: center;
}

.rooms {
    margin-top: 100px;
}

.rooms .sub-title {
    color: #000;
    margin: 20px 0;
    cursor: pointer;
}

.rooms .sub-title:hover {
    color: #4e780f;
}

.rooms .description span {
    color: #e8e8e8;
    font-size: 16px;
}

.rooms .price {
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #4e780f;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 20px;
}

.rooms .price span {
    font-size: 12px;
    color: #aaaaaa;
}

.home-cards {
    overflow: hidden;
    background: #fff;
}

.home-cards .inner {
    padding: 50px 40px;
}

.home-top-content {
    padding: 100px 0;
    background-color: rgba(63, 157, 214, 0.65);
    margin-bottom: 100px;
    background-image: url(../img/home-top-section-bg.jpg);
    background-blend-mode: hard-light;
    background-position: center top;
}

.inner .title {
    text-transform: uppercase;
    /*text-align: center;*/
}

.home-top-offers-title {
    margin-bottom: 100px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.home-ul li {
    margin-bottom: 10px;
}

.restaurant-page-content .restaurant p.restaurant-presentation-desc {
    font-size: 16px;
    margin-bottom: 30px;
}

.restaurant-page-content .restaurant .restaurant-presentation-title {
    font-size: 30px;
}

.restaurant-desc-list {
    /*display: block;*/
    /*padding: 0;*/
    margin-top: 30px;
    margin-bottom: 0;
}

.restaurant-desc-list li:before {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 0;
    font: 16px/18px FontAwesome;
    color: #393a47;
    content: "\f105";
    text-align: center;
}

.restaurant-desc-list li {
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    list-style-type: square;
}

.home-cards .title {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.home-cards .description {
    margin: 50px 0;
}

.home-cards .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 0 5px 0 rgba(61, 61, 61, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(61, 61, 61, 1);
    box-shadow: 0 0 5px 0 rgba(61, 61, 61, 1);
    height: 100%;
}

.home-cards .image.right-bg {
    background-position: right;
}

.color-transparent {
    color: transparent !important;
}

.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #1b4ecf; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: 0; /* Adjust as needed */
    animation: typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }
    /*50% { border-color: #1b4ecf; }*/
}

.home-cards .inner:hover .divider {
    width: 100%;
}

.info .inner {
    padding: 20px 0;
}

.info .title {
    color: #000;
}

.info .description {
    font-size: 18px;
}

.info .sub-title {
    color: #000;
    margin: 20px 0;
}

.home-info .description p:last-child {
    margin-bottom: 0;
}

.info .sub-sub-title {
    margin: 10px 0;
}

.parallax {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    margin: 50px 0 0;
}

.parallax .description {
    margin: 30px 0 0;
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
}

.parallax .divider {
    border-color: #fff;
    width: 100%;
}

.title-home {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 86px;
    letter-spacing: 4px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.nav-phone-delimiter {
    font-size: 14px;
    margin-left: 10px;
    color: #3f9dd6;
}

.fa {
    transition: none;
}

.desc-home {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    font-weight: 200;
}

.home-bg {
    background-image: url('../img/home-bg-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-blend-mode: multiply;
}

.about-bg {
    background-image: url('../img/despre-noi-header.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(63, 157, 214, 0.65);
    background-blend-mode: multiply;
}

.contact-bg {
    background-image: url('../img/contact-cover.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(63, 157, 214, 0.65);
    background-blend-mode: multiply;
}

.certificari-bg{
    background-image: url('../img/certificari.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(63, 157, 214, 0.65);
    background-blend-mode: multiply;
}
.links-bg{
    background-image: url('../img/Internet-Business-l.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(63, 157, 214, 0.65);
    background-blend-mode: multiply;
}

.service-more-details-content {
    padding-top: 10px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.portfolio-content {
    padding: 100px 15px;
}

.portfolio-content-boxes {
    padding: 0 18px 3px 18px;
}

.portfolio-item {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 3px solid rgba(134, 72, 55, 0.78)
}

.privacy-title {
    margin-top: 50px;
}

.portfolio-big-content {
    margin-bottom: 50px;
}

.portfolio-element-content {
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    box-shadow: 10px 8px 12px -5px rgba(61, 61, 61, 0.1);
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1e25b0;
    color: #fff;
    transition: .5s;
    height: 0;
    padding: 0 15px;
    justify-content: left;
    align-items: center;
    display: flex;
    opacity: 0;
}

.portfolio-element-content:hover .portfolio-overlay {
    height: 85px;
    font-size: 14px;
    padding: 15px 15px;
    opacity: 1;
    box-shadow: 10px 8px 12px -5px rgba(240, 81, 35, 0.14);
}

.portfolio-element-content:hover {
    background-color: transparent;
}

.portfolio-element-content img {
    width: 120px;
    transition: .5s;
}

.portfolio-element-content:hover img {
    padding-bottom: 75px;
}

.portfolio-element {
    margin-bottom: 30px;
}

.potrfolio-item-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: default;
}

.portfolio-item:hover .potrfolio-item-content {
    opacity: 0;
}

.map {
    height: 400px;
}

.portfolio-item:hover {
    transition: .5s;
}

.potrfolio-item-content {
    color: #fff;
}

.potrfolio-item-content:hover {
    color: #fff;
}

.portfolio-item-content-texts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0 -5px 20px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(255, 255, 255, 0.5);
}

.service-box:hover {
    /*background: rgba(78, 38, 62, 0.04);*/
    /*transform: rotate3d(0, 0, 1, -1deg) scale(1.1);*/
    /*-webkit-transform: rotate3d(0, 0, 1, -1deg) scale(1.1);*/
    /*-moz-transform: rotate3d(0, 0, 1, -1deg) scale(1.1);*/
    transition: 1s;
}

.portfolio-item-content-texts p {
    font-size: 16px;
    word-wrap: break-word;
    position: absolute;
    bottom: 5px;
    font-weight: 400;
}

.service-icon-content i {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-box {
    padding: 40px 15px;
    /*margin-bottom: 100px;*/
    position: relative;
    /*box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 1);*/
}

.service-box .inner {
    padding: 20px;
    width: 40%;
    border: 1px solid rgb(238, 80, 47);
    margin-top: 40px;
    float: left;
    background-color: #fff;
}

.service-item-img-content {
    width: calc(60% + 20px);
    display: block;
    float: left;
    margin-left: -20px;
    position: relative;
    z-index: -1;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-item-img-content img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.services-bg {
    background-image: url('../img/services-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(63, 157, 214, 0.65);
    background-blend-mode: multiply;
}

.portfolio-project-title {
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 40px;
    margin-bottom: 50px;
}

.portfolio-project-title-type {
    text-transform: uppercase;
}

.portfolio-programs-content {
    margin-top: 0;
    padding-bottom: 30px;
    padding-right: 30px;
}

.portfolio-finances-item {
    margin-top: 50px;
    padding: 0 30px;
    position: relative;
}

.portfolio-finances-item img {
    max-width: 140px;
    display: block;
    float: left;
}

.portfolio-finances-item img.link-item-image {
    max-width: 180px;
}

.portfolio-finances-item p {
    width: calc(100% - 180px);
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 10px 8px 12px -5px rgba(61, 61, 61, 0.1);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
    color: #000;
}

.portfolio-title-section {
    margin-bottom: 50px;
    padding-right: 0;
}

.portfolio-finances-item:hover p {
    box-shadow: 10px 8px 12px -5px rgba(240, 81, 35, 0.14);
}

.portfolio-bg {
    background-image: url('../img/portofoliu.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(63, 157, 214, 0.65);
    background-blend-mode: multiply;
}

.proiecte-bg {
    background-image: url('../img/proiecte_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(63, 157, 214, 0.65);
    background-blend-mode: multiply;
}

.about-us-text-flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.about-us-block-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 330px;
    text-align: center;
    /*border: 3px solid #1b4ecf;*/
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 1);
    box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 1);
}

.services-content-top {
    margin-top: 0;
}

.service-page .parallax {
    margin: 0;
}
.parallax li {
    color: #fff;
}

.service-item-content {
    padding: 50px 0;
    box-shadow: 0px 0px 1px 0px rgb(0, 0, 0);
}

.desc-info .title {
    color: #000;
}

.about-us-description-from-left {
    animation-duration: 950ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.about-us-description-from-right {
    animation-duration: 950ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}


.about-us-row-section {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #1b4ecf;
}

.about-us-row-section:last-child {
    border-bottom: 0;
}

.about-us-block-img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.about-us-box-content {
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.about-us-block-img:hover {
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 1);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 1);*/
    /*box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 1);*/
    /*transform: rotate3d(0, 0, 1, 2deg) scale(1.1);*/
    /*-webkit-transform: rotate3d(0, 0, 1, 2deg) scale(1.1);*/
    /*-moz-transform: rotate3d(0, 0, 1, 2deg) scale(1.1);*/
    /*border-radius: 10px;*/
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.2) translate3d(0, 0, 0);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.2);
    }
    80% {
        opacity: 1;
        transform: scale(0.89);
    }
    100% {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0);
    }
}

#home-scroll-down {
    display: block;
}

.scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    bottom: 35px;
    padding-left: 7px;
    cursor: pointer;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll-down.svg svg {
    width: 25px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.scroll-down.svg .scroller {
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite;
}

/* :S-> scroll-down ANIMATION */
@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

/* :E-> scroll-down ANIMATION */

.home-bottom-img {
    background-image: url('../images/home/home-bottom.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#mobile-bar {
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #FFF;
    padding: 15px 10px 0 10px;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.mob-title {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 3px;
}

/******* RESPONSIVE ******/
#drawer, #drawer-nav, #burger_overlay {
    display: none;
}

#mobile-coppyrights {
    display: none;
}

#drawer-nav .slogan {
    display: block;
    left: 54%;
    margin-top: -20px;
    right: 0;
    position: absolute;
    width: 150px;
}

#burgerMenu {
    display: none;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    padding: 21px;
    z-index: 4;
    text-decoration: none;
    color: #000;
    outline: 0;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

#burgerMenu .menuBar {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: ''
}

#burgerMenu .menuBar.top {
    margin-top: 0;
}

#burgerMenu .menuText {
    display: none;
    text-transform: uppercase;
    font-size: 7px;
    line-height: 7px;
    margin-top: 3px;
    text-align: center;
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@-webkit-keyframes topDo {
    0% {
        -webkit-transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(6px)
    }
    100% {
        -webkit-transform: translatey(6px) rotate(45deg)
    }
}

@-moz-keyframes topDo {
    0% {
        -moz-transform: translatey(0px)
    }
    50% {
        -moz-transform: translatey(6px)
    }
    100% {
        -moz-transform: translatey(6px) rotate(45deg)
    }
}

@-ms-keyframes topDo {
    0% {
        -ms-transform: translatey(0px)
    }
    50% {
        -ms-transform: translatey(6px)
    }
    100% {
        -ms-transform: translatey(6px) rotate(45deg)
    }
}

@keyframes topDo {
    0% {
        transform: translatey(0px)
    }
    50% {
        transform: translatey(6px)
    }
    100% {
        transform: translatey(6px) rotate(45deg)
    }
}

body.showDrawer .menuBar.top {
    -webkit-animation-name: topDo;
    -moz-animation-name: topDo;
    -ms-animation-name: topDo;
    animation-name: topDo;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes topUndo {
    0% {
        -webkit-transform: translatey(6px) rotate(45deg)
    }
    50% {
        -webkit-transform: translatey(6px)
    }
    100% {
        -webkit-transform: translatey(0px)
    }
}

@-moz-keyframes topUndo {
    0% {
        -moz-transform: translatey(6px) rotate(45deg)
    }
    50% {
        -moz-transform: translatey(6px)
    }
    100% {
        -moz-transform: translatey(0px)
    }
}

@-ms-keyframes topUndo {
    0% {
        -ms-transform: translatey(6px) rotate(45deg)
    }
    50% {
        -ms-transform: translatey(6px)
    }
    100% {
        -ms-transform: translatey(0px)
    }
}

@keyframes topUndo {
    0% {
        transform: translatey(6px) rotate(45deg)
    }
    50% {
        transform: translatey(6px)
    }
    100% {
        transform: translatey(0px)
    }
}

body.hideDrawer .menuBar.top {
    -webkit-animation-name: topUndo;
    -moz-animation-name: topUndo;
    -ms-animation-name: topUndo;
    animation-name: topUndo;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes middleDo {
    0% {
        -webkit-transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(0px)
    }
    100% {
        -webkit-transform: translatey(0px) rotate(-45deg)
    }
}

@-moz-keyframes middleDo {
    0% {
        -moz-transform: translatey(0px)
    }
    50% {
        -moz-transform: translatey(0px)
    }
    100% {
        -moz-transform: translatey(0px) rotate(-45deg)
    }
}

@-ms-keyframes middleDo {
    0% {
        -ms-transform: translatey(0px)
    }
    50% {
        -ms-transform: translatey(0px)
    }
    100% {
        -ms-transform: translatey(0px) rotate(-45deg)
    }
}

@keyframes middleDo {
    0% {
        transform: translatey(0px)
    }
    50% {
        transform: translatey(0px)
    }
    100% {
        transform: translatey(0px) rotate(-45deg)
    }
}

body.showDrawer .menuBar.middle {
    -webkit-animation-name: middleDo;
    -moz-animation-name: middleDo;
    -ms-animation-name: middleDo;
    animation-name: middleDo;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes middleUndo {
    100% {
        -webkit-transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(0px)
    }
    0% {
        -webkit-transform: translatey(0px) rotate(-45deg)
    }
}

@-moz-keyframes middleUndo {
    100% {
        -moz-transform: translatey(0px)
    }
    50% {
        -moz-transform: translatey(0px)
    }
    0% {
        -moz-transform: translatey(0px) rotate(-45deg)
    }
}

@-ms-keyframes middleUndo {
    100% {
        -ms-transform: translatey(0px)
    }
    50% {
        -ms-transform: translatey(0px)
    }
    0% {
        -ms-transform: translatey(0px) rotate(-45deg)
    }
}

@keyframes middleUndo {
    100% {
        transform: translatey(0px)
    }
    50% {
        transform: translatey(0px)
    }
    0% {
        transform: translatey(0px) rotate(-45deg)
    }
}

body.hideDrawer .menuBar.middle {
    -webkit-animation-name: middleUndo;
    -moz-animation-name: middleUndo;
    -ms-animation-name: middleUndo;
    animation-name: middleUndo;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes bottomDo {
    0% {
        -webkit-transform: translatey(0px)
    }
    50% {
        -webkit-transform: translatey(-6px)
    }
    100% {
        -webkit-transform: translatey(-6px) rotate(-45deg)
    }
}

@-moz-keyframes bottomDo {
    0% {
        -moz-transform: translatey(0px)
    }
    50% {
        -moz-transform: translatey(-6px)
    }
    100% {
        -moz-transform: translatey(-6px) rotate(-45deg)
    }
}

@-ms-keyframes bottomDo {
    0% {
        -ms-transform: translatey(0px)
    }
    50% {
        -ms-transform: translatey(-6px)
    }
    100% {
        -ms-transform: translatey(-6px) rotate(-45deg)
    }
}

@keyframes bottomDo {
    0% {
        transform: translatey(0px)
    }
    50% {
        transform: translatey(-6px)
    }
    100% {
        transform: translatey(-6px) rotate(-45deg)
    }
}

body.showDrawer .menuBar.bottom {
    -webkit-animation-name: bottomDo;
    -moz-animation-name: bottomDo;
    -ms-animation-name: bottomDo;
    animation-name: bottomDo;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes bottomUndo {
    0% {
        -webkit-transform: translatey(-6px) rotate(-45deg)
    }
    50% {
        -webkit-transform: translatey(-6px)
    }
    100% {
        -webkit-transform: translatey(0px)
    }
}

@-moz-keyframes bottomUndo {
    0% {
        -moz-transform: translatey(-6px) rotate(-45deg)
    }
    50% {
        -moz-transform: translatey(-6px)
    }
    100% {
        -moz-transform: translatey(0px)
    }
}

@-ms-keyframes bottomUndo {
    0% {
        -ms-transform: translatey(-6px) rotate(-45deg)
    }
    50% {
        -ms-transform: translatey(-6px)
    }
    100% {
        -ms-transform: translatey(0px)
    }
}

@keyframes bottomUndo {
    0% {
        transform: translatey(-6px) rotate(-45deg)
    }
    50% {
        transform: translatey(-6px)
    }
    100% {
        transform: translatey(0px)
    }
}

body.hideDrawer .menuBar.bottom {
    -webkit-animation-name: bottomUndo;
    -moz-animation-name: bottomUndo;
    -ms-animation-name: bottomUndo;
    animation-name: bottomUndo;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#mobileForm {
    display: none;
    position: relative;
    z-index: 4;
}

#mobileForm .onlineFormWrapper {
    display: none;
}

#drawer {
    z-index: 999;
    width: 250px;
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fff;
    left: -250px;
}

#drawer #drawerWrapper {
    width: 100%;
    height: 100%;
    padding-right: 20px;
}

#drawer #drawerWrapper .button {
    display: block;
    margin: 0 auto;
    width: 110px;
}

#drawer #drawerLogo img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#drawer #drawerLogo {
    display: block;
    width: 250px;
}

#drawer #drawerWrapper #drawerLogoWrapper {
    padding: 5px 0;
}

.links-title {
    width: 250px;
    padding: 15px 10px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    border-top: solid 1px #ccc;
    color: #666;
}

#drawer .nav-links.small li a {
    font-size: 10px;
    padding: 5px;
    text-align: center;
}

#drawer .nav-links.small {
    padding-bottom: 5px;
}

#drawer .nav-links.small li {
    border-bottom: none;
}

#drawer .nav-links li a.subcat.small {
    font-size: 10px;
    border-top: solid 1px #ccc;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    background: url(../img/carousel/arrow-right-slideFoto.png), #f5f5f5;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: right 10px center;
    margin-top: 0;
}

#drawer .nav-links {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 250px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: solid 1px #ccc;
}

#drawer .nav-links:nth-of-type(1) {
    border-top: solid 1px #ccc;
}

#drawer .nav-links li {
    display: block;
    border-bottom: 1px solid #ccc;
}

#drawer .nav-links li:nth-of-type(6) {
    border-bottom: none;
}

#drawer .nav-links li a.subcat {
    background: url(../img/carousel/arrow-right-slideFoto.png);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 8px;
}

#drawer .nav-links li a#selectLangBurger.subcat {
    background: url(../img/carousel/arrow-right-slideFoto.png);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#drawer .nav-links > li > a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    color: #006738;
}

.subcat-links li a.backToCat {
    text-align: left;
    background: url(../img/icons/arrow-left-white.png), #000;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 8px;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.subcat-links {
    position: absolute;
    height: 100%;
    left: 251px;
    top: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 270px;
    overflow-y: scroll;
    padding-right: 20px;
}

.subcat-links li {
    display: block;
}

.subcat-links > li > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

a#selectLangBurger {
    color: #000;
    display: block;
}

.nav-links a:hover {
    background: #006738;
    color: #fff !important;
}

#drawer, #drawer-nav, #burger_overlay {
    display: block;
}

#drawer-nav {
    z-index: 3;
    position: absolute;
}

body.showDrawer {
    position: fixed;
    overflow: hidden;
    left: 250px;
}

#burger_overlay {
    position: fixed;
    z-index: 3;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

body.showDrawer #burger_overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

#drawer-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#drawer-links ul li {
    display: block;
}

#drawer-links ul li a {
    display: block;
    padding: 0;
    font-weight: normal;
    border-bottom: solid 1px #000;
    text-align: center;
    background: transparent;
    color: #000;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    font-weight: 600;
}

#drawer-links ul li:last-child a {
    border-bottom: 0;
}

#drawer-links ul li a.active {
    color: #000;
}

#drawer-links ul li a:hover {
    text-decoration: none;
}

#drawer-links .button {
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: #0a288c;
    border-radius: 10px;
    padding: 0 20px;
    margin: 10px 0 10px 10px;
}

#drawer-links ul li a span {
    display: inline-block;
    border: solid 2px #0a288c;
    padding: 5px 15px;
    border-radius: 24px;
    background: #0a288c;
}

#drawer-info-links {
    background: #f5f5f5;
}

#drawer-info-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

#drawer-info-links ul li {
    display: inline-block;
}

#drawer-info-links ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 12px;
}

#drawer .slogan {
    display: block;
    left: 34%;
    margin-top: -30px;
    right: 0;
    position: absolute;
    width: 130px;
}

#drawer .phone {
    padding: 10px;
}

#drawer .phone .icon-phone {
    float: left;
    position: relative;
}

#drawer .phone span {
    font-size: 10px;
    display: block;
}

#drawer .phone .details {
    padding-left: 10px;
}

#drawer .phone img {
    padding: 5px 10px 0 40px;
}

.logo img {
    margin-top: 15px;
}

.page .logo img {
    max-width: 140px;
}

.navbar-mobile-hidden {
    display: none;
}

.bg-white {
    background: #fff;
}

.home-title-hidden-mobile {
    line-height: 55px;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}

.home-title-hidden-mobile a {
    line-height: 55px;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #1e25b0;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.gallery-image {
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 30px;
    background-color: #000;
}

.gallery-image:hover {
    background-blend-mode: luminosity;
}

.footer {
    margin-top: 0;
    color: #000;
}

.contact-title {
    margin-bottom: 60px;
}

.footer-item i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}

.footer-item p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.services-content-no-padding {
    padding: 0;
}

.service-item-content:hover {
    
}

.copyright-footer {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

a.footer-item:hover {
    text-decoration: none;
    outline: 0;
}

.footer-item:hover p {
    color: #fff;
}

.footer-item:hover a {
    color: #fff;
}

.contact-date-content:focus {
    color: #000;
    text-decoration: none;
}

.contact-date-content:hover i {
    transition: .0s;
    -webkit-font-smoothing: initial;
}

.contact-date-content i {
    transition: .0s;
    -webkit-font-smoothing: initial;
}

.contact-date-content i {
    margin-right: 10px;
    width: 26px;
    text-align: center;
    font-size: 20px;
}

.contact-date-content i:before {
    vertical-align: middle;
}

.footer-item:hover i {
    color: #fff;
}

.footer-social-media {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: space-around;
    margin-top: 100px;
}

.footer-bg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: block;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding: 0;
    position: relative;
}

.footer-item-content {
    width: 100%;
    padding-bottom: 10px;
}

.room-and-suites-banner,
.restaurant-banner {
    background-image: url('../images/rooms-suits-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    color: #fff;
    padding-top: 240px;
    text-align: center;
}

.offers-banner {
    background-image: url('../images/rooms-suits-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    color: #fff;
    padding: 240px 0 0;
    text-align: center;
}

.offers-page-content {
    margin-top: 50px;
}

.room-details-banner {
    background-image: url('../images/rooms-suits-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 240px;
    text-align: center;
}

.padding0 {
    padding: 0 !important;
}

.rooms-suites-page-content .rooms,
.restaurant-page-content .restaurant {
    margin-top: 100px;
}

.restaurant-page-content .restaurant h3,
.rooms-suites-page-content .rooms h3 {
    margin-bottom: 20px;
}

.gallery {
    margin: 100px 0 0;
}

.gallery-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.gallery h3 {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

figure a:hover {
    text-decoration: none;
    outline: 0;
    position: relative;
    height: 100%;
    display: block;
}

figure a:hover .hidden-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8f5444;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.hidden-overlay {
    display: none;
}

.hidden-i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-left: -12px;
    margin-top: -12px;
    font-size: 26px;
    -webkit-transform: translateY(50%) scale(0) !important;
}

figure a:hover i {
    -webkit-transform: translateY(50%) scale(1) !important;
    font-size: 26px;
}

.restaurant-page-content .restaurant hr,
.gallery hr,
.rooms-suites-page-content .rooms hr {
    width: 10%;
    min-width: 100px;
    background-color: #8e5545;
}

.rooms-cards {
    padding: 100px 0;
    overflow: hidden;
}

.rooms-parallax {
    padding: 200px 0;
    margin: 0 0 100px 0;
}

.about-us-parallax {
    padding: 140px 0;
    margin: 0 0 100px 0;
}

.about-us-images {
    margin: 100px 0 0;
}

.about-facility-section {
    margin: 100px 0;
}

.about-facility-section h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.about-image-bg {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-facility-i {
    color: #8f5444;
    font-size: 32px;
    margin-bottom: 15px;
}

.book-now {
    background: transparent;
    border: 1px solid #8e5545;
    color: #8e5545;
    border-radius: 0;
    margin-top: 30px;
}

.book-activity {
    background: transparent;
    border: 1px solid #8e5545;
    color: #8e5545;
    border-radius: 0;
    margin-top: 30px;
}

.restaurant-page-content .restaurant p.offer-price {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.activities-content.odd {
    margin: 100px 0 0;
    background-color: #c19b76;
}

.activities-content.even {
    margin: 0;
    background-color: #fff;
}

.color-white {
    color: #fff !important;
}

.activities-desc {
    font-size: 16px;
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.mb30 {
    margin-bottom: 30px !important;
}

.activity-title {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
}

.activity-desc-item {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

.activity-price-desc {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
}

.activity-price {
    color: #fff;
    font-size: 40px;
    line-height: 22px;
    margin-bottom: 10px;
}

.activity-price sup {
    font-size: 20px;
    vertical-align: super;
}

.activity-price sub {
    font-size: 20px;
}

.flex-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.activity-bg {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 15px solid #fff;
}

.about-facility-title {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.about-facility-desc {
    color: #828282;
    font-size: 12px;
    margin-bottom: 0;
}

.map {
    height: 600px;
    width: 100%;
    border-top: 1px solid #1b4ecf;
}

.color-black {
    color: #000 !important;
}

.even .activity-bg {
    border: 15px solid #c19a76;
}

.even .about-facility-section {
    margin: 100px 0 0;
}

.room-item {
    margin-bottom: 30px;
    padding: 0 10px;
}

.padding010 {
    padding: 0 10px;
}

.rooms-suites-page-content .rooms h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
}

.rooms-cards-container {
    background-color: #f3f3f3;
}

.restaurant-page-content .restaurant p.restaurant-desc,
.rooms-suites-page-content .rooms p.rooms-suites-desc {
    font-size: 16px;
    margin-bottom: 0;
}

.color-black {
    color: #000 !important;
}

.restaurant-banner h1,
.room-and-suites-banner h1 {
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-size: 62px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.restaurant-banner p,
.room-and-suites-banner p {
    font-size: 20px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.breakfast-item {
    background-image: url('../images/restaurant/1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.lunch-item {
    background-image: url('../images/restaurant/4.JPG');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.business-item {
    background-image: url('../images/restaurant/3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.bg-breakfast {
    background-image: url('../images/restaurant/resto03.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    color: #000;
    margin-bottom: 20px;
}

.bg-lunch {
    background-image: url('../images/restaurant/resto01.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    color: #000;
    margin-bottom: 20px;
}

.bg-business {
    background-image: url('../images/restaurant/resto02.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    color: #000;
    margin-bottom: 20px;
}

.restaurant-page-content .restaurant h3 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.restaurant-page-content .restaurant p {
    color: #000;
    font-size: 22px;
}

.restaurant-page-content .home-cards {
    overflow: hidden;
    background: #f3f3f3;
}

.breakfast-content {
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.45098039215686275);
}

.lunch-content {
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.45098039215686275);
}

.business-content {
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.45098039215686275);
}

.restaurant-item {
    margin-bottom: 0;
    padding: 30px 0;
}

@media (max-width: 1280px) {
    nav ul.menu > li > a.nav-item {
        font-size: 14px;
    }

    .logo img {
        width: 120px;
    }

    nav ul.menu {
        margin-top: 60px;
    }

}

@media (max-width: 1200px) {
    nav ul.menu > li > a.nav-item {
        font-size: 14px;
        margin: 0 4px;
    }

    .logo img {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .home-top-offer-item {
        margin-bottom: 50px;
    }

    .hidden-mobile {
        display: none;
    }

    .navbar-mobile-hidden {
        display: block;
        /*width: calc(100vw - 135px);*/
        /*max-width: calc(100vw - 135px);*/
        /*flex: 0 0 calc(100vw - 135px);*/
    }

    .logo-mobile-full-content {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    #burgerMenu {
        display: block;
        width: 60px;
        flex: 0 0 60px;
        background: #1e25b0;
        max-width: 60px;
    }

}

.container-table {
    display: table;
    width: 100%;
}

.container-table.fixed {
    table-layout: fixed;
}

.container-table.inverted {
    direction: rtl;
}

.container-table.inverted > .table-element {
    direction: ltr;
}

.table-element {
    display: table-cell;
}

.element-center {
    text-align: center;
}

.element-left {
    text-align: left;
}

.element-right {
    text-align: right;
}

.element-middle {
    vertical-align: middle;
}

.element-top {
    vertical-align: top;
}

.element-bottom {
    vertical-align: bottom;
}

.col-2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.col-2:nth-child(2n+1) {
    clear: left;
}

.col-2:nth-child(2n+2) {
    clear: right;
}

.col-3 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.col-3:nth-child(3n+1) {
    clear: left;
}

.col-3:nth-child(3n+3) {
    clear: right;
}

.col-4 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.col-4:nth-child(4n+1) {
    clear: left;
}

.col-4:nth-child(4n+4) {
    clear: right;
}

.col-5 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.col-5:nth-child(5n+1) {
    clear: left;
}

.col-5:nth-child(5n+5) {
    clear: right;
}

.col-6 {
    width: 16.66%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.col-6:nth-child(6n+1) {
    clear: left;
}

.col-6:nth-child(6n+6) {
    clear: right;
}

.mtop10 {
    margin-top: 10px;
}

.mtop40 {
    margin-top: 20px;
}

.lep {
    padding-right: 10px;
}

.cep {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.rep {
    padding-left: 10px;
}

.image-text {
    padding: 40px 0;
}

.image-text .image img {
    max-width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}

.image-text .text {
    padding-left: 10px;
}

.image-text.invert {
    direction: rtl;
}

.image-text.invert .image {
    direction: ltr;
    padding-left: 10px;
    padding-right: 0;
}

.image-text.invert .text {
    direction: ltr;
    padding-left: 0px;
    padding-right: 10px;
}

.image-text.full-image .image img {
    display: none;
}

.image-text.full-image .image {
    height: 350px;
    padding: 100px 0;
}

.image-text.full-image .text {
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
}

.image-text.full-image {
    padding: 0;
}

#captcha {
    max-width: 100%;
}

input[type="file"] {
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 0;
    height: 42px;
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
}

input[type="text"], input[type="password"], input[type="submit"], textarea {
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    margin-top: 5px;
}

.contact-form-content {
    padding-left: 30px;
}

select {
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: none;
}

textarea {
    resize: none;
}

button, input[type="submit"] {
    height: 42px;
    width: 100%;
    border: 0;
    cursor: pointer;
    background: #8f5444;
    color: #fff;
    transition: all .2s ease-in;
}

button, input[type="submit"]:hover {
    background: #c09f60;
}

.onlineForm input[type="text"].invalid, input[type="password"].invalid,
.onlineForm textarea.invalid,
.onlineForm select.invalid {
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    outline: 0;
    text-decoration: none;
    color: #fff !important;
    background-color: #8f5343 !important;
    box-shadow: #8f5343 0 0 0 1000px inset;
    text-decoration-color: #fff !important;
}

.onlineForm input[type="text"].valid,
.onlineForm input[type="password"].valid,
.onlineForm textarea.valid, select.valid {
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    outline: 0;
    text-decoration: none;
    color: #fff !important;
    background-color: #8f5343 !important;
    box-shadow: #8f5343 0 0 0 1000px inset;
    text-decoration-color: #fff !important;
}

.onlineForm input:-webkit-autofill {
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    outline: 0;
    text-decoration: none;
    color: #fff !important;
    background-color: #8f5343 !important;
    box-shadow: #8f5343 0 0 0 1000px inset;
    text-decoration-color: #fff !important;
}

.onlineForm input[type="file"].invalid {
    border: solid 1px #CC0000;
}

.onlineForm input[type="file"].valid {
    border: solid 1px #00CC00;
}

.form-group {
    padding-bottom: 20px;
}

.col-2.l {
    padding-right: 10px;
}

.col-2.r {
    padding-left: 10px;
}

.col-3.l {
    padding-right: 10px;
}

.col-3.r {
    padding-left: 10px;
}

.col-3.c {
    padding-left: 5px;
    padding-right: 5px;
}

.formMessage {
    display: none;
    box-sizing: border-box;
}

.formMessage.error {
    width: 100%;
    background: red;
    padding: 5px;
    text-align: left;
    font-weight: 800;
    color: #fff;
    z-index: 9999;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.formMessage.succes {
    width: 100%;
    background: green;
    padding: 5px;
    text-align: left;
    font-weight: 800;
    color: #fff;
    z-index: 9999;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.formMessage #error-title {
    font-size: 12px;
    box-sizing: border-box;
}

.formMessage ol {
    list-style-type: decimal;
    text-align: left;
    font-weight: 400;
    padding: 0 40px 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: inline-block;
}

.formMessage ol li {
    display: list-item;
    padding-top: 5px;
    font-size: 10px;
    line-height: 12px;
}

.customMessage {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.customMessage .messageWrapper {
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}

.customMessage .messageWrapper h2 {
    text-transform: none;
    font-size: 24px;
    padding: 15px;
    color: inherit;
}

.customMessage .closeMessage {
    display: block;
    font-size: 40px;
    font-weight: 100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
}

.message {
    width: 98%;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px auto;
    box-sizing: border-box;
    background: #f9f9f9;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.message.info {
    border: 2px solid #1f8bef;
    background: #f9f9f9;
}

.message.error {
    border: 2px solid #ef1f32;
    background: #f9f9f9;
}

.message.alert {
    border: 2px solid #fea500;
    background: #f9f9f9;
}

.message.positive {
    border: 2px solid green;
    background: #f9f9f9;
}

.customMessage .message {
    color: #fff !important;
}

.customMessage .message.info {
    border: 2px solid #1f8bef;
    background: #1f8bef;
}

.customMessage .message.error {
    border: 2px solid #ef1f32;
    background: #ef1f32;
}

.customMessage .message.alert {
    border: 2px solid #fea500;
    background: #fea500;
}

.customMessage .message.positive {
    border: 2px solid green;
    background: green;
}

.message a {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.button.secondary {
    transition: all .2s ease-in;
    border-radius: 5px;
    height: 42px;
    width: 100%;
    border: 0;
    cursor: pointer;
    color: #432732;
    max-width: 250px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #432732;
    font-weight: bold;
}

.button.secondary:hover {
    color: #633548;
    text-decoration: none;
    border: solid 1px #633548;
}

.button.primary {
    transition: all .2s ease-in;
    border-radius: 5px;
    height: 42px;
    border: solid 1px #432732;
    width: 100%;
    cursor: pointer;
    background: #432732;
    color: #fff;
    max-width: 250px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.button.primary:hover {
    background: #2E1B22;
    border: solid 1px #2E1B22;
    color: #fff;
    text-decoration: none;
}

.button.r {
    float: right;
}

.button.l {
    float: left;
}

.formular h2 {
    margin-top: 0;
}

.addresses-title {
    margin-top: 60px;
    font-size: 18px;
}

.contact-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.HDForm .button {
    color: #1e25b0;
    max-width: 200px;
    border: 1px solid #1e25b0;
    float: left;
    background: transparent;
    text-transform: capitalize;
    font-size: 18px;
    font-family: "Poppins", serif;
    border-radius: 0;
    line-height: 18px;
    font-weight: 600;
}

.HDForm .button:hover {
    background-color: #1b4ecf;
    transition: all .2s ease-in;
    border: 1px solid #1b4ecf;
    color: #ffffff;
    text-transform: capitalize;
}

.change-code-form {
    color: #1b4ecf;
}

.newCode {
    width: 100%;
    float: left;
}

.pl30 {
    padding-left: 30px;
}

.portfolio-item-content-texts.portfolio-item-content-texts p {
    margin-bottom: 0;
}

.container-fluid {
    width: 100%;
}

@media (max-width: 992px) {

    .padding0 {
        padding: 0 15px !important;
    }

    .padding010 {
        padding: 0 15px !important;
    }

    .rooms-suites-page-content .rooms-cards .room-item .item {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .container {
        width: 536px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .portfolio-finances-item img {
        width: 90px;
    }

    .portfolio-finances-item p {
        width: calc(100% - 130px);
        font-size: 12px;
        padding-bottom: 5px;
        box-shadow: none;
    }

    .portfolio-finances-item:hover p {
        box-shadow: none;
    }

    .portfolio-element-content .portfolio-overlay {
        height: 85px;
        font-size: 14px;
        padding: 15px 15px;
        opacity: 1;
        box-shadow: 10px 8px 12px -5px rgba(240, 81, 35, 0.14);
    }

    .portfolio-element-content img {
        padding-bottom: 75px;
    }
}

.addresses-content {
    margin-bottom: 60px;
}

.formular .col-sm-12 {
    float: left;
}

.formular .col-lg-4 {
    float: left;
}

.formular .col-3 {
    max-width: 33.33%;
}

.round-gallery figure img {
    border-radius: 50%;
    margin: 0 auto;
}

.round-gallery .hidden-overlay {
    border-radius: 50%;
}

.hidden {
    visibility: hidden;
}

.rooms-suites-page-content a:hover {
    text-decoration: none;
    outline: 0;
}

.room-details-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.rooms-suites-details-page-content {
    margin-top: 50px;
}

.slider-for {
    margin-bottom: 10px;
}

.slider-big-item {
    /*height: 400px !important;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 5px solid #fff;
}

.slider-small-item {
    padding: 0 5px;
    margin-bottom: 30px;
    cursor: pointer;
}

.slider-small-item div {
    height: 140px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 5px solid #eee;
}

.price-list-title {
    margin-bottom: 1rem;
    color: #000;
    font-size: 22px;
    text-align: left;
}

/**s:TABLE**/
#listaPreturi {
    padding: 50px 0;
}

#listaPreturi h3 {
    text-align: center;
    padding-bottom: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

/**e:TABLE**/

.price-hint {
    font-size: 12px;
    color: #000;
    margin: 5px 0;
    line-height: 14px;
}

.room-details-facitity-title {
    margin: 30px 0;
}

.room-details-facility-desc-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.room-details-facility-list {
    display: block;
    padding: 0;
}

.room-details-facility-list li {
    display: block;
    margin-bottom: 10px;
}

.room-details-facility-others {
    margin-top: 30px;
}

.room-details-other-title {
    margin-bottom: 30px;
}

.room-details-other-item {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.room-details-other-item-desc-content {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px 15px;
}

.room-details-other-item-desc-title {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.room-details-other-item-desc-price {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
}

.room-details-other-item-desc-price span {
    color: #000;
    font-size: 16px;
}

.checkout-room-btn {
    border: 2px solid #4e780f;
    font-size: 12px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    color: #4e780f;
}

.checkout-room-btn:hover {
    background-color: #4e780f;
    color: #fff;
}

/**** S: CALENDAR ****/

.onlineFormWrapper {
    z-index: 1;
}

.onlineForm {
    background: #8f5444;
    box-sizing: border-box;
}

.onlineForm .field {
    box-sizing: border-box;
    border-bottom: solid 2px #fff;
}

.onlineForm .field-wrapper:last-child .field {
    border-bottom: 0;
}

.onlineForm .field-wrapper {
    padding: 15px;
}

.onlineForm .field input[type="text"] {
    border: 0;
    width: 100%;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
}

.onlineForm .field .field-img {
    cursor: pointer;
}

.onlineForm.block > .container-table, .onlineForm.block > .container-table > .table-element {
    display: block;
}

.onlineForm .field input[type="text"] {
    color: #fff;
}

.onlineForm .field input[type="text"].invalid {
    color: #CC0000;
}

.onlineForm .day-picker {
    position: relative;
}

.onlineForm .day-picker.top .calendar-wrapper {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 5px;
}

.onlineForm .calendar-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    background: #f5f5f5;
    border: solid 1px #ccc;
    padding: 5px;
    box-sizing: border-box;
}

.onlineForm .calendar-wrapper .loadMonth.prev {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icons/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
    cursor: pointer;
}

.onlineForm .calendar-wrapper .loadMonth.next {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icons/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
    cursor: pointer;
}

.onlineForm .calendar-wrapper .calendar-month {
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
}

.onlineForm .calendar-wrapper .calendar-table {
    width: 260px;
    border-spacing: 0;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.onlineForm .calendar-wrapper .calendar-table th {
    color: #aaa;
    width: 14.2857143%;
    box-sizing: border-box;
    padding: 6px;
}

.onlineForm .calendar-wrapper .calendar-table td {
    width: 14.2857143%;
    box-sizing: border-box;
    padding: 3px;
}

.onlineForm .calendar-wrapper .calendar-table td span {
    padding: 3px;
    display: block;
    box-sizing: border-box;
    border: solid 2px transparent;
}

.onlineForm .calendar-wrapper .calendar-table td.day {
    color: #4b96fd;
    cursor: pointer;
}

.onlineForm .calendar-wrapper .calendar-table td.day.weekend {
    color: #1f3580;
}

.onlineForm .calendar-wrapper .calendar-table td.day.old {
    color: #bbb;
    text-decoration: line-through;
}

.onlineForm .calendar-wrapper .calendar-table td#current-day span {
    border: solid 2px #4b96fd;
    color: #000;
    font-weight: 800;
}

.onlineForm .calendar-wrapper .calendar-table td.day.selectedStart {
    background: #4b96fd;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.onlineForm .calendar-wrapper .calendar-table td.day.selectedEnd {
    background: #4b96fd;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.onlineForm .calendar-wrapper .calendar-table td.day.betweenSelect {
    background: #8fbcfa;
    color: #fff;
}

.onlineForm .day-picker.end .calendar-wrapper .calendar-table td.day.notSelectableEnd {
    color: #bbb;
}

.onlineForm .day-picker.start .calendar-wrapper .calendar-table td.day.notSelectableStart {
    color: #bbb;
}

.onlineForm .dropdown {
    position: relative;
}

.onlineForm .dropdown.top.open .dropdownList {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}

.onlineForm .dropdown .dropdownList {
    display: none;
}

.onlineForm .dropdown.open .dropdownList {
    position: absolute;
    z-index: 1;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
}

.onlineForm .dropdown.open .dropdownList ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.onlineForm .dropdown.open .dropdownList ul li {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

.onlineForm .dropdown.open .dropdownList ul li.selected {
    background: #4b96fd;
    color: #fff;
}

.onlineForm .button {
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: rgb(192, 160, 97);
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    padding: 8px 34px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Poppins", serif;
    border-radius: 0;
}

.onlineForm .button:hover {
    text-decoration: none;
    color: rgb(192, 160, 97);
    text-align: center;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    padding: 8px 34px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Poppins", serif;
    border-radius: 0;
    transition: all .2s ease-in;
}

/**** E: CALENDAR ****/

.reservation-banner-title {
    margin-top: 60px;
}

.full-width {
    width: 100%;
}

.reservation-precompleted-content {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    background: #f5f5f5;
    border: solid 1px #ccc;
    margin-bottom: 25px;
    padding: 15px;
}

.bg-transparent {
    background: transparent;
}

.br0 {
    border-radius: 0 !important;
}

.button.primary.submit-reservation-btn {
    line-height: 26px;
    background-color: #8f5444;
}

.small-activity-desc {
    font-size: 12px;
}

.mb100 {
    margin-bottom: 100px !important;
}

.activities-content ul {
    padding: 0;
    display: block;
}

.activities-content ul li {
    padding: 0;
    display: block;
}

#drawer {
    height: 100vh;
}

.flex-activity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.nomb {
    margin-bottom: 0;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.footer-hdesign-img {
    max-height: 18px;
}

.footer-link {
    padding: 0 4px;
}

.mb100 {
    margin-top: 100px;
}

.burger-logo {
    border: 0;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.burger-logo img {
    padding: 15px 10px;
    width: 160px;
}

.burger-gray-content {
    background: #ccc;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.burger-gray-content a {
    color: #8f5444;
}

.burger-bottom-content {
    display: block;
    padding: 15px;
}

.burger-bottom-content a {
    display: block;
    width: 100%;
    color: #8f5444;
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
}

.burger-bottom-content a i {
    margin-right: 6px;
    vertical-align: text-top;
}

.burger-sm-text {
    color: #000;
    text-align: center;
}

.burger-bottom-content a.burger-fb {
    color: #3d5996;
    font-size: 28px;
    width: 30px;
    margin: 0 auto;
}

.room-details-facility-desc {
    margin-top: 30px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.m0 {
    margin: 0 !important;
}

.home-cam-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 240px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.home-cam-bg:hover {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
}

.hidden-reservation-hover {
    display: none;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.hidden-reservation-hover span {
    border: 1px solid;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 20px 5px 20px;
}

.hidden-reservation-hover:hover span {
    color: #fff;
    border-color: #4e780f;
    background-color: #4e780f;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

.home-cam-bg:hover a.hidden-reservation-hover {
    display: block;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.home-info-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.color-brown {
    color: #8f5444;
}

.contact-box {
    border: 1px solid #8f5444;
    padding: 15px;
    margin-bottom: 15px;
}

.contact-h {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
}

.contact-description-item {
    margin-bottom: 30px;
}

.contact-date {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #9a9a9a;
}

.contact-date-content {
    color: #000;
    outline: 0;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
    width: fit-content;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 24px;
}

#headerTop .container {
    /*padding-right: 0;*/
}

.contact-date-content:hover {
    outline: 0;
    text-decoration: none;
    color: #1b4ecf;
}

.contact-ol {
    padding-left: 15px;
}

.contact-ol li {
    margin-bottom: 15px;
}

.footer-item a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.see-more-gallery {
    margin-top: 30px;
}

.btn-text {
    color: #8e5545;
    margin-top: 8px;
    display: block;
    border-top: 1px solid #8e5545;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
}

.btn-text:hover {
    color: #4e780f;
    border-color: #4e780f;
}

.hover-full-hr:hover hr {
    width: 100%;
}

nav ul.menu > li > a.active {
    color: #c0a061;
    border-bottom: 1px solid #c0a061;
}

.footer .row:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

.gallery .gallery-content figure a.gallery-a {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: block;
}

.gallery .round-gallery figure a {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}

.gallery .gallery-content figure {
    text-align: center;
}

.onlineForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.onlineForm ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.onlineForm :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.onlineForm :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.onlineForm .user-input {
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    outline: 0;
    text-decoration: none;
    color: #fff !important;
    background-color: #8f5343 !important;
    box-shadow: #8f5343 0 0 0 1000px inset;
    text-decoration-color: #fff !important;
}

.onlineForm .invalid {
    border: 0;
    width: 100%;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    color: red !important;
    background-color: #8f5343 !important;
    box-shadow: #8f5343 0 0 0 1000px inset;
    text-decoration-color: red !important;
}

.onlineForm .invalid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red;
}

.onlineForm .invalid::-moz-placeholder { /* Firefox 19+ */
    color: red;
}

.onlineForm .invalid:-ms-input-placeholder { /* IE 10+ */
    color: red;
}

.onlineForm .invalid:-moz-placeholder { /* Firefox 18- */
    color: red;
}

.onlineForm .user-input:focus,
.onlineForm .invalid:focus {
    outline: 0;
    text-decoration: none;
}

#back-to-top-btn {
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 60px;
    height: 45px;
    border-radius: 10px;
    padding: 2px;
    font-size: 22px;
    color: #fff;
    background-color: #1e25b0;
    outline: 0;
    text-decoration: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.company-detail {
    color: #000;
}

#back-to-top-btn:hover {
    color: #f05123;
}

.onlineForm button,
.onlineForm input,
.onlineForm select,
.onlineForm textarea {
    line-height: inherit;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px;
    color: #fff !important;
    font-size: 14px;
}

/* Change Autocomplete styles in Chrome*/
.onlineForm input:-webkit-autofill,
.onlineForm input:-webkit-autofill:hover,
.onlineForm input:-webkit-autofill:focus,
.onlineForm input:-webkit-autofill,
.onlineForm input.valid,
.onlineForm textarea:-webkit-autofill,
.onlineForm textarea:-webkit-autofill:hover,
.onlineForm textarea:-webkit-autofill:focus,
.onlineForm select:-webkit-autofill,
.onlineForm select:-webkit-autofill:hover,
.onlineForm select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    width: 100% !important;
    cursor: pointer !important;
    padding: 10px !important;
    outline: 0 !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #8f5343 !important;
    box-shadow: #8f5343 0 0 0 1000px inset;
    text-decoration-color: #fff !important;
}

.slick-prev {
    left: 20px;
    width: auto;
    height: auto;
}

.slick-next {
    right: 20px;
    width: auto;
    height: auto;
}

.slick-prev:before {
    content: '';
}

.slick-next:before {
    content: '';
}

.slick-prev i {
    color: #000;
    font-size: 32px;
}

.slick-next i {
    color: #000;
    font-size: 32px;
}

#arrowPrev {
    background: url(../images/icons/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    cursor: pointer;
}

#arrowNext {
    background: url(../images/icons/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    cursor: pointer;
}

.section-loader {
    z-index: 1;
    background: url(../images/icons/section-loader.svg), rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.onlineForm input[name="Submit"]:hover {
    color: #8f5444 !important;
    background-color: rgb(192, 160, 97) !important;
}

.mobile-navbar-tel-content {
    width: 60px;
    text-align: center;
    padding-top: 2px;
}

.mobile-navbar-tel-content span i {
    color: #000;
    font-size: 20px;
}

.bg-black {
    background-color: #fff;
}

.mobile-navbar {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

#drawer-scroll {
    height: calc(100% - 94px);
}

.home-info-content-visible-on-mobile {
    display: none;
}

.room-details-other-item:hover {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
}

.room-details-other-item:hover a {
    display: block;
}

label {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.footer-content-with-bg {
    background-color: #1e25b0;
    padding-top: 40px;
}

.footer-content-with-bg-contact .footer-item-content {
    padding: 20px 0;
}

.cookie-page h3 {
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.cookie-page p {
    color: black;
    margin-bottom: 15px;
}

.cookie-page ul li {
    color: black;
    margin-bottom: 15px;
}

.tel-content-visible-on-mobile {
    display: none;
}

.bold {
    font-weight: bold;
}

input[type="text"].invalid, input[type="file"].invalid, input[type="password"].invalid, textarea.invalid, select.invalid {
    border: solid 1px #CC0000;
}

.reservation-label {
    color: #fff;
    margin-bottom: 0;
}

.slider-small-item.slick-current div {
    border: 5px solid #c09f60;
}

.footer .row:first-child {
    padding-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
    background: transparent;
    border: 0;
    outline: 0;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
}

small {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
}

.contact-form input[name="Submit"] {
    background: rgb(192, 160, 97);
    text-transform: uppercase;
}

.contact-form input[name="Submit"]:hover {
    background: rgb(192, 160, 97);
    color: #8f5444;
}

.contact-form label {
    border-bottom: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.onlineForm.contact-form label.invalid {
    border-bottom: 2px solid #fff;
}

.messageWrapper p {
    margin-bottom: 0;
}

.slick-prev:before {
    height: 0;
    line-height: 0;
}

.slick-next:before {
    height: 0;
    line-height: 0;
}

.product-image {
    position: relative;
    background: #fff;
    margin-bottom: 8px;
}

.section-loader {
    z-index: 1;
    background: url(../img/icons/section-loader.svg), rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    top: 0;
    left: 0;
}

#productDetailSlider img {
    cursor: pointer;
    max-width: 100%;
}

#productDetailsSlider-thumbs-wrapper {
    margin-bottom: 20px;
}

#productDetailSlider-thumbs {
    margin: 0 -5px;
}

#productDetailSlider-thumbs .thumb-item {
    padding: 5px;
    box-sizing: border-box;
}

#productDetailSlider-thumbs .thumb-item figure {
    margin: 0;
}

#productDetailSlider-thumbs .thumb-item img {
    max-width: 100%;
    padding: 2px;
    box-sizing: border-box;
    border: solid 3px rgba(0, 0, 0, 0.1);
}

#productDetailSlider-thumbs .thumb-item.active img {
    box-sizing: border-box;
    border: solid 3px #c09f60;
}

#arrowNext {
    background: url(../img/icons/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    cursor: pointer;
}

#arrowPrev {
    background: url(../img/icons/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    cursor: pointer;
}

#HDZoomClick {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

#HDZoomClick #HDZoomClickContainer {
    height: 90%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 15px;
}

#HDZoomClick #HDZoomClickContainer #HDZoomClickWrapper {
    position: relative;
    display: inline-block;
}

#HDZoomClick #HDZoomClickContainer #HDZoomClickWrapper img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

#HDZoomClick.active #HDZoomClickContainer #HDZoomClickWrapper #HDZoomLeftArrow {
    background: url(../img/icons/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    cursor: pointer;
}

#HDZoomClick.active #HDZoomClickContainer #HDZoomClickWrapper #HDZoomRightArrow {
    background: url(../img/icons/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    cursor: pointer;
}

#HDZoomClick #HDZoomClickContainer #HDZoomClickWrapper #HDZoomClickClose {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

#navBar ul > li.navbar-item > a:hover {
    color: #1b4ecf !important;
}

.home-top-offer-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 50px 0;
}

.home-top-offer-item i {
    font-size: 50px;
    position: absolute;
    left: calc(50% - 30px);
    top: -30px;
    width: 60px;
    height: 60px;
    color: #fff;
}

.home-top-offer-item p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.pl0 {
    padding-left: 0 !important;
}

li {
    list-style-type: square;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 300;
}

.description p {
    color: #000;
}

li::before {
    color: #f05123;
}

.home-cards-row {
    /*padding: 0 15px 0 0;*/
    margin-bottom: 100px;
}

.divider-center {
    margin-left: auto;
}

.home-parallax-call-to-action-btn {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.home-parallax-call-to-action-btn:hover {
    background-color: rgba(240, 81, 35, 1);
    color: #fff;
}

/*.animated {opacity:1 !important;}*/

input:focus {
    outline: 1px solid #000;
}
textarea:focus {
    outline: 1px solid #000;
}

.error-page-content {
    min-height: calc(100vh - 174px);
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.careers-title {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.careers-top-section {
    margin-bottom: 50px;
}

.parallax-about {
    margin-top: 0;
}