/*
 * core.css - all custom CSS code belongs in this file; including Bootstrap
 * Framework overrides.
 *

 .agendaboldcond {
 font-family: "Agenda Cond";
 font-style: normal;
 font-weight: bold;
 }
 */

/* =============================================================================
 CUSTOM CSS
 ========================================================================== */
/*
 BOOTSTRAP OVERRIDES
 ----------------------------------------------------------------------------*/
/* Sets Box model */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {

    background-color: #ffffff;
    color: #333333;
    font: 16px/2 'Montserrat',helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.share {
    background:url(../_img/share-bg.jpg) repeat-x top center #181461;
}

img {
    outline: none;
    border: 0;
}

p {
	margin: 0 0 2em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 0;
}

.row.fancy {
    padding: 0 15px;
}

.row.fancy > div {
    padding: 0;
}

h2.blue-rule {
    margin: 1em 0 0;
    padding: 0 0 1em;
    border-top: #0aeef 1px solid;
}

h2.yellow-uc {
    display: block;
    margin: .25em auto 1.5em;
    color: #fbd405;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 190%;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: #d64e9b;
}

a:hover {
    color: #0aeef;
}

.nowrap {
    white-space: nowrap;
}

big {
  font-size: 130%;
}

small {
  font-size: 75%;
  font-color: inherit !important;
}

.yellow {
  color: #fbd405;
}

.white {
  color: #fff;
}

/*
 BOOTSTRAP NAV SECTION
 ----------------------------------------------------------------------------*/
.navbar-fixed-top {
    background-color: #d64e9b !important;
}

.navbar-nav {
    width: 100%;
}


.nav > li > a {
	padding-left: 0px;
	padding-right: 12px;
}

.nav a {
    color: #fff;
}

.nav a:hover, .nav a:active {
    color: #fbd405;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

#nav-tickets {
    float: right;
    margin-bottom: -20px;
}

#nav-tickets a {
    padding: 0;
}

#social {
    text-align: center;
}

#social a {
    display: inline-block;
    margin: 0;
    padding: 10px 5px 0 5px;
}
button {
	color: #fff;
}

/*
 UTILITY CLASSES SECTION
 ----------------------------------------------------------------------------*/
 #trailer-mobile {
		display: none;
	 }
iframe#mediaplxpxl {
    opacity: 0;
}

.align_right {
    text-align: right !important;
}

.align_left {
    text-align: left !important;
}

.align_center {
    text-align: center !important;
}

.modal, .modal-body {
    padding: 0;
    z-index: 5000 !important;
}

.modal-body iframe {
    display: block;
    width: 100%;
    z-index: 5000 !important;
}

.close, .close:hover {
    opacity: 1;
    z-index: 5005 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    padding: 3px;
    background: rgba(0, 0, 0, .6) !important;
    color: #fff;
    font-family: 'Montserrat';
    text-shadow: none;
}

/*
 GLOBAL SECTION
 ----------------------------------------------------------------------------*/
#outerwrapper {
}

#outerwrapper.container {
    padding-left: 0;
    padding-right: 0;
}

#content {
}

/*
 MASTHEAD (HEADER) SECTION
 ----------------------------------------------------------------------------*/
#masthead {
}

/*
 FOOTER SECTION
 ----------------------------------------------------------------------------*/

.theater-info {
    text-align:center;
    color: #6ba7ef;
    line-height:1.2;
    margin-bottom:30px;
}

.theater-info a {
    color:#fff;
    display:inline-block;
    margin:0 3px;
}

#footer {
    margin-top: 20px;
    text-align: center;
	width: 100%;
}
.footer {
	background-color: #d64e9b;
	width: 100%;
}

#footer, #footer a {
    padding: 0;
    color: #fff;
}

#footer p {
    font-size: 90%;
}

/*
 CONTENT SECTIONS
 ---------------------------------------------------------------------------*/
.section {
    min-height: 300px;
    padding-top: 90px;
    padding-bottom: 45px;
    min-height: 100%;
}

#home {
    padding-bottom: 72px;
    background: #000 url(../_img/bg-home5.jpg) 43% 35px no-repeat;
    background-size: cover;
}

.home-5stars {
	margin-bottom: 3em;
}

.top-callout {
    margin-bottom:25px;
}

.extra-perf {
    text-align:center;
    position:absolute;
    top:-18px;
    font-size:130%;
    color:#ebd623;
    width:100%;
}

