/*
 * core.css - all custom CSS code belongs in this file; including Bootstrap
 * Framework overrides.
 * font-family:'AdobeGaramondW01-Regula';
 * font-family:'Adobe Garamond W01 It';
 * font-family:'Adobe Garamond W01 SmBd';
 * font-family:'AdobeGaramondW01-SmBdIt';
 */

 @font-face{font-family:'HamiltonLight';src:url('../_fonts/hamilton-light-webfont.eot');src:url('../_fonts/hamilton-light-webfont.eot#iefix') format('embedded-opentype'),
 url('../_fonts/hamilton-light-webfont.woff') format('woff'),
 url('../_fonts/hamilton-light-webfont.ttf') format('truetype'),
 url('../_fonts/hamilton-light-webfont.svg') format('svg');font-weight:normal;font-style:normal;}

 @font-face {font-family: 'Mystery';src: url('../_fonts/27D366_0_0.eot');src: url('../_fonts/27D366_0_0.eot#iefix') format('embedded-opentype'),url('../_fonts/27D366_0_0.woff') format('woff'),url('../_fonts/27D366_0_0.ttf') format('truetype');}

 @font-face {font-family: 'Doric';src: url('../_fonts/290812_0_0.eot');src: url('../_fonts/290812_0_0.eot#iefix') format('embedded-opentype'),url('../_fonts/290812_0_0.woff') format('woff'),url('../_fonts/290812_0_0.ttf') format('truetype');}
 
 @font-face { font-family: 'hamiltonmedium';
    src: url('../_fonts/hamilton-medium-webfont.eot');
    src: url('../_fonts/hamilton-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('../_fonts/hamilton-medium-webfont.woff') format('woff2'),
         url('../_fonts/hamilton-medium-webfont.woff') format('woff'),
         url('../_fonts/hamilton-medium-webfont.ttf') format('truetype')/*,
         url('http://agentlemansguidebroadway.com/_css/hamilton-medium-webfont.svg#hamiltonmedium') format('svg')*/;
    font-weight: normal; font-style: normal; }

/* =============================================================================
 CUSTOM CSS
 ========================================================================== */
/* BOOTSTRAP OVERRIDES */
body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'AdobeGaramondW01-Regula', serif;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    -webkit-font-smoothing: antialiased !important;
}


#rotate {
    position: absolute;
    top: 0;
    left:0;
    text-align: center;
    width: 100%;
}


#rotate .quote {
    width: 100% !important;
}

img {
    outline: none;
    border: 0;
    max-width: 100%;
}

a, a:hover, a:active {
    color: #f36b23;
}

/* UTILITY STYLES */
iframe#mediaplxpxl {
    opacity: 0 !important;
}

.backlink {
    text-transform: uppercase;
}

big {
    font-size: 150%;
    color: inherit !important;
}

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

em {
    font-style: normal;
    font-family: 'Adobe Garamond W01 It';
}

h1, h2, h3, h4, h5, strong {
    font-weight: normal;
    font-family: 'Adobe Garamond W01 SmBd';
}

h1 em, h2 em, h3 em, h4 em, h5 em, strong em {
    font-weight: normal;
    font-family:'AdobeGaramondW01-SmBdIt';
}

h1, h2, p {
    margin: 0 auto 30px;
}

h3, h4, h5 {
    margin: 0 auto 10px;
}

h4.yellow {
	color: #498c7a;
	font-family: 'HamiltonLight';
	font-size: 250%;
	margin: .6em;
}

/*
 GLOBAL SECTION
 ----------------------------------------------------------------------------*/
#outerwrapper {
    position: relative;
    z-index: 200;
}

#bug_axe, #bug_bottle, #bug_fly, #bug_skull {
    position: absolute;
    z-index: 300;
    display: none;
}

.home #bug_axe, .home #bug_bottle, .home #bug_fly, .home #bug_skull {
    display: block;
}

#bug_axe {
    bottom: 5px;
    left: 5px;
}

#bug_bottle {
    bottom: 5px;
    right: 5px;
}

#bug_fly {
    top: 5px;
    right: 5px;
}

#bug_skull {
    top: 5px;
    left: 5px;
}

#outerwrapper.container-fluid {
    padding: 25px;
    border: 3px solid #000;
    background-color: #fff;
}

#innerwrapper {
    padding: 20px 10px 5px 10px;
    background-color: #f36b23;
    z-index: 250;
}

.share #innerwrapper {
    background:#cae2cf;
}

#logo {
    background: url("../_img/nav-bg.png") repeat top center;
    padding: 0 0 5px;
}

#logo > div {
    background: #f36b23;
    background: #FE7002;
}

#logo h1 {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: 0;
}

#logo .row > div:first-child {
    padding-right: 0 !important;
}
/*
#logo .row > div:nth-child(2) {
    padding-left: 0 !important;
}
*/
.title.dotted {
    background: url('../_img/dotted-line.png') repeat-x center bottom;
}

.title.dotted img {
    display: inline-block;
    background: #c9e2cf;
    padding: 2px 10px 2px 0;
}

.title span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.character {
    margin-top: -35px;
}

.character.affix {
   top: 0;
   position: fixed !important;
}

.character_box {
    padding: 0;
}

.modal-body, .modal-body iframe {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    z-index: 1200;
}

