@font-face{font-family:Montserrat;
    src:url(fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
}
@font-face{font-family:Montserrat_medium;
    src:url(fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
}
body{
    background: #000 url(images/bg1.jpg) center no-repeat;
    margin:0; padding:0;
    background-size: 100% 82%;
}
.header{
    height: 175px;
}
.header1:not(.m-venueframework__header) {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(images/header_bg.svg);
    height: 140px;
    z-index: 99999;
    top: 0px;
    transition: height 250ms linear;
    box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.15);
}
.global_nav {
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 517px;
    z-index: 501;
    display: flex;
    align-items: center;
    padding: 0px;
    transition: all 200ms linear;
}
.global_nav .links_wrapper {
    width: 362px;
}
.global_nav .header_logo {
    float: left;
    height: 35px;
    margin-left: 15px;
}
.header_logo_1 a {
    border: none;
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.global_nav .logo_s {
    width: 92px;
    height: 39px;
    background: url(images/header_logo_society.svg) no-repeat;
    background-size: contain;
    margin-top: 1px;
}
.global_nav .logo_b {
    width: 35px;
    height: 35px;
    background: url(images/headerlogo_b.svg);
}
.global_nav .header_logo span {
    display: inline-block;
}
.global_nav .logo_c {
    width: 35px;
    height: 35px;
    background: url(images/headerlogo_c.png);
}
.global_nav .logo_p {
    width: 125px;
    height: 17px;
    background: url(images/headerlogo_p.png);
    margin-top: 9px;
}
.logo_t {
    line-height: 44px;
    text-align: center;
    padding-top: 34px;
    text-indent: 0;
    overflow: hidden;
    transition: all .2s linear;
    background: url(images/headerlogo_t.png) no-repeat center center;
    width: 100%;
    display: block;
    /* height: 100%; */
    /* background: url(../images/logos/headerlogo_t.png) no-repeat center center; */
    background-size: 85%;
    background-position: 13px 13px;
}
.logo_t:hover {
    background-position: center -44px;
    padding-top: 0;
}
.global_nav .header_button {
    font-size: 12px;
    padding-top: 16px;
    width: 145px;
    text-decoration: none;
    padding: 0;
    left: 6px;
    position: relative;
}
.m-button, .tickets {
    display: inline-block;
    position: relative;
    background: #2b2b2b;
    padding: 14px 40px 10px 15px;
    line-height: 1;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    height: 44px;
    overflow: hidden;
    transition: all 200ms linear;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    z-index: 1;
}
.m-button:before, .tickets:before {
    opacity: 0;
    content: " ";
    position: absolute;
    left: -100px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #5C5C5C 0%, #363636 100%);
    transition: all 200ms linear;
    z-index: -1;
}
/* .m-button:after, .tickets:after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 17px;
    width: 16px;
    height: 10px;
    background: url(images/btn_arrow.svg);
    transition: all 200ms linear;
} */
.header:not(.m-venueframework__header) .logo {
    height: 69px;
    width: 388px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.logo a{
    display: block;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    background: url(images/logo.svg);
    background-repeat: no-repeat;
    background-size: 388px 69px;
    opacity: 1;
    transition: none;
}
.logo a:hover {
    background: url(images/logo_hover.svg);
    background-repeat: no-repeat;
    background-size: 388px 69px;
}

.logo1 a {
    display: block;
    height: 59px;
    max-width: 389px;
    text-indent: -9999px;
    background: url(images/logo.svg);
    background-repeat: no-repeat;
    background-size: 335px 69px;
    opacity: 1;
    transition: none;
}

.logo1 a:hover {
    zoom: 1;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}
/*.logo:before, .logo:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.left_side:before, .left_side:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';*/
.main_nav .mobile_nav_header, .main_nav .mobile_nav_footer {
    display: none;
}
.main_nav {
    zoom: 1;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 500;
    height: auto;
    margin: 0px 0 0;
    padding: 0;
    padding-right: 58px;
    display: block;
}
.main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.main_nav ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
}
.main_nav ul li {
    position: relative;
    display: block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    height: 73px;
}
.main_nav > ul > li > a, .main_nav > ul > li > a:link, .main_nav > ul > li > a:visited {
    display: block;
    margin: 0;
    padding: 0 28px 33px;
    text-align: left;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    transition: none;
    transition: color 200ms linear;
    -webkit-font-smoothing: antialiased;
}
.main_nav > ul > li > a:before, .main_nav > ul > li > a:link:before, .main_nav > ul > li > a:visited:before {
    position: absolute;
    top: 6px;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: #FFC425;
    content: '';
    display: block;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.main_nav > ul b {
    font-weight: 800;
}
.main_nav > ul br.hidden {
    display: block;
    visibility: hidden;
}
.header-search {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 43px;
    height: 90px;
    transition: width linear 300ms;
    display: flex;
    align-items: center;
}
.header-search .search-icon {
    background: url(images/search.svg);
    height: 23px;
    width: 23px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
    margin-right: 14px;
    margin-bottom: 12px;
}
.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.header1:not(.m-venueframework__header):after {
    content: " ";
    width: calc(100% - 450px);
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    visibility: visible;
    background-image: linear-gradient(151deg, transparent 4%, #000 100%);
}
/* footer start here*/
.black_block {
    width: calc(100% + 20px);
    margin-left: -20px;
    position: relative;
    min-height: 510px;
}
.black_block_inner {
    background: black;
    position: absolute;
    width: 100%;
    height: calc(100% + 30px);
    top: -11.7647%;
    display: block;
    transition: top 800ms;
    margin-top: 60px;
}
.white_block {
    zoom: 1;
    padding: 0px 20px 0px;
    width: 100%;
    max-width: 1240px;
    margin: 0px auto 0px;
}
.white_block:before, .white_block:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.left_side {
    zoom: 1;
    float: left;
    width: calc(100% - 430px);
    max-width: 720px;
    padding: 30px 10px 20px;
}

}
.logo {
    zoom: 1;
    display: block;
    clear: both;
    width: calc(100% - 320px);
    /* max-width: 332px; */
    height: 59px;
}

.address {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    clear: both;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
}
.footer_info_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_phone {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    padding-left: 30px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.footer_phone:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: -1px;
    width: 21px;
    height: 20px;
    background: url(images/icon_phone.svg) no-repeat;
}
.footer_email a {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    padding-left: 30px;
    position: relative;
    transition: all 100ms linear;
}
.footer_email a:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 21px;
    height: 20px;
    background: url(images/icon_email.svg) no-repeat;
}
.social {
    float: right;
    display: flex;
}
.social .social_link {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #696969;
    border-bottom: none;
    border-left: none;
    margin-left: 0px;
    display: inline-block;
    float: none;
    vertical-align: bottom;
}
.social .social_link:first-child {
    border-left: 1px solid #696969;
}
.social .social_link .social_bg {
    transition: all 100ms linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    display: block;
    background: transparent;
}
.social .social_link .social_bg svg {
    height: 100%;
    width: 100%;
    fill: #000;
    display: none;
}
.social .social_link a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    line-height: 70px;
    text-align: center;
    display: block;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
}
.fa-twitter:before {
    content: "\f099";
}
.hidden {
    display: none;
    visibility: hidden;
}
.fab-twitter:before {
    content: "\f099";
}
.break_line {
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    background: #696969;
    margin: 0px 0px 40px;
}
.footer_logo_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_logo_wrapper .footer_logo_1 {
    width: 122px;
    height: 77px;
    background: url(images/footerlogo_1.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: all 100ms linear;
    cursor: pointer;
}
.footer_logo_wrapper .footer_logo_2 {
    width: 104px;
    height: 77px;
    background: url(images/footerlogo_2.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: all 100ms linear;
    cursor: pointer;
}
.footer_logo_wrapper .footer_logo_3 {
    width: 165px;
    height: 57px;
    background: url(images/footerlogo_3.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: all 100ms linear;
    cursor: pointer;
}
.footer_logo_wrapper .footer_logo_4 {
    width: 100px;
    height: 77px;
    background: url(images/footerlogo_4.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: all 100ms linear;
    cursor: pointer;
}

#google_image_div {
    overflow: hidden;
    position: absolute;
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin-top: 40px;
}
.text1{
    color: black;
    font-size: 23px;
    position: absolute;
    top: 145px;
    line-height: 1.2em;
    text-align: center;
    position: relative;
}
/* .text1 u{
    color: white;
} */
.footer_faq {
    margin-top: 40px;
    float: right;
    max-width: 388px;
    width: 100%;
    height: auto;
    padding: 24px;
}
.faq_header {
    color: #fff;
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding-left: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.faq_header:before {
    position: absolute;
    top: 6px;
    left: -20px;
    width: 6px;
    height: 6px;
    background-color: #FFC425;
    content: '';
    display: block;
}
.faq_header b {
    font-weight: 800;
}
.footer_faq dt:first-child {
    border-top: none;
}
.footer_faq dt {
    overflow: auto;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    margin-top: 10px;
    border-bottom: 1px solid #696969;
    transition: all 100ms linear;
}
.close a {
    border: none;
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 200ms linear;
}
.footer_faq dt p {
    position: relative;
    -webkit-font-smoothing: antialiased;
    transition: all 100ms linear;
    margin: 0;
    padding: 10px 4px 10px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: space-between;
}
.footer_faq dt p:hover{
    font-weight: 700;
}
.footer_faq dt p:after {
    /* content: '\f107';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top center;
    right: 0px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px; */
}
.global-footer {
    position: relative;
    zoom: 1;
    margin: 0 auto;
    display: block;
    padding: 0px 30px;
    width: 100%;
    max-width: 1172px;
}
.global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.global-footer p {
    position: relative;
    display: block;
    margin: auto;
    padding: 30px 0px 30px;
    font-weight: 400;
    font-size: 12px;
    color: white;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    top: 455px;
}
.global-footer p a, .global-footer p a:visited {
    transition: all 100ms linear;
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.global-footer .delimiter {
    padding: 0 2px;
    color: white;
}
.footer_email a:hover {
    color: #FFC425;
}
.social .social_link:hover .social_bg {
    background: white;
}
.social .social_link a:hover{
    color: black;
}
.footer_logo_wrapper .footer_logo_1:hover {
    opacity: 1;
}
.footer_logo_wrapper .footer_logo_2:hover {
    opacity: 1;
}
.footer_logo_wrapper .footer_logo_3:hover {
    opacity: 1;
}
.footer_logo_wrapper .footer_logo_4:hover {
    opacity: 1;
}
.main_nav > ul > li > a:hover{
    color: white;
    font-weight: 800;
}
.m-button:hover, .tickets:hover {
    color: white;
    background: rgba(43, 43, 43, 0);
}
.global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    padding-top: 0px;
    color: #ffffff;
    font-family: 'helvetica';
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: white;
    letter-spacing: -0.45px;
}
.global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
    font-weight: 700;
}
.global-footer p a:hover, .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover{
    color: #FFC425;
    text-decoration: none;
}
.global_nav .links_wrapper:hover a {
    opacity: 0.5;
}
.global_nav .links_wrapper:hover a:hover {
    opacity: 1;
}
.m-button:hover, .tickets:hover {
    color: white;
    background: rgba(43, 43, 43, 0);
}
.m-button:hover:before, .tickets:hover:before {
    opacity: 1;
    left: 0;
}
.m-button:before, .tickets:before {
    opacity: 0;
    content: " ";
    position: absolute;
    left: -100px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #5C5C5C 0%, #363636 100%);
    /* transition: all 200ms linear; */
    z-index: -1;
}
.m-button:hover:after, .tickets:hover:after {
    right: 10px;
}
.main_nav ul li.page_22 {
    min-width: 170px;}
    .main_nav ul li.page_29 {
        min-width: 170px;}
/* .m-button:after, .tickets:after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 17px;
    width: 16px;
    height: 10px;
    background: url(../images/svg/btn_arrow.svg);
    transition: all 200ms linear;
} */
.main_nav > ul > li > a:hover:before, .main_nav > ul > li > a.active:before, .main_nav > ul > li > a:link:hover:before, .main_nav > ul > li > a:link.active:before, .main_nav > ul > li > a:visited:hover:before, .main_nav > ul > li > a:visited.active:before{
    width: 10px;
    height: 10px;
    top: 4px;
}