@import url('https://fonts.googleapis.com/css?family=Special+Elite');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600&amp;subset=cyrillic,latin');
@import url('https://use.fontawesome.com/releases/v5.0.13/css/all.css');

body {
    background-color: #000000;
    color: white;
    font-family: 'Special Elite', Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 100%;
    line-height: 1.6;
    min-height: 100%;
}

.body-container {
    min-height: 100%;
    position: relative;
    padding-bottom: 150px;
}

html {
    height: 100%;
}

a {
    color: #BB0000;

    text-decoration: none;
}

a:hover {
    color: #BB0000;

    text-decoration: underline;
}

.nav-item {
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 400;

    text-transform: uppercase;
}

.nav-item a {
    color: #fff;
    border: 2px solid transparent;
    background: none !important;

}

.nav-item a:hover {
    color: #fff;
    border: 2px solid #f9f3ec;
}

.nav-item.active a {
    color: #fff;
    border: 2px solid #f9f3ec;
}

.tp-dottedoverlay {
    background: url("../images/gridtile.bdc21cc00e92.png");
    width: 100%;
    z-index: 1 !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tp-banner-container {
    position: relative;
}

.headline-center {
    text-align: center;
    color: white;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.headline-center h2::after {

    left: 50%;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -5px;
    margin-left: -15px;
    text-align: center;
    position: absolute;
    background: #BB0000;

}

.headline-left {

    position: relative;

}

.headline-left .headline-brd {
    text-align: center;
    color: white;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.headline-left .headline-brd a {
    color: white;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.headline-left .headline-brd a:hover {
    color: #BB0000;
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.top-bar {
    padding: 5px 0;
    color: #b8b8b8;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.1);
}

.top-bar-social {
    text-align: right;

}

.top-bar a {
    color: #b8b8b8;
}

.tooltips{
    margin-right: 5px;
}

.homepage-specs-list {
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
}

.homepage-specs-list img {
    height: 50px;
    margin-bottom: 20px;
}


.header {
    background: rgba(0, 0, 0, 1);
}

.contact_background {
    background: url("../images/background_header.ca7f01533c37.jpg") repeat-y;
    color: white
}

.player_data{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom: 5px;
}

.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    background: #BB0000;
    padding: 6px 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

hr {
    margin: 30px 0;
}

#CookielawBanner {
    color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.alert-success {
    color: white;
}

.faq-card {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.cut-preview-img {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 300px;
    margin-bottom: 1rem;
}

.background-cover-fixed {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
"
}

.text-muted{
    color: #dd0000 !important;
}

.section-title {
    text-align: center;
    margin: 10px 0;
    font-size: 2em;
}

.room-list-item {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: rgba(232, 227, 221, 0.3);
    margin-bottom: 10px;
}

.room-list-item .responsive-video {
    width: 100%;
    height: 200px;
}


.room-list-item:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.room-list-item .text {
    height: 100%;
    padding: 1em 1em;
    position: relative;
}

.room-list-item .rating .rating-item {
    display: table;
    overflow: hidden;
    width: 100%;
}

.room-list-item .rating .rating-item .list {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.room-list-item .rating .rating-item .list img {
    width: 3em;
    height: 3em;
}

.room-list-item .rating .rating-item .rating-text {
    display: table-cell;
    vertical-align: middle;
}

.room-list-item .media-content {
    background: rgba(232, 227, 221, 0.0);
    padding: 1em 1em;
    position: relative;

}

.room-list-item .book-now {
    width: 100%;
    padding: 10px 0;
    background: #BB0000;
    text-align: center;
    font-size: 1.1em;
    color: #ffffff;
}

@media (min-width: 600px) {

    .room-list-item .responsive-video {
        width: 100%;
        height: 400px;
    }

    .room-list-item .text {
        float: right;
        height: 100%;
        padding: 1em 1em;
        position: relative;
    }
}

.jsign-wrapper .btn {
    color:white;
    border: 1px white solid;
}

#calendar {
    width: 100%;
}

#calendar a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

#calendar ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width: 14.285%;
    padding: 5px;
    box-sizing: border-box;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    height: 40px;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar .days li {
    height: 100%;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 14px;
    text-decoration: none;
}

#calendar .event-desc {
    margin: 3px 0 7px 0;
    text-decoration: none;
}

#calendar .other-month {
    background: #000;
    color: #666;
}

.carusell-video {
    width: 700px;
    height: 400px;
}

/* Hide player controls */
.plyr.plyr--stopped .plyr__controls {
        display: none;
    }

.calendar-button {
    margin: 5px 0;
    width: 100%;
}

/* ============================
                Mobile Responsiveness
   ============================*/
@media (max-width: 768px) {
    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }

    .carusell-video {
        width: 100%;
        height: 200px;
    }
}

.required label { font-weight: bold; }
.required label:after { content: ' *'; }