.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.event-detail {
    position: relative;
}
.event-detail .row {
    margin-right: -15px;
    margin-left: -15px;
}
.twoSideContent .contentLeft {
    float: left;
}
.twoSideContent .contentRight {
    float: right;
}
.twoSideContent .contentLeft img, .twoSideContent .contentRight img {
    max-width: 100%;
}
.event-detail .twoSideContent .content p .toMap {
    color: #8c7b47;
    text-decoration: underline;
}
.event-detail .twoSideContent .content .title {
    color: #8c7b47;
}
.event-detail .twoSideContent .content .price {
    color: #9d0229;
}
.event-detail #tabToScroll > .content {
    padding-top: 41px;
}
.event-detail #tabToScroll-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*padding-top: 0px;*/
    background-color: #fff;
    z-index: 1;
    transition-duration: .5s;
}
.event-detail #tabToScroll-nav .nav-tabs {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.event-detail .nav-tabs {
    border-bottom: 1px solid #000;
}
.event-detail .nav-tabs > li > a, .event-detail .nav > li > a:focus {
    color: #999999;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 30px;
    background-color: transparent;
}
.event-detail .nav > li > a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.event-detail .nav-tabs > li {
    transition-duration: 0s;
}
.event-detail .nav-tabs > li.active > a, .event-detail .nav-tabs > li.active > a:hover, .event-detail .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #000;
    border: 1px solid #000;
    border-bottom-color: transparent;
    transition-duration: .2s;
}
.event-detail .nav-tabs > li.active > a, .event-detail .nav-tabs > li.active > a:hover, .event-detail .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #000;
    border: 1px solid #000;
    border-bottom-color: transparent;
    transition-duration: .2s;
}
.event-detail > .twoSideContent > .content > .contentLeft > p > .logo {
    width: 140px;
    height: 80px;
}

.btn {
    border-radius: 0;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.btn-gold-dark {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #8c7b47;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    background-color: #8c7b47;
}
.btn-gold-dark:hover,
.btn-gold-dark:focus {
    background-color: #fff;
    color: #8c7b47;
    text-decoration: none;
}
.btn-grey-dark {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #808080;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    background-color: #808080;
}
.btn-red-dark {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #9d0229;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    background-color: #9d0229;
}
.btn-red-dark:hover,
.btn-red-dark:focus {
    background-color: #fff;
    color: #9d0229;
    text-decoration: none;
}

.banner.col3.section .content {
    text-align: center;
}
.banner.col3.section .content .banner-group {
    display: inline-block;
}
.banner.col3.section .content .banner-group p {
    background-color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.banner.col3.section .content .banner-group {
    width: 100%;
}
.banner.col3.section .content .banner-group img {
    width: 100%;
}
.link-btn.section {
    text-align: center;
}
.link-btn.section a.gold-light-btn {
    margin-top: 15px;
    margin-right: 10px;
    font-size: 16px;
    color: #8c7b47;
    border: 1px solid #8c7b47;
    height: 42px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    text-decoration: none;
}
.link-btn.section a.gold-light-btn:hover,
.link-btn.section a.gold-light-btn:focus,
.link-btn.section a.gold-light-btn:active {
    background-color: #8c7b47;
    color: #fff;
}
.twoSideContent .contentLeft, .twoSideContent .contentRight {
    width: 50%;
}
.event-detail > .float-bar-booknow, .event-detail > .float-bar-waiting {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.event-detail > .float-bar-booknow {
    background: #8c7b47;
}
.event-detail > .float-bar-waiting {
    background-color: #9d0229;
}
.event-detail > .float-bar-booknow span, .event-detail > .float-bar-waiting span {
    line-height: 62px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.event-detail > .float-bar-booknow .btn, .event-detail > .float-bar-waiting .btn {
    border-color: #fff;
    margin: 10px;
    padding-right: 30px;
    padding-left: 30px;
    float: right;
    background-color: transparent;
}
.event-detail > .float-bar-booknow .btn:hover, .event-detail > .float-bar-waiting .btn:hover {
    
    background-color: #fff;
}
.event-detail > .float-bar-booknow .btn:hover {
    color: #8c7b47;
}
.event-detail > .float-bar-waiting .btn:hover {
    color: #9d0229;
}
.event-detail .popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1111;
}
.event-detail .popup .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.event-detail .popup .innerwrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 45px;
    text-align: center;
    max-width: 632px;
}
.event-detail .popup .login-btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    background: #9d0229;
    color: #fff;
    width: 140px;
    line-height: 38px;
    height: 38px;
    margin: 25px auto 10px;
    border: 1px solid #9d0229;
    text-decoration: none;
}
.event-detail .popup .login-btn:hover {
    background: #fff;
    color: #9d0229;
}
.event-detail .popup p {
    font-size: 16px;
}
.event-detail .popup p.h3 {
    font-size: 24px;
}
.event-detail .popup a {
    text-decoration: underline;
    font-weight: 500;
}

.event-detail .max-allowed-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1111;
}
.event-detail .max-allowed-popup .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.event-detail .max-allowed-popup .innerwrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 45px;
    text-align: center;
    max-width: 632px;
}
.event-detail .max-allowed-popup .login-btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    background: #9d0229;
    color: #fff;
    width: 140px;
    line-height: 38px;
    height: 38px;
    margin: 25px auto 10px;
    border: 1px solid #9d0229;
    text-decoration: none;
}
.event-detail .max-allowed-popup .login-btn:hover {
    background: #fff;
    color: #9d0229;
}
.event-detail .max-allowed-popup p {
    font-size: 16px;
}
.event-detail .max-allowed-popup p.h3 {
    font-size: 24px;
}
.event-detail .max-allowed-popup a {
    text-decoration: underline;
    font-weight: 500;
}

