/* header zone page */
.header-picture {
    position: relative;
}
.event {
    font-family: 'LibreBaskerville-Regular', sans-serif;
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
    width: 300px;
    padding: 20px;
    display: inline-block;
}

.event a {
    color: #fff;
}

.header-text {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title {
    font-family: 'LibreBaskerville-Regular', sans-serif;
    font-size: 42px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.page-text {
    font-family: 'LibreBaskerville-Regular', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 60px;
    text-align: center
}

.category-rooms {
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

/* title events */
.events-title {
    font-size: 34px;
    line-height: 24px;
    color: #cc9933;
    font-family: 'LibreBaskerville-Regular', sans-serif;
    text-align: center;
    margin-top: 50px;
}

.events-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #cc9933;
    font-family: 'LibreBaskerville-Regular', sans-serif;
    text-align: center;
    margin-top: 12px;
    /*margin-bottom: 31px;*/
}

/* cuisine info & private events*/
.blue-background {
    background: #0f0d4f;
    padding: 0px;
    text-align: center;
    margin-top: 30px;
}

.background-info {
    padding: 200px 50px;
}

.background-info-events {
    padding: 150px 50px;
}

.event-title {
    font-size: 30px;
    color: #cc9933;
    font-family: 'LibreBaskerville-Regular', sans-serif;
}

.event-date {
    font-size: 18px;
    color: #cc9933;
    font-family: 'LibreBaskerville-Regular', sans-serif;
}

.event-description {
    font-size: 15px;
    line-height: 22px;
    color: #cc9933;
    font-family: 'LibreBaskerville-Regular', sans-serif;
    margin-top: 35px;
}

.view-details-event {
    margin-top: 40px;
}

.view-details {
    color: #cc9933;
    border: 1px solid #cc9933;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 10px;
    font-family: 'LibreBaskerville-Regular', sans-serif;
    display: block;
    margin: 0px auto;
    width: 290px;
    text-align: center;
}

.view-details:hover {
    color: #fff;
    border: 1px solid #fff;
}

.view-details:focus {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

.center-image {
    margin: 0px auto;
    display: block;
}

.full-width {
    width: 100%;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.center_image {
    height: 14vw;
    width: auto;
}

table {
    width: auto;
    margin: 0 auto;
}

.container-elements {
    display: flex;
    flex-direction: column;

}

.item-element {
    align-self: auto;
    flex: 1 auto;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.element-txt:nth-last-of-type(2n+1) {
    float: right !important;
}

.element-txt:nth-last-of-type(2n) {
    float: left !important;
}

.element-pic:nth-last-of-type(2n+1) {
    float: left !important;
}

.element-pic:nth-last-of-type(2n) {
    float: right !important;
}

/* apartments */
.apartment-image {
    position: relative;
}

.description-position {
    position: absolute;
    top: 50%;
    left: 2%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.apartment-info {
    background: rgba(15, 13, 79, 0.8);
    padding: 60px 20px;
    text-align: center;
}

.apartment-title {
    font-size: 34px;
    color: #cc9933;
    font-family: 'LibreBaskerville-Bold', sans-serif;
    text-align: center;
}

.apartment-description {
    font-size: 15px;
    line-height: 22px;
    color: #cc9933;
    font-family: 'LibreBaskerville-Regular', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.apartment-link {
    font-family: 'LibreBaskerville-Regular', sans-serif;
    font-size: 15px;
    color: #cc9933;
    margin-top: 40px;
    text-align: center;
}

.apartment-link a {
    color: #cc9933;
}

.apartment-link a:hover, .apartment-link a:focus {
    color: #fff;
}

.apartment-price {
    font-family: 'LibreBaskerville-Bold', sans-serif;
    font-size: 18px;
    color: #cc9933;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.book-apartment-button {
    color: #cc9933;
    border: 1px solid #cc9933;
    font-size: 22px;
    line-height: 18px;
    padding: 15px 20px;
    font-family: 'LibreBaskerville-Regular', sans-serif;
    display: block;
    margin: 0px auto;
    width: 290px;
    text-align: center;
}

.book-apartment-button:hover {
    color: #fff;
    border: 1px solid #fff;
}

.book-apartment-button:focus {
    color: #fff;
    border: 1px solid #fff;
}

.secondary-text-button {
    font-size: 14px;
}

/* RESPONSIVE STYLES
-----------------------------------------------------------*/
/* 1440 */
@media (min-width: 1370px) and (max-width: 1440px) {

    .background-info {
        padding: 164px 50px;
    }
}

/* 1366 */
@media (min-width: 1279px) and (max-width: 1366px) {
    .background-info {
        padding: 150px 50px;
    }

    .event-description {
        margin-top: 25px;
    }
}

/* 1280 */
@media (min-width: 1260px) and (max-width: 1280px) {
    .background-info {
        padding: 125px 50px;
    }
}

/* desktop normal */

@media (min-width: 1200px) {

}

/* 1024 */
@media (min-width: 992px) and (max-width: 1199px) {
    .background-info {
        padding: 95px 50px;
    }

    .event-title {
        font-size: 25px;
    }

    .event-description {
        font-size: 13px;
        line-height: 18px;
        margin-top: 19px;
    }

    .event-date {
        font-size: 16px;
    }

    .view-details-event {
        margin-top: 15px;
    }

    /* apartments */
    .apartment-info {
        padding: 30px 20px;
    }

    .apartment-title {
        font-size: 28px;
    }

    .apartment-description {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }

    .view-gallery {
        margin-top: 10px;
    }

    .apartment-link {
        margin-top: 10px;
    }

    .apartment-price {
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .book-apartment-button {
        padding: 6px 10px;
        font-size: 18px;
        line-height: 16px;
    }
}

/* 768 tableta*/
@media (min-width: 768px) and (max-width: 991px) {
    .background-info {
        padding: 50px 50px;
        border-bottom: 5px solid #c93;
    }

    /* apartments */
    .apartment-info {
        padding: 30px 10px;
    }

    .apartment-title {
        font-size: 26px;
    }

    .apartment-description {
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
    }

    .view-gallery {
        font-size: 14px;
        margin-top: 10px;
    }

    .apartment-link {
        font-size: 14px;
        margin-top: 10px;
    }

    .apartment-price {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .book-apartment-button {
        padding: 6px 10px;
        font-size: 16px;
        line-height: 16px;
    }

    .event {
        font-size: 20px;
        margin-bottom: 3px;
    }

}

/* 640 - telefon mare (iphone 6, 7 plus) */
@media (max-width: 767px) {

    .background-info {
        padding: 50px 50px;
        border-bottom: 5px solid #c93;
    }

    /* apartments */
    .apartment-info {
        padding: 20px 10px;
    }

    .apartment-title {
        font-size: 20px;
    }

    .apartment-description {
        font-size: 13px;
        line-height: 16px;
        margin-top: 5px;
    }

    .view-gallery {
        font-size: 13px;
        margin-top: 10px;
    }

    .apartment-link {
        font-size: 13px;
        margin-top: 10px;
    }

    .apartment-price {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .book-apartment-button {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 16px;
        width: 210px;
    }
    .header-picture{
        margin-top: 100px;
    }
    .header-text{
        top: 40%;
    }
    .event {
        font-size: 16px;
        width: 210px;
        margin-bottom: 3px;
    }
}

/* 375 - telefon mediu (iphone 6, 7) */
@media (min-width: 330px) and (max-width: 480px) {

    .background-info {
        padding: 30px 20px;
        border-bottom: 5px solid #c93;
    }

    .event-title {
        font-size: 25px;
    }

    .event-date {
        font-size: 15px;
    }

    .event-description {
        font-size: 13px;
        line-height: 18px;
    }

    .view-details {
        font-size: 15px;
        padding: 10px;
        width: 210px;
    }

    .events-title {
        font-size: 25px;
        margin-top: 20px;
    }

    .events-subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    /* apartments */
    .apartment-info {
        padding: 20px 10px;
    }

    .apartment-title {
        font-size: 18px;
    }

    .apartment-description {
        font-size: 12px;
        line-height: 15px;
        margin-top: 5px;
    }

    .view-gallery {
        font-size: 13px;
        margin-top: 10px;
    }

    .apartment-link {
        font-size: 13px;
        margin-top: 10px;
    }

    .apartment-price {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .book-apartment-button {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 16px;
        width: 210px;
    }

    .secondary-text-button {
        font-size: 12px;
    }
}

/* 320- telefon mic (iphone 5) */
@media (min-width: 300px) and (max-width: 325px) {

    .background-info {
        padding: 30px 20px;
        border-bottom: 5px solid #c93;
    }

    .event-title {
        font-size: 25px;
    }

    .event-date {
        font-size: 15px;
    }

    .event-description {
        font-size: 13px;
        line-height: 18px;
    }

    .view-details {
        font-size: 15px;
        padding: 10px;
        width: 210px;
    }

    .events-title {
        font-size: 25px;
        margin-top: 20px;
    }

    .events-subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    /* apartments */
    .apartment-info {
        padding: 20px 10px;
    }

    .apartment-title {
        font-size: 20px;
    }

    .apartment-description {
        font-size: 13px;
        line-height: 16px;
        margin-top: 5px;
    }

    .view-gallery {
        font-size: 13px;
        margin-top: 10px;
    }

    .apartment-link {
        font-size: 13px;
        margin-top: 10px;
    }

    .apartment-price {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .book-apartment-button {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 16px;
        width: 210px;
    }

    .secondary-text-button {
        font-size: 12px;
    }
}
