/***************************************************
NEW CONCERT GRID
***************************************************/

/* FRAMEWORK */
.new_concert_grid { 
	float: left; 
	position: relative; 
	width: 100%; 
	margin: 0 auto;
	margin-top: 10px;
}
.new_concert_grid a,.new_concert_grid a:link,.new_concert_grid a:hover,.new_concert_grid a:visited {
	color: #E83754;
}
.new_concert_side { 
	display: none;
}
.error_box {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #E83754;
	color: #FFF;
	text-align: center;
}
.error_box p {
	margin: 0!important;
}
.new_concert_grid h1 {
	width: 100%;
}
.new_concert_grid .intro {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.new_concert_grid .intro p {
	font-size: 16px;
}

.open_basket {
	color: #323232!important; 
	background: #F4F4F4; 
	padding: 8px; 
}
#basket_message {
	padding: 20px;
	box-sizing: border-box;
	background: #E83754;
	color: #FFF;
	text-align: center;
}
#basket_message p {
	margin: 0;
}

@media screen and (max-width: 600px) {
	.new_concert_grid h1 {
		font-size: 30px;
		line-height: 34px;
	}
}

/**************************************
LOADER
**************************************/
/* includes loader inside iFrame */

.hiddenArea {
    display: none !important;
    visibility: hidden;   
}

#concertsWhiteOut, #ppWhiteOut {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

#addToBasketTimeMsg, #DeliveryTimeMsg {
    position: fixed;
    top: 130px;
    left: 25%;
    right: 25%;
    width: 50%;
    background: #ffffff;
    z-index: 11;
    padding: 40px;
    text-align: center;
    border: #dddddd 1px solid;
    box-sizing: border-box;
}

@media only screen and (max-width: 728px) {
	#addToBasketTimeMsg, #DeliveryTimeMsg {
        left: 20px;
        right: 20px;
        width: auto;
        padding: 20px;
		padding-bottom: 30px;
    }
}

#mapPickerView #loaderHolder, #BAloaderHolder, #outerloaderHolder, #pploaderHolder {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
}
#BAloaderHolder {
	top: 170px;
	z-index: 1;
}
#outerloaderHolder, #pploaderHolder {
	z-index: 11;
	bottom: 15px;
	top: auto;
}

#BAloaderHolder p {
	text-align: center;
	margin: 20px;
}

#mapPickerView #loader, #BAloader, #outerloader, #pploader {
	width: 60px;
	height: 10px;
	margin: 0px auto;
	position: relative;
	z-index: 3;
}

.loaderCirc {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 15px;
	margin: 0px auto;
	background-color: #E83754;
	position: absolute;
	top: 0px;
}

#mapPickerView #loaderCirc0, #BAloaderCirc0, #outerloaderCirc0, #pploaderCirc0 {
	left: 5px;
}
#mapPickerView #loaderCirc1, #BAloaderCirc1, #outerloaderCirc1, #pploaderCirc1 {
	left: 25px;
}
#mapPickerView #loaderCirc2, #BAloaderCirc2, #outerloaderCirc2, #pploaderCirc2 {
	left: 45px;
}
/* end includes loader inside iFrame */

/**************************************
RESIDENCY HEADERS
**************************************/

.resident_block {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #FFF;
}
.resident_intro p {
	font-size: 20px;
}
.resident_description {
	padding: 20px;
}

/**************************************
SIDEBAR DISPLAYS
**************************************/

.sb_container {
	width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #FFF;
}
.sb_container * {
	width: 100%;
	box-sizing: border-box;
}
.sb_title {
	padding: 10px;
}
.sb_title h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.sb_description {
	padding: 10px;
}
.sb_description p {
	font-size: 13px;
}
.sb_video_box {
	position: relative;
}
.sb_video_box iframe {
	width: 100%;
	height: 220px;
	padding-bottom: 0%;
}
.sb_page_box {
}

/**************************************
SSRT GRIDS
**************************************/

.new_concert_grid .ssrt_grid {
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
.new_concert_grid .ssrt_grid * {
	box-sizing: border-box;
	float: left;
}
.ssrt_grid .ssrt_block {
	width: 19%;
	margin: 1% 1% 1% 0;
	float: left;
	border: 1px solid #DDD;
	background: #FFF;
	transition: 0.5s ease all;
}
.ssrt_block.wide {
	width: 32%;
	color: #000!important;
}
.ssrt_grid .ssrt_block:hover {
	background: #E83754;
	color: #FFF;
	transition: 0.5s ease all;
}
.ssrt_grid .ssrt_block.last {
	margin: 1% 0 1% 0;
}
.ssrt_block .ssrt_image {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	float: none;
}
.ssrt_block .ssrt_image img {
	width: 100%;
}
.ssrt_block .ssrt_image img.img_edit {
	display: none!important;
}
.ssrt_block .ssrt_title {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.ssrt_block .ssrt_title.resi {
	min-height: 105px!important;
}
.ssrt_block .ssrt_title p {
	padding: 0 10px;
}
.ssrt_grid .ssrt_block.wide:hover {
	background: #FFF;
	color: #000;
	transition: 0.5s ease all;
}
.ssrt_block .ssrt_title.residency {
	min-height: auto;
	padding: 5px;
	color: #E83754!important;
}
.ssrt_grid .ssrt_block.wide:hover .ssrt_title.residency {
	background: #E83754;
	color: #FFF!important;
	transition: 0.5s ease all;
}
.ssrt_block .ssrt_title h3 {
	width: 100%;
	margin: 0;
	text-align: center;
}
.ssrt_block .ssrt_title p {
	text-align: left;
}
.series_header {
	width: 100%;
	box-sizing: border-box;
}
.series_header .series_image {
	width: 100%;
}
.series_header .series_description {
	width: calc(100% - 420px);
	margin: 20px 0;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #DDD;
}
.series_header .series_mailinglist {
	width: 400px;
	margin: 20px 0 20px 20px;
	padding: 15px;
	float: left;
	box-sizing: border-box;
	background: #EEE;
	border: 1px solid #DDD;
	text-align: center;
}

/**************************************
BOOKINGS LISTING
**************************************/

/* CONCERTS FILTER */
.new_concert_grid #concerts_filter { 
	width: 100%; 
	padding: 5px;
	background: #CCC;
	float: left;
	box-sizing: border-box;
}
#concerts_filter p {
	width: 11.5%;
	float: left;
	padding: 11px 15px 0;
	box-sizing: border-box;
}

#concerts_filter form {
	width: 17.5%;
	padding: 5px 5px 0;
	float: left;
	box-sizing: border-box;
}
#concerts_filter.sbc form {
	width: 22%;
}