#about {
    background: url(../_img/bg-about.jpg) 38% bottom no-repeat;
    background-size: cover;
    height: auto;
	border-top: 6px solid #d64e9b;
	border-bottom: 6px solid #d64e9b;
    /*padding-bottom: 55.18181%;
    min-height: 556px;*/
}

#about h1 {
    text-align: left;
}

#about h1 b {
    margin-bottom:1.2em;
    display:block;
}

#about h1 p {
    font-size:53%;
    font-weight:normal;
    line-height:2em;
}

#gallery {
	border-bottom: 6px solid #d64e9b;
	background-color: #000;
}

#cast {
	background-color: #000;
/*    background: url(../_img/bg-cast.jpg) top center no-repeat;
    background-size: cover;
	*/
}

.home-video {
    border-radius: 4px;
    color: #6ba7ef;
    background: url(../_img/home-video.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 1em;
}

.section img {
    width: 100%;
}

/*#tickets, #news {
    background: url(../_img/bg-grid-lt.png) top center repeat;
}*/

.tix-img {
	width: 100%;
	height: auto;
	border-top: 6px solid #d64e9b;
	border-bottom: 6px solid #d64e9b;
}

.box {
    background: #eeeeee;
    border-radius: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.box h3 {
    margin-top: 0;
}

.urbo-link {
	display: block;
	line-height: 1.3em;
	font-size: 80%;
}

.news-img {
	margin-bottom: 1em;
}
.news-date, .news-text, a, a:hover {
	font-size: 90%;
	text-decoration: none;
}
.news-item {
	height: 475px;
}

.news-review {
	height: 270px;
}

@media (min-width: 1200px) {

	div.urbo-link
		line-height: 1.6em;
	}

}

/*#gallery {
    background: url(../_img/bg-gallery.jpg) top center no-repeat;
    background-size: cover;
}*/

#cast {
    background-color: #000;
}

.castpic img {
    width: 100%;
    max-width: 100%;
}

.news-hed {
    margin-bottom: 0;
}

.news-date {
    margin-bottom: 1em;
}
    
.news-img {
	text-align: center;
}
    
.news-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.news-item .news-review {
    margin-bottom:25px;
}

#paginate {
    position: relative;
    float: right;
    padding: 0 30px;
}

#paginate a {
    padding: 5px 8px;
    font-size: 22px;
}

#paginate a:hover {
    cursor:pointer;
}

#next, #previous {
    top: 7px;
    position: absolute;
    cursor: pointer;
    width: 22px;
    height:30px;
    background:url(../_img/arrows.png) no-repeat;
}

#next {
    right: 0;
    background-position:top right;
}

#previous {
    left: 0;
    background-position:top left;
}

.jp-current {
    color: #fff !important;
    font-weight: bold;
}

.jp-disabled {
    opacity: 0;
    cursor: default !important;
}

/*
 NEWSLETTER FORM
 ----------------------------------------------------------------------------*/

#newsletter_signup {
    margin: 0 auto 2em;
}

#newsletter_signup input, #email-form input {
    background: #557ebc;
    border: none;
    color: #06306e;
    font-weight: bold;
    text-align: center;
}

#newsletter_submit {
    background: #6ba7ef;
    color: #06306e;
}

#newsletter_signup input::-webkit-input-placeholder {
    color: #06306e;
}

#newsletter_signup input::-moz-placeholder {
    color: #06306e;
}

#newsletter_signup input:-moz-placeholder {/* Older versions of Firefox */
    color: #06306e;
}

#newsletter_signup input:-ms-input-placeholder {
    color: #06306e;
}

.form-control.error {
    color: #fff !important;
}

/*
 MEDIA SECTION
 ----------------------------------------------------------------------------*/

#photos, #videos {
    text-align: center;
}

#media-gallery {
}

.photo-item, .video-item {
    position: relative;
    width: 16%;
    height: 0;
    padding-bottom: 15.5%;
    overflow: hidden;
    margin: 0.25%;
    border: 2px solid #d64e9b;
    border-radius: 4px;
}

.video-item {
    width: 32%;
}

.photo-item a, #photo-gallery .video-link a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.photo-item img {
    height: 100%;
    width: auto;
    max-width: 200%;
}

.video-item {
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.video-item img {
	max-width: 100%;
}

.video-item img.video-overlay {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    display: block;
}

.photo-item:hover, #photo-gallery .video-item:hover {
    border-color: #66a9f0;
}

