html,
body {
    height: 100%;
    background-color: #fff;
    font-family: "pt-sans", sans-serif;
}
a {
    color: #8e0000;
}
a:hover {
    text-decoration: none;
    color: #a73638;
}
p {
    margin: 0;
}
.cover-container {
}
.container-main {
    padding-right: 440px;   
}
.navbar {
    min-height: 110px;
    border-bottom: 2px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
}
.navbar-brand {
    background: #8e0000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.navbar-brand img {
    height: 80px;
}
.navbar-light .navbar-toggler {
    border: 0;
    color: #fff;
    margin-right: 15px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 96px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.nav-lang {
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    padding-right: 15px;
    padding-top: 13px;
}
.nav-lang a {
    color: #fff;
    display: block;
}
.nav-lang a:hover {
    color: #ccc;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ccc;
}
.side-nav {
    position: fixed;
    top: 114px;
    right: 0;
    bottom: 0;
    width: 440px;
    z-index: 999;
}
.side-nav .booking {
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px;
}
.side-nav .booking ul, .side-nav .booking li {
    display: block;
    margin: 0;
    padding: 0;
}
.side-nav .booking ul {
    margin-bottom: 30px;
}
.side-nav .booking li {
    padding: 5px 0;
}
.side-nav .booking a {
    color: #fff;
}
.side-nav .booking a:hover {
    color: #ccc;
}
.side-nav .links {
    width: 100%;
    height: 50%;
}
.side-nav .links ul {
    height: 100%;
}
.side-nav .links ul, .side-nav .links li {
    display: block;
    padding: 0;
    margin: 0;
}
.side-nav .links li {
    height: 25%;
    margin-top: 2px;
    transition: 0.3s;
    background-position:top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.side-nav .links li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    background-color: #8e0000;
    height: 100%;
    /*width: 500px;*/
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    position: relative;
    width: 410px;
}
.side-nav .links li a:hover {
    background: #a73638;
}
.side-nav .links li a img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 410px;
}
/*.side-nav .links li:hover {
    margin-left: -138px;
}*/

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.dropdown-toggle:after {
    display: none;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.dropdown-menu {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 0;
}
.dropdown-item {
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    background: none;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background: none;
}
.nav-item.dropdown.show:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -8px;
    background: #8e0000;
    z-index: 999999;
}
#carousel {
    height: 350px;
}
.carousel-caption {
    left: 30px;
    text-align: left;
}
.carousel-caption h5 {
    font-size: 54px;
    text-shadow: 1px 1px 5px #000;
}
.carousel-item {
    background-position: center center !important;
}
.carousel-indicators {
    position: absolute;
    right: 460px;
    bottom: auto;
    left: auto;
    top: 140px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    flex-direction: column;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #8e0000;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: .5;
    transition: opacity .6s ease;
    margin-bottom: 5px;
}
.list-group-item {
    color: #8e0000;
}
.form-control {
    border: 1px solid #8e0000;
    border-radius: 0;
}
.btn-maraton {
    background: none;
    border-color: #8e0000;
    color: #8e0000;
    font-size: 22px;
    border-radius: 1px;
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}    
.btn-maraton:hover {
    color: #fff;
    background-color: #8e0000;
    border-color: #8e0000;
}
.btn-maraton.focus, .btn-maraton:focus {
    color: #fff;
    background-color: #8e0000;
    border-color: #8e0000;
    box-shadow: none;
}
.btn-maraton-t {
    background: none;
    border-color: #fff;
    font-size: 22px;
    border-radius: 1px;
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}    
.btn-maraton-t:hover {
    color: #000!important;
    background-color: #fff;
    border-color: #fff;
}
.btn-maraton-t.focus, .btn-maraton-t:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(55 0 0 / 50%);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8e0000;
    border-color: #8e0000;
}

.container-rooms {
    padding-top: 114px;
}
.container-room {
    padding-top: 30px;
}
.rooms {
    margin: 0;
    padding: 0;
}
.rooms li {
    display: block;
    height: 250px;
    margin-bottom: 10px;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rooms li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 100%;
    width: 100%;
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #000;
    color: #fff;
    position: relative;
}
.rooms li:hover {
    opacity: 0.8;
}
.rooms li a h2 {
    font-size: 54px;
}
.container-images {
    padding-left: 0;
    padding-right: 0;
}
.container-images img {
    width: 100%;
}
.dates {
    text-align: center;
}
.dates div {
    display: inline-block;
    margin: 10px 5px;

}
.dates button {
    border: 0;
    background: #fff;
    display: block;
    margin: 0 auto;
    color: #8e0000;
    text-align: center;
}
.dates button span {
    display: inline-block;
}
.sp11, .sp21 {
    font-size: 3.2rem;
    margin-left: 10px;
}
.sp12, .sp22 {
    width: 40px;
    line-height: 1.2rem;
    text-align: left;
    margin-left: 2px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .carousel-indicators {
        position: absolute;
        right: 20px;
        bottom: auto;
    }
    .carousel-caption {
        left: 30px;
        bottom: auto;
        top: 120px;
    }
    .side-nav {
        position: relative;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 400px;
        z-index: 999;
        overflow: hidden;
    }
    .side-nav .booking {
        width: 100%;
        height: 400px;
        padding-right: 440px;
        font-size: 22px;
    }
    .side-nav .links {
        position: absolute;
        right: 0;
        top: 0;
        width: 440px;
        height: 400px;
        /*background: #fff;*/
    }
    .side-nav .booking li {
        padding: 0;
    }
    .side-nav .booking ul {
        margin-bottom: 15px;
    }
    .container-main {
        padding-right: 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 24px;
        line-height: 34px;
    }

    .nav-lang {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .nav-lang a {
        display: inline-block;
        padding-right: 1.5rem;
    }
    .dropdown-menu-center {
        right: auto;
        left: 0;
        transform: none;
        text-align: left;
    }
    .container-rooms {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .carousel-rooms {
        padding-top: 114px;
    }
}
@media (max-width: 768px) {
    html,
    body {
        overflow: visible; 
    }
    .side-nav {
        position: static;
        height: auto;
    }
    .cover-container {
        height: auto !important;
        overflow: visible;
    }
    #carousel {
        height: 500px !important;
    }
    .carousel-caption {
        left: 30px;
        bottom: 30px;
        top: auto;
    }
    .side-nav .booking {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }
    .side-nav .links {
        position: static;
        width: 100%;
        height: 306px;
    }
    .side-nav .links li {
        height: 75px;
    }
    .side-nav .links li a {
        width: 100%;
        padding-right: 113px;
        text-align: left;
        justify-content: left;
        padding-left: 15px;
        line-height: 28px;
    }
    .side-nav .links li a img {
        right: 0;
        left: auto;
    }
    .navbar-brand {
        padding-left: 10px;
        padding-right: 10px;
    }
}