
html, body {
    background-color: white;
}

.nav-item a {
    font-size: 13px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
}
.nav-item a:hover {
    text-decoration: underline;
}

#header {
    background-color: #CA0308 !important;
}
.navbar-brand img {
    max-height: 80px;
}

#sub-header {
    background: url('./../img/bg-header.jpg') #A39FA0;
    background-size: 100% 100%;
    min-height: 175px;
}
#sub-header-small {
    background-color: #A39FA0;
    background-size: 100% 100%;
    height: 80px;
}

.button-prev {
    background: url('./../img/button-prev.jpg') white;
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.button-prev:hover {
    background: url('./../img/button-prev-active.jpg') #A39FA0;
    background-size: cover;
}
.button-next {
    background: url('./../img/button-next.jpg') white;
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.button-next:hover {
    background: url('./../img/button-next-active.jpg') #A39FA0;
    background-size: cover;
}

#banners div.carousel-inner div.carousel-item div.row div:first-child {
    padding-right: 0;
}
#banners div.carousel-inner div.carousel-item div.row div:nth-child(2) {
    padding-left: 0;
}
#banners div.carousel-inner div.carousel-item div.carousel-caption {
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px 60px 0 !important;
    left: 0;
    top: 0;
}
#banners div.carousel-inner div.carousel-item div.carousel-caption h1 {
    font-family: "Poppins Bold", sans-serif;
    font-size: 16px;
    color: black;
    margin: 0;
    padding: 10px 15px 0;
    letter-spacing: 1px;
    text-align: left;
}
#banners div.carousel-inner div.carousel-item div.carousel-caption h2 {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: black;
    margin: 0;
    padding: 15px 15px 0;
    letter-spacing: 1px;
    text-align: left;
}
#banners div.carousel-inner div.carousel-item div.carousel-caption a {
    font-family: "Poppins Semibold", sans-serif;
    display: inline-block;
    float: left;
    font-size: 10px;
    color: black;
    margin: 0;
    padding: 15px 15px;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: underline;
}
#banners-controls {
    width: 80px;
    height: 40px;
    position: relative;
    bottom: 40px;
    right: 0;
}

.section-title,
.section-title-red {
    font-family: "Poppins Semibold", sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.section-title {
    color: white;
}
.section-title-red {
    color: #410000;
}

.section-header {
    background-color: #A39FA0;
}

.red-divider {
    display: block;
    background-color: red;
}
.pink-dimmed-divider {
    display: block;
    background-color: #824243;
}
.gray-divider {
    display: block;
    background-color: #a2a2a2;
}

#offers {
    margin-top: 10px;
    margin-bottom: 15px;
}
#offers div.row {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
#offers div.row > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#offers div.row > div:nth-child(even) {
    background-color: #e6e6e6;
}
.offer-box {
    display: block;
    height: 280px;
    overflow: hidden;
    text-align: center !important;
}
.offer-box img {
    display: inline-block;
    width: auto;
    height: 190px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.offer-box:hover img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.offer-box h2 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-align: center;
    width: 100% !important;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.offer-box:hover h2 {
    text-decoration: underline;
}

#about {
    background-size: 100% 100%;
    min-height: 300px;
    margin-bottom: 15px;
}
#about h1 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
#about div.container div.row {
    min-height: 200px;
}
#about div.container div.row div p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    margin: 0 0 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#realizations {
    min-height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#realizations div.container div.row div.col-10 div.row > div {
    padding: 0 !important;
}
#realizations div.container div.row > div.col,
#realizations div.container div.carousel div.row > div.col-4 {
    padding: 0 !important;
}
#realizations div.container div.carousel div.row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#realizations-controls {
    width: 100%;
    height: 60px;
    position: relative;
    top: -290px;
    right: 0;
}
.realization-box {
    display: block;
    height: 250px;
    background-color: white;
    padding: 0 !important;
}
.realization-box:hover {
    background-color: #e6e6e6;
}
.realization-box h2 {
    font-family: Poppins Semibold, sans-serif;
    font-size: 12px;
    color: black;
    width: 100%;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;

}
.realization-box:hover h2 {
    text-decoration: underline;
    text-decoration-color: #bdbdbd;
}
.realization-box h3 {
    font-family: "Poppins Semibold", sans-serif;
    font-size: 10px;
    color: #b6b6b6;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.realization-box:hover h3 {
    color: #2e2e2e;
}
.realization-box img {
    width: 100%;
    height: 125px;
}

#movies {
    margin-top: 15px;
    min-height: 600px;
}
.movie-box {
    display: block;
    height: 500px;
    background-color: white;
}
.movie-box:hover {
    background-color: #e6e6e6;
}
.movie-box h2 {
    font-family: Poppins Semibold, sans-serif;
    font-size: 22px;
    color: black;
    width: 100%;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 2px;
    padding-left: 15px;
    padding-right: 15px;

}
.movie-box:hover h2 {
    text-decoration: underline;
    text-decoration-color: #bdbdbd;
}
.movie-box img {
    width: 100%;
    height: 375px;
}
.movie-box a {
    display: block;
    width: 100%;
    height: 100%;
}