#video-display {
    margin: 0 auto 30px;
}

#video-display iframe {
    display: block;
}

.photo-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 3px;
}

#photo-display img {
    background-size: 100% 100%;
}

/*
 QUOTE ROTATION
 -----------------------------------------------------------------------------*/
ul.quotes {
    text-align: center;
    -webkit-overflow-scrolling: touch;
    display: table;
    width: 100%;
    min-height: 18em;
}

ul.quotes li {
    display: none;
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
}

ul.quotes li:first-child {
    display: table-cell;
}
.quotes > * {
    -webkit-transform: translateZ(0);
}

.quotes {
    height: 210px;
    padding-top: 0;
	padding-bottom: 0;
    margin: 0;
    font-family: "Agenda Cond","Montserrat",Helvetica;
    font-style: normal;
    font-weight: bold;
    line-height: 2em;
    list-style: none;
}

#quotes2{
	margin: 0em 0 0em 0;
	background: rgba(255,255,255,.2);
	border-top: 6px solid #d64e9b;
}

.quotes cite {
    display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 40%;
    line-height: 1em;
    margin-top: .5em;
    font-family: 'Montserrat',helvetica,sans-serif;
}

blockquote {
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
    border: 0;
    font-size: 250%;
    line-height: 1em;
}

#quotes2 blockquote {
	font-size: 320%;
	line-height: 0.8em;
}

/*
 CAST SECTION
 --------------*/
#overlay-inner {
    position: relative;
    padding: 1em 0;
}
#overlay-inner p {
    margin: 0;
}

.overlay-close {
    z-index: 99999;
}

.overlay .overlay-next, .overlay .overlay-prev {
	display: block;
    max-width: 45px !important;
    position: absolute;
    top: 50%;
	outline: none;
	border: none;
	padding: 3px;
}

.overlay-next {
    right: 0;
    height: 66px;
    width: 66px;
    background: url(../_img/arrows-lg.png) top right no-repeat;
    background-size: 200%;
}

.overlay-prev {
    left: 0;
    height: 66px;
    width: 66px;
    background: url(../_img/arrows-lg.png) top left no-repeat;
    background-size: 200%;
}

#cast-bios {
    margin: 0 auto 5em;
}

.team-member {
    padding: 20px;
    background: #000;
    margin: 0 auto 60px;
}

.team-member h3 {
    margin: 0 0 .5em;
}

.team-member img {
    height: auto !important;
}

.team-member .video-link a {
    position: relative;
    margin: 5px auto 0;
}

.cast-thumb {
    position: relative;
    display: inline-block;
    overflow: hidden !important;
    width: 22%;
    line-height: 1;
    vertical-align: top;
    margin: 0 0 4% 4%;
}

.cast-thumb:hover {
    text-decoration: none;
}

.cast-thumb > div {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border: 3px solid #d64e9b;
}

.cast-thumb:hover > div {
    border-color: #66a9f0;
    border-color: #ecd629;
}

.cast-thumb > span {
    width: 100%;
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    padding: 10px 0 0;
    color: #fff;
}

.cast-thumb:hover > span, .creative-thumb:hover {
    color: #ecd629;
}

.cast-thumb > span strong, .cast-thumb > span em {
    display: block;
}

.cast-thumb > span .red {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
}

.creative-thumb {
    font-size: 115%;
    margin: 0 auto 1.5em;
    display: block;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    vertical-align: top;
}
.creative-thumb:hover {
	font-size: 115%;
}

.big-creative .creative-thumb  {
    font-size:130%;
}

#creative-thumbs div:nth-of-type(7) .creative-thumb {
    font-size:105%;
}

#creative-thumbs div {
    height:85px;
}

/*
 UPGRADE PAGE
 ----------------------------------------------------------------------------*/
#upgd_content {
    text-align: center;
}

#upgd_content .msgbox {
    width: 940px;
    margin: 20px auto;
    padding: 10px;
}

/*
 NATIONAL SECTiON
 -----------------------------------------------------------------------------*/

#national-features {
    padding-bottom: 15px;
    text-align: center;
}

#national-features img {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 2%;
}

#national-features p {
    line-height: 1.2;
    font-size: 96%;
}

#national-features a {
    text-decoration: none;
}

/*
 LIGHTBOX STYLING
 ----------------------------------------------------------------------------*/

