/* GLOBALS *//* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(247, 143, 30);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(128, 128, 132);
}

::-webkit-scrollbar-track {
    background-color: rgb(237, 237, 237);
}

@media(max-width: 599px)  {
    .no-scroll {
        overflow: hidden;

    }
}

body, html {
    height: 100%;
}

img.slika {
    width: 100%;
    margin-top: 1em;
}

#link_get_widget {
    display: none;
}

#firstLogo {
    width: 220px;
    position: fixed;
    top: 50px;
    left: 5%;
    z-index: 6;
    transition: all ease 0.5s;
}

.excelsea-logo {
    width: 150px !important;
    max-width: none !important;
}

#wifiLogo {
    width: 50px;
    position: fixed;
    top: 90px;
    right: 5%;
    z-index: 6;
    transition: all ease 0.5s;
}

#wifiLogo.normalized {
    top: 0;
    min-width: auto;
    right: 5%;
    width: 50px;
    transition: all ease 0.5s;
}

#firstLogo.normalized {
    top: 0;
    left: 5%;
    width: 82px;
    transition: all ease 0.5s;
}

.force-visible {
    display: block !important;
}

.orange {
    color: #f78f1e;
}

.orange-bg {
    background: #f78f1e;
}

.right-align {
    text-align: right;
}

.margin-top {
    margin-top: 50px !important;
}

.left-align {
    text-align: left;
}

body, html {
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #353535;
    background: url("../img/cable-car-dubrovnik-background.jpg") no-repeat fixed center;
}

.main {
    z-index: 3;
    min-height: 100%;
}

a {
    text-decoration: none;
}

/* GLOBALS END *//* NAVIGATION */
.nav-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 5;
    height: 50px;
    overflow: visible;
    background: rgba(240, 240, 240, 0.9);
}

.nav {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
}

.nav div {
    display: block;
    float: left;
    background: inherit;
}

.nav-logo {
    float: left;
    margin-left: 5%;
    width: 80px;
}

.dropdown > a, .menu-item > a {
    text-transform: uppercase;
}

.dropdown, .menu-item {
    display: inline-block;
    list-style: none;
    padding: 0;
    font-size: 1.3em;
    width: 150px;
    height: 50px;
}

.dropdown li {
    padding-bottom: 1px;
    width: 220px;
    padding-left: 5px;
    padding-right: 5px;
    background: rgba(240, 240, 240, 0.9);
    text-align: center;
    margin: 0;
    margin-left: -15px;
}

.dropdown > a, .menu-item > a {
    display: inline-block;
    color: #f78f1e;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.dropdown li:hover > a {
    font-weight: 700;
}

.menu-item:hover > a, .dropdown:hover > a {
    font-size: 1.1em;
}

.menu-bg {
    display: none;
}

.menu-toggle {
    display: none;
    position: fixed;
    z-index: 10;
    right: 7px;
    top: 7px;
    transform: rotate(-360deg);
    transition: transform 400ms ease;
    border-bottom: 17px double #f78f1e;
    border-top: 6px solid #f78f1e;
    content: "";
    height: 5px;
    width: 34px;
}

.table, .price-table {
    margin: 0 auto;
    border: 3px solid #F06512;
    font-size: 1.2em;
    overflow: hidden;
}

.table {
    width: 50%;
}

.table2 {
    width: 45%;
    background: white;
    margin: 0 auto;
    border: 3px solid #F06512;
    font-size: 1.2em;
    overflow: hidden;
}

.rules {
    padding: 1.5%;
    display: inline-block;
    text-align: center;
    width: 97%;
}

.rules-img img {
    width: 150px;
    padding-left: 20px;
}

.price-table {
    width: 50%;
}

.price-row {
    width: 100%;
    overflow: hidden;
}

.ticket-title {
    width: 74%;
    background: #fff;
    float: left;
}

.ticket-price {
    width: 25%;
    color: #f78f1e;
    font-weight: 700;
    float: left;
}

.table-item {
    width: 100%;
    float: left;
}

.month {
    padding-left: 1%;
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 49%;
}

.time {
    display: inline-block;
    text-align: center;
    width: 49%;
}

.menu-toggle.active {
    transform: rotate(-180deg);
    transition: transform 400ms ease;
}

.menu-item > a {
    font-size: 0.9em;
}

.menu-toggle:hover {
    cursor: pointer;
}

.dropdown li:hover {
    cursor: pointer;
}

.dropdown li:hover > a {
    font-weight: 700;
}

.dropdown li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.dropdown li a {
    padding: 7px 0 0 8px;
    display: inline-block;
    font-size: 0.8em;
    color: #f78f1e;
}