.close, .close:hover {
    float: none;
    margin: 10% auto 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.closing-dude2 {
	position:absolute;
	width: 27%;
	right:-5%;
	bottom:0;
}

@media (max-width:1200px) {

.closing-dude2 {
	width: 30%;
	right:-6%;
	}
}

@media (min-width:992px) and  (max-width:768px) {
	.ticket-info {
		padding-left:2em;
		padding-right:2em;
	}
}

@media (max-width:768px) {
	.title .text{
		font-size:3.5vw !important;
	}

}

sup {
    font-size: 55%;
}

/*
 BOOTSTRAP NAV SECTION
 ----------------------------------------------------------------------------*/

#masthead {
    position: relative;
    z-index: 250;
}

.navbar {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    margin: 0 !important;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 50px;
    background: url(../_img/nav-bg.png) top center;
}

.navbar .container {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto !important;
}

.navbar-collapse {
    text-align: center;
    overflow: hidden !important;
    padding-bottom: 15px;
}

.navbar-nav {
    float: none;
    display: inline-block;
}

.navbar a, .navbar-toggle {
    color: #fff;
}

.nav {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'HamiltonLight', serif;
    font-size: 280%;
    font-weight: 400;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 10px 10px;
    transition: all .25s ease-in-out;
      -moz-transition:  all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
}

.nav li#home {
    padding-left: 30px;
}

.nav #gettkts a {
    padding: 10px 15px 5px;
}

.nav #smicons {
    padding-right: 20px;
}

.nav #smicons img {
    max-height: 30px;
    max-width: 100%;
}

.nav #smicons a {
    display: inline-block;
    padding: 0 5px;
}

.nav > li > a:hover, .nav > li > a:focus, li.active >  a, .navbar-toggle:hover {
    color: #4c4a49 !important;
    text-decoration: none;
    background-color: transparent !important;
}

.home .nav > li > a:hover, .home .nav > li > a:focus, .home li.active >  a, .home .navbar-toggle:hover {
    color: #fff459 !important;
}

.nav .caret, .nav .caret:hover, .nav a:hover .caret {
    border-bottom-color: #4c4a49;
    border-top-color: #4c4a49;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    border-color: none;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #0f0c32;
    border: none;
    border-radius: 0;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(255, 255, 255, .3);
    box-shadow:  0px 2px 4px 0px rgba(255, 255, 255, .3);
    text-align: center;
    display: none;
    float: left;
    font-size: 86%;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    color: #4c4a49;
    background-color: transparent !important;
}

.navbar-toggle {
    text-transform: uppercase;
    font-family: 'HamiltonLight',serif;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: none;
    color: #4c4a49;
    padding: 9px 10px 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 5px;
}

/*
 HOME PAGE SECTION
 ----------------------------------------------------------------------------*/

#content {
    font-size: 125%;
    position: relative;
    background: #c9e2cf;
    margin: -20px -10px 0 -10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home #innerwrapper {
    /*background: #f36b23 url('../_img/home-bg.jpg') no-repeat center top !important;
    background-size: 100% auto !important;*/
    background: #f36b23;
    padding: 0;
}

.home #content {
    background: none !important;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 0;
}

.home .navbar {
    /*background: url('../_img/home-nav-bg.png') center top !important;*/
}

.home .navbar-toggle {
    color:  #fff459;
}

#spacer {
    width: 100%;
    height: auto;
}

#quote {
    width: 95%;
    max-width: 1025px;
    padding-right: 5%;
    position: relative;
    margin: 0 auto;
    z-index: 100;
}

.quote {
    text-align: center;
    line-height: 1;
    color: #fff459;
    display: none;
}

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

.quote .hamilton {
    font-family: 'HamiltonLight';
    font-size: 58px;
}
.quote .hamilton em {
    font-family: 'HamiltonLight';
    font-style: italic;
}
.quote img {
    margin: 0 auto;
}

.quote .doric {
    font-family: 'Doric';
    font-size: 52px;
}

.quote .mystery {
    font-size: 24px;
    font-family: 'Mystery';
}

.quote .cite {
    font-size: 24px;
    font-family: 'Adobe Garamond W01 SmBd';
    line-height: 1.25;
}

.quote .cite em {
    font-family:'AdobeGaramondW01-SmBdIt';
}

.quote strong {
    font-family: 'Doric';
}

#keyart {
    width: 120%;
    max-width: 900px;
    position: relative;
    margin: -34% auto auto -10%;
    overflow: visible;
    z-index: 200;
}

#keyart-man, #keyart-hat, #keyart-piano {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 501;
}

#keyart-man, #keyart-hat, #keyart-piano {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

#keyart-piano {
  width: 90%;
  top: -5%;
  margin: 0 0 0 5%;
}

.piano-invis {
	opacity: 0;
  margin-bottom: -22%;
  width:96%;
}

.head-contain {
  position:relative;
    width: 67%;
    margin: 0 0 0 -1%;
  left:0;
  right:0;
  z-index:201;
}

@media (max-width:767px) { .head-contain { width: 100%; } }

.tony-head {
  margin:30px auto 2% auto;
  width: 100%;
}

@media (min-width:1700px) {
  .head-contain {
    max-width:1278px;
  }

  #keyart-piano {
    max-width:783px;
    top:15%;
    left:2%;
  }
}

