.print {
    display: none;
}

.media-container {
    opacity: 0;
}

.media-container.detailed {
    max-width: 1200px;
    height: auto;
    position: relative;
    margin-top: 10px;
}

.media-container-home,
.media-container-film {
    /* adjust to bootstrap's grid */
    margin: 0 15px 30px;
}

.media-container-home .media-container,
.media-container-film .media-container {
    max-width: 1620px;
}

.page-home .image-bar .media-container.detailed {
    left: 275px;
    top: 0;
}

.media-container .video-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    display: none;
    z-index: 666;
    padding: 0 0 0 4px;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../../media/images/close_icon-white.png);
    background-repeat: no-repeat;
}

.media-container ul,
.media-container li {
    list-style: none outside none !important;
}
.media-container ul.items,
.media-container ul.items li {
    padding: 0px !important;
    margin: 0px !important;
}
.media-container .viewport {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 13px;
    margin-bottom: 30px;
    padding-bottom: 48.75%;
}

.media-container-home .viewport,
.media-container-film .media-container {
    max-height: none;
}

.media-container .viewport.big-viewport{
    padding-bottom:56.25%;
}

.media-container .viewport.big-viewport {
    height: 617px;
    max-height:0;
}

.item .item-description {
    position: absolute;
    bottom: 60px;
    left: 50px;
    color: #fff;
    font-size: 1.2em;
    font-family: 'SemplicitaPro-Bold', sans-serif;
    z-index: 12;
}

.item-description-subtitle {
    margin-left: 20px;
}

.media-container .item .item-description > h1 {
    font-size: 45px;
    text-shadow: 5px 0px 10px rgba(0, 0, 0, 0.35);
}

.page-film .media-container .item .item-description > h1 {
    font-size: 2.9rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    margin-left: 20px;
}

.page-dynamic .item .item-description {
    left: 60px;
    bottom: 4em;
    width: 55%;
}

.page-film .item .item-description {
    left: 4%;
    right: 0;
    bottom: 28px;
    padding-left: 0;
    padding-right: 8.5%;
}

.page-film .item .item-description.has-award {
    padding-left: 25px;
}

.media-container img.media-container-film__award {
    bottom: -22px;
    bottom: -2.2rem;
    height: 123px !important;
    left: 0;
    right: auto;
    top: auto;
    z-index: 1;
}

.item .item-description p {
/*    font-family: 'Crimson Text', serif;*/
    color: #fff;
    margin-top: 10px;
}

.item .item-description h1 {
    font-size: 60px;
    font-family: 'SemplicitaPro-Bold', sans-serif;
    color: #fff;
    line-height: 50px;
}

a:hover .item-description h1 {
    border-bottom: 1px solid #fff;
    display: inline;
}