#concerts_filter select {
	width: 100%;
	box-sizing: border-box;
}

/* CONCERT LIST BLOCKS */
.dynamic_concert {
	margin: 10px 0 0;
}
.concert_list_block {
	width: 100%;
	margin:  0;
	padding: 0 8px 0 0;
	float: left;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #DDD;
	box-sizing: border-box;
	box-shadow: 0 0 0 0!important;
}
.concert_list_block.large { 
	height: 240px;
	background: #FFF;
}
.concert_list_block.small {
	height: 180px;
	background: #E0E0E0;
}

.clb {
	float: left;
	height: inherit;
	box-sizing: border-box;
}
.clb.image {
	width: 320px;
	z-index: 98;
}
.clb.title {
	width: calc(52% - 230px);
	padding: 20px 20px 20px 25px;
	z-index: 99;
}
.clb.title h2 {
	margin: 0 0 10px;
}
.clb.title h4 {
	margin: 0;
}
.clb.title a {
	color: #000!important;
}
.clb.title .event_date {
	display: block;
}
.clb.info {
	width: calc(48% - 230px);
	padding: 20px 20px 20px 5px;
}
.clb.info p {
	margin: 2px 0;
}
.clb.title.development {
	width: calc(100% - 460px);
}
.repertoire_text {
	text-transform: uppercase;
}
.repertoire_text span {
	text-transform: none;
}
.repertoire_more,.soloist_more {
	font-style: italic;
}
#extended_activate {
	margin: 5px 0 0;
	color: #E83754;
	cursor: pointer;
}

.concert_list_block.special .clb.title {
	width: calc(100% - 460px);
	padding: 20px;
}
.concert_list_block.special .clb.info {
	display: none;
}


.description_wrapper {
	width: 100%;
}
.clb.buttons {
	width: 140px;
	height: 90%;
	margin: 1% 0;
	padding: 5px 20px 0;
	position: relative;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #EEE;
}
.clb.buttons hr {
	display: none;
}
.grey_text {
	color: #AAA;
}
.season_1516 {
	border-right: #72BE8B 8px solid!important;
	padding: 0!important;
}
.season_1617 {
	border-right: #ED983B 8px solid!important;
	padding: 0!important;
}
.season_1718 {
	border-right: #00B49B 8px solid!important;
	padding: 0!important;
}
.season_1718_bedford {
	border-right: #7D5385 8px solid!important;
	padding: 0!important;
}
.season_1718_leicester {
	border-right: #F59E3F 8px solid!important;
	padding: 0!important;
}
.season_1718_basingstoke {
	border-right: #9ECAA1 8px solid!important;
	padding: 0!important;
}
.season_1718_canterbury {
	border-right: #6283C2 8px solid!important;
	padding: 0!important;
}
.season_1819 {
	border-right: #352d54 8px solid!important;
	padding: 0!important;
}
.season_1819_canterbury {
	border-right: #A3CBEE 8px solid!important;
	padding: 0!important;
}
.season_1819_leicester {
	border-right: #F39325 8px solid!important;
	padding: 0!important;
}
.season_1819_bedford {
	border-right: #831F82 8px solid!important;
	padding: 0!important;
}
.season_1819_basingstoke {
	border-right: #C80180 8px solid!important;
	padding: 0!important;
}

.series_stravinsky {
	border-right: #AAA 8px solid!important;
	padding: 0!important;
}

.special_text {
	margin: 0;
	text-align: center;
	font-size: 15px;
}
.special_text .smaller_text {
	font-size: 10px;
}

/* MONTH BUTTONS */

#c_previous_month,#c_next_month {
	margin: 20px 0 0;
	padding: 10px 20px;
	display: block;
	text-align: center;
	box-sizing: border-box;
    text-decoration: none;
	transition: 0.5s ease all;
	font-size: 15px;
	color: #E83754;
}

#c_previous_month {
	float: left;
}
#c_next_month {
	float: right;
}

/* BOOK BUTTON */

.button_signup,.button_info,.button_booking {
	padding: 10px;
	display: block;
	text-align: center;
	box-sizing: border-box;
    text-decoration: none;
	transition: 0.5s ease all;
	font-size: 15px;
	background: #EEE;
	color: #000!important;
}
.button_info,.button_booking {
	width: 80%;
	position: absolute;
	right: 10%;
}
.button_signup {
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
	float: none;
}
.button_info {
	bottom: 12px;
}
.button_booking {
	bottom: 60px;
}

.grey_out { 
	background: #CCC!important;
	color: #AAA!important;
}
.white_out {
	background: none!important; 
	color: #000!important;
}
.white_back {
	background: #EEE!important; 
	color: #000!important;
}
.colour_out {
	background: #E83754;
	color: #FFF!important;
}
.grey_out:hover,.white_out:hover,.white_out:focus,.white_back:hover,.white_back:focus { 
	cursor: default; 
}
.button_booking:hover,.button_booking:focus,.button_signup:hover,.button_signup:focus {
	background: #333;
	transition: 0.5s ease all;
}
.button_info:hover,.button_info:focus {
	background: #FAFAFA;
	color: #E83754;
	transition: 0.5s ease all;
}
.grey_out:hover,.grey_out:focus { 
	background: #CCC;
	color: #AAA;
}

/**************************************
INDIVIDUAL CONCERT
**************************************/

/* iFrame */
#seatSelectionProcessiFrame {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

/* BENEFITS SIGN UP */
#benefit_sign_up {
	width: 100%;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background: #EEE;
	color: #000;
	border-width: 1px 1px 0;
	border-color: #DDD;
	border-style: solid;
	position: relative;
}

/* CONCERTS HEADER */
.new_concert_grid .concert_header {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #FFF;
	border-style: solid;
	border-color: #DDD;
	border-width: 0 1px;
	border-top: #E83754 3px solid;
	position: relative;
	text-align: center;
}

.concert_header h1 { 
	margin: 0 0 10px;
	border: 0;
}
.concert_header h5 {
	margin: 0 0 10px;
	font-size: 18px;
}
.concert_header a {
	color: #000!important;
	cursor: default;
}
.concert_header .event_date {
	font-weight: 900;
}
.concert_header .event_date:after {
	content: ', ';
}
#concerts_subtitle { 
	color: #888; 
}
.box_office, .box_office a {
	color: #AAA!important;
}

/* CUSTOM */
.nielsen_essay {
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
}
.nielsen_essay #read_more,.nielsen_essay #show_less {
	cursor: pointer;
	color: #E83754;
	margin: 10px 0 20px;
}
.c8 .video_frame {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-bottom: 5px;
}
.c8 iframe video {
	position: relative;
	margin-bottom: 30px;
}
.c8 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 1024px) {
	.nielsen_cube {
		display: none;
	}
	.nielsen_essay #read_more,.nielsen_essay #show_less {
		display: none;
	}
	.nielsen_essay {
		height: auto;
	}
}