@media screen and (max-width: 1240px) and (min-width: 1025px) {
    .event-detail .section .content {
        /*padding: 0;*/
    }
}
@media screen and (min-width: 992px) {
/*    .event-detail .titleOne span.status {
        display: none;
    }*/
    .event-detail .titleOne span.status {
        border-radius: 3px;
        margin: 0;
        margin-left: 10px;
        padding: 3px 10px;
        display: inline;
        height: 20px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #999999;
        vertical-align: middle;
        text-transform: capitalize;
    }
    .twoSideContent.section{
        margin-bottom: 50px;
    }
    .event-detail .twoSideContent .content p {
        line-height: 14px;
    }

    .event-detail .twoSideContent .content .btn {
        padding: 0 30px;
    }
    .event-detail > .float-bar-booknow, .event-detail > .float-bar-waiting {
        text-align: center;
    }
    .event-detail > .float-bar-booknow span, .event-detail > .float-bar-waiting span {
        padding-left: 20px;
        padding-right: 20px;
        border-right: 1px solid #fff;
    }
    .event-detail > .float-bar-booknow span:last-of-type, .event-detail > .float-bar-waiting span:last-of-type {
        border-right: none;
    }
    .event-detail > .float-bar-booknow .btn, .event-detail > .float-bar-waiting .btn {
        float: none;
    }
    
    .event-detail #tab-intro {
        padding: 50px 100px 0;
    }
    .event-detail #tab-menu {
        text-align: center;
    }
    .event-detail #tab-menu .item {
        margin-bottom: 30px;
    }
    .event-detail #tab-menu .item > p {
        font-style: italic;
        line-height: 14px;
    }
    .event-detail #tab-menu .item > h4 {
        color: #8c7b47;
        font-size: 16px;
    }
    /*.event-detail #tab-menu .item > span:nth-child(2) {
        color: #8c7b47;
    }*/
    .event-detail #tab-menu .item > div > span {
        margin-right: 10px;
    }
    .event-detail #tab-menu .item > div > span:first-child {
        color: #9d0229;
        font-weight: 500;
    }
    .event-detail #tab-menu .item > div > span:nth-child(2n+2) {
        border-radius: 3px;
        margin: 0;
        display: inline-block;
        height: 17px;
        line-height: 18px;
        font-size: 12px;
        width: 26px;
        text-align: center;
        color: #fff;
        background: #999999;
    }
    .event-detail #tab-menu .item > div > span:nth-child(2n+3) {
        font-size: 14px;
        margin-left: 2px;
        line-height: 18px;
        color: #999999;
        display: inline-block;
        height: 17px;
        line-height: 22px;
    }
    
    
}
@media screen and (max-width: 991px) {
/*    .twoSideContent .contentLeft, .twoSideContent .contentRight {
        float: none;
    }*/
    .twoSideContent .contentLeft img, .twoSideContent .contentRight img {
        max-width: 100%;
        width: 100%;
    }
    .twoSideContent .contentLeft img.logo, .twoSideContent .contentRight img.logo {
        max-width: 100%;
        width: auto;
    }
    .twoSideContent .contentLeft img.logo2, .twoSideContent .contentRight img.logo2 {
        max-width: 100%;
        width: auto;
    }
    .event-detail #tab-intro {
        padding: 30px 20px 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .banner.col3.section .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
}
@media screen and (max-width: 991px) {
    .event-detail .titleOne {
        text-transform: uppercase;
    }
    .event-detail .titleOne span.status {
        border-radius: 3px;
        margin: 0;
        margin-left: 10px;
        margin-bottom: 3px;
        padding: 3px 10px;
        display: inline;
        height: 17px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #999999;
        vertical-align: middle;
        text-transform: capitalize;
    }
    .event-detail hr {
        margin-left: 20px;
        margin-right: 20px;
    }
    .event-detail .twoSideContent .content p {
        line-height: 22px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
    }
    .event-detail .twoSideContent .content .title {
        font-size: 18px;
        margin-top: 0;
    }
    .event-detail .twoSideContent .content .price {
        font-weight: 500;
    }
    .event-detail > .float-bar-booknow, .event-detail > .float-bar-waiting {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .event-detail > .float-bar-booknow {
        background: #8c7b47;
    }
    .event-detail > .float-bar-waiting {
        background-color: #9d0229;
    }
    .event-detail > .float-bar-booknow span, .event-detail > .float-bar-waiting span {
        line-height: 62px;
        padding-left: 20px;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .event-detail > .float-bar-booknow .btn, .event-detail > .float-bar-waiting .btn {
        border-color: #fff;
        margin: 10px;
        padding-right: 30px;
        padding-left: 30px;
        float: right;
        background-color: transparent;
    }
    .event-detail .nav-tabs > li > a, .event-detail .nav > li > a:hover, .event-detail .nav > li > a:focus {
        color: #999999;
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 0;
        padding: 10px 20px 8px;
        background-color: transparent;
    }
    .event-detail #tab-intro {
        padding: 30px 20px 0;
    }
    .event-detail #tab-menu {
        text-align: center;
    }
    .event-detail #tab-menu .item {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .event-detail #tab-menu .item > p {
        font-style: italic;
        line-height: 14px;
    }
    .event-detail #tab-menu .item > h4 {
        color: #8c7b47;
        font-size: 16px;
    }
    /*.event-detail #tab-menu .item > span:nth-child(2) {
        color: #8c7b47;
    }*/
    .event-detail #tab-menu .item > div > span {
        margin-right: 10px;
    }
    .event-detail #tab-menu .item > div > span:first-child {
        color: #9d0229;
        font-weight: 500;
    }
    .event-detail #tab-menu .item > div > span:nth-child(2) {
        border-radius: 3px;
        margin: 0;
        display: inline-block;
        height: 17px;
        line-height: 18px;
        font-size: 12px;
        width: 26px;
        text-align: center;
        color: #fff;
        background: #999999;
    }
    .event-detail #tab-menu .item > div > span:nth-child(3) {
        font-size: 14px;
        margin-left: 2px;
        line-height: 18px;
        color: #999999;
        display: inline-block;
        height: 17px;
        line-height: 22px;
        font-weight: 500;
    }
    .event-detail .banner.section .content.row {
        margin: 0;
    }
    .link-btn.section a.gold-light-btn {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    .event-detail .section .content {
        padding: 0;
    }
    .banner.col3.section .content {
        padding: 0 20px;
    }
    .event-detail .popup .innerwrapper {
        width: 90%;
        padding: 35px 20px;
    }
}
@media screen and (max-width: 480px) {
    .twoSideContent .contentLeft, .twoSideContent .contentRight {
        width: 100%;
        float: none;
    }
    .event-detail .twoSideContent .content .title {
        font-size: 18px;
        margin-top: 25px;
    }
}