﻿.showbox-link-content-wrapper {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.showbox-ON-NOW {
    color: #D81921;
    font-size: 3.5em;
    font-weight: bold;
    line-height: 95%;
}

.listen-live-icon-img {
    max-width: 30px;
}

.showbox-showname {
    font-weight: bold;
    font-size: 18px;
}

.showbox-showpresenters {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.showbox-showtime {
    color: #D81921;
    font-weight: bold;
    font-size: 14px;
}

.showbox-listen-live-button {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 80px;
    min-height: 95px;
    background-color: #013260;
    border-radius: 3px;
    text-align: center;
    padding: 5px 10px 10px 10px;
    color: #fff;
    display: block;
    cursor: pointer;
}

    .showbox-listen-live-button:hover, .showbox-listen-live-button:visited {
        text-decoration: none;
        color: #fff;
    }

.showbox-listen-live-rule {
    width: 100%;
    height: 2px;
    background-color: #002E4F;
    border-bottom: 1px solid #023E75;
    margin-top: 2px;
}

.showbox-listen-live-button img {
    display: block;
    margin: auto;
}

.showbox-listen-live-button-listen {
    margin-top: 8px;
    font-size: 0.7em;
    line-height: 70%;
}

.showbox-listen-live-button-live {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 120%;
}

.showbox-listen-live-button-subtext {
    margin-top: 2px;
    font-size: 0.8em;
}

.showbox-whats-on {
    position: absolute;
    top: 25px;
    left: 0;
    color: #fff;
    z-index: 3;
}

.showbox-whats-on-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.showbox-whats-on-text {
    display: inline-block;
    padding-left: 25px;
    text-shadow: #000 0px 1px 3px;
}

.showbox-talking-abt-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.showbox-right-img {
    position: absolute;
    top: 0;
    left: 0;
}

.showbox-right-img-fade {
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.showbox-talking-abt-topbar {
    background-color: #D81921;
    color: #fff;
    padding: 10px;
    /*height: 44px;*/
    font-size: 0.9em;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.showbox-slot-item {
    border: 0.5px solid #fff;
    padding: 0;
}

.slot-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    background-color: rgba(230, 230, 230, 0.3);
    opacity: 0.8;
    padding: 1px;
}

.showbox-shadow:before {
    content: '';
    display: block;
    box-shadow: inset 10px 0px 100px black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slot-item-overlay:hover {
    opacity: 0;
}

.shadow-effect a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right,#000,rgba(230, 230, 230, 0.3),#000);
    background-image: radial-gradient(circle,rgba(230,230,230,0.3),#000);
    opacity: .4;
    transition: opacity 0.3s ease-in-out;
}



.shadow-effect:hover a:after {
    opacity: 0;
}

.showbox-slot-item-wide {
}

.showbox-slot-item-big {

}

.showbox-slot-item-square {
}

.slot-item-content-wrapper {
    padding: 0;
    margin: 0;
    position: relative;
}

.slot-item-hover-zoomin {
    overflow: hidden;
}

    .slot-item-hover-zoomin .slot-item-overlay {
        display: none;
    }

.slot-item-hover-zoom img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.slot-item-hover-zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 101;
}

.slot-item-hover-zoomin img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slot-item-hover-zoomin:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.showbox-bottom-row {
    display: flex;
    width: 100%;
    margin: 0;
}

.showbox-main-image-wrapper {
    /*height: 251px;*/
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1px;
}

.showbox-top-text-wrapper {
    padding-top: 20px;
    height: 130px;
    width: 100%;
    position: relative;
}

.talking-abt-col {
    border: 0.5px solid #fff;
    padding: 0;
    text-align: center;
}

.showbox-col {
    max-height: 615px;
    overflow: hidden;
    border-bottom: 0.5px solid #fff;
}

.showbox-col-on-now {
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(/images/preseenter_backdrop.jpg);
}

.showbox-col-on-now-xmas {
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(/images/preseenter_backdrop_xmas.jpg);
}

.showbox-bottom-row-col {
    border: 0.5px solid #fff;
    padding: 0;
    height: 100%;
}

.showbox-container {
    padding: 0 30px 0 30px;
}

.showbox-img-link {
    display: block;
}

    .showbox-img-link:visited, .showbox-img-link:hover {
        border: 0;
        text-decoration: none;
    }


@media screen and (max-width:767px) {
    .showbox-whats-on {
        display: none;
    }

    .slot-item-overlay {
        display: none;
    }

    .showbox-main-image-wrapper {
        height: auto;
    }

    .showbox-top-text-wrapper {
        height: 170px;
    }

    .showbox-bottom-row {
        height: auto;
    }

    .showbox-talking-abt-content {
        padding: 10px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .showbox-listen-live-button {
        width: 60px;
    }

    .showbox-ON-NOW {
        font-size: 2em;
    }

    .showbox-bottom-row {
        display: none;
    }

    .showbox-main-image-wrapper {
        height: 145px;
    }

    .showbox-top-text-wrapper {
        height: 170px;
    }

}

@media screen and (min-width:768px) {
    .showbox-main-image {
        height: 100%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .showbox-listen-live-button {
    }

    .showbox-talking-abt-content {
        font-size: 0.8em;
    }

    .showbox-talking-abt-topbar {
        font-size: 1.5em;
    }

    .showbox-ON-NOW {
        font-size: 2.5em;
    }

    .showbox-main-image-wrapper {
        height: 218px;
    }

    .showbox-top-text-wrapper {
        height: 53px;
    }
}

@media screen and (min-width:1500px) {
    .showbox-container {
        width: 1450px;
    }

    .showbox-listen-live-button {
        width: 80px;
    }

    .showbox-ON-NOW {
        font-size: 55px;
    }

    .showbox-bottom-row {
        /*height: 234px;*/
        height: 203px;
    }

    .showbox-main-image-wrapper {
        /*height: 342px;*/
        height: 281px;
    }

    .showbox-top-text-wrapper {
        height: 130px;
    }
}

@media screen and (max-width:380px) {
    .showbox-ON-NOW {
        font-size: 2.5em;
    }
}


.radio-symbol {
  display: none;
}

.radio-symbol [foo], .radio-symbol {
  position: relative;
  top: -73px;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 71px;
  -ms-transform: rotate(-45deg) translate(-100px);
  -moz-transform: rotate(-45deg) translate(-100px);
  -o-transform: rotate(-45deg) translate(-100px);
  -webkit-transform: rotate(-45deg) translate(-100px);
  transform: rotate(-45deg) translate(-100px);
}

.radio-symbol .radio-circle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1em 1em 0 0;
  -webkit-border-radius: 0 100% 0 0;
  border-radius: 0 100% 0 0;
  opacity: 0;
  -o-animation: radioanimation 2s infinite;
  -moz-animation: radioanimation 2s infinite;
  -webkit-animation: radioanimation 2s infinite;
  animation: radioanimation 2s infinite;
}

.radio-symbol .radio-circle.first {
  -o-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.radio-symbol .radio-circle.second {
  width: 4.5em;
  height: 4.5em;
  -o-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.radio-symbol .radio-circle.third {
  width: 3em;
  height: 3em;
}

.radio-symbol .radio-circle.fourth {
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: #fff;
  -o-animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

@-o-keyframes radioanimation
{
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}

@-moz-keyframes radioanimation
{
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}

@-webkit-keyframes radioanimation
{
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}


@media screen and (max-width:1499px) {
    .showbox-talking-abt-topbar {
        font-size: 0.8em;
    }
}

.showbox-slot-item-wide img, .showbox-slot-item-big img{
    margin: auto;
}

#Page > div.container.showbox-container > div > div:nth-child(2) > div.row > div:nth-child(2) > div > a > img {
    float: right;
}

#Page > div.container.showbox-container > div > div:nth-child(3) > div > div:nth-child(1) > div > a > img {
    float: right;
}

#Page > div.container.showbox-container > div > div.col-xs-12.col-sm-4.col-md-4.col-lg-4.showbox-col > div.row.showbox-bottom-row > div.col-xs-6.showbox-bottom-row-col.slot-item-hover-zoomin.shadow-effect > a > img {
    float: right;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}