/****************************************
 TEMP
 ****************************************/
.topNav {
    background-color: #000;
    height: 4em;
    position: fixed;
    width: 1280px;
}

.leftNav {
    background-color: #000;
    position: fixed;
    height: 100%;
    width: 8em;
}

/****************************************
 LAYOUT
 ****************************************/

/****************************************
 MODULE
 ****************************************/
.ticket-form-block {
   border-bottom: 1px solid #999999;
   overflow: hidden;
}

.ticket-body-cta {
    min-height: 50px;
    vertical-align: bottom;
}

.ticket-col > p {
    min-height: 2.25em;
}

/* ARROW ON FORM */
.ticket-form-arrow {
    position: absolute;
    width:270px;
}

.ticket-form-arrow-t {
    color: #ffffff;
    font-size: 1em;
    display: block;
    font-weight: bold;
    margin: 7%;
}

.ticket-form-arrow .line {
    margin-top:0px;
    width:240px;
    background:#b9af8d;
    height:80px;
}

.ticket-form-arrow.left .line {
    float:right;
}
.ticket-form-arrow.right .line {
    float:left;
}

.ticket-form-arrow.left .point {
    width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 30px solid #b9af8d;
    float:left;
}

.ticket-form-arrow.right .point {	
    width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 30px solid #b9af8d;
    float:right;
}

/* SEARCH FOR TICKETS PAGE */
.ticket-event-search-available-seats {
    display: block;
    width: 100%;
    height: 100%;
    padding: .75em;
}

.ticket-event-search-available-seats > .row {
    margin-bottom: .5em;
}

.ticket-event-search-available-seats .button {
    margin-right: 10px;
}

.ticket-form-advanced-options .form-field {
    float: left;    
    margin-top: 6px;
}

.ticket-form-advanced-options .form-field .sprite
{
    margin-top: -4px;
}

.ticket-form-advanced-options .form-field .withSprite {
    margin-right: 5px;
}

.ticket-form-advanced-options .center-exposure {
    display: block;
    margin-left: -10px;
    margin-right: auto;
}

/* FORM LAYOUT FORM PAGES (SEARCH, CHECKOUT, CART) */
.ticket-event-form-two-col .primary {
    float: left;
    width: 80%;
}

.ticket-event-form-two-col .secondary {
    float: left;
    width: 20%;
}

.ticket-event-form-two-col .rightNote {
    float: right;
}


.ticket-event-info {
    font-size: 0.9em;
    height: 4.25em;
}

/* TICKET SHOPPING CART */
.clear-padding {
    margin: 0px;
}

.track_map img {
    width: 100%;
}

.ticket-event-cart-item
{
    padding-top: 1em;
}

.ticket-event-cart-item .button {
    margin-left: 0px;
    clear: both;
}

.cart-line-item {
    padding-bottom: 0.5em;
}

.cart-qty input {
    width: 40px;
    text-align: center;
}

.cart-qty > a > .sprite {
    vertical-align: middle;
}

.ticket-event-cart-summary {
    padding-top: .5em;
}

.ticket-event-cart-summary .button {
    width: auto;
    white-space: nowrap;    
}

.ticket-event-search-available-seats .form-field {
    margin-top: 9px;
}

.checkout-form-row {
    margin: 10px 0;
}

.checkout-form-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.checkout-form-col-fix {
   padding-left: 0px !important;
   margin-left: 0px !important;
}

/* TICKET PRICE RANGE SLIDER */
#ticket_qty {
    margin-top: 15px;
    min-width: 40px;
}

.slider-range-row {
    margin-top: 0px;
}

#slider-range {
    position: relative;
    clear: left;
    width: 305px;
    margin-top: 23px;
}

.slider-range-background {
    height: 18px;
    width: 100%;
    position: absolute;
}

.slider-range-foreground {
    height: 18px;
    width: 25%;
    left: 25%;
    position: absolute;
}

.slider-range-handle {
    position: absolute;
    bottom: -25px;
    margin-left: -7px;
    cursor: pointer;
}

.slider-range-handle span {
    cursor: pointer;
}

#slider-range-handle1 {
    left: 25%;
}

#slider-range-handle2 {
    left: 50%;
}


.pct {
    width: 100%;
    position: absolute;
}

.lbl {
   position: absolute;
   width: 35px;
   top: -21px;
   margin-left: -18px;
   text-align: center;
   font-size: .85em;
}


.pct .hash {
    width: 1px;
    background-color: #e0dfde;
    height: 30px;
    top: -5px;
    position: absolute;
}

.pct-10 {
    left: 10%
}
.pct-20 {
    left: 20%
}

.pct-30 {
    left: 30%
}

.pct-40 {
    left: 40%
}

.pct-50 {
    left: 50%
}

.pct-60 {
    left: 60%
}

.pct-70 {
    left: 70%
}

.pct-80 {
    left: 80%
}

.pct-90 {
    left: 90%
}


.ticket-options-link {
    margin-top: 35px;
}

/* TICKET CHECKOUT PAGE */
.ticket-event-checkout-form input[type="text"],
.ticket-event-checkout-form input[type="password"],
.ticket-event-checkout-form textarea,
.ticket-event-checkout-form select
{
    width: 100%;
}

.ticket-event-checkout-shipping {
    display: none;
}

.formAddress {
    line-height: 1.2em;
    margin-top: 0.7em;
}

.formAddress .sprite {
    margin-right: 5px;
}

.formAddress a.button {
    margin-right: 10px;
}


/*TICKET EVENT DETAIL PAGE*/
.ticket-event-purchase-option-row {
    padding: 6px 0;
    text-align: right;
}

.ticket-event-block > .ticket-event-block-image {
    display: inline-block;
    margin-right: 2.514%;
    width: 15.824%;
}

.ticket-event-block > .ticket-event-block-image > .ticket-event-block-image-caption {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    margin-top: -1px;
}

.ticket-event-block > div.ticket-event-block-info {
    display: inline-block;
    vertical-align: top;
    width: 81.352%;
}

.ticket-event-block-hero > .ticket-event-block-image {
    width: 27.648%;
}

.ticket-event-block-hero > div.ticket-event-block-info {
    width: 68.352%;
}

.cart-update-notice {
    background-color: #cccccc;
}

.ticket-upsell {
    line-height: 1.1em;
}

.ticket-upsell-header {
    font-size: 0.9em;
}

.upsell-divider {
    border-bottom: 1px solid #999999;
}

/*  CAMPING/PARKING  */
.parkingDetails {
    margin-top: .5em;
}

.parkingDetails p{
    margin-bottom:.7em;
}

.parkingImage img {
    width: 100%;
}

.insetParagraph {
    padding-left: 15px;
}

hr.glampingOptions {
    margin-left: 15px;
}


.parking-option-row .divider,
.parking-option-row,
.divider.noPadding {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.parking-option-item {
    padding-top: 10px;
    padding-bottom: 10px;    
    line-height: 26px;    
}


.cart-sidebar-header {
    background-color: #bcac92;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-sidebar-cart {
    background-color: #dcd5c2;
    min-height: 85px;
    margin: 3px 0;
    padding: 25px 10px;
}

.cart-sidebar-cart > span.no-items {
    color: #941317;
    font-weight: bold;
}

.cart-sidebar-seperator {
    background-color: #b9b2a0;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}

.event-tickets-tout {
    background-color: #e0dfda;
}

.event-tickets-tout h6 {
    font-size: 1.25em;
    text-align: center;
    padding: 10px 0;
}

.cart-sidebar-summary {
    font-weight: bold;
    text-align: right;
}

.cart-sidebar-summary span {
    font-weight: normal;
}

.wheelchair-tout {
    background-color: #b9af8d;
    color: #fff;
    font-size: 1.25em;
    padding: 20px;
}


/****************************************
 STATE
 ****************************************/

/****************************************
THEME
 ****************************************/

/* SEARCH FOR TICKETS PAGE */
.ticket-event-search-available-seats {
    background-color: #e0dfde;
}

.ticket-event-search-available-seats-header {
    font-size: .9em;
    white-space: nowrap;
}

.ticket-event-search-available-seats-header.superBold {
    font-size: 1em;
}

a.ticket-form-logicLink {
    color:#9b8a5b;
    font-weight: bold;
    cursor: pointer;

    text-decoration: none;
    transition: color .5s;
}

.ticket-form-logicLink:hover {
    color: #675d45;
}

/* TICKET PRICE RANGE SLIDER */
.slider-range-background {
    background-color: #e1dfda;
}

.slider-range-foreground {
    background-color: #bbae8c;
}

.ticket-event-block-header {
    background-color: #9a968f;
    color: #ffffff;
    padding-top: .5em;
    padding-bottom: .5em;
}

.ticket-event-cart {
    padding-bottom: 1.5em;
}

.ticket-form-black {
    color: #000000;
}

/****************************************
RESPONSIVE
 ****************************************/
@media all and (min-width: 1100px) {
    #slider-range {
        clear: none;
        margin-top: 11px;
    }

    .slider-range-row {
        margin-top: 15px;
    }

    #ticket_qty {
        margin-top: 5px;
        min-width: 40px;
    }
}

@media all and (min-width: 980px) {
    #slider-range {
        width: 300px;
    }
}

@media all and (min-width: 560px) {
    #slider-range {
        width: 425px;
    }

    .ticket-form-advanced-options .center-exposure {
        display: block;
        margin-left: 0;
        margin-right: auto;
    }
}

@media all and (min-width: 480px) {
    .ticket-options-link {
        margin-top: 15px;
    }

    .checkout-form-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ticket-event-cart-item .button {
        margin-left: 15px;        
        clear: none;
    }
}


@media all and (min-width: 320px) {

}

@media all and (max-width: 979px) and (min-width: 480px) {
}

@media all and (max-width: 979px) and (min-width: 768px) {
    .ticket-event-block > div.ticket-event-block-info {
        width: 66.352%;
    }
}

@media all and (max-width: 768px) and (min-width: 480px) {
}

@media all and (max-width: 480px) {
    hr.glampingOptions {
        margin-left: 10px;
    }
    .insetParagraph {
        padding-left: 10px;
    }
}

@media all and (max-width: 320px) {

}