body {
    font-family: 'Exo', sans-serif;
    font-size: 1rem;
    color: #424a60;
    padding-top: 50px;
    font-weight: 400;
}

a {
    color: #fbc531;
}
a:hover {
    color: #e1b12c;
}
img {
    max-width: 100%;
}
.form-control {
    border-radius: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 900;

}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.65rem;
}
h3, .h3 {
    font-size: 1.15rem;
}
a:hover {
    text-decoration: none;
}
#mainNavbar {
    padding: 0 1rem;
    box-shadow: none;
    min-height: 50px;
    background-color: #fff;
}
.navbar-brand {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    width: 220px;
	white-space: normal;
}
.navbar-brand img {
    height: 35px;
}
#mainNavbar .navbar-nav {
    margin: 10px 0px;
}
#mainNavbar .navbar-nav .nav-link {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
#mainNavbar .navbar-nav .nav-link.btn.btn-custom-1 {
color: #fff;
}
#mainNavbar .navbar-nav a#navbarLang {
}

.navbar-dark .navbar-toggler {
    border: 1px solid transparent;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: #fff;
    background: transparent;

}

.navbar-light .navbar-toggler {
    border-color: transparent;
    color: #000;
    font-size: 13px;
}
#mainNavbar .dropdown-toggle::after {
    float: right;
    margin-top: 13px;
}
#mainNavbar.navbar-transparent {
    transition: background-color .25s linear;
}
#mainNavbar.navbar-transparent.scrolling {
    background-color: #343a40;

}
.navbar-transparent {
    background-color: #343a40;
}

.header-item-bg,
.contact-item-bg
{
    color: #fff;
    position: relative;
    padding: 3rem 0px;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-item-bg:before,
.contact-item-bg:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.header-item-bg h1 {
    color: #fff;
}

blockquote {
    font-style: italic;
    padding-left: 1rem;
}
.bg-custom-1 {
    background-color: #fff200;
    color: #fff;
}

.bg-custom-2 {
    background-color: #192a56;
    color: #fff;
}
.text-custom-1 {
    color: #fff200;
}
.bg-light-custom {
    background-color: #f7f1e3;
}
.bg-dark-custom {
    background-color: #192a56;
    color: #fff;
}
.bg-custom-1 {
    background-color: #fbc531;
    color: #fff;
}
.btn {
    border-radius: 0px;
    white-space: normal;
}
.btn.btn-custom-1 {
    background-color: #fbc531;
    color: #ffffff;
    border-radius: 4px;
}
.btn.btn-custom-1:hover,
.btn.btn-custom-1:active,
.btn.btn-custom-1:focus {
    background-color: #e1b12c;
    color: #ffffff;
}
.btn.btn-custom-2 {
    background-color: #fbc531;
    color: #ffffff;
    border-radius: 4px;
}
.btn.btn-custom-2:hover,
.btn.btn-custom-2:active,
.btn.btn-custom-2:focus
{
    background-color: #e1b12c;
    color: #ffffff;
}
.modal-backdrop.show {
    opacity: 0.85;
}

#footer {
    background-color: #192a56;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
#footer .footer-logo {
    margin-bottom: 1rem;
}
#footer a {
    color: #ffffff;
}
#footer .footer-top {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.messagecookies {
    width: 650px;
    max-width: 90%;
    height: auto;
    background-color: #fff;
    z-index: 9999;
    border-radius: 4px;
}

.messagecookies .messagecookies_container {
    position: relative;
    padding: 20px;
    text-align: center;
}
.messagecookies p {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.messagecookies p a {
    color: #000;
    text-decoration: underline;
}
.messagecookies a.messagecookies_accept,
.messagecookies a.messagecookies_reject
 {
    padding: 10px;
    background: #fbaf40;
    color: #000;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px 0px 10px 0px;
    border-radius: 4px;
    font-weight: 700;
}
.messagecookies a.messagecookies_reject
 {
    
    background: #fff;
    color: #000;
    font-weight: 400;
}


.messagecookies-container-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
   
}
.bg-dark-custom .breadcrumb {
     color: #f5f6fa;
}

