/*
* Skeleton V2.0.4
* Copyright 2018, Boris Civcic
* 25/1/2018
*/
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url("../fonts/CaviarDreams.ttf");
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'caviar_dreamsbold';
    src: url("../fonts/CaviarDreams_Bold.ttf");
    font-weight: normal;
    font-style: normal; 
}
body {
    font-family: 'caviar_dreamsregular';
    font-size: 15px;
    }
.reserved .box{
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
    display: inline-block;
    vertical-align: bottom;
    vertical-align: top;
    width: 15.5%;
    margin: 10px 0.58%;
}
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
.BodyContent{
    width: 100%;
    overflow: hidden;
}
body {
    margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

a:active {
    outline: 0; }

a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: -39px;
    padding: 0; }
.navbar-brand>img{
    max-width: 220px;
    max-height: 220px;
}

header {
    position: relative;
    z-index: 10; }
header .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0; }
header .header-info {
    background-color: #d0824d; }
header .header-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
header .header-info ul li {
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 9px 25px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    header .header-info ul li {
        padding: 9px 20px; } }
header .header-info ul li i {
    color: #b97241; }
header .header-info ul li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
header .header-info ul li.active {
    background: #b97241; }
header .header-info ul li .dropdown .btn {
    padding: 0;
    background: transparent;
    border: 0;
    color: white;
    outline: none;
    box-shadow: none; }
header .header-info ul li .dropdown .btn i {
    margin-right: 7px; }
header .header-info ul li .dropdown .btn:focus {
    background: transparent;
    outline: none;
    box-shadow: none; }
header .header-info ul li .dropdown a {
    color: black; }
header .header-info ul li .dropdown ul li {
    padding: 5px;
    width: 100%; }
@media (max-width: 479px) {
    header .pull-right {
        width: 100%;
        text-align: left; }
    header .pull-right ul {
        width: 100%;
        display: flex; }
    header .pull-right ul li {
        width: 50%; }
    header .pull-right ul li .dropdown ul {
        display: none; }
    header .pull-right ul li .dropdown.open ul {
        display: block; } }
header .navbar-collapse {
    background-color: white;
    border-color: none; }
header .navbar-collapse .navbar-left li a {
    color: black;
    font-size: 16px;
    padding: 25px 20px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 479px) {
    header .navbar-collapse .navbar-left li a {
        padding: 15px 15px; } }
header .navbar-collapse .navbar-left li a:hover {
    color: #d0824d; }
@media (max-width: 1200px) {
    header .navbar-collapse .navbar-right {
        float: left !important;
    } }
header .navbar-collapse .navbar-right li a {
    color: black;
    font-size: 16px;
    padding: 25px 20px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 479px) {
    header .navbar-collapse .navbar-right li a {
        padding: 15px 15px; } }
header .navbar-collapse .navbar-right li a:hover {
    color: #d0824d; }

.hero {
    position: relative;
    /* min-height: 800px; */
}
.hero .hero-slider .hero-info {
    text-align: center; }
.hero .hero-slider .hero-info h2 {
    margin: 0;
    margin-bottom: 50px;
    font-size: 48px;
    color: #d0824d; }
.hero .hero-slider .hero-info a{
    padding: 10px 15px;
    position: relative;
    color: #fff;
    background: #d0824d;
}    
@media (max-width: 767px) {
    .hero .hero-slider .hero-info h2 {
        font-size: 28px; } }
.hero .hero-slider .hero-info div {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    max-width: 885px;
    margin: auto;
    font-family: 'caviar_dreamsbold'; }
@media (max-width: 1200px) {
    .hero .hero-slider .hero-info div {
        max-width: 655px; } }
@media (max-width: 767px) {
    .hero .hero-slider .hero-info div {
        font-size: 15px; } }
.hero .reserved {
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgba(62, 70, 70, 0.91);
    bottom: 0;
    left: 0;
    }

@media (max-width: 479px) {
    .hero .reserved {
        height: auto; } }

.welcome {
    text-align: center;
    padding-top: 5%;
    /* padding-bottom: 5%; */
    background-repeat: no-repeat;
    background-position: center 60px;
    }
.welcome h3 {
    color: #d0824d;
    margin: 0;
    margin-bottom: 25px;
    font-weight: normal; }
.welcome img {
    margin: auto;
    max-width: 100%;
    }
@media (max-width: 1200px) {
    .welcome img {
        max-width: 100%; } }
.welcome .about .welcome-text {
    font-size: 16px;
    max-width: 563px;
    margin: auto;
    margin-top: 63px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300; }
.welcome .about-info {
    margin-top: 0;
}
.welcome .about-info.about-info-home {
    background: none; }
.welcome .about-info .relax h3 {
    margin: 0;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: normal; }
.welcome .about-info .relax div {
    margin-top: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300; }
.welcome .about-info .relax div a {
    color: #d0824d; }
.welcome .about-info .relax .more-info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
@media (max-width: 1200px) {
    .welcome .about-info .relax .more-info {
        flex-flow: wrap; } }
@media (max-width: 991px) {
    .welcome .about-info .relax .more-info {
        max-width: 320px;
        margin: 15px auto 15px; } }
.welcome .about-info .relax .more-info a {
    text-decoration: none;
    color: #d0824d;
    border: 1px solid #d0824d;
    padding: 9px 35px;
    font-size: 14px;
    display: block;
    width: 49%;
    font-family: 'Barlow', sans-serif;
    font-weight: 300; }
@media (max-width: 1200px) {
    .welcome .about-info .relax .more-info a {
        width: 100%; } }
.welcome .about-info .relax .more-info .more {
    text-decoration: none;
    color: white;
    background: #d0824d;
    padding: 9px 35px;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.welcome.promo-products {
    background: none;
    padding-bottom: 0;
    }
.welcome.promo-products h1:first-child {
    font-size: 48px;
    font-weight: normal;
    color: #d0824d;
    text-transform: uppercase;
    margin: 0;
    }
.welcome.promo-products .relax {
    margin-bottom: 60px;
    }

.room-info {
    padding-top: 5%;
    padding-bottom: 3%;
    background: url(../images/background.png) no-repeat center center / cover;
    }
.room-info .container .slider2-flex {
    display: flex; }
@media (max-width: 991px) {
    .room-info .container .slider2-flex {
        flex-flow: wrap; } }
.room-info .container .slider2-flex .room-img {
    width: 50%; }
@media (max-width: 991px) {
    .room-info .container .slider2-flex .room-img {
        width: 100%; } }
.room-info .container .slider2-flex .room-price {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 40px 30px;
    }
@media (max-width: 991px) {
    .room-info .container .slider2-flex .room-price {
        width: 100%; } }
.room-info .container .slider2-flex .room-price h3 {
    margin: 0;
    font-size: 36px;
    color: #d0824d;
    text-transform: uppercase;
    font-family: 'caviar_dreamsbold'; }
@media (max-width: 479px) {
    .room-info .container .slider2-flex .room-price h3 {
        font-size: 24px; } }
.room-info .container .slider2-flex .room-price div {
    font-size: 15px;
    margin-top: 40px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    }
.room-info .container .slider2-flex .room-price ul {
    list-style: none;
    padding: 0;
    margin-top: 40px; }
.room-info .container .slider2-flex .room-price ul li {
    color: #d0824d;
    margin-bottom: 7px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    }
.room-info .container .slider2-flex .room-price ul li span {
    color: black;
    text-transform: initial;
    }
.room-info .container .slider2-flex .room-price .price {
    display: flex;
    justify-content: space-between;
    margin-top: 55px; }
@media (max-width: 479px) {
    .room-info .container .slider2-flex .room-price .price {
        flex-flow: wrap; } }
.room-info .container .slider2-flex .room-price .price .price-day {
    text-transform: uppercase;
    margin: 0; }
.room-info .container .slider2-flex .room-price .price .price-day span {
    font-size: 26px;
    display: block;
    font-family: 'Barlow', sans-serif; }
.room-info .container .slider2-flex .room-price .price a {
    color: white;
    text-decoration: none;
    padding: 15px 5px;
    background: #d0824d;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    width: 40%;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    }
@media (max-width: 479px) {
    .room-info .container .slider2-flex .room-price .price a {
        padding: 15px 0;
        width: 100%!important;
        margin-bottom: 15px;
        text-align: center;
        } }
.room-info .container .slider2-flex .room-img img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    }
.room-info.apartments-info {
    background: url(../images/apartments-bg.png);
    background-color: #f7f7f7; }
.room-info.apartments-info h1 {
    text-align: center;
    font-size: 48px;
    margin: 0;
    color: #d0824d;
    font-weight: normal;
    margin-bottom: 5%;
    text-transform: uppercase;
}
.room-info.apartments-info .slider-2 > div {
    margin-bottom: 100px; }
.room-info.apartments-info .container .slider2-flex .room-price {
    padding-right: 55px; }
@media (max-width: 767px) {
    .room-info.apartments-info .container .slider2-flex .room-price {
        padding-left: 15px;
        padding-right: 15px;
        padding: 15px;
    } }

.section_3 {
    background: url(/images/banja.jpg) no-repeat center center / cover;
    padding-top: 100px;
    padding-bottom: 100px;
    }
.section_3 .box {
    background: white;
    max-width: 581px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 95px; }
.section_3 .box h4 {
    font-size: 20px;
    color: #d0824d;
    margin: 0;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: normal; }
.section_3 .box h2 {
    font-size: 36px;
    color: #d0824d;
    margin: 0;
    text-transform: uppercase;
    font-family: 'caviar_dreamsbold';
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
    }
.section_3 .box div {
    font-size: 16px;
    padding-bottom: 50px;
    max-width: 380px;
    margin: auto;
    font-family: 'Barlow', sans-serif;
    font-weight: 300; }

.section_4 {
    padding-top: 5%;
    padding-bottom: 5%;
    }
.section_4 .container {
    position: relative; }
.section_4 .container h2 {
    margin: 0;
    color: #d0824d;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'caviar_dreamsbold'; }
.section_4 .container .p {
    max-width: 1155px;
    margin: auto;
    text-transform: uppercase;
    font-size: 20px;
    color: #686868;
    text-align: center; }
.section_4 .container .slider-3 {
    margin-top: 5%;
    }
.section_4 .container .slider-3 img {
    width: 90%;
    margin: auto; }
.section_4 .container .arrows .arrows11 {
    position: absolute;
    left: -30px;
    bottom: 100px;
    color: #d0824d;
    font-size: 50px; }
.section_4 .container .arrows .arrows12 {
    position: absolute;
    right: -30px;
    bottom: 100px;
    color: #d0824d;
    font-size: 50px; }
footer .container .footer-content .footer-logo img{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    object-fit: contain;
    width: 90%;
}
footer {
    background-color: #3e4646;
    padding-bottom: 10px;
    }
footer .container .footer-content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    }
    footer h2{
        color: #fff;
        text-transform: uppercase;
    }
@media (max-width: 991px) {
    footer .container .footer-content {
        justify-content: space-between;
        flex-flow: wrap; } }
@media (max-width: 767px) {
    footer .container .footer-content .footer-logo {
        width: 100%;
        text-align: center;
        } }
@media (max-width: 767px) {
    footer .container .footer-content .footer-logo img {
        margin: auto;
        width: initial;
        height: auto;
        } }
@media (max-width: 767px) {
    footer .container .footer-content .footer-contact {
        width: 100%;
        text-align: center; } }
footer .container .footer-content .footer-contact h3 {
    color: white;
    font-size: 26px;
    margin: 0;
    text-transform: uppercase; }
footer .container .footer-content .footer-contact ul {
    list-style: none;
    padding: 0;
    margin-top: 30px; }
footer .container .footer-content .footer-contact ul li {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    }
footer .container .footer-content .footer-contact ul li span {
    margin-right: 10px;
    font-size: 20px; }
footer .container .footer-content .footer-contact ul li a {
    text-decoration: none;
    color: white;
    margin-right: 25px;
    font-size: 22px;
    margin-top: 10px; }
@media (max-width: 991px) {
    footer .container .footer-content .footer-info {
        width: 100%;
        text-align: center; } }
footer .container .footer-content .footer-info h3 {
    color: white;
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 30px; }
footer .container .footer-content .footer-info h5 {
    margin: 0;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    }
footer .container .footer-content .footer-info input {
    padding: 16px 0;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    }
@media (max-width: 991px) {
    footer .container .footer-content .footer-info input {
        width: 100%;
        text-align: center; } 
    footer .container .footer-content .footer-info button{
        width: 100%;
    }}
footer .container .footer-content .footer-info button {
    color: white;
    text-transform: uppercase;
    background: #d0824d;
    padding: 17px 0;
    text-decoration: none;
    font-size: 16px;
    display: block;
    border: 0;
    width: 100%;
}
@media (max-width: 479px) {
    footer .container .footer-content .footer-info a {
        padding: 17px 50px; } }

.copyright {
    background: url(../images/copy-footer.png);
    padding-top: 10px;
    padding-bottom: 10px;
    }
.copyright .copy-flex {
    display: flex;
    justify-content: space-between; }
@media (max-width: 479px) {
    .copyright .copy-flex {
        flex-flow: wrap; } }
.copyright .copy-flex .rules {
    color: white;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    }
@media (max-width: 479px) {
    .copyright .copy-flex .rules {
        width: 100%; } }
.copyright .copy-flex .marketing {
    color: white;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    }
@media (max-width: 479px) {
    .copyright .copy-flex .marketing {
        width: 100%; } }
.copyright .copy-flex .marketing a {
    color: #d0824d; }

.slick-dots {
    position: absolute;
    bottom: 35%;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    color: white;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    color: white; }
.slick-dots li button:before {
    font-family: sans-serif;
    font-size: 0;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-radius: 50%;
    content: "";
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    }
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d0824d; }

.reserved .container {
    max-width: 1010px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between; }

@media (max-width: 479px) {
    .reserved .container {
        padding: 5px; } }

.reserved .box input {
    width: 100px;
    height: 50px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    padding: 5px 0;
    }
@media (max-width: 479px) {
    .reserved .box input {
        width: 100%;
        padding: 0 5px;
        padding: 0;
        } }
.reserved .box input{
            width: 100%;
        }
.reserved .box .OrderButton .Increase {
    position: absolute;
    right: 3px;
    top: 0;
    height: 50px;
    color: #d0824d;
    line-height: 50px;
    z-index: 1;
    cursor: pointer;
}

.reserved .box .OrderButton {
    position: relative;
    width: 100%;
    background: #fff;
    }

.reserved .box .OrderButton .Decrease {
    position: absolute;
    left: 3px;
    color: #d0824d;
    line-height: 50px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.reserved .box:nth-child(5) {
    text-align: center;
    font-size: 14px;
    color: white; }
@media (max-width: 479px) {
    .reserved .box:nth-child(5) {
        width: 96%;
        margin-top: 10px;
        margin-bottom: 10px;
        } }

.reserved .box:nth-child(5) a {
    color: #d0824d;
    text-decoration: underline; }
.reserved .last button div {
    font-size: 16px;
    color: white;
    text-align: center;
    text-transform: uppercase; }
.reserved .last span {
    display: block;
    text-align: right;
    color: #d0824d;
    font-size: 11px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    line-height: 17px;
}

.reserved .last button {
    background: #d0824d;
    display: block;
    color: #2d2d2d;
    text-align: center;
    font-size: 11px;
    padding: 6px 10px;
    min-width: 230px;
    border: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
}

@media (max-width: 479px) {
    .reserved .box.last {
        width: 96%;
        margin-bottom: 10px;
        } }

.reserved .last button span {
    font-size: 16px;
    color: white;
    text-align: center;
    text-transform: uppercase; }

.reserved .last button:hover {
    text-decoration: none; }

.status-info {
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
    }

.reserved .box:nth-child(5) .promo-code {
    text-transform: uppercase;
    padding: 0 5px;
    padding-top: 20px;
    }

@media (max-width: 479px) {
    .reserved .box {
        width: 50%;
        text-align: center; } }

@media (max-width: 991px) {
    section.section_4 .arrows {
        display: none; } }

.slick-track .slick-slide {
    background-size: cover;
    /* padding-top: 462px; */
    /* padding-bottom: 215px; */
    position: relative;
}
@media (max-width: 1200px) {
    .reserved .container {
        justify-content: space-between;
        flex-flow: unset;
        text-align: center;
        display: block;
        align-items:  left;
        font-size: 0;
        } 
      .reserved .container *{
          /* box-sizing: unset; */
      }  
        .reserved .box{
            font-size: 12px;
            display: inline-block;
            vertical-align: top;
            width: 15.5%;
            margin: 10px 0.58%;
        }
        .reserved .last button{
            min-width: auto;
            max-width: 100%;
            width: 100%;
        }
}
.gallery {
    padding-top: 5%;
    padding-bottom: 5%;
    }
.gallery .container h1 {
    text-align: center;
    font-size: 48px;
    color: #d0824d;
    text-transform: uppercase;
    font-weight: normal;
    margin: 3% auto;
    margin-top: 0;
    }
.gallery .container .clearfix .gallery-box {
    margin-top: 0;
    margin-bottom: 20px;
    }
.gallery .container .clearfix .gallery-box .images {
    position: relative; }
.gallery .images img{
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.gallery .container .clearfix .gallery-box .images a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: white;
    border: 1px solid white;
    font-size: 16px;
    padding: 8px 69px;
    display: none;
    text-transform: uppercase; }
.gallery .container .clearfix .gallery-box .images:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(208, 130, 77, 0.8);
    width: 100%;
    height: 100%; }
.gallery .container .clearfix .gallery-box .images:hover a {
    display: block; }
.gallery .container .clearfix .gallery-box .p {
    font-size: 20px;
    text-transform: uppercase;
    color: #d0824d;
    margin-top: 15px;
    font-weight: normal;
    }

.about-us {
    padding-top: 5%;
}
.about-us .container {
    margin-bottom: 50px;
}
.about-us .container h1 {
    text-align: center;
    font-size: 48px;
    color: #d0824d;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    margin-bottom: 3%;
    font-weight: normal;
}
.about-us .container .hotell {
    position: absolute;
    left: 0;
    width: 50%; }
@media (max-width: 991px) {
    .about-us .container .hotell {
        position: relative;
        width: 100%; } }
.about-us .container .hotell img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    }
.about-us .container .hotell.hotel-right {
    left: inherit;
    right: 0; }
.about-us .container .hotel {
    min-height: 500px;
    padding-left: 60px;
    /* padding-right: 60px; */
    }
.about-us .container .hotel.hotel-rightalign {
    min-height: 500px;
    padding-left: 0;
    padding-right: 60px;
    }
@media (max-width: 1500px) {
    .about-us .container .hotel, .about-us .container .hotel.hotel-rightalign {
        min-height: 350px; } }
@media (max-width: 1300px) {
    .about-us .container .hotel, .about-us .container .hotel.hotel-rightalign {
        /* min-height: auto; */
        } }
@media (max-width: 991px) {
    .about-us .container .hotel, .about-us .container .hotel.hotel-rightalign {
        min-height: auto; } }
@media (max-width: 767px) {
    .about-us .container .hotel {
        padding: 0; } }
.about-us .container .hotel h2 {
    margin: 0;
    margin-bottom: 40px;
    margin-top: 50px;
    color: #d0824d;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'caviar_dreamsbold'; }
.about-us .container .hotel .p {
    margin-bottom: 20px;
    font-size: 16px;
    margin-bottom: 40px; }

.about-info {
    background: url(../images/about-bg.png);
    padding-top: 30px;
    padding-bottom: 30px;
    }
.about-info .container ul {
    list-style: none;
    display: flex;
    justify-content: space-between; }
@media (max-width: 991px) {
    .about-info .container ul {
        padding: 0; } }
@media (max-width: 767px) {
    .about-info .container ul {
        flex-flow: wrap;
        justify-content: center; } }
.about-info .container ul li {
    color: #d0824d;
    font-size: 100px;
    text-align: center;
    font-family: 'Barlow', sans-serif; }
@media (max-width: 991px) {
    .about-info .container ul li {
        font-size: 53px; } }
@media (max-width: 767px) {
    .about-info .container ul li {
        padding: 0 18px;
        min-width: 50%;
    } }
.about-info .container ul li span {
    font-size: 30px;
    color: #3e4646;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    font-family: 'caviar_dreamsregular'; }
@media (max-width: 991px) {
    .about-info .container ul li span {
        font-size: 22px; } }

.room {
    padding-top: 5%; }
@media (max-width: 479px) {
    .room {
        padding-top: 30px; } }
.room .container h1 {
    font-size: 48px;
    color: #d0824d;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0; }
@media (max-width: 479px) {
    .room .container h2 {
        font-size: 25px; } }
.room .container .room-content {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.room-content img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    object-fit: contain;
}
@media (max-width: 991px) {
    .room .container .room-content {
        flex-flow: wrap; } }
@media (max-width: 479px) {
    .room .container .room-content {
        margin-top: 20px; } }
.room .container .room-content .box1 {
    display: flex;
    width: 60%;
    border-right: 1px solid #d0824d;
    align-items: center;
    }
@media (max-width: 991px) {
    .room .container .room-content .box1 {
        width: 100%;
        border: 0; } }
@media (max-width: 767px) {
    .room .container .room-content .box1 {
        flex-flow: wrap; } }
.room .container .room-content .box1 .p {
    font-size: 16px;
    width: 100%;
    padding-right: 80px;
    color: #2d2d2d;
    line-height: 27px;
    }
@media (max-width: 767px) {
    .room .container .room-content .box1 .p {
        width: 100%; } }
@media (max-width: 479px) {
    .room .container .room-content .box1 .p {
        padding: 0;
        margin-bottom: 20px; } }
.room .container .room-content .box2 .room-status {
    font-size: 36px;
    color: #d0824d;
    width: 49%;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    }
@media (max-width: 767px) {
    .room .container .room-content .box2 .room-status {
        width: 48%;
        } }
.room .container .room-content .box2 .room-status span {
    color: #d0824d;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-weight: normal; }
.room .container .room-content .box2 {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    }
@media (max-width: 991px) {
    .room .container .room-content .box2 {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        text-align: center;
        } }
.SeparateLine{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d0824d;
    text-align: center;
}
.SeparateLine *{
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.room .container .room-content .box2 a {
    color: white;
    text-decoration: none;
    background-color: #d0824d;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    width: 47%;
    display: inline-block;
    font-size: 16px;
    max-width: 230px;
    margin: 1% 0.5%;
    display: inline-block;
    vertical-align: middle;
    }
.room .container .room-content .box2 a:first-child {
    color: #d0824d;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #d0824d; }

.room-icons {
    padding-top: 100px;
    padding-bottom: 100px; }
.room-icons .container ul {
    list-style: none; }
@media (max-width: 991px) {
    .room-icons .container ul {
        padding: 0; } }
.room-icons .container ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 70px;
    text-align: center; }
@media (max-width: 991px) {
    .room-icons .container ul li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        text-align: center;
        width: 32.333%;
        margin-bottom: 20px; } }
@media (max-width: 479px) {
    .room-icons .container ul li {
        width: 30.333%; } }
.room-icons .container ul li img {
    height: 40px;
    margin: auto; }
.room-icons .container ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 25px; }

.gallery1 {
    padding-bottom: 100px; }
.gallery1 .paragraph {
    max-width: 800px;
    margin: auto;
    text-align: center; }
.gallery1 .box-img {
    position: relative; }
.gallery1 .box-img .img-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 18px;
    color: white; }
.gallery1 .box-img i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 10;
    color: black;
    font-size: 30px;
    display: none;
    cursor: pointer;
    font-size: 40px; }
.gallery1 .box-img img {
    width: 100%; }
@media (max-width: 767px) {
    .gallery1 .box-img img {
        margin-bottom: 6px; } }
.gallery1 .box-img:hover > i {
    display: block; }
.gallery1 .box-img:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(208, 130, 77, 0.8); }
.gallery1 .col-sm-6, .gallery1 .col-sm-3 {
    padding-left: 3px;
    padding-right: 3px; }
.gallery1 .row {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 6px; }
@media (max-width: 767px) {
    .gallery1 .row {
        margin-bottom: 0; } }

.hero-section.gallery-hero {
    background: url(../images/gallerybg.jpg);
    background-size: cover; }

.room-details {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px; }
.room-details .list {
    border-right: 1px solid #cacacc;
    padding: 0px 0px;
    color: #cacacc;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    padding-right: 60px; }
@media (max-width: 767px) {
    .room-details .list {
        border: 0;
        padding-right: 50px; } }
@media (max-width: 479px) {
    .room-details .list {
        padding-right: 0;
        width: 50%;
        text-align: center;
        margin-bottom: 11px; } }
.room-details .list span {
    color: #449dad;
    display: block; }
.room-details .list label {
    font-size: 36px;
    color: #449dad;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
    font-family: 'Playfair Display', serif; }
.room-details .list em {
    font-size: 40px;
    font-style: normal;
    font-family: 'Playfair Display', serif;
    vertical-align: middle;
    position: relative;
    top: -10px; }
.room-details button {
    background: #449dad;
    border: 0;
    color: white;
    font-size: 16px;
    padding: 7px 15px;
    font-weight: 400;
    border-radius: 2px; }

.p {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    }
.p *{
    text-align: justify!important;
}
.AbsoluteContent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    line-height: 800px;
    background: rgba(0,0,0, 0.3);
}
.AbsoluteContentInner{
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.SliderImage{
    width: 100% !important;
    min-height: 800px;
    object-fit: cover;
}
.navbar-brand.Reservations{
    display: none;
}
header.reserve .navbar-collapse .navbar-left li a,
header.reserve .navbar-collapse .navbar-right li a{
    padding: 20px 15px;
}
#Iframepage-iframe{
    width: 100%;
    position: relative;
}
.CoverImage{
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}
.ContactAmenities{
    display: block;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.ContactAmenities li{
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    width: 20%;
    margin: 30px 6%;
    text-align: center;
    font-size: 14px;
}
.ContactAmenities i{
    font-size: 35px;
    color: #d0824d;
    padding: 5px;
}
.ContactAmenities a{
    color: #120b02;
    display: block;
}
#map-canvas{
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
}
/* GALLERY */
.GalleryLightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    text-align: center;
    line-height: 100vh;
}
.GalleryLightboxInner {
    /* height: 80vh; */
    margin: 0 auto;
    /* width: 60vw; */
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.GalleryLightboxInner img {
    max-width: 90vw;
    max-height: 90vh;
    /* object-fit: contain; */
    /* min-width: 500px; */
}
.CloseGallery {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #d0824d;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    z-index: 9;
}
.GalleryTitle {
    position: absolute;
    bottom: 80px;
    left: 0;
    color: #fff;
    background: #d0824d;
    padding: 20px 10px;
    cursor: pointer;
    font-size: 20px;
    display: block!important;
    font-size: 14px;
}
.Controls {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: 0;
    z-index: 9;
}
.Controls span {
    padding: 10px;
    background: #d0824d;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    line-height: 16px;
}
.NextGalleryAny, .PrevGalleryAny {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 7;
}
.NextGalleryAny {
    left: initial;
    right: 0;
}
.GalleryPage{
    font-size: 0;
    display: block;
    text-align: left;
    margin: 5% auto;
}
.GalleryPage .container{
    padding: 0;
}
.RoomImage{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin: 1%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.RoomImage:nth-child(3),
.RoomImage:nth-child(4),
.RoomImage:nth-child(5),
.RoomImage:nth-child(6),
.RoomImage:nth-child(9),
.RoomImage:nth-child(10),
.RoomImage:nth-child(11),
.RoomImage:nth-child(12),
.RoomImage:nth-child(15),
.RoomImage:nth-child(16),
.RoomImage:nth-child(17),
.RoomImage:nth-child(18),
.RoomImage:nth-child(21),
.RoomImage:nth-child(22),
.RoomImage:nth-child(23),
.RoomImage:nth-child(24),
.RoomImage:nth-child(27),
.RoomImage:nth-child(28),
.RoomImage:nth-child(29),
.RoomImage:nth-child(30),
.RoomImage:nth-child(33),
.RoomImage:nth-child(34),
.RoomImage:nth-child(35),
.RoomImage:nth-child(36),
.RoomImage:nth-child(39),
.RoomImage:nth-child(40),
.RoomImage:nth-child(41),
.RoomImage:nth-child(42),
.RoomImage:nth-child(45),
.RoomImage:nth-child(46),
.RoomImage:nth-child(47),
.RoomImage:nth-child(48)
{
    width: 23%;
}
.RoomImage img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position:  bottom center;
}
.RoomImage .VerticalAlign{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 250px;
    background: transparent;
    transition: all 0.5s ease;
    opacity: 0;
}
.RoomImage:hover .VerticalAlign{
    background: rgba(208, 130, 77, 0.8);
    opacity: 1;
}
.RoomImage span{
    font-size: 40px;
    display: inline-block;
    position: relative;
    color: #2d2d2d;
}
/* GALLERY END */
#ChildAgeSelector{
    position: absolute;
    bottom: 100%;
    background: #fff;
    font-size: 10px;
    text-align: center;
    width: 100%;
}
.ChildAge{
    border-bottom: 1px solid #d0824d;
    padding: 3px 0;
}
.slick-dotted.slick-slider{
    overflow: hidden
}
@media (max-width: 1400px) {
  .SliderImage{
        min-height: 650px;
    }
    .AbsoluteContent{
        line-height: 650px;
    }  
}
@media (max-width: 1200px) {
    .navbar-brand {
        position: relative;
        top: 0;
        min-height: 90px;
    } 
    header.ShowFixedHeader .navbar-brand img{
        display: none;
    }
.SliderImage{
        min-height: 500px;
    }
    .AbsoluteContent{
        line-height: 500px;
    }
    .room-info .container .slider2-flex .room-price .price a{
        width: 30%;
    }
    }
@media (max-width: 993px) {
    .hero .reserved{
        position: relative;
        height: auto;
    }
    .reserved .box {
        width: 33%;
        height: auto;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle;
    } 
    .reserved .box input{
        width: 100%;
    }
    .reserved .last button{
        min-width: auto;
        width: 100%;
        padding: 6px 0;
    }
    header .navbar-brand{
        min-height: 60px;
    }
    header .navbar-collapse .navbar-right li a,
    header .navbar-collapse .navbar-left li a{
        padding: 10px 15px;
    }
    .navbar-brand img {
        height: 150px; 
        object-fit: contain;
        object-position: top center;
    }
    .navbar-brand{
        min-height: 80px;
    }
}
@media (max-width: 991px){
    body .BreakAboutUs .container .col-sm-6{
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 769px){
    .navbar-brand{
        min-height: auto;
    }
    header.ShowFixedHeader .navbar-brand img{
        display: none;
    }
    .AbsoluteContent{
        line-height: 400px;
    }
    .SliderImage{
        min-height: 400px;
    }
    .RoomImage:nth-child(3),
    .RoomImage:nth-child(4),
    .RoomImage:nth-child(5),
    .RoomImage:nth-child(6),
    .RoomImage:nth-child(9),
    .RoomImage:nth-child(10),
    .RoomImage:nth-child(11),
    .RoomImage:nth-child(12),
    .RoomImage:nth-child(15),
    .RoomImage:nth-child(16),
    .RoomImage:nth-child(17),
    .RoomImage:nth-child(18),
    .RoomImage:nth-child(21),
    .RoomImage:nth-child(22),
    .RoomImage:nth-child(23),
    .RoomImage:nth-child(24),
    .RoomImage:nth-child(27),
    .RoomImage:nth-child(28),
    .RoomImage:nth-child(29),
    .RoomImage:nth-child(30),
    .RoomImage:nth-child(33),
    .RoomImage:nth-child(34),
    .RoomImage:nth-child(35),
    .RoomImage:nth-child(36),
    .RoomImage:nth-child(39),
    .RoomImage:nth-child(40),
    .RoomImage:nth-child(41),
    .RoomImage:nth-child(42),
    .RoomImage:nth-child(45),
    .RoomImage:nth-child(46),
    .RoomImage:nth-child(47),
    .RoomImage:nth-child(48)
    {
        width: 48%;
    }
    .RoomImage img{
        height: 180px;
    }
    .RoomImage .VerticalAlign{
        line-height: 180px;
    }
    .ContactAmenities li{
        width: 100%;
        margin: 30px 0;
    }
}
@media (max-width: 479px) {
    .reserved .box {
        width: 48%;
        display: inline-block;
        vertical-align: middle;
    } 
    .navbar-nav {
        margin: 0; }
    .navbar-brand img {
        max-width: 100px; }
    header .header-info .pull-left{
        display: none;
    }   
    .RoomImage img{
        height: 150px;
    }
    .RoomImage .VerticalAlign{
        line-height: 150px;
    } 
}
.MakeSpaceHere{
    margin-bottom: 20px;
}
header.ShowFixedHeader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    transition: all 1s ease;
}
header.ShowFixedHeader .navbar-brand img{
    height: 109px;
}

.offercontent{
    display: block;
    margin-bottom: 30px;
    font-size: 0;
    margin-top: 20px;
}
.offerBoxLeft{
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    width: 25%;
}
.offerBoxLeft h3{
    text-transform: uppercase;
    color: #d0824d;
    display: block;
    margin: 0;
    margin-bottom: 30px;
}
.offerBoxLeft a{
    display: inline-block;
    padding: 15px 0;
    background: #d0824d;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.OfferBoxRight{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    font-size: 15px;
    margin-left: 15%;
}
.OfferTable{
    width: 100%;
    text-align: center;
    border-spacing: 1px;
    border-collapse: separate;
}
.OfferTable td{
    padding: 10px;
    font-weight: bold;
}
.OfferTable .GrayBack{
    color: #d0824d;
    background: #dedede;
    font-size: 18px;
}
.OfferTable .LightGrayBack{
    color: #2d2d2d;
    background: #f7f7f7;
}
.additionalcontent{
    padding: 5% 0;
    padding-top: 0;
    text-align: center;
}
.additionalcontent h1{
    font-size: 34px;
    color: #d0824d;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.additionalcontent h2{
    font-size: 16px;
    color: #2d2d2d;
}
.slider-2 > .slick-dots{
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.slider-2 > .slick-dots li{
    display: inline-block;
    width: auto;
    margin: 0 10px;
}
.slider-2 > .slick-dots li button:before{
    content: '';
    width: 25px;
    height: 25px;
    border: 2px solid #2d2d2d;
    border-radius: 50%;
}
.slider-2 > .slick-dots li.slick-active button:before{
    background: #2d2d2d
}
.slider-2.slick-slider .slick-track, .slider-2.slick-slider .slick-list{
    max-height: 570px;
    overflow: hidden;
}
@media (max-width: 991px){
    .slider-2.slick-slider .slick-track, .slider-2.slick-slider .slick-list{
        max-height: initial;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .slider8.slick-slider .slick-track, .slider8.slick-slider .slick-list{
        max-height: 350px;
        overflow: hidden;
    }
    .room-info .container .slider2-flex .room-img img{
        min-height: 350px;
        height: 350px;
        max-height: 350px;
    }
    .SliderImage{
        min-height: 450px;
    }
    .AbsoluteContent{
        line-height: 450px;
    }
}
.CenterAligned, .CenterAligned *{
    text-align: center!important;
}
.RoomAmenities{
    display: block;
    font-size: 0;
    margin: 5% 0;
}
.RoomAmenities ul{
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0;
}
.RoomAmenities li{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 16%;
    margin: 0.33%;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.RoomAmenities img{
    margin-bottom: 15px;
    max-width: 100%;
    height: 37px;
    object-fit: contain;
}
@media (max-width: 1221px){
    .room .container .room-content .box2 a{
        width: 47%;
    }
    .room .container .room-content .box2 a:nth-child(2){
    width: 34%;
    padding: 10px 7%;
    }
}
@media (max-width: 1000px){
    .OfferBoxRight{
        margin-left: 5%;
        width: 65%;
    }
    .offerBoxLeft{
        width: 30%;
    }
}
@media (max-width: 993px){
    .room .container .room-content .box2 a{
        width: 47%;
    }
    .room .container .room-content .box2 a:nth-child(2){
    width: 47%;
    padding: 10px 0;
    }
    .CoverImage{
        min-height: 350px;
    }
    .RoomAmenities li{
        width: 32%;
        margin-bottom: 20px;
    }
}
@media (max-width: 700px){
    .OfferBoxRight{
        margin-left: 0;
        width: 100%;
    }
    .offerBoxLeft{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-us .container h1{
        font-size: 32px;
    }
    .room-info.apartments-info h1{
        font-size: 32px;
    }
    .CoverImage{
        min-height: 300px;
    }
    .room .container h1{
        font-size: 32px;
    }
    .welcome.promo-products h1:first-child{
        font-size: 32px;
    }
    .gallery .container h1{
        font-size: 32px;
    }
    .about-us .container .hotell img{
        min-height: 250px;
    }
    .room-info .container .slider2-flex .room-img img{
        min-height: 250px;
        height: 250px;
    }
    .relax img{
        min-height: 200px;
        object-fit: cover;
    }
}
@media (max-width: 550px){
    .CoverImage{
        min-height: 250px;
    }
    .SliderImage{
        min-height: 350px;
    }
}
@media (max-width: 414px){
    .room .container .room-content .box2 a{
        width: 45%;
        padding: 10px 1%;
    }
    .CoverImage{
        min-height: 200px;
    }
    .RoomAmenities li{
        width: 49%;
        margin-bottom: 20px;
    }
}
@media (max-width: 380px){
    .room .container .room-content .box2 a:nth-child(2){
        width: 42%;
        padding: 10px 1%;
    }
    .room .container .room-content .box2 a:nth-child(2){
        width: 33%;
        padding: 10px 7%;
    }
}
@media (min-width: 1400px){
    .container{
        width: 1370px;
    }
}
@media (max-width: 1400px){
    header .navbar-collapse .navbar-right li a,
    header .navbar-collapse .navbar-left li a{
        padding: 25px 10px;
        font-size: 14px;
    }
    .navbar-brand>img {
        max-width: 150px;
        max-height: 150px;
    }
}
@media (max-width: 1200px){
    header .navbar-collapse .navbar-right li a,
    header .navbar-collapse .navbar-left li a{
        padding: 25px 20px;
        font-size: 16px;
    }
    .navbar-brand>img {
        max-width: 200px;
        max-height: 200px;
    }
}