#certificates {
    margin-top: 15px;
    min-height: 400px;
}
.certificate {
    margin-bottom: 15px;
}

#map {
    background-color: #e6e6e6;
    height: 500px;
}

#map1 {
    background-color: #e6e6e6;
    height: 500px;
}

#bottom-menu {
    margin-top: 10px;
    margin-bottom: 5px;
}
.bottom-menu-entry {
    display: block;
    font-family: Poppins Semibold, sans-serif;
    font-size: 14px;
    color: #bbbbbb;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bottom-menu-entry:hover {
    text-decoration: underline;
    color: #2e2e2e;
}

#partners {
    min-height: 200px;
    background-color: #ececec;
    margin-top: 15px;
    padding-bottom: 15px;
}
.partner {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.partner img {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}

#contact {
    margin-top: 25px;
    margin-bottom: 10px;
}
#contact div.row h2 {
    font-family: Poppins Semibold, sans-serif;
    font-size: 19px;
    color: black;
    text-align: center;
    width: 100%;
}
#contact div.row h3 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: black;
    text-align: center;
    width: 100%;
}
#contact #phones {
    margin-top: 25px;
}
#contact #phones div div.row:first-child h3 {
    font-family: Poppins Semibold, sans-serif;
    font-size: 16px;
    color: black;
    text-align: center;
    width: 100%;
}
#contact #phones div div.row:nth-child(2) h3 {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    color: red;
    text-align: center;
    width: 100%;
}

#contact-form {
    background-color: #e0e0e0;
    padding-top: 15px;
    padding-bottom: 15px;
}
#contact-form div.container div.row:first-child h2 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: black;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#contact-form div.container form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#contact-form div.container form input {
    height: 60px;
    font-family: OpenSans, sans-serif;
    color: black;
}
#contact-form div.container form textarea {
    height: 136px;
    resize: none;
    font-family: OpenSans, sans-serif;
    color: black;
}
#contact-form div.container form input::placeholder,
#contact-form div.container form textarea::placeholder {
    color: #9a9a9a;
}
#contact-form div.container form button {
    background-color: #4a0000;
    border-color: #4a0000;
    width: 200px;
    height: 50px;
}

#about-article {
    margin-top: 25px;
    margin-bottom: 25px;
}
#about-article div.row:nth-child(2) {
    margin-top: 15px;
}
#about-article div.row:nth-child(2) img {
    margin-bottom: 10px;
    padding-right: 10px;
    float: none;
}
#about-article div.row:nth-child(2) p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: black;
    text-align: justify;
}

/* sm */
@media (min-width: 576px) {
    #sub-header {
        min-height: 225px;
    }

    #banners div.carousel-inner div.carousel-item div.carousel-caption h1 {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 0;
    }
    #banners div.carousel-inner div.carousel-item div.carousel-caption h2 {
        font-size: 14px;
    }
    #banners div.carousel-inner div.carousel-item div.carousel-caption a {
        font-size: 12px;
    }

    .offer-box img {
        width: 100%;
    }
}

/* md */
@media (min-width: 768px) {
    #sub-header {
        min-height: 325px;
    }

    .button-prev,
    .button-next {
        width: 60px;
        height: 60px;
    }

    #banners div.carousel-inner div.carousel-item div.carousel-caption h1 {
        font-size: 32px;
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 20px;
    }
    #banners div.carousel-inner div.carousel-item div.carousel-caption h2 {
        font-size: 16px;
        padding-left: 20px;
    }
    #banners div.carousel-inner div.carousel-item div.carousel-caption a {
        font-size: 14px;
        padding-left: 20px;
    }
    #banners-controls {
        width: 120px;
        height: 60px;
        bottom: 60px;
    }

    #realizations-controls {
        top: -360px;
    }
    .realization-box {
        height: 300px;
    }
    .realization-box h2 {
        font-size: 16px;
    }
    .realization-box img {
        height: 180px;
    }

    #about-article div.row:nth-child(2) img {
        float: left;
    }
}

/* lg */
@media (min-width: 992px) {
    #sub-header {
        min-height: 475px;
    }

    #banners div.carousel-inner div.carousel-item div.carousel-caption h1 {
        font-size: 50px;
        padding-top: 75px;
    }
    #banners div.carousel-inner div.carousel-item div.carousel-caption a {
        padding-top: 15px;
    }

    #realizations-controls {
        top: -575px;
    }
    .realization-box {
        height: 500px;
    }
    .realization-box h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .realization-box h3 {
        font-size: 12px;
    }
    .realization-box img {
        height: 375px;
    }
}

/* xl */
@media (min-width: 1200px) {
    #sub-header {
        min-height: 550px;
    }

    #banners div.carousel-inner div.carousel-item div.carousel-caption h1 {
        font-size: 60px;
        padding-top: 130px;
        padding-left: 30px;
    }
    #banners div.carousel-inner div.carousel-item div.carousel-caption h2 {
        padding-left: 30px;
    }
    #banners div.carousel-inner div.carousel-item div.carousel-caption a {
        padding-left: 30px;
        padding-top: 50px;
    }

    .realization-box h2 {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .realization-box h3 {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}