body {
    font-family: 'Helvetica Neue', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
}

h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 1px;
}

h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 200;
}

li {
    font-size: 18px;
    line-height: 40px;
    font-weight: 100;
}

li:hover {
    opacity: 0.8;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 21px;
    line-height: 30px;
}

.container {
    max-width: 1200px;
}

.navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 80px;
    padding-top: 8px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #ff7f00;
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 1000px;
    box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, .46);
}

.brand {
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.brand.w--current {
    margin-top: 10px;
}

.nav-link {
    padding-right: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #ff7f00;
}

.nav-link.w--current {
    color: #ff7f00;
}

.nav-link.red {
    margin-top: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    background-color: #ff7f00;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.nav-link.red:hover {
    background-color: #000;
    color: #fff;
}

.nav-link.red.w--current {
    color: #fff;
}

.hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61));
}

.hero-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.nav-menu {
    margin-top: 2px;
}

.hero-button-div {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.slider {
    height: auto;
    background-color: transparent;
}

.slide {
    width: 25%;
}

.slide-image {
    width: 500px;
}

.section {
    position: relative;
    padding: 100px 5%;
}

.section.gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(40, 61, 143, .63), rgba(40, 61, 143, .63)), url('../images/bg-01-01.jpg');
    background-image: linear-gradient(180deg, rgba(40, 61, 143, .63), rgba(40, 61, 143, .63)), url('../images/bg-01-01.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.section.red {
    background-color: #ff7f00;
}

.section.dark {
    background-color: #000;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .87), rgba(0, 0, 0, .87)), url('../images/bg01.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .87), rgba(0, 0, 0, .87)), url('../images/bg01.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
}

.section.gray {
    background-color: #303030;
    background-image: -webkit-linear-gradient(270deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, .9)), url('../images/bg-02.jpg');
    background-image: linear-gradient(180deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, .9)), url('../images/bg-02.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    color: #fff;
}

.section.wood {
    background-color: #0087ff;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    color: #fff;
}

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

.white-font-wrapper {
    color: #fff;
}

.top-margin {
    margin-top: 25px;
}

.top-margin._50 {
    margin-top: 50px;
}

.button {
    padding: 15px 35px;
    border-radius: 40px;
    background-color: #FF0000;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.button:hover {
    background-color: #000;
}

.button.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.button.alt-color {
    background-color: #01cfff;
}

.button.alt-color:hover {
    background-color: #000;
}

.header-wrapper {
    margin-bottom: 50px;
}

.flex-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.col-left-padding {
    padding-left: 30px;
}

