/* calendar styles */
.tix-avail-guide__title {
	text-align:center;
	color:#fff;
	font-size:1.15em;
	padding-bottom: .3em;
}
.tix-avail-guide-legend p {
	color: #252c5d;
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
	padding: 0.75em 0 1em 0;
	font-weight: 600;
}
.tix-avail-guide-legend span {
	font-weight: 800;
	-webkit-font-smoothing: auto;
}
.tix-avail-guide-legend td {
	vertical-align: middle;
}
.tix-avail-guide__best {
	background-color:#fedd00;
}
.tix-avail-guide__limt {
	background-color:#6bc3f6;
}
.tix-avail-guide__sold {
	background-color:#d7d7d7;
}

@media (max-width: 767px) {
.tix-avail-guide__best {
	background-color:#fedd00;
	margin: 0 0 .2em;
}
.tix-avail-guide__limt {
	background-color:#6bc3f6;
	margin: 0 0 .2em;
}
.tix-avail-guide__sold {
	background-color:#d7d7d7;
	margin: 0;
}
}
@media (min-width: 768px) {
	/* .row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	} */

	.tix-avail-guide__title {

		font-size:1.5em;
	}
	.tix-avail-guide-legend p {
		margin: auto 10px;
	}
	/* .tix-avail-guide-legend p {
		position: relative;
	  top: 50%;
		-webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	} */
}
#calendar {
    -moz-user-select: none;
    color: #333333;
    font-weight: 600;
    font-size: .75em;
    margin: 0;
/*    padding: 0.4em;*/
    width: 100%;
    position: relative;

}

#calendar .navigation {
    color: #fff;
    padding: 1px;
    position: relative;
    max-width: 360px;
    margin: auto;
}
#calendar .navigation .title {
    line-height: 1em;
    text-align: center;
		font-size:27px;
    color: #fff;
    text-transform: uppercase;
		margin-bottom: 1em;
}
#calendar .navigation .prev, #calendar .navigation .next {
    background-image: url(../images/calnav-v2.png);
    height: 24px;
    width: 31px;
    opacity: 0.9;
    position: absolute;
    top: 0;
		right: 0;
}
#calendar .navigation .prev {
    background-position: 0 0;
    left: 0px;
}
#calendar .prevhide, #calendar .nexthide {display:none !important;}
#calendar .navigation .next {
    background-position: -33px 0;
}
#calendar .navigation .prev:hover, #calendar .navigation .next:hover {
    opacity: 1;
}
#calendar table {
    /* border-collapse: separate;
    border-spacing: 1px; */
    table-layout: fixed;
    width: 100%;
    border:none;
}
#calendar table tr {
	background:none;
}
#calendar table th {
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
	color:#51a2d0;
	font-size:.85em;
}
#calendar table th#sun:after {content:"un";}
#calendar table th#mon:after {content:"on";}
#calendar table th#tue:after {content:"ue";}
#calendar table th#wed:after {content:"ed";}
#calendar table th#thu:after {content:"hu";}
#calendar table th#fri:after {content:"ri";}
#calendar table th#sat:after {content:"at";}
#calendar table td {
    position:relative;
    outline: 1px solid #252c5d;
    background-color: #ffffff;
    color: #51a2d0;
/*    font-weight: normal;*/
    text-align: center;
    text-decoration: none;
/*		font-size:10px;*/
		line-height:26px;
		padding:0;
    height:110px;
    vertical-align:middle;
}
#calendar table td small{
	font-size:1em;
}
#calendar table td span.day {
	position:absolute;
	top:2px;
	left:4px;
}
#calendar table td:first-child span.day {
	left:8px;
}
#calendar table tr:first-child span.day {
	top:6px;
}
/* .weekly #calendar table tr:first-child span.day {
	left:0;
	width:100%;
} */
#calendar table td div.wrapper{
	position:relative;
	padding: 10px 0 0 0;
  margin-left: -3px;
}
#calendar table td.notcurrent div.wrapper, #calendar table td.notcurrent span.day{
	display:none;
}
#calendar table td a {
    opacity: 1;
		text-decoration:none;
		min-width: 50px;
}
#calendar table td a:hover {
    opacity: 1;
		text-decoration:underline;
}
#calendar table td.current a, #calendar table td.today a {
    color:#252c5d;
    display: inline-block;
    /* margin-bottom: 2px; */
}
#calendar table td a:after {
	content: " PM";
}

#calendar table td.notcurrent {
		/* background:url(../images/calendar-bluebg.jpg); */
}
#calendar table td.nextmonth, #calendar table td.notcurrent {
		background-color:#dff2fd;
}