/* WRAPPER */
.new_concert_grid .concert_block {
	width: 100%;
	min-height: 500px;
	float: left;
	padding: 20px 0;
	box-sizing: border-box;
	background: #FFF;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #DDD;
}

.concert_block .image_block, .concert_block .description_block {
	float: left;
}

.concert_block .image_block {
	width: 42%;
}
.image_block .image_display {
}
.image_block .other_concerts {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.concert_block .description_block {
	width: 58%;
	padding: 0 20px 0 30px;
	box-sizing: border-box;
	position: relative;
}
.description_block .performer_container p,.description_block .repertoire_container p {
	margin: 0 0 2px;
}
.description_block .purchase_container {
	width: 160px;
	min-height: 40px;
	margin-left: 20px;
	float: left;
}
.description_block .performer_container,.description_block .repertoire_container {
	width: calc(100% - 180px);
	min-height: 40px;
	float: left;
}
.description_block .purchase_container .button_booking {
	width: 160px;
	position: relative;
	float: right;
	right: 0;
	bottom: 0;
}
.description_block .purchase_container {
	float: right;
}
.description_block .repertoire_container {
	margin: 20px 0 0;
}
.description_block .soloist_more,.description_block .repertoire_more {
	display: none;
}
.description_block .desc_container {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 0;
	float: left;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #E0E0E0;
}
.description_block .desc_container hr {
	border-color: #E0E0E0;
}
.concert_block .booking_block {
	width: 100%;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.new_concert_grid .concert_footer {
	width: 100%;
	float: left;
}

.concert_footer #discover_more,.concert_footer #venue_details {
	margin-top: 20px;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #FFF;
	text-align: center;
}
.concert_footer p {
	margin: 0 0 2px;
}
.concert_footer #discover_more {
	width: 42%;
	height: 356px;
}
.concert_footer #venue_details.full_width,#venue_details #venue_map.full_width,#venue_details #venue_location.full_width {
	width: 100%;
}
#venue_details #venue_location {
	text-align: left;
}
#venue_details #venue_location p {
	width: calc(100% - 175px);
}
.concert_footer #venue_details.half_width {
	width: calc(58% - 20px);
	margin-left: 20px;
	padding: 0;
}
.concert_footer #venue_location.half_width {
	width: calc(52% - 30px);
	margin-left: 30px;
	padding: 0;
}
#venue_location.full_width br {
	display: none;
}
#venue_details.half_width #venue_name_title {
	padding: 20px 20px 5px;
}
#venue_details.half_width #venue_location {
	padding: 20px;
	box-sizing: border-box;
}
#venue_details #venue_location.half_width .half_hack {
	display: none;
}
#venue_details.full_width #venue_name_title {
	display: none;
}
#venue_details.half_width #venue_name_location {
	display: none;
}
#venue_details #venue_map.half_width {
	width: 42%;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
.concert_footer #venue_details #venue_map,.concert_footer #venue_details #venue_location {
	float: left;
}
#venue_map #map_canvas {
	width: 100%; 
	height: 200px;
}
#venue_location .venue_sponsor {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#venue_location .venue_sponsor p {
	margin-right: 0!important;
	width: 100%!important;
}
#venue_location.full_width .venue_sponsor {
	top: 25px;
}
#venue_location.full_width .venue_sponsor img {
	width: 110px;
	float: right;
}
#venue_location.half_width .venue_sponsor img {
	width: 150px;
	float: right;
}
strong a {
	color: #000!important;
}

/* SPONSORS */
.concert_sponsors_logo {
	width: 200px!important;
	float: left;
}
.custom_sponsor_block {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.custom_sponsors_logo {
	width: 160px!important;
}

/* REVIEWS */
ul#reviews_list {
	list-style: circle;
	padding: 0 0 0 15px;
}

/* SOLOIST NOTES */
.solo_notes {
	margin: 0 0 0 5px;
	font-size: 12px;
}

/* ADMIN NOTES */
.admin_note {
	color: inherit!important;
}
.admin_note:hover {
	background: #EEE;
}

/* REPERTOIRE HIDDEN */
.hidden_rep {
	display: none!important;
}
.hidden_rep_admin {
	color: #AAA;
	opacity: 0.5;
}
.repertoire_edit {
	font-size: 10px;
}

/* AUDIO BLOCK */
.audio_container {
	width: 80%;
	margin: 20px 0 0;
	float: left;
}
.audio_block {
	width: 100%;
	box-sizing: border-box;
}
.audio_block * {
	box-sizing: border-box;
	position: relative;
}
.mejs-container {
	background: none;
	border: 0;
}
.mejs-container .mejs-controls {
	position: relative;
}
.mejs-controls .mejs-button button {
	margin: 0;
	padding: 0;
}
.mejs-container .mejs-controls div {
	width: 30px;
	height: 30px;
}
.mejs-controls .mejs-play button,.mejs-controls .mejs-pause button {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.mejs-controls .mejs-play button {
	background-image: url('/images/icons/audio_player/play.png');
}
.mejs-controls .mejs-pause button {
	background-image: url('/images/icons/audio_player/pause.png');
}
.mejs-volume-button,.mejs-horizontal-volume-slider {
	display: none!important;
}
.mejs-time {
	margin: 0!important;
	right: 10px!important;
	top: 0;
}
.mejs-time-rail {
	width: calc(100% - 30px)!important;
	max-width: none!important;
	margin: 0!important;
	padding: 14px!important;
}
.mejs-controls .mejs-time-rail span {
	height: 2px;
}
.mejs-time-loaded {
	height: 2px;
	background: #FFF;
}
.mejs-time-current {
	height: 2px;
	background: #E83754;
}
.mejs-time-total {
	width: 100%!important;
	max-width: 100%!important;
	margin: 0!important;
	padding: 0!important;
	position: relative!important;
	background: #323232;
}
.mejs-list {
	width: calc(100% - 55px);
	margin: 5px 0 0 40px;
	padding: 0;
	border: 0;
	background: none;
	float: left;
}
.mejs-list li.current {
	background: #F4F4F4;
	color: #E83754;
}
.mejs-list li.current:hover {
	color: #E83754;
}
.mejs-list li {
	padding: 5px;
	box-sizing: border-box;
	background: none;
	color: #000;
}

/* MEDIA QUERY 600px <; */
@media (max-width: 600px){
	.audio_container {
		width: 100%;
		margin: 20px 0;
	}
}

/* VIDEOS */
.desc_container .video_frame {
	position: relative;
	width: 100%;
	height: 315px;
}
.desc_container iframe video {
	padding-bottom: 38.25%;
	position: relative;
	margin-bottom: 30px;
}
.desc_container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* DISCOVER MORE */
.discover_title {
	width: 100%;
	margin: 10px 0;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: #E83754;
}
.discover_title p {
	margin: 0;
}
.discover_title p.product_title {
	text-transform: uppercase!important;
}
.discover_item { 
	display: none;
	visibility: hidden;
}
.show { 
	display: block; 
	visibility: visible;
}
#discover_more { 
	position: relative; 
	overflow: hidden;
}
#discover_more * {
	box-sizing: border-box;
}
#discover_container {
	position: relative; 
	padding: 0 20px;
}

