@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);

/* =embedded fonts by font-squirrel
-------------------------------------------------------------- */

@import url("//hello.myfonts.net/count/2d1d12");

@font-face {
	font-family: 'BrandonGrotesque-Regular';
	src: url('/ArticleMedia/Files/CSS/Main/2D1D12_1_0.eot');
	src: url('/ArticleMedia/Files/CSS/Main/2D1D12_1_0.eot?#iefix') format('embedded-opentype'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_1_0.woff2') format('woff2'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_1_0.woff') format('woff'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_1_0.ttf') format('truetype'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_1_0.svg#wf') format('svg');
}
@font-face {
	font-family: 'BrandonGrotesque-Bold';
	src: url('/ArticleMedia/Files/CSS/Main/2D1D12_3_0.eot');
	src: url('/ArticleMedia/Files/CSS/Main/2D1D12_3_0.eot?#iefix') format('embedded-opentype'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_3_0.woff2') format('woff2'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_3_0.woff') format('woff'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_3_0.ttf') format('truetype'),
		 url('/ArticleMedia/Files/CSS/Main/2D1D12_3_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/ArticleMedia/Files/CSS/Main/BebasNeue-webfont.eot');
    src: url('/ArticleMedia/Files/CSS/Main/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/ArticleMedia/Files/CSS/Main/BebasNeue-webfont.woff') format('woff'),
         url('/ArticleMedia/Files/CSS/Main/BebasNeue-webfont.ttf') format('truetype'),
         url('/ArticleMedia/Files/CSS/Main/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('/ArticleMedia/Files/CSS/Main/texgyreadventor-regular-webfont.eot');
    src: url('/ArticleMedia/Files/CSS/Main/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/ArticleMedia/Files/CSS/Main/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/ArticleMedia/Files/CSS/Main/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/ArticleMedia/Files/CSS/Main/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('/ArticleMedia/Files/CSS/Main/texgyreadventor-bold-webfont.eot');
    src: url('/ArticleMedia/Files/CSS/Main/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/ArticleMedia/Files/CSS/Main/texgyreadventor-bold-webfont.woff') format('woff'),
         url('/ArticleMedia/Files/CSS/Main/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('/ArticleMedia/Files/CSS/Main/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*

ATG Tickets CSS

Site primary color: #a21233

*/
h1 {
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 700;
}

h5  {
	font-size: 20px;
	font-weight: 700;
}

h5  {
	font-size: 16px;
	font-weight: 700;
}


body {
    color: #3f3f3f;
    background: #1a1a1a;
}

a, a:focus {
    color: #a21233;
    text-decoration: none;
}

a:hover {
    color: #a21233;
    text-decoration: underline;
}

#header {
    background: #1a1a1a;
    position: relative;
    padding: 0 0 25px;
}



#content
{
    background:#FFF;
}

#orderInfoSummary h2 {
    font-family: 'Hind', 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif
    color: inherit;
}

#calendarWidget-navigation {
    background: #a21233;
    color: #fff;
    width: 100%;
}

#calendarWidgetTable .WidgetEvent {
    background: #a21233;
    color: #FFF;
    cursor: pointer; 
}

#calendarWidgetTable .WidgetEvent:hover
{
    background: #a21233;
    color: #FFF;
}

#calendarWidgetTable .WidgetToday {     
    background: #a21233;
    color: #FFF;
}

#calendarWidgetTable .WidgetToday:hover
{
    background:#a21233;
    color: #FFF;
}

.btn-link {
    font-weight: normal;
    color: #a21233;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-link:hover, 
.btn-link:focus {
    color: #a21233;
    text-decoration: underline;
    background-color: transparent;
}

.btn-primary, 
.create-account-box .btn,
#promoCodeBox input[type="submit"] {
    font-family: 'Hind', BebasNeueRegular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 4px 10px 3px 10px;
    color: #fff;
    background-color: #a21233;
    border-color: #a21233;   
}

#promoCodeBox input[type="submit"] 
{
    border-style: solid;
    margin: 0 0 20px 10px;
}

.create-account-box .btn {
	margin-top: 15px;
}

.btn-danger {
    color: #fff;
    background-color: #a21233;
    border-color: #a21233;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary,
#promoCodeBox input[type="submit"]:hover,
#promoCodeBox input[type="submit"]:focus {
    color: #fff;
    background-color: #a21233;
    border-color: #a21233;
}

.btn-default {
    font-family: 'Hind', BebasNeueRegular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 6px 12px;
    background-color: #a21233;
    border-color: #a21233;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #a21233;
    border-color: #a21233;
}

.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active {
    background-color: #a21233;
    border-color: #a21233;
}

.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover,
 fieldset[disabled] .btn-default:hover, 
 .btn-default.disabled:focus, 
 .btn-default[disabled]:focus, 
 fieldset[disabled] .btn-default:focus, 
 .btn-default.disabled:active, 
 .btn-default[disabled]:active, 
 fieldset[disabled] .btn-default:active, 
 .btn-default.disabled.active, 
 .btn-default[disabled].active, 
 fieldset[disabled] .btn-default.active {
	background-color: #a21233;
	border-color: #a21233;
}

#printerBtn
{
    text-decoration: none;
}


.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #a21233;
    border-color: #a21233;
}

.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    color: #a21233;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a, 
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #a21233;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.item-search-keyword .searchBoxLabel{
    color: #a21233;
    font-weight: bold;
    font-size: 15px;
}

.search-box .btn {
    width: 100%;
    color: #fff;
    background-color: #a21233;
    border-color: #a21233;
}

.start-date-label
{
    display:none;
}

.footer-content {
    margin-top:8px;
    font-size: 90%;
    padding: 20px;
    background-color: #fff;
}

.modal-dialog .address-lookup {
    height: 450px;
}

p.header
{
    color:#000;
    font-weight:bold;
}

