/* Preview auction site elements */

.preview-view {
    margin-bottom:-100px;
    overflow-x: hidden;
}
.preview-view > section{
    padding-top:0;
}
.preview-view section h4 {
    margin-bottom:30px;
}
.preview-view .hour-shows h4 {
    margin-bottom:10px;
}
.preview-view .hour-shows .subtitle {
    margin-bottom:10px;
}

.previous-show,
.last-change-show {
    position:relative;
}
.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;
    padding: 0;
    width: calc(100% + 16px);
    margin: 0 -8px;
}
.preview-view .hour-shows .hour-box-result .activate-reminder .top-content{
    padding: 30px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #235c83;
}
.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: #12144b;
    padding: 30px 20px;
}
.preview-view .hour-shows .hour-box-result .item{
    margin-bottom:15px;
    padding:0 8px;
}


/* 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;
    }
    .preview-view .hour-shows .hour-box-result{
        padding:0 16px;
    }

}
@media(max-width:560px) {
    .preview-view .previous-show > .wrapper,
    .preview-view .last-change-show > .wrapper,
    .preview-view .next-shows > .wrapper {
        padding-right: 0;
    }
    .preview-view .previous-show .owl-buttons,
    .preview-view .last-change-show .owl-buttons,
    .preview-view .next-shows .owl-buttons{
        display:none;
    }
}
@media(min-width:768px){
    .preview-view{
        margin-top:-15px;
    }
    .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 .hour-box-result .item {
        margin-bottom:30px;
    }
    .preview-view > section > .row {
        padding-top:0;
    }
}
@media(min-width:1024px){
    .preview-view{
        margin-top:-40px;
    }
    .preview-view .hour-shows .hour-box-result {
        width: calc(100% + 28px);
        margin: 0 -14px;
    }
    .preview-view .hour-shows .hour-box-result .item{
        padding: 0 14px;
    }
}
@media(min-width:1220px) {
    .preview-view .hour-shows .hour-box-result{
        padding:20px 0 0;
    }
    .preview-view section h4 {
        margin-bottom: 45px;
    }
}

/* global */
.opacity-06{
    opacity:0.6;
}
i.reminder-icon{
    background: url(../../../img/icon_reminder_black.svg) no-repeat;
}
i.reminder-icon.white{
    background: url(../../../img/icon_reminder_white.svg) no-repeat;
}

.cd-slider .content-wrapper{
    margin:0;
    max-width:none;
}
.cd-slider .owl-nav {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: calc(50% - 75px);
    width: 100%;
}
.cd-slider .owl-nav > button:hover {
    transform: scale(1.25);
}
.cd-slider .owl-nav > button.owl-prev,
.cd-slider .owl-nav > button.owl-next{
    opacity:1;
    position:absolute;
    transition: all .3s ease-in-out;
    height: 40px;
    width: 40px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(26, 26, 26, 0.3);
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
}
.cd-slider .owl-nav > button.owl-prev{
    left:0;
}
.cd-slider .owl-nav > button.owl-next{
    left:auto;
    right:0;
}
.cd-slider .owl-nav > button.disabled{
    opacity:0;
    transition: all .3s ease-in-out;
}
.cd-slider .owl-nav > button.disabled:hover{
    opacity:0 !important;
}
.cd-slider .owl-nav > button i {
    position: absolute;
    background:none;
    top: 55%;
    border: solid #6e6e6e;
    border-width: 0 1px 1px 0;
    height: 10px;
    width: 10px;
    margin-top: -7px;
}
.cd-slider .owl-nav > button.owl-prev i {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left:16px;
}
.cd-slider .owl-nav > button.owl-next i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 13px;
}
@media(min-width:610px) {
    .next-shows .cd-slider .owl-stage,
    .previous-show .cd-slider .owl-stage,
    .last-change-show .cd-slider .owl-stage{
        left: auto;
    }
    .previous-show > .wrapper,
    .last-change-show > .wrapper,
    .next-shows > .wrapper {
        padding-right: 15px;
    }
    .previous-show .owl-nav,
    .last-change-show .owl-nav,
    .next-shows .owl-nav{
        display:block;
    }
}
@media(min-width:768px) {
    .cd-slider .owl-nav {
        top: calc(50% - 85px);
    }
}
@media(min-width:1220px) {
    .cd-slider .owl-nav {
        top: calc(50% - 90px);
    }
}

