﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/open-sans-v27-latin-300.eot);
    src: local(''),url('/fonts/open-sans-v27-latin-300.eot?#iefix') format('embedded-opentype'),url(/fonts/open-sans-v27-latin-300.woff2) format('woff2'),url(/fonts/open-sans-v27-latin-300.woff) format('woff'),url(/fonts/open-sans-v27-latin-300.ttf) format('truetype'),url('/fonts/open-sans-v27-latin-300.svg#OpenSans') format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/fonts/open-sans-v27-latin-regular.eot);
    src: local(''),url('/fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'),url(/fonts/open-sans-v27-latin-regular.woff2) format('woff2'),url(/fonts/open-sans-v27-latin-regular.woff) format('woff'),url(/fonts/open-sans-v27-latin-regular.ttf) format('truetype'),url('/fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/fonts/open-sans-v27-latin-600.eot);
    src: local(''),url('/fonts/open-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'),url(/fonts/open-sans-v27-latin-600.woff2) format('woff2'),url(/fonts/open-sans-v27-latin-600.woff) format('woff'),url(/fonts/open-sans-v27-latin-600.ttf) format('truetype'),url('/fonts/open-sans-v27-latin-600.svg#OpenSans') format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/open-sans-v27-latin-700.eot);
    src: local(''),url('/fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'),url(/fonts/open-sans-v27-latin-700.woff2) format('woff2'),url(/fonts/open-sans-v27-latin-700.woff) format('woff'),url(/fonts/open-sans-v27-latin-700.ttf) format('truetype'),url('/fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg')
}

@font-face {
    font-family: Cardo;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/cardo-v14-latin-italic.eot);
    src: local(''),url('/fonts/cardo-v14-latin-italic.eot?#iefix') format('embedded-opentype'),url(/fonts/cardo-v14-latin-italic.woff2) format('woff2'),url(/fonts/cardo-v14-latin-italic.woff) format('woff'),url(/fonts/cardo-v14-latin-italic.ttf) format('truetype'),url('/fonts/cardo-v14-latin-italic.svg#Cardo') format('svg')
}

.careerbutton {
    display:none;
	position: fixed;
    bottom: 100px;
    right: -20px;
    padding: 20px;
    cursor: pointer;
    margin: 5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.49);
    -webkit-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.49);
    -moz-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.49);
    background: #7b561e;
    color: #ffffff;
}

.careerq:hover .careerbuttonpopup {
    opacity: 1 !important;
    position: fixed;
    bottom: 83px;
    right: 62px;
    padding: 20px;
    cursor: pointer;
    margin: 5px;
}


.careerbuttonpopup {
    position: fixed;
    bottom: 83px;
    right: 62px;
    padding: 20px;
    cursor: pointer;
    margin: 5px;
    background: #ece8e1;
    color: #7b561e;
    box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.49);
    -webkit-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.49);
    -moz-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.49);
    height: 100px;
    line-height: 30px;
    opacity: 0;
}