.calendar-head{display:none;}


.cal-border-top, .cal-border-left, .cal-border-right, .cal-border-bottom {
    position:absolute;z-index:999;overflow: hidden;
}
.cal-border-top {left:0;top:0;height:6px;}
.cal-border-left {left:0px;width:6px}
.cal-border-bottom {left:0;bottom:0px;height:7px;}
.cal-border-right {right:0px;width:6px}

.cal-bg {
    background:url(../images/tickets-bg_cal.jpg) no-repeat 50% top;
    background-size:99% auto;
}
.cal-sold {background-color: #d7d7d7; padding: 2px 6px;}
.cal-best {background-color: #fedd00;padding: 2px 6px;}
.cal-limited {background-color: #6bc3f6;padding: 2px 6px;}

@media only screen and (max-width: 767px){
    #calendar .navigation {
/*        margin-bottom: 40px;*/
    }
		#calendar table td a {
				width: 100%;
				min-width: 0;
		}
}
@media only screen and (min-width: 769px){
    #calendar {
			/* width: 80%; */
			margin:auto;
			font-size: 1em;
		}
}
@media only screen and (max-width: 991px){
    #calendar {padding-top:30px}
    #calendar .navigation .title {font-size: 1.5em;}
	#calendar table td, #calendar table th {font-size:16px;}
	#calendar table td small{font-size:16px;}
    .cal-bg {
        background:url(../images/tickets-bg_cal_sm.jpg) no-repeat 50% top;
        background-size:cover;
    }
    .cal-best,.cal-sold,.cal-limited {padding: 0 3px;}
}

@media only screen and (max-width: 425px){
    #calendar {padding-top:0}
    #calendar table th:after{content:"" !important;}
	#calendar table td .wrapper, #calendar table th {font-size:22px;}
	#calendar table td small,#calendar table td a:after {font-size:12px;}
    #calendar table td .wrapper {padding-top:14px !important;}
    #calendar table td a {line-height:30px;}
}
@media only screen and (max-width: 350px){
	#calendar table td .wrapper, #calendar table th {font-size:19px;}
	#calendar table td small {font-size:10px;}
}

/* INTERNATIONAL PAGE */
.theater-box {
	background-image: url(../images/bg_lightblue-d.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
	background-size: cover;
	padding: 60px 20px;
	margin-left: auto;
}
.theater-box h3 {
	color: #252c5d;
	margin: 0;
	font-family:'Knockout','Proxima Nova W01', sans-serif;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
}
.theater-box p {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 20px;
	color: #252c5d;
	font-weight: 400;
	line-height: 1.1;
}
@media (min-width: 580px) {
	.olivier {
		margin-left: -100px;
	}
}
@media (min-width: 768px) {
	.theater-box {
		min-width: 320px;
		max-width: 398px;
	}
	.theater-box p {
		font-size: 16px;
	}
	.theater-box h3 {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.theater-box p {
		margin-top: 30px;
		font-size: 24px;
	}
	.theater-box h3 {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.theater-box h3 {
		font-size: 30px;
	}
}


/* TOUR PAGE */

#nav-tour table {
  line-height:1.1em;
  font-weight: 700;
  width:100%;
  border-collapse: collapse;
  font-size: .8em;
}
#nav-tour th {
  font-size:1.25em;
  color: #fedd00;
}
#nav-tour td, #nav-tour th {
    padding: 15px 6px;
}
#nav-tour td:nth-child(3) {
	text-transform: uppercase;
}
#nav-tour td a, #nav-tour td span {
	text-transform: uppercase;
	font-size: 1.2em;
	display: block;
	line-height: 1;
	margin-top: 5px;
}
/* tr{
	float: left;
	width: 100%;
} */
/* tr:nth-child(even){background:url(../images/med-blue-bg.gif) no-repeat top;
	background-size:100% auto;
	background-position: center;
} */
#nav-tour tr:nth-child(even) td:first-child, #nav-tour tr:nth-child(even) th:first-child {background:url(../images/_tickets/row-blue-bg-left.gif) no-repeat top;
	background-size:100% 100%;
	background-position: center;
}
#nav-tour tr:nth-child(even) td:nth-child(2), #nav-tour tr:nth-child(even) th:nth-child(2){background:url(../images/_tickets/row-blue-bg-center.gif) no-repeat top;
	background-size:100% 100%;
	background-position: center;
}
#nav-tour tr:nth-child(even) td:last-child, #nav-tour tr:nth-child(even) th:last-child{background:url(../images/_tickets/row-blue-bg-right.gif) no-repeat top;
	background-size:100% 100%;
	background-position: center;
}
#nav-tour tr:hover {}