@media (min-width:1850px) {
  #keyart-piano {
    max-width:783px;
    top:21%;
    left:6%;
  }
}

@media (min-width:2000px) {
  #keyart-piano {
    top:18%;
  }
}

#keyart-cast {
    z-index: 499;
}

#keyart-hat {
    z-index: 500;
}

#home-misc {
    position: relative;
    margin: -630px auto 450px;
}

#home-snipe {
    position: relative;
    z-index: 250;
}

#home-snipe > p {
    font-size: 85%;
    line-height: 1;
    margin: 6px auto 0;
}

.home-box {
    display: none;
	background: #f15d1e;
	min-height: 100px;
	position: relative;
	background: #f57e29;
	padding: 1px;
	height: 100%;
	width: 100%;
	margin-top: 1em;
	max-width: 420px;
}

.box-inner {
	border: 2px solid #f15b1e;
	padding: 4px;
	min-height: 100px;
	height: 100%;
}

.box-inner2 {
	background: #f15d1e;
	min-height: 100px;
	height: 100%;
	padding: 20px 30px;
}

.corner {
	background: url(../_img/box-corner.png) top left no-repeat;
	position: absolute;
	height: 23px;
	width: 23px;
}

.tl { top: 0; left: 0; background-position: left top; }
.tr { top: 0; right: 0; background-position: right top; }
.bl { bottom: 0; left: 0; background-position: left bottom; }
.br { bottom: 0; right: 0; background-position: right bottom; }

#home-video {
    position: relative;
    margin: 0 auto;
    text-align:center;
    font-family: 'Doric';
    color: #feea90;
    max-width: 345px;
}

#home-video p {
	margin: 0 0 -20px;
	line-height: 1;
}

#home-video img:first-child {
    position: relative;
    display: block;
    z-index: 150;
}

#home-video a {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    display: block;
    z-index: 250;
}

#music {
    position: relative;
    z-index: 250;
}

#home-video a:hover {
    opacity: .7;
}

.best-of {
	background: url(../_img/nav-bg.png) top center;
	padding: 6px 0;
	z-index: 505;
	margin-top: -6em;
}



@media (max-width:767px) { .best-of { margin-top: 0; } }

.best-of > div {
	background: #c9e2cf;
}

.best-of .ticket-info {
    padding-top:20px;
    font-size:125%;
}

#cities-list {
	padding: 0 !important;
}

.tour-city {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.city {
	line-height: 1;
	margin: 0 auto 2px;
}

.city-link {
	display: block;
	font-size: 28px;
}

.city-link:hover {
	text-decoration: none;
}

.tour-link {
	margin-top: 5px;
}

.date {
	font-size: 18px;
	line-height: 1.15;
}

#cities-list {
	padding: 0 !important;
  height:370px;
  overflow:hidden;
}

#tour-info {
  padding-bottom:20px;
}

@media (max-width:479px) {

	#tour-info {
	  font-size: 60%;
	}
}

.tour-city {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.city {
	line-height: 1;
	margin: 0 auto 2px;
  color:#F36B23;
}

.city-link {
	display: block;
	font-size: 28px;
}

.city-link:hover {
	text-decoration: none;
}

.date {
	font-size: 18px;
	line-height: 1.15;
  color:#000;
}

.tour-link {
    margin-left: 5px;
    margin-top:5px;
    font-family: 'HamiltonLight',sans-serif;
    font-weight: bold;
    font-size:200%;
    letter-spacing: .05em;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    line-height: 20px;
    color: #feea91;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #514d0d;
    border: none;
    border-color: none;
    border-bottom-color: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tour-link:hover,
.tour-link:focus,
.tour-link:active,
.tour-link.active,
.tour-link.disabled,
.tour-link[disabled] {
    color: #feea91;
    background-color: #514d0d;
}

.tour-link:hover,
.tour-link:focus {
    color: #feea91;
    text-decoration: none;
    background-position: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


/*
 ABOUT PAGE SECTION
 ----------------------------------------------------------------------------*/

.awards-box {
	border: 1px solid #98d5c4;
	padding: 4px;
}

.awards-inner {
	height: 100%;
	background: #98d5c4;
}

.awards-box-hed {
	margin: 0;
}

.awards-hed {
	font-family: 'Doric';
	font-size: 180%;
	margin: 0 !important;
}

.awards-hed em {
	font-family: 'Doric';
  font-style:italic;
	margin: 0 !important;
}

.awards-divider {
	background: url(../_img/awards-divider.png) center center no-repeat;
	height: 1.5em;
	width: 100%;
	margin-top: -1em;
    margin-bottom: 1em;
}

.awards-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
	font-size: 90%;
}

.awards-box li {
	line-height: 1.25em;
	margin: .5em;
}

.awards-box strong {
	text-transform: uppercase;
}

.awards-box em {
	white-space: nowrap;
}

.news-item img, #partners-copy h4 img {
    height: auto;
    padding: 6px;
    border: 1px solid #98d5c4;
}

.news-item h3 {
	margin-bottom: 10px;
}

.news-item .col-sm-9 p:first-of-type {
	margin-bottom: 20px;
}

.reviews-tonys {
	text-align: center;
	border-bottom: 1px solid #000;
	font-size: 2.5vw;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

@media (max-width: 767px) {

	.reviews-tonys {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {

	.reviews-tonys {
		font-size: 30px;
	}
}

.reviews-tonys {
	list-style: none;
	margin: 0;
	padding: 0;
}

.reviews-tonys h2 {
}

.reviews-tonys .awards-divider {
	margin-top: .5em;
	margin-bottom: .5em;
}

.reviews-tonys li {
	padding-bottom: .5em;
}

.review {
    padding: 40px 30px;
}
.review h2 {
    margin: 0 auto 10px;
}

.review p {
    margin: 0 auto 1px;
}

.review:nth-child(even)  {
    background: #98d5c4;
    border: 3px solid #98d5c4;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
            box-shadow: inset 0px 0px 0px 1px #fff;
}

.review h2 {
    font-family: 'HamiltonLight';
    font-size: 180%;
}

.review h2 strong {
/*    font-family: 'Doric';
*/    font-size: 135%;
font-family: 'HamiltonLight';
}

.review h2 em {
    font-family: 'HamiltonLight';
    font-style: italic;
}
/*.review:nth-child(even) h2 {
    font-family: 'HamiltonLight';
    font-size: 275%;
}*/

#page-nav {
	float: right;
	font-family: 'Doric';
	font-size: 130%;
}

#page-nav a.inactive {
	opacity: 0;
	cursor: default;
}

#page-nav a {
	cursor: pointer;
	padding: 4px;
	color: #666;
}

#page-nav a.arrow {
    color: #f36b23;
}