.banner-text {
    text-shadow: 1px 1px 2px rgb(0 0 0);
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    padding-top: 5%
}

    .banner-text span {
        font-size: 18px;
        color: #222;
        transition: .2s;
        text-shadow: none;
        border: 1px solid #967e5a;
        background: #af9c38;
        background: -moz-linear-gradient(left,#af9c38 0,#e1d699 40%,#c6b96b 80%,#967e5a 100%);
        background: -webkit-linear-gradient(left,#af9c38 0,#e1d699 40%,#c6b96b 80%,#967e5a 100%);
        background: linear-gradient(to right,#af9c38 0,#e1d699 40%,#c6b96b 80%,#967e5a 100%);
        padding: 6px 20px 8px 20px;
        border-radius: 50px;
        box-shadow: 10px 10px 8px -8px rgb(0 0 0 / 75%);
        -webkit-box-shadow: 10px 10px 8px -8px rgb(0 0 0 / 75%);
        -moz-box-shadow: 10px 10px 8px -8px rgba(0,0,0,.75)
    }

.mainbg {
    height: 780px;
    background-size: cover;
    background-image: url(/img/delphin_main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.hotelsbg {
    background-image: url(/img/hotelsbg.jpg);
    background-attachment: fixed
}

.roomsbg {
    background-image: url(/img/roomsbg.jpg);
    background-attachment: fixed
}

.offersbg {
    background-image: url(/img/offersbg.jpg);
    background-attachment: fixed
}

.hl {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    color: var(--color-delphin-lighter);
    font-weight: 600;
    font-size: 24px
}

#main_menu ul.dropdown-menu {
    top: 2em !important
}

.delphin-location {
    font-size: 24px;
    font-family: Cardo,sans-serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #222;
    margin-bottom: 60px
}

    .delphin-location hr {
        flex-grow: 2;
        border-top: 1px solid var(--color-delphin-lighter)
    }

.summary-list-wrapper .summary-wrapper .summary-image-wrapper {
    position: relative;
    margin-top: 20px;
    width: 100% !important;
    overflow: hidden
}

    .summary-list-wrapper .summary-wrapper .summary-image-wrapper img {
        width: 100% !important
    }

.summary-title {
    font-size: 18px !important;
    font-weight: 600;
    background: #af9c38;
    background: -moz-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: -webkit-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: linear-gradient(to right,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    padding: 12px 0;
    margin: 0 46px;
    color: #444;
    position: relative;
    bottom: 26px;
    transition: ease .5s
}

.summary-hotel-img img {
    border-radius: 100%;
    border: 2px solid var(--color-delphin-lighter);
    max-height: 130px;
    position: absolute;
    top: -6%;
    left: 36%;
    transition: ease .5s;
    z-index: 1
}

.summary-list-wrapper .summary-pic {
    border-bottom: 4px solid var(--color-delphin-lighter) !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important
}

.summary-wrapper:hover .summary-title {
    bottom: 40% !important;
    transition: ease .5s
}

.summary-wrapper:hover .summary-hotel-img img {
    top: 16% !important;
    transition: ease .5s
}

#navMainMenu {
    min-height: 70px !important
}

#main_menu li a {
    padding: 0 2em !important
}

.delphin-button2 {
    display: flex;
    background: #ff97a5;
    color: #fff;
    font-weight: 600;
    padding: 3px 12px;
    border: 1px solid var(--color-delphin-lighter);
    border-radius: 10px
}

.wrapper-headline h1 {
    font-weight: 600 !important;
    text-transform: uppercase
}

.italic-header {
    font-family: Cardo,sans-serif !important;
    font-style: italic !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    color: #222 !important;
    margin-left: 2%;
    line-height: 32px
}

.short-desc {
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px
}

.room-wrapper {
    cursor: pointer
}

    .room-wrapper:hover .room-image-wrapper {
        position: relative;
        top: 10px;
        transition: ease .2s
    }

.room-image-wrapper {
    position: relative;
    top: 0;
    transition: ease .2s
}

.room-image {
    width: 80%
}

.room-text-wrapper {
    background: #fff;
    padding: 60px;
    position: relative;
    top: -40px;
    z-index: -1;
    border-bottom: 5px solid var(--color-delphin-lighter);
    min-height: 320px;
}

.room-text {
    line-height: 32px;
    color: #222;
    font-weight: 600
}

.room-title {
    padding: 12px 0;
    font-size: 28px;
    font-weight: 600
}

.room-info-button {
    background: #af9c38;
    background: -moz-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: -webkit-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: linear-gradient(to right,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    position: relative;
    top: -64px;
    margin: 0 172px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0
}

.discover-wrapper {
    background: #fff;
    padding: 14px 0;
    border-bottom: 5px solid #967e5a;
    margin: 10px 0;
    transition: ease .4s;
    min-height: 240px;
    cursor: pointer
}

    .discover-wrapper:hover {
        border-bottom: 5px solid #dedede;
        transition: ease .4s
    }

.discover-image {
    width: 100%
}

.discover-text-wrapper {
    text-align: right
}

.discover-text {
    line-height: 24px;
    color: #222
}

.discover-title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #967e5a;
    padding-bottom: 6px
}

:root {
    --color-1: #000;
    --color-2: #fefefe;
    --color-3: #009d49;
    --color-4: #fff;
    --nox-color: #51a99d;
    --nox-color-alpha: rgba(81,169,157,.8);
    --nox-border-width: 2px;
    --nox-border-style: solid;
    --nox-border-color: #e5e5e5;
    --color-delphin: #7b561e;
    --color-delphin-lighter: #967e5a;
    --color-delphin-alt: #de9e3e;
    --color-delphin-bg: #ece8e1;
    --color-delphin-bg-alt: #ebecf0;
    --color-delphin-orange: #cb8423;
    --color-footer-orange: #cbb28b
}

.top-ad {
    background: url(/img/discount2.png),#af9c38;
    background: url(/img/discount2.png),-moz-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: url(/img/discount2.png),-webkit-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: url(/img/discount2.png),linear-gradient(to right,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 3px 0 12px 0;
    color: #444
}

.top-ad-bold {
    color: #444;
    font-weight: 600;
    margin-right: 6px;
    text-decoration: underline
}

#bottom-ad {
    background: #44b950;
    padding: 12px;
    color: #fff !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: left
}

    #bottom-ad a {
        color: #fff !important;
        font-weight: 600;
        font-size: 16px
    }

.cookie-description::-webkit-scrollbar {
    width: 12px
}

.cookie-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c8c8c8;
    border-radius: 10px
}

.cookie-description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,.7)
}

.wrapper-headline {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between stretch;
    padding: 100px 0
}

    .wrapper-headline hr {
        flex-grow: 2;
        border-top: 1px solid var(--color-delphin-lighter)
    }

    .wrapper-headline h1 {
        padding: 0;
        margin: 0;
        flex-grow: 1;
        color: var(--color-delphin-lighter);
        font-weight: 700;
        font-size: 28px
    }

.cookie-description p {
    margin-bottom: 0
}

#dlBookmarkHotel {
    cursor: pointer
}

.nav-link dropdown-toggle {
    color: #000
}

#main_menu li li {
    padding: 4px 0
}

#main_menu li:hover a {
    color: #967e5a
}

#main_menu li:hover li a {
    color: #212529
}

#main_menu li:hover li:hover a {
    color: #967e5a
}

#main_menu li:hover li:hover {
    color: #212529;
    text-decoration: none;
    background-color: #f8f9fa
}

#main_menu li:hover {
    color: #212529;
    text-decoration: none
}

.pointer {
    cursor: pointer
}

.static-page-link.static-popup {
    cursor: pointer
}

ul.jqtree-tree div.jqtree-element {
    border-bottom: 1px dashed #967e5a
}

ul.jqtree-tree, ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-bottom: 0;
    background-color: #ece8e1;
    padding: 1px 8px;
    margin-left: 0;
    padding-left: 12px
}

ul li.jqtree-folder > ul.jqtree_common {
    background-color: #f6f3ed
}

    ul li.jqtree-folder > ul.jqtree_common li.jqtree-folder > ul.jqtree_common {
        background-color: #fffbf2
    }

    ul li.jqtree-folder > ul.jqtree_common li.jqtree-folder > ul.jqtree_common {
        background-color: #fffbf2
    }

#main_menu {
    justify-content: flex-end
}

    #main_menu .segmented-menu {
        width: 100%;
        margin-top: 5px;
        flex-wrap: wrap
    }

        #main_menu .segmented-menu li:first-child {
            margin-left: auto
        }

        #main_menu .segmented-menu li:last-child {
            margin-right: 1.4em
        }

.tab-content {
    margin-top: -2px;
    border: solid 1px #7b561e;
    padding: 10px;
    border-radius: 0
}

nav.navbar a.navbar-toggler {
    font-size: 16px;
    padding: 3px 7px;
    line-height: 20px;
    color: #fff !important
}

nav .navbar-toggler i {
    color: #fff
}

.navbar-toggler {
    color: #fff;
    padding: 3px 7px;
    background-color: #7b561e !important;
    border-radius: 10px;
    white-space: nowrap;
    -webkit-appearance: none
}