.manufacturer-slider .host-information-card{
    position: relative;
}
.manufacturer-slider .shows-manufacturer-box {
    bottom: -30px;
}
.manufacturer-slider .shows-manufacturer-box .show-image {
    height: 60px;
    width: calc(100% - 30px);
}
.manufacturer-slider .shows-manufacturer-box .show-image img{
    max-width:100%;
}
.manufacturer-slider .shows-manufacturer-box .show-image .moderator div {
    width: 60px;
}
.manufacturer-slider .host-information-card .box-image{
    min-height: 250px;
    margin-bottom: 40px;
    background-color: #235c83;
    background-blend-mode: normal;
}
@media(min-width:768px){
    .manufacturer-slider .host-information-card .box-image {
        min-height: 295px;
        margin-bottom: 50px;
    }
    .manufacturer-slider .shows-manufacturer-box .show-image {
        height: 80px;
        width: calc(100% - 40px);
    }
    .manufacturer-slider .shows-manufacturer-box .show-image .moderator div {
        width: 80px;
    }
    .manufacturer-slider .shows-manufacturer-box {
        bottom: -40px;
    }
}
@media(min-width:1220px){
    .manufacturer-slider .host-information-card .box-image {
        min-height: 350px;
    }
    .manufacturer-slider .shows-manufacturer-box .show-image {
        width: calc(100% - 60px);
    }
}
/* HOST info card */

.host-information-card{
    text-align:center;
}
.host-information-card.circle .image{
    background-color:#fff;
    padding: 10px 20px;
    margin-top:25px;
}
.host-information-card .box-image {
    background-color: #fafafa;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100%;
}
.host-information-card.circle .box-image {
    border-radius: 50%;
}
.host-information-card .manufacturer-image {
    max-width: 145px;
    width: 100%;
    border-radius: 0;
    margin:0 auto 10px;
}
@media(min-width:768px) {
    .host-information-card.circle .image {
        margin-top: 30px;
        padding: 10px 35px;
    }
    .host-information-card .manufacturer-image {
        max-width:170px;
    }
}
@media(min-width:1220px) {
    .host-information-card.circle .image{
        padding: 25px 45px;
    }
}