#page-nav a:hover, #page-nav a.current {
	color: #222;
	text-decoration: none;
}


.weather-msg {
    font-size:160%;
    text-align:center;
    padding:15px 0 0;
    color:#fff;
    font-weight:bold;
    display:block;
    z-index:1000;
}

.weather-msg a {
    color:#fff;
}

/*
 PARTNERS PAGE SECTION
 ----------------------------------------------------------------------------*
#partners-copy h4 img{
	float: left;
}
#partners-copy h4 {
    margin: 0 0 1em 0;
}
#partners-copy .partner {
    margin: 3em 0;
}
#partners-copy p {
    margin-left: 280px;
}*/

#partners-copy h4 img{
	margin-bottom: 1em;
}

#partners-copy h4 {
	text-align: center;
}

#partners-copy .partner {
    margin: 3em 0;
}

/*
 CAST PAGE SECTION
 ----------------------------------------------------------------------------*/

#cast_bios,
#tourcast_bios {
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

#tourcast_bios, #tour-creative {

}

#cast_bios .close,
#tourcast_bios .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 175;
    opacity: .7;
    margin: 0 !important;
}

.cast-tabs {
	padding: 0 .5em 1em;;
	text-align: center;
}

.cast-tabs a.btn {
	text-transform: uppercase;
	font-size: 120%;
	padding: .125em 1em;
}

.cast-tabs a.btn.active {
	color: #fff;
	cursor: default;
}

.cast-tabs a.btn.active:before,
.cast-tabs a.btn.active:after {
	content: " • ";
}

.cast-item, .photo-item, .video-item {
    width: 21%;
    display: inline-block;
    margin: 0 1% 10px;
    overflow: hidden;
    vertical-align: top;
}

.photo-item {
    width: 29%;
}

.video-item {
    width: 30%;
    max-width: 150px;
}

.video-item:first-child {
    display: block;
    margin: 0 auto 10px;
    width: 80%;
    max-width: 480px;
}

.cast-item > a, .photo-item > a, .video-item > a {
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 75%;
    line-height: 1.2;
}

.video-item:first-child > a {
    font-size: 90%;
    line-height: 1.5;
}

.cast-item img, .photo-item img, .video-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 6px;
    border: 1px solid #98d5c4;
    z-index: 125;
    transition: all .25s ease-in-out;
      -moz-transition:  all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
}

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

.cast-copy {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #98d5c4;
    padding: 30px;
    position: absolute;
    z-index: 150;
    display: none;
    text-align: left;
}

.hoverslide {
    font-size: 80%;
    line-height: 1;
    display: inline-block;
    color: #000;
    background: #98d5c4;
    width: 100%;
    padding: 3px 0;
    transition: all .25s ease-in-out;
      -moz-transition:  all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
}

.cast-item:hover .hoverslide {
    bottom: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

/*
 TICKETS PAGE SECTION
 ----------------------------------------------------------------------------*/

#saw {
    max-width: 120%;
}

.ham {
    font-family: 'HamiltonLight';
    font-size: 250%;
}

.ticket-info p {
    margin: 0 auto 20px;
    line-height: 1;
}

.ticket-info > div {
    margin: 0 auto 30px;
}

.ticket-info > div > div{
    border: 1px solid #98d5c4;
    padding: 3px;
    text-align: center;
}

.ticket-info > div > div >div {
    background: #98d5c4;
    padding: 10px 5px 1px;
    min-height: 210px;
}

.ticket-info big {

}

#calendar {
    text-align: center;
    padding: 0 !important;
    background: #fff !important;
}

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

.cal-left {
    left: 8%;
}

.cal-right {
    right: 8%;
}

.inactive {
    opacity: .4;
}