.go-top {
    border-radius: 100%;
    padding: 20px;
    background-color: #fff;
    border: 2px solid rgba(0,0,0,.3);
    position: fixed;
    left: 1%;
    bottom: 12%;
    z-index: 20;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0
}

    .go-top i {
        font-size: 24px;
        position: absolute
    }

.dropdown-item:hover {
    cursor: pointer
}

.cookie-policy-condition-mobile {
    background: var(--color-delphin);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px 15px 0;
    font-size: 14px;
    margin-top: 20px
}

    .cookie-policy-condition-mobile .cookie-description-mobile {
        display: flex;
        justify-content: center;
        align-items: start;
        overflow-y: auto;
        max-height: 100px;
        padding: 8px;
        margin: 0 16px
    }

        .cookie-policy-condition-mobile .cookie-description-mobile a {
            color: #fff
        }

    .cookie-policy-condition-mobile .more-info-mobile {
        white-space: nowrap
    }

        .cookie-policy-condition-mobile .more-info-mobile a {
            color: #fff;
            text-decoration: underline
        }

    .cookie-policy-condition-mobile .cookie-got-it-mobile {
        color: #fff;
        background-color: var(--color-delphin-orange);
        padding: 2px 12px;
        border-radius: 10px;
        cursor: pointer;
        white-space: nowrap
    }

.cookie-policy-condition {
    position: fixed;
    bottom: 42px;
    left: 0;
    right: 0;
    background: #af9c38;
    background: -moz-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: -webkit-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: linear-gradient(to right,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    z-index: 3
}

    .cookie-policy-condition .cookie-description {
        display: flex;
        justify-content: center;
        align-items: start;
        overflow-y: auto;
        max-height: 100px;
        padding: 8px;
        margin: 0 16px
    }

        .cookie-policy-condition .cookie-description a {
            color: #fff
        }

    .cookie-policy-condition .more-info {
        white-space: nowrap
    }

        .cookie-policy-condition .more-info a {
            color: #444;
            text-decoration: underline
        }

    .cookie-policy-condition .cookie-got-it {
        color: #fff;
        background-color: #444;
        padding: 2px 12px;
        border-radius: 10px;
        cursor: pointer;
        white-space: nowrap
    }

#scrollBookNow.d-none ~ .cookie-policy-condition {
    bottom: 0
}

.follow-us-text {
    font-weight: 400;
    font-size: 13px
}

a {
    color: #7b561e !important
}

.datepicker:not(input) {
    color: var(--color-delphin-lighter)
}

.datepicker td, .datepicker th {
    padding: 5px
}

.datepicker thead {
    background-color: #fff
}

.datepicker .active.day {
    background-image: none;
    background-color: var(--color-delphin-lighter) !important
}

    .datepicker .active.day:hover {
        background-image: none;
        background-color: var(--color-delphin-lighter) !important
    }

#scrollBookNow {
    padding: 12px;
    color: #fff;
    background-color: var(--color-delphin-orange);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-delphin)
}

.nav-item.search {
    position: relative
}

    .nav-item.search .search-expand input {
        border: none;
        border-bottom: 1px solid var(--color-delphin);
        width: 150px;
        font-size: 14px;
        margin-right: 5px
    }

.nav-item i {
    height: 30px;
    width: 30px;
    padding: 0;
    background-color: var(--color-delphin-lighter);
    border-radius: 100%;
    align-self: center;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    margin-right: 10px
}

.nav-item:last-child i {
    margin-right: 0
}

.search-expand input[type=text] {
    color: #444
}

