
/* COMMONS *********************************************************************************************/
body {
    font-family:'Raleway', sans-serif;
    font-weight: 400;
    background-color: rgba(216, 217, 224, 0.1);
    color:#5F616E;
    font-size: 15px;
}
h1, h2, h3, h4, h5 {
    font-family:'Raleway', sans-serif;font-weight: 500;
}
p{
    font-family:'Raleway', sans-serif;
}
span{
    font-family:'Raleway', sans-serif;
}
h2 {
    font-size:60px;
    color: #FA0400;
}
h3 {
    font-size:30px;
}
h4 {
    font-size:22px;
}
h5 {
    font-size:18px;
}
hr{
    border-color: #D8D9E0;
    margin: 47px auto;
    max-width:800px;
}
label{
    font-weight:600;
}
input:focus, button:focus{
    /* Disable Chrome user agent stylesheet */
    outline: 0 !important;
}
a{color:#FA0400;}
a:focus {
    text-decoration: none;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/images/icn_drop.svg) !important;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    padding: 0 0 0 30px !important;
}
.form-control{
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 52px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    padding: 15px 25px;
}
.form-group{
    margin-bottom: 5vh;
}
.btn-pink, .btn-pink:focus{
    background-color: #FA0400;
    border-radius: 5px !important;
    color: #fff;
    font-size: 15px;
    height: 52px;
    min-width: 226px;
    padding: 0 40px;
    box-shadow: 0 2px 11px 0 rgba(182,3,99,0.28);
}
.btn-pink:hover {
    background-color: #babdbd;
    color: #fff;
    box-shadow: 0 2px 11px 0 rgba(186, 189, 189,1);
}
.btn-blue{
    background-color: #62C2D5;
    border-radius: 5px !important;
    color: #fff;
    font-size: 15px;
    height: 52px;
    min-width: 226px;
    padding: 0 40px;
    box-shadow: 0 2px 11px 0 rgba(0, 131, 158,0.28);
}
.btn-blue:hover{
    background-color: #FA0400;
    color: #fff;
    box-shadow: 0 2px 11px 0 rgba(182,3,99,0.28);
}
.btn-pink:focus, .btn-blue:focus{
    color: #fff;
}
.btn-play, .btn-play:focus{
    min-width: 0 !important;
    height: 32px;
    padding-top: 3px !important;
    padding-left: 15px;
    padding-right: 12px;
    margin-top: 10px;
}
.btn-play img {
    width: 16px;
}
.header-logo {
    max-height: 72px;
}
.shadow {
    box-shadow: 0 2px 11px 0 rgba(182,3,99,0.28);
}
.ticket-element-rating {
    color: #FA0400;
}
.ticket-element-rating i {
    margin-right: 2px;
}
.hidden-element{
    display: none;
}
.datepicker div {
    width:100%;
}
.datepicker table {
    width:100% !important;
    height: 350px;
}
.datepicker .available-day {
    background-color:white;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color:#62C2D5 !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.new, .datepicker table tr td.old, .datepicker table tr td.disabled:hover{
    background-color: rgba(216,217,224,0.1) !important;
    color: #BAC2C7 !important;
}
.datepicker table tr td.available-day:hover, .datepicker table tr td.focused {
    background-color:#62C2D5 !important;
    color:white !important;
}
.datepicker-dropdown {
    width: 350px !important;
}
.modal {
    z-index: 99999;
}
#videoModal .modal-content iframe {
    border:0;
    padding:0;
}
#videoModal .modal-content {
    border-radius: 0 !important;
    padding: 0;
}
#videoModal .modal-content .modal-body {
    padding: 0;
}
#videoModal .modal-content .modal-body .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:36px;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
.modal-content {
    border-radius: 10px !important;
    border:0;
    padding: 0 10px;
}
.modal-header {
    border:0;
}
.modal-footer {
    border:0;
    margin:0;
}
.print-error-msg {
    border-radius: 10px !important;
}
.svg g{
    fill: #62C2D5;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
}
/* NAVBAR *********************************************************************************************/
.navbar {
    padding: 0 1vw;
    margin:auto;
}
.navbar .navbar-container {
    max-width: 1200px;
    margin: auto;
}
.navbar-brand{
    padding: 10px 0px;
}
.navbar-nav.navbar-right:last-child {
    margin-top:25px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    color:#94A5B0;
    background-color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#FA0400;
    font-weight:bold;
    background-color:#fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color:#fff;
    color:#FA0400;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color:#fff;
    color:#FA0400;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:#fff;
}
.nav > li > a{
    font-size:16px;
}
.nav .cart-full{
    color: #FA0400 !important;
}
.nav .number-cart-elements {
    position: absolute;
    z-index: 10000;
    border: 1px solid #FA0400;
    width: 19px;
    margin-top: -37px;
    margin-left: 11px;
    border-radius: 40px !important;
    font-size: 10px;
    color: #FA0400;
    height: 20px;
    text-align: center;
}
.nav .fa-shopping-cart{
    font-size: 18px;
}
.header-top-mobile .header-top-mobile-list {
    display: none;
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 992px) {
    .header-logo{
        max-width: 200px;
        margin: 8px auto;
    }
    .nav > li > a {
        padding: 10px 12px !important;
        font-size: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-top:17px;
    }
}
@media screen and (max-width: 768px) {
    .image-ticket-wrapper {
        padding:0px;
        padding-right:10px;
        padding-left:10px
    }
    .header-logo{
        max-width: 200px;
    }
    .navbar-toggle {
        float: left;
    }
    button.navbar-toggle {
        border:none;
    }
    .navbar-brand{
        float: left;
        padding: 0px 0px;
    }
    .navbar-default{
        text-align: center;
    }
    .nav .number-cart-elements {
        display: none;
    }
    .header-top-mobile .header-top-mobile-list {
        display: flex;
        margin: 0;
        background-color: #FBFBFB;
    }
    .header-top-mobile .header-top-mobile-list > li {
        width: 33%;
    }
    .header-top-mobile .header-top-mobile-list .dropdown-menu {
        text-align: left;
    }
}
/* CONTACT FORM *********************************************************************************************/
.contact-div .row{
    margin:0;
    display: flex;
}
.contact-left{
    padding:0;
}
.contact-right{
    padding: 5vh 6vw;
}
.contact-right h4{
    margin-bottom:20px;
}
.templatemo-contact-map{
    height:100%;
}
.form-contact{
    margin-top: 5vh;
}
.locator-icon{
    height: 12px;
}
@media screen and (max-width: 992px) {
    .contact-div .row{
        display: block;
    }
    .contact-left{
        height:300px;
    }
}
/* MY EVENTS PAGE ***********************************************************************************************/
.my-event{
    padding: 5vh 6vw;
}
.my-event a {
    color: #FA0400;
    text-decoration: none;
}
.my-event h3, .my-event p {
    margin-bottom: 20px;
}
.my-event .benefit {
    padding-left: 80px;
}
.my-event .benefit h3 {
    text-align: center;
}
.my-event .data-box {
    background-color: #eee;
    padding: 40px;
    border-radius: 19px !important;
}
.my-event .data-box .result label {
    font-size: 18px;
    font-weight: 400;
}
.my-event .data-box .result span {
    float: right;
    font-size: 18px;
    font-weight: 600;
}
.my-event .data-box .inputs .form-group:last-child{
    margin-bottom: 0;
}
.my-event .data-box .result .form-group:last-child{
    margin-bottom: 0;
}
.my-event .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width: 992px) {
    .my-event .benefit {
        padding-left: 15px;
        max-width: 600px;
        margin: 30px auto;
    }
}
@media screen and (max-width: 480px) {
    .my-event .data-box .inputs .btn {
        min-width: 0px;
        width: 100%;
    }
    .my-event .form-horizontal label {
        display: inline;
    }

}
/* OPINIONS PAGES ***********************************************************************************************/
.opinions {
}
.opinions .container {
    padding: 5vh 6vw;
    max-width: 800px;
    margin:0 auto;
}
.opinions .title {
    padding-bottom: 10px;
}
.opinions .form-group {
    margin-left: 0;
    margin-right: 0;
}
.opinions textarea {
    height: 130px;
}
.opinions .button-div a {
    padding-top:14px;
}
.opinions .button-div {
    margin-top:20px;
}
/* LOGIN FORM *********************************************************************************************/
.account-div {
    padding: 5vh 6vw;
    margin: 0 auto;
    max-width: 800px;
    float:none;
}
.account-div #frm-account {
    margin-top: 5vh;
}
.error-account {
    max-width: 800px;
    margin: 30px auto;
}
/* LOGIN FORM *********************************************************************************************/
.login-div{
    padding: 5vh 6vw;
    margin: 0 auto;
    max-width: 800px;
    float:none;
}
.login-div form{
    margin-top: 5vh;
}
.error-login {
    max-width: 800px;
    margin: 30px auto;
}
/* MY BOOKINGS FORM *********************************************************************************************/
.my-bookings-div{
    padding: 5vh 6vw;
    margin: 0 auto;
    max-width: 800px;
    float:none;
}
.my-bookings-div form{
    margin-top: 5vh;
}
.error-mybookings {
    max-width: 800px;
    margin: 30px auto;
}
/* MY BOOKINGS DETAILS *********************************************************************************************/
.my-bookings-details {
    padding-bottom: 30px;
}
.my-bookings-details .row{
    max-width: 800px;
    margin: 2vh auto;
}
.my-bookings-details hr{
    margin: 0 auto 40px auto;
}
.my-bookings-status{
    margin: 8vh 0 3vh 0;
}
.my-bookings-status img{
    margin-bottom: 8px;
    width: 63px;
}
.my-bookings-status p{
    margin-bottom: 12px;
}
.my-bookings-status button, .my-bookings-status a{
    margin: 18px;
}
.my-bookings-status a {
    padding-top: 13px;
}
.my-bookings-locator{
    color: #62C2D5;
    font-weight:600;
}
.my-bookings-details-entity{
    font-weight:600;
    font-size: 18px;
    color: #62C2D5;
}
.my-bookings-details .customer-info{
    font-size: 13px;
}
.my-bookings-details .subtotals, .total{
    font-weight:600;
    margin-bottom: 2vh;
}
@media screen and (max-width: 992px) {
    .my-bookings-details .subtotals{
        text-align: left
    }
}
/* SLIDER *********************************************************************************************/


