/*			EDITED by Erik Wirtz 2/26/15 @ 9:30pm			*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700,400);

/* helpers */
.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}
*.cf{zoom:1;}
.row{display:block;overflow:hidden;}
.col{display:block;float:left;}
.colR{display:block;float:right;}


body {
    background: url("img/bg.png") repeat scroll 0 0 #313131;
    font-family: "Open Sans",sans-serif;
    padding-bottom: 60px;
    padding-top: 30px;
    text-rendering: optimizeLegibility;
    letter-spacing: .5px;
}
input, button, select, textarea {
    font-family: "Open Sans",sans-serif;
}
.navbar .social-widgets {
    margin: 0 auto;
    padding-top: 4px;
    width: 170px;
}
.navbar .social-widgets #___plusone_0 {
    margin-right: 10px !important;
    overflow: hidden;
    width: 32px !important;
}
.navbar .social-widgets .twitter-share-button {
    width: 60px !important;
}
.navbar-inverse .navbar-inner {
    background-color: #1B1B1B;
    background-image: linear-gradient(to bottom, #2d2d2d, #1d1d1d);
    background-repeat: repeat-x;
    border-color: #252525;
    opacity: 0.9;
}

.navbar-inverse .divider-vertical {
    border-left-color: #5d5d5d;
    border-right: 0 none;
    height: 20px;
    margin-top: 5px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: rgba(204,204,204,.5);
    text-shadow: none;
}
.navbar-inverse .nav > li > a:hover {
    color: #f4f4f4;
}
.navbar-inner {
    filter: none;
    min-height: 30px;
    margin: 0 auto;
}
.navbar .nav > li > a {
    font-size: 12px;
    font-weight: 500;
    height: 25px;
    padding: 5px 15px 0;
    text-shadow: none;
}
.navbar .nav-loggedin {
    display: none;
}
.badge {
    border-radius: 10px;
    padding: 1px 8px 2px;
}
.main-content {
    background-color: #262626;
    border-radius: 6px;
    box-shadow: 0 .5px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 7px rgba(0, 0, 0, 0.3);
    margin: 0 10px;
    min-width: 940px;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}
.goodies {
    position: relative;
    z-index: 2;
}
.goodies, .goodies .navbar-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0;
    width: 940px;
}
.goodies .nav {
    margin-top: 5px;
}
.goodies .navbar-text {
    background-image: url("img/goodies.png");
    background-position: 0 -20px;
    background-repeat: no-repeat;
    display: block;
    height: 137px;
    margin-top: 15px;
    text-indent: -100000px;
    width: 100px;
}
.goodies a {
    position: relative;
}
.goodies .nav > li > a > .img {
    background-image: url("img/goodies.png");
    background-position: -100px 0;
    border: medium none;
    display: block;
    height: 73px;
    text-shadow: none;
    width: 60px;
}
.goodies .nav > li > a > em {
    color: #f7f7f7;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.goodies .nav > li > a > small {
    color: #777777;
    display: block;
    font-size: 12px;
    font-style: italic;
}
.goodies .nav > li > a.ios > .img {
    background-position: -100px 0;
}
.goodies .nav > li > a.android .img {
    background-position: -160px 0;
}
.goodies .nav > li > a.wphone .img {
    background-position: -280px 0;
}
.goodies .nav > li > a.chrome .img {
    background-position: -220px 0;
}
.goodies .nav > li > a.api .img {
    background-position: -340px 0;
}
.goodies .nav > li > a.tools .img {
    background-position: -408px 0;
    width: 77px;
}
.goodies .nav > li > a.pop_search .img {
    background-position: -480px 0;
    width: 100px;
}
.hero-unit {
    background: url("img/logo-bg.png") no-repeat scroll 50% 0 transparent;
    padding: 0;
}
.hero-unit h1 {
    background: url("img/logo.png") no-repeat scroll 50% 50% transparent;
    height: 150px;
    margin-top: 0;
    text-indent: -10000px;
    width: 100%;
}
.search-box {
    margin: 14px auto 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 700px;
    z-index: 9;
}
.search-box .search-type {
    display: none;
    margin: -30px auto 0;
    width: 300px;
}
.search-box .search-type button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #969696;
    font-weight: 400;
    line-height: 20px;
    padding: 13px;
    text-shadow: none;
}
.search-box .search-type button:hover, .search-box .search-type.tv button.tv, .search-box .search-type.movie button.movie {
    background-color: #1d1d1d;
    border-radius: 3px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    font-style: normal;
    font-weight: 600;
}
.search-box .search-type button.movie {
    background-image: url("img/search-type-movie.png");
    background-position: 15px 13px;
    background-repeat: no-repeat;
    padding-left: 55px;
}
.search-box .search-type button.tv {
    background-image: url("img/search-type-tv.png");
    background-position: 15px 13px;
    background-repeat: no-repeat;
    padding-left: 55px;
    margin-left: 10px;
}
.search-box form {
    margin: 0;
    padding: 0;
}
.search-box .search {
    display: inline-block;
    margin: 0;
}
.search-box .search .search-field {
    height: 60px;
    line-height: 45px;
    padding: 0px 25px;
    width: 650px;
}
.search-box .search button {
    background: url("img/search-icon.png") no-repeat scroll 0px 0px transparent;
    border: medium none;
    box-shadow: none;
    height: 50px;
    left: 630px;
    position: relative;
    text-indent: -10000px;
    top: -70px;
    width: 60px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 20px;
    color: rgba(87, 87, 87, 1);
    border-radius: 3px;
}