.month {
    width: 100%;
    display: none;
    background: #fff !important;
    padding: 10px 0 0 !important;
    z-index: 1000;
}

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

.month > div {
    position: relative;
    padding: 0 !important;
    border-top: 1px solid #98d5c4 !important;
}

.month > div > div {
    display: inline-block;
    width: 14% !important;
    background: #fff !important;
    min-height: 70px !important;
    vertical-align: top;
    border-right: 1px solid #98d5c4 !important;
    border-bottom: 1px solid #98d5c4 !important;
    margin: 0 0 !important;
}

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

.month .date {
    font-size: 90%;
    margin: 0 0 3px;
    padding-left: 5px !important;
    padding-top: 5px !important;
    text-align: left;
}

.month a {
    font-size: 80%;
    display: block;
    margin: 0 !important;
    font-weight: bold;
}

.red {
    color: #c61e24;
}

.divider-top {
    -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    		-webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/*
 PRIVACY PAGE SECTION
 ----------------------------------------------------------------------------*/
#privacy h1 {
    color: #fff;
    font-family: 'AntiqueWells',serif;
    font-size: 300%;
    font-weight: 400;
    letter-spacing: 2px;
}

#privacy h2 {
    font-family: 'AbadiMTW01-BoldCondense',sans-serif;
    font-weight: 400;
}

#privacy hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #f36b23, #333, #f36b23);
    background-image: -moz-linear-gradient(left, #f36b23, #333, #f36b23);
    background-image: -ms-linear-gradient(left, #f36b23, #333, #f36b23);
    background-image: -o-linear-gradient(left, #f36b23, #333, #f36b23);
}

#privacy .back_ctrl {
}

/*
 STUBHUB PAGE SECTION
 ----------------------------------------------------------------------------*/
.stubhub-page {
	position: relative;
	text-align: center;
	font-family: 'HamiltonLight', serif;
	font-size: 120%;
	line-height: 1em;
	color: #feea91;
	text-transform: uppercase;
}

.stubhub-page > * {
	display: block;
	margin: 0 auto;
}

.stubhub-hed { margin-top: 30px; }
.stubhub-best { margin-top: 30px; }
.stubhub-link { margin-top: 30px; }
.stubhub-text { margin-top: 10px; font-size:138%; line-height:1em; }

.stubhub-text b { color:#fff; }

h2.price-callout {
    background:url(../_img/ribbon.png) no-repeat center;
    background-size:contain;
    color:#000;
    font-family: 'HamiltonLight', serif;
    padding:8px 0;
    font-size:179%;
}

.stubhub-border {
    height:1px;
    background:#000;
    width:57%;
    margin-top:20px;
}

@media (min-width:1200px) {
	.stubhub-page #keyart {
		width: 35%;
		margin-top: -41%;
		margin-left: 0;
		margin-bottom: 8%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.stubhub-page #keyart {
		width: 34%;
		margin-top: -46%;
		margin-left: 0;
		margin-bottom: 9%;
	}
    h2.price-callout {
        max-width:59%;
        font-size:165%;
    }
}

@media (min-width:768px) and (max-width:991px) {
	.stubhub-page #keyart {
		width: 38%;
		margin-top: -55%;
		margin-left: -2%;
		margin-bottom: 13%;
	}
    h2.price-callout {
        max-width:58%;
        font-size:140%;
    }
}

.stubhub-hed { width: 57%; height: auto; }
.stubhub-best { width: 50%; height: auto; }

@media (max-width:767px) {
	.stubhub-hed { width: 100%; height: auto; }
	.stubhub-best { width: 100%; height: auto; }
	.stubhub-hed { margin-top: 20px; }
	.stubhub-best { margin-top: 4px; }
	.stubhub-link { margin-top: 18px; }
	.stubhub-text { margin-top: 6px; }
	.stubhub-page #keyart {
		max-width: 400px;
	}
    h2.price-callout {
        font-size:114%;
    }
}

/*
 FOOTER SECTION
 ----------------------------------------------------------------------------*/
footer {
    background: #f36b23;
    padding-top: 30px;
}

#footer {
    margin: 0 auto 30px;
    text-align: center;
    font-family: 'HamiltonLight', serif;
    font-size: 125%;
    line-height: 1;
}

#footer img {
    vertical-align:top;
}

#footer iframe {
    max-width: 100%;
}

#footer .rights {
    font-size: 79%;
}

footer a, footer a:hover {
    color: #fff;
}

a.map-link {
    color:#000;
}

/*
 NEWSLETTER SECTION
 ----------------------------------------------------------------------------*/

#opt-in-form, #opt-in-form2 {
    width: 100%;
    position: relative;
    text-align: center;
}

#opt-in-form2{
	margin: 3em auto -4em;
}

#opt-in-form input, #opt-in-form2 input {
    border: none;
    outline: 0;
    border-radius: 10px;
    width: 50%;
    padding: 5px 6px;
    max-width: 300px;
}

#opt-in-form2 input {
    display: block;
    margin: .25em auto;
}

#opt-in-form label, #opt-in-form2 label {
    display: block;
    margin-right: 5px;
    font-size: 164%;
    text-transform: uppercase;
    font-weight: normal;
}

#opt-in-form2 label {
	font-size: 180%;
	margin-bottom: .25em;
}