#templatemo-carousel{
    /*background: url(../images/slider.jpg);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;}

#templatemo-carousel .item {
    height:499px;
    background: rgba(0,0,0,0);
}
#templatemo-carousel .item-title {
    font-size: 35px;
    text-shadow: none;
    font-weight: 600;
    background: rgba(20,20,20,0.5);
}
#templatemo-carousel .item-subtitle {
    background: rgba(20,20,20,0.5);
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
}
@media screen and (max-width: 992px) {
    #templatemo-carousel .item-title{
        font-size: 40px !important;
    }
    #templatemo-carousel .item-subtitle{
        font-size: 24px !important;
    }
}
@media screen and (max-width: 768px) {
    #templatemo-carousel .item{
        height: 348px;
    }
    #templatemo-carousel .item-title{
        font-size: 30px !important;
    }
    #templatemo-carousel .item-subtitle{
        font-size: 18px !important;
    }
}
/* TICKET SEARCH HOME **********************************************************************************/
.ticket-search .ticket-search-bar, .ticket-search .ticket-search-bar-responsive{
    background: #FFFFFF;
    box-shadow: 0 2px 21px 0 rgba(0,0,0,0.07);
    position: relative;
}
.ticket-search .ticket-search-bar{
    margin: -48px auto 0 auto;
    width: 80vw;
    border-radius: 19px !important;
    min-width: 900px;
}
.ticket-search .ticket-search-bar span{
    font-weight: 600;
    font-size: 16px;
    color: #62C3D6;
}
.ticket-search .ticket-search-bar .search-block{
    padding: 16px 0 0 35px;
}
.ticket-search .ticket-search-bar input{
    margin: 5px 0px 0 0;
    width: 90%;
    border: none;
    font-weight: 300;
    font-size: 24px;
    color: #5F616E;
    padding-left: 5px;
}
.ticket-search .ticket-search-bar img{
    margin-bottom: 18px;
}
.ticket-search .ticket-search-bar .search-category{
    border-left: 1px solid #EEE;
    margin-top: 16px;
    padding: 0 20px 0 25px;
}
.ticket-search .ticket-search-bar .search-category .dropdown{
    margin-top: 5px;
}
.ticket-search .ticket-search-bar .search-category span.dropdown-selected, .ticket-search-bar .search-category a {
    font-weight: 300;
    font-size: 24px;
    color: #5F616E !important;
}
.ticket-search .ticket-search-bar .search-category a:hover{
    text-decoration: none;
}
.ticket-search .ticket-search-bar .search-category .caret{
    color: #FA0400;
    float: right;
    margin-top: 15px;
}
.ticket-search .ticket-search-bar .search-category .dropdown-menu {
    margin-top: 20px;
    border:0;
    border-radius: 0 0 19px 19px !important;
    box-shadow: 0 2px 21px 0 rgba(0,0,0,0.07);
}
.ticket-search .ticket-search-bar .search-category .dropdown-menu li > a {
    font-size: 18px;
}
.ticket-search .ticket-search-bar .search-category .dropdown-menu li {
    padding: 7px 0;
}
.ticket-search .ticket-search-bar .search-category .category-container {
    width: 100%;
}
.ticket-search .ticket-search-bar .search-button {
    padding:0;
    height: 96px;
}
.ticket-search .ticket-search-bar .search-button span{
    background: #FA0400;
    height:100%;
    padding: 32px 0;
    border-radius: 0 19px 19px 0 !important;
}
.ticket-search .ticket-search-bar .search-button span:hover{
    background: #62C3D6;
}
.ticket-search .ticket-search-bar .search-button span{
    font-weight: 600;
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    width:100%
}