.inner-bg {
	background:url(../images/med-blue-bg.gif) no-repeat top;
	background-size:cover;
}
#nav-tour td:nth-child(2), #nav-tour th:nth-child(2) {
		width: 108px;
}
@media (min-width:500px) {
	#nav-tour td:nth-child(2), #nav-tour th:nth-child(2) {
			width: 120px;
	}
}

@media (min-width:768px) {
	#nav-tour td a, #nav-tour td span {
		font-size: .8em;
		line-height: 1.6em;
		margin-top: 0;
	}
  #nav-tour table {
    font-size:1.1em;
  }
  #nav-tour td, #nav-tour th {
      padding: 15px;
  }
	#nav-tour td:first-child, #nav-tour th:first-child {
			width: 184px;
	}
	#nav-tour td:nth-child(2), #nav-tour th:nth-child(2) {
			width: 188px;
	}
	#nav-tour td:last-child, #nav-tour th:last-child {
			width: 348px;
	}
}
@media (min-width:992px) {
	#nav-tour table {
    font-size:1.1em;
  }
  #nav-tour td, #nav-tour th {
      padding: 15px;
  }
	#nav-tour td:first-child, #nav-tour th:first-child {
			width: 280px;
	}
	#nav-tour td:nth-child(2), #nav-tour th:nth-child(2) {
			width: 180px;
	}
	#nav-tour td:last-child, #nav-tour th:last-child {
			width: 480px;
	}
}
@media (min-width:1200px) {
	 #nav-tour table {
     font-size:1.1em;
   }
	 #nav-tour td:first-child, #nav-tour th:first-child {
       width: 291px;
   }
	 #nav-tour td:nth-child(2), #nav-tour th:nth-child(2) {
       width: 298px;
   }
	 #nav-tour td:last-child, #nav-tour th:last-child {
       width: 551px;
   }
}

.orchestra, .ticketing-tips-header {
	padding: 0 20px;
}

.ticketing-tips .col-sm-4 {
	align-self: flex-start;
}

.ticketing-tips {
	text-align: center;
}

.ticketing-tips .title {
	font-size: 22px;
	font-family:'Proxima Nova W01', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 28px;
}

.ticketing-tips .contents {
	font-size: 16px;
	font-family:'Proxima Nova W01', sans-serif;
	font-weight: normal;
	line-height: 22px;
	width: 233px;
	margin: 10px auto;
}

/* FLASH PAGE */
.subtitle {
  text-align: center;
  margin-top: 5px;
	display: flex;
  align-items: center;
}

.subtitle .left, .subtitle .right {
  display: inline-block;
  vertical-align: middle;
	/* width: 10%; */
}
.subtitle h2 {
  display: inline-block;
  vertical-align: middle;
  color: #fedd00;
  font-size: 35px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase
}

.subtitle h2 br {
  display: none
}

@media (max-width: 767px) {
  .subtitle .left, .subtitle .right {
    /* width: 8% */
  }
	.subtitle h2 {
	  font-size: 24px;
	}
	.subtitle h2 br {
    display: block
  }
}

@media (max-width: 480px) {
	.subtitle .left, .subtitle .right {
    display: none;
  }
	.subtitle h2 {
    font-size: 22px
  }
}

.subtitle .left img, .subtitle .right img {
  max-width: 100%;
  height: 19px
}
.blue-box {
	background-image: url(../images/bg_lightblue-d.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
	background-size: cover;
	padding: 30px 20px;
	margin-left: auto;
}
.blue-box h3 {
	color: #252c5d;
	margin: 0;
	font-family:'Knockout','Proxima Nova W01', sans-serif;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
}
.blue-box p {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 20px;
	color: #252c5d;
	font-weight: 400;
	line-height: 1.1;
}
@media (min-width: 768px) {
	.blue-box h3 {
		font-size: 36px;
	}
	.blue-box p {
		font-size: 22px;
	}
}
.button-bg {
  background-image: url(../images/btn_yellowbg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
	background-size: 100% 100%;
	padding: 5px 10px;
  display: inline-block;
  color: #252c5d;
  font-family:'Proxima Nova W01', sans-serif;
  font-size: 34px;
  font-weight: 700;
  width: 100%;
  max-width: 350px;
}
.button-bg a {
  color: #252c5d;
  text-decoration: none;
}