body:after {
    content: url('../_img/close.png') url('../_img/loading.gif') url('../_img/prev.png') url('../_img/next.png');
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('../_img/loading.gif') no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
}

.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    /* Trick IE into showing hover */
    display: block;
}

.lb-prev {
    left: 0;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: url('../_img/prev.png') left 48% no-repeat;
}

.lb-next {
    right: 0;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: url('../_img/next.png') right 48% no-repeat;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url('../_img/close.png') top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*
 TICKETS
 ----------------------------------------------------------------------------*/
address a, address a:hover {
    display: inline-block;
    color: #333333;
    text-decoration: none;
}

.venue img {
    width: auto !important;
    /*height: 1.2em;*/
    padding-bottom: 3px;
    padding-right: 3px;
}

a#seating-box {
    display: block;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto 1em;
}

#seating-box > div {
    padding: 3px;
}

.tix-boxoffice {
    padding: 15px;
}

h3.best-avail {
    margin:-40px 0 40px;
    text-align:center;
    font-size:145%;
}

/*
 CALENDAR
 ----------------------------------------------------------------------------*/

#calendar {
    padding: 0 !important;
}

#calendar h3 {
    font-weight: bold;
}

.cal-left, .cal-right {
    position: absolute;
    top: 15px;
    z-index: 250;
}

#cal-msg {
    font-size: 16px;
    position: absolute;
    right: 5px;
    width: 50%;
    z-index: 200;
}

.day {
    max-height: 25px !important;
    min-height: 0 !important;
    background: transparent !important;
    font-weight: bold !important;
    color: #fbd405 !important;
    text-align: center;
}

.cal-left, .cal-right {
    position: absolute;
    top: 0;
}

.cal-left {
    left: 0;
    height: 30px;
    width: 22px;
    background: url(../_img/arrows.png) top left no-repeat;
    display: block;
    position: absolute;
}

.cal-right {
    right: 0%;
    height: 30px;
    width: 22px;
    background: url(../_img/arrows.png) top right no-repeat;
    display: block;
    position: absolute;
}

.inactive {
    opacity: .4;
}

.month {
    width: 100%;
    display: none;
    z-index: 1000;
}

.month h3 {
    font-size: 125%;
}

.month:first-child {
    display: block;
}

.month > div {
    position: relative;
}

.month > div > div {
    display: inline-block;
    width: 13%;
    padding: 2px;
    margin: 0 1% 1% 0;
    background: #dddddd;
    min-height: 70px;
    vertical-align: top;
    border-radius: 3px;
}

.month > div > div.off_set {
    opacity: .3;
}

.month > div > div:nth-child(7n) {
    margin-right: 0;
}

.month .date {
    font-size: 100%;
    margin: 0;
    padding-left: 5px;
    text-align: left;
    line-height: 1.5em;
}

.month a {
    display: block;
    margin: 0 0 3px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    text-transform: lowercase;
}

#ml-modal .modal-body, #share-modal .modal-body {
	position: absolute;
	width: 300px;
	height: 240px;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -150px;
}

#ml-modal .modal-body form, #share-modal .modal-body form  {
	padding: 20px;
	border-radius: 8px;
	background: #d64e9b;
}

#ml-modal .modal-body input, #ml-modal .modal-body input {
	margin-bottom: 10px;
}

.form-status {
    padding: 20px;
    border-radius: 8px;
    background: #d64e9b;
    display:none;
    text-align:center;
}


/*
 SHARE SPLASH PAGE SECTION
 ----------------------------------------------------------------------------*/
#share h2 {
    font-family:"Agenda Cond";
    font-size:387%;
    margin:40px 0 -5px;
    line-height:.9em;
}

#share h2 em {
    color:#ebd623;
}

#share h3 {
    font-family:"Agenda Cond";
    font-size:250%;
    text-transform:uppercase;
    margin-bottom:40px;
}

.share-img {
    margin: 20px auto 30px;
}

.share-btns {
    display:inline-block;
    margin:10px 20px;
}

.share-btns p {
    margin:0;
    font-family:"Agenda Cond";
    font-size:156%;
}

.share-link {
    padding:10px 0;
    display:inline-block;
}

#email-form input {
    width:100%;
    margin-bottom:5px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#email-form textarea {
    height:100px;
    width:100%;
    margin-bottom:5px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #557ebc;
    border: none;
    color: #06306e;
    font-weight: bold;
    text-align: center;
}