.timeline-products ul.date-list{
    border-bottom:none;
    margin-top:15px;
}
.timeline-products ul.date-list li{
    display:inline-block;
    margin-right:20px;
    padding-bottom: 2px;
    border-bottom:1px solid #fff;
}
.timeline-products ul.date-list li:last-child{
    margin-right:0;
}
.timeline-products ul.date-list li:hover,
.timeline-products ul.date-list li.active{
    cursor:pointer;
    border-bottom:1px solid #1a1a1a;
}
.timeline-products ul.date-list li a{
    margin: 0;
    color: #1a1a1a;
    font-weight: 600;
    padding: 0;
    border:0;
    text-transform: uppercase;
}
.timeline-products ul.date-list li:hover a,
.timeline-products ul.date-list li.active a{
    border-bottom:0;
    font-weight: 600;
}
.timeline-products ul.hour-list li{
    margin-bottom:2px;
    background-color: #ebebeb;
    text-transform:uppercase;
    cursor:pointer;
}
.timeline-products ul.hour-list{
    border-bottom:0;
}
.timeline-products ul.hour-list li.active{
    background-color: #12144b;
    position:relative;
}
.timeline-products ul.hour-list li a{
    margin: 0;
    color: #1a1a1a;
    font-weight: 600;
    padding: 7px 10px;
    font-size:inherit;
}
.timeline-products ul.hour-list li.active a{
    background-color:transparent;
    font-weight:600;
    border: 1px solid #12144b;
    color: #fff;
}
.timeline-products ul.hour-list li a:hover{
    background-color:transparent;
    border-color: transparent;
    color: #1a1a1a;
    cursor: pointer;
}
.timeline-products ul.hour-list li.active a:hover{
    color: #fff;
}
.timeline-products .host-list {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack:center;
    width: 100%;
    margin-bottom:50px;
}
.timeline-products .host-list .host-box {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
}
.timeline-products .host-list .host-box img {
    border-radius: 50%;
    max-height: 70px;
}
.timeline-products .host-list .host-box .description {
    padding:0 20px;
    text-align: left;
}
.timeline-products #timeline-hours{
    margin:20px 0 0;
}
.timeline-products #timeline-hours > ul{
    list-style: none;
    padding: 0;
    margin:20px 0 30px;
}
.timeline-products #timeline-result{
    position:relative;
}
.timeline-products #timeline-result .items-result{
    display:flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px;
}
.timeline-products #timeline-result .item{
    margin-bottom: 15px;
    padding: 0 8px;
}
.timeline-products #timeline-result .loader-box-ajax{
    position: relative;
    margin-top: 15px;
}
.timeline-products #timeline-result .loader-box-ajax #loader{
    top:10px;
}
.timeline-products.plus-timeline #timeline-result .item .description > .price {
    display:none;
}
.timeline-products #tv-program-form ul.hour-list li.active:after{
    display:none;
}
@media(max-width:767px) {
    .timeline-products #timeline-result .item .image .label-selled {
        font-size:10px;
    }
}
@media (max-width: 767px) and (min-width: 560px) {
    .timeline-products #timeline-result .item{
        width: 33.3%;
    }
}
@media (min-width: 768px) {
    .timeline-products #timeline-result .item{
        padding: 0 14px;
        margin-bottom: 30px;
    }
    .timeline-products #timeline-result .items-result{
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .timeline-products ul.date-list {
        margin-top: 30px;
    }
    .timeline-products #timeline-hours{
        margin:40px 0 0;
    }
    .timeline-products ul.hour-list li.active:after{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 10px solid #12144b;
    }
    .timeline-products ul.hour-list li a {
        padding: 12px 22px;
    }
    .timeline-products #timeline-result .loader-box-ajax #loader{
        top:15px;
    }
}
@media(min-width:1220px){
    .timeline-products #timeline-hours > ul {
        margin: 40px 0;
    }
}
section.show-reminder-banner{
    margin:20px 0 0;
}
section.show-reminder-banner img{
    max-width:100%;
}
section.show-video{
    background-color: #fafafa;
    padding-bottom: 0 !important;
    margin-bottom:40px;
}
section.show-video #about_show_video{
    box-shadow: 0 2px 20px 0 rgba(26, 26, 26, 0.4);
    max-width: 450px;
    margin: 25px auto 0;
}
section.show-video #about_show_video .jw-preview{
    background-size: 75% !important;
}
section.show-video > .wrapper > div{
    display:inline-block;
    width:100%;
}
section.show-video .usp-container{
    margin-top:20px;
}
section.show-video .usp-container .usp-position{
    margin-top:10px;
    float:none;
}
section.show-video .usp-container .usp-position .usp-list{
    list-style-type: none;
    padding-left: 0;
}
section.show-video .usp-container .usp-position .usp-list li{
    padding-left: 25px;
    position: relative;
    margin-bottom:15px;
}
section.show-video .usp-container .usp-position .usp-list li span {
    display: inline-block;
    transform: rotate(43deg);
    height: 15px;
    width: 9px;
    border-bottom: 2px solid #12144b;
    border-right: 2px solid #12144b;
    margin-right: 10px;
    position: absolute;
    left: 2px;
    top: 2px;
}
section.show-video .usp-container .host-usp{
    padding:20px;
    background-color: #12144b;
    border-color:#12144b;
    color:#fff;
    margin-top:20px;
}
section.show-video .usp-container .host-usp p.text-uppercase {
    margin-bottom: 0;
    margin-top: 20px;
}
section.show-video .usp-container .host-usp:after{
    content:'';
    border-left: 24px solid #fff;
    border-bottom: 16px solid transparent !important;
    border-left-color: inherit;
    position: absolute;
    right: 16px;
    bottom: -16px;
    z-index: 100;
}

@media(max-width:767px){
    section.show-video .usp-container > .heading,
    section.show-video .wrapper > .heading{
        font-size:22px;
        line-height:26px;
        text-align:left !important;
    }
    section.show-video .usp-container .host-img img{
        max-width:100%;
        max-height: 300px;
        display:flex;
        display: -ms-flexbox;
        margin:20px auto 0;
    }
}
@media(min-width:768px){
    section.show-video .usp-container .host-usp{
        margin-top:50px;
        padding:25px;
        z-index:1;
    }
    section.show-video .usp-container .host-usp:after{
        border-left: 35px solid #fff;
        border-bottom: 35px solid transparent !important;
        border-left-color: inherit;
        right: -35px;
        top: 45px;
        bottom:auto;
    }
    section.show-video .usp-container .host-img img{
        position:relative;
        left:-170px;
        bottom:0;
    }
    section.show-video .wrapper > .heading{
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.2px;
    }
}
@media(min-width:1024px){
    section.show-video{
        padding: 50px 0 0;
    }
    section.show-video .usp-container .usp-position{
        margin-top:60px;
    }
    section.show-video .usp-container .usp-position.right{
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }
    section.show-video .usp-container .usp-position .usp-list{
        margin-bottom:50px;
    }
    section.show-video > .wrapper .video-container{
        margin-top:20px;
    }
    section.show-video .usp-container .host-img img{
        left:-245px;
    }
}
@media(min-width:1200px) {
    section.show-video .usp-container{
        margin-top:50px;
    }
    section.show-video > .wrapper .video-container{
       margin:45px 0 50px;
    }
    section.show-video #about_show_video {
        max-width:650px;
        margin-top:0;
    }
    section.show-reminder-banner{
        margin:40px 0;
    }
}
.moderator-list {
    margin-bottom:30px;
}
.radius-box .description{
    padding:0 10px;
}
.radius-box .box-image{
    width:70px;
    margin: 0 auto;
}
.radius-box .shadow {
    text-shadow: 0px 0px 8px #1a1a1a;
    color: #fff;
    font-size:12px;
}
.radius-box .box-image.small{
    width:50px;
    margin:0;
}
.radius-box .box-image > div{
    background-color: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    border-radius: 50%;
}
@media(min-width:768px){
    .radius-box .shadow {
        font-size: 14px;
    }
}
@media(min-width:1024px){
    .radius-box .shadow {
        font-size: 18px;
    }
}
@media(min-width:1200px){
    .moderator-list {
        margin:15px 0 50px;
    }
    .radius-box .box-image{
        width:160px;
    }
    .radius-box .box-image.small{
        width:70px;
    }
    .radius-box .description{
        padding:0 20px;
    }
}

