.atelier .news {
    margin-top: 0;
}
.atelier .about-bazaar {
    margin-top: 40px;
}
.atelier .about-bazaar .redemtion-button {
    margin-top: 200px;
}
.homepage.atelier .services .service-cart {
    padding-bottom: 30px;
    margin-bottom:10px;
}

.homepage .services .service-cart .img-frame img {
    max-width: 95%;
    max-height: 95%;
}


.atelier .about-bazaar > .container > .row {
    margin: 0;
    padding: 30px 15px;
    background-color: #232323;
    background-image: url('../img/atelier-bg.png');
    background-repeat: no-repeat;
    background-size: 130% auto;
    background-position: right;
    margin-top: 10px;
    border-radius: 3px;
}

.atelier .about-bazaar .h2 {
    color: #fff;
    margin-bottom: 30px;
}

.atelier .about-bazaar .bazaar-services img {
    display: inline-block;
    margin-right: 15px;
    margin-top: -3px;
}
.atelier .about-bazaar .bazaar-services {
    line-height: 1.5;
}
.atelier .about-bazaar .bazaar-services h3 {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.atelier .about-bazaar .bazaar-services .service-row {
    margin-bottom: 10px;
}
.atelier .about-bazaar .btn {
    width: 80%;
    padding: 20px 0;
    margin-top: 10px;
}
.atelier .about-bazaar .light-text {
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
}
.atelier .about-bazaar .light-text a {
    color: #fff;
}

.atelier .offer-bazaar {

}
.atelier .offer-bazaar img {
    display: inline-block;
    margin-right: 15px;
    margin-top: 7px;
    vertical-align: top;
}
.atelier .offer-bazaar p {
    display: inline-block;
    width: 95%;
}
.atelier .offer-bazaar {
    padding: 55px 0 35px 0;
}

.atelier .offer-bazaar .offer-row {
    margin-top: 20px;
}


.atelier .state-bazaar {
    margin-bottom: 80px;
    padding: 0;
}
.atelier .state-bazaar > .container > .row {
    margin: 0;
    padding: 30px 15px;
    background-color: #232323;
    background-image: url('../img/bazaar-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 10px;
    border-radius: 3px;
}

.atelier .state-bazaar .state-title img {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}

.atelier .state-bazaar .state-title h5 {
    display: inline-block;
}

.atelier .state-bazaar h6 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.atelier .state-bazaar table td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}
.atelier .state-bazaar .black-circle {
    text-align: center;
    margin-right: 13px;
    min-width: 21px !important;
    min-height: 21px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: #FEE000;
    border-radius: 50%;
}
.atelier .state-bazaar table td p {
    font-size: 15px;
}
.atelier .bazaar-new  {
    margin-top: 30px;
    padding: 0 35px;
}
.atelier .bazaar-new .btn-secondary {
    padding: 9px 15px;
    margin-top: -8px;
}
.atelier .bazaar-new .col-12 {
    padding: 15px 0;
    border-bottom: 0.5px solid #BABABA;
}
.atelier .bazaar-new img {
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -5px;
}

.atelier .bazaar-new h2 {
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
}

.atelier .product-image-frame {
    padding-left: 30px;
    text-align: center;
}
.atelier .product-image-main {
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
}
.atelier .image-picture-thumb-frame  {
    padding: 5px;
    min-height: 100%;
    text-align: center;
}
.atelier .image-picture-thumb  {
    border: 1px #EFEFEF solid;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.atelier .image-picture-thumb:hover {
    border-color: #FEE000;
}
.atelier .image-picture-thumb img {
    max-width: 100%;
    width: auto;
    height: auto;
    right: 5px;
    max-height: 90px;
    vertical-align: middle;
}

/*
 Rezervace cena blok
 */
.reservation-info > .container {
    margin: 10px auto 20px auto;
    padding: 30px 20px;
    background: #232323;
    background-image: url("../img/reservation.png");
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: left center;
}
.reservation-info > .container h3 {
    color: #fff;
}
.reservation-info > .container p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
.reservation-info > .container p strong {
    color: #FEE000;
    font-weight: 700;
}
.reservation-info .btn-primary,.reservation-info .btn-secondary {
    padding: 17px 80px;
    margin-top:20px;
}

@media(max-width:992px) {
    .atelier .atelier-equipment iframe {
        width: 100% !important;
    }
    .atelier .product-name {
        text-align: center !important;
    }
    .atelier .about-bazaar > .container > .row {
        background-size: 320% auto;
        background-position: bottom right;
    }
    .atelier .about-bazaar .bazaar-services h3 {
        font-size: 16px !important;
        width: 80%;
    }
    .reservation-info > .container h3 {
        text-align: center !important;
    }
    .reservation-info > .container p {
        font-size: 16px;
    }
}