.bar-text {
    margin-bottom: 20px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.bar-text:hover {
    color: #f4cf49;
    text-shadow: 0 3px 0 #223845;
}

.bar-text.alt {
    color: #f4cf49;
}

.col-right-padding {
    padding-right: 30px;
}

.input {
    position: static;
    height: 50px;
    margin-bottom: 25px;
    border: 0px solid #000;
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.input:hover {
    background-color: #d8d8d8;
}

.input.text-area {
    height: 80px;
}

.toggle-wrapper {
    margin-bottom: 15px;
}

.toggle-header {
    width: 100%;
    padding: 20px 14px 18px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 90%, .26);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.toggle-header:hover {
    background-color: #ff7f00;
}

.toggle-header.red {
    background-color: #ff7f00;
}

.toggle-icon {
    position: relative;
    right: 10px;
    width: 20px;
    height: 20px;
    float: right;
    background-image: url('../images/arrow.svg');
    background-position: 50% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.toggle-title {
    display: inline-block;
}

.toggle-content {
    overflow: hidden;
}

.toggle-space {
    padding: 30px 40px;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
}

.copyright-text {
    font-size: 13px;
    letter-spacing: 1px;
}

.icon-facebook {
    height: 50px;
    margin-top: 5px;
}

.icon-facebook:hover {
    opacity: 0.7;
}

.link {
    color: #ff7f00;
    text-decoration: none;
}

.large-p {
    font-size: 22px;
    line-height: 35px;
}

.large-p.bold {
    font-weight: 400;
}

.background-video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.flag-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    width: 100%;
    height: 140px;
    background-image: url('../images/img-flag.png');
    background-position: 0px 0px;
    background-size: auto 120px;
    background-repeat: repeat-x;
}

.hero-heading {
    position: relative;
    z-index: 1;
    margin-bottom: -8px;
    font-family: 'Superstar m54';
    color: #fff;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: 2px;
    text-shadow: -3px 3px 1px #000;
}

.hero-heading._1 {
    font-size: 140px;
    line-height: 120px;
}

.hero-logo {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    width: 200px;
}

.social-block {
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background-color: #ff7f00;
}

.dropdown-list.w--open {
    overflow: hidden;
    border-radius: 10px;
    background-color: #ff7f00;
}

.dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.dropdown-link:hover {
    background-color: #074585;
}

.deejay {
    display: block;
    overflow: hidden;
    width: 95%;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    background-image: url('../images/img-dj1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
}

.deejay._2 {
    background-image: url('../images/img-dj2.jpg');
}

.deejay-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.metro-logo {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.flex-metro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.metro-text {
    margin-left: 20px;
    padding: 5px 10px;
    border-radius: 40px;
    background-color: green;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

._85-percent-width {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.tab-link {
    margin-right: 5px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #01cfff;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.tab-link:hover {
    background-color: #ff7f00;
}

.tab-link.w--current {
    background-color: #ff7f00;
}

.tabs-menu {
    text-align: center;
}

.map {
    height: 500px;
    border-radius: 4px;
}

.fairgrounds-logo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
    border-radius: 3px;
}

.bold {
    font-weight: 700;
}

.bold.caps {
    text-transform: uppercase;
}

.tabs-content {
    margin-top: 15px;
    padding: 15px 30px 30px;
    border-radius: 4px;
}

.ent-text-wrapper {
    padding: 20px;
    color: #fff;
}

.hero-text {
    margin-right: 15px;
    border-radius: 5px;
    font-family: Boycott, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-text._1 {
    font-family: 'Helvetica Neue', sans-serif;
    color: #ea4800;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
}

.hero-text._2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
}

.hero-text._3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 3px;
}

.hero-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-brew {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brew-logo-block {
    display: block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-image: url('../images/brew-logo1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.brew-logo-block:hover {
    opacity: 0.67;
}

.flex-intro-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .87);
}

.pop-up-wrapper {
    position: relative;
    top: 30%;
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
}

.close-pop-up {
    position: absolute;
    top: -22px;
    right: -21px;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #ff7f00;
    background-image: url('../images/icon-close.png');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.close-pop-up:hover {
    background-color: #494949;
}

.flex-date-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #074585;
    background-image: url('../images/bg-top-01.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.ticket-details-block {
    position: relative;
    overflow: hidden;
    width: 500px;
    padding: 30px 30px 100px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
}

.ticket-title {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0px;
    text-transform: none;
}

.ticket-title.price {
    padding: 4px 12px;
    border-radius: 0px 3px 3px 0px;
    background-color: transparent;
    font-size: 25px;
    font-weight: 700;
}

.ticket-title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #074585;
}

.flex-ticket-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.ticket-list-item {
    font-size: 16px;
    line-height: 30px;
}

.line {
    display: block;
    width: 150px;
    height: 4px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    border-radius: 50px;
    background-color: #ff7f00;
}

.line.alt-color {
    background-color: #074585;
}

.list-item {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.ticket-date-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #074585;
}

.ticket-page-title {
    font-family: Boycott, sans-serif;
    font-size: 36px;
    line-height: 55px;
}

.ticket-page-sub-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.ticket-block-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg, #fff, #e6e6e6);
    background-image: linear-gradient(180deg, #fff, #e6e6e6);
    text-align: center;
}

.ticket-side-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ticket-side-text-container {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.session-title-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px 15px;
    border-radius: 40px;
    text-align: center;
}

.session-title {
    color: #ff7f00;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.session-date {
    margin-top: 3px;
    text-transform: uppercase;
}

.faq-title {
    margin-bottom: 25px;
    color: #ff7f00;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.company-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.company-name.type {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}

.brewery-block {
    margin-right: 20px;
    margin-bottom: 20px;
}

.social-wrapper {
    margin-bottom: 10px;
}

.social-icon {
    width: 25px;
}

html.w-mod-js *[data-ix="toggle-content-initial-appe"] {
    height: 0px;
}

html.w-mod-js *[data-ix="hide-deejay-overlay"] {
    display: none;
    opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
    display: none;
    opacity: 0;
}

html.w-mod-js *[data-ix="hero-text-2"] {
    display: none;
    opacity: 0;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
}

@media (max-width: 991px) {
    .navbar {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-link {
        color: #fff;
        text-shadow: none;
    }

    .nav-link:hover {
        color: #dfdfdf;
    }

    .hero-section {
        padding-right: 5%;
        padding-left: 5%;
    }

    .nav-menu {
        margin-top: 0px;
        background-color: #ff7f00;
    }

    .section {
        overflow: hidden;
    }

    .menu-button {
        margin-top: 10px;
        padding: 10px;
        border-radius: 5px;
        background-color: #ff7f00;
        color: #fff;
    }

    .menu-button.w--open {
        background-color: #ff7f00;
    }

    .col-left-padding {
        padding-left: 10px;
    }

    .col-right-padding {
        padding-right: 10px;
    }

    .toggle-header {
        padding-left: 15px;
    }

    .toggle-title {
        font-size: 14px;
    }

    .large-p {
        font-size: 18px;
    }

    .social-block {
        top: 11px;
        right: 82px;
    }

    .deejay {
        margin-bottom: 25px;
    }

    .tab-link {
        margin-bottom: 5px;
    }

    .tabs-content {
        margin-bottom: 30px;
    }

    .hero-text._1 {
        font-size: 90px;
    }

    .hero-text._2 {
        font-size: 30px;
    }

    .hero-text._3 {
        font-size: 30px;
    }

    .pop-up-wrapper {
        width: 70%;
    }

    .ticket-details-block {
        margin-bottom: 25px;
    }

    .flex-ticket-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 40px;
    }

    .hero-section {
        height: 500px;
    }

    .hero-button-div {
        left: 0px;
        right: 0px;
        bottom: 448px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slide {
        width: 50%;
    }

    .section {
        padding-right: 5%;
        padding-left: 5%;
    }

    .button.center {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .col-left-padding {
        padding-top: 20px;
    }

    ._85-percent-width {
        width: 100%;
    }

    .hero-text._1 {
        font-size: 75px;
        line-height: 90px;
    }

    .pop-up-wrapper {
        width: 80%;
    }

    .ticket-details-block {
        width: 100%;
    }
}

@media (max-width: 479px) {
    p {
        font-size: 14px;
    }

    li {
        margin-bottom: 10px;
        line-height: 25px;
    }

    .brand {
        margin-top: 9px;
    }

    .hero-section {
        height: 300px;
        margin-top: 40px;
    }

    .hero-button-div {
        bottom: 566px;
        padding-top: 0px;
    }

    .slide {
        width: auto;
    }

    .slide-image {
        width: auto;
    }

    .button {
        font-size: 15px;
    }

    .icon-facebook {
        height: 25px;
    }

    .logo {
        width: 175px;
    }

    .social-block {
        top: 22px;
        right: 65px;
    }

    .tabs-content {
        padding: 0px 10px;
    }

    .hero-text._1 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-text._2 {
        font-size: 18px;
        line-height: 20px;
    }

    .hero-text._3 {
        font-size: 18px;
        line-height: 20px;
    }

    .flex-brew {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brew-logo-block {
        width: 100px;
        height: 100px;
    }

    .pop-up-wrapper {
        width: 95%;
    }

    .ticket-details-block {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ticket-title {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 24px;
    }

    .ticket-title.price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ticket-title-block {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .ticket-list-item {
        line-height: 20px;
    }
}

@font-face {
    font-family: 'Boycott';
    src: url('../fonts/BOYCOTT.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueBd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}