.discover_container_prev,.discover_container_next {
	position: absolute;
	z-index: 2;
	background: none;
	top: 0px;
	bottom: 0px;
	width: 45px;
	padding: 0px !important;
}
.discover_container_prev img,.discover_container_next img {
	width: 35px !important;
	margin: 0 auto;
	padding: 0;
}
.discover_container_prev img {
	transform: rotate(-90deg); 
}
.discover_container_next img {
	transform: rotate(90deg); 
}
.discover_container_prev { 
	left: 0px; 
}
.discover_container_next { 
	right: 0px; 
}
.discover_video {
	width: 100%;
}
.discover_video iframe {
	width: 360px;
	height: 200px;
	padding-bottom: 0%;
}
.discover_shop {
	width: 100%;
	text-align: center;
}
.discover_shop .image_container {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.discover_concert {
	width: 100%;
	text-align: center;
}
.discover_concert .image_container {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top top;
	overflow: hidden;
}

.discover_concert .image_container img {
	width: 68%;
	margin: 0 auto;
}



/**************************************
SPLIT SCREEN RECONFIGURATION
**************************************/
.new_concert_grid.split_screen { 
	width: 70%;
	margin: 10px 0 0;
}
.new_concert_grid.split_screen .clb.title {
	width: calc(74% - 230px);
}
.new_concert_grid.split_screen .clb.info {
	display: none;
}

.new_concert_side.split_screen {
	display: block; 
	float: left; 
	position: relative; 
	width: calc(30% - 20px); 
	margin: 10px 0 0 20px;
}

/* MEDIA QUERY 600px <; */
@media (max-width: 600px){
	.new_concert_grid.split_screen { 
		width: 100%;
	}
	.new_concert_grid.split_screen .clb.title { 
		width: 100%; 
		height: auto; 
		margin: 0; 
		text-align: center; 
	}
	.new_concert_side.split_screen {
		display: none; 
	}
	.image_block .image_display {
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.concert_block .description_block {
		padding-left: 20px;
	}
}

/* MEDIA QUERY - 601px - 767px */
@media (min-width: 601px) and (max-width: 767px){
	.new_concert_grid.split_screen { 
		width: 100%;
	}
	.new_concert_grid.split_screen .concert_list_block {
		padding: 0;
	}
	.new_concert_grid.split_screen .concert_list_block.large,.new_concert_grid .concert_list_block.small { 
		height: auto;
	}
	.new_concert_grid.split_screen .concert_list_block.large .clb.image { 
		height: 215px;
	}
	.new_concert_grid.split_screen .concert_list_block.large .clb.title,.new_concert_grid .concert_list_block.large .clb.buttons { 
		background: #FFF;
	}
	.new_concert_grid.split_screen .concert_list_block.small .clb.title,.new_concert_grid .concert_list_block.small .clb.buttons { 
		background: #E0E0E0;
	}
	.new_concert_grid.split_screen .clb.title { 
		width: 100%; 
		height: auto; 
		margin: 0; 
		text-align: center; 
	}
	.new_concert_grid.split_screen .clb.image { 
		width: 100%; 
		margin: 0; 
		padding: 0;
	}
	.new_concert_grid.split_screen .clb.buttons { 
		width: 100%; 
		height: 71px; 
		margin: 0 auto;
		border-width: 0;
	}
	.new_concert_grid.split_screen .clb.buttons hr {
		display: block;
		margin-top: -5px;
		border-color: #EEE;
	}
	.new_concert_grid.split_screen .clb.title h4 {
		margin-top: 10px;
	}
	.new_concert_grid.split_screen .button_info,.new_concert_grid.split_screen .button_booking {
		width: 40%;
	}
	.new_concert_grid.split_screen .button_info {
		left: 20px;
		bottom: 15px;
	}
	.new_concert_grid.split_screen .button_booking {
		right: 20px;
		bottom: 15px;
	}
	.new_concert_side.split_screen {
		display: none; 
	}
	.image_block .image_display {
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.concert_block .description_block {
		padding-left: 20px;
	}
}

/* MEDIA QUERY - 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px){
	.new_concert_grid.split_screen .concert_list_block {
		padding: 0;
	}
	.new_concert_grid.split_screen .concert_list_block.large,.new_concert_grid .concert_list_block.small { 
		height: auto;
	}
	.new_concert_grid.split_screen .concert_list_block.large .clb.image { 
		height: 265px;
	}
	.new_concert_grid.split_screen .concert_list_block.large .clb.title,.new_concert_grid .concert_list_block.large .clb.buttons { 
		background: #FFF;
	}
	.new_concert_grid.split_screen .concert_list_block.small .clb.title,.new_concert_grid .concert_list_block.small .clb.buttons { 
		background: #E0E0E0;
	}
	.new_concert_grid.split_screen .clb.title { 
		width: 100%; 
		height: auto; 
		margin: 0; 
		text-align: center; 
	}
	.new_concert_grid.split_screen .clb.image { 
		width: 100%; 
		margin: 0; 
		padding: 0;
	}
	.new_concert_grid.split_screen .clb.buttons { 
		width: 100%; 
		height: 71px; 
		margin: 0 auto;
		border-width: 0;
	}
	.new_concert_grid.split_screen .clb.buttons hr {
		display: block;
		margin-top: -5px;
		border-color: #EEE;
	}
	.new_concert_grid.split_screen .clb.title h4 {
		margin-top: 10px;
	}
	.new_concert_grid.split_screen .button_info,.new_concert_grid.split_screen .button_booking {
		width: 40%;
	}
	.new_concert_grid.split_screen .button_info {
		left: 20px;
		bottom: 15px;
	}
	.new_concert_grid.split_screen .button_booking {
		right: 20px;
		bottom: 15px;
	}
	.new_concert_grid.split_screen .special_text { 
		display: none; 
	}
}

/* MEDIA QUERY - 1025px + */
@media (min-width: 1025px) {
	.new_concert_grid.split_screen .clb.title { 
		width: calc(100% - 460px); 
	}
	
}

/**************************************
MEDIA QUERIES
**************************************/

/* MEDIA QUERY 670px <; */
@media (max-width: 670px){
	
	#concerts_filter p {
		width: 100%;
		text-align: center;
	}
	#concerts_filter form {
		width: 100%;
	}
	#concerts_filter.sbc form {
		width: 100%;
	}
	
	.new_concert_grid .concert_list_block {
		padding: 0;
	}
	.new_concert_grid .concert_list_block.large,.new_concert_grid .concert_list_block.small { 
		height: auto;
	}
	.new_concert_grid .concert_list_block.large .clb.image { 
		max-height: 330px;
	}
	.clb.image { 
		width: 100%; 
		background: #000;
		margin: 0; 
		padding: 0;
	}
	.clb.image img {
		max-width: 450px;
		margin: 0 auto;
	}
	.new_concert_grid .concert_list_block.large .clb.title,.new_concert_grid .concert_list_block.large .clb.buttons { 
		background: #FFF;
	}
	.new_concert_grid .concert_list_block.small .clb.title,.new_concert_grid .concert_list_block.small .clb.buttons { 
		background: #E0E0E0;
	}
	.new_concert_grid .concert_list_block.special .clb.title {
		width: 100%;
	}
	.clb.title,.clb.title.development { width: 100%; height: auto; margin: 0; text-align: center; }
	.clb.info { display: none; }
	.clb.buttons { 
		width: 100%; 
		height: 71px; 
		margin: 0 auto;
		border-width: 0;
	}
	.clb.buttons hr {
		display: block;
		margin-top: -5px;
		border-color: #EEE;
	}
	.clb.title h4 {
		margin-top: 10px;
	}
	.button_info, .button_booking {
		width: 40%;
	}
	.button_info {
		left: 20px;
		bottom: 15px;
	}
	.button_booking {
		right: 20px;
		bottom: 15px;
	}
	.special_text { 
		display: none; 
	}
	#c_previous_month,#c_next_month {
		width: 45%;
	}
	.concert_block {
		position: relative;
		padding: 20px 0 60px!important;
	}
	.concert_block .other_concerts {
		position: absolute;
		bottom: 0;
		text-align: center;
	}
	.concert_block .purchase_container {
		padding: 30px 0 0;
	}
	.concert_block .image_block,.concert_block .description_block {
		width: 100%;
	}
	.description_block .purchase_container,.description_block .performer_container,.description_block .repertoire_container {
		width: 100%;
	}
	.purchase_container .button_booking {
		width: 100%!important;
		float: none!important;
		margin: 0 auto;
		margin-bottom: 30px;
		font-size: 20px;
	}
	.concert_footer #discover_more,.concert_footer #venue_details.half_width {
		width: 100%;
		margin: 10px 0;
	}
	#venue_details #venue_location p {
		width: 100%;
	}
	#venue_location.full_width .venue_sponsor {
		position: relative;
		float: right;
		top: 5px;
		right: 0;
	}
	#venue_details #venue_map.half_width {
		width: 100%;
	}
	#venue_details #venue_location.half_width {
		width: 100%;
		margin-left: 0;
	}
	#venue_location.half_width .venue_sponsor {
		position: relative;
		float: right;
		top: 5px;
		right: 0;
	}
	.ssrt_grid .ssrt_block {
		width: 49%;
		min-height: 180px;
	}
	.ssrt_block.wide {
		width: 100%;
		margin: 1% 0;
	}
	.series_header .series_description {
		width: 100%;
	}
	.series_header .series_mailinglist {
		width: 100%;
		margin: 0 0 20px;
	}
	.season_1516 {
		border-top: #72BE8B 8px solid!important;
		border-right: #DDD 1px solid!important;
	}
	.season_1617 {
		border-top: #ED983B 8px solid!important;
		border-right: #DDD 1px solid!important;
	}
	.series_stravinsky {
		border-top: #AAA 8px solid!important;
		border-right: #DDD 1px solid!important;
	}
}