#popup {
    cursor: pointer;
    z-index: 9999;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    max-height: 100vh;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 550px;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
}
#popup > a {
    float: right; margin: 15px; padding-top: -30px
}
#popup .close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.2em;
    font-weight: 700;
}
#popup .note{
    padding-left: 60px;
    padding-right: 60px;
}


@media(max-width: 599px){
    #popup{
        width: 100%;
    }
    #popup .note {
        padding: 24px 16px 24px 32px;

    }
}
@media (max-width: 768px) {
    .credit-cards img {
        width: 100%;
    }

    .price-table {
        width: 90%;
    }

    .table2 {
        width: 80%;
    }

    .rules {
        width: 97% !important;
        padding-bottom: 25px;
        text-align: justify;
    }

    .details {
        width: 90%;
        margin: 0 auto;
    }

    .details-section:first-child .details-image img {
        margin-top: 1em !important;
    }

    .main {
        margin-top: 50px;
    }

    .menu-bg {
        display: block;
        position: fixed;
        height: 50px;
        z-index: 6;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
    }

    p.section-paragraph, div.section-paragraph {
        margin-top: 1em !important;
    }

    .section-img {
        margin: 1em 0;
    }

    .flex-item:first-child {
        width: 140px !important;
        text-align: left !important;
    }

    .flex.padded-left {
        padding-left: 0 !important;
    }
}

@media (min-width: 1366px) and (max-width: 1560px) {
    .dropdown li {
        width: 200px;
        margin-left: -45px;
        font-size: 1.3em;
    }

    .dropdown, .menu-item {
        width: 125px;
    }
}


@media (min-width: 1100px) and (max-width: 1365px) {
    .dropdown li {
        width: 200px;
        margin-left: -45px;
        font-size: 1.3em;
    }

    .dropdown, .menu-item {
        width: 100px;
    }
}


@media (min-width: 768px) and (max-width: 1099px) {
    .dropdown, .menu-item {
        font-size: 1.2em;
        width: 100px;
    }

    .dropdown li {
        width: 196px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.3em;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: -50px;
        background: rgba(240, 240, 240, 1);
        text-align: center;
    }
    .menu-item:first-child {
        margin-left: 120px;
    }

    #wifiLogo {
        display: none;
    }


}

@media (min-width: 768px) and (max-width: 914px) {

}