.search-expand input[type=button] {
    box-shadow: none;
    color: #444;
    margin-left: 5px;
    border: none;
    background-color: var(--color-delphin-bg)
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-default-borders {
    border: 0;
    outline: 0
}

.incrementor {
    cursor: pointer
}

input.datepicker {
    border: 0;
    outline: 0;
    box-shadow: none;
    max-width: 140px
}

.bookmark-container.sticky {
    position: fixed;
    top: 0;
    z-index: 109;
    margin-top: -10px
}

.bookmark-wrapper {
    background-color: #fff;
    padding: 10px;
    border: 1px solid var(--color-delphin-lighter);
    border-radius: 10px;
    position: relative;
    display: flex
}

    .bookmark-wrapper::after {
        content: '';
        background-image: url(/img/dropshadow.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 100%;
        height: 30px;
        z-index: 1;
        left: 0;
        right: 0
    }

    .bookmark-wrapper .book-option {
        border: 1px solid var(--color-delphin-lighter);
        border-radius: 10px;
        padding: 3px 10px;
        display: inline-block;
        display: flex;
        align-items: center;
        margin-right: 10px;
        width: 100%;
        height: 100%
    }

        .bookmark-wrapper .book-option.search {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--color-delphin-orange);
            color: #fff;
            font-size: 16px;
            cursor: pointer
        }

        .bookmark-wrapper .book-option:last-child {
            margin-right: 0
        }

.book-option .book-option-rest {
    min-width: 100px
}

.book-option .book-option-title {
    font-size: 12px;
    font-weight: 300
}

.book-option .book-option-icon {
    color: var(--color-delphin-lighter);
    margin-right: 5px
}

.book-option .book-option-controls {
    margin-left: 5px
}

.book-option .book-option-controls {
    display: flex;
    flex-direction: column
}

.book-option-controls .incrementor {
    background-color: #ebecf0;
    width: 20px;
    height: 20px;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

    .book-option-controls .incrementor:last-child {
        margin-bottom: 0
    }

.book-option .child-age-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    border-radius: 10px;
    background-color: #fff;
    display: flex
}

.child-age-wrapper .child-age-wrapper-title {
    font-weight: 600;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ebecf0;
    color: var(--color-delphin-lighter)
}

.child-age-wrapper .each-child-age {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.each-child-age .nth-child {
    margin-right: 3px;
    font-size: 16px;
    color: var(--color-delphin-lighter)
}

.each-child-age .child-age {
    width: 30px;
    background-color: #ebecf0;
    color: #444;
    text-align: center;
    padding: 2px
}

.la-hotel::before {
    content: '\f594' !important
}

a:hover {
    text-decoration: none !important
}

#main_menu li:nth-last-child(4)::after {
    display: none
}

.mast {
    background: #ece8e1;
    padding: 10px 0;
    color: #444;
    font-size: 15px;
    border: 1px solid #dfd5c4;
    border-radius: 20px 20px 0 0
}

    .mast i {
        text-align: center;
        padding: 0 2px;
        color: #967e5a !important;
        font-size: 24px
    }

.footer .meta-column .delphin-meta .call-center {
    display: flex;
    align-items: center
}

    .footer .meta-column .delphin-meta .call-center i {
        font-size: 22px;
        color: var(--color-delphin)
    }

.footer .delphin-meta .call-center .call-center-text {
    color: #444;
    font-weight: 700;
    margin: 0 10px 0 5px
}

.footer .delphin-meta .call-center .call-center-phone {
    color: #000;
    font-weight: 700;
    font-size: 16px
}

.footer .meta-column .delphin-meta {
    color: #444;
    font-weight: 600;
    font-size: 14px
}

    .footer .meta-column .delphin-meta i {
        color: #967e5a;
        font-size: 32px
    }

.background-pattern {
    background-image: radial-gradient(#ebecf0 0,#ebecf0 100%),url(/img/reppattern.png);
    background-repeat: no-repeat,repeat;
    background-size: 100% 30%,auto auto;
    padding-bottom: 50px
}

.footer .footer-menu {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
    display: flex
}

.footer-menu li {
    display: inline-block;
    padding: 0 10px;
    position: relative
}

    .footer-menu li:first-child {
        padding-left: 0
    }

    .footer-menu li:last-child {
        padding-right: 0
    }

        .footer-menu li:last-child a::after {
            display: none
        }

    .footer-menu li a {
        color: #fff;
        font-size: 15px;
        font-weight: 400
    }

        .footer-menu li a:after {
            content: '/';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(50%,-50%);
            color: var(--color-footer-orange);
            display: none
        }

footer .footer-menu .sub-menu {
    padding: 0
}

.footer-menu .sub-menu li {
    display: inline-block;
    width: 100%;
    padding: 0
}

    .footer-menu .sub-menu li a {
        font-size: 14px;
        font-weight: 300
    }

        .footer-menu .sub-menu li a::after {
            display: none
        }

.footer .footer-main {
    padding: 30px 0;
    background: #af9c38;
    background: -moz-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: -webkit-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: linear-gradient(to right,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%)
}

.footer-main .footer-site-name {
    color: #444;
    font-size: 24px;
    line-height: 1em
}

.footer-main ul.footer-main-menu {
    list-style: none;
    padding-left: 0
}

.footer-main-menu li {
    margin: 15px 0
}

    .footer-main-menu li a {
        color: #444;
        font-size: 14px;
        font-weight: 600
    }

.footer .subscribe {
    font-family: Cardo,sans-serif;
    font-style: italic;
    font-size: 24px;
    color: var(--color-delphin-lighter);
    font-weight: 300
}

.footer .footer-title-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px
}

    .footer .footer-title-wrapper .footer-title {
        font-size: 30px;
        font-weight: 300;
        padding: 10px;
        white-space: nowrap
    }

    .footer .footer-title-wrapper hr {
        width: 100%;
        display: inline-block;
        border-top: 1px solid var(--color-delphin-lighter)
    }

.footer .membership-wrapper {
    margin-top: 25px;
    background-color: #fff;
    padding: 20px
}

    .footer .membership-wrapper i {
        font-size: 72px;
        color: var(--color-delphin-lighter)
    }

    .footer .membership-wrapper strong {
        font-weight: 600;
        font-size: 18px;
        color: #444;
        margin: 10px 0
    }

    .footer .membership-wrapper .membership-description {
        font-size: 14px;
        line-height: 2em;
        text-align: center
    }

.footer .sign-in-wrapper {
    padding: 20px;
    background-color: var(--color-delphin-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

    .footer .sign-in-wrapper .sign-in-meta-text {
        font-size: 18px;
        font-weight: 600;
        line-height: 2em;
        text-align: center
    }

    .footer .sign-in-wrapper .sign-in-button {
        background-color: var(--color-delphin-lighter);
        padding: 10px 30px;
        margin: 15px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 300
    }

    .footer .sign-in-wrapper .sign-in-no-account {
        font-size: 14px
    }

        .footer .sign-in-wrapper .sign-in-no-account div.highlight, .footer .sign-in-wrapper .sign-in-no-account div.highlight a {
            display: inline-block;
            color: var(--color-delphin-orange);
            font-weight: 600
        }

.footer .subscription-wrapper {
    background-color: #fff;
    padding: 20px
}

.constructors-of-perfect-holidays {
    margin-top: 20px;
    font-family: Cardo,sans-serif;
    font-style: italic;
    font-size: 36px;
    line-height: 1.5em;
    color: var(--color-delphin)
}

.summary-list-wrapper {
    width: 100%;
    margin: 25px 0
}

    .summary-list-wrapper .summary-wrapper {
        margin: 20px 0;
        display: flex;
        background-image: radial-gradient(#ebecf0 0,#ebecf0 100%),url(/img/reppattern.png);
        background-repeat: no-repeat,repeat;
        background-size: 100% 30%,auto auto;
        padding-bottom: 50px;
        cursor: pointer
    }

        .summary-list-wrapper .summary-wrapper .summary-left {
            align-items: flex-end
        }

    .summary-list-wrapper .summary-title-wrapper {
        width: 100%
    }

        .summary-list-wrapper .summary-title-wrapper .summary-title {
            padding: 10px 10px 10px 0;
            color: var(--color-delphin-lighter);
            font-weight: 700;
            font-size: 28px;
            line-height: 26px
        }

        .summary-list-wrapper .summary-title-wrapper hr {
            display: inline-block;
            flex-grow: 999;
            border-top: 1px solid var(--color-delphin-lighter)
        }

    .summary-list-wrapper .summary-pic {
        width: 100%;
        border: 5px solid var(--color-delphin-lighter)
    }

    .summary-list-wrapper .summary-more-info {
        display: flex;
        width: 100%;
        align-items: center;
        display: none
    }

    .summary-list-wrapper .generate .summary-more-info {
        display: inline-flex
    }

    .summary-list-wrapper .summary-more-info hr {
        display: inline-block;
        width: 100%;
        border-top: 1px solid var(--color-delphin-lighter)
    }

    .summary-list-wrapper .summary-more-info .summary-more-info-button {
        white-space: nowrap;
        background-color: var(--color-delphin-lighter);
        color: #fff;
        padding: 10px;
        margin-left: 20px
    }

    .summary-list-wrapper .summary-text {
        padding: 20px;
        background-color: #fff;
        margin-top: 18px;
        font-weight: 300;
        color: #222
    }

        .summary-list-wrapper .summary-text p {
            line-height: 2em
        }

    .summary-list-wrapper .alternative-more-info {
        display: flex;
        justify-content: flex-end
    }

    .summary-list-wrapper .summary-wrapper.alternative .alternative-more-info {
        display: flex;
        justify-content: flex-start
    }

    .summary-list-wrapper .summary-wrapper.alternative .summary-left {
        order: 1;
        align-items: flex-start
    }

    .summary-list-wrapper .summary-wrapper.alternative .summary-right {
        order: 0
    }

    .summary-list-wrapper .summary-wrapper.alternative .summary-title-wrapper .summary-title {
        order: 1
    }

    .summary-list-wrapper .summary-wrapper.alternative .summary-title-wrapper hr {
        order: 0
    }

    .summary-list-wrapper .summary-wrapper.alternative .summary-more-info .summary-more-info-button {
        order: 0;
        margin-left: 0;
        margin-right: 20px
    }

    .summary-list-wrapper .summary-wrapper.alternative .summary-more-info hr {
        order: 1
    }

    .summary-list-wrapper .summary-wrapper.alternative .summary-title-wrapper .summary-title {
        padding: 10px 0 10px 10px
    }

    .summary-list-wrapper .summary-wrapper .summary-hover-effect {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.3);
        text-align: center;
        text-shadow: 1px 3px 1px #000;
        color: #fff;
        font-size: 23px;
        display: none;
        align-items: center;
        justify-content: center;
        display: none
    }

    .summary-list-wrapper .generate .summary-wrapper:not(.active):hover img {
        transition: all .7s ease;
        filter: brightness(105%) contrast(110%);
        transform: scale(1.05)
    }

    .summary-list-wrapper .generate .summary-wrapper:not(.active) img {
        transition: all .7s ease;
        filter: brightness(100%) contrast(100%);
        transform: scale(1)
    }

    .summary-list-wrapper .generate .summary-wrapper:hover .summary-hover-effect.active {
        display: flex
    }

    .summary-list-wrapper .summary-wrapper .summary-image-wrapper {
        position: relative;
        margin-top: 20px;
        width: 80%;
        overflow: hidden
    }

a.generate-summary-url {
    cursor: default;
    width: 100%
}

    a.generate-summary-url.generate {
        cursor: pointer
    }

.summary-text .mini-title-wrapper hr {
    width: 100%;
    border-top: 1px solid var(--color-delphin-lighter)
}

.summary-text .mini-title-wrapper .mini-title {
    font-size: 24px;
    font-weight: 300;
    white-space: nowrap;
    text-align: right;
    width: 100%
}

.summary-text .icons-top {
    display: grid;
    grid-template-columns: repeat(2,max-content);
    justify-content: right
}

.summary-text .icons-bottom {
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

#main_menu li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0
}

#main_menu .segmented-menu a {
    padding-left: 0;
    color: var(--color-delphin);
    display: flex;
    justify-content: center;
    align-items: center
}

#main_menu li.icon::before {
    height: 30px;
    width: 30px;
    padding: 0;
    background-color: var(--color-delphin-lighter);
    border-radius: 100%;
    margin-right: 10px;
    align-self: center;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center
}

#main_menu li.icon:first-child::before {
    content: '\f015'
}

