  /* Buy Tickets Info Custom Style*/
.buy_ticket_content_section .vc_section{
    margin-bottom: 40px !important;
}
.buy_ticket_content_section .vc_section:last-child{
    margin-bottom: 0 !important;
}


.buy_ticket_content_section  .vc_section a.prohibited_list{
    color: #555;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.buy_ticket_content_section a.prohibited_list{
    text-decoration: none;
}
.buy_ticket_content_section .map_info{
    margin: auto;
    text-align: center;
    width: 100%;
}
.buy_ticket_content_section .map_info iframe{
    width: 100%;
}
.buy_ticket_content_section a.prohibited_list:hover{
    text-decoration: underline;
}