/* MEDIA QUERY - 671px - 767px */
@media (min-width: 671px) and (max-width: 767px){
	
	#concerts_filter p {
		width: 100%;
		text-align: center;
	}
	#concerts_filter form {
		width: 50%;
	}
	#concerts_filter.sbc form {
		width: 50%;
	}
	.new_concert_grid .concert_list_block.large { 
		height: 195px;
	}
	.clb.image { 
		width: 260px; 
		margin: 0; 
		padding: 0;
	}
	.clb.title,.clb.title.development { 
		width: calc(100% - 400px); 
		padding: 15px;
	}
	.clb.title h2 {
		margin: 0 0 5px;
		line-height: 25px;
	}
	.clb.title h4 {
		font-size: 17px!important;
	}
	.clb.info { 
		display: none; 
	}
	.small .clb.buttons {
		height: 148px;
	}
	.special_text {
		display: none;
	}
	.concert_block .image_block,.concert_block .description_block {
		width: 100%;
	}
	.concert_footer #discover_more,.concert_footer #venue_details.half_width {
		width: 100%;
		margin: 10px 0;
	}
	#venue_details #venue_location p {
		width: 100%;
	}
	#venue_location.full_width .venue_sponsor {
		position: relative;
		float: right;
		top: 5px;
		right: 0;
	}
	.ssrt_grid .ssrt_block {
		width: 32%;
	}
	.ssrt_block.wide {
		width: 100%;
		margin: 1% 0;
	}
	.series_header .series_description {
		width: calc(60% - 10px);
	}
	.series_header .series_mailinglist {
		width: calc(40% - 10px);
	}
}

/* MEDIA QUERY - 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px){
	.clb.title,.clb.title.development { 
		width: calc(100% - 460px); 
	}
	.clb.title h4 {
		font-size: 17px!important;
	}
	.clb.info { 
		display: none; 
	}
	.small .clb.buttons {
		height: 180px;
	}
	#venue_details #venue_location p {
		width: 100%;
	}
	#venue_location.full_width .venue_sponsor {
		position: relative;
		float: right;
		top: 5px;
		right: 0;
	}
	.ssrt_grid .ssrt_block {
		width: 24%;
	}
	.ssrt_block.wide {
		width: 49%;
	}
}

/* MEDIA QUERY - 1025px + */
@media (min-width: 1025px) and (max-width: 1169px) {
	.clb.title h2 {
		font-size: 24px!important;
	}
	.clb.title h4 {
		font-size: 18px!important;
	}
	
}

/* GRID */
.new_concert_grid img { 
	width: 100%;
}