#main_menu li.icon:nth-child(2)::before {
    content: '\f0e0'
}

#main_menu li.icon:nth-child(3)::before {
    content: '\f002'
}

#main_menu li.icon::after {
    display: none
}

#main_menu li.icon::before {
    padding: 0;
    color: #fff;
    position: static
}

#main_menu li.icon a i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0)
}

.language-selector-wrapper button {
    background-color: transparent
}

.language-selector-wrapper img.flag {
    width: 20px;
    margin-right: 5px
}

.delphin-button {
    display: flex;
    padding: 2px 5px;
    border-radius: 10px;
    border: 1px solid var(--color-delphin-lighter);
    background: #af9c38;
    background: -moz-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: -webkit-linear-gradient(left,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%);
    background: linear-gradient(to right,#af9c38 0,#f4e8a4 40%,#c6b96b 80%,#967e5a 100%)
}

.delphin-bg-alt {
    background-color: #ff859f !important
}

.meta-column {
    display: inline-block;
    margin-left: 15px
}

.border-bottom-hollow {
    border-bottom: 1px solid #ebecf0
}

#navMainMenu {
    min-height: 100px
}

.navbar-brand img {
    border-radius: 100%;
    border: 2px solid var(--color-delphin-lighter);
    max-height: 170px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 50%;
    transform: translateX(-50%)
}

.delphin.dropdown .btn.dropdown-toggle {
    padding: 0
}

.meta-column .seg-text {
    color: #444;
    font-weight: 600;
    border-bottom: 2px solid var(--color-delphin-lighter)
}

footer .meta-column .seg-text {
    color: #444
}

.delphin.dropdown button {
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    color: var(--color-delphin-lighter);
    display: flex;
    justify-content: center;
    align-items: center
}

    .delphin.dropdown button i {
        margin-right: 5px;
        font-size: 22px
    }

.delphin-meta {
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center
}

    .delphin-meta i {
        color: #000;
        font-size: 22px;
        margin-right: 5px
    }