#email-form input#send {
    background: #6ba7ef;
    color: #06306e;
}

.site-link {
    margin-top:20px;
}

@media (max-width: 480px) {
	

    .share-btns .img-txt {
        height: 12px;
        width: auto;
    }

    .share-btns .img-icon {
        height: 32px;
        width: auto;
    }

    .share-btns {
        
        display:inline-block;
        margin:0 10px;
    }
    
    .share.container {
        padding-left: 5px;
        padding-right: 5px;
    }
    
}


/* CUSTOM CSS ENDS */

/* =============================================================================
 MEDIA QUERIES
 ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {
	
    #additionainfo p {
    	line-height:1.3;
    }

    #additionainfo {
    	margin-bottom:30px;
    }

    #cal-msg {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .cal-left, .cal-right {
        position: absolute;
        top: 50px !important;
        z-index: 500;
    }

    .cal-left {
        left: 5%;
    }

    .cal-right {
        right: 5%;
    }

    body {
        margin-top: 10px !important;
    }

    #home {
		background: #000 url(../_img/bg-home_mobile2.jpg) 100% 30px no-repeat;
		background-size: 100%;
        padding-bottom: 20px;
    }

    #about {
        background-position: 20% bottom;
    }
    #about .col-xs-8 {
        width: 100% !important;
    }

    ul.quotes {
        margin: 15px 0 0 0;
        padding: 0;
    }
    
    blockquote {
	    font-size: 200%;
	    line-height: 1em;
    }

    #quotes {
        height: 175px;
    }

    ul.quotes #quotes2 {
        min-height: 375px;
        padding: 1em 0 !important;
    }
	#quotes2 {
		font-size: 50%;
	}

    #quotes cite {
        font-size: 40%;
        margin-top: .2em;
    }

    #cast-bios span {
        font-size: 80% !important;
    }

    blockquote {
        font-size: 150%;
        min-height: 0.8 !important;
    }
    .news-hed {
        font-size: 120%;
    }
    .news-text {
        font-size: 90%;
        line-height: 1.1;
    }

    .navbar-fixed-top {

    }
    

    #nav-tickets img {
        width: 100px;
    }
    
    a#nav-tickets {
	    margin: 12px 0 0 5px;
    }
	.news-item {
	height: 400px;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#trailer {
		display: none;
	 }
	#trailer-mobile {
		display: block;
	 	margin-top: -60%;
		padding-bottom: 50px;
	 }
	 #trailer-mobile img {
		 width: 100%;
		 height: 300px;
	}
	#quotes2 {
		font-size: 70%;
	}

	.news-item .news-review {
		width: 50%;
		float: left;
	}
	.text-left.urbo {
		text-align: center !important;
	}
	
  #newsletter_submit {
    margin-top: 10px;
  }
	.tix-img {
		width: 140%;
		margin-left: -20%;
	}
    

    #nav-tickets img {
        width: 100px;
    }
    
    a#nav-tickets {
	    margin: 12px 0 0 5px;
    }
    
    #cal-msg {
        position: relative;
        right: auto;
        width: 50%;
        margin: .5em auto 2em;
    }

    .cal-left, .cal-right {
        position: absolute;
        top: 50px !important;
        z-index: 500;
    }

    .cal-left {
        left: 5%;
    }

    .cal-right {
        right: 5%;
    }
    .news-img {
        margin-bottom: 1em;
    }

    #home {
        background: #000 url(../_img/bg-home_mobile2.jpg) 100% 45px no-repeat;
        background-size: 100%;
        padding-top: 90%;
    }

    #about {
        background: url(../_img/bg-about.jpg) left bottom no-repeat;
        background-size: cover;
        height: auto;
        padding-bottom: 2em;
    }
    .creative-thumb {
		font-size: 100%;
	}
	.creative-thumb:hover {
	font-size: 100%;
}
	.big-creative .creative-thumb  {
    font-size:130%;
}
    #creative-thumbs div {
        height:auto;
    }
    #creative-thumbs div:nth-of-type(7) .creative-thumb {
        font-size:100%;
    }
	.cast-thumb {
/*        max-width: 32%;
        width: 32%;*/
        margin: 0 0 4% 1%;
    }
    .cast-thumb > span {
        position: relative;
        min-height: 0;
        display: block;
        padding: 5px 0 20px;
        min-height: 25px;
        font-size: 90%;
    }
    .cast-thumb > span .red {
        position: absolute;
        bottom: 5px;
        top: auto;
        width: 100%;
        text-align: center;
    }
    #calendar a {
        font-size: 55%;
    }
    .extra-perf {
        width:95%;
        font-size:100%;
        top:5px;
    }
    .top-callout {
		margin-top: 80px;

    }

    #overlay-inner div {
        padding:0 10px;
    }

    .overlay .overlay-next, .overlay .overlay-prev {
        top:90%;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
    .news-item .news-review {
		width: 33%;
	}
	.arrows {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
    }
    #calendar h3 {
        width: 50%;
        margin: 0 0 10px;
    }
    #about {
        min-height: 556px;
    }
    #home {
		background: #000000 url(../_img/bg-home5.jpg) 43% 60px no-repeat;
        background-size: cover;
        padding-bottom: 45%;
    }
    
    #social {
	    margin: 4px 15px 0 0;
    }
	#overlay-inner {
	    margin: 0 4em;
	}
	.castinfo p, .castinfo h3 {
	    padding-left: 30px;
	}
	 .castinfo h3 {
		 padding-bottom: 20px;
	 }
	 
	 #trailer-mobile {
		 display: none;
	 }
	 #trailer {
		display: block;
	 	margin-bottom: -500px;
		margin-left: -80px;
	 	padding-top:15%;
	 }
	 #trailer img {
		 width: 640px;
		 height: 350px;
	}