.ticket-search .ticket-search-result {
    margin-left: 11vw;
    width: 45vw;
    box-shadow: 0 2px 21px 0 rgba(0,0,0,0.07);
    border-radius: 0 0 19px 19px !important;
    position: absolute;
    background: white;
    z-index: 99999;
    cursor: pointer;
    display: none;
}
.ticket-search .ticket-search-result img {
    max-width: 40px;
    max-height: 30px;
}
.ticket-search .ticket-search-result ul {
    padding: 0;
}
.ticket-search .ticket-search-result li {
    list-style: none;
    padding: 15px 30px;
}
.ticket-search .ticket-search-result li:hover {
    background: #EEE;
}
.ticket-search .ticket-search-result span {
    padding: 10px;
    font-weight: 300;
    font-size: 18px;
}
.ticket-search .ticket-search-result .no-more-items{
    display: none;
}

/* Responsive */
.ticket-search .ticket-search-bar-responsive{
    margin: -120px auto 0 auto;
    width: 96vw;
    display: none;
    border-radius: 10px !important;
    z-index: 9999;
}
.ticket-search .ticket-search-bar-responsive input{
    width: 90%;
    border: none;
    font-weight: 300;
    font-size: 20px;
    color: #5F616E;
    padding: 15px 5px;
}
@media screen and (max-width: 992px) {
    .ticket-search {
        margin-bottom: 60px;
    }
    .ticket-search .ticket-search-bar {
        display: none;
    }
    .ticket-search .ticket-search-bar-responsive{
        display: block;
    }
    .ticket-search .ticket-search-bar-responsive img {
        margin-top: 15px;
        float: right;
    }
    .ticket-search .ticket-search-result {
        width:90%;
        margin-left:5vw;
    }
    .ticket-search .ticket-search-result li {
        padding: 15px;
    }
    .ticket-search .ticket-search-result span {
        font-size: 16px;
        padding: 5px;
    }
}
/* CITIES BLOCK HOME **********************************************************************************/
.cities{
    padding: 80px 0;
}
.cities .container{
    padding:0;
}
.cities .title{
    margin-bottom:50px;
}
.city-container {
    padding: 15px;
}
.city-container a:hover{
    text-decoration: none;
}
.city-container .city-box {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius:5px !important;
    height: 240px;
    box-shadow: 0 2px 21px 0;
    color: lightgrey;
}
.city-container .city-box:hover {
    color: grey;
}
.city-container .city-title {
    font-weight: 600;
    color:#fff;
    font-size:30px;
    padding-top: 76px;
}
.city-container .city-tickets {
    font-weight: 400;
    background-color:#FA0400;
    color:#fff;
    font-size:16px;
    border-radius:6px !important;
    display:inline-block;
    padding: 5px 11px 5px 11px;
}
.scrolling-wrapper-flexbox {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}
.scrolling-wrapper-flexbox .city-box {
    width: 240px;
}
@media screen and (max-width: 768px) {
    .cities{
        padding: 40px 0;
    }
    .scrolling-wrapper-flexbox{
        display: flex;
    }
    .cities .cities-desktop{
        display: none;
    }
}
/* TICKETS BLOCK HOME **********************************************************************************/
.tickets{
    padding: 80px 0;
    background: white;
}
.tickets a:hover{
    text-decoration: none;
}
.tickets .title{
    margin-bottom:35px;
}
.tickets .title-group{
    margin-bottom:65px;
}
.tickets .categories {
    margin-bottom:45px;
}
.tickets .categories-responsive{
    display: none;
}
.tickets span.category-badge{
    font-weight: 400;
    background-color:#FA0400;
    color:#fff;
    border-radius:6px !important;
    box-shadow: 0 2px 11px 0 rgba(182,3,99,0.28);
}
.tickets span.category-badge:hover{
    color:white !important;
}
.tickets .categories span{
    font-weight: 300;
    font-size:18px;
    padding:5px 20px;
    cursor: pointer;
    line-height: 40px;
}
.tickets .categories span:hover{
    color:#FA0400;
    font-weight:600;
}
.tickets .categories-responsive{
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 20px 0;
    margin-bottom: 20px;
}
.tickets .categories-responsive span {
    font-weight: 400;
    font-size: 18px;
    color: #FA0400;
}
.tickets .categories-responsive .dropdown-menu {
    width:100%;
}
.tickets .categories-responsive .dropdown-menu li {
    border-top: 1px solid #EEE;
    font-size: 18px;
    color: #5F616E;
    padding: 15px;
}
.tickets .ticket-element {
    border-radius:6px !important;
    margin-bottom:30px;
    box-shadow: 0 2px 21px 0;
    color: lightgrey;
}
.tickets .ticket-element:hover {
    color: grey;
}
.tickets .ticket-element-image {
    border-radius:6px 6px 0 0 !important;
    height: 175px;
    background-position: center !important;
    background-size: cover !important;
}
.tickets .ticket-element-title {
    font-weight: 400;
    font-size:20px;
    color:#5F616E;
    height: 50px;
}
.tickets .ticket-element-info {
    padding: 10px 20px;
    border-radius:0 0 6px 6px !important;
}
.tickets .ticket-element-price {
    font-weight: 600;
    font-size:18px;
    color:#FA0400;
    float: right;
}
.tickets .hide-search{
    display: none;
}
.tickets .load-more p{
    font-weight: 600;
    color:#FA0400;
    font-size:16px;
    padding-top: 50px;
    cursor: pointer;
}
.image-ticket-image {
    border-radius:5px !important;
    width:100%;
}
@media screen and (max-width: 768px) {
    .image-ticket-wrapper {
        padding:0px;
        padding-right:0px !important;
        padding-left:0px !important
    }
    .image-ticket-image {
        border-radius:0px !important;
    }
    .tickets{
        padding: 20px 0;
    }
    .tickets .categories{
        display: none;
    }
    .tickets .categories-responsive{
        display: block;
    }
    .tickets .ticket-element-title {
        font-size: 18px;
    }

}
/* CITY PAGE *******************************************************************************/
.city-content .header-photo {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 420px;
    margin-bottom: 80px;
}
.city-content .description {
    padding: 20px 15vw;
    text-align: center;
}
.city-content p {
    margin-bottom: 20px;
    line-height: 26px;
}
@media screen and (max-width: 768px) {
    .city-content .header-photo {
        height: 260px;
        margin-bottom: 20px;
    }
    .city-content h2 {
        text-align: left;
        padding: 0 30px;
    }
    .city-content .description {
        padding: 0 30px;
        text-align: left;
    }
    .city-content p {
        margin-bottom: 10px;
        line-height: 21px;
        font-size: 14px;
    }
}
/* ENTITY PAGE *****************************************************************************/
.entity {
    background: white;
}
.entity p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 20px;
}
.entity .booking-entity-header {
    box-shadow: 0 2px 21px 0 rgba(0,0,0,0.07);
    padding: 25px 0 15px 0;
    background-color: white;
    z-index: 999;
    width: 100%;
}
.entity .btn-pink{
    min-width: 170px;
}
.entity .entity-title{
    color: #000;
    display: inline;
    margin-right: 20px;
    font-size: 30px;
    line-height: 33px;
}
.entity .booking-entity-header-address{
    margin-top: 5px;
    font-size: 18px;
}
.entity .booking-entity-header-price-from .from {
    font-size:18px;
    color:#94A5B0;
    margin-right: 10px;
}
.entity .booking-entity-header-title .ticket-element-rating{
    display: contents;
    margin-top: 7px;
    position: absolute;
}
.entity .booking-entity-header-price-from .price {
    font-size:40px;
    color:#000;
    font-weight:600;
}
.entity .booking-entity-header-buy {
    padding: 5px 0;
}
.entity .booking-entity-content h4{
    color: #20212B;
    margin-bottom: 40px;
}
.entity .booking-entity-content-description-map {
    padding: 80px 0 50px 0;
}
.entity .booking-entity-description {
    padding: 0 5vw 20px 0;
    overflow: hidden;
    max-height: 375px;
    line-height: 26px;
}
.booking-entity-description p{text-align: justify;line-height: 20px;}
.entity .booking-entity-description h1, .entity .booking-entity-content-info .info h1{
    font-size: 20px;
    color: #FA0400;
}
.entity .booking-entity-description h2, .entity .booking-entity-content-info .info h2{
    font-size: 18px;
    color: #5F616E;
}
.entity .booking-entity-description h3, .entity .booking-entity-content-info .info h3{
    font-size: 16px;
}
.entity .read-more {
    margin: 30px 0;
    font-weight: 400;
    font-size: 14px;
    color: #FA0400;
    cursor: pointer;
}
.entity .read-more-plus {
    margin: 30px 0;
    font-weight: 400;
    font-size: 14px;
    color: #FA0400;
    cursor: pointer;
}
.entity .google-maps-booking {
    height:283px;
    width:100%;
}
.entity .map-info {
    background: white;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
    padding: 10px 30px;
}
.entity .map-info svg {
    float:right;
    margin-top: 10px;
}
.entity .map-info h5{
    color: #20212B;
}
.entity .booking-entity-content-info .navigation {
    padding:0;
    background: white;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius: 10px 10px 0 0 !important;
}
.entity .booking-entity-content-info .nav-pills a{
    padding: 20px 0;
}
.entity .booking-entity-content-info .nav-pills li:first-child a{
    border-top-left-radius: 10px !important;
}
.entity .booking-entity-content-info .nav-pills li:last-child a{
    border-top-right-radius: 10px !important;
}
.entity .booking-entity-content-info .nav-pills > li.active > a,
.entity .booking-entity-content-info .nav-pills > li.active > a:hover,
.entity .booking-entity-content-info .nav-pills > li.active > a:focus {
    background-color: #FA0400;
}
.entity .booking-entity-content-info, .entity .booking-entity-content-tickets {
    background-color: rgba(216, 217, 224, 0.1);
    padding: 80px 0;
}
.entity .booking-entity-content-info .info {
    background: white;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius: 0 0 10px 10px !important;
    padding: 40px 50px;
}
.entity .booking-entity-content-info .info h4 {
    margin-bottom: 10px;
}
.entity .booking-entity-content-info .info svg {
    margin-right: 5px;
}
.entity .tickets-table {
    background: white;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius: 10px !important;
    padding-top:10px;
    padding-bottom:10px;
    /*line-height: 26px;*/
}
.entity .tickets-table .header {
    background-color: #62C2D5;
    color:#fff;
    padding: 15px 50px;
    border-radius: 10px 10px 0 0 !important;
}
.entity .tickets-table .buy-ticket{
    /*padding: 30px 40px;*/
    display: flex;
}
.entity .tickets-table .header h5{
    font-size: 24px;
}
.entity .tickets-table .buy-ticket-title {
    color:#FA0400;
    font-size:18px;
    font-weight:bold;
}
.entity .tickets-table .buy-ticket-title p {
    font-weight: bold;
}
.entity .tickets-table hr {
    margin: 26px auto 26px auto;
    max-width: 90%
}
.entity .tickets-table a.btn {
    padding-top: 13px;
    margin-top: 20px;
}
.entity .tickets-table p {
    margin: 10px 0 15px 0;
    text-align: justify;
}
.entity .tickets-table .buy-ticket .unavailable{
    color: #FA0400;
}
.entity .tickets-table .buy-ticket .price{
    font-weight: 600;
    font-size: 30px;
    color: #000;
}
.entity .tickets-table .buy-ticket .message-availability {
    margin-top: 10px;
}
.entity .booking-entity-content-opinions{
	padding: 80px 0;
}
.entity .booking-entity-content-opinions .opinion hr{
	max-width: 100%
}
.entity .booking-entity-content-opinions .opinion .name{
	font-weight: 600;
	font-size: 16px;
	color: #20212B;
}
.entity .booking-entity-content-opinions .opinion .date{
	font-weight: 300;
	color: #94A5B0;
}
.entity .img-responsive{
	margin:auto;
        border-radius:5px !important;
}
.entity .tickets {
    background-color: rgba(216, 217, 224, 0.1);
}
@media screen and (max-width: 992px) {
	.entity .booking-entity-header-price-from {
		text-align: left;
		float: left;
	}
	.entity .booking-entity-header-buy {
		float:right;
	}
	.entity .tickets-table .buy-ticket img{
		/*max-width: 200px;*/
	}
}
@media screen and (max-width: 768px) {
	.entity .entity-title{
		font-size: 16px;
	}
	.entity .booking-entity-header-address{
		font-size: 13px;
	}
	.entity .booking-entity-header-title .ticket-element-rating{
		float: right;
		position: relative;
	}
	.entity .booking-entity-header-price-from .from{
		font-size: 13px;
		display: block;
	}
	.entity .booking-entity-header-price-from .price{
		font-size: 18px;
	}
	.entity .btn-pink {
		min-width: 130px;
		width: 130px;
		font-size: 12px;
		height: 35px;
		padding: 0;
	}
	.entity .booking-entity-content-description-map {
		padding: 40px 20px;
		background-color: rgba(216, 217, 224, 0.1);
	}
	.entity .booking-entity-content h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.entity .booking-entity-content p {
		font-size: 14px;
	}
	.entity .read-more {
		margin: 0 0 30px 0;
	}
	.entity .map-info{
		padding: 10px;
	}
	.entity .map-info h5{
		font-size: 14px;
	}
	.entity .map-info svg {
		width: 18px;
	}
	.entity .booking-entity-content p {
		font-size: 13px;
	}
	.entity .booking-entity-content-info, .entity .booking-entity-content-tickets {
		padding: 0;
	}
	.entity .booking-entity-content-info .info {
		padding: 30px 20px;
	}
	.entity .booking-entity-content-info .info p{
		padding: 30px 20px;
	}
	.entity .tickets-table {
		border-radius: 0 !important;
	}
	.entity .tickets-table .header {
		border-radius: 0 !important;
	    padding: 15px 26px;
	}
	.entity .tickets-table .header h5 {
		font-size: 15px;
	}
	.entity .tickets-table .buy-ticket {
		padding: 20px;
	    display: block;
	}
	.entity .tickets-table .buy-ticket-title p{
		font-size:15px;
	}
	.entity .tickets-table .buy-ticket .message-price{
		float:left;
	}
	.entity .tickets-table .buy-ticket .message-price .from {
		display: block;
		text-align: left;
    	font-size: 14px;
	}
	.entity .tickets-table .buy-ticket .message-price .price {
		font-size: 20px;
	}
	.entity .tickets-table .buy-ticket .message-availability {
		float: left;
	}
	.entity .tickets-table a.btn {
		padding-top: 7px !important;
		margin-top: 15px;
	}
	.entity .tickets-table hr {
		margin: 0 auto 10px auto;
	}
	.entity .tickets-table .buy-ticket .unavailable{
		text-align: center;
	}
	.entity .booking-entity-content h4 {
		margin-bottom: 30px;
	}
	.entity .booking-entity-content-opinions {
		padding: 40px 20px 0 20px;
		background-color: rgba(216, 217, 224, 0.1);
	}
	.entity .booking-entity-content-opinions .opinion .name {
		font-size: 14px;
		color: #5F616E;
	}
	.entity .booking-entity-content-opinions .opinion .date {
		float: right;
	}
}
/* BOOKING STEP 1 **************************************************************************/
.booking-step1 {
	margin: 80px 0;
}
.booking-step1 .entity-title {
	margin-top: 30px;
	padding: 0 30px;
}
.booking-step1 p{text-align: justify;}
.booking-step1 .entity-title .row {
	background: #FFFFFF;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
	border-radius: 10px !important;
  align-items: center;
  padding: 35px 20px;
}
.booking-step1 .entity-title img{
	border-radius: 5px !important;
}
.booking-step1 .entity-title .info{

}
.booking-step1 .entity-title .info .entity-name {
    color: #FA0400;
}
.booking-step1 .select-tickets-title {
    margin: 80px 0 20px 0;
}
.booking-step1 .entity-date-hour .intervals{
	min-height: 50px;
}
.booking-step1 .select-tickets-table {
	background: white;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
	border-radius: 10px !important;
}
.booking-step1 .select-tickets-table .header {
    background: #F6F8FA;
    padding: 20px 40px;
    border-radius: 10px 10px 0 0 !important;
    margin: 0;
	font-weight: 600;
}
.booking-step1 .select-tickets-table .tickets {
	font-weight: 300;
	font-size: 21px;
    padding: 32px 40px;
   	display: flex;
    align-items: center;
    margin: 0;
}
.booking-step1 .select-tickets-table .tickets .title {
	font-weight: 600;
}
.booking-step1 .select-tickets-table .option-qty{
	min-width: 90px;
	font-size: 21px;
}
.booking-step1 .select-tickets-table hr {
	margin: 0 auto;
	width: 90%;
	max-width: 100%;
}
.booking-step1 .select-tickets-table .ticket-price{
	font-weight: 300;
}
.booking-step1 .select-tickets-table .ticket-price-emphasis{
	font-weight: 600 !important;
}
.booking-step1 .select-tickets-table .summary {
    background: #F6F8FA;
    padding: 20px 40px;
    border-radius: 0 0 10px 10px !important;
    margin: 0;
	font-weight: 600;
   	display: flex;
    align-items: center;
}
.booking-step1 .select-tickets-table .tickets-sum, .booking-step1 .select-tickets-table .tickets-sum span {
	font-weight: 600;
	font-size: 30px;
}
.booking-step1 .button-next{
	margin-top: 60px;
}
.booking-step1 .entity-date-hour{
	margin-top: 80px;
}
.booking-step1 .datepicker {
	background: #FFFFFF;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
	border-radius: 7px !important;
	margin-top: 30px;
}
.booking-step1 .entity-date-hour .intervals h5 {
	margin-top: 35px;
	margin-bottom: 15px;
}
.booking-step1 .entity-date-hour .intervals .booking-hour-option {
    background:#FFFFFF;
    box-shadow:0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius:4px !important;
    margin-bottom:25px;
    padding:10px 5px 10px 5px;
    text-align:center;
    cursor:pointer;
}
.booking-step1 .entity-date-hour .intervals hr {
	margin: 30px auto;
}
.booking-step1 .entity-date-hour .intervals .booking-hour-option.active {
    background-color:#62C2D5;
    color:#fff;
}
.booking-step1 .entity-date-hour .intervals .booking-group-option {
    background:#FFFFFF;
    box-shadow:0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius:4px !important;
    padding:10px 5px 10px 5px;
    text-align:center;
    cursor:pointer;
    width: 100%;
}
.booking-step1 .entity-date-hour .intervals .header .booking-group-option {
	margin-bottom: 5px;
    min-width: 80px;
    padding-left: 0;
    padding-right: 0;
}
.booking-step1 .entity-date-hour .intervals .booking-group-option.active {
    background-color:#62C2D5;
    color:#fff;
}
.booking-step1 #option-selector{
	min-height: 50px;
	margin-top: 10px;
}
.booking-step1 .tickets .offer {
	color: #FA0400;
}
@media screen and (max-width: 768px) {
	.booking-step1{
		margin: 20px 0;
	}
	.booking-step1 .entity-date-hour {
		margin-top: 0;
	}
	.booking-step1 .entity-date-hour h4{
		margin-top: 30px;
	}
	.booking-step1 .entity-date-hour .intervals hr {
		margin: 10px auto 20px auto;
	}
	.booking-step1 .entity-date-hour .intervals .booking-hour-option {
		font-size: 12px;
	}
	.booking-step1 .select-tickets-title {
		margin: 40px 0 20px 0;
	}
	.booking-step1 .select-tickets-table-container {
		padding: 0;
	}
	.booking-step1 .select-tickets-table .header {
		display: none;
	}
	.booking-step1 .select-tickets-table .tickets {
		font-size: 15px;
		padding: 15px 5px;
	}
	.booking-step1 .select-tickets-table .option-qty {
		font-size: 15px;
		width: auto;
	}
	.booking-step1 .select-tickets-table .tickets div {
		width: 100%;
		font-weight: 600;
	}
	.booking-step1 .select-tickets-table .ticket-price {
		font-weight: 600;
	}
	.booking-step1 .select-tickets-table .summary {
		padding: 20px 5px;
		text-align: right;
	}
	.booking-step1 .button-next {
		margin-top: 30px;
	}
	.booking-step1 .button-next form {
		text-align: center;
	}
	.booking-step1 .groups button {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px) {
	.booking-step1 .entity-title {
		margin-top: 0px;
	}
	.booking-step1 .entity-title .row {
		display: block;
	}
	.booking-step1 .entity-title img {
	    margin-top: 10px;
	    width: 100%;
	}
	.booking-step1 .entity-title .info {
		padding: 15px;
	}
	.booking-step1 .select-tickets-table .tickets-sum, .booking-step1 .select-tickets-table .tickets-sum span {
		font-size: 22px;
	}
}
/* BOOKING STEP 2 **************************************************************************/
.booking-step2 {
	margin: 80px 0;
}
.booking-step2 a {
	color: #FA0400;
	text-decoration: none;
}
.booking-step2 hr {
	margin: 20px auto 30px auto
}
.booking-step2 .data-title img {
	width: 28px;
    margin-top: -13px;
}
.booking-step2 .data-title h3 {
	display: inline;
	margin-left: 10px;
}
.booking-step2 .header-person {
	margin-bottom: 10px;
}
.booking-step2 .header-person .info-person {
	display: inline;
}
.booking-step2 .header-person .number-person {
	font-weight: 600;
}
.booking-step2 .copy-data {
	margin-left: 30px;
}
.booking-step2 .extra-title {
	margin: 10px 0;
}
.booking-step2 .extra-title h4 {
	display: inline;
}
.booking-step2 .extra-title a {
	margin-left: 20px;
}
.booking-step2 .map-container {
	overflow: visible;
	position: relative;
	padding: 0px;
	display: block;
	min-height: 300px;
}
@media screen and (max-width: 768px) {
	.booking-step2 {
		margin: 20px 0;
	}
	.booking-step2 .header-person .info-person {
		display: block;
		margin-bottom: 7px;
	}
	.booking-step2 .copy-data {
	    margin-left: 0px;
	}
	.booking-step2 .extra-title h4 {
    	display: block;
	}
	.booking-step2 .extra-title a {
	    margin-left: 0;
	}
	.booking-step2 .map-container {
		overflow: auto;
	}
}
/* SUMMARY BLOCK (STEP2 AND CHECKOUT) ******************************************************/
.summary {
	background-color: white;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
	border-radius: 10px !important;
	padding: 16px 32px;
	margin-left: 20px;
}
.summary .edit {
	margin-top: 10px;
}
.summary .edit a{
	font-weight: 600;
}
.summary .booking{
	margin-top:10px;
}
.summary .booking h5 {
	color: #FA0400;
	margin-top:0;
}
.summary .booking img {
	border-radius: 5px !important;
}
.summary .cart-item p {
	margin: 5px 0;
}
.summary .cart-item .quantity {
	color: #FA0400;
}
.summary .cart-item .ticket-detail {
	background-color: rgba(216, 217, 224, 0.1);
	padding: 10px 15px;
    margin: 5px 15px 10px 15px;
}
.summary .cart-item .ticket-detail .title{
    color: #62C2D5;
	font-weight: 600;
}
.summary .cart-item .ticket-detail .info{
	font-weight: 400;
}
.summary .total p{
	font-weight: 600;
}
.summary hr{
	margin: 20px auto;
}
@media screen and (max-width: 768px) {
	.summary {
		margin-left: 0;
	}
}
/* CART PAGE *******************************************************************************/
.cart {
	margin: 40px 0;
}
.cart .title{
	margin-bottom: 10px;
}
.cart del{
	font-size: 14px;
}
.cart .cart-items {
	background: white;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
	border-radius: 10px !important;
	font-size: 18px;
	margin-bottom: 40px;
}
.cart .cart-items .header {
    background: #F6F8FA;
    padding: 20px 20px;
    border-radius: 10px 10px 0 0 !important;
    margin: 0;
    font-weight: 600;
}
.cart .cart-items .cart-item {
    font-weight: 300;
	padding: 32px 20px;
    display: flex;
    align-items: center;
    margin: 0;
}
.cart .cart-items .cart-item .quantity {
	color: #62C2D5;
	font-size:17px;
}
.cart .cart-items .cart-item .quantity-detail {
	font-size:17px;
}
.cart .cart-items .cart-item .info-extra {
	font-size: 14px;
}
.cart .cart-items .cart-item a {
	color: #FA0400;
	font-size: 15px;
	font-weight: 600;
}
.cart .cart-items .cart-item .btn-edit {
	background-color: #FA0400;
    border-radius: 4px !important;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    min-width: 50px;
}
.cart .cart-items .cart-item .remove {
	color: #FA0400;
	font-weight: 400;
    font-size: 12px;
}
.cart .cart-items hr {
	margin: 0 auto;
    width: 90%;
    max-width: 100%;
}
.cart .cart-items img {
    border-radius: 5px !important;
}
.cart .cart-items .summary {
    background: #F6F8FA;
    padding: 20px 40px;
    border-radius: 0 0 10px 10px !important;
    margin: 0;
	font-weight: 600;
   	display: flex;
    align-items: center;
}
.cart .cart-items .summary .tickets-sum, .cart .cart-items .summary .tickets-sum span {
	font-weight: 600;
	font-size: 30px;
}
.cart .actions form{
	display: inline;
	margin-left: 20px;
}
@media screen and (max-width: 1200px) {
	.cart .cart-table {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.cart {
		margin: 20px 0;
	}
	.cart .cart-table {
		width: 100%;
	}
	.cart .cart-items .cart-item p {
		font-size: 16px;
	}
	.cart .cart-items .cart-item a {
		font-size: 13px;
	}
	.cart .cart-items .cart-item, .cart .cart-items .header {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 768px) {
	.cart .title {
		text-align: center
	}
	.cart .container {
		padding: 0;
	}
	.cart .cart-items {
		border-radius: 0px !important;
	}
	.cart .cart-items .cart-item {
		display: block;
		padding: 20px 10px;
	}
	.cart .cart-items .cart-item .subtotal{
		text-align: right;
	    font-size: 24px;
	    padding: 10px;
	}
	.cart .actions {
		text-align: center;
	}
	.cart .actions form{
		margin-left: 0px;
	}
	.cart .actions button{
		width:90%;
	}
	.cart .actions .buy-more{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.cart .cart-items .cart-item h5 {
		margin-top: 0px;
	}
	.cart .cart-items .cart-item .subtotal {
		text-align: center;
	}
}
/* CHECKOUT ********************************************************************************/
.checkout {
	margin: 80px 0;
}
.checkout .data-title img {
	width: 28px;
    margin-top: -13px;
}
.checkout .data-title h3 {
	display: inline;
	margin-left: 10px;
}
.checkout .data-title .edit {
	float:right;
	font-weight: 600;
	margin-top: 6px;
}
.checkout .data-subtitle p {
	margin-bottom: 30px;
}
.checkout hr {
	margin: 20px auto;
}
.checkout .payment-method {
	text-align: center;
	background-color: white;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
	border-radius: 6px !important;
	padding: 20px;
    margin-bottom: 30px;
}
.checkout .payment-method h4 {
	color: #FA0400;
}
.checkout .payment-method .info {
	min-height: 110px;
}
.checkout .payment-method .info .fee {
	color: #94A5B0;
}
.checkout .payment-method img{
	margin: 30px auto;
}
.checkout .payment-method button{
	padding: 0;
}
.checkout .header-person {
	margin-bottom: 10px;
}
.checkout a {
	color: #FA0400;
	text-decoration: none;
}
.checkout .customer-data button {
	margin-bottom: 20px;
}
.checkout .customer-data-short {
	margin: 15px 0px;
}
.checkout .customer-data-short span {
	font-size: 14px;
	padding: 0 5px;
}
.label-checkbox {
	/*margin-left: 20px;*/
        vertical-align:top!important;
        display:contents;
}
@media screen and (max-width: 768px) {
	.checkout .payment-method .info{
		min-height: 0px;
	}
}
/* STRIPE **********************************************************************************/
.stripe {
	margin: 20px auto;
	padding: 5vh 6vw;
}
.stripe .container {
	max-width: 600px;
}
.stripe .data-title {
	margin-bottom: 5vh;
}
.stripe .data-title img {
	width: 28px;
    margin-top: -13px;
}
.stripe .data-title h3 {
	display: inline;
	margin-left: 10px;
}
.stripe .btn {
	margin-top: 20px;
}
/* MAPS (BUSES, etc) ***********************************************************************/
.map-container .bt {
    position:absolute;
    cursor:pointer;
    width:16px;
    height:16px;
}
/* ERROR PAGE ******************************************************************************/
.error-block {
	padding: 100px 0;
}
/* FOOTER **********************************************************************************/
.footer {
	padding: 60px 0 40px 0;
	background: white;
}
.footer .footer-line1 {
	margin-top: 60px;
}
.footer-logo {
    width:auto;
}
.footer .footer-line1 a {
	font-weight: 600;
	color:#FA0400;
	font-size:16px;
	padding: 0 40px;
}
.footer .footer-line1 .text-right {
	border-right: 1px solid #EEE;
}
.footer .footer-line2 {
	margin-top: 40px;
}
.footer .footer-line2 a{
	font-weight: 400;
    font-size:13px;
    color: #5F616E;
}
.footer hr{
	margin: 36px auto;
}
.footer .footer-line2-responsive{
	display:none;
}
@media screen and (max-width: 768px) {
	.footer-logo {
	    width:150px;
	    margin-top:10px;
	}
	.footer-logo-container{
		padding:0;
	}
	.footer .footer-line1 a {
		padding: 0 20px;
	}
	.footer .footer-line2 {
		display:none;
	}
	.footer .footer-line2-responsive{
		display:block;
	}
}
/***********************************************************************************************/
/* HEMISFERIC */

.hemisferic-selector {
    background:#FFFFFF;
    box-shadow:0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius:10px !important;
    padding:10px;
}

.entity-date-hour hr {
    width:100%;
    max-width:100%;
}

.btn-facebook {
    background-color: #4267b2;
    border: 1px solid #29487d;
    color: #fff;
}

/*
.ribbon {
    position: absolute;
    background: #666;
    color:#fff;
    text-align: center;
    z-index: 1;
    width: 180px;
    height: 30px;
    margin: 0 auto;
    margin-top:10px;
}
.ribbon-text {
    position: relative;
    display: block;
    font-size: 1.2em;
    color: white;
 }
*/
/*
 .ribbon:before {
    content: '';
    border: 26px solid blue;
    border-left-color: transparent;
    border-left-width: 14px;
    position: absolute;
    top: 0;
    left: -20px;
}
*/
/*
.ribbon:after {
    content: '';
    border: 15px solid #666;
    border-right-color: transparent;
    border-right-width: 21px;
    position: absolute;
    top: 0;
    right: -27px;
}
*/

/*
.sale-box-top-ventas {
    height: 100px;
    right: 13px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 92px;
}

.sale-box-top-ventas span.on_sale {
    background: #4cb1ca;
    color: #FFF;
    display: block;
    left: -9px;
    font-size: 1em;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 130px;
    z-index: 2;
    text-transform: uppercase;
    border-bottom: 2px solid #2892AC;
}

.sale-box-offer {
    height: 100px;
    right: 13px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 92px;
}

.sale-box-offer span.on_sale {
    background: red;
    color: #FFF;
    display: block;
    left: -9px;
    font-size: 1em;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 130px;
    z-index: 2;
    text-transform: uppercase;
    border-bottom: 2px solid #2892AC;
}
*/

.ribbon {
  width: 48%;
  position: absolute;
  left: 15px;
  text-transform: uppercase;
  color: white;
  margin-top:-30px;
}
.ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}

.ribbon4 {
  position: absolute;
  padding: 2px 10px;
  background: #00B3ED;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon4:before, .ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
 }


 .ribbon5 {
  position: absolute;
  padding: 2px 10px;
  background: #EA1558;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon5:before, .ribbon5:after {
  content: "";
  position: absolute;
}
.ribbon5:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon5:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightcoral;
  border-radius: 5px 0 0 5px;
 }