.gallery-item .gallery-text {
    padding: 10px 0;
    color: #444;
    font-weight: 500;
    font-size: 16px;
    text-align: center
}

#main_menu li a {
    white-space: normal;
    font-size: 16px
}

.btn.btn-alt {
    color: #fff;
    background-color: var(--color-delphin-lighter);
    border: 1px solid var(--nox-border-color);
    font-size: 16px;
    font-weight: 500
}

#top input {
    color: #000;
    font-size: 12px
}

@media (max-width:768px) {
    .container {
        max-width: 100%
    }

    .footer .footer-menu {
        flex-wrap: wrap
    }

    .mainbg {
        background-image: url(/img/delphin_main_bg_mobile.jpg);
        background-size: cover !important;
        background-position: bottom !important;
    }
}

.footer .footer-text {
    font-size: 12px;
    color: var(--nox-color);
    font-weight: 500
}

    .footer .footer-text.footer-desc {
        color: #fff;
        padding-left: 10px
    }

.footer .footer-inner-seperator {
    border-bottom: 1px solid #343434
}

.footer .footer-seperator {
    height: 45px;
    background-color: var(--nox-color);
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: var(--nox-border-color);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--nox-border-color)
}

.sidebar-toggle {
    position: absolute;
    left: 1%;
    z-index: 9999
}

.top-nav .fa {
    font-size: 1.4em
}

.container-border-bottom {
    border-bottom: 1px solid #d5d5d5
}

#language-menu {
    height: 22px;
    padding: 0
}

.form-control, .form-control:focus {
    box-shadow: none;
    background-color: #fff
}

#main_menu li a {
    color: #212529;
    padding: 0 1.4em;
    position: relative;
    font-weight: 400
}

#main_menu .dropdown-menu li a {
    padding: 10px;
    font-size: 1em
}

    #main_menu .dropdown-menu li a.dropdown-toggle::after {
        top: 50%;
        transform: translateY(-50%)
    }

#main_menu ul.dropdown-menu {
    margin: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    right: 0;
    top: 3em
}

    #main_menu ul.dropdown-menu ul.dropdown-menu {
        top: 0
    }

#main_menu .dropdown li a {
    text-align: start
}

#main_menu ul.dropdown-menu ul.dropdown-menu {
    margin-top: .1rem
}

@media (min-width:801px) {
    #main_menu .nav-item.dropdown:hover > ul.dropdown-menu {
        display: block;
        min-width: 280px
    }

    ul.dropdown-menu > li > ul.dropdown-menu {
        left: 100%;
        top: -.67rem
    }
}

@media (max-width:768px) {
    .hotelsbg {
        background-image: url(/img/hotelsbg_mobile.jpg);
        background-attachment: fixed
    }

    .roomsbg {
        background-image: url(/img/roomsbg_mobile.jpg);
        background-attachment: fixed
    }

    .offersbg {
        background-image: url(/img/offersbg_mobile.jpg);
        background-attachment: fixed
    }

    #main_menu li a {
        text-align: center
    }

    #main_menu .dropdown-menu {
        border-left: none;
        border-top: none;
        border-right: none
    }
}

.navbar-toggler .navbar-toggler-icon {
    position: relative
}

.navbar-toggler .toggler-line {
    border-bottom: 1px solid var(--color-1);
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0
}

    .navbar-toggler .toggler-line:nth-child(1) {
        top: 25%
    }

    .navbar-toggler .toggler-line:nth-child(2) {
        top: 50%
    }

    .navbar-toggler .toggler-line:nth-child(3) {
        top: 75%
    }

ul.nav-tabs li > a {
    border-bottom-color: transparent;
    padding: 10px;
    display: inline-block;
    background-color: var(--color-delphin-lighter);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    margin-right: 1px
}

ul.nav-tabs li:hover > a {
    text-decoration: none
}

ul.nav-tabs li > a.active {
    border-bottom-color: transparent;
    padding: 10px;
    display: inline-block;
    background-color: var(--color-delphin);
    border-radius: 2px;
    color: #fff
}

a.dropdown-toggle::after {
    display: none
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px
        }

.selector-search ul {
    list-style: none;
    padding-left: 5px
}

.btn-success {
    background-color: #179fda;
    border-color: #179fda
}

    .btn-success:hover {
        background-color: #fff;
        border-color: #fff;
        color: #179fda
    }

header {
    background-color: #fff
}

body, html {
    font-family: 'Open Sans',sans-serif;
    color: #222;
    font-size: 16px;
    line-height: 20px;
    height: 100%;
    background-color: #ebecf0
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #4dbcec;
    border-color: #4dbcec;
    color: #fff
}

#main-wrapper {
    min-height: 100%
}

    #main-wrapper:after {
        content: "";
        display: block
    }

.btn-top {
    visibility: hidden !important
}

.content-line h2 {
    padding-left: 10px
}

.tab-content {
    border-radius: 3px
}

.zindex0 {
    z-index: 1 !important
}

.mt10 {
    margin-top: 10px !important
}

.jqtree-toggler {
    width: 80%;
    text-align: right
}

.jqtree-selected {
    font-weight: 700
}

#pager {
    display: inline-block;
    padding-top: 10px
}

.text-gray {
    color: #c7c7c7
}

.news-title {
    background: #f7f7f7;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px
}