/***************************************************
DISCOVER MORE ADMIN
***************************************************/
.discover_more_admin {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #EEE;
}
.discover_more_admin ul {
}
.discover_more_admin ul p {
	font-size: 12px;
}
.discover_more_admin ul li:before {
	content: "- ";
}
.discover_more_admin ul li {
	list-style: none;
	font-size: 12px;
}
.discover_admin_background {
	opacity: 0.5;
}
.cms_controllers {
	position: absolute;
	top: 23px;
	right: 0;
	font-size: 20px;
	z-index: 9;
}
.cms_controllers i {
	position: absolute;
	color: #AAA;
}
.cms_controllers i:hover {
	color: #000;
	cursor: pointer;
}
.cms_controllers i#edit_switch {
	right: 20px;
}
.cms_controllers i#add_switch {
	right: 50px;
}
#cms_editor_add,#cms_editor_edit {
	width: 100%;
	height: 250px;
	margin: 0 0 40px 0;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
}
#cms_editor_edit {
	overflow: auto;
}
#cms_editor_edit hr {
	width: 100%;
	float: left;
}
.cms_add_type {
	width: calc(50% - 10px);
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 1px solid #DDD;
	background: #EEE;
	opacity: 0.5;
	transition: 0.5s ease all;
}
.cms_add_type:hover {
	cursor: pointer;
	opacity: 1;
	transition: 0.5s ease all;
}
#type_choice,.type_add {
	width: 100%;
	height: 250px;
	margin: 0 0 30px;
	float: left;
}
.type_add i {
	float: right;
	transition: 0.5s ease all;
}
.type_add i:hover {
	cursor: pointer;
	color: #E83754;
	transition: 0.5s ease all;
}
#type_choice i {
	font-size: 20px;
}
.edit_disabled,.edit_disabled:hover {
	cursor: not-allowed!important;
	color: #EEE!important;
}
.edit_item_row {
	width: 100%;
	margin: 5px 0;
	float: left;
	background-color: #F9F9F9;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DDD;
}
.edit_item_row * {
	padding: 5px;
}
.eir_title {
	width: 70%;
	float: left;
}
.eir_title p {
	font-size: 12px;
}
.eir_type {
	width: 15%;
	margin: 1px 0 0;
	float: left;
	text-align: center;
	font-size: 20px;
}
.eir_controls {
	width: 15%;
	margin: 1px 0 0;
	float: left;
	text-align: right;
	font-size: 20px;
}
.eir_controls i {
	color: #AAA;
	transition: 0.5s ease all;
}
.eir_controls i:hover {
	cursor: pointer;
	color: #E83754!important;
	transition: 0.5s ease all;
}

.user_added_edit {
	width: 100%;
	float: left;
}
.user_added_edit input[type="text"],.user_added_edit textarea,.user_added_edit select {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #DDD;
	transition: 0.5s ease all;
}
.user_added_edit select {
	height: 31px;
	border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: url(/images/icons/newArrowReverse.png) 97% / 3% no-repeat #FFF;
}
.user_added_edit input[type="text"]:focus,.user_added_edit textarea:focus,.user_added_edit select:focus {
	border: 1px solid #AAA;
	transition: 0.5s ease all;
}
.user_added_edit textarea {
	height: 60px;
	resize: none;
}
.user_added_edit input[type="submit"] {
	padding: 10px 15px;
	display: block; 
	text-align: center;
	box-sizing: border-box;
    text-decoration: none;
	transition: 0.5s ease all;
	font-size: 15px;
	background: #E83754;
	color: #FFF!important;
}

/***************************************************
BEST SEAT - DEV EVENTS
***************************************************/
#best_seat_dev {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
#best_seat_dev select {
	width: 100%;
}
#purchase-block {
	width: 100%;
	margin: 30px 0 0;
	padding: 0 0 10px;
	float: left;
	box-sizing: border-box;
	background: #F7F7F7;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #DDD;
}
#purchase-block h4 {
	margin: 0 0 20px;
	padding: 5px 20px;
	background: #EEE;
	border-bottom: 1px solid #DDD;
}
#purchase-block form {
	padding: 0 20px;
}
#purchase-block form a,
#purchase-block form a:link,
#purchase-block form a:hover,
#purchase-block form a:focus,
#purchase-block form a:visited {
	text-decoration: underline;
}
#purchase-block form label {
	width: 100%;
	margin: 5px 0;
	float: left;
}
#purchase-block #bestSeatAdd {
	padding: 10px 20px;
}
#purchase-block #promo-message-package {
	width: calc(100% + 10px);
	margin: 20px -5px;
	padding: 10px;
	box-sizing: border-box;
	background: #E83754;
	color: #FFF;
	border-radius: 5px;
}
#purchase-block select {
	height: 32px;
	margin-bottom: 10px;
}
#purchase-block input[type="submit"] {
	padding: 10px;
	display: block;
	text-align: center;
	box-sizing: border-box;
    text-decoration: none;
	transition: 0.5s ease all;
	font-size: 15px;
	background: #E83754;
	color: #FFF!important;
}
#purchase-block input[type="submit"]:hover {
	background: #333;
	transition: 0.5s ease all;
}
#purchase-block input[type="submit"] {
	min-width: 200px;
	margin: 10px 20px 5px;
}
#purchase-block #best_seat_dev input[type="submit"] {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#purchase-block { 
		width: calc(100% - 30px);
		margin: 30px 15px;
		border-width: 1px; 
	}
	#purchase-block input[type="submit"] {
		width: calc(100% - 40px);
		margin: 10px 20px;
	}
}

/***************************************************
CUSTOM CONCERT MESSAGING
***************************************************/
.custom_concert_message {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	background-color: #EEE;
}

/***************************************************
BEDFORD TRUST DONATION
***************************************************/
.bedford_trust_wrapper {
	height: 115px!important;
}
.donate_title {
	width: 320px;
	z-index: 98;
}
.donate_title h2 {
	margin: 20px 0 0 20px;
}
.donate_description {
	width: calc(100% - 460px);
	padding: 20px 20px 20px 25px;
	z-index: 99;
}
.donate_description h2 {
	display: none;
}
.donate_buttons {
	width: 140px;
	height: 80%;
	margin: 1% 0;
	padding: 0 15px;
	position: relative;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #EEE;
}

@media (min-width: 768px) and (max-width: 1024px){
	.donate_title {
		width: 240px;
	}
	.donate_description {
		width: calc(100% - 380px);
		padding: 5px 0 5px 20px;
	}
}

@media (min-width: 670px) and (max-width: 767px) {
	.donate_title {
		display: none;
	}
	.donate_description {
		width: calc(100% - 140px);
		padding: 0;
	}
	.donate_description h2 {
		display: block;
	}
}