.item-description-category {
    font-family: 'Crimson Text', serif;
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.item-description-location {
    font-family: 'Crimson Text', serif;
    font-size: 15px;
    font-weight: 400;
}

.item .item-description section {
    margin-top: 10px;
}

.icon.icon-close {
    z-index: 10 !important;
    width: 30px;
    height: 30px;
    background-position: center center;
}

.media-container .viewport .navigation {
    display: block;
    position: absolute;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top:-50px;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    visibility: hidden;
}

.media-container .viewport .prev {
    left: 15px;
    background-image: url('images/img_slider-left.png');
}

.media-container .viewport .next {
    right: 15px;
    background-image: url('images/img_slider-right.png');
}

.media-container .viewport:hover .prev,
.media-container .viewport:hover .next {
    visibility: visible;
}

.media-container .viewport .items {
    z-index: 1;
}
.media-container .viewport .items .item {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    max-height: 685px;
    background-size: 1600px 768px;
    background-color: rgb(0, 0, 0);
    background-image: url("images/img_gradient-mc.jpg");
}

.page-blog .media-container .viewport .items .item {
    max-height: none;
}

.gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.is-playing .gradient-layer,
.is-playing .item-description {
    display: none;
}

.media-container-home-live .media-container .viewport .items .item,
.media-container-home .media-container .viewport .items .item,
.media-container-film .media-container .viewport .items .item {
    max-height: none;
    max-width: 1620px;
}

.media-container .viewport.big-viewport .items .item {
    max-height: 617px;
    position: absolute;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

/* new player start */
.video-js, .video-js video {
    width: 100% !important;
    height: 100% !important;
}

.vjs-poster {
    background-size: cover;
}


.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {

    width: 78px;
    height: 78px;
    margin: 0;
    border: 0;
/*    background: url(../media/images/10_img-play1.png) no-repeat center;*/
    background: url(../../media/images/10_img-play1.png) no-repeat center;
    background-size: 78px auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 38px;
    color: rgb(255, 255, 255);
    z-index: 50;


    bottom: 0;
    left: initial;
    margin-right: -12px;
    right: 4%;
    top: initial;
}
.vjs-default-skin .vjs-big-play-button:before {
    content: '';
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* end new player */

.media-container img,
.media-container .viewport .items,
.media-container .viewport .items .item,
.media-container .viewport .items .item .video,
.media-container .viewport .items .item .video .__CbUiPlayer,
.media-container .viewport .items .item .video .__CbUiPlayer * {
    display: block;

    position:absolute !important;
    left:0;
    right:0;
    top:0;
    bottom:0;

    padding: 0px;
    margin: 0 auto;

    max-width:100% !important;
    height:100% !important;
}

.media-container .viewport .items .item .video .__CbUiPlayer .__CbUiImgButton.__CbUiPlayerPlayButton {
    height: 98px !important;
    width: 98px !important;
    left: 50% !important;
    top: 50% !important;
    margin-left:-49px;
    margin-top:-49px;
    opacity:0.5;
}

.media-container .viewport .items .item:not(:first-child) {
    /*
     * This rule is not required for the media container to work, but it makes
     * everything look smoother. It is optional, and that is the reason why it
     * uses complex CSS3 selectors that are not supported by all browsers.
     */
    display: none;
}

.media-container .social-media {
    float: right;
}
.media-container .social-media a {
    display: block;
    float: left;
}

.media-container .show-trailer, .media-container .hide-trailer {
    float: right;
    line-height: 33px;
    padding: 0px 8px;
}

.media-container .hide-trailer {
    display: none;
}

.collapsible.only-videos {
    display: none;
}

.media-container .viewport .prev,
.media-container .viewport .next {
    outline: none;
}
.media-container p.details {
    margin: 0px;
    width: 600px;
    padding: 3px 0;
}

.media-container.detailed .viewport .items .item .details {
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 400px;
    padding: 10px 40px 10px 10px;
    background-color: #FFFFFF;
}
.media-container.detailed .viewport .items .item .details h5 {
    font-size: 36px;
    line-height: 110%;
}
.media-container.detailed .viewport .items .item .details h6 {
    font-size: 16px;
    margin: 10px 0px 0px 0px;
}
.media-container.detailed .viewport .items .item .details .description,
.media-container.detailed .viewport .items .item .details .datetime,
.media-container.detailed .viewport .items .item .details .tickets,
.media-container.detailed .viewport .items .item .details .ticket-hotline {
    margin: 0px;
}

/* social plugins */
.media-container .social-plugins {
    float:right;
}
.media-container .social-plugins span.facebook_bt,
.media-container .social-plugins span.twitter_bt {
    display:block;
    float:right;
    margin:7px 0;
}

.media-container .media-window {
    float: right;
    line-height: 33px;
}

.media-container hr {
    color: #FFFFFF;
    margin: 0;
    text-align: left;
    width: 544px;
}

.video-watermark {
    background-color: #000000;
    top: 5px;
    right: 5px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 12px;
    position: absolute;
    z-index: 1337;
    padding: 0 2px;
}


/* override margin from default.css */
.news ul li img {
    margin: 0;
}

.dashboard {
    background: none repeat scroll 0 0 #2f2a2c;
    bottom: 0;
    height: 98px;
    position: absolute;
    right: 0;
    width: 701px;
    z-index: 2;
}

.page-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    margin-left: 50px;
}

.mobile-description {
    display: none;
}

.mobile-description-title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.print-image {
    display: none;
    visibility: hidden;
}

/*
 *************************
        $TOGGLES
 ************************
*/

.media-container__toggle-thumbnails {
    width: 31px;
    height: 25px;
    right: 25px;
    background-image: url(images/mc-thumbs.svg);
    display: block;
    position: absolute;
    bottom: 36px;
    margin-top: -50px;
    z-index: 9;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 30px;
}

.media-container--thumbnails-shown .media-container__toggle-thumbnails {
    background-image: url("images/mc-thumbs.svg");
}

/*.media-container__thumbnails,
.media-container__toggle-thumbnails {
        visibility: hidden;
        display: none;
}*/

/*
 *************************
        $THUMBNAILS
 ************************
*/

.media-container__thumbnails {
    min-height: 106px;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.75);

    z-index: 5;
}

.media-container__thumbnails-inner {
    overflow: hidden;
    height: calc(100% - 80px);
}

.media-container__thumbnails,
.media-container__toggle-thumbnails,
.media-container__counter,
.media-container__text {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.media-container__thumbnails-list {
    position: relative;
    top: 0px;
    left: 0px;

    /*
    * This makes sure that nothing wraps in the visible area. This is required
    * for the size calculations to work, since they cannot be done before
    * everything has loaded. Until then, this ensures that it appears correctly.
    */
    width: 900000000px;

    width: 100%;
}

.media-container__thumbnail {
    position: relative;
    float: left;
    cursor: pointer;
    height: 82px;
    width: 153px;
    margin-top: 20px;
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
}

.media-container__thumbnail-opacity-1 {
    opacity: 1;
}

.media-container__thumbnail.first {
    margin-left: 0px;
}

.media-container__thumbnail img {
    display: block;
    position: relative;
    z-index: 0;
    height: 106px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border: 1px solid rgb(60, 60, 60);
    -webkit-box-shadow: 0px 0px 3px 1px #000;
    -moz-box-shadow:    0px 0px 3px 1px #000;
    box-shadow:         0px 0px 3px 1px #000;
}

.media-container__thumbnail:hover img {
    /*border: 1px solid rgb(110, 110, 110);*/
}

.media-container__thumbnail.active img {
    border: 1px solid #FFFFFF;
}

.media-container__thumbnail:first-child img {
    border-left: none;
}

.media-container__thumbnail:first-child.active img {
    border-left: 1px solid #FFFFFF;
}

.media-container__thumbnail:last-child img {
    border-right: none;
}

.media-container__thumbnail:last-child.active img {
    border-right: 1px solid #FFFFFF;
}

.media-container__thumbnail:last-child:hover img {
    border-right: 1px solid rgb(110, 110, 110);
}

.media-container__thumbnail .frame {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8002;
    background-color: rgba(180, 2, 12, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: flex-end;
    padding: 7px 10px;
}

.media-container__thumbnail .frame:hover {
    opacity: 1;
}

.media-container__thumbnail .frame .thumbnail-text {
    color: #ffffff;
    font-size: 11px;
    display: block;
    max-width: 90%;
    /*    -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;*/
}

.media-container__thumbnail.active .frame {
    /*display: block;*/
}

.media-container__thumbnails {
    /*opacity: 0;*/
    /*margin-top: -136px;*/
    position: absolute;
    width: 200px;
    right: 0px;
    height: 100%;
}

.media-container--thumbnails-shown .media-container__thumbnails {
    opacity: 1;
    margin-top: 0px;
}

.videothumbnail-play-icon {
    height: 35px;
    width: 35px;
    background-image: url("images/10_img-play1.png");
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8998;
}

li.media-container__thumbnail.active {
    opacity: 1;
}

.media-container .viewport a.navigation.down,
.media-container .viewport a.navigation.up {
    background-image: url(images/thumbs-arrowdown.svg);
    bottom: 37px;
    top: initial;
    z-index: 4;
    visibility: visible;
    height: 23px;
    width: 33px;
    background-size: 15px;
}

.media-container .viewport a.navigation.down {
    /*    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);*/
}

.media-container .viewport a.navigation.up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 48px;
}

.media-container .viewport span.slideCounter {
    position: absolute;
    bottom: 40px;
    left: 90px;
    color: #ffffff;
    font-size: 10px;
}

.video-is-playing .media-container__thumbnails {
    display: none !important;
}

.video-is-playing .media-container__toggle-thumbnails {
    display: none;
}

/*
   Bootstrap extra small xs
*/
@media (max-width: 767px) {

    .item .item-description {
        left: 10px;
        bottom: 10px;
    }

    .page-film .item .item-description,
    .page-dynamic .item .item-description {
        left: 0px;
        bottom: 20px;
    }

    .media-container .viewport .prev,
    .media-container .viewport .next {
        width: 25px;
    }

    .media-container .viewport .prev {
        left: 10px;
    }

    .media-container .viewport .next {
        right: 10px;
    }

    .mobile-description.active {
        display: block;
    }

    .media-container .viewport {
        padding-bottom: 67.75%;
    }

    .media-container-film {
        margin-bottom: 0;
    }

    .media-container img.media-container-film__award {
        height: 98px !important;
        left: 4%;
        margin-left: 3px;
        right: auto;
        top: -11rem;
    }

    .page-home-live .viewport {
        padding-bottom: 48.75%;
    }

    .gradient-layer {
        display: none;
    }

    .media-container__thumbnails,
    .media-container__toggle-thumbnails {
        display: none !important;
    }

}

@media screen and (min-width: 768px) {

    .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
        background-size: 100px auto;
        bottom: 9px;
        bottom: 1.8rem;
        height: 100px;
        margin-right: 29px;
        width: 100px;
    }

    .thumbnails-open .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
        margin-right: 160px;
    }

    .media-container.thumbnails-open .viewport .navigation.next {
        right: 200px;
    }


}