.g-recaptcha {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.parallax-container {
    padding: 75px 0
}

.site-element h3 {
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase
}

h1 {
    font-size: 38px
}

h2 {
    margin-top: 0;
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px
}

h6 {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px
}

.h-mi {
    color: #313131
}

p {
    line-height: 24px
}

label.error {
    color: #a00;
    font-size: 10px;
    text-align: right
}

.inputError {
    border: 1px solid #bb2027 !important
}

.accordion-group {
    margin-top: 20px
}

.nav-shadow {
    position: absolute;
    top: 0;
    background: url(/img/navshadow.png) no-repeat center top;
    height: 50px;
    z-index: 1000;
    width: 100%
}

.button {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: 6px;
    padding: 19px 23px 14px;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase
}

    .button.btn-top {
        width: 40px;
        height: 40px;
        padding: 0;
        float: right;
        border-bottom-style: none;
        background-color: rgba(0,0,0,.7);
        font-size: 10px;
        line-height: 43px
    }

    .button.btn-line {
        background-color: transparent;
        box-shadow: #fff 0 0 0 1px inset
    }

        .button.btn-line:hover {
            background-color: #676767;
            box-shadow: #676767 0 0 0 1px
        }

    .button.btn-small {
        padding: 15px 13px 11px;
        font-size: 11px
    }

        .button.btn-small.btn-blog {
            background-color: #fafafa;
            box-shadow: #ddd 0 0 0 1px inset;
            color: #414141
        }

            .button.btn-small.btn-blog:hover {
                color: #fff
            }

            .button.btn-small.btn-blog.active {
                background-color: #676767;
                box-shadow: #676767 0 0 0 1px inset;
                color: #fff
            }

    .button.btn-medium {
        padding: 17px 16px 13px;
        font-size: 12px
    }

    .button.btn-xlarge {
        padding: 24px 26px 19px
    }

    .button.btn-custom-color {
        background-color: #78bd33
    }

        .button.btn-custom-color:hover {
            background-color: #609629
        }

    .button.btn-dark-color {
        background-color: #767676
    }

        .button.btn-dark-color:hover {
            background-color: #525151
        }

    .button.btn-gradient {
        text-shadow: rgba(0,0,0,.46) 0 1px 0
    }

    .button.btn-square {
        border-radius: 0
    }

    .button.btn-round {
        border-radius: 15px
    }

.nav-link {
    padding-right: 26px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px;
    letter-spacing: 1px
}

.nav-menu {
    padding-top: 3px
}

    .nav-menu.nav-center {
        float: none;
        text-align: center
    }

.drop-arrow {
    margin-top: 23px;
    margin-right: 10px;
    margin-bottom: 23px;
    font-size: 11px
}

.drop-down-list.w--open {
    margin-top: 9px;
    background-color: #676767;
    box-shadow: rgba(0,0,0,.07) 0 2px 4px 1px
}

.dropdown-link {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #555;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #bdbdbd;
    font-size: 13px;
    font-weight: 400
}

    .dropdown-link:hover {
        background-color: #616161;
        color: #fff
    }

    .dropdown-link.w--current {
        background-color: #616161
    }

. .top-left-wrapper {
    position: relative;
    margin-left: -1px;
    padding: 17px 15px;
    float: left
}

.top-ico {
    margin-right: 7px;
    float: left;
    color: #737373;
    text-align: center
}

.top-text {
    display: inline-block;
    float: left;
    color: #000;
    font-size: 12px
}

.language-drop {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 15001;
    display: none;
    margin-top: 25px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    box-shadow: rgba(0,0,0,.09) 0 4px 8px 0;
    text-align: center
}

.language-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    color: #919191;
    font-size: 12px;
    text-decoration: none
}

    .language-link:hover {
        background-color: #f1f1f1;
        color: #515151
    }

.email {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #717171;
    text-decoration: none
}

.arrow-language {
    margin-left: 7px;
    float: left
}

.top-right-wrapper {
    margin: 10px 0 10px 0;
    float: right
}

.social-ico {
    width: 27px;
    height: 27px;
    margin-left: 5px;
    border-bottom: 2px solid #bfbfbf;
    border-radius: 100%;
    background-color: #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    text-decoration: none
}

    .social-ico:hover {
        color: #fff
    }

    .social-ico.footer-soc {
        width: 35px;
        height: 35px;
        margin-left: 8px;
        border-bottom-color: #121212;
        background-color: #303030;
        font-size: 13px;
        line-height: 35px
    }

    .social-ico.social-gray {
        background-color: #fafafa
    }

.success-message {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #22a966;
    text-align: center;
    margin-top: 30px
}

.seuccses {
    margin-bottom: 0;
    color: #fff
}

.error-message {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255,0,0,.49);
    text-align: center
}

.from {
    color: #fff
}

.carousel-project {
    height: auto;
    background-color: transparent
}

.carousel-arrow {
    width: 40px;
    height: 80px;
    padding-top: 20px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700
}

.space {
    margin-top: 20px
}

    .space.x2 {
        margin-top: 60px
    }

    .space.x1 {
        margin-top: 30px
    }

    .space.margin-bottom {
        margin-top: 10px
    }

.btn-txt {
    float: left
}

.btn-ico {
    position: relative;
    bottom: -2px;
    margin-right: 9px;
    padding-right: 9px;
    float: left;
    border-right: 1px solid rgba(255,255,255,.29);
    line-height: 9px
}

.bottom-footer {
    padding-top: 6px;
    padding-bottom: 10px;
    background-color: #444
}

.copyright {
    width: 100%;
    padding-top: 6px;
    float: left;
    color: #fff;
    font-size: 13px
}

@media (max-width:991px) {
    h1 {
        font-size: 38px
    }

    .row-slider {
        margin-left: 0 !important
    }

    .nav-link.active {
        width: 100%
    }

    .nav-menu {
        padding-top: 0;
        background-color: #f1f1f1
    }

    .hamburger {
        margin-top: 4px;
        padding: 13px;
        border-radius: 4px;
        font-size: 26px
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }

        .section.light-gray {
            padding-top: 50px;
            padding-bottom: 50px
        }

        .section.pattern {
            padding-top: 30px
        }
}

@media (max-width:767px) {
    .footer {
        height: auto
    }

    h1 {
        font-size: 33px
    }
}

@media (max-width:479px) {
    h1 {
        font-size: 31px
    }

    h3 {
        line-height: 39px
    }

    .normal-header.full-header {
        padding-right: 0;
        padding-left: 0
    }

    .hamburger {
        margin-right: 10px
    }

    .copyright {
        line-height: 24px
    }
}

@media screen and (min-width:1200px) {
    .w-container {
        max-width: 1170px
    }

    .top-ad {
        background-position: right 12% top;
        padding: 3px 24% 12px 0
    }
}

