/*.description {
    background-image: url("/img/backgrounds/background2.png");
    background-repeat: repeat;
    background-position: center;
}
*/


.description .container {
    max-width: unset;
    width: 70%;
    padding: 0;
    text-align: center;
    display: flex;
    padding-top: 4em;
    padding-bottom: 5em;
}

.description .container .row {
    width: 100%;
}
.description .left-col {
    width: 50%;
}
.description .right-col {
    width: 50%;
}
.description .right-col h1 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: .1em;
}
.description .carousel-inner .carousel-item img {
    max-height: 400px;
}
.description .right-col .room-parameter {
    margin: 1.5em 5em 1.5em 5em;
    border-top: 1px dotted #e0e0e0;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 1em;
    padding-top: 1em;
    font-size: 1.1em;
}

.description .right-col .room-parameter i {
    padding-left: 0.1em;
}

.description .right-col .room-description {
    text-align: justify;
    margin-right: 5em;
    margin-left: 5em;
    font-size: 1.1em;
}

.prices .container {
    max-width: unset;
    width: 80%;
    padding: 0;
    text-align: center;
    padding-top: 4em;
    padding-bottom: 5em;
}
.prices .container h2 {
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: .1em;
    border-bottom: 1px solid #c2c2c2;
    display: inline-block;
    padding-bottom: .3em;
}
.prices .price-description {
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: justify;
    font-size: 1.1em;
}

.prices .price-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.prices .price-container .choices .active {
    background-color: #7e6f3a !important;
    color: #f8f8f8 !important;
}

.prices .price-container .choices {
    display: flex;
    border-bottom: 1px solid #c2c2c2;
}
.prices .price-container .choice {
    border-right: 1px solid #c2c2c2;
    font-size: 1.1em;
}
.prices .price-container .choice button {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    padding: .5em 1em .5em 1em;
    background-color: #f8f8f8;
    color: #7e6f3a;
}
.prices .price-container .choice button:hover {
    background-color: #7e6f3a;
    color: #f8f8f8;
}

.prices .price-container .price {
    width: 70%;
    margin: 0 auto;
    margin-top: 4em;
}

@media (max-width: 1000px) {
    .prices .price-container .price {
        width: 95%;
    }
}


@media (max-width: 1200px) {
    .description .left-col {
        display: block;
        width: 100%;
    }
    .description .right-col {
        display: block;
        width: 100%;
    }
}