@media (min-width: 768px) and (max-width: 1199px) {
    #calendar a {
        font-size: 76%;
    }
	#trailer {
		display: block;
	 	margin-bottom: -500px;
	 	padding-top:20%;
	 }
	 #trailer img {
		 width: 100%;
		 height: 300px;
	}
}

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

    #trailer {
		display: block;
	 	margin-bottom: -500px;
	 	padding-top:20%;
	 }
	 #trailer img {
		 width: 100%;
		 height: 250px;
	}
	body {
        font-size: 15px;
    }
    #calendar h3 {
        font-size: 15px;
        padding: 5px 0 10px;
    }
    #cal-msg {
        font-size: 13px;
    }

/*    .cast-thumb {
        max-width: 20%;
    }*/

    #creative-thumbs div {
        height:95px;
    }

    #about {
        background: url(../_img/bg-about.jpg) 40% bottom no-repeat;
        background-size: cover;
        height: auto;
        /*padding-bottom: 55.18181%;
        min-height: 700px;*/
    }

    blockquote {
        padding: 0;
    }

	#main-nav {
		font-size: 15px;
	}

    #nav-tickets img {
        width: 100px;
    }

    #nav-tickets {
        margin-top: 12px;
    }

	.nav > li > a {
		padding: 15px 5px;
	}
	
	#social {
		text-align: center;
		margin: 4px 10px 0 0;
	}

}

/* Large desktop */
@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1200px) {

    #cal-msg {
        font-size: 14px !important;
        max-width: 48%;
    }
    .cast-thumb {
        /*max-width: 16%;*/
        margin: 0 0 5px 5px;
    }
}

/* X Large desktop */
@media (min-width: 1200px) {
#main-nav .container {
	padding-right:100px;
}
    #home {
        background: #000000 url(../_img/bg-home5.jpg) 45% 50px no-repeat;
        background-size: cover;
	/*	padding-top: 50%;*/
		
    }

    #about {
        font-size: 120%;
    }

    .cast-thumb {
        margin: 0 0 4% 2%;
    }

}

@media (min-width: 481px) {

	.visible-480 {
		display: none !important;
	}

	.hidden-480 {
		display: block !important;
	}
	
}

@media (max-width: 480px) {

	.visible-480 {
		display: block !important;
	}

	.hidden-480 {
		display: none !important;
	}
	.photo-item, .video-item {
	    width: 48%;
	    padding-bottom: 48%;
	    margin: 1%;
	}

    #home {
		background: #000 url(../_img/bg-home_mobile2.jpg) 48% 35px no-repeat;
        background-size: 120%;
        padding-top: 120%;
    }
    
    .xs-small {
    	font-size: 80%;
    	line-height: .8em;
    }
	
}

/*@media (max-width: 320px) {

    #home {
        background-size: 100%;
        padding-top: 148%;
        background-position-x: 29%;
    }
}*/

/* Print  */
@media print {
}

/*  MEDIA QUERIES CSS ENDS */