body{
  overflow-x: hidden;
}

body.fpt-open{
    overflow:hidden; /* ? */
}
    
.vm-carousel {
    overflow-x: hidden;
    padding: 10px;
}
#fpt-box {
    color: #fff;
    font-family: 'VM Circular Book', Arial, sans-serif;
}
#fpt-box h2, #fpt-box h3, #fpt-box h4, #fpt-box p {
  color: #fff;
  font-family: 'VM Circular Whisper', Arial, sans-serif;
}

#fpt-box h4 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
}

#fpt-box .article-link {
    background-color: transparent;
    color: #ed0000;
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
}
#fpt-box .article-link:hover {
    color: #ed0000;
    background-color: transparent;
    text-decoration: underline;
}

#fpt-box .wrapper {
  width: 90%;
  background: #333;
  margin: 15px auto 15px auto;
  max-width: 1024px;
}
#fpt-box .title {
    font-size: 32px;
    margin: 0px 0 20px 0;
    line-height: 43px;
}

#fpt-box .title strong {
    font-size: 60%;
    top: 3px;
    position: relative;
    font-family: 'VM Circular Book', Arial, sans-serif;
}

#fpt-box .blurb,
#fpt-box .director,
#fpt-box .starring {
  font-size: 20px;
  font-family: 'VM Circular Whisper','VM Circular Book',Arial,sans-serif;
}

#fpt-box .left-side {
    width: 37%;
    float: left;
    margin-top: 100px;
    max-height: 660px;
    overflow-y: auto;
}
#fpt-box .right-side {
    width: 50%;
    float: right;
    margin-top: 100px;
}

/*
.fpt-media-item {
  margin-right: 25px; 
   max-width: 250px; 
} 
*/
.fpt-media-item {
    
}

.fpt-media-item img { 
 
}

#cboxClose {
  display:none;
}


#cboxContent {
    background: rgba(34, 16, 33, 0.95);
    overflow: hidden;
}

#cboxOverlay{
    background:none;
}

a#cbox-close {
    right: 5px;
    float: right;
    position: relative;
    top: 0;
    text-decoration:none;
    color:#c0bbc0;
}
a#cbox-close:hover {
    color:#fff;
}

a#cbox-close:after {
    content: "\f00d";
    font-family: FontAwsome;
    font-size: 180%;
    position: relative;
    top: 4px;
    right: -8px;
}


.od-logo{
    text-align:right;
}
.od-logo img{
    margin:30px 0;
}

.iframe-box {
    display: block;
    position: relative;
    max-width: 100%;
    border: 2px solid #462446;
    box-shadow: 0px 0px 11px -1px #000;
    margin-bottom: 25px;
    background-color:#000;
}

.film-facts {
    margin-top: 20px;
}

.film-facts td {
    padding: 0 30px 10px 0;
    font-size: 15px;
}
.reviews span {
    font-size: 19px;
    font-weight: 700;
}

.reviews i:before {
    content: "\f005";
    font-family: FontAwsome;
    color: #fae619;
    margin-right: 10px;
    font-size: 110%;
    font-style: normal;
}

.share-link{
    color:#bdb8bd;
    text-decoration: none;
}
.share-link:before {
    content: "\f1e0";
    font-family: FontAwsome;
    margin-right: 10px;
    font-size: 140%;
}

.share-box {
    float: right;
    /* display: inline-block; */
    display: none;
}

.sales-info {
    max-width: 65%;
}

.hidden {
    display: none!important;
    visibility: hidden;
    height: 0;
}

.priceRoundel {
    background: url(/content/dam/www-virginmedia-ie/img/Q4-2015/PNG-Icons/red-roundel.png/jcr:content/renditions/cq5dam.thumbnail.140.100.png);
    background-size: cover;
    width: 80px;
    height: 80px;
    margin-top: -10px;
    float: right;
    color: #fff;
    margin-top: 6px;
}

.theprice {
    width: 100%;
    text-align: center;
    padding: 31% 0;
    font-size: 24px;
}

.sales-info h5 {
    color: #fff;
}
.sales-info p {
    font-size: 14px;
}

.si-left {
    float: left;
    width: 25%;
}

.si-right {
    float: right;
    width: 72%;
}

.vm-carousel .olay-content{
    display: none;
    visibility: hidden;
    opacity: 0;
}

.olay-content {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 29%, rgba(0,0,0,0.18) 44%, rgba(0,0,0,0.87) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 29%,rgba(0,0,0,0.18) 44%,rgba(0,0,0,0.87) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 29%,rgba(0,0,0,0.18) 44%,rgba(0,0,0,0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );

    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #3f2c3f;

}

.olay-content-inner {
    position: absolute;
    z-index: 300;
    bottom: 0;
    padding: 0px 0 10px 10px;
}

.olay-content h4 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    font-family: 'VM Circular Book', Arial, sans-serif;
}
.olay-content h3 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-family: 'VM Circular Medium', Arial, sans-serif;
}

.fallback-img img {
    max-width: 100%;
    width: 100%;
}

.fallback-img,.bc-video-wrapper{
    display: none;
}

.noclickurl {
    cursor: default;
    box-shadow: 0px 0px 0px #000;
}


/* ---- iPad portrait ----- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {
 
    #fpt-box .left-side,
    #fpt-box .right-side {
        width: 100%;
    }
    
    .starring, .director {
        float: left;
    }
    
    .blurb {
        width: 50%;
        float: left;
    }
    
    .film-facts {
        margin-top: -2px;
        width: 44%;
        float: right;
    }

    .sub-hero-content p {
        max-width: 100%!important;
    }

    #cboxWrapper{
        max-width: 100%!important
    }

}


/* ---- mobile ----- */
@media only screen 
and (max-width : 768px)  {
 
     #cboxWrapper{
        max-width: 100%!important
    }

    #fpt-box .left-side,
    #fpt-box .right-side {
        width: 100%;
        max-height: inherit;
        overflow-y: visible;
        margin-top:0;
    }
    
    .sales-info {
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .theprice {
        font-size: 20px;
    }
    
    .priceRoundel {
        width: 70px;
        height: 70px;
    }

    .olay-content h3 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }
    .olay-content h4 {
        font-size: 12px;
    }
        

}