#opt-in-form .error, #opt-in-form2 .error {
    color: #C70C13;
    border: 1px solid #C70C13
}

#opt-in-form button, #opt-in-form2 button, .btn {
    margin-left: 5px;
    font-family: 'HamiltonLight',sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0;
    line-height: 20px;
    color: #feea91;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #514d0d;
    border: none;
    border-color: none;
    border-bottom-color: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #feea91;
    background-color: #514d0d;
}

.btn:hover,
.btn:focus {
    color: #feea91;
    text-decoration: none;
    background-position: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/*
 Quote Rotation
 -----------------------------------------------------------------------------*/
#quoterotation {
    padding: 0;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

.relative {
	position: relative;
}

#quotes {
	position: absolute;
	top: 0; left: 0;
	padding: 0;
	width: 100%;
}

#quotes blockquote {
    padding: 0;
    margin: 10px 0 5px 0;
    font-size: 250%;
    font-weight: 400;
    line-height: 1.2;
    border-left: none
}

#quotes li {
    list-style: none;
    opacity: 0;
	margin: 0 auto;
}

#quotes li:first-child {
    opacity: 1;
}

#quotes cite {
    display: block;
    font-size: 50%;
    font-style: italic
}

/*
 UPGRADE PAGE SECTION
 ----------------------------------------------------------------------------*/
#upgd_content {
    text-align: center;
    background-color: #f36b23;
    padding-top:20px;
}

#upgd_content hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #f36b23, #333, #f36b23);
    background-image: -moz-linear-gradient(left, #f36b23, #333, #f36b23);
    background-image: -ms-linear-gradient(left, #f36b23, #333, #f36b23);
    background-image: -o-linear-gradient(left, #f36b23, #333, #f36b23);
}

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


#player-body {
    position: relative;
    width: 100%;
}

#music-player {
    width: 100%;
    position: absolute;
    margin: 10px auto;
    border: 2px solid #000;
    padding: 2px;
    overflow: hidden;
}

.sc-header {
    max-height: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.sc-player {
    background: #f7a239;
    border: 1px solid #000;
}

.sc-player .row {
    margin: 0 !important;
}

.sc-player .row > div {
    padding: 0;
}

.sc-player .row > .col-xs-7 {
    padding: 0 3px;
}

.sc-controls a {
    display: block;
    background: url(../_img/nav-bg.png) top center;
}

#tracklist, .sc-volume-slider, .sc-waveform-container img , .sc-track-duration {
    display: none;
}

#sc-widget {
    display: block;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

#sc-player-prev, #sc-player-next, #sc-player-toggle {
    display: inline-block;
    width: 29%;
}

#sc-player-toggle {
    background: url(../_img/nav-bg.png) top center;
}

.sc-time-span {
    width: 100%;
    height: 6px;
    background: #cb500e;
    overflow: hidden;
}

.sc-waveform-container {
    background: #fce254;
    height: 6px;
}

#marquee {
    font-size: 14px;
    line-height: 1;
    padding: 5px 0 0;
    font-style: italic;
    overflow: hidden;
    position:relative;
    height: 20px;
}

#marquee > div {
    position:absolute;
    left: 0;
    white-space: nowrap;
}

#tracklist{
    padding: 10px 0 0 !important;
    margin: 0 !important;
    text-align: left;
}

.sc-trackslist {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}

.sc-trackslist li {
    line-height: 1;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sc-trackslist li.active {
    background: url('../_img/pointer.png') no-repeat left center;
}

.sc-trackslist li.active a {
    color: #000 !important;
    font-weight: bold;
}

.sc-trackslist li:last-child {
    border: none;
}

.sc-trackslist li a {
    padding: 5px 5px 5px 50px;
    display: block;
    color: #000;
}

.sc-trackslist li a:hover {
    background: #fce254;
    text-decoration: none !important;
}

#tracklist p > a {
    display: inline-block;
    max-width: 40%;
}


/*
TOUR PAGE SECTION
 ----------------------------------------------------------------------------*/
#tour-list {
  clear:both;
  margin-top:40px;
  margin-bottom:80px;
}

#tour-list .city, #tour-list .date, #tour-list .venue {
    float: left;
    font-size:114%;
}

#tour-list .city {
    width: 26%;
    font-weight: bold;
}

#tour-list .date {
    width: 26%;
}

#tour-list .venue {
    width: 30%;
}

#tour-list a {
	float: right;
    font-weight: bold;
    font-size:130%;
}

#tour-list p {
    margin:20px auto;
}

#tour-list hr {
  margin: 0 auto 15px;
}



#tour-list a {
    margin-left: 5px;
    font-family: 'HamiltonLight',sans-serif;
    font-weight: bold;
    letter-spacing: .05em;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    color: #feea91;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #514d0d;
    border: none;
    border-color: none;
    border-bottom-color: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#tour-list a:hover,
#tour-list a:focus,
#tour-list a:active,
#tour-list a.active,
#tour-list a.disabled,
#tour-list a[disabled] {
    color: #feea91;
    background-color: #514d0d;
}

#tour-list a:hover,
#tour-list a:focus {
    color: #feea91;
    text-decoration: none;
    background-position: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.tour {
    position:relative;
}