.popup-add-donation iframe {
    min-height: 330px;
}

.seat-tabs-box .seat-tabs .seat-tab {
    background: #D8D8D8;
    display: inline-block;
    color: #000;
    font-size: 18px;
    padding: 10px;
    width: 49%;
    text-align: center;
}

.seat-tabs-box .seat-tabs .seat-tab:hover,
.seat-tabs-box .seat-tabs .seat-tab.active {
    background-color: #D8D8D8;
    border-color: #D8D8D8;
    color: #000;
}

.seat-tabs-box .seat-tabs .seat-tab.active {
    background-color: #a21233;
    border-color: #a21233;
    color: #fff;
}

.map-zoom-options .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.map-zoom-options .btn-group > .btn:last-child:not(:first-child), 
.btn-group > .dropdown-toggle:not(:first-child) {
    margin: 0 0 0 4px;
}

.select-seat-price span {
    font-family: 'Hind', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.my-account-nav ul li.active a, 
.my-account-nav ul li:hover a {
    color: #a21233;
    border-right-color: #a21233;
}

.alert-info {
    color: #a21233 !important;
    text-align: center;
    background-color: #FFF !important;
    border-color: #a21233 !important;
	font-weight: bold;
}

.alert-info a {
	text-decoration: underline;
}

.alert {
	background-color: #a21233;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #a21233;
}
.alert .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=70);
	opacity: .8;
}

.billing-info .btn-group > .btn:not(:last-child), 
.shipping-info .btn-group > .btn:not(:last-child) {
    margin-right:2px;
}

#price_zone_section a, 
#selected_section  a{
    color: #a21233 !important;
}



#seat-price-zone .zone-label span:not(:first-of-type){
	display: block;
}

/* Changing line heights in 'Pricing' and 'Seat Price Zone' sections */
/*
#price_zone_section .item-box-item-details:not(:first-of-type) .item-box-detail-data, 
#seat-price-zone .zone-label span:not(:first-of-type) {
    line-height: 25px;
}

#seat-price-zone .item-box-item:not(:first-child) {
    line-height: 5px;
}
*/

#seat-price-zone .charge-message-link {
    float: left;
    margin: 10px 0 0 5px;
}

#svg_map_section_inner {
    overflow: hidden;
}

#screen_flip_section .field-label {
	margin-bottom: 4px;
	display: block;
}



#calendarWidgetTable .WidgetEvent:hover, #calendarWidgetTable .WidgetEvent {
background: #a21233;
}
	
.price-type-modal {
	display: none;
	top: 25%;
	left: 10%;
	position: absolute;
	z-index: 50;
	width: 80%;
}

.select-seat-price {
    color: #a21233;
	border-color: #a21233;
	background-color: #fff;
}

.select-seat-price:hover {
    color: #a21233;
	border-color: #a21233;
    background-color: #f6f6f6;
}

.select-seat-price.disabled, 
.select-seat-price[disabled] {
    color: #aaa;
	border-color: #aaa;
    background-color: #fff;
}

.section-box-item.item-total .item-total-value {
	float: none;
	margin: 0;
}

.menu-toggle span.mobile-cart-indicator
{
    background: #a21233;
}


#mapSelect .navigation-box.item-select-navigation.item-box .btn-link,
#seatSelect .navigation-box.item-select-navigation.item-box .btn-link
{

    display:none;
}


/* ATG CR 216 Purchase Flow Indicator
-------------------------------------------------------------- */
.accessibleTickets a {
    background-color: transparent;
    background-image: url('/ArticleMedia/Images/branding/Main/btn_accessible.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    display: block;
    height: 42px;
    padding: 12px 30px 8px 0;
    text-decoration: none;
    font-weight: bold !important;
    background-position: right center !important;
    font-size: 18px;
}

#promoCodeBox h2
{
    font-size:18px;
}

.navigationBox .navForwardC
{
    font-family: Hind, BebasNeueRegular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 4px 10px 3px 10px;
    color: #fff;
    background-color: #a21233;
    border-color: #a21233;
    border-style:solid;
    float:right;
    margin-top:15px;
    clear:both;
    margin-right:15px;

}

#login .create-account-box input[type=submit] {
    display: block;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
}

#aemain > div:nth-of-type(2) img {
    height: 39px;
}
#aemain > div:nth-of-type(4) img {
    height: 19px;
}

#shoppingCart.bodyDetails h1,
#shoppingCart.bodyDetails .navigationBox {
    display: inline-block;
}
#shoppingCart.bodyDetails .navigationBox {
    margin-left: 15px;
    height: 45px;
}

.dropDown select {
    background: none;
}
.dropDown input, 
.dropDown select {
    text-align: left;
}

/* direct debit styles */
.label-bacs-ref {
	display:none !important;	
}

.service-user-num {
    line-height: 32px;
}

.account-holder-label {
	line-height: normal;
}

.transaction-amount {
	clear:both;
}

.ddattentiondd {
	margin-top: 20px;
}

.ddattentiondd table {
	width: 100%;
}

.ddattentionddconfirm table {
	border: none;
}

.ddattentionddconfirm table td {
	border: none;
}

@media screen and (min-width: 215px) {
    .header-content img {
        max-width: 100%;
        margin: 20px 0 0 0;
    }
    
    .purchaseFlow {
        height: 5px;
 
    }
    
    .purchaseFlowSelectedItem {
        display: none;
    }
    
    .purchaseFlowItem {
       display: none;
    }
}

@media screen and (min-width: 515px) {
    .header-content img {
        max-width: 100%;
        margin: 30px 0 0 35px;
    }
    
    .container {
        padding: 0 20px 0 20px;
    }
    
    .standard-search-results .result-box-item-details.last-column,
    .detailed-search-results .result-box-item-details.last-column {
        min-width: 120px;
        text-align: left;
    }
    
    .standard-search-results .av_on_sale_date,
    .detailed-search-results .av_on_sale_date {
        margin-left: 45px;
    }
    
    .search-box {
        padding: 10px 5px 10px 5px;
        margin: 0 0 20px;
    }
    
    #footer .container {
        width: 100%;
    }
    
    #upsell-table .height-fix {
        height: auto;
    }
    
    #upsell-table-4 .height-fix {
        height: auto;
    }
    
    #upsell-table-6 .height-fix {
        height: auto;
    }
    
    .zone_row {
        font-size: 12px;
    }
    
    /* JON */
    .purchaseFlow {
     display: none;
    }
    
    .purchaseFlowSelectedItem {
    display: none;
    }
    
    .purchaseFlowItem {
 display: none;
    }
}

@media screen and (min-width: 768px) {
    .header-content img {
        max-width: 100%;
        margin: 30px 0 0 10px;
    }
    
    .container {
        padding: 0 5px 0 5px;
    }
    
    .search-box {
        height: 100px;
    }
    
    #price_zone_section a,
    #selected_section a {
        color: #936B30 !important;
        padding-left: 5px;
    }
    
    .item-information.item-box .item-logo {
        padding: 5px;
        width: 100%;
        float: left;
    }
    
    .map-zoom-options .btn-group >
    .btn:first-child:not(:last-child):not(.dropdown-toggle),
    .map-zoom-options .btn-group > .btn:last-child:not(:first-child),
    .btn-group > .dropdown-toggle:not(:first-child) {
        margin: 0 0 0 5px;
    }
    
    #upsell-table .height-fix {
        height: auto;
    }
    
    #upsell-table-4 .height-fix {
        height: auto;
    }
    
    #upsell-table-6 .height-fix {
        height: auto;
    }
    
    .zone_row {
        font-size: 12px;
    }
    
    /* JON */
    .purchaseFlow {
display: none;
    }
    
    .purchaseFlowSelectedItem {
display: none;
    }
    
    .purchaseFlowItem {
    display: none;
    }
}

@media screen and (min-width: 992px) {
    .header-content img {
        max-width: 100%;
        margin: 30px 0 0 0;
    }
    
    .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .content-wrapper {
        background-image: url("/ArticleMedia/Images/branding/Main/container-back-small.png");
        background-repeat: repeat-x;
    }
    
    .search-box {
        height: 100px;
    }
    
    /* pricing keys layout */
    #seatSelect .price-zone-option .zone-label {
        margin-left: 20px;
    }
    
    #seatSelect .price-zone-option {
        font-size: 12px;
    }
    
    #footer .container {
        width: 970px;
    }
    
    #orderInfo,
    .active-nav #orderInfo,
    .active-sidebar #orderInfo {
        background: #FFF;
        border-color: #FFFFFF;
        border-width: 0px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        left: auto;
        right: 20px;
        margin: auto;
        margin-top: 10px;
        padding: 8px 15px 8px 15px;
        position: absolute;
        width: auto;
        color: #000;
        text-align: left;
    }
    
    #orderInfo {
        width: 230px;
    }
    
    .customer-options {
        background: transparent;
        display: inline-block;
        float: none;
        margin: auto;
        padding: 8px 0;
        position: absolute;
        width: 670px;
        min-height: 125px;
        top: 0;
        left: 300px;
        right: 0;
        z-index: 0;
        opacity: 0.85;
    }
    
    #menu {
        font-family: 'Hind', Arial;
        height: 43px;
        padding: 5px 0;
        float: none;
        font-size: 18px;
        text-align: center;
   		background: #fff none repeat scroll 0 0;
    	margin: 0 auto;
    	width: 1170px;
    }
    
    .menuContainer.main-nav {
        width: 970px;
        text-align: right;      
        display: inline-block;
    }
    
    .order-message {
        font-style: italic;
        margin: 0;
        margin-top: -2px;
        display: block;
    }
    
    .seat-tabs-box .seat-tabs .seat-tab {
        width: auto;
        margin-top: 5px;
        padding-top: 5px;
    }
    
    .shopping-cart-link, 
	.shopping-cart-link:hover {
        background-color: #a21233;
    	border-color: #a21233;
        color: #fff;
        font-size: 18px;
        margin: 2px 0;
        padding: 6px 12px;
        width: auto;
    }

    .accessibleTickets {
        height: 32px !important;
        position: absolute !important;
        left: 21px !important;
        top: -39px !important;
        width: 180px !important;
    }

    .navigationBox .navForwardC
    {
        margin-right:95px;
    }
    
     #upsell-table .col-md-2 {
    	width: 20%;
    	height: 775px;
  	}
  	#upsell-table .green.col-md-2, #upsell-table .blue.col-md-2, #upsell-table .yellow.col-md-2 {
    	width: 20%;
    	height: 780px;
  	}
	#upsell-table .height-fix {
		height: 606px;
	}
	#upsell-table .burg .height-fix, #upsell-table .purple .height-fix, #upsell-table .white .height-fix, #upsell-table .no-img .height-fix {
		height: 683px;
	}
	
	
	#upsell-table-4 .col-md-2 {
    	width: 25%;
    	height: 705px;
  	}
  	#upsell-table-4 .green.col-md-2, #upsell-table-4 .blue.col-md-2, #upsell-table-4 .yellow.col-md-2 {
    	width: 25%;
    	height: 710px;
  	}
	#upsell-table-4 .height-fix {
		height: 550px;
	}
	#upsell-table-4 .burg .height-fix, #upsell-table-4 .purple .height-fix, #upsell-table-4 .white .height-fix, #upsell-table-4 .no-img .height-fix {
		height: 623px;
	}
	
	
	#upsell-table-6 .col-md-2 {
    	height: 1035px;
    	text-align: center;
  	}
  	#upsell-table-6 .height-fix {
		height: 842px;
	}
	#upsell-table-6 .burg .height-fix, #upsell-table-6 .purple .height-fix, #upsell-table-6 .white .height-fix, #upsell-table-6 .bistro .height-fix, #upsell-table-6 .no-img .height-fix {
		height: 920px;
	}
	
	/* styles for page with search */
	.main-article-body #upsell-table .col-md-2 {
    	width: 20%;
    	height: 875px;
  	}
	.main-article-body #upsell-table .green.col-md-2, .main-article-body #upsell-table .blue.col-md-2, .main-article-body #upsell-table .yellow.col-md-2 {
    	width: 20%;
    	height: 880px;
  	}
	.main-article-body #upsell-table .height-fix {
		height: 715px;
	}
  	.main-article-body #upsell-table .burg .height-fix, .main-article-body #upsell-table .purple .height-fix, .main-article-body #upsell-table .white .height-fix, .main-article-body #upsell-table .no-img .height-fix {
		height: 754px;
	}
	
	.main-article-body #upsell-table-4 .col-md-2 {
    	width: 25%;
    	height: 875px;
  	}
	.main-article-body #upsell-table-4 .green.col-md-2, .main-article-body #upsell-table-4 .blue.col-md-2, .main-article-body #upsell-table-4 .yellow.col-md-2 {
    	width: 25%;
    	height: 880px;
  	}
	.main-article-body #upsell-table-4 .height-fix {
		height: 715px;
	}
  	.main-article-body #upsell-table-4 .burg .height-fix, .main-article-body #upsell-table-4 .purple .height-fix, .main-article-body #upsell-table-4 .no-img .height-fix {
		height: 754px;
	}
    
    /* JON */
    .purchaseFlow {
  display: none;
    }
    
    .purchaseFlowSelectedItem {
     display: none;
    }
    
    .purchaseFlowItem {
   display: none;
    }
    
    .purchaseFlowItem:last-child {
       display: none;
    }
    
    .zone_row {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .header-content img {
        max-width: 100%;
        margin-top: 30px;
    }
    
    .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .content-wrapper {
        background-image: url("/ArticleMedia/Images/branding/Main/container-back.png");
        background-repeat: repeat-x;
    }
    
    #footer .container {
        width: 1170px;
    }
    .customer-options {
        background: transparent;
        display: block;
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding: 8px 0;
        position: absolute;
        width: 870px;
        top: 0;
        left: 300px;
        right: 0;
        z-index: 0;
        opacity: 0.85;
    }
    
    .menuContainer.main-nav {
        width: 1170px;
        text-align: right;
        display: inline-block;
    }
    
    .navigationBox .navForwardC {
        margin-right: 112px;
    }
    
    #upsell-table .col-md-2 {
    	width: 20%;
    	height: 695px;
  	}
  	#upsell-table .green.col-md-2, #upsell-table .blue.col-md-2, #upsell-table .yellow.col-md-2 {
    	width: 20%;
    	height: 700px;
  	}
	#upsell-table .height-fix {
		height: 532px;
	}
	#upsell-table .burg .height-fix, #upsell-table .purple .height-fix, #upsell-table .white .height-fix, #upsell-table .no-img .height-fix {
		height: 610px;
	}
	#upsell-table-6 .col-md-2 {
    	height: 815px;
    	text-align: center;
  	}
	#upsell-table-6 .height-fix {
		height: 622px;
	}
	#upsell-table-6 .burg .height-fix, #upsell-table-6 .purple .height-fix, #upsell-table-6 .white .height-fix, #upsell-table-6 .bistro .height-fix, #upsell-table-6 .no-img .height-fix {
		height: 700px;
	}
	
	/* styles for page with search */
	.main-article-body #upsell-table .col-md-2 {
    	width: 20%;
    	height: 745px;
  	}
	.main-article-body #upsell-table .height-fix {
		height: 585px;
	}
	.main-article-body #upsell-table .green.col-md-2, .main-article-body #upsell-table .blue.col-md-2, .main-article-body #upsell-table .yellow.col-md-2 {
    	width: 20%;
    	height: 750px;
  	}
  	.main-article-body #upsell-table .burg .height-fix, .main-article-body #upsell-table .purple .height-fix, .main-article-body #upsell-table .white .height-fix, .main-article-body #upsell-table .no-img .height-fix {
		height: 640px;
	}
	
	#upsell-table-4 .col-md-2 {
    	width: 25%;
    	height: 633px;
  	}
  	#upsell-table-4 .green.col-md-2, #upsell-table-4 .blue.col-md-2, #upsell-table-4 .yellow.col-md-2 {
    	width: 25%;
    	height: 638px;
  	}
	#upsell-table-4 .height-fix {
		height: 472px;
	}
	#upsell-table-4 .burg .height-fix, #upsell-table-4 .purple .height-fix, #upsell-table-4 .white .height-fix, #upsell-table-4 .no-img .height-fix {
		height: 550px;
	}
	
	.main-article-body #upsell-table-4 .col-md-2 {
    	width: 20%;
    	height: 745px;
  	}
	.main-article-body #upsell-table-4 .height-fix {
		height: 585px;
	}
	.main-article-body #upsell-table-4 .green.col-md-2, .main-article-body #upsell-table-4 .blue.col-md-2, .main-article-body #upsell-table-4 .yellow.col-md-2 {
    	width: 20%;
    	height: 750px;
  	}
  	.main-article-body #upsell-table-4 .burg .height-fix, .main-article-body #upsell-table-4 .purple .height-fix, .main-article-body #upsell-table-4 .no-img .height-fix {
		height: 640px;
	}
    
    /* JON */
    .search-box {
        height: 100px;
    }
    
    .purchaseFlow {
display: none;
    }
    
    .purchaseFlowSelectedItem {
      display: none;
    }
    
    .purchaseFlowItem {
    display: none;
    }
    
    .purchaseFlowItem:last-child {
     display: none;
    }
    
    .zone_row {
        font-size: 13px;
    }
}

@media print {
    .bodyDetails {
        display: block;
    }
    
    .content-wrapper {
        overflow: visible;
    }
    
    #menu,
    .customer-options,
    .menu-toggle {
        display: none;
    }
    
    .row,
    .ddattentiondd,
    .ddattentionddconfirm {
        width: calc(100% - 50px);
    }
}

/* SVG Map related CSS */
#svg_online_map {
    max-height: 60vh !important;
}

.seatU,
.seatu {
    fill:#C5C7C8 !important;
}

polygon.order {
    color: #000000;
    fill: #000000;
    opacity: 0.3;
}

polygon.offer {
    color: #FF0000;
    fill: #FF0000;
    opacity: 0.3;
}

polygon.excellent {
    fill: #C0FFC0;
    stroke: #000000;
    stroke-width: 1;
    opacity: 0.3;
}

polygon.good {
    fill: #C0FFFF;
    stroke: #000000;
    stroke-width: 1;
    opacity: 0.3;
}

polygon.limited {
    fill: #FFFFC0;
    stroke: #000000;
    stroke-width: 1;
    opacity: 0.3;
}

polygon.sold_out {
    fill: #FFC0C0;
    stroke: #000000;
    stroke-width: 1;
    opacity: 0.3;
}

.legend-div ul li .unavailable-indicator {
    font-size: 12px;
    top: 4px;
    left: -1px;
}

/* =================
theatre sites styles
==================== */
body.popupDetails {
    background: #FFF !important;
}
/* 
.gift-card-payment .gift-card-heading .btn-group .btn:last-child:not(:first-child) {
	display:none !important;
}

.gift-card-payment .gift-card-heading .btn-group .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 9px !important;
    border-top-right-radius: 9px !important;
}
 */
 #giftCertificateDetails .reload-card {
    display: none !important;
}

.payment-input-box input[name="hidePaymentForm"] {
    display: none;
}

/* ========================
    upsell table styles
========================== */

.row {
	margin: 0;
}
.clear-white {
	clear: both;
	height: 10px;
	background: #fff;
	margin: 0 -15px;
}
.clear-blue {
    background: none repeat scroll 0 0 #293338;
    clear: both;
    height: 10px;
    margin: 0 -15px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.green {
	background: #849688;
	color:#fff;
	border:5px solid #fff;
}
.grey {
	background: #e2e2e2;
}
.red {
	background: #b6202c;
	color:#fff;
	text-align: center;
}
.red a {
	color: #fff;
}
.red h4 {
	margin: 0;
	padding: 10px 0;
}
.blue {
	background:#86a7ba;
	color:#fff;
	border:5px solid #fff;
}
.burg {
	background:#973939;
	color:#fff;
	border: 5px solid #293237;
    border-right: 5px solid #293237;
}
.yellow {
	background:#dcb359;
	color:#fff;
	border:5px solid #fff;
}
.purple {
	background:#6e6786;
	color:#fff;
	border: 5px solid #293237;
    border-left: 5px solid #293237;
}
.white {
	border: 5px solid #293237;
}
.bistro {
	background:#86c9a7;
	color:#fff;
	border:5px solid #fff;
}
.text-uppercase {
	text-transform: uppercase;
}
#upsell-table, #upsell-table-6, #upsell-table-4 {
	font-family: 'BrandonGrotesque-Regular', Arial, Helvetica, sans-serif;
}
#upsell-table .best-value-img, #upsell-table-4 .best-value-img {
	margin: 0 0 10px;
}
#upsell-table-6 .best-value-img {
	margin: 0 0 10px;
}
#upsell-table .col-md-4 {
	text-align: center;
}
/*.green .best-value-img {
	margin: 218px 0 10px;
}
.blue .best-value-img {
	margin: 70px 0 10px;
}
.yellow .best-value-img {
	margin: 179px 0 10px;
}
.burg .best-value-img {
	margin: 119px 0 10px;
}
.purple .best-value-img {
	margin: 50px 0 10px;
}*/
#upsell-table h4 small, #upsell-table h5 small {
	color: #fff;
}
#upsell-table-4 h4 small, #upsell-table-4 h5 small {
	color: #fff;
}
#upsell-table-6 h4 small, #upsell-table-6 h5 small, #upsell-table-6 h6 small {
	color: #fff;
}
#upsell-table a {
	color:#fff;
}
#upsell-table-4 a {
	color:#fff;
}
#upsell-table-6 a {
	color:#fff;
}
#upsell-table-6 .white a {
	color:#000;
}
#upsell-table .white a {
	color:#000 !important;
}
#upsell-table-4 .white a {
	color:#000 !important;
}
#upsell-table .col-md-2 {
	margin-bottom: 20px;
	text-align: center;
}
#upsell-table h5 {
	padding: 5px 0 0;
}
#upsell-table-6 h5 {
	padding: 5px 0 0;
}
#upsell-table h6 {
	padding: 0 0 5px;
}
#upsell-table-6 h6 {
	padding: 3px 0;
	margin: 0;
}

#upsell-table-4 .col-md-2 {
	margin-bottom: 20px;
}
#upsell-table-4 h5 {
	padding: 5px 0 0;
}
#upsell-table-4 h6 {
	padding: 0 0 5px;
}


#responsive-upsell .green, #responsive-upsell .blue, #responsive-upsell .yellow, #responsive-upsell .burg, #responsive-upsell .purple {
	border: none;
}
#upsell-table-6 .label-title {
	height: 50px;
	font-size: 18px;
}
#upsell-table-6 .price-label {
	font-size: 18px;
	margin: 0 -10px;
}
#upsell-table .label-title {
	height: 40px;
	font-size: 18px;
	text-align: center;
}
#upsell-table .price-label {
	font-size: 18px;
}

#upsell-table-4 .label-title {
	height: 40px;
	font-size: 18px;
}
#upsell-table-4 .price-label {
	font-size: 18px;
}

#hetty-package {

}

#hetty-package .header {
	
}

#hetty-package .header h2 {
	font-family: 'BrandonGrotesque-Regular';
	color: #fff;
	background: #2a3338;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 12px;
}

#hetty-package .header h2 span {
	font-family: 'BrandonGrotesque-Bold';
}

#hetty-package .col-md-6 {
	text-align: center;
	font-family: 'BrandonGrotesque-Bold';
}

#hetty-package .col-md-6 h3 {
	text-transform: capitalize;
	font-size: 30px;
}

#hetty-package .col-md-6 p {
	text-transform: uppercase;
	font-size: 16px;
}

#hetty-package .col-md-6 a {
	color: #3f3f3f;
}

/* Just testing  */
#content {
    padding: 0;
}

.map-parent {
    width: 95%;
}

.map-select-tickets-column {
    width: 100%;
}

.item-logo {
    display: none;
}

.promotional-code-input {
    max-width: 400px;
}

/* Seating TAKE 2*/
.zone_row {
    position: relative;
    float: left;
    border: 1px solid #CCCCCC;
    margin: 0 10px 10px 0;
    padding: 10px;
}

.price-zone-color {
    border-radius: 50%;
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}

.item-box-item {
    display: initial;
    width: initial;
}

.item-box-item-details {
    position: relative;
    display: inline;
    float: none;
    margin: 0;
    width: initial;
}

.item-box-item-details.price-zone-option .price-zone-color {
    border: medium none;
    display: block;
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}

.item-box-item-details.price-zone-option,
.zone_row .item-box-detail-data {
    line-height: inherit;
    border: 0;
    margin: 0;
    padding: 0;
}

.item-box-item-details.price-zone-option,
.zone_row .item-box-detail-data {
    line-height: inherit;
}

.item-box-detail-data {
    position: relative;
    display: inline;
    margin: 0 5px 0 0;
    line-height: initial;
}

.item-box-item-details.price-zone-option .zone-label {
    display: inline-block;
    margin: 0 10px 0 0;
}

.zone-label {
    font-weight: bold;
}

#seat-price-zone,
.item-box-item {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px;
    width: auto;
}

#pricing_section {
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    margin-bottom: 10px;
    display: none;
}

#selected_section {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}

.navigation-box {
    display: inline-block;
    margin: 30px 0 30px 0;
    width: 100%;
}

.odd {
    border: 1px solid #CCCCCC;
    background-color: #FFF;
}

.even {
    border: 1px solid #CCCCCC;
    background-color: #FFF;
}

/*  -- Page 1 -- */
.search-box {
    background: #F4F4F4;
    border-radius: 0px;
    padding: 30px 0 0 0;
    margin: 0 0 20px;
}

/* -- END PAGE 1 -- */
.bodyDetails {
    padding: 0px;
}

#recommendations {
    padding: 0 20px;
}

.account-box {
    border-top: 0;
    margin-top: 5px;
    display: block;
    padding: 0;
    margin: 50px auto 20px;
    max-width: 100%;
}

.login-box.account-box,
.forgot-password-box.account-box {
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 40px;
}

.create-account-box {
    border: 1px solid #CCCCCC;
    padding: 40px;
}

/* Best available 

.venue-image-column  {
    max-width: 95%; 
}

.select-tickets-column  {
    max-width: 95%; 
}*/
.btn {
    padding: 6px 12px;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

#svg_map_section {
    display: block;
    position: relative;
    border: 1px solid #CCCCCC;
    padding: 20px;
}

.map-parent {
    width: 100%;
    padding-left: 0px;
}

.performance-info {
      display: none;
}

.performance-info,
.col-md-3 {
     display: none;
}

.account-box-item,
.section-box-item {
    margin-bottom: 10px;
}

.order-performance,
.col-md-8 {
    padding-left: 0px;
}

.breadcrumb {
    padding: 40px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #F5F5F5;
    border-radius: 4px;
    display: none;
}

.order-contact-heading {
    margin: 0 0 30px;
    margin-top: 5px;
}

.order-customer-details,
.col-md-4 {
    padding-left: 0px;
}

.order-performance,
.col-md-8 {
    width: inherit;
}

.order-performance,
.col-md-pull-1 {
    width: inherit;
    right: 0%;
}

.order-performance,
.col-md-push-8 {
    width: inherit;
    left: 0%;
}

.order-performance,
.col-md-1 {
    width: inherit;
}

.order-items,
.item-options {
    margin-bottom: 20px;
}

.order-items .item-options {
    float: right;
    width: 100px;
    padding: 0;
}

.col-md-4 {
}

.col-md-5 {
    width: inherit;
}

.col-md-11 {
    width: 100%;
}

.order-contact,
.col-md-6 {
    padding-left: 0px;
}

.order-contact .billing-info .btn-group {
    width: auto;
    padding-left: 10px;
}

.system-message-block {
    border-radius: 0px;
}

.alert {
    border-radius: 0px;
    border: none;
}

/* 
.attention {
    display: none;
    border: 1px solid #936B30;
}
 */

#upsell-table .col-md-4 {
    padding: 15px;
}

.fine-print {
    font-style: italic;
    font-size: 13px;
    width: 100%;
    float: left;
}

.fee-info {
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 0 0;
}

body {
    font-family: 'Hind', sans-serif;
}

@media (min-width: 515px) {
    #selected_seats_ul {
        padding: 0;
        margin: 0;
        width: 80%;
    }
    
    div#selected_section {
        position: fixed;
        width: 600px;
        bottom: 0;
        right: 0;
        z-index: 1000;
        background: #FFF;
        margin: 0 0 0 0;
        margin-left: 600ps;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        min-height: 90px;
        max-height: 300px;
        overflow-y: scroll;
        padding: 25px 0 0 25px;
    }
    
    div#mapSelect .navigation-box {
        display: inline-block;
        margin: 0;
        width: 15%;
        position: fixed;
        z-index: 1001;
        bottom: 20px;
        right: 20px;
    }
}

.captcha-parent .captcha-image {
    display: block;
    width: 250px;
    height: auto;
}

#selected_seats_ul {
    height: 180px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0 !important;
    width: 80%;
}
 
div#mapSelect .navigation-box {
    bottom: 5px;
    display: inline-block;
    margin: 0;
    position: fixed;
    right: 27px;
    width: 15%;
    z-index: 1001;
}
div#selected_section {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    max-height: 300px;
    min-height: 90px;
    overflow-y: auto;
    padding: 25px 0 25px 25px;
    position: fixed;
    right: 0;
    width: 600px;
    z-index: 1000;
}
 
#shoppingCart .section-box-item {
    border: 2px solid #ddd;
    padding: 15px 0 15px 5px;
}


/* ========================
 custom styles start
========================== */
 

/* seating plan page */

#mapSelect h1.page-heading,
#seatSelect h1 {
	display: none;
}

#createAccount h1 {
	margin-top: 20px;
}

#price_zone_section .zone_row.item-box-item,
#seat-price-zone .item-box-item  {
    border: 0 none !important;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#price_zone_section .item-box-item-details.price-zone-option .zone-label {
    display: inline-block;
    margin: 0 10px 0 0;
}

#price_zone_section .item-box-item-details {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: super;
    width: initial;
}

#svg_pricing_section {
	float:left;
	width:29%;
}

#svg_pricing_section .navigation-box.item-select-navigation .btn {
	width: 80%;
}

#price_zone_section .item-box-item-details.price-zone-option, .zone_row .item-box-detail-data {
	font-size: 16px;
}

div#mapSelect .navigation-box {
	right: 0;
	width: 200px;
}

#screen_flip_section .item-box-item-details .field-label {
	font-weight: bold;
	color: #122931;
	font-size: 18px;
}

#map-parent {
	float:right;
	width:70%;
}

#screen_flip_section .item-box-item-details.last-column {
    display: inline-block;
    margin: 0;
}

#svg_pricing_section .performance-date,
#seatSelect .performance-date {
 	font-size: 20px;
    font-weight: bold;
}

#seat-price-zone label > span {
    display: inline-block;
}

#seat-price-zone .zone-label span:not(:first-of-type) {
    font-size: 16px;
}

#seat-price-zone .zone-label span:not(:first-of-type) {
    display: inline-block;
}

#seatSelect .price-zone-option .zone-label {
	display: inline-block;
	vertical-align:top;
	margin-left: 10px;
}

#seat-price-zone .price-zone-color {
	display:inline-block;
}

#selected_seats_ul {
    height: auto;
    margin: 0;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0 !important;
    width: 80%;
}

#seatSelect .venue-title,
#seatSelect .item-description,
#svg_pricing_section .item-description {
	display:none;
}

#svg_online_map * {
	cursor:pointer !important;
}

#screen_flip_section input[value="Full Map"] { 
	display:none; 
}

div#selected_section {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    max-height: 300px;
    min-height: 100px;
    overflow-y: auto;
    padding: 25px 0 25px 25px;
    position: fixed;
    right: 0;
    width: 320px;
    z-index: 1000;
}

#selected_seats_ul {
    height: auto;
    margin: 0;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0 !important;
    width: 100%;
}

.seatMap .attention {
    border: 1px solid #ccc !important;
    color: #3f3f3f !important;
    display: block;
    font-weight: normal;
}

#seatSelect .venue-image-column.av-right {
	display: none;
}

/* basket page */

.order-items .section-box-item .section-box-item-details .field-label, .order-item-details .section-box-item .section-box-item-details .field-label, .seat-location-information .section-box-item .section-box-item-details .field-label, .bundle-result-admission.section-box-item .section-box-item-details .field-label {
	font-size: 14px;
}

.order-admissions .section-box-item.item-total, .order-admissions .section-box-item.item-total .last-column {
	padding: 10px 0;
}

#shoppingCart .order-items.order-admissions.section-box {
	margin-top: 0;
}
#shoppingCart .order-items.order-admissions.section-box h3 {
	display: none;
}
#shoppingCart .performance-info .item-information {
	margin-bottom: 0;
}

#shoppingCart .order-performance .item-total-value {
	padding: 0 10px 0 0;
}

#shoppingCart .performance-info {
	display:block;
	width:100%;
	padding: 0;
	position: absolute;
}

#shoppingCart .performance-info .performance-date {
 	font-size: 20px;
    font-weight: bold;
}

#shoppingCart .order-misc-items .order-misc-item .misc-item-info {
	display:block;
	width:100%;
}

#shoppingCart .order-misc-items .order-misc-item .col-md-1,
#shoppingCart .order-misc-items .order-misc-item .col-md-8 {
	width: 100%;
}

#shoppingCart .order-misc-items .order-misc-item .item-options {
	width: auto;
	
}

#shoppingCart .order-items .item-options {
	width:auto;
}

#shoppingCart .order-performance .item-options .btn-danger {
	display:none;
}

#orderInfo {
	width:auto;
}

#shoppingCart .admission-row .seat-price-type {
	display: inline-block;
}

/* header basket */

#orderInfo #orderInfoLogout {
	float:right;
	margin: 20px 0 0;
}

#orderInfo .cart-callout {
	float:left;
}

/* SVG Map related CSS */

#svg_online_map {
    max-height: initial !important;
}

/* login page */

#login h1 {
	margin-top: 20px;
}

#login .login-box {
	float: right;
	width: 49%;
	height: 300px;
}

#login .create-account-box  {
	float: left;
	width: 49%;
	height: 300px;
}

.clear-blue {
	background: #fff;
}
.burg,
.purple {
	border:5px solid #fff;
}

.info-content.modal-body, .info-content.modal-body iframe {
	padding: 10px;
}

/* new layout */

#svg_pricing_section {
    float: none;
    margin-top: 15px;
    width: 100%;
}

#pricing_section {
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

#price_zone_section {
	text-align:center;
}

#price_zone_section .zone_row.item-box-item, #seat-price-zone .item-box-item {
    border: 0 none !important;
    clear: both;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
#price_zone_section .item-box-item-details {
    display: block;
    float: none;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: super;
    width: initial;
}
.item-box-item-details.price-zone-option .price-zone-color {
    border: medium none;
    display: block;
    float: none;
    height: 20px;
    margin: 0 auto 10px;
}
#price_zone_section .item-box-item-details.price-zone-option .zone-label {
    display: block;
    margin: 0 10px 0 0;
}

#map-parent {
	float: none;
	width: 100%;
}

#seat-price-zone, .item-box-item {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: left;
    width: auto;
}

.map-zoom-options.item-box-item-details.last-column {
	float:none;
}

#orderContact .item-box-item {
	display: block;
    width: 100%;
    text-align: left;
}

#orderContact .order-customer-details > h4 {
    border-left: 1px solid #a21233;
    border-right: 1px solid #a21233;
    border-top: 1px solid #a21233;
    margin: 0;
    padding: 10px;
}

#orderContact .order-customer-details .order-additional-information.item-box {
	border-left: 1px solid #a21233;
    border-right: 1px solid #a21233;
    border-bottom: 1px solid #a21233;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 5px;
}
.item-box .field-label {
	font-size: 14px;
}

#seatSelect .performance-header {
	margin: 10px 0 20px;
}

#seatSelect .select-tickets-column.av-left {
	width: 100%;
	display: block;
	max-width: 100%;
}

#seat-quantity .item-box-item {
	text-align: left;
}
#seat-quantity .item-box-item .item-box-item-details {
	display: inline-block;
}

#select_seats .navigation-box.item-select-navigation.item-box .btn.btn-primary {
	float: right;
}

select.form-control {
	height: 39px;
}
.price-type-select select.form-control  {
	height: 34px;
}
#svg_map_section_inner .legend-div {
	display: none;
}
#select_seats .attention {
	border-color: #ccc !important;
    color: #3f3f3f !important;
    display: block;
    font-weight: normal;
}
.admission-row.section-box-item .section-box-item-details:first-child {
	padding-top: 5px;
}
.order-items .order-performance {
	margin-top: 20px;
}
.order-items .order-performance:first-of-type {
	margin: 0;
}
.donation-row .col-md-8.col-md-pull-1,
.stored-value-item-row .col-md-8.col-md-pull-1 {
	width: 100%;
}
.gift-appeal .field-label {
	display: none;
}
.gift-fund {
	display: none;
}
.btn {
	font-size: 18px !important;
}
.account-box li {
	clear: both;
}
.form-control:focus {
	border: 0 none;
	box-shadow: none;
}
#seat-price-zone {
	text-align: center;
}

#screen_flip_section .item-box-item {
	text-align: center;
}

#viewOrder .order-details {
	width: 100%;
}
#order-confirmation {
	border: 1px solid #a21233 !important;
}
#viewOrder .details-block table td {
	width: 50% !important;
}
.order-totals .col-md-5 {
	padding-left: 0;
}
.item-information.item-box .item-logo img {
	width: auto;
}
.container {
	padding: 0 15px;
}
#footer .footer-content {
	padding-bottom: 15px;
}

#footer .footer-content br {
	display: none;
}


@media (max-width: 767px) {
	#price_zone_section .item-box-item-details {
		vertical-align: text-top;
	}
	.order-totals.row .col-md-5.col-md-offset-6 {
		padding: 0 15px 0 0;
	}
	.account-box-item-details, .section-box-item-details {
		width: auto;	
	}
}

@media (min-width: 993px) {
	#mapSelect .seat-tabs-box.item-box.page-heading,
	#seatSelect .seat-tabs-box.item-box.page-heading {
		position: absolute;
		right: 0;
	}
}
@media (min-width: 630px) {
	#orderContact .order-customer-details.col-md-4 {
		width: 100%;
	}
	/* billing page */
	.order-contact .billing-info .btn-group {
		width: 40%;
	}
}

@media (max-width: 480px) {
	#seat-price-zone {
		text-align: left;
	}
	#shoppingCart .performance-info {
		position: static;
	}
	
	#svg_pricing_section {
		float: none;
		width: auto;
	}
	
	#map-parent {
		float: none;
		width: 100%;
	}

	div#mapSelect .navigation-box {
		bottom: 0;
		display: inline-block;
		margin: 0;
		position: fixed;
		right: 0;
		width: 100%;
		z-index: 1001;
	}
	
	div#selected_section {
		background: #fff none repeat scroll 0 0;
		bottom: 0;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
		margin: 0;
		max-height: 300px;
		min-height: 90px;
		overflow-y: auto;
		padding: 25px 0 25px 25px;
		position: fixed;
		right: 0;
		z-index: 1000;
		width: 100%;
	}
	
	#selected_seats_ul {
		height: auto;
		margin: 0;
		max-height: 70px;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 10px 0 0 !important;
		width: 80%;
	}
	
	#login .login-box,
	#login .create-account-box  {
		float: none;
		width: 100%;
		height: auto;
	}
	
	#seatSelect .performance-header {
		margin:0;	
	}
	#select_seats .space.class {
		display:none;
	}
	
	#price_zone_section .zone_row.item-box-item {
		border: 0 none !important;
		display: inline-block;
		float: none;
		margin: 0;
		padding: 0;
		width: 90px;
	}

}

@media (max-width: 480px) {
	#footer .footer-content table td {
		display: table-row;
		
	}
	#footer .footer-content table td:last-of-type {
		text-align: center;
	}
	#footer .footer-content table td br {
		display: block;
	}
}