.messagesession {
    font-size: 1rem;
    color: #fff;
    background-color: #192a56;
}
.messagesession.messagesession-alert-success {
    background-color: #00b894;
}
.messagesession.messagesession-alert-danger {
    background-color: #d63031;
}
.messagesession.messagesession-alert-warning {
    background-color: #fdcb6e;
}
.messagesession.messagesession-alert-info {
    background-color: #74b9ff;
}
.messagesession_content {
    display: flex;
}
.alert {
    color: #fff;
}
.alert-success {
    background-color: #00b894;
}
.alert-danger {
    background-color: #d63031;
}
.alert-warning {
    background-color: #fdcb6e;
}
.alert-info {
    background-color: #74b9ff;
}
.bootstrap-select .btn-light {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #495057 !important;
}


.booking-form {

}
.content_white {
    color:#424a60;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-control {
    background-color: #ebecee;
    border-radius: 4px;
    border: none;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3e485c;
    font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 0px;
    bottom: 4px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(62, 72, 92, 0.3);
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form .form-label {
    display: inline-block;
    color: #3e485c;
    font-weight: 700;
    margin-bottom: 6px;
    margin-left: 7px;
}

.booking-form .submit-btn {
    display: inline-block;
    color: #fff;
    background-color: #e1b12c;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 4px;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}

.booking-cta {
    margin-top: 80px;
    margin-bottom: 30px;
}

.booking-cta h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.booking-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.carousel-indicators {
    bottom: 0px;
    left: 0;
    right: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
}
.carousel-indicators li {
    background-color: rgba(255,255,255,0.5);
    width: 15px;
}

.carousel-indicators .active {
    background-color: #fff;
}
.carousel-control-next,
.carousel-control-prev
{
    width: auto;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #000;
    opacity: 1;
}


.carousel-control-next .icon-container,
.carousel-control-prev .icon-container
{
    background-color: #fff;
    padding: 5px;
}
.carousel-item img {
    width: 100%;
    height: auto;
}


.carousel_container_content {
    border-radius: 0px 0px 4px 4px;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background-color: #fff0c9;
    position: relative;
    z-index: 1;

    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.carousel_container_content.carousel_container_content_hotel {

}
.carousel_container_content.carousel_container_content_room {
    background-color: #fff;
}
#services .services_list_container {
	columns: 300px 4;
}
#services ul {
list-style: none;
padding: 0;
}
#services ul li.facility-group {
font-weight: 700;
padding-left: 0;
}
#services ul li.facility-group svg {
margin-right: 10px;
}

#services ul li {
position: relative;
padding-left: 10px;
}
#services ul li:before {
content: "· ";
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
}

@media (min-width: 768px) {

    .header-item-bg,
    .contact-item-bg
    {
        padding: 8rem 0;
    }
    .alert {
        padding: 2rem;
    }
    .carousel-item img {
        width: auto;
        max-height: 460px;
    }
    .navbar-brand {
width: 300px;
    }

    .carousel-control-next .icon-container,
    .carousel-control-prev .icon-container
    {
        padding: 0px;
        background: transparent;
    }
    .carousel-control-prev {
        left: -30px;
    }
    .carousel-control-next {
        right: -30px;
    }
}


@media (min-width: 992px) {
    body {
        padding-top: 0;
    }

    #footer {
        text-align: left;
    }
    #footer .footer-copyright {
        text-align: right;
    }
    #mainNavbar {
        display: block;
        box-shadow: none;
    }
    #mainNavbar {
        position: relative;
    }
    .navbar-brand {
        
    }
    .navbar-brand img {
        height: 60px;

    }
    #mainNavbar .navbar-nav {
        margin: 0;
    }
    #mainNavbar .navbar-nav .nav-link {
        padding: 0px 10px;
    }
    #mainNavbar .dropdown-toggle::after {
        float: none;
        margin-top: 0;
    }
    .navbar-transparent {
        background-color: transparent;
    }
    .header-item-bg h1 {
        font-size: 3rem;
    }

    .carousel_container_content {
        border-radius: 4px;
        margin-top: -150px;
        margin-left: 50%;
        margin-right: -30px;
    }

    .carousel_container_content.carousel_container_content_hotel {
        border-radius: 4px;
        margin-top: -50px;
        margin-left: 20%;
        margin-right: 20%;
    }
    .carousel-item img {
        max-height: 620px;
    }
}


@media (min-width: 1200px) {
    .carousel-item img {
        max-height: 740px;
    }
}