.jibjab {
    position:absolute;
    right: 95px;
    bottom:-100px;
    z-index:10;
    height:260px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #tour-list .city {
        width: 22%;
    }

    #tour-list .date {
        width:28%;
    }

    #tour-list .city, #tour-list .date, #tour-list .venue {
        font-size:100%;
    }
}

@media (max-width: 768px) {
    #tour-list .city, #tour-list .date, #tour-list .venue {
        display:block;
        width:100%;
    }

    #tour-list p {
	    position: relative;
    }

	#tour-list a {
		float: none;
		position: absolute;
		top:0; right: 0;
	}
}

@media (max-width: 480px) {
    .jibjab {
        display:none;
    }
}

@media (min-width: 992px) {
    .jibjab {
        right: 123px;
    }
}


/*
 SHARE SPLASH PAGE SECTION
 ----------------------------------------------------------------------------*/
.share-icons {
}

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

.share-btns {

    display:inline-block;
    margin:10px 20px;
}

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

@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 */
/*
 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: 2px;
}

.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;
}




/* =============================================================================
 MEDIA QUERIES
 ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {

	#music-box iframe {
		width: 259px;
	}

    img#bug_axe, img#bug_bottle, img#bug_fly, img#bug_skull {
        width: 40px;
        height: 40px;
    }
    .navbar-toggle-m {
        border: 1px solid transparent;
        border-radius: 0;
        float: left;
        margin-left:10px;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 8px;
        padding: 9px 10px;
        position: relative;
    }
    .nav li#home {
        padding-left: 0px !important;
    }
    .nav #smicons {
        padding-left: 50px;
    }
    #smicons_mobile a {
        display: inline-block !important;
        padding: 0 5px;
    }
    .navbar-header {
        border-bottom: 1px solid #fff;
    }
    #smicons_mobile img {
        max-height: 30px;
    }
    #footer > div {
        margin: 0 auto 20px;
    }
    .title.dotted {
        text-align: center;
    }
    .title.dotted img {
        width: auto;
        max-height: 25px;
    }
    .quote .hamilton {
        font-size: 24px;
    }
    .quote .doric {
        font-size: 22px;
    }

    .quote .mystery {
        font-size: 16px;
    }

    .quote .cite {
        font-size: 14px;
    }

    .home-box, .box-inner, .box-inner2 {
	    background: none;
	    padding: 0;
	    margin: 0;
	    border: none;
    }

    .corner {
	    display: none;
    }

	.hidden-480 {
		display: none;
	}
	.visible-480 {
		display: block;
	}
}
@media (min-width: 480px) {

    .corner {
	    display: block;
    }
	.hidden-480 {
		display: block;
	}
	.visible-480 {
		display: none;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#keyart {
	    width: 100%;
	    max-width: 900px;
	    position: relative;
	    margin: 0 auto;
	    overflow: visible;
	    z-index: 200;
	    overflow: hidden;
	    margin-top: -10%;
		margin-bottom: -15%;
	}

  #keyart-piano {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    z-index: 500;
    margin: 0 auto;
    width:93%;
  }
	.piano-invis {
		margin-bottom: 0;
	}
    .home-box {
		margin: 1em auto 0;
		display: block;
    }
    .home-box.video-box {
		margin: 2em auto 0;
		display: block;
    }
    .home #innerwrapper {
        background: #f36b23 !important;
    }
    .home #content {
        background: #f36b23;
        /*background: #f36b23 url('../_img/home-bg.jpg') no-repeat center top !important;
        background-size: 100% auto !important;*/
    }
    #outerwrapper.container-fluid {
        padding: 5px;
    }
    .home #bug_axe, .home #bug_bottle, .home #bug_fly, .home #bug_skull {
        max-width: 30px;
        height: auto;
    }
    .home #bug_skull {
        top: 0;
        left: 0;
    }
    .home #bug_fly {
        top: 0;
        right: 0;
    }
    .home #bug_axe {
        bottom: 0;
        left: 0;
    }
    .home #bug_bottle {
        bottom: 0;
        right: 0;
    }
    .navbar-toggle-m {
    border: 1px solid transparent;
    border-radius: 0;
    float: left;
    margin-left:5px;
    margin-bottom: 0px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
    }
    .navbar .container {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 !important;
    }
    .nav li#home {
        padding-left: 0px !important;
    }
    .nav li a {
        text-align: center;
    }
    .nav #smicons {
        padding-left: 50px;
    }

    img#bug_axe, img#bug_bottle, img#bug_fly, img#bug_skull {
        width: 40px;
        height: 40px;
    }
    #home-misc {
        margin: 0;
    }
    #opt-in-form {
        border-top: 2px dotted #fff;
        border-bottom: 2px dotted #fff;
        padding: 20px 0;
    }
    #opt-in-form button {
        /*margin-top: 5px;*/
    }
    .cast-item img, .photo-item img, .video-item img {
        padding: 2px;
    }
    #music-player {
        width: auto;
        position: relative;
    }

    #home-video { float: none; display: block;}
    .review h2 {
        font-family: 'HamiltonLight';
        font-size: 120%;
    }
    #partners-copy {
	    margin-left: -15px;
	    margin-right: -15px;
	    font-size: 90%;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    #smicons {
        position: absolute;
        right: 5px;
        top: 50px;
        padding-right: 0 !important;
    }


	.home #content {
		background: none !important;
		margin: 42px auto 0;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .nav li#home {
        padding-left: 0px;
    }
    .nav li a {
        font-size: 80%;
        padding: 20px 5px 10px;
    }
    .nav #gettkts a {
        padding: 15px 5px 8px;
    }

    .nav #gettkts img {
        max-width: 170px;
    }
    #opt-in-form label,
    #opt-in-form2 label {
        font-size: 100% !important;
        line-height: 1;
    }
    #opt-in-form2 label {
        font-size: 150% !important;
    }
    .character {
        width: 210px;
    }
    .ticket-info div > div >div {
        min-height: 175px;
    }
    #opt-in-form button
    #opt-in-form2 button {
        margin-top: 5px;
    }
    #home-misc {
        margin-bottom: 390px;
        margin-top: -570px;
    }
    .quote .hamilton {
        font-size: 40px;
    }

    .quote .doric {
        font-size: 36px;
    }

    .quote .mystery {
        font-size: 18px;
    }

    .quote .cite {
        font-size: 18px;
    }
    #smicons a {
        display: inline-block !important;
        padding: 5px !important;
    }
    .home #innerwrapper {
        background-size: 112% auto !important;
    }
    .ticket-info big {
        font-size:135%;
    }
}