.flex-inline{
    display:flex;
    display: -ms-flexbox;
}
.flex-inline-center{
    display:flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack:center;
}
.flex-inline-wh{
    display:flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack:center;
    align-items: center;
    -ms-flex-align:center;
}
.flex-block{
    display:flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
}

.link-arrow{
    border: solid #fff;
    border-width: 0 1px 1px 0;
    height: 7px;
    width: 7px;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: -1px;
}
.link-arrow.rotate-right{
    -webkit-transform: rotate(-45deg);
}

.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}

.teaser-banner .content-wrapper{
    float:none;
    margin:0 auto;
    overflow:hidden;
}
.teaser-banner .content-wrapper > .teaser-content{
    transform: rotate(-3deg);
    left: 4px;
    top: -30px;
    background-color: #12144b;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack:center;
    align-items: center;
    -ms-flex-align:center;
}
.teaser-banner .content-wrapper .btn {
    padding: 10px 40px;
    font-weight: 600;
    max-width: 200px;
}
.teaser-banner .content-wrapper .heading{
    margin:10px 0;
}

.teaser-banner .content-wrapper .column-left{
    background-image:url('../../../img/show-teaser.png');
    background-size:cover;
    background-repeat:no-repeat;
    max-height:230px;
}

.teaser-banner .content-wrapper .column-right {
    transform: rotate(3deg);
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top:30px;
}

@media(min-width:481px){
    .teaser-banner .content-wrapper .column-left{
        max-height:none;
    }
}
@media(min-width:767px) {
    .teaser-banner .content-wrapper .column-right {
        padding: 50px 20px;
        margin-top:0;
    }

    .teaser-banner .content-wrapper .heading {
        margin: 20px 0;
    }

    .teaser-banner .content-wrapper .btn {
        padding: 12px 40px;
    }
    .teaser-banner .content-wrapper > .teaser-content {
        left: -9px;
        top: -15px;
    }
}

/* Carousel arrows */
.next-shows .cd-slider .owl-stage,
.last-change-show  .cd-slider .owl-stage,
.previous-show .cd-slider .owl-stage{
    left: -55px;
}
.previous-show > .wrapper,
.last-change-show > .wrapper,
.next-shows > .wrapper {
    padding-right: 0;
}
.previous-show .owl-nav,
.last-change-show .owl-nav,
.next-shows .owl-nav{
    display:none;
}

@media(min-width:610px) {
    .next-shows .cd-slider .owl-stage,
    .previous-show .cd-slider .owl-stage,
    .last-change-show .cd-slider .owl-stage{
        left: auto;
    }
    .previous-show > .wrapper,
    .last-change-show > .wrapper,
    .next-shows > .wrapper {
        padding-right: 15px;
    }
    .previous-show .owl-nav,
    .last-change-show .owl-nav,
    .next-shows .owl-nav{
        display:block;
        top: calc(50% - 90px);
        width: calc(100% + 55px);
        left: -30px;
    }
    .next-shows .owl-loaded{
        position:relative;
    }
    .previous-show .owl-nav > button.owl-prev,
    .last-change-show .owl-nav > button.owl-prev,
    .next-shows .owl-nav > button.owl-prev {
        left: 7px;
    }
}