@media screen and (min-width: 1024px) {

    .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
        background-size: 134px auto;
        bottom: 32px;
        bottom: 1.1rem;
        height: 134px;
        margin-right: 22px;
        width: 134px;
    }

}


/*
   Bootstrap small sm
*/
@media (min-width: 768px) and (max-width: 991px) {

    .item .item-description {
        bottom: 20px;
    }

    .page-dynamic .item .item-description {
        bottom: 12px;
        width: 75%;
    }

    .page-film .item .item-description {
        bottom: 22px;
        bottom: 2.2rem;
    }

    .item .item-description h1 {
        font-size: 32px;
    }

    .item-description-category {
        margin-bottom: 7px;
    }

    .item .item-description {
        margin-top: 7px;
    }

    .item .item-description section p {
        font-size: 13px;
    }
}

/*
   Bootstrap medium md
*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*
   Bootstrap large lg
*/
@media (min-width: 1200px) {



}

@media (min-width: 1220px) {

    .item .item-description {
        width: 1200px;
        left: 53%;
        margin-left: -600px;
    }

    .page-dynamic .item .item-description {
        left: 40px;
        width: 75%;
        margin-left: 0;
    }

    .media-container img.media-container-film__award {
        bottom: -38px;
        height: 220px !important;
        width: auto;
        left: 5px;
    }

    .page-film .item .item-description {
        bottom: 46px;
        left: 50%;
        padding-left: 0;
    }

    .page-film .item .item-description.has-award {
        padding-left: 81px;
    }

    .page-film .media-container .item .item-description > h1 {
        font-size: 4.2rem;
        line-height: 5rem;
    }

    .thumbnails-open .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
        margin-right: 149px;
    }
}