.hero-unit .oh-snap {
    background: url("img/oh-snap-tv.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    left: 54px;
    margin: 0 auto;
    position: relative;
    text-indent: -10000px;
    top: -107px;
    width: 418px;
    z-index: 10;
}
.main-ad {
    text-align: center;
}
.ad {
    background-color: #363636;
    border: 3px solid #363636 !important;
    color: #646464;
    font-family: "Open Sans";
    font-size: 11px;
    margin: 0 auto;
    text-align: center;
}
.ad728x90 {
    height: 107px;
    width: 728px;
}
.ad300x250 {
    height: 267px;
    width: 300px;
}
.ad300x600 {
    height: 617px;
    width: 300px;
}
.ad-bottom {
    margin-top: 20px;
}
.most-popular-container {
    margin-top: 30px;
}
.movie-half-ad {
    float: right;
    margin-right: 50px;
}
.most-popular-container .most-popular-tabs {
    margin: 0 auto;
}
.most-popular-container .most-popular-tabs .nav-tabs {
    border: 0 none;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
.most-popular-container .most-popular-tabs .header {
    color: rgba(224,224,224,0.70);
    font-size: 12px;
    font-weight: unset;
    line-height: 50px;
    margin-left: 10px;
}
.most-popular-tabs .nav-tabs li a {
    color: rgba(204,204,204,.5);
    font-weight: unset;
    height: 55px;
    line-height: 37px;
    padding-left: 6px;
    padding-top: 10px;
}
.most-popular-tabs .nav-tabs li:first-of-type a {
    margin-left: 15px;
}
.most-popular-tabs .nav-tabs li.active a, .most-popular-tabs .nav-tabs li a:hover {
    color: rgba(224,224,224,0.70);
}
.most-popular-tabs .nav-tabs > .active > a, .most-popular-tabs .nav-tabs > li > a:hover, .most-popular-tabs .nav-tabs > .active > a:hover {
    background: linear-gradient(to bottom, rgba(72, 72, 72, 1) 0%, rgba(51, 51, 51, 1) 74%, rgba(51, 51, 51, 0.5) 87%, rgba(51, 51, 51, 0) 100%) repeat scroll 0 0 transparent;
    border-bottom: 0 none;
    border-color: transparent transparent -moz-use-text-color;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 2px 1px rgba(10, 10, 10, 0.1);
    font-weight: 600;
}
.most-popular-tabs .nav-tabs > li > a > b {
    background-image: url("img/types-icons.png");
    background-repeat: no-repeat;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 28px;
    padding-left: 50px;
}
.most-popular-tabs .nav-tabs > .streaming > a > b {
    background-position: -6px -7px ;
}
.most-popular-tabs .nav-tabs > .rental > a > b {
    background-position: 0 -66px;
}
.most-popular-tabs .nav-tabs > .purchase > a > b {
    background-position: 0 -124px;
    padding-left: 45px;
}
.most-popular-tabs .nav-tabs > .disc > a > b {
    background-position: 0 -184px;
    padding-left: 45px;
}
.most-popular-tabs .nav-tabs > .xfinity > a > b {
    background-position: 0 -239px;
    padding-left: 45px;
}
.most-popular-container .tab-content-for-type {
    background-color: rgba(51,51,51,1);
    clear: both;
    min-height: 500px;
    padding-top: 60px;
    position: relative;
    top: -30px;
    z-index: 4;
}

.tab-content {
 padding-bottom: 0px;
}

.nav-tabs > li {
    margin-bottom: 4px;
}

.tab-content-for-type .header {
    background-color: rgba(51,51,51,1);
    left: 0;
    line-height: 67px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.tab-content-for-type .header a {
    color: rgba(204,204,204,0.4);
    font-style: italic;
    font-weight: 400;
    margin-right: 50px;
    padding: 10px 15px;
}
.tab-content-for-type .header a:hover {
    background-color: rgba(72,72,72,0.5);
    border-radius: 10px;
    text-decoration: none;
}
.tab-content-for-type .most-popular-services-tabs {
    float: left;
    padding-left: 20px;
}
.tab-content-for-type .most-popular-services-tabs .filter {
    background: url("img/arrow-down.png") no-repeat scroll center bottom transparent;
    color: rgba(204,204,204,0.4);
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 145px;
}
.most-popular-services-tabs .nav-tabs {
    border: medium none;
}
.most-popular-services-tabs .nav-tabs > li {
    display: block;
    float: none;
}
.most-popular-services-tabs .nav-tabs > li > a {
    background: url("img/big-logos-off.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 80px;
    margin: 0;
    padding: 0;
    text-indent: -10000px;
    width: 140px;
}
.most-popular-services-tabs .nav-tabs > .active a, .most-popular-services-tabs .nav-tabs > li a:hover, .most-popular-services-tabs .nav-tabs > .active a:hover {
    background-color: transparent;
    background-image: url("img/big-logos-for-list.png");
    border: medium none;
}
.big-logo .netflix_instant > a {
    background-position: 0 0 !important;
}
.big-logo .amazon_prime_instant_video > a {
    background-position: 0 -160px !important;
}
.big-logo .hulu_movies a {
    background-position: 0 -240px !important;
}
.big-logo .crackle a {
    background-position: 0 -880px !important;
}
.big-logo .youtube_free a {
    background-position: 0 -320px !important;
}
.big-logo .epix a {
    background-position: 0 -480px !important;
}
.big-logo .streampix a {
    background-position: -280px -400px !important;
}
.big-logo .snagfilms a {
    background-position: 0 -1440px !important;
}
.big-logo .redboxinstant_subscription a {
    background-position: -140px -720px !important;
}
.big-logo .hitbliss_streaming a {
    background-position: 0 -800px !important;
}
.big-logo .fandor_streaming a {
    background-position: 0 -2400px !important;
}
.big-logo .amazon_video_rental a {
    background-position: 0 -160px !important;
}
.big-logo .apple_itunes_rental a {
    background-position: 0 -80px !important;
}
.big-logo .vudu_rental a {
    background-position: 0 -960px !important;
}
.big-logo .youtube_rental a {
    background-position: 0 -320px !important;
}
.big-logo .blockbuster_rental a {
    background-position: 0 -560px !important;
}
.big-logo .android_rental a {
    background-position: 0  -640px !important;
}
.big-logo .vimeo_vod_rental a, .big-logo .vimeo_vod_purchase a {
    background-position: 0 -2480px !important;
}
.big-logo .hitbliss_rental a {
    background-position: 0 -800px !important;
}
.big-logo .sony_rental a {
    background-position: 0 -1520px !important;
}
.big-logo .redboxinstant_rental a {
    background-position: -140px -720px !important;
}
.big-logo .targetticket_rental a {
    background-position: 0 -2320px !important;
}
.big-logo .amazon_video_purchase a {
    background-position: 0 -160px !important;
}
.big-logo .apple_itunes_purchase a {
    background-position: 0 -80px !important;
}
.big-logo .vudu_purchase a {
    background-position: 0 -960px !important;
}
.big-logo .blockbuster_purchase a {
    background-position: 0 -560px !important;
}
.big-logo .android_purchase a {
    background-position: 0  -640px !important;
}
.big-logo .xbox_purchase a {
    background-position: 0 -1600px !important;
}
.big-logo .sony_purchase a {
    background-position: 0 -1520px !important;
}
.big-logo .redboxinstant_purchase a {
    background-position: -140px -720px !important;
}
.big-logo .targetticket_purchase a {
    background-position: 0 -2320px !important;
}
.big-logo .amazon_dvd a {
    background-position: -280px -160px !important;
}
.big-logo .amazon_bluray a {
    background-position: -140px -160px !important;
}
.big-logo .netflix_dvd a {
    background-position: 0 0 !important;
}
.big-logo .redbox a {
    background-position: 0  -720px !important;
}
.big-logo .hbo a {
    background-position: 0 -1040px !important;
}
.big-logo .showtime a {
    background-position: 0 -1120px !important;
}
.big-logo .cinemax a {
    background-position: 0 -1360px !important;
}
.big-logo .starz a {
    background-position: 0 -1200px !important;
}
.big-logo .encore a {
    background-position: 0 -1280px !important;
}
.big-logo .xfinity_free a {
    background-position: 0 -400px !important;
}

.tab-content-for-service {
    padding-bottom: 20px;
    padding-left: 10px;
}
.tab-content-for-service .thumbnails > li {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 28px;
    margin-top: 20px;
    max-width: 180px;
}

.thumbnails > li:nth-child(3n) {
    margin-right: 0;
}
.thumbnails > li:last-of-type {
    margin-right: 0;
}

.thumbnail {
    display: block;
    padding: 4px !important;
    line-height: 20px;
    border: 0px solid #DDD;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    transition: all 0.1s ease-in-out 0s;
}
.thumbnail.winner { position:relative;}
.thumbnail.winner a:after {content:url(/img/oscar_winner.png);width:160px;height:237px;position:absolute;left:4px;top:4px;}
.thumbnail.winner a:hover:after {border: 0; background-color: rgba(38,38,38, .3) }

.thumbnail a {
    display: block;
    padding: 0px;
    height: 237px;
    width: 160px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center center;
    line-height: 20px;
    border: 0 solid #DDD;
    border-radius: 0px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .25s ease-out;  
}

.thumbnail a:hover{
    opacity: 1;
    -moz-box-shadow: inset 0 0px 0px 6px #555;
    -webkit-box-shadow: inset 0 0px 0px 6px #555;
    box-shadow: inset 0 0px 0px 6px #555;
}

.row-fluid .thumbnails {
    margin-left: 13px;
}

.how-it-works {
    color: rgba(151,151,151,0.7);
    margin-top: 30px;
}
.how-it-works header {
    background: url("img/how-it-works-header.png") no-repeat scroll center top transparent;
    padding-top: 50px;
}
.how-it-works header h2 {
    background: url("img/header-lines.png") repeat-x scroll center center transparent;
    margin: 0;
    text-align: center;
}
.how-it-works header h2 span {
    background: url("img/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(224,224,224,1.0);
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 10px;
    width: 400px;
}
.how-it-works > p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 24px;
}
.how-it-works-tabs {
    box-shadow: 0 13px 10px -16px black;
    line-height: 45px;
    margin-bottom: 30px;
}
.how-it-works-tabs .header {
    color: rgba(224,224,224,1.0);
    font-size: 18px;
}
.how-it-works-tabs .header strong {
    font-weight: 600;
}
.how-it-works-tabs .nav-tabs {
    border: 0 none;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
.how-it-works-tabs .nav-tabs li a {
    background-color: rgba(51,51,51,1.0);
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25) inset;
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 30px;
    margin-top: 5px;
    padding: 0 30px;
}
.how-it-works-tabs .nav-tabs li:first-of-type a {
    margin-left: 30px;
}
.how-it-works-tabs .nav-tabs li.active a, .how-it-works-tabs .nav-tabs li a:hover {
    color: rgba(224,224,224,1.0);
    font-weight: 600;
}
.how-it-works-tabs .nav-tabs > .active > a, .how-it-works-tabs .nav-tabs > li > a:hover, .how-it-works-tabs .nav-tabs > .active > a:hover {
    background-color: rgba(30,30,30,1.0);
    border: medium none;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    height: 40px;
    margin-top: 0;
    padding-top: 5px;
}
.how-it-works .movie-service {
    border-bottom: 1px solid #4D4D4D;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.how-it-works .movie-service:last-of-type {
    border-bottom: medium none;
}
.how-it-works .movie-service .header {
    min-height: 200px;
    width: 25%;
}
.how-it-works .movie-service .header .icon {
    background: url("img/types-icons-big.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    width: 60px;
}
.how-it-works .streaming .header .icon {
    background-position: 0 0;
}
.how-it-works .rental .header .icon {
    background-position: 0 -50px;
}
.how-it-works .purchase .header .icon {
    background-position: 0 -100px;
}
.how-it-works .dvd .header .icon {
    background-position: 0 -150px;
}
.how-it-works .xfinity .header .icon {
    background-position: 0 -200px;
}
.how-it-works .movie-service .header h3 {
    color: rgba(204, 204, 204, 1.0);
    font-language-override: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.how-it-works .movie-service .header p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}
.how-it-works .movie-service ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 75%;
}
.how-it-works .movie-service li {
    display: block;
    float: left;
}
.how-it-works .movie-service .big-logo a {
    background: url("img/big-logos-for-list.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: left;
    height: 75px;
    margin: 30px;
    padding: 0;
    text-indent: -10000px;
    width: 135px;
}
.how-it-works .big-logo .netflix_instant > a, .how-it-works .big-logo .netflix_instant_tv > a {
    background-position: 0 0 !important;
}
.how-it-works .big-logo .amazon_prime_instant_video > a, .how-it-works .big-logo .amazon_prime_instant_video_tv > a {
    background-position: 0 -160px !important;
}
.how-it-works .big-logo .hulu_movies a, .how-it-works .big-logo .hulu_tv a {
    background-position: 0 -240px !important;
}
.how-it-works .big-logo .crackle a, .how-it-works .big-logo .crackle_tv a {
    background-position: 0 -880px !important;
}
.how-it-works .big-logo .hitbliss_rental a, .how-it-works .big-logo .hitbliss_streaming a, .how-it-works .big-logo .hitbliss_streaming_tv a, .how-it-works .big-logo .hitbliss_purchase_tv a {
    background-position: 0 -800px !important;
}
.how-it-works .big-logo .snagfilms a {
    background-position: 0 -1440px !important;
}
.how-it-works .big-logo .xbox_purchase a {
    background-position: 0 -1600px !important;
}
.how-it-works .big-logo .sony_rental a, .how-it-works .big-logo .sony_purchase a {
    background-position: 0 -1520px !important;
}
.how-it-works .big-logo .youtube_free a, .how-it-works .big-logo .youtube_free_tv a, .how-it-works .big-logo .youtube_tv a {
    background-position: 0 -320px !important;
}
.how-it-works .big-logo .epix a {
    background-position: 0 -480px !important;
}
.how-it-works .big-logo .streampix a, .how-it-works .big-logo .streampix_tv a {
    background-position: -280px -400px !important;
}
.how-it-works .big-logo .fandor_streaming a {
    background-position: 0 -2400px !important;
}
.how-it-works .big-logo .amazon_video_rental a {
    background-position: 0 -160px !important;
}
.how-it-works .big-logo .apple_itunes_rental a {
    background-position: 0 -80px !important;
}
.how-it-works .big-logo .vudu_rental a {
    background-position: 0 -960px  !important;
}
.how-it-works .big-logo .youtube_rental a {
    background-position: 0 -320px !important;
}
.how-it-works .big-logo .blockbuster_rental a {
    background-position: 0 -560px !important;
}
.how-it-works .big-logo .android_rental a {
    background-position: 0  -640px !important;
}
.how-it-works .big-logo .vimeo_vod_rental a, .how-it-works .big-logo .vimeo_vod_purchase a {
    background-position: 0  -2480px !important;
}
.how-it-works .big-logo .targetticket_rental a {
    background-position: 0 -2320px !important;
}
.how-it-works .big-logo .targetticket_purchase a {
    background-position: 0 -2320px !important;
}
.how-it-works .big-logo .amazon_video_purchase a, .how-it-works .big-logo .amazon_video_purchase_tv a {
    background-position: 0 -160px !important;
}
.how-it-works .big-logo .apple_itunes_purchase a, .how-it-works .big-logo .apple_itunes_purchase_tv a {
    background-position: 0 -80px !important;
}
.how-it-works .big-logo .vudu_purchase a, .how-it-works .big-logo .vudu_purchase_tv a {
    background-position: 0 -960px !important;
}
.how-it-works .big-logo .blockbuster_purchase a {
    background-position: 0 -560px !important;
}
.how-it-works .big-logo .android_purchase a, .how-it-works .big-logo .android_purchase_tv a {
    background-position: 0 -640px !important;
}
.how-it-works .big-logo .amazon_dvd a {
    background-position: -280px -160px !important;
}
.how-it-works .big-logo .amazon_bluray a {
    background-position: -140px -160px !important;
}
.how-it-works .big-logo .netflix_dvd a {
    background-position: 0 0 !important;
}
.how-it-works .big-logo .redbox a {
    background-position: 0  -720px !important;
}
.how-it-works .big-logo .redboxinstant_subscription a {
    background-position: -140px -720px !important;
}
.how-it-works .big-logo .redboxinstant_rental a {
    background-position: -140px -720px !important;
}
.how-it-works .big-logo .redboxinstant_purchase a {
    background-position: -140px -720px !important;
}
.how-it-works .big-logo .hbo a, .how-it-works .big-logo .hbo_tv a {
    background-position: 0 -1040px !important;
}
.how-it-works .big-logo .showtime a, .how-it-works .big-logo .showtime_tv a {
    background-position: 0 -1120px !important;
}
.how-it-works .big-logo .cinemax a, .how-it-works .big-logo .cinemax_tv a {
    background-position: 0 -1360px !important;
}
.how-it-works .big-logo .starz a, .how-it-works .big-logo .starz_tv a {
    background-position: 0 -1200px !important;
}
.how-it-works .big-logo .encore a, .how-it-works .big-logo .encore_tv a {
    background-position: 0 -1280px !important;
}
.how-it-works .big-logo .xfinity_free a, .how-it-works .big-logo .xfinity_free_tv a {
    background-position: -140px -400px !important;
}
.how-it-works .big-logo li:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
footer {
    margin-top: 20px;
    text-align: center;
}
footer .comments {
    color: rgba(124,124,124,1);
    font-size: 16px;
    margin: 0px auto 40px;
    width: 400px;
}
footer .comments a {
    color: rgba(138, 190,167,1);
}
footer .up-logo {
    background: url("img/upco-logo.png") no-repeat scroll center bottom transparent;
    color: rgba(124,124,124,1);
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 30px;
    padding-bottom: 100px;
    text-decoration: none;
    width: 400px;
}
footer .newsletter {
    margin: 0px auto 30px;
    width: 400px;
}
footer .newsletter legend {
    border: 0 none;
    color: rgba(138, 190, 167,1);
    font-size: 16px;
    margin-bottom: 10px;
}
footer .newsletter .email-container {
    background: none repeat scroll 0px 0px #3E4E50;
    border: 0px solid #383F41;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}
footer .newsletter .email-container input {
    margin: 0;
}
footer .newsletter .submit {
    background: url("img/mail-icon.png") no-repeat scroll center center ;
    border: 0 solid #383f41;
    border-radius: 10px;
    display: inline-block;
    height: 60px;
    text-indent: -10000px;
    width: 70px;
}
footer .other-pages {
    color: rgba(151,151,151,0.5);
    font-size: 12px;
    margin-top: 10px;
}
footer .other-pages a {
    color: rgba(151, 151,151,1);
}
.login-dialog {
    background-color: rgba(72, 72, 72, 1.0);
    border-radius: 5px;
    padding: 24px;
}
.login-dialog .form {
    margin: 0;
}
.login-dialog input {
    border-radius: 0;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 15px;
    border: none;
    padding: 14px;
}
.login-dialog .login {
    background-color: rgba(131, 179, 107, 1);
    border: medium none;
    color: #eaf0e6;
    line-height: 18px;
    width: 100%;
    text-transform: uppercase;
}
.login-dialog .forgot-password-link {
    color: rgba(204, 204, 204, 0.5);
    font-size: 12px;
    line-height: 50px;
    text-align: center;
}
.login-dialog .signup {
    text-align: center;
}
.login-dialog .signup h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.login-dialog .signup a {
    color: rgba(131,179,107,1);
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
.login-dialog .services {
    text-align: center;
}
.login-dialog .services h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    margin: 0 0 10px 0;
}
.search-results {
    margin-top: 30px;
}
.search-results .header {
    background-color: #333;
    border-radius: 0px;
    box-shadow: 0px 7px 7px -14px #000 inset;
    padding: 20px 30px 20px 20px;
    position: relative;
}
.search-results .header h3 {
    color: #eaf0e6;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    max-width: 87%;
}

.search-results .search-list {
    background: none repeat scroll 0px 0px #333;
    padding: 30px 0px 30px 30px;
}
.search-results .search-list [class*="span"] {
    margin-left: 0;
}
.search-results .search-list .row {
    box-shadow: 0 18px 42px -27px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    margin-left: 0;
    padding-bottom: 20px;
}
.search-results .search-list .image {
    text-align: center;
}
.search-results .search-list .image img {
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.25);
    height: auto;
    width: 85%;
}
.search-results .search-list .image.winner { position:relative;}

.search-results .search-list .image.winner:after { 
    top: 0;
    content: url("/img/oscar_winner_small.png");
    left: 7.5%;
    position: absolute;
}
.search-results .search-list .stars {
    background: url("img/stars-sprite.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    margin: 10px auto 0;
    width: 85px;
}
.search-results .search-list .actual-stars {
    background: url("img/stars-sprite.png") no-repeat scroll 0 -14px transparent;
    height: 16px;
    width: 52px;
}
.search-results .info .title {
    color: rgba(131, 179, 107, 1);
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    margin: 5px 18px 15px;
}
.series-results .info .title {
    display: block;
}
.search-results .info .starring {
    font-size: 14px;
    color: rgb(121, 121, 121);
    font-weight: 400;
    margin: 0	20px;
}
.search-results .info .description {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
.search-results .show-availability {
    padding-top: 60px;
    text-align: center;
}
.search-results .btn-info {
    font-size: 13px;
    font-weight: 600;
}
.btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #E6E6E6 #E6E6E6 #A2A2A2;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-info {
    background-color: rgba(131, 179, 107, 1);
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333333;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: rgba(131, 179, 107, 1);
    color: #ffffff;
}
.search-results .share {
    text-align: center;
}
.search-results .share p {
    color: #357592;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 10px;
}
.search-results .share .sprite {
    background: url("img/share-sprites.png") no-repeat scroll 0 0 transparent;
    display: block;
    text-indent: -10000px;
}
.search-results .share .imdb-link {
    height: 29px;
    margin: 0 auto 10px;
    width: 57px;
}
.search-results .share .tvdb-link {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.search-results .share .rt-link {
    background-position: 0 -30px;
    height: 38px;
    margin: 0 auto 10px;
    width: 80px;
}
.search-results .share .btn {
    margin-bottom: 5px;
    text-align: left;
    width: 80px;
}
.search-results .share .embed-link .sprite {
    background-position: 0 -125px;
    float: left;
    height: 16px;
    margin-right: 5px;
    margin-top: 4px;
    width: 25px;
}
.search-results .share .perma-link .sprite {
    background-position: 0 -104px;
    float: left;
    height: 20px;
    margin-left: 7px;
    margin-right: 5px;
    width: 20px;
}
.search-results .share .share-options {
    margin: 0 auto;
    width: 70px;
}
.search-results .share .fb-link {
    background-position: 0 -70px;
    float: left;
    height: 32px;
    margin-right: 4px;
    width: 32px;
}
.search-results .share .addthis-link {
    background-position: -36px -70px;
    float: left;
    height: 32px;
    width: 32px;
}
.search-results .avail-unavail {
    float: left;
}
.search-results .available, .search-results .unavailable {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.5) inset;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
}
.search-results .available h2, .search-results .unavailable h2 {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0px;
}
.search-results .unavailable h2 small {
    color: #0f859b;
    font-size: 14px;
}
.search-results .whats-this {
    position: absolute;
    right: 10px;
    top: 10px;
}
.search-results .list {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    min-height: 145px;
    min-width: 171px;
    overflow: hidden;
}
.search-results .list h3 {
    background-image: url("img/types-icons.png");
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 50px;
    color: rgb(121, 121, 121);
}
.search-results .streaming h3 {
    background-position: 0 -7px;
}
.search-results .rental h3 {
    background-position: 0 -66px;
}
.search-results .purchase h3 {
    background-position: 0 -125px;
    padding-left: 50px;
}
.search-results .disc h3 {
    background-position: 0 -150px;
    padding-left: 40px;
}
.search-results .dvd h3 {
    background-position: 0 -184px;
    padding-left: 48px;
}
.search-results .xfinity h3 {
    background-position: 0 -239px;
    padding-left: 48px;
}
.search-results .list ul {
    margin: 0;
}
.search-results .available .list ul li {
    color: #797979;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    list-style-type: none;
    margin-right: 15px;
    margin-bottom: 34px;
    text-align: center;
    width: 72px;
}
.search-results .unavailable .list ul li {
    list-style-type: none;
}
.big-affiliate-icons a {
    background: url("img/CISI-Icons-Master.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    width: 71px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgb(45, 45, 45);
	margin-bottom: 5px;
}
.big-affiliate-icons .not {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    width: auto;
}
.animation-holder {
    position: absolute;
    z-index: 1000;
}
.small-affiliate-icons a {
    background: url("img/CISI-Icons-Master.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 33px;
    margin-right: 5px;
    width: 35px;
    border-radius: 2px;
	box-shadow: 0px 2px 2px #2D2D2D;
}
.big-affiliate-icons .hulu_movies a, .big-affiliate-icons .hulu_tv a {
    background-position: -10px -160px;
}
.big-affiliate-icons .netflix_instant a, .big-affiliate-icons .netflix_instant_tv a {
    background-position: -253px -85px;
}
.big-affiliate-icons .netflix_dvd a {
    background-position: -334px -85px;
}
.big-affiliate-icons .amazon_prime_instant_video a, .big-affiliate-icons .amazon_video_rental a, .big-affiliate-icons .amazon_video_purchase a, .big-affiliate-icons .amazon_prime_instant_video_tv a, .big-affiliate-icons .amazon_video_purchase_tv a {
    background-position: -10px -10px;
}
.big-affiliate-icons .fandor_streaming a {
    background-position: -10px -460px;
}
.big-affiliate-icons .epix a {
    background-position: -172px -160px;
}
.big-affiliate-icons .android_rental a, .big-affiliate-icons .android_purchase a, .big-affiliate-icons .android_purchase_tv a {
    background-position: -172px -10px;
}
.big-affiliate-icons .vimeo_vod_rental a, .big-affiliate-icons .vimeo_vod_purchase a {
    background-position: -91px -460px;
}
.big-affiliate-icons .apple_itunes_rental a, .big-affiliate-icons .apple_itunes_purchase a, .big-affiliate-icons .apple_itunes_purchase_tv a {
    background-position: -91px -10px;
}
.big-affiliate-icons .amazon_dvd a {
    background-position: -91px -85px;
}
.big-affiliate-icons .amazon_bluray a {
    background-position: -172px -85px;
}

.big-affiliate-icons .vudu_rental a, .big-affiliate-icons .vudu_purchase a, .big-affiliate-icons .vudu_purchase_tv a {
    background-position: -253px -10px;
}
.big-affiliate-icons .blockbuster_rental a, .big-affiliate-icons .blockbuster_purchase a {
    background-position: -10px -83px;
}
.big-affiliate-icons .youtube_free a, .big-affiliate-icons .youtube_rental a, .big-affiliate-icons .youtube_free_tv a, .big-affiliate-icons .youtube_tv a {
    background-position: -334px -10px;
}
.big-affiliate-icons .crackle a, .big-affiliate-icons .crackle_tv a {
    background-position: -10px -310px;
}
.big-affiliate-icons .snagfilms a {
    background-position: -254px -310px;
}
.big-affiliate-icons .redbox a {
    background-position: -253px -160px;
}
.big-affiliate-icons .redboxinstant_subscription a, .big-affiliate-icons .redboxinstant_rental a, .big-affiliate-icons .redboxinstant_purchase a {
    background-position: -332px -308px;
}
.big-affiliate-icons .targetticket_rental a, .big-affiliate-icons .targetticket_purchase a, .big-affiliate-icons .targetticket_purchase_tv a {
    background-position: -331px -382px;
}
.big-affiliate-icons .xbox_purchase a {
    background-position: -91px -385px;
}
.big-affiliate-icons .hitbliss_streaming a, .big-affiliate-icons .hitbliss_rental a, .big-affiliate-icons .hitbliss_streaming_tv a, .big-affiliate-icons .hitbliss_purchase_tv a {
    background-position: -252px -382px;
}
.big-affiliate-icons .sony_rental a, .big-affiliate-icons .sony_purchase a {
    background-position: -172px -385px;
}
.big-affiliate-icons .streampix a, .big-affiliate-icons .streampix_tv a {
    background-position: -172px -235px;
}
.big-affiliate-icons .hbo a, .big-affiliate-icons .hbo_tv a {
    background-position: -334px -160px;
}
.big-affiliate-icons .showtime a, .big-affiliate-icons .showtime_tv a {
    background-position: -10px -235px;
}
.big-affiliate-icons .encore a, .big-affiliate-icons .encore_tv a {
    background-position: -91px -235px;
}
.big-affiliate-icons .starz a, .big-affiliate-icons .starz_tv a {
    background-position: -253px -235px;
}
.big-affiliate-icons .cinemax a, .big-affiliate-icons .cinemax_tv a {
    background-position: -334px -235px;
}
.big-affiliate-icons .xfinity_free a, .big-affiliate-icons .xfinity_free_tv a {
    background-position: -91px -310px;
}
.small-affiliate-icons .hulu_movies a, .small-affiliate-icons .hulu_tv a {
    background-position: -445px -96px;
}
.small-affiliate-icons .netflix_instant a, .small-affiliate-icons .netflix_instant_tv a {
    background-position: -580px -53px;
}
.small-affiliate-icons .netflix_dvd a {
    background-position: -624px -50px;
}
.small-affiliate-icons .amazon_prime_instant_video a, .small-affiliate-icons .amazon_video_rental a, .small-affiliate-icons .amazon_video_purchase a, .small-affiliate-icons .amazon_prime_instant_video_tv a, .small-affiliate-icons .amazon_video_rental_tv a, .small-affiliate-icons .amazon_video_purchase_tv a {
    background-position: -445px -10px;
}
.small-affiliate-icons .epix a {
    background-position: -535px -96px;
}
.small-affiliate-icons .android_rental a, .small-affiliate-icons .android_purchase a, .small-affiliate-icons .android_purchase_tv a {
    background-position: -533px -8px;
}
.small-affiliate-icons .vimeo_vod_rental a, .small-affiliate-icons .vimeo_vod_purchase a {
    background-position: -490px -268px;
}
.small-affiliate-icons .apple_itunes_rental a, .small-affiliate-icons .apple_itunes_purchase a, .small-affiliate-icons .apple_itunes_purchase_tv a {
    background-position: -490px -10px;
}
.small-affiliate-icons .amazon_dvd a {
    background-position: -489px -50px;
}
.small-affiliate-icons .amazon_bluray a {
    background-position: -533px -50px;
}
.small-affiliate-icons .vudu_rental a, .small-affiliate-icons .vudu_purchase a, .small-affiliate-icons .vudu_purchase_tv a {
    background-position: -580px -10px;
}
.small-affiliate-icons .blockbuster_rental a, .small-affiliate-icons .blockbuster_purchase a {
    background-position: -443px -50px;
}
.small-affiliate-icons .youtube_free a, .small-affiliate-icons .youtube_rental a, .small-affiliate-icons .youtube_free_tv a, .small-affiliate-icons .youtube_tv a {
    background-position: -625px -10px;
}
.small-affiliate-icons .crackle a, .small-affiliate-icons .crackle_tv a {
    background-position: -445px -182px;
}
.small-affiliate-icons .fandor_streaming a {
    background-position: -445px -268px;
}
.small-affiliate-icons .snagfilms a {
    background-position: -580px -182px;
}
.small-affiliate-icons .hitbliss_streaming a, .small-affiliate-icons .hitbliss_rental a, .small-affiliate-icons .hitbliss_streaming_tv a, .small-affiliate-icons .hitbliss_purchase_tv a {
    background-position: -578px -222px;
}
.small-affiliate-icons .sony_rental a, .small-affiliate-icons .sony_purchase a {
    background-position: -535px -225px;
}
.small-affiliate-icons .xbox_purchase a {
    background-position: -490px -225px;
}
.small-affiliate-icons .redbox a {
    background-position: -580px -96px;
}
.small-affiliate-icons .redboxinstant_subscription a, .small-affiliate-icons .redboxinstant_rental a, .small-affiliate-icons .redboxinstant_purchase a {
    background-position: -623px -180px;
}
.small-affiliate-icons .targetticket_rental a, .small-affiliate-icons .targetticket_purchase a, .small-affiliate-icons .targetticket_purchase_tv a {
    background-position: -624px -223px;
}
.small-affiliate-icons .streampix a, .small-affiliate-icons .streampix_tv a {
    background-position: -535px -139px;
}
.small-affiliate-icons .hbo a, .small-affiliate-icons .hbo_tv a {
    background-position: -625px -96px;
}
.small-affiliate-icons .showtime a, .small-affiliate-icons .showtime_tv a {
    background-position: -445px -139px;
}
.small-affiliate-icons .encore a, .small-affiliate-icons .encore_tv a {
    background-position: -490px -139px;
}
.small-affiliate-icons .starz a, .small-affiliate-icons .starz_tv a {
    background-position: -582px -139px;
}
.small-affiliate-icons .cinemax a, .small-affiliate-icons .cinemax_tv a {
    background-position: -625px -139px;
}
.small-affiliate-icons .xfinity_free a, .small-affiliate-icons .xfinity_free_tv a {
    background-position: -490px -182px;
}
.search-results .unavailable .list {
    min-height: 86px;
    margin-bottom: 30px;
}
.search-results .problem-with-result {
    position: absolute;
    right: 40px;
    top: 10px;
}
.search-results .search-result {
    position: relative;
}
.search-results .problem-with-result .badge {
    padding: 1px 4px 2px;
}
.modal textarea {
    width: 90%;
}
.series-info {
    color: #797979;
    margin-top: 30px;
    min-height: 235px;
    padding-left: 240px;
    position: relative;
    z-index: 100;
}
.series-info .image {
    border: 6px solid #363636;
    border-radius: 3px;
    height: 305px;
    left: 20px;
    position: absolute;
    top: 0;
    width: 210px;
}
.series-info .image img {
    box-shadow: 2px 2px 5px #111111;
    height: 100%;
    width: 100%;
}
.series-info .info {
}
.series-info .title {
    color: #f9f9f9;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
}
.series-info .info .actors {
    max-height: 3em;
    overflow: hidden;
}
.series-info .info .description {
    margin-right: -30px;
}
.series-info .info .imdb-link {
    background: url("img/share-sprites.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 29px;
    text-indent: -10000px;
    width: 57px;
}
.series-info .info .tvdb-link {
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-left: 25px;
    background-color: #333;
    padding: 1px 13px;
    border-radius: 3px;
}

.series-info .info .tvdb-link:hover {
	text-decoration: none;
	color: #83B36B;
}


.series-info .stats h3 {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.series-info .stats dt {
    float: left;
    font-weight: 600;
    width: 81px;
}
.series-info .stats dt, .series-info .stats dd {
    line-height: 26px;
}
.tv-results .header {
    padding: 5px;
}
.tv-results .header h3 {
    line-height: 37px;
    margin-left: 265px;
}
.tv-results .nav-tabs {
    border: medium none;
    margin: 10px;
}
.tv-results .nav-tabs li a {
    border: medium none;
    color: #7d7d7d;
    font-size: 22px;
    font-weight: 300;
}
.tv-results .nav-tabs > .active > a, .tv-results .nav-tabs > li > a:hover, .tv-results .nav-tabs > .active > a:hover {
    background-color: #1d1d1d;
    border: medium none;
    border-radius: 5px;
    color: #83B36B;
}
.movies-list .thumbnails > li {
    margin-left: 11px;
}
.movies-list .thumbnail img {
    height: 237px;
    width: 160px;
}
.movies-list .footer {
    color: #666;
    overflow: auto;
    padding: 10px;
}
.movies-list .footer .prevLink {
    float: left;
}
.movies-list .footer .moreLink {
    float: right;
}
.movies-list .footer {
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.article p {
    color: #777;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}
.article ul {
    color: #777;
    margin: 0 0 15px 20px;
}
.article li {
    list-style: outside none circle;
    padding: 0 15px 5px 0;
}
.article h3 {
    font-weight: bold;
    margin-bottom: 1em;
}
.article strong {
    font-weight: bold;
}
.article code {
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
}
.article .search-list {
    padding: 20px;
}
.search-result .movie-ad {
    display: block;
    padding-left: 20px;
    width: 300px;
}
.search-result .has-ad {
    width: 300px;
}
.browseby-tabs .browser-header {
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
}
.browseby-tabs .header strong {
    font-weight: 600;
}
.browseby-tabs .nav-tabs {
    border: 0 none;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
.browseby-tabs .nav-tabs li a {
    background-color: #272727;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25) inset;
    color: #636363;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin-left: 30px;
    margin-top: 5px;
    padding: 0 20px;
}
.browseby-tabs .nav-tabs li:first-of-type a {
    margin-left: 30px;
}
.browseby-tabs .nav-tabs li.active a, .browseby-tabs .nav-tabs li a:hover {
    color: #f8fafa;
    font-weight: 600;
}
.browseby-tabs .nav-tabs > .active > a, .browseby-tabs .nav-tabs > li > a:hover, .browseby-tabs .nav-tabs > .active > a:hover {
    background-color: #222;
    border: medium none;
    border-radius: 10px;
    font-weight: 600;
    height: 40px;
    margin-top: 0;
    padding-top: 5px;
}
h1.nominations {
    color: white;
    margin-top: 1em;
    text-align: center;
}
.award_shows {
    margin-top: 20px;
    text-align: center;
}
.golden-globes-badge {
    background: url("img/gg_nominations_ro.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 155px;
    margin: 0 auto;
    text-indent: -10000px;
    width: 158px;
}
.golden-globes-badge:hover {
    background-position: 0 -156px;
}
h1.academy-awards-2015, h1.academy-awards-2016 {
    background-color: #363636;
    background-image: url("img/oscar-nominees-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    height: 113px;
    margin: 1em auto;
    width: 694px;
}
h1.academy-awards-2015 span, h1.academy-awards-2016 span {
    display: none;
    font-size: 1px;
}

h1.academy-awards-2016 {
    background-color: transparent;
    border:0;
    box-shadow:none;
    background-image: url("img/88thOscars_nominations-2.png");
}
.oscars-banner {
    background: url("img/88thOscars_winners.png") no-repeat scroll center center #363636;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 1px;
    height: 113px;
    text-indent: -10000px;
    width: 694px;
}
.oscars-badge {
    background: url("img/85thOscars_nominations.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 155px;
    margin: 0 auto;
    text-indent: -10000px;
    width: 158px;
}
.oscars-badge:hover {
    background-position: 0 -156px;
}
.award-list .search-list {
    display: none;
}
.award_thumbs {
    background: none repeat scroll 0 0 #333333;
    padding: 0 0 10px 10px;
}
.award_thumbs .thumbnails {
    margin-left: -5px;
}
.award_thumbs .thumbnail img {
    height: 237px;
    width: 160px;
}
.award_thumbs .thumbnails > li {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 20px;
    margin-top: 20px;
    max-width: 160px;
}
/*.award-list .header input {
    background: none repeat scroll 0 0 dimGray;
    border: 0 none;
    color: #393939;
    font-size: 20px;
    padding: 10px 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}*/
.award-list .header input {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: rgba(131, 179, 107, 1);
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #333;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    padding: 4px 14px;
    position: absolute;
    right: 30px;
    top: 28px;
}

/* Lists */

div.list-description {
    margin: auto;
    max-width: 700px;
    text-align:center;
    color: #eaf0e6;
    line-height: 24px;
    font-weight: 200;
    letter-spacing: 1px;
}

div.list-description a:hover {
    text-decoration: underline;
}

div.list-description a {
    color: #5c9099;
}
body.womens-history-month .main-content {
    background-image: url(img/list/wih_background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
h1.womens-history-month {
    background-image: url("img/list/womensHistory.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 113px;
    margin: 1em auto;
    width: 694px;
}
h1.womens-history-month span {
    display: none;
    font-size: 1px;
}


/* Polls */
body.poll .container {color:white; max-width:1170px;}
body.poll .main-content {background-color: #333; background-size:100% auto;}
.polls-list,  .poll-items-list { list-style: outside none none; margin: 20px 0}
.polls-list li {float:left; width:33%;}
.polls-list li .list-content {width: 60%;}
.polls-list li .thumb-content {border-radius:10%; overflow:hidden; margin:0 auto;background:url(img/poll-list-bg.png) no-repeat top center;background-size: 100% 100%; position:relative;}
.list-content .poll-count { position:absolute; right:4%;top:4%; text-align:right;color:#6b6b6b;}
.list-content .poll-count span { font-weight:bolder;}
.polls-list li .thumb { width: 99%; border-radius: 50%; overflow:hidden; margin:0 auto;}
.polls-list li .thumb img { width:100%;}
.polls-list li .poll-title, .polls-list li .poll-description { text-align:center; color: white; font-size: 24px; margin:20px auto;}
.polls-list li .poll-title a, .polls-list li .poll-description a { color: white; line-height:30px; font-family: 'Roboto Slab',"Open Sans",serif;}
.poll-description a {font-weight: bolder;}
body.poll .container h1.poll { font-size:26px; font-weight:normal;}
body.poll .container h2 { font-family: "Roboto Slab","Open Sans",serif;text-align:center;font-size:35px;}

.polls-list.two li { width: 50%;}

.poll-items-list h3 { font-family: 'Roboto Slab',"Open Sans",serif; font-size:24px; line-height:28px; margin-top:20px;}
.poll-items-list li {float:left; width:33%; text-align:center; display: table;}
.poll-items-list.two li { width: 50%;}
.poll-items-list.show-stats li .item-inside { display: table-cell; vertical-align: middle;}
.poll-items-list li .thumb { border-radius: 50%; overflow:hidden; position:relative; }
.poll-items-list li .thumb img { width:100%;}
.poll-items-list li.item-voted .thumb, .poll-items-list.two li.item-voted .thumb { 
  width: 80%;
  box-shadow: 0 0 15px 10px rgba(0,0,0,0.6); 
  -moz-box-shadow: 0 0 15px 10px rgba(0,0,0,0.6); 
  -webkit-box-shadow: 0 0 15px 10px rgba(0,0,0,0.6); 
  -o-box-shadow: 0 0 15px 10px rgba(0,0,0,0.6); 
}

.overlay-gradient {
    background-image: -moz-linear-gradient(135deg,rgba(0,0,0,0) 0%,rgba(255,255,255,1.0) 100%);
    background-image: -webkit-linear-gradient(135deg,rgb(0,0,0) 0%,rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(135deg,rgb(0,0,0) 0%,rgb(25,255,255) 0%);
    opacity:0.2;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
}
/*
.show-stats .item-voted .overlay-gradient { display:none;}
*/
.poll-items-list li .poll-title { text-align:center; margin:10px auto;}
.poll-items-list li .poll-content { width: 65%; margin: 15px auto 0 auto; text-align:center;}
.poll-items-list.two li .poll-content { width: 50%; margin: 15px auto 0 auto; text-align:center;}
.poll-items-list li .poll-btn, .polls-list li .poll-btn {
  display:inline-block;
  background: #208091;
  background-image: -webkit-linear-gradient(top, #208091, #076778);
  background-image: -moz-linear-gradient(top, #208091, #076778);
  background-image: -ms-linear-gradient(top, #208091, #076778);
  background-image: -o-linear-gradient(top, #208091, #076778);
  background-image: linear-gradient(to bottom, #208091, #076778);
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 20px auto;
}
.polls-list li a.poll-btn { font-family:"Open Sans",serif;}

.poll-items-list li .poll-btn:hover, .polls-list li .poll-btn:hover {
  background: #076778;
  background-image: -webkit-linear-gradient(top, #076778, #208091);
  background-image: -moz-linear-gradient(top, #076778, #208091);
  background-image: -ms-linear-gradient(top, #076778, #208091);
  background-image: -o-linear-gradient(top, #076778, #208091);
  background-image: linear-gradient(to bottom, #076778, #208091);
  text-decoration: none;
}

.show-stats .thumb { position: relative;}
.show-stats .thumb .percentage { 
    position:absolute; bottom:20%; left:0; right:0; margin-left:auto;margin-right:auto; font-size:60px;font-family: "Roboto Slab","Open Sans",serif;
    text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, 3px 1px 2px #333, 1px 1px 0 #333;
}

.poll-share-block { 
    display:table; width: 30%; height:105px; margin: 20px auto; 
    background-color:#262626;
    background: #262626; /* Old browsers */
    background: -moz-linear-gradient(top,  #262626 0%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #262626 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #262626 0%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #262626 0%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #262626 0%,#1c1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
}
.poll-share { display:table-cell; text-align:center;  vertical-align:middle; height:100%; color:#808080;font-size:20px;}
.poll-share a { background-image: url(img/icons-poll-share.png); background-repeat: no-repeat; content: ""; display: inline-block; width:52px; height:52px;overflow:hidden;text-indent:-3000px;}
.poll-share-tw a { background-position:-52px 0; margin-right: 20px;}

.search-results .footer {
    background: none repeat scroll 0px 0px #333;
    padding: 20px;
}
.search-results .footer .more {
    background: url("img/showmore.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    margin: 0 auto;
    text-indent: -10000px;
    width: 389px;
}
.search-results .footer .more:hover {
    background-position: 0 -35px;
}
.search-results .tv-footer {
    background-color: #363636;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 1) inset;
    padding: 20px 30px 20px 20px;
    position: relative;
}
.search-results .tv-footer h3 {
    color: #eaf0e6;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    max-width: 87%;
}
.fb-login-button-cisi {
    background: url("img/facebook-button.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 0 auto;
    text-indent: -100000px;
    width: 152px;
}
.navbar-fixed-top {
    left: auto;
    right: auto;
    width: 100%;
}
.navbar-fixed-top .container {
    max-width: 1170px;
    width: 100%;
}
.search-result .tools {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: none;
    height: 100px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: -45px;
    width: 100px;
    z-index: 100;
}
.search-results .unavailable .list {
    overflow: visible;
}
.search-results .unavailable .list ul li {
    display: block;
    float: left;
    overflow: visible;
    position: relative;
}
.search-results .unavailable .list ul li:hover .tools {
    display: block;
}
.search-result .tools a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: inline;
    float: none;
}

.search-results .no-result {
    color: #fff;
}

#signupDialog h4 {
    text-align: center;
}

/* some bootstrap overrides */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 820px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 15px;
}
.btn-primary {
    color: #fff;
}

.nav-tabs>li>a, .nav-tabs>.active>a, .nav-tabs>.active>a:hover {
    border: none;
}





.search-result div.image, .search-result div.show-availability, .search-result div.share { width: 170px; float: left;}
.search-result div.info { width: 450px; float: left; }
.search-result div.movie-half-ad { width: 270px; float: right; margin-top: 35px; }
.search-result div.avail-unavail { width: 450px; float: left; }

.series-info div.image { width: 210px; }
.series-info div.info { width: 500px; margin-left: 25px;}
.series-info div.stats { width: auto; padding-top: 30px;margin-left: 25px;}
.tv-results .search-result .movie-ad {float: right; margin-top: 20px; margin-right: 20px; }

.series-results .movie-ad { margin-left: 170px !important; }


@media (min-width: 1000px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 980px;
    }
    .thumbnails > li:nth-child(5n) {margin-right: 0;}


    .search-result div.image { height: 500px;}
    .search-result div.share { position: absolute; top: 260px; }
    .search-result div.info { width: 460px;  }
    .search-result div.avail-unavail { width: 610px; }
    .search-result div.movie-half-ad { margin-top: 0; }

    .tv-results .search-result div.image { height: auto; }
    .series-info div.info { width: 360px; float: left; }
    .series-info div.stats { float: right; text-align: right; width: 220px; margin: 0; padding: 0; }
    .tv-results .search-result .share { position: static; }
    .tv-results .series-info div.info { width: 560px; }
    .tv-results .search-result div.info { width: 450px;  }

    .series-results div.info { width: 440px; }
    .series-results div.movie-ad { margin-left: 0 !important; }
    .series-results div.show-availability { margin-bottom: 40px; }
}

@media (min-width: 1200px){
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1170px;
    }
    .thumbnails > li:nth-child(3n) {margin-right: 28px;}
    .thumbnails > li:nth-child(4n) {margin-right: 28px;}
    .thumbnails > li:nth-child(5n) {margin-right: 0;}

    .award_thumbs .thumbnails {margin-left: 10px;}
    .award_thumbs .thumbnails > li {margin-right: 23px;}

    .search-result div.image { height: auto; }
    .avail-unavail.span8 {width: 540px;}
    .search-result .has-ad {width: 460px;}
    .movies-list .thumbnails > li {margin-left: 21px;}
    .most-popular-container .most-popular-tabs .header {font-size: 14px; margin-left: 30px;}
    .most-popular-tabs .nav-tabs li a {padding-left: 12px;}
    .most-popular-tabs .nav-tabs > li > a > b {font-size: 14px;}

    .search-result div.share { position: static; }
    .search-result div.info { width: 480px; }
    .search-result div.avail-unavail, .search-result div.available, .search-result div.unavailable { width: 780px; }
    .search-result div.available { margin-top: 20px; }

    .series-results div.info { width: 460px; }

    .series-info div.info { width: 560px; }
    .tv-results .series-info div.info { width: 760px; }
    .tv-results .search-result div.info { width: 450px;  }
    .tv-results .has-ad div.info { width: 800px;  }
    .tv-results .has-ad div.avail-unavail, .tv-results div.available, .tv-results div.unavailable { width: 1080px; }


}

@media (min-width: 1600px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1370px;
    }
    .thumbnails > li:nth-child(7n) {margin-right: 0;}

    .search-result div.share { position: static; }
    .search-result div.info { width: 680px; height: auto; }
    .search-result div.avail-unavail { width: 990px; }

    .series-info div.info { width: 750px; }
    .search-result div.avail-unavail, .search-result div.available, .search-result div.unavailable { width: 980px; }

    .series-results div.info { width: 660px; }
}

@media (max-width:999px) {
}