@media (min-width: 768px) {
    /*.home #content {
        min-height: 800px;
    }*/
    #opt-in-form {
        border-left: 2px dotted #fff;
        border-right: 2px dotted #fff;
    }

	.home-box.video-box {
		/*margin-top: 3em;*/
		max-width: 457px;
		/*margin-left: -9%;*/
	}

	.about-container {
		padding-right:40px;
		padding-left:40px;
	}
}

@media (min-width: 820px) {
    /*.home #content {
        min-height: 850px;
    }*/
}

@media (min-width: 991px) {

	.home-box {
		/*margin-left: -9%;*/
	}
    /*.home #content {
        min-height: 900px;
    }*/

    .nav > li.poison > a:after {
        content:" ";
        position: absolute;
        left: 5px;
        display: block;
        width: 76px;
        height: 74px;
        background: url('../_img/nav-poison.png') no-repeat top center;
        opacity: .75;
        top: -90px;
        transition: all .25s ease-in-out;
          -moz-transition:  all .25s ease-in-out;
           -webkit-transition: all .25s ease-in-out;
           -moz-transform: scale(1) rotate(30deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
           		-webkit-transform: scale(1) rotate(30deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
                   -o-transform: scale(1) rotate(30deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
                   -ms-transform: scale(1) rotate(30deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
                   transform: scale(1) rotate(30deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }
    .nav > li.poison > a:hover {}
    .nav > li.poison > a:hover:after {
        opacity: 1;
        top: -50px;
        -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        		-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
                -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
                -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
                transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
	#smicons {
	    /* center */
		left: 50%;
		margin-left: -120px;
		margin-top: 2px;
		right: auto;
	}
	#smicons .hidden-lg {
		display: inline-block !important;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
    #home-misc {
        margin-bottom: 450px;
        margin-top: -675px;
    }
    .nav > li > a {
        font-size: 90%;
        padding: 20px 15px 10px;
    }
    .home #innerwrapper {
        background-size: 110% auto !important;
    }
}

/* Large desktop */
@media (min-width: 1199px) {
    /*.home #content {
        min-height: 950px;
    }*/
    #about-copy {
        font-size: 116%;
    }
    .cast-item:hover img, .photo-item:hover img, .video-item:hover img {
        opacity: .9;
        border-color: #f36b23;
    }
    .hoverslide {
        position: absolute;
        bottom: -60px;
        right: 0;
        font-size: 100%;
        padding: 5px 0;
        background: rgba(243, 107, 35, .8);
        color: #fff;
    }
    .big-right {
        text-align: right;
    }
}

/* Print  */
@media print {
}

body > iframe[name=google_conversion_frame] {
    position: absolute;
    height: 0;
}

/* LARGE QUOTES *
.big-hed {
    height: 100%;
    position: relative;
}
.t {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.tc {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.quote-hed {
    text-transform: uppercase;
    font-family: 'hamiltonmedium', serif;
    font-size: 8vw;
    line-height: .8em;
    font-weight: normal;
    letter-spacing: .025em;
    color: #fff459;
    vertical-align: top;
    padding: .25em 0 .25em .25em;
    text-align: left;
}
.quote-hed > div:first-of-type:before {
	content: open-quote;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	text-align: right;
	font-size: 50%;
    vertical-align: top;
    line-height: 1em;
}
.quote-hed > div:last-of-type:after {
	content: close-quote;
	display: inline-block;
	width: 1em;
	margin-right: -1em;
	text-align: left;
	font-size: 50%;
    vertical-align: top;
    line-height: 1em;
}
.quote-hed cite {
    font-family: 'HamiltonLight', serif;
	display: block;
	font-size: 40%;
	line-height: 1.25em;
}*/

@media (min-width: 768px) and (max-width: 1199px) {
	#logo > div { padding-top:3em; }
}

@media (min-width:768px) {

	#logo .col-sm-9 {
	    width: 69%;
	}
	#logo .col-sm-3 {
	    width: 26%;
	}
}