@media (max-width:768px) {
    #top {
        display: none
    }
}

button:active, button:focus, button:hover {
    box-shadow: none !important
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border: none;
    outline: 0
}

    .form-control:active, .form-control:focus, .form-control:hover {
        box-shadow: none;
        outline: 0;
        border: none
    }

.delphin-form .input-text {
    border: 1px solid var(--color-delphin-lighter);
    padding: 10px
}

.delphin-form .input-submit {
    background-color: var(--color-delphin-lighter);
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: inherit
}

@media (max-width:1540px) {
    #dropdownLanguage {
        padding: 3px
    }

    .meta-column {
        margin-left: 22px
    }

        .meta-column:first-child {
            margin-left: 0
        }

    .mainbg {
        background-size: contain;
        background-position: inherit;
        height: 624px;
    }
}

@media (max-width:1366px) {
    .container {
        max-width: 100%
    }

    #main_menu li a {
        padding: 0 1.1em
    }

    .mainbg {
        background-size: contain;
        background-position: inherit;
        height: 556px;
    }
}

@media (max-width:1280px) {
    .top-ad {
        background: var(--color-delphin-orange);
        background-image: none;
        padding: 3px 0 12px 0;
        color: #fff
    }

    .top-ad-bold {
        color: #fff;
        font-weight: 600;
        margin-right: 6px;
        text-decoration: underline
    }

    #main_menu li a {
        padding: 0 .8em
    }

    #navMainMenu {
        height: 100%
    }
}

@media (max-width:1080px) {
    .bookmark-wrapper {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
        text-align: center;
        justify-content: center;
        margin: 10px !important
    }

        .bookmark-wrapper .book-option:last-child {
            grid-column: 4
        }

    .navbar-brand img {
        top: 70px
    }

    .summary-text .icons-bottom {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:960px) {
    .bookmark-container {
        display: none
    }

    #main_menu li.icon {
        margin-top: 10px
    }

    #main_menu li.icon {
        margin-left: 10px
    }

    .mast {
        text-align: center
    }

    .footer-main ul {
        text-align: center
    }

    .footer-site-name {
        text-align: center
    }
}

@media (max-width:800px) {

    .careerbutton {
        display: none;
    }

    .banner-text {
        font-size: 20px;
        line-height: 36px;
        padding-top: 15%;
        text-shadow: 1px 1px 2px rgb(0 0 0)
    }

        .banner-text:hover span {
            font-family: Cardo,sans-serif !important;
            font-style: italic !important;
            font-weight: 900;
            font-size: 53px;
            color: #ff97a5;
            transition: .2s;
            background: none;
            padding: 0;
            border: none;
            box-shadow: none;
            text-shadow: 1px 1px 8px rgb(0 0 0)
        }

        .banner-text span {
            font-family: roboto, sans-serif !important;
            font-style: italic !important;
            font-weight: 900;
            font-size: 48px;
            line-height: 48px;
            color: #c2b157;
            transition: .2s;
            background: none;
            padding: 0;
            border: none;
            box-shadow: none;
            text-shadow: 1px 1px 6px rgb(0 0 0);
        }

    .t-menu {
        top: 68px;
        position: absolute;
        right: 0
    }

    .room-info-button {
        margin: 0 102px
    }

    .hr {
        display: none
    }

    .wrapper-headline h1 {
        font-weight: 600 !important;
        text-transform: uppercase;
        font-size: 24px
    }

    .follow-us-text {
        display: none
    }

    #main_menu li {
        display: block
    }

        #main_menu li.icon {
            margin: 10px
        }

        #main_menu li a {
            font-size: 22px;
            width: 100%;
            margin: 10px 0
        }

    .bookmark-wrapper {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
        text-align: center;
        justify-content: center;
        margin: 10px !important
    }

        .bookmark-wrapper .book-option:last-child {
            grid-column: unset
        }

    .summary-list-wrapper .summary-pic {
        width: 100%
    }

    .summary-list-wrapper .summary-wrapper {
        flex-direction: column
    }

        .summary-list-wrapper .summary-wrapper.alternative .summary-left {
            order: unset
        }

    .footer-menu {
        text-align: center
    }

    .summary-list-wrapper .summary-wrapper .summary-image-wrapper {
        width: 100%
    }

    .mast {
        text-align: center
    }

    .footer-main ul {
        text-align: center
    }

    .footer-site-name {
        text-align: center
    }
}

@media (max-width:667px) {
    .bookmark-wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    footer .meta-column {
        margin: 10px 0
    }

    .footer .meta-column .delphin-meta .call-center {
        margin-top: 20px
    }

    .mast {
        text-align: center
    }

    .footer-main ul {
        text-align: center
    }

    .footer-site-name {
        text-align: center
    }
}

@media (max-width:567px) {
    .summary-text .icons-bottom {
        grid-template-columns: repeat(1,1fr)
    }

    .bookmark-wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .mast {
        text-align: center
    }

    .footer-main ul {
        text-align: center
    }

    .footer-site-name {
        text-align: center
    }
}

@media (max-width:568px) {
    #navMainMenu {
        height: auto
    }

    .container {
        max-width: 100% !important
    }

    .meta-column {
        margin-left: 20px
    }

        .meta-column:first-child {
            margin-left: 0
        }

    .mast {
        text-align: center
    }

    .footer-main ul {
        text-align: center
    }

    .footer-site-name {
        text-align: center
    }
}

@media(max-width:412px) {
    .meta-column {
        margin-left: 10px
    }

        .meta-column:first-child {
            margin-left: 0
        }

    .hidden-smallest {
        display: none
    }

    .mast {
        text-align: center
    }

    .footer-main ul {
        text-align: center
    }

    .footer-site-name {
        text-align: center
    }
}

@media(max-width:320px) {
    .meta-column .seg-text {
        font-size: 15px
    }

    .mast {
        text-align: center
    }

    .footer-main ul {
        text-align: center
    }

    .footer-site-name {
        text-align: center
    }
}

@media(min-width:667px) {
    .modal-dialog {
        max-width: 720px !important;
        margin: 1.75rem auto
    }
}
