div.find-screenings-trailers {
    width: 100%;
    background: url(../img/bgs/blue-orbs.jpg);
    background-position: center center;
    background-size: 100% auto;
}

.ddlTrailers {
    border: 1px solid #fff;
    background-color: transparent;
    color:white;
}

select.form-control option {
  background-color: #444444;
}

.showMoreLessLink {
    cursor:pointer;
    text-decoration: underline;
}

.section-title {
    font-weight: 500;
	font-size: 21px;
    color: white;
    margin-bottom: 10px;
}

.view-more {
    font-weight:400;
	font-size: 16px;
    color: white;
    transition: 400ms all;
}

.view-more:hover {
    color: #BBB;
    text-decoration: none;
}

input.transparent-input{
   background-color:rgba(0,0,0,0) !important;
   border:1px solid #FFFFFF !important;
   color: white;
}

.sliderTitle {
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000000;
    font-weight: bold;
    letter-spacing: 1px;
}

.sliderTitleTwo {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000000;
    font-weight: bold;
    letter-spacing: 1px;
}

.sliderTitleMobile {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.sliderTitleMobileTwo {
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.videoTypeLabel {
    top: 10px;
    position: absolute;
}

.thumbPlayButton {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
}

.overlayVideo {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,0,0,0.4);
}

.thumbTitle {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

.black_bg {
    width: 100%;
    background: url(../img/trailers/img-backgroud.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.black_bg_seo {
    width: 100%;
    background: url(../img/trailers/gofobo-trailers-seo-header.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.movieTitle {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

.videoTitle {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
}

.descTitleBig {
    font-size: 18px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.descTitle {
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.descText {
    color: white;
    font-size: 12px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.play-button:hover {
    cursor: pointer;
}

.play-buttonMobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.play-buttonMobile:hover {
    cursor: pointer;
}

.showBanner {
    position:relative;
    display:inline-block;
    width: 100%;
}

.showBannerOverlay {
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}

.showBanner:hover .showBannerOverlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* overlay image */

.pdf-thumb-box
{
display:inline-block !important;
position:relative !important;
overflow: hidden;
    width: 100%;

}
.pdf-thumb-box-overlay {

  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.5s,opacity 0.5s linear;

}
.pdf-thumb-box a{

    color:transparent;
}
.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
    text-align:center;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.20);
    color: #fff;
    width:100%;
    height:100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}
.pdf-thumb-box-overlay span {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0
}

/* Web Font */
@font-face { font-family: 'YanoneKaffeesatz-Regular'; src: url('/assets/css/webfont/YanoneKaffeesatz-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/css/webfont/YanoneKaffeesatz-Regular.woff') format('woff'), url('/assets/css/webfont/YanoneKaffeesatz-Regular.ttf') format('truetype'), url('/assets/css/webfont/YanoneKaffeesatz-Regular.svg#YanoneKaffeesatz-Regular') format('svg'); font-weight: normal; font-style: normal; }
