@media (min-width: 768px) and (max-width: 1023px) {
    .top-bar {
        display: none;
    }
    .logo img {
        margin-top: 10px;
    }
    .nav-bar {
        background-size: cover;
    }
    .scrolled-nav .logo img {
        margin-top: -10px;
    }
    .slide-details {
        padding: 60px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .dropdown {
        display: none;
    }
    .mobile-lang {
        display: block;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }
    .page-header h2 {
        font-size: 46px;
    }
    .cookie-message a {
        height: 28px !important;
        display: block;
        margin-left: 0px !important;
        margin-top: 10px;
    }
    #nav-icon {
        display: block;
    }
    .top-bar {
        display: none;
    }
    .logo img {
        margin-top: 10px;
    }
    .nav-bar {
        background-size: cover;
    }
    .scrolled-nav .logo img {
        margin-top: -10px;
    }
    .slide-details {
        padding: 20px;
        margin-top: 25vh;
    }
    .booking label {
        width: 100%;
    }
    .booking .form-con {
        text-align: center;
    }
    .slide-details h3 {
        font-size: 42px;
        text-align: center;
    }
    .slide-details h5 {
        font-size: 24px;
    }
    .booking {
        height: 220px;
        padding-top: 10px;
    }
    .book-btn {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 12px 16px;
        line-height: 10px;
        font-size: 18px;
        height: 60px;
    }
    .slide-btn {
        display: none;
    }
    .slide-details h5 {
        display: none;
    }
    .select-style {
        height: 36px;
    }
    .destination,
    .offers,
    .gallery-image,
    .soba {
        margin-bottom: 30px;
    }
    .navigation ul {
        background-color: #333;
        margin-top: 26px;
        display: none;
        padding-top: 5px;
        padding-bottom: 22px;
        width: 100%;
    }
    .navigation ul li {
        float: none;
        display: block;
        text-align: left;
    }
    .scrolled-nav .navigation ul {
        margin-top: 32px;
    }
    .scrolled-nav .navigation .nav-icon-holder {
        text-align: right;
    }
    .scrolled-nav .navigation .nav-icon-holder #nav-icon {
        margin: 0;
        left: 80%;
        margin-top: 25px;
    }
    .featured-services .gallery-box {
        padding: 25px;
        margin-bottom: 30px;
    }
    .signature {
        padding: 20px;
    }
}


/*** Prices list ***/

@media only screen and (max-width: 800px) {
	.slide-details{
	    height: calc(100vh - 60px);
        margin-top: 0px !important;
	}
    .prices-list .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .prices-list * html .cf {
        zoom: 1;
    }
    .prices-list *:first-child+html .cf {
        zoom: 1;
    }
    .prices-list table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .prices-list th,
    .prices-list td {
        margin: 0;
        vertical-align: top;
        width: 100%;
    }
    .prices-list th {
        text-align: left;
    }
    .prices-list table {
        display: block;
        position: relative;
        width: 100%;
    }
    .prices-list thead {
        display: block;
        float: left;
    }
    .prices-list tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    .prices-list thead tr {
        display: block;
    }
    .prices-list th {
        display: block;
        text-align: right;
    }
    .prices-list tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    .prices-list td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    /* sort out borders */
    .prices-list th {
        border-bottom: 0;
        border-left: 0;
    }
    .prices-list td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .prices-list tbody tr {
        border-left: 1px solid #babcbf;
    }
    .prices-list th:last-child,
    .prices-list td:last-child {
        border-bottom: 1px solid #babcbf;
    }
}