body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.bway {
margin-top:-20px;
margin-bottom:15px;
}

/* Small devices (tablets, 768px and up) */
@media (min-device-width : 769px) and (max-device-width : 991px) {
.bway {
padding-top:0px;
}
}

.posters {
margin-top:50px;
}

.showposters {
padding-bottom:20px;
}

.showtitle {
margin-bottom:20px;
color:#000;
margin-left:2%;
margin-top:10px;
}

.showimage {
margin-top:-5%;
}

.navbar-brand {
text-transform: uppercase;
font-size: 95%;
}

h1 {
	text-shadow: 1px 1px 1px #dfdfdf;
	line-height: 1;
}

.pre a:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}


h2 {
	font-size:24px;
	text-shadow: 1px 1px 1px #dfdfdf;
}

h3 {
	font-size:20px;
	text-shadow: 1px 1px 1px #dfdfdf;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 100%;
  background-color: #000;
  margin-bottom:-80px;
  margin-top:40px;
  padding-top:20px;
}

.navbar-nav {
font-size:12px;
}

.circle1 {
  	background-image: url('../images/design/stripe/1.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle2 {
  	background-image: url('../images/design/stripe/2.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle3 {
  	background-image: url('../images/design/stripe/3.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle4 {
  	background-image: url('../images/design/stripe/4.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle5 {
  	background-image: url('../images/design/stripe/5.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}
.circle6 {
  	background-image: url('../images/design/stripe/6.png');
	background-position:right top;
	padding: 10px 0;
	background-repeat: no-repeat;
}

.box {
	height: 85%;
	padding-top:1px;
	padding-bottom:10px;
	padding-right:2px;
}

@media (min-width: 768px) and (max-width: 991px) {
.box {
	background-color:#FFF;
	width:260px;
	}
	}

	@media (min-width: 768px) and (max-width: 991px) {
.showtitle {
height: 200px;
	}
	}

		@media (min-width: 400px) and (max-width: 573px) {
.showtitle {
min-height: 280px;
	}
	}

@media (min-width: 992px) and (max-width: 1199px) {
.box {
	background-color:#FFF;
	width:500px;
	}
}

@media (max-width: 767px) {
.box {
	padding-left: 20px;
	margin-left:15px;
	background-color:#FFF;
	width:260px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
}

@media (max-width: 767px) {
.ad {
display:none;
}
#myCarousel{
display:none;
}
.pre {
display:none;
}
#sthoverbuttons {
display:none;
}

}

.carousel-caption {
	background-color:#000;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	padding: 0 20px 10px 20px;
	margin-bottom:30px;

}

.carousel-indicators {
	margin-bottom:0px;
}

.pre {
font-size:10px;
text-align:left;
}

.navbar-inverse .navbar-nav > li > a.active {
color:#FFFFFF;
}

#prefooter {
background:#333333;
height:200px;
padding-top:20px;
margin-top: 20px;
}





/* TABS
-------------------------------------------------- */


#tabContainer {
	width:100%;
	padding:15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: -15px;
}

#tabs{
	height:30px;
	overflow:hidden;
}

#tabs > ul{
	font: 1em;
	list-style:none;
	margin-left:-40px;
}

#tabs > ul > li{
	margin:0 2px 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #2d6ca2; /* old browsers */
	background: -moz-linear-gradient(top, #428bca 0%, #3071a9  100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428bca), color-stop(100%,#3071a9)); /* webkit */
}

#tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
}

/* NEW TABS */

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #428bca !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #428bca; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #428bca none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 30px; }
ul.mainlist {margin-left:-40px;}
.card .mainlist li {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;}
.card .nodots li {
white-space: normal;
line-height: 14px;
padding: 0 0 10px 0;
}
.nodots {
margin-bottom: -10px;
}
h3.tabtitle {margin-top:-20px;}

/* QUOTES
-------------------------------------------------- */

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
  margin-top:10px;
}
.quote-card p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 90%;
  z-index: 100;
  position: relative;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 5px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card cite:before {
  content: "- ";
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -90px;
  line-height: 100px;
  right: -32px;
  font-size: 22em;
  color: rgba(238, 238, 238, 0.4);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}

/* PANELS
-------------------------------------------------- */

.panel-red {
  border-color: #eed3d7;
}

.panel-red > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-red > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-red > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-orange {
  border-color: #eed3d7;
}

.panel-orange > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-orange > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-orange > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-green {
  border-color: #eed3d7;
}

.panel-green > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-green > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-green > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-blue {
  border-color: #eed3d7;
}

.panel-blue > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-blue > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-blue > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-yellow {
  border-color: #eed3d7;
}

.panel-yellow > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-yellow > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-yellow > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

img.border {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.yellow {
    color: #e3a900;
}

img.pdg {
margin-right: 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#u_0_1 {
  color: #999999 !important;
}

.preview-stripe {
    width: 100%;
    background-color: #3b5998;
    padding: 4px;
    color: white;
    text-align: center;
}

.open-stripe {
    width: 100%;
    background-color: #4d9a6e;
    padding: 4px;
    color: white;
    text-align: center;
}

.close-stripe {
    width: 100%;
    background-color: #d6263b;
    padding: 4px;
    color: white;
    text-align: center;
}

.tba-stripe {
    width: 100%;
    background-color: #000000;
    padding: 4px;
    color: white;
    text-align: center;
}


.home-show {
    height: 290px;
}

.home-preview {
    height: 315px;
}


@media (min-width: 401px) and (max-width: 765px) {
.home-show {
    height: 460px;
}

.home-preview {
    height: 480px;
}
}

@media (max-width: 767px) {
.mobile-hide {
display: none;
}
.preview-stripe, .open-stripe, .close-stripe, .tba-stripe {
display: none;
}
.home-show, .home-preview {
    height: 100%;
}
 }

@media (min-width: 767px) {
 .twittertime {
margin-left:-30px;
  }
 }

.type-button, .longest {
width:100%;
}

.tony {
padding-bottom:4px;
width:100%;
}

.typeicons {
margin-top:20px;
margin-bottom:40px;
}
.typeicons img {
max-width:95px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
figure {
    margin: 0;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.row.nowplaying {
    margin: -11px 3px 20px 0px;
}
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

.form-group {
    width: 100%;
}
form.form-inline {
  /*  z-index: 1040; */
    position: relative;
}
.btn-group.bootstrap-select {
    width: 100% !important;
}
.postergrid {
    margin-left: 20px;
    margin-top: -20px;
    margin-right: -20px;
    padding-bottom: 40px;
}
.postergrid img {
	width: 100% !important;
}
a {
	cursor:pointer;
}
.numberCircle {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    padding: 18px;
    background: rgba(243, 243, 243, 0.4);
    border: 1px solid #f3f3f3;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: -10px;
    z-index: 100;
    position: absolute;
    left: 0px;
    font-weight: 300;
}
.longestshow {
margin-bottom: 20px;
}
.box h2 {
    font-size: 30px;
}
.typed {
    position: absolute;
    left: -20px;
    top: -10px;
    width: 70px;
}
.ribbon
{
  display: inline-block;
  position: relative;
  /*z-index: initial;*/
  border-radius: 2px;
  text-align: left;
  padding: 10px 30px 10px 60px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  font-size: 32px;
  margin: 5px;
  clear:both;
  width: 100%;
}

.ribbon.small
{
  font-size: 1em;
}

.ribbon.medium
{
  font-size: 1.5em;
  margin: 15px;
}

/* Color Options */
.ribbon.a
{
  background-color: #00c6c4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c6c4), to(#009999));
   background-repeat: repeat-x;
}
.ribbon.b
{
  background-color: #cc00ff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc00ff), to(#9900cc));
   background-repeat: repeat-x;
}
.ribbon.c
{
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#cc0000));
   background-repeat: repeat-x;
}
.ribbon.d
{
  background-color: #996633;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#996633), to(#663300));
   background-repeat: repeat-x;
}
.ribbon.e
{
  background-color: #999966;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999966), to(#666633));
   background-repeat: repeat-x;
}
.ribbon.f
{
  background-color: #009900;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009900), to(#006600));
   background-repeat: repeat-x;
}
.ribbon.g
{
  background-color: #6600ff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6600ff), to(#6600cc));
   background-repeat: repeat-x;
}
.ribbon.h
{
  background-color: #cc0033;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0033), to(#990033));
   background-repeat: repeat-x;
}
.ribbon.i
{
  background-color: #666666;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#333333));
   background-repeat: repeat-x;
}
.ribbon.j
{
  background-color: #996699;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#996699), to(#663366));
   background-repeat: repeat-x;
}
.ribbon.k
{
  background-color: #66cc33;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#66cc33), to(#339900));
   background-repeat: repeat-x;
}
.ribbon.l
{
  background-color: #0066ff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0066ff), to(#0033cc));
   background-repeat: repeat-x;
}
.ribbon.m
{
  background-color: #ff0099;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0099), to(#cc0066));
   background-repeat: repeat-x;
}
.ribbon.n
{
  background-color: #ffcc00;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00), to(#cc9900));
   background-repeat: repeat-x;
}
.ribbon.o
{
  background-color: #669999;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#669999), to(#336666));
   background-repeat: repeat-x;
}
.ribbon.p
{
  background-color: #99cc00;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cc00), to(#669900));
   background-repeat: repeat-x;
}
.ribbon.q
{
  background-color: #33ccff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33ccff), to(#0099cc));
   background-repeat: repeat-x;
}
.ribbon.r
{
  background-color: #ff99ff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff99ff), to(#cc66cc));
   background-repeat: repeat-x;
}
.ribbon.s
{
  background-color: #ff6600;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6600), to(#cc6600));
   background-repeat: repeat-x;
}
.ribbon.t
{
  background-color: #669966;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#669966), to(#336633));
   background-repeat: repeat-x;
}

.funfact {
    border: 1px solid #e3e3e3;
    background-color: white;
    padding: 2em;
    margin-bottom: 2em;
    border-radius: 4px;
}
.funfact h3 {
    font-size: 16px;
  	margin: 0;
  	padding-bottom: 10px;
}
@media (min-width: 767px) {
.funfact h3 {
    font-size: 14px;
    writing-mode: vertical-rl;
  	text-orientation: sideways;
  	padding-bottom: 0;
}
}
.funfact p {
  	margin: 0;
}
.citation {
    font-size: 12px;
    line-height:12px;
}
.citation:before {
	content: 'Source: ';
}
div#taboola {
    display: none !important;
}
#reactions .text-bold.align.align--center, .spacing-top-small.align.align--center {
    display: none;
}
