#theaterModal .title-prev, #theaterModal .title-next{
    background-color: #c40001; 
    width: 100%; 
    display: inline-block; 
    padding: 0px 5px;
}
#theaterModal #loading-indicator{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}
#theaterModal .title-next{
    text-align: left;
    display: block;
}

#theaterModal .title-current{
    font-size: 30px;
    line-height: 31px;
    font-family: "PT Sans";
}
#theaterModal social{
    display: inline-block;
    width: 20%;
}
#theaterModal a * {
    cursor: pointer;
    color: white;
    line-height: 17px;
    float: left;
}
#theaterModal a:hover * {
    color: #ddd;
}
#theaterModal .prev-button a:hover .glyph_button, #theaterModal .next-button a:hover .glyph_button {
    color: black;
}
#theaterModal .modal-header {
    padding: 15px 5px;
    width: 100%;
}
#theaterModal .modal-body {
    padding:0px;
    height: 75%;
    width: 100%;
    margin: 0px;
}
#theaterModal .modal-header .close{
    color: white;
    text-shadow: none;
    opacity: 0.5;
}
#theaterModal .modal-header .close:hover{
    color: white;
    text-shadow: none;
    cursor: pointer;
    opacity: 1;
}
#theaterModal .modal-header .theater_close{
    font-size: 50%; 
    padding: 5px; 
    vertical-align: middle;
}
#theaterModal .modal-header .theater_close_span{
    background-color: #c40001; 
    padding: 5px;
}

#theaterModal .modal-footer a{
    color: #dddddd;
}
#theaterModal .modal-footer a:hover{
    color: white;
}
#theaterModal .modal-body .previous_navigation, 
#theaterModal .modal-body .next_navigation {
    margin: 0px 0px 20px 0px;
}
#theaterModal #prev-thumb{
    float: right;
    width: 95%;
    height: 105px;
    background-size: contain !important;
    background-color: #000 !important;
}
#theaterModal .previous{
    position: relative;
    height: 100%;
    display: inline-block;
}
#theaterModal .prev-button{
    position: absolute;
    vertical-align: middle;
    overflow: hidden;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
}
#theaterModal .next-button{
    position: absolute;
    vertical-align: middle;
    overflow: hidden;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
#theaterModal .previous .prev-pic, #theaterModal .previous .prev-gradient,  
#theaterModal .next .next-pic, #theaterModal .next .next-gradient, #theaterModal .next-button-bootstro{
    position: absolute;
    vertical-align: middle;
    overflow: hidden;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#theaterModal .prev-button{
    width: 36px;
    text-align: right;
}

#theaterModal .prev-button div, #theaterModal .next-button div{
    background-color: #262729;
    display: inline-block;
    padding: 0px;
    height: 100%;
    width: 36px;
}
#theaterModal .prev-button a, #theaterModal .next-button a{
    text-align: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 50px;
    width: 40px
}
#theaterModal .prev-button a{
    right: 0px;
    padding: 8px 9px;

}
#theaterModal .next-button a{
    left: 0px;
    padding: 8px 9px;
}
#theaterModal .next-button{
    width: 36px;
    text-align: left;
}
/*#theaterModal .prev-button a:hover, #theaterModal .next .next-button a:hover{
    background-color: white;
    color: #080808;
}*/

#theaterModal .prev-holder, #theaterModal .next-holder{
    z-index: 5;
}

#theaterModal .previous .prev-gradient{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjcyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI3MjkiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(38,39,41,1) 15%, rgba(38,39,41,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(38,39,41,1)), color-stop(100%,rgba(38,39,41,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(38,39,41,1) 15%,rgba(38,39,41,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(38,39,41,1) 15%,rgba(38,39,41,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(38,39,41,1) 15%,rgba(38,39,41,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(38,39,41,1) 15%,rgba(38,39,41,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262729', endColorstr='#00262729',GradientType=1 ); /* IE6-8 */
}

#theaterModal .next .next-gradient{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI3MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(38,39,41,1) 85%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(38,39,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(38,39,41,1) 85%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(38,39,41,1) 85%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(38,39,41,1) 85%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(38,39,41,1) 85%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#262729',GradientType=1 ); /* IE6-8 */
}

#theaterModal .modal-header{
    border-bottom: none;
}
#theaterModal .modal-footer{
    border-top: none;
    margin-top: 15px;
}
#theaterplayer_wrapper {
    position: relative;
    padding-top: 20px;
    height: 100%;
}
#theaterplayer_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.discovery-post{
    color: black;
}
#theater_social_media{
    text-align: right;
}

#theaterModal .modal-body a.close{
    color: #fff !important;
    font-size: 17px;
    font-weight: normal;
    float: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#theaterModal #mediaplayer_wrapper,#theaterModal #mediaplayer{
    height: 100%;
    position: relative;
}
#theaterModal #mediaplayer .theater-image{
    width: auto;
    max-height: 100%;
    min-height: 87%;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    right: 0px;
}
#theaterModal .current{
    /*height: 100%;*/
}
#theaterModal .current .outbrain_theater_holder{
    text-align: center;
    margin: 50px 0px 0px 0px;
}
#theaterModal .current .outbrain_theater{
     background: transparent;
     max-width: 800px;
     min-height: 300px;
     width: 100%;
}
#theaterModal .next{
    height: 100%;
    position: relative;
    display: inline-block;
}
#theaterModal .outbrain_theater{
    overflow: none;
    border: none;
}