@media (max-width: 635px) {
    .table-item {
        width: 100%;
    }

    .table-item span {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .nav {
        height: 45px;
        overflow: visible;
        z-index: 999;
    }

    #no-video-logo {
        display: none;
    }

    .dropdown li {
        -webkit-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: perspective(350px) rotateX(-90deg);
        -o-transform: perspective(350px) rotateX(-90deg);
        transform: perspective(350px) rotateX(-90deg);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    }

    .dropdown li.n1 {
        -webkit-transition: 0.1s linear 0.5s;
        -o-transition: 0.1s linear 0.5s;
        transition: 0.1s linear 0.5s;
    }

    .dropdown li.n2 {
        -webkit-transition: 0.1s linear 0.4s;
        -o-transition: 0.1s linear 0.4s;
        transition: 0.1s linear 0.4s;
    }

    .dropdown li.n3 {
        -webkit-transition: 0.1s linear 0.3s;
        -o-transition: 0.1s linear 0.3s;
        transition: 0.1s linear 0.3s;
    }

    .dropdown li.n4 {
        -webkit-transition: 0.1s linear 0.2s;
        -o-transition: 0.1s linear 0.2s;
        transition: 0.1s linear 0.2s;
    }

    .dropdown li.n5 {
        -webkit-transition: 0.1s linear 0.1s;
        -o-transition: 0.1s linear 0.1s;
        transition: 0.1s linear 0.1s;
    }

    .dropdown li.n6 {
        border-radius: 0px 0px 4px 4px;
        -webkit-transition: 0.1s linear 0s;
        -o-transition: 0.1s linear 0s;
        transition: 0.1s linear 0s;
    }

    .dropdown:hover li {
        -webkit-transform: perspective(250px) rotateX(0deg);
        -o-transform: perspective(250px) rotateX(0deg);
        transform: perspective(250px) rotateX(0deg);
        -webkit-transition: 0.1s linear 0s;
        -o-transition: 0.1s linear 0s;
        transition: 0.1s linear 0s;
    }

    .dropdown:hover .n2 {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .dropdown:hover .n3 {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .dropdown:hover .n4 {
        transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .dropdown:hover .n5 {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .dropdown:hover .n6 {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
}

/* NAVIGATION END *//* FOOTER */
.footer {
    margin-top: 50px;
    width: 100%; /*padding-top: 30.25%; */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#CDSWIDCOE {
    display: inline-block;
}

.footer-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(247, 143, 30, 0.8);
}

.footer-bottom p {
    text-align: center;
    font-weight: 700;
    color: #f5f5f5;
    font-size: 1.1em;
}

.footer-section img:first-child, .footer-section a:first-child img {
    width: 70%;
    max-width: 95px;
}

.footer-section img:nth-child(2), .footer-section a:nth-child(2) img {
    max-width: 120px;
}

#CDSWIDCOE.widCOE .widCOEImg {
    margin: 0 auto !important;
}

.footer-bottom a {
    color: white;
}

.footer-content {
    background: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    display: table;
    padding-bottom: 110px;
    width: 100%;
}

.widCOELogo {
    text-align: center;
}

.footer-logo {
    margin: 0 auto !important;
    display: block;
    max-width: 300px;
}

.footer-social a img {
    max-width: 30px !important;
}

.footer-logo-samsung:hover {
    cursor: pointer;
}

.footer-section img {
    margin: 5px 5%;
}

.footer-section {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    margin: 0 5%;
}

.footer-section:first-child {
    margin-left: 10%;
}

.footer .footer-bg {
    width: 100%;
}

.guide {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    margin: 0 5%;
}

.guide img {
    max-width: 56px !important;
    vertical-align: middle;
    padding-bottom: 10px;
}

@media (max-width: 1300px) {
    .footer-section {
        padding-top: 0;
    }

    .footer-logo.wifi {
        padding: 0;
    }
}

@media (max-width: 800px) {
    .footer {
        padding-top: 0;
        padding-bottom: 75px;
        background-position: bottom;
    }

    .footer-content {
        overflow: hidden;
        display: block;
        position: relative;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin: 5px auto;
        display: block;
    }

    .footer-section:last-child {
        float: none;
    }

    .footer-logo.wifi {
        padding: 0;
    }

    .footer-section img {
        width: 40%;
    }

    .footer-section img {
        margin: 0 auto;
    }

    .footer-section:first-child {
        margin: 0 auto;
    }

    .footer-section {
        padding-top: 35px;
    }

    .footer-social {
        margin-bottom: 30px
    }

    .guide span {
        font-size: 18px;
        display: block;
        padding: 10px 0;
    }

    .guide img {
        max-width: 75px !important;
        padding-bottom: 0;
    }
}

@media (max-width: 620px) {
    .footer-section {
        width: 100%;
    }

    .map-container {
        padding-top: 75% !important;
    }
}

/* FOOTER END *//* CONTENT */
.details-section {
    overflow: hidden;
}

.details-section:first-child .details-image img {
    margin-top: 150px;
}

.details-image {
    text-align: center;
    width: 24%;
    padding: 3%;
    float: left;
    vertical-align: middle;
}

.details {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto;
}

.padded-left {
    padding-left: 5%;
}

.details-image img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    max-width: 120px;
}

.details-text {
    width: 60%;
    padding: 5%;
    float: left;
}

.button-orange {
    background: #F06512;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    color: #eeeeee;
    transition: background 0.5s ease;
}

.button-orange:hover {
    background: #f78f1e;
}

.flex {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.flex-item {
    display: inline-block;
}

.flex-item:first-child {
    font-weight: 700;
    text-align: left;
    width: 220px;
    flex: 0;
}

.flex-item:not(:first-child) {
    font-style: italic;
}

.flex-item:last-child {
    text-align: right;
}

.map-container {
    position: relative;
    width: 100%;
    margin: 30px auto;
    padding-top: 33.5%;
}

#map {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    bottom: 0 !important;
}

.section-paragraph {
    float: left;
    font-size: 1.3em;
    line-height: 1.2em;
    width: 35%;
}

.section-paragraph2 {
    float: left;
    font-size: 1.3em;
    line-height: 1.2em;
    width: 55%;
}

.section-paragraph:nth-child(2) {
    padding: 0 0 0 5%;
}

.section-paragraph:nth-child(1) {
    padding: 0 5% 0 0;
}

.section-paragraph2:nth-child(2) {
    padding: 0 0 0 5%;
}

.section-paragraph2:nth-child(1) {
    padding: 0 5% 0 0;
}

.section {
    overflow: hidden;
    padding: 15px 15%;
}

.section-img {
    display: block;
    float: left;
    width: 60%;
    text-align: center;
}

.section-img2 {
    display: block;
    float: left;
    width: 40%;
    text-align: center;
}

.small-img {
    max-width: 200px;
    width: 100%;
    display: inline-block;
}

.full-width {
    width: 100%;
    text-align: center;
}

.slider-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.video-book-now {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 15%;
}

.video-book-now a img {
    width: 100%;
    max-width: 90px;
}

.white-logo-container {
    width: 100%;
    position: absolute;
    bottom: 20%;
    padding-left: 1%;
    height: 17%;
    z-index: 2;
    text-align: left;
}

.white-logo-container img {
    height: 100%;
    width: auto;
}

.video-link, .video-link a {
    width: 100%;
}

.book-now {
    margin: 0 10%;
}

.contact-map-inner {
    width: 100%;
    height: 100%;
}

iframe {
}

h1 {
    text-align: center;
    font-size: 2.2em;
}

.bordered-title {
    padding: 1em 0;
    color: #fff;
    margin-top: 0;
    background: #f78f1e;
    position: relative;
}

.bordered-title:not(:first-child) {
    margin-top: 1em;
}

.bordered-title::after {
    position: absolute;
    content: '';
    pointer-events: none;
    left: 50%;
    background: #f78f1e;
    bottom: -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.separated-title {
    padding-bottom: 0.2em;
    display: inline-block;
    border-bottom: 2px solid #f78f1e;
    color: #f78f1e;
    position: relative;
}

.right-align .separated-title {
    right: 0;
    padding-left: 35px;
    text-align: right;
    padding-right: 15%;
}

.left-align .separated-title {
    text-align: left;
    padding-left: 15%;
    padding-right: 35px;
}

.left-align .separated-title::before {
    right: 0;
}

.right-align .separated-title::before {
    left: 0;
}

.separated-title::before {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #f78f1e transparent transparent transparent;
    top: 100%;
    content: '';
    pointer-events: none;
}

p {
    padding: 5px 15%;
    font-size: 1.2em;
    text-align: justify;
}

h2 {
    padding: 0 15%;
    color: #f78f1e;
    text-align: left;
    font-size: 1.5em;
}

.no-margin, p.section-paragraph {
    margin-top: 0;
}

.video-container {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: url('/img/cable-car-dubrovnik-1.jpg');
    background-size: cover;
    background-position: center;
}

.video-container.thinner {
    padding-top: 40%;
}

.video-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.section-img .video-container {
    padding-top: 40%;
}

.samsung-popup-container {
    top: 50px;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    z-index: 5;
    right: 0;
    display: none;
    bottom: 0;
}

.samsung-popup {
    border: 1px solid #F06512;
    position: relative;
    font-size: 1.1em;
    background: #f5f5f5;
    margin: auto;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}

.popup-img-container {
    width: 50%;
    float: left;
    overflow: hidden;
}

.popup-img-container img, .popup-close img, .credit-cards img {
    width: 100%;
}

.credit-cards img {
    max-width: 200px;
}

.popup-close {
    color: #F06512;
    float: right;
    width: 40px;
    height: 40px;
}

.popup-close:hover {
    cursor: pointer;
}

.popup-text {
    padding-top: 40px;
    width: 45%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    float: left;
}

.credit-cards {
    text-align: center;
}

/* CONTENT END *//*CONTACT*//*.info-group-map-container {    float:left;    display: none;    width: 50%;    height: 620px;} */
.info-group:first-child {
    margin-right: 50%;
    margin-left: 5%;
}

.contact {
    padding: 10% 0;
    background: url('../img/contact.jpg');
    background-size: cover;
    background-position: center;
}

.info-group p a {
    color: #f5f5f5;
    text-decoration: none;
}

.no-bottom {
    margin-bottom: 0;
}

.info-group {
    display: inline-block;
    width: 45%;
    color: white;
}

.info-group-orange, .info-group-orange p a {
    color: #F06512;
}

.info-group:not(:first-child) {
    margin-left: 2%;
}

.info-groups-container {
    overflow: hidden;
    text-align: center;
}

.contact-form-container {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8)
}

.info-group p {
    text-align: left;
}

.contact-form-container .separated-title {
    opacity: 0.8;
}

.contact-form {
    position: relative;
    padding-bottom: 1em;
}

.submit-button {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0.8em auto;
    border: none;
    min-width: 200px;
    padding: 0.6em;
    border-radius: 1px;
    font-size: 1.7em;
    color: #f5f5f5;
    background: #f78f1e;
}

.info-groups-inner {
    background: url("../img/contact.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.submit-button:hover {
    background: #f78f1e;
    cursor: pointer;
}

.centered {
    text-align: center;
}

input, textarea, label {
    display: block;
    font-family: 'Roboto', sans-serif;
    width: 90%;
    margin: 0 auto;
    min-height: 50px;
    font-size: 1.1em;
    line-height: 1.3em;
}

.form-intro {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2em;
    padding-bottom: 0.5em;
    font-size: 1.2em;
    text-align: center;
}

label {
    line-height: 2em;
    color: #F06512;
    font-size: 1.2em;
    font-weight: 700;
}

.form-indicator {
    position: absolute;
    left: -12%;
    top: 10em;
    width: 9%;
}

.no-gallery {
    margin-top: 60px;
}

@media (max-width: 600px) {
    .info-group {
        width: 100%;
        margin: 0 !important;
    }

    .info-group:first-child {
        margin-top: 1em !important;
    }

    .price-table {
        width: 98%;
    }

    .details-image img {
        margin-top: 0;
    }

    .details-image, .details-text {
        width: 94%;
        float: none;
        padding: 3%;
    }

    .info-groups-inner {
        background-attachment: local;
        background-position: top;
    }

    .info-group p, .info-group h2 {
        text-align: center !important;
    }
}

/**GALLERY**/
.thumbnails {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 5px 15%;
    width: 70%;
}

.thumbnails-holder {
    display: inline-block;
}

.thumbnails a {
    text-align: center;
}

.gallery-item-inner {
    float: left;
    border: 3px solid white;
    width: 300px;
    height: 165px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bxslider {
    display: none;
}

.bx-viewport .bxslider {
    display: block;
}

@media (max-width: 1000px) {
}

/*****QUERY********/
@media (max-width: 850px) {
    .footer-section img {
        margin: 0 auto;
    }

    .footer-section:first-child {
        margin: 0 auto;
    }

    .footer-section {
        padding-top: 35px;
    }

    .book-now {
        width: 40% !important;
    }

    .footer-social {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .info-group-map-container, .info-groups-inner {
        display: block;
        width: 100%;
    }

    .info-groups-inner {
        background: url('../img/contact-mobile.jpg') !important;
    }

    .info-group-map-container {
        height: 500px;
    }

    .info-group p, .info-group h2 {
        padding: 0;
    }

    .info-groups-container {
        z-index: 5;
        text-align: center;
    }

    .info-group {
        margin-left: 0;
    }

    #wifiLogo {
        display: none;
    }

    #no-video-logo {
        top: 0;
        left: 5px;
        position: absolute;
        z-index: 1;
        width: 150px;
    }

    .video-book-now {
        position: relative;
    }

    .video-book-now a img {
        width: 30%;
        padding-bottom: 30px;
    }

    .section {
        overflow: hidden;
        padding: 5px 2%;
    }

    .section-paragraph {
        width: 100%;
        float: none;
        line-height: 1em;
        font-size: 18px;
    }

    .section-paragraph2 {
        width: 100%;
        float: none;
        line-height: 1em;
        font-size: 18px;
    }

    .section-paragraph2:nth-child(2) {
        padding: 0 0 0 0;
    }

    .section-img {
        width: 100%;
        float: none;
    }

    .section-img2 {
        width: 100%;
        float: none;
    }

    .section-img .info-group-orange p {
        text-align: right;
    }

    .nav-wrapper.active {
        opacity: 1;
    }

    .nav-wrapper {
        opacity: 0;
        transition: opacity 0.5s linear;
        top: -100%;
        z-index: 5;
    }

    .section-paragraph:nth-child(1), .section-paragraph:nth-child(2) {
        padding: 0;
    }

    .section-paragraph2:nth-child(1), .section-paragraph:nth-child(2) {
        padding: 0;
    }

    .nav .menu-item:first-child {
        margin-top: 50px;
    }

    .dropdown > a, .nav-wrapper, .menu-item > a {
        width: 100%;
        background: #fff;
        font-size: 1.2em;
    }

    .nav-wrapper {
        height: 100%;
        overflow: auto;
    }

    .dropdown li:not(:last-child) {
        border-bottom: 1px solid #f78f1e;
    }

    .menu-toggle {
        display: block;
    }

    .nav div {
        display: block;
        float: none;
    }

    .dropdown, .menu-item {
        width: 100%;
    }

    .nav-wrapper.active .nav {
    }

    .nav {
        display: none;
        z-index: 0;
    }

    .dropdown li {
        background: #fff;
        width: 100%;
    }
}

.trip-advisor-container {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.trip-advisor-logo {
    display: inline-block;
}

.trip-advisor-logo a img {
    width: 100% !important;
    max-width: 140px !important;
    height: auto !important;
}

.menu-item > button{
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: white;
    background-color: #f78f1e;
    display: none;
    margin-top: 10px;
    width: 120px;

}