@media (max-width: 669px) {
	.bedford_trust_wrapper {
		height: auto!important;
		padding: 10px 10px 25px!important;
	}
	.donate_title {
		display: none;
	}
	.donate_description {
		width: 100%;
		float: none;
		padding: 0;
	}
	.donate_description h2 {
		display: block;
	}
	.donate_buttons {
		width: 100%;
		float: none;
	}
}

#bedford_trust_description span {
	margin-top: 10px;
	float: left;
}
#bedford_trust_donation {
	width: 100%;
	float: right;
}
#bedford_trust_donation input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
#bedford_trust_donation input[type="submit"] {
	margin: 5px 0 0;
	padding: 10px;
	float: none;
	width: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
    text-decoration: none;
	transition: 0.5s ease all;
	font-size: 15px;
	background: #E83754;
	color: #FFF!important;
}
#bedford_trust_donation input[type="submit"]:hover {
	background: #333;
	transition: 0.5s ease all;
}

/**************************************
RINGSIDE SEATS
**************************************/
.ringside_intro {
	width: calc(100% - 5px);
	margin: 25px 0 15px 10px;
	box-sizing: border-box;
}
.ringside_intro * {
	box-sizing: border-box;
}
.ringside_intro .introducing {
	border-bottom: 1px solid #000;
}
.ringside_intro .introducing .how_link {
	width: 200px;
	margin: 5px 0 10px;
	padding: 10px;
	background: #36A9E1;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	float: left;
}
.how_it_works {
	width: calc(100% - 10px); 
	margin: -1px auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.how_it_works * {
	box-sizing: border-box;
}
.ringside_subtitle {
	color: #888;
}
.ringside_intro img {
	width: 85%;
	max-width: 500px;
	margin: 10px auto;
}
.ringside_seats {
	margin-top: 0;
}
.ringside_seats h2 {
	font-size: 28px!important;
}
.ringside_seats .concert_wrapper {
	padding: 20px 10px 0;
	box-sizing: border-box;
}
.ringside_seats .concert_list_block {
	width: 100%;
	min-height: 445px;
	padding: 0;
	border-top: 4px solid #36A9E1!important;
	border-right: 1px solid #DDD!important;
	position: relative;
}
.ringside_seats .clb {
	background: none!important;
}
.ringside_seats .concert_list_block.gray_back {
	background: #EEE!important;
}
.ringside_seats .concert_list_block.large,.ringside_seats .concert_list_block.small { 
	height: auto;
}
.ringside_seats .concert_list_block.small .clb.title,.ringside_seats .concert_list_block.small .clb.buttons { 
	background: #E0E0E0;
}
.ringside_seats .special_text {
	display: none;
}
.ringside_seats p.grey_text {
	display: none;
}
.ringside_seats .repertoire_container {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}
.ringside_seats .clb.title { 
	width: 100%; 
	height: auto;
	margin: 0; 
	padding: 20px 20px 0;
	text-align: center; 
}
.ringside_seats .clb.info {
	width: 100%;
	padding: 0 20px 20px;
	display: block;
	text-align: center;
}
.ringside_copy {
	margin-top: 10px;
}
.ringside_seats .clb.buttons { 
	width: 100%; 
	height: 71px; 
	margin: 0 auto;
	border-width: 0;
}
.ringside_seats hr {
	border-color: #DDD!important;
}
.ringside_seats .clb.buttons hr {
	display: block;
	margin-top: -5px;
}
.ringside_seats .clb.title h4 {
	margin-top: 10px;
}
.ringside_seats .button_info,.ringside_seats .button_booking {
	width: 40%;
}
.ringside_seat_count {
	width: 50%!important;
	height: 36px;
	margin-top: 5px;
}
.ringside_seats .button_booking {
	right: 20px;
	bottom: 15px;
}
@media (max-width: 719px){
	.ringside_intro {
		width: calc(100% - 10px);
		margin: 25px 0 0 5px;
	}
	.ringside_intro img {
		width: 100%;
		margin-top: 0;
	}
	.how_it_works {
		margin: -11px auto;
	}
}

@media (min-width: 720px) and (max-width: 1024px){
	.ringside_seats h2 {
		font-size: 21px!important;
	}
	.ringside_seats p {
		font-size: 12px!important;
	}
}

@media (min-width: 720px) {
	.ringside_seats .concert_wrapper {
		width: 50%;
		float: left;
	}
	.ringside_seats .concert_list_block {
		min-height: 465px;
	}
	.ringside_seats .clb.buttons {
		position: absolute;
		bottom: 0;
	}
	.ringside_intro {
		width: calc(100% - 10px);
		margin: 25px 0 0 5px;
	}
	
}
/*
@media (min-width: 1025px){
	.ringside_seats .concert_wrapper {
		width: 33.33%;
		float: left;
	}
	.ringside_seats .concert_list_block {
		min-height: 485px;
	}
	.ringside_seats .clb.buttons {
		position: absolute;
		bottom: 0;
	}
}
*/


/**************************************
CHRISTMAS CONCERTS
**************************************/
.christmas_concerts {
	margin-top: 10px;
}
.christmas_concerts .concert_list_block {
	margin-top: 0;
}
.christmas_concerts h2 {
	font-size: 28px!important;
}
.christmas_concerts button {
	border-radius: 0;
}
.christmas_concerts .concert_wrapper {
	padding: 5px 5px 0;
	box-sizing: border-box;
}
.christmas_concerts .concert_list_block {
	width: 100%;
	min-height: 445px;
	padding: 0;
	border-top: 4px solid #1F233E!important;
	border-right: 1px solid #DDD!important;
	position: relative;
}
.christmas_concerts .concert_list_block h3 {
	padding: 0 10px;
	font-family: "Nobel-WGL Reg", Arial, sans-serif!important;
}
.christmas_concerts .concert_list_block.overview_wrapper {
	border-top: 0!important;
	min-height: auto;
}
.christmas_concerts .clb {
	background: none!important;
}
.christmas_concerts .concert_list_block.gray_back {
	background: #EEE!important;
}
.christmas_concerts .concert_list_block.large,.christmas_concerts .concert_list_block.small { 
	height: auto;
}
.christmas_concerts .concert_list_block.small .clb.title,.christmas_concerts .concert_list_block.small .clb.buttons { 
	background: #E0E0E0;
}
.christmas_concerts .special_text {
	display: none;
}
.christmas_concerts p.grey_text {
	display: none;
}
.christmas_concerts .repertoire_container {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}
.christmas_concerts .clb.overview { 
	width: 100%; 
	height: auto;
	margin: 0; 
	padding: 20px;
	text-align: left;
	background-color: #1F233E!important;
	color: #FFF;
}
.christmas_concerts .clb.overview h4 { 
	margin-top: 0;
	font-size: 27px;
	text-align: center;
	font-family: "Nobel-WGL Reg", Arial, sans-serif!important;
}
.christmas_concerts .clb.more_details {
	width: 100%;
	padding: 20px;
	display: block;
	text-align: left;
}
.christmas_concerts .clb.more_details p {
	margin: 0 0 5px;
}
.christmas_concerts .clb.more_details a {
	text-decoration: underline;
	color: #1F233E!important;
}
.christmas_concerts .clb.form {
	width: 100%;
	min-height: 542px;
	padding: 10px 20px 20px;
	display: block;
	text-align: left;
	background: #EEE!important;
	color: #000!important;
}
.christmas_concerts .clb.form a {
	color: #999!important;
	text-decoration: underline;
	transition: 0.5s ease all;
}
.christmas_concerts .clb.form a:focus,
.christmas_concerts .clb.form a:hover {
	color: #000!important;
	transition: 0.5s ease all;
}
.christmas_concerts .clb.form * {
	box-sizing: border-box;
}
.christmas_concerts .clb.form form {
	padding: 10px 10px 5px;
}
.christmas_concerts .clb.form input[type="text"],
.christmas_concerts .clb.form input[type="email"],
.christmas_concerts .clb.form input[type="tel"],
.christmas_concerts .clb.form input[type="number"] {
	width: 100%;
	padding: 10px;
	border: 2px solid #CCC;
}
.christmas_concerts .clb.form input[type="number"] {
	width: 215px;
	display: block;
	padding: 10px 10px 10px 40px;
}
.christmas_concerts .clb.form label {
	position: relative;
	margin-bottom: 10px;
}
.christmas_concerts .clb.form .amount_symbol {
	position: absolute;
	top: 24px;
	left: 10px;
	color: #000;
	font-size: 25px;
}
.christmas_concerts .clb.form input[type="text"]:focus,
.christmas_concerts .clb.form input[type="email"]:focus,
.christmas_concerts .clb.form input[type="tel"]:focus,
.christmas_concerts .clb.form input[type="number"]:focus {
	border: 2px solid #000;
}
.christmas_concerts .button_booking {
	position: relative;
	top: 0;
	left: 0;
	float: none;
	width: 215px;
	margin-top: 20px;
	color: #FFF!important;
	text-decoration: none;
	text-transform: uppercase;
}
.christmas_concerts .clb.title { 
	width: 100%; 
	height: auto;
	margin: 0; 
	padding: 15px 5px 5px;
	text-align: center;
}
.christmas_concerts .clb.info {
	width: 100%;
	padding: 0 20px 20px;
	display: block;
	text-align: left;
}
.christmas_concerts .clb.info .repertoire_container {
	display: none;
}
.christmas_concerts .clb.buttons { 
	width: 100%; 
	height: 71px; 
	margin: 0 auto;
	border-width: 0;
}
.christmas_concerts hr {
	border-color: #DDD!important;
}
.christmas_concerts .clb.buttons hr {
	display: block;
	margin-top: -5px;
}
.christmas_concerts .clb.title h4 {
	margin-top: -5px;
}
.christmas_concerts .button_info,.christmas_concerts .button_booking {
	width: 40%;
}
.christmas_concerts .button_info {
	left: 20px;
	bottom: 15px;
}
.christmas_concerts .button_booking {
	background-color: #1F233E!important;
}
.christmas_concerts .button_booking:focus,
.christmas_concerts .button_booking:hover {
	background-color: #323232!important;
}

.christmas_concerts_count {
	width: 50%!important;
	height: 36px;
	margin-top: 5px;
}
.christmas_concerts .clb.form .button_booking {
	margin: 25px 0 5px;
}
.christmas_concerts .clb.buttons .button_booking {
	position: absolute;
	right: 20px;
	bottom: 15px;
	top: auto;
	left: auto;
}
.christmas_concerts .clb.introp {
	min-height: 424px; 
	margin: 10px 0 0; 
	padding-bottom: 5px;
}
.christmas_concerts .clb.introp a {
	text-decoration: underline;
	color: #1F233E!important;
}
@media (min-width: 720px) and (max-width: 1040px) {
	.christmas_concerts .clb.overview h4 { 
		font-size: 20px;
	}
}
@media (max-width: 560px){
	.christmas_concerts .clb.overview h4 { 
		font-size: 20px;
	}
}
/*
@media (min-width: 720px) and (max-width: 1024px){
*/
@media (min-width: 720px) {
	.christmas_concerts .concert_wrapper {
		width: 50%;
		float: left;
	}
	.christmas_concerts .concert_list_block {
		min-height: 465px;
	}
	.christmas_concerts .clb.buttons {
		position: relative;
		bottom: 0;
	}
}

/**************************************
CHRISTMAS CONCERTS - EXT 1
**************************************/
#countdown {
	margin: 30px 0 40px;
	text-align: center;
	font-size: 35px;
	font-family: "Nobel-WGL Reg", Arial, sans-serif!important;
}
.christmas_concerts .clb.countdown_details {
	width: 100%;
	padding: 20px;
	display: block;
	text-align: center;
}
.christmas_concerts .clb.countdown_details a {
	color: #1F233E;
	text-decoration: underline;
}
.christmas_concerts .countdown_button {
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 20px;
	color: #FFF!important;
	background-color: #a90817!important;
	text-decoration: none!important;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-family: "Nobel-WGL Reg", Arial, sans-serif!important;
}
.christmas_concerts .countdown_button:focus,
.christmas_concerts .countdown_button:hover {
	background-color: #323232!important;
}

/**************************************
CHRISTMAS CONCERTS - EXT 2
**************************************/
.christmas_concerts #watch_button,
.christmas_concerts #send_button {
	width: 100%;
	position: relative;
	display: block;
	margin-top: 5px;
	padding: 10.5px;
	text-decoration: none!important;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-family: "Nobel-WGL Reg", Arial, sans-serif!important;
}
.christmas_concerts #watch_button {
	color: #FFF!important;
	background-color: #1F233E!important;
}
.christmas_concerts #send_button {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DDD;
	float: left;
	background: #a90817;
	color: #FFF;
	padding: 22.5px;
}
.christmas_concerts #watch_button:hover,
.christmas_concerts #watch_button:focus {
	background-color: #323232!important;
}
.christmas_concerts #send_button:hover,
.christmas_concerts #send_button:focus {
	background-color: #323232!important;
}
#christmas_video {
	position: relative;
	width: 100%;
	padding-bottom: 57%;
}
#christmas_video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media (max-width: 560px){
	.christmas_concerts #send_button {
		margin-bottom: 15px;
	}
}