:root {
    --accent: #b02624;
    --text: #fff;
    --background: #000;
    --transparent: rgba(0, 0, 0, 0);
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    height: auto;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--background);
    color: var(--text);
}

h2 {
    font-size: 18px;
}

h4 {
    margin: 0;
}

#Wrapper {
    max-width: 1140px;
    min-width: 370px;
}

#Footer {
    margin-top: 5px;
    max-width: 903px;
    min-width: 370px;
    width: 100%;
}

#Footer p{
    font-weight: normal;
}

#Header {
    min-height: 126px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

#Header h1 {
    margin: 0;
}

#Header h1 a {
    background-image: url("../images/logo_small.png");
    background-size: 100% 100%;
    display: block;
    float: left;
    height: 30px;
    margin: 25px 0 0;
    width: 180px;
}

#Header h1 a.ir {
    text-indent: -999em;
}

a#WeGotTickets-Logo {
    float: right;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 10px 10px 0 0;
    padding: 2px;
    width: 100px;
    color: var(--text);
    background-color: initial;
}

a#WeGotTickets-Logo img {
    width: 70%;
    padding: 5px;
}

#NavOuter {
    float: left;
    text-align: center;
    width: 100%
}

#Navigation {
    display: inline-block;
    margin: 15px auto 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#Navigation ul {
    float: left;
    height: 45px;
    line-height: 45px;
}

#Navigation ul#UserNav li, #Navigation ul#MainNav li {
    height: 1px;
    margin: 0;
    transition: background 0.25s ease 0s;
}

#Navigation a {
    color: var(--text);
    display: block;
    font-size: 14px;
    font-weight: 200;
    padding: 0 12px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
}

#Navigation a:hover {
    color: var(--accent);
}

ul#MainNav li, ul#UserNav li {
    list-style: outside none none;
}

#Navigation ul#UserNav li, #Navigation ul#MainNav li {
    margin: 0;
    height: 1px;
    transition: ease 0.25s;
    background: var(--background);
}

#Navigation ul#UserNav li:hover, #Navigation ul#MainNav li:hover {
    height: 4px;
    background: var(--accent);
}

#Page {
    margin-right: -196px;
}

#Page h1 {
    color: var(--accent);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase;
}

h1#skinH1 {
    font-size: 18px;
    text-transform: inherit;
    line-height: 24px;
    margin-bottom: 10px;
}

#Content {
    margin: 0 10px;
}

#RightColumn {
    margin: 30px -100px 0 0;
    width: 192px;
}

a#SearchLink, a#Basket, a#LoginLink, a#Account, a#Tickets, a#Register {
    background: var(--transparent) none repeat scroll 0 0;
}

div.ChatterBox {
    border: 1px solid var(--text);
    font-size: 10pt;
}

.ChatterBox blockquote {
    color: var(--text);
    margin: 0;
    padding: 5px;
}

.ChatterBox blockquote {
    background: var(--transparent) none repeat scroll 0 0;
    font-weight: bolder;
    line-height: 150%;
    padding: 0 10px;
}

.event_link {
    color: var(--accent);
    font-size: 22px;
    font-style: normal;
    margin: 13px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.venue-details h4 {
    color: var(--text);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 3px;
    text-decoration: none;
}

#star-chatterbox {
    padding: 0;
    text-align: center;
}

#star-chatterbox img {
    background-color: var(--text);
    padding: 5px;
    width: 162px;
}

.button:hover, .button:focus, .button:active {
    cursor: pointer;
    text-decoration: none;
    color: var(--text);
    background-color: var(--accent);
    border-color: var(--accent);
}

a.button, .proceed {
    background-color: var(--accent);
    border: none;
    color: var(--text);
    padding: 10px 15px;
    line-height: normal;
}

input[name="qty[]"] {
    border: solid 1px;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
    height: 34px;
    line-height: 30px;
    padding: 2px 0;
    vertical-align: middle;
    color: var(--text);
    background-color: var(--background);
    width: 50px;
}

.third {
    width: 33%;
}

.proceed {
    width: 100%;
    margin-top: 5px;

}

.section-margins {
    margin: 10px 0;
}

input.button[name^="donation"] {
    width: 24px;
    height: 24px;
    padding: 0 5px;
}

#ticketsButton {
    margin-bottom: 10px;
    width: 100%;
}

.text-bottom {
    vertical-align: bottom;
}

.event-image img {
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
    height: auto;
}

.Counter {
    width: 50px;
    height: 34px;
}

@media only screen and (min-width: 768px) {
    input#promoCode {
        width: 180px;
    }

    #promoform .form-row {
        margin: 0 0 0 -10px;
        width: 192px;
    }

    #promoform .content {
        width: 192px;
    }

    #promoform p.warning {
        margin: 2px 0;
    }

    #Navigation {
        display: block;
        float: right;
        margin-top: 35px;
        width: auto;
    }

    #Navigation ul {
        height: 90px;
        line-height: 90px;
    }

    #Header {
        padding-left: 20px;
        padding-right: 20px;
    }

    a#WeGotTickets-Logo {
        margin: 42px 10px 10px 10px;
        width: 163px;
    }

    #Header h1 a {
        height: 50px;
        margin: 55px 0 0;
        width: 300px;
    }

    .diptych {
        margin: 0;
        width: 100%;
    }

    #Content {
        margin: 0 196px 0 107px;
    }

    #ticketsButton {
        padding: 0.7rem 3rem;
        width: initial;
    }

    .event-image img {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .event-width {
        width: 100%;
    }

    .slick-dots li, .slick-dots li button, .slick-dots li button::before {
        width: 20px;
    }
}

@media only screen and (min-width: 991px) {
    .diptych {
        margin: 0;
        width: 50%;
    }

    .proceed {
        width: 33%;
    }

    a#WeGotTickets-Logo {
        margin: 42px -50px 10px 10px;
        width: 163px;
    }
}

label[for="TermsConditions"] {
    color: var(--text) !important;
}

hr {
    margin: 10px 0;
}

#login, #guest {
    background: none !important;
    box-sizing: border-box;
    padding: 0 !important;
}

#login h1, #guest h1 {
    font-size: 28px;
}

.hideShowPassword-wrapper {
    width: auto !important;
}

#faux-content-wrapper {
    margin-right: 0 !important;
}

input[type="email"] {
    width: 75%;
}

#attending h2 {
    color: var(--accent) !important;
}

select {
    color: var(--background);
}

.hideItRealGood {
    display: none;
}

.blue-border {
    border: 1px solid var(--accent) !important;
}

table#variantdetails {
    width: 100%;
}

table#variantdetails .right {
    text-align: right;
}

table#variantdetails td.right{
    min-width: 100px;
}

table#variantdetails td{
    vertical-align: top;
}

table#variantdetails p {
    font-family: ProximaNova-Regular, "Open sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

li.about {
    background: var(--transparent) no-repeat scroll 2px 2px !important;
    padding-left: 40px;
}

.no-top-bottom-para-margins p {
    margin: 0.225rem 0;
}

.no-top-bottom-para-margins p:first-child {
    margin-top: 0;
}

.no-top-bottom-para-margins p:last-child {
    margin-bottom: 0;
}

.entypo {
    color: var(--accent);
}

.rows > .row:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 0.125rem solid var(--text);
    margin-bottom: 1rem;
}

.row label {
    color: var(--accent);
    font-weight: bold;
}

.stripe-heading {
    background-color: var(--accent);
    margin: 10px 0;
    padding: 5px;
}

.homepage-warning:not(:empty) {
    background-color: var(--accent);
    color: #fff;
    margin: 0 0 14px;
    padding: 1px;
    font-size: 14px;
}

.homepage-warning-ico {
    background-image: url("../../../skins/default/images/icons/white/ico-warning.svg");
    width: 24px;
    height: 24px;
    float: left;
    margin: 0.60em 0.75em 0.75em 0.75em;
}

.homepage-warning-mobile {
    background-color: var(--accent);
    color: #fff;
    margin-left: -10px;
    margin-top: -14px;
    width: 100%;
    padding: 20px 20px 30px 30px;
    font-size: 14px;
    font-weight: bold;
}

.homepage-warning-ico-mobile {
    background-image: url("../../../skins/default/images/icons/white/ico-warning.svg");
    width: 24px;
    height: 24px;
    float: left;
    margin: 8px 8px 0 0;
}

.homepage-warning a {
    text-decoration: underline;
    color: white;
}

.homepage-success {
    background-color: var(--accent);
    color: #fff;
    margin: 0 0 14px;
    padding: 1px;
    font-size: 14px;
}

.homepage-success > p {
    margin: 0.75rem;
}

.homepage-success-ico, .homepage-notice-ico {
    background-image: url("../../../skins/default/images/icons/white/ico-info-new.svg");
    width: 24px;
    height: 24px;
    float: left;
    margin: 0.60em 0.75em 0.75em 0.75em;
}

.homepage-notice {
    background-color: var(--accent);
    color: #fff;
    margin: 0 0 14px;
    padding: 1px;
    font-size: 14px;
}

.event-page-warning {
    background-color: var(--accent);
    color: #fff;
    margin-left: -10px;
    margin-top: 0;
    width: calc(100% - 30px);
    padding: 25px;
    font-size: large;
    font-weight: bold;
}

.event-page-warning:empty {
    display: none;
}

@media screen and (min-device-width: 480px) {
    .row label {
        width: 8rem;
    }

    .medium-40-percent {
        width: 40%;
    }

    .medium-60-percent {
        width: 60%;
    }
}

.trender {
    display: block;
    float: left;
    height: 100%;
}

.trender a {
    display: block;
    position: relative;
    text-decoration: none;
}

.trender a.image {
    padding: 5px 10px 0;
}

.trender .info-wrapper {
    padding: 0 10px;
}

.trender .info-title {
    background-color: #fff;
    font-size: 13px;
    height: 48px;
    line-height: 16px;
    padding: 10px;
}

.trending-controls-wrapper,
.marketing-controls-wrapper {
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.trending-controls,
.marketing-controls-1,
.marketing-controls-2,
.marketing-controls-3 {
    display: inline-block;
    position: relative;
    text-align: center;
}

.trending-image-wrapper {
    position: relative;
}

ul.slick-dots {
    margin: 0;
    padding: 10px 25px 20px 25px;
}

.slick-dots li.slick-active button {
    background-image: url("../images/carousel_a.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #43A6CF;
    opacity: 1;
}

.slick-dots li button {
    background-image: url("../images/carousel_i.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 8px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.50;
    position: absolute;
    text-align: center;
    top: 0;
    width: 10px;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 10px;
}

.slick-dots li button {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 10px;
}

.slick-next, .slick-prev {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}

.features .slick-next, .features .slick-prev {
    height: 100%;
    top: 0;
    width: 40px;
    z-index: 4;
}

.slick-prev {
    background-image: url("../images/carousel_l.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-next {
    background-image: url("../images/carousel_r.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-prev::before, .slick-next::before {
    color: #43a6cf;
    opacity: 1;
}

.slick-next {
    right: 0;
}

.no-js-features {
    position: relative;
    z-index: 2;
}

.js-features {
    z-index: 1;
}

.trender .date {
    -webkit-box-shadow: 0 3px 2px 1px rgba(85, 85, 85, 0.6);
    -moz-box-shadow: 0 3px 2px 1px rgba(85, 85, 85, 0.6);
    box-shadow: 0 3px 2px 1px rgba(85, 85, 85, 0.6);
    border-top: 0;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    left: 16px;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 32px;
    background: #fff;
}
