/* Preview auction site elements */

.preview-view > section{
    padding-top:0;
}
.preview-view .start-main-slider-switcher {
    max-width: 1920px;
    margin: 0 auto;
}
.preview-view .hub-image-slider img {
    border-radius: 8px 8px 0 0;
}
.preview-view .hour-shows h4 {
    margin-bottom:10px;
}
.preview-view .hour-shows .subtitle {
    margin-bottom:10px;
}
.previous-show {
    position:relative;
}
.preview-view .main-banner img {
    border-radius: 8px;
}
.preview-view .hour-shows .loader-box {
    height: 25px;
    width: 100%;
    position: relative;
    margin-top: -15px;
    margin-bottom: 15px;
}
.preview-view .loader-box-ajax{
    height:25px;
    width:100%;
    position: absolute;
    top: 50%;
}
.preview-view .hour-shows .hour-box-result {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -10px;
}
.preview-view .hour-shows .hour-box-result .activate-reminder {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.preview-view .hour-shows .hour-box-result .activate-reminder .top-content{
    padding: 30px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #235c83;
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.preview-view .hour-shows .hour-box-result .activate-reminder .top-content .image{
    height: 215px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
    justify-content: center;
    -ms-flex-pack:center;
}
.preview-view .hour-shows .hour-box-result .activate-reminder .top-content .image img{
    max-width: 200px;
}
.preview-view .hour-shows .hour-box-result .activate-reminder .bottom-content {
    background-color: #22233E;
    padding: 30px 20px;
    border-radius: 0 0 8px 8px;
    width: 100%;
}
.preview-view .hour-shows .hour-box-result .item{
    margin: 16px 0;
}
.preview-view .hour-shows .hour-box-result .banner.infobox {
    width: 100%;
    padding: 30px;
    margin: 16px 10px 30px;
    background-color: #22233E;
    color: #fff;
    border-radius: 8px;
}
.preview-view .hour-shows .hour-box-result .banner.state-final {
    background-color:#eef8f2;
}
.preview-view .timeline-products ul.date-list li {
    border: none;
}
.preview-view .timeline-products ul.date-list li:hover a,
.preview-view .timeline-products ul.date-list li.active a {
    border: none;
}
.preview-view .timeline-products ul.date-list li a {
    background: #22233E;
    width: auto;
    height: 46px;
    padding: 0 8px;
}

.preview-view .owl-slider-shows .item.tv-program-list-item{
    content: '';
    top: 0;
    left:0;
    right:0;
    bottom:0;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.45);
    overflow: hidden;
}
.preview-view .owl-slider-shows .item.tv-program-list-item > picture::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(26, 26, 26, 0), #303052 100%);
}
.preview-view .owl-slider-shows .item.tv-program-list-item > picture {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    overflow: hidden;
}
.preview-view .owl-slider-shows .item.tv-program-list-item > picture img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin: 0 auto;
}

.preview-view .hour-shows .hour-box-result .item.result-adv .product-block.product-grid-item .image {
    overflow: hidden;
}

.preview-view .hour-shows .hour-box-result .item.result-adv .product-block.product-grid-item .image .logo img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
}

@media(max-width: 767px) {
    .preview-view .owl-slider-shows .owl-nav {
        top: calc(50% - 40px);
    }
    .preview-view .owl-slider-shows .owl-nav .owl-prev {
        left: 0;
    }
    .preview-view .owl-slider-shows .owl-nav .owl-next {
        right: 0;
    }
    .preview-view section.start-main-slider-switcher {
        margin-left: -16px;
        width: calc(100% + 32px);
        margin-bottom: 24px;
    }
    .preview-view section.hub-image-slider {
        margin-left: -16px;
        width: calc(100% + 32px);
     }
    .preview-view .hub-image-slider img {
        border-radius: 0;
    }
    .preview-view .hour-shows .hour-box-result .item.result-adv .product-block {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media(max-width: 519px) {
    .preview-view .owl-slider-shows {
        margin-left: -16px;
        width: calc(100% + 32px);
        overflow: hidden;
    }
}


/* Media queries */

@media(min-width:560px) and (max-width:767px){
    .preview-view .hour-shows .hour-box-result .item:not(.result-adv){
        width:33.3%;
    }
    .preview-view .hour-shows .hour-box-result .item.listing-item {
        width:50%
    }
    .preview-view .hour-shows .hour-box-result .item.listing-item.item-banner {
        width:100%;
    }
}
@media(max-width:768px) {
    .preview-view .hour-shows {
        padding-right:0;
        padding-left:0;
    }
}
@media(max-width:560px) {
    .preview-view .previous-show > .wrapper,
    .preview-view .last-change-show > .wrapper{
        padding-right: 0;
    }
    .preview-view .previous-show .owl-buttons,
    .preview-view .last-change-show .owl-buttons{
        display:none;
    }
}
@media(min-width:768px){
    .preview-view > section{
        padding-top:0;
    }
    .preview-view .hour-shows .subtitle {
        margin-bottom:40px;
    }
    .preview-view .hour-shows .loader-box {
        height:35px;
    }
    .preview-view .hour-shows > .wrapper {
        width: auto;
        padding: 0;
    }
    .preview-view > section > .row {
        padding-top:0;
    }
}
@media(min-width:1220px) {
    .preview-view .hour-shows .hour-box-result{
        padding:20px 0 0;
    }
}