#theaterModal #theater_main_content{
    padding-left: 0; 
    padding-right: 0; 
    text-align: left;
}
#theaterModal #theater_main_content .description{
    font-size: 18px;
    line-height:19px;
}

#theaterModal #theater_title_date .date{
    font-size:12px; 
    line-height:13px;
    margin-top: 5px;
}
#theaterModal #theater_back_to_gallery{
    text-align: center;
    margin: 10px 0px 20px;
}
#theaterModal #prev-url .title{
    text-align: left;
    float: right;
    display: inline-block; 
    width: 95%;
    height: 35px;
    overflow: hidden;
}
#theaterModal #next-url #next-thumb{
    width: 95%;
    height: 105px;
    background-size: contain !important;
    background-color: #000 !important;
}
#theaterModal #next-url .title{
    text-align: left; 
    float: left; 
    display: inline-block;
    width: 95%;
    height: 35px;
    overflow: hidden;
}
#theaterModal #theater_main_content .leaderboard{
    margin-bottom: 20px;
}
#theaterModal #theater_main_content #theater_mobile_buttons #theater_mobile_button_next .theater_mobile_button{
    float: right;
}
#theaterModal #theater_main_content #theater_mobile_buttons .theater_mobile_button{
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 100px;
    font-size: 20px;
}
#theaterModal #theater_main_content #theater_mobile_buttons .theater_mobile_button a{
    color: #fff;
}
#theaterModal #modal-footer_extra_theater_comments{
    text-align: center;
    background: transparent;
}
#theaterModal #theater_comments{
    max-width: 800px;
    margin: auto;
    background: #fff;
    height: auto;
}
#theaterModal .tower_ad{
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
}
@media (max-width: 767px){
    div#theaterModal{
        position: fixed;
        width: 100%;
        z-index: 5;
        padding-bottom: 50px;
    }
    #theater_social_media{
        text-align: center;
    }
    .modal-backdrop.fade.in{
        z-index: 5;
    }
    #theaterModal #theater_title_date{
        padding: 0px;
    }
    #theaterModal .title-current{
        font-size: 26px;
        margin: 20px 0px 0px;
        font-weight: bold;
    }
    #theaterModal .description{
        font-size: 15px !important;
    }
    #theaterModal #theater_comments{
        clear: both;
        padding: 12px 0px 0px 0px;
    }

    #theaterModal .modal-header{
        padding: 15px 0px 0px 0px;
    }
    #theaterModal #mediaplayer .theater-image{
        width: 100%;
        max-width: 100%;
        height: auto;
        position: relative;
        max-height: initial;
        min-height: initial;
    }
    #theaterModal .current{
        height: auto;
    }
    #theaterModal .modal-body{
        height: auto;
        margin-top: 50px;
    }
    #theaterModal #mediaplayer_wrapper, #theaterModal #mediaplayer{
        height: auto !important;
        text-align: center;
    }
    #theaterModal iframe#mediaplayer{
        width: 100%;
        height: 375px !important;
    }
    #theaterModal #theater_main_content .row{
        margin: 0px;
    }
    
    #theaterModal #theater_main_content .col-md-12.no_pad{
        margin: 0px 15px;
    }
    #theaterModal .current .outbrain_theater{
        height: 450px;
    }
}
@media (max-width: 480px){

    #theaterModal iframe#mediaplayer{
        height: 240px !important;
    }
}
@media (max-width: 991px) and (min-width: 768px){

    #theater_social_media{
        text-align: center;
    }

    #theaterModal .modal_next{
        float: right;
    }

    div#theaterModal{
        position: fixed;
        width: 100%;
        z-index: 15;
    }
    .modal-backdrop.fade.in{
        z-index: 10;
    }


    #theaterModal iframe#mediaplayer{
        height: 100%;
        position: absolute;
        width: 100%;
        margin: auto;
        top: 0px;
        bottom: 0px;
    }  

}
@media (max-width: 900px){
    #theaterModal #next-url .title{
        display: none;
    }
    #theaterModal #next-url #next-thumb{
        height: 55px;
    }
    #theaterModal #prev-url .title{
        display: none;
    }
    #theaterModal #prev-thumb{
        height: 55px;
    }
    
    
}
@media (max-width: 1199px){

    div#theaterModal{
        position: fixed;
        width: 100%;
        z-index: 15;
    }
    .modal-backdrop.fade.in{
        z-index: 10;
    }
}

#theaterModal .OUTBRAIN{
    background-color: rgb(38, 39, 41);
}

#theaterModal #embed_button{
    border: 1px solid #fff;
    width: 150px;
    padding: 4px 0px;
    margin: 10px 0px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}