<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event {
    background-color: #ffffff;
    border-radius: 6px;

}

.event.title-content-container .title-content {
    height: 490px;
    padding-top: 0;
}

.event.title-content-container .title-content {
    background-image: url("../img/backgrounds/search_events.jpg");
}

.btn-back:hover {
	text-decoration: none;
	color:  #ffffff;
}
.btn-back {
    display: inline-block;
    padding: 16px 0;
    text-align: center;

    color:  #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    background-color: #3fa9f5;
    border-radius: 4px;
    width: 120px;
    border: 0;
}

.event .event-top {
    padding: 35px 50px;
    border-bottom: 1px solid #e4e5e6;
}

.event .event-image {
    display: block;
    margin: 0 auto;

    width: 130px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.event .event-name {
    font-family: 'Roboto Slab', serif;
    color:  #231f20;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.event .status {
    margin-bottom: 12px;
    margin-right: 24px;
    display: inline-block;
    background-color: #3fa9f5;
    height: 41px;
    line-height: 41px;
    width: 165px;
    text-align: center;

    text-transform: uppercase;
    color:  #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.event .event-top .profile-edit {
    margin-top: 20px;
    margin-left: 0;
    background-color: #ffffff;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    padding: 0 16px;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    font-size: 16px;
    height: auto;
    line-height: 30px;
}
.event .event-top .profile-edit,
.event .event-top .profile-edit:hover,
.event .event-top .profile-edit:active,
.event .event-top .profile-edit:focus {
    color: #9d9fa0;
    text-decoration: none;
}
.event .event-top .promotor {
    color: #3fa9f5;
    font-size: 18px;
}
.event .event-top .promotor strong {
    color: #ff5257;
    font-size: 22px;
}

@media (max-width: 580px) {
    .event .event-top .profile-edit {
        width: 100%;
        text-align: center;
    }
}
.profile-edit strong{
    color: #3fa9f5;
}

.event .event-bottom {
    padding-left: 30px;
}

.event .deep-column {
    padding: 30px 50px 70px;
}

.event .event-bottom .event-bottom-left {
    padding-top: 35px;
    padding-bottom: 70px;
}

.event .event-bottom .event-bottom-right {
    padding-top: 0;
    padding-bottom: 0;
}

.bottom-right .flex {
    height: 100%;
}

.event-space-location {
    display: block;
    clear: both;

    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.event-space-location {
    margin-left: 35px;
    margin-bottom: 40px;
    clear: both;
}

.event-space-location .fa {
    top: 27px;
    left: 20px;
    position: absolute;
    color: #3fa9f5;
    font-size: 26px;
    font-weight: 400;
}

.event-date {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 6px;
    color: #ff5257;
}

.event-date .event-date-day {
    display: block;

    font-size: 64px;
    line-height: 58px;
    font-weight: 700;
}

.event-date .event-date-month,
.event-date .event-date-year {
    text-transform: uppercase;
    font-size: 18px;
}

.event-date .event-date-year {
    color: #ffaaac;
    margin-left: 5px;
}

.event-date .event-date-weekday {
    display: block;
}
.event-date .event-time {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}
.event-date:after {
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 62px;
    height: 1px;
    border-bottom: 1px solid #ff5257;
}
.event-date .event-date-comment {
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
}

#event-date-prices {
    margin-bottom: 40px;
}

#event-description {
    line-height: 20px;
    font-size: 15px;
    /*text-align: justify;*/
}
#event-description-short{
    height: 280px;
    overflow: hidden;
    width: 100%;
}

.manager .title {
    text-transform: uppercase;
    display: block;
    color:  #3fa9f5;
    font-size: 14px;
    font-weight: 700;

    margin-bottom: 12px;
}
.manager .manager-name {
    font-family: 'Roboto Slab', serif;
    display: block;
    margin-bottom: 25px;

    color:  #231f20;
    font-size: 20px;
    font-weight: 700;
}

.manager .description {
    margin-top: 24px;
}

.event-prices .event-prices-label {
    display: block;
    margin-bottom: 12px;
    color:  #ff5357;
    font-size: 14px;
    font-weight: 300;
}

.event-prices .event-prices-price {
    display: block;
    margin-bottom: 12px;
    color:  #ff5357;
    font-size: 30px;
    font-weight: 900;
    line-height: 24px;
}

.event .btn.buy {
    background-color: #ff5357;
    color:  #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.event-prices-anticipated + .event-prices-boxoffice::before {
    content: '';
    display: block;
    height: 1px;
    width: 62px;
    background-color: #ff5357;
    margin: 20px 0;
}

.event .event-bottom-right h2 {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    font-weight: normal;

    margin-bottom: 48px;
}

.event .event-bottom-right p {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.event .event-bottom-right .deep-column p {
    margin-bottom: 60px;
}

.event-bottom-right .btn.red .fa {
    display: inline-block;
    padding-right: 6px;
    margin-right: 6px;
}

.event .event-bottom-right .icon {
    display: block;
    margin-bottom: 51px;

    height: 62px;
    width: auto;
}

.event .btn {
    display: inline-block;
    background-color: #3fa9f5;
    border-radius: 4px;
    border: 0;

    color:  #ffffff;
    font-size: 16px;
    line-height: 37px;
    font-weight: 700;

    height: 37px;
    padding-left: 24px;
    padding-right: 24px;
}

.bottom-right .btn.red {
    background-color: #ff5257;
    height: 52px;
    line-height: 52px;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.bottom-right .btn.red span {
    text-transform: uppercase;
    font-size: 13px;
}

.pro.score {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    padding: 0 45px 0 12px;

    margin-right: 56px;
    margin-bottom: 12px;
}

.pro.score .gray-text {
    text-transform: uppercase;
    color: #b2b4b5;
}

.pro.score .fa-comment {
    font-size: 22px;
    font-weight: 400;

    margin-left: 50px;
}

.pro.score .score .fa {
    font-size: 16px;
}

.pro.score .score strong {
    padding-left: 6px;
    border-left: 1px solid grey;
    margin-left: 6px;

}

.pro.score:before {
    right: -25px;
}

.event-top .btn.red {
    background-color: #ff5257;
    border-radius: 24px;
    font-weight: 700;
}
.event-top .btn.grey {
    background-color: #ffffff;
    color: #b2b4b5;
    border: 1px solid #b2b4b5;
    border-radius: 18px;
    font-weight: 700;
}

.event .profile-img {
    display: block;
    margin-top: 0;
}

.event-bottom-container {
    position: relative;
}

.addthis_inline_share_toolbox {
    position: absolute;
    right: 0;
    top: -50px;
    text-align: right;
}

.event .event-bottom-right .step-2-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.event .step-2-3 h2 {
    text-transform: none;
    display: block;
    color:  #3fa9f5;
    font-size: 22px;
    font-weight: 700;

    margin-bottom: 40px;
}

.event .step-2-3 h2 .icon {
    display: inline-block;
    height: 31px;
    width: auto;
    margin: 0;
}

.event .artist-area-name,
.event .artist-area-name:hover {
    color: #231f20;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.event .step-2-3 .fans-number,
.event .step-2-3 .separator {
    display: none;
}

.event .score-fans,
.event .score-fans span,
.event .score-fans strong,
.event .score .fa {
    font-size: 14px;
}

.event .score-fans {
    margin-top: 7px;
}

.event .details {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.event .num-votes-label {
    text-transform: uppercase;
    display: inline;
}

.event .event-space-gallery img {
    width: 100%;
}

.score strong {
    padding-left: 6px;
    border-left: 1px solid #d0d2d3;
    margin-left: 6px;
}

.event-gallery {
    margin-left: -9px;
    margin-right: -9px;
    overflow: hidden;
}

.event-gallery &gt; [class*="col-"] {
    padding: 0 9px;
}

.event-gallery .event-gallery-item {
    width: 100%;
    height: auto;
}

.event-gallery .event-gallery-image-container {
    display: block;
    position: relative;
    margin-bottom: 18px;
}

.event-gallery-image-container:hover .event-gallery-image-overlay {
    opacity: 1;
}

.event-gallery-image-container .event-gallery-image-overlay {
    transition: opacity 200ms;
    background-color: rgba(255, 82, 87, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.event-gallery-image-overlay .fa {
    position: absolute;
    color: #ffffff;
    font-size: 23px;
    display: block;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -11px;
}

.event-artists-column .btn.info,
.event-space-column .btn.info {
    background-color: #ff5257;
}

.event-artists-column .btn.save,
.event-artists-column .btn.info,
.event-space-column .btn.info {
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding: 0 18px;
    margin-bottom: 24px;
}
.event-artists-column .btn.save {
    margin-bottom: 0;
}

.event-artists-column textarea {
    color:  #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;

    border: 1px solid #e4e5e6;
    border-radius: 4px;
    resize: none;
    height: 94px;
    padding: 23px 39px 23px 23px;
    width: 100%;
}

.artist-comment {
    clear: both;
}

.event .detail .detail-value {
    max-width: 140px;
}

@media (max-width: 1199px) {
    .event .detail .detail-value {
        max-width: 100%;
    }
}

.event-artists-details:not(:last-child) {
    border-bottom: 1px solid #e3e4e5;
    padding-bottom: 20px;
}

.event-artists-details {
    padding-top: 20px;
}

.event-artists-details.first {
    padding-top: 0px;
}

.event-artists-details,
.row .event-space-details {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.event-artists-details .details,
.event-space-details .details {
    margin-bottom: 20px;
}

.event .profile-img-container {
    float: left;
    height: 75px;
    width: 75px;
}

.event .info-container {
    display: block;
    float: left;
    padding-left: 10px;
    width: 290px;
/*
    padding-top: 25px;
*/
}

.event .event-prices {
    margin-top: 12px;
    clear: both;
}

.event .event-space-column .detail-debut,
.event .event-artists-column .detail-location,
.event .event-artists-column .detail-capacity {
    display: none;
}


#map {
    clear: both;
    width: 100%;
    height: 300px;
    background-color: grey;
}

.background-img {
    background: no-repeat center;
    background-size: cover;

    position: absolute;
    top: 0;

    width: 100%;
    height: 92px;
}

.background-img:after {
    content: '';
    position:absolute;
    top: 0;
    margin-top: 41px;

    width: 100%;
    height: 50px;

    background: linear-gradient(to top, #000000, rgba(0,0,0,0))
}

.event .artist-area-name-container,
.score-fans {
    text-align: left;
}

.event-space-name {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.event-space-address {
    display: block;
/*
    margin-bottom: 54px;
*/
    margin-top: 8px;

    font-family: 'Roboto Slab', serif;
    color:  #231f20;
    font-size: 14px;
    font-weight: 300;
}

.event-space-city-province {
    margin-top: 8px;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
}


@media (max-width: 1199px) {
    .event .info-container {
        margin-left: 0;
        padding-left: 0;
    }
    .event .profile-img-container {
        position: relative;
        top: 15px;
        left: auto;
        height: auto;
        width: auto;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .event .profile-img {
        display: inline-block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
    .event .main-info-container {
        padding-top: 25px;
        width: 100%;
    }
    .event .artist-area-name-container,
    .event .score-fans {
        text-align: center;
     }
     .event .event-artists-details {
         margin-top: 20px;
     }
     .event .event-artists-details.first {
         margin-top: 0px;
     }
     .event .event-artist-area-name-container {
         margin-top: 25px;
         float: left;
         width: 100%;
         text-align: center;
     }

}

.event-artist-area-name-container p {
  font-size: 12px!important;
}

@media (min-width: 992px) {
    .event .event-bottom {
        display: flex;
    }

    .bottom-right .flex {
        height: 100%;
        display: flex;
    }

    .event .event-bottom .event-bottom-left {
        border-right: 1px solid #e4e5e6;
    }

    .event .border-right {
        border-right: 1px solid #e4e5e6;
    }

    .bottom-right .btn.red .fa {
        border-right: 1px solid #ffffff;
    }

    .event-space-column {
        border-right: 1px solid #e4e5e6;
    }

    .event .event-bottom {
        padding: 0 50px;
    }
    .event .event-bottom .event-bottom-left {
        padding-right: 50px;
    }

}

@media (max-width: 991px) {
    .soundcloud-iframe {
        width: 100%;
    }
    .artists-column .btn.info {
        width: 90px;
        display: block;
    }
    .event-header-details {
        position: relative;
        padding-bottom: 60px;
    }
    .pro.score {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -187px;
    }

    .event-top .btn.red {
        float: right;
    }

    .artist-area-name, .artist-area-name:hover {
        color: #ffffff;
    }
    .event-artists-column .btn.info {
          height: 35px;
          line-height: 35px;
          width: 100%;
          text-align: center;
     }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .num-votes-label {
        display: none;
    }
}


@media (max-width: 767px) {
    .event-image-container {
        margin: -130px 0 0;
    }
    .event .event-image {
        margin: auto;
    }

    .event-top .btn.red {
        float: none;
        height:41px;

        line-height:41px;
        font-size: 14px;
    }
    .event-header-details {
        margin-top: 15px;
        text-align: center;
    }
    .event .event-name {
        margin-bottom: 20px;
        font-size: 25px;
        text-align: center;
    }
    .pro.score {
        margin: 0 -130px 0;
    }
    .event .status {
        margin: 0;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .addthis_inline_share_toolbox {
       text-align: center;
       width: 100%;
    }

    .event .event-bottom {
        padding-left: 0;
    }

    .event .event-bottom .event-bottom-left {
        padding-left: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .event .step-2-3 h2 {
        text-align: center;
    }

    .event .deep-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .event-date::after {
        position: relative;
        display: block;
        bottom: auto;
        left: auto;
        margin: auto;
        margin-top: 20px;
    }

    .event-prices-anticipated + .event-prices-boxoffice::before {
        margin: 20px auto 20px auto;
    }

    .bottom-left .address {
        float: left;
        width: 50%;
        padding: 32px;
    }

    .manager {
        clear: both;
    }

    .manager .manager-name {
        font-size: 45px;
    }

    .event .btn {
        height: 48px;
        line-height: 48px;
    }

    .bottom-left,
    .event .deep-column:not(:last-child) {
        border-bottom: 1px solid #d0d2d3;
    }

    .prices &gt; div {
        float: left;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .event-top .btn.red {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .space-body .title-content,
    .musician-body .title-content {
        height: 245px!important;
    }
}

.small-text {
  font-size: 14px!important;
}

.streaming-container{
    padding: 45px;
}

.streaming-container .copy_block{
    border: 1px solid #cfd0d2;
    border-radius: 5px;
    padding: 15px;
    max-width: 400px;
}

.streaming-container &gt; iframe {
    width: 100%;
    /* height: 100%; */
    min-height: 495px;
}

.streaming-container p.accessCode {
    font-size: 18px;
}

.streaming-container p.accessCode #copy_code{
    cursor: pointer;
    border-left: 1px solid #cfd0d2;
    font-size: 15px;
    color: #3daaf5;
    float: right;
}
.modal-streaming
{
    min-height: 400px;
    padding: 60px;
}

.streaming-container p.accessCode #code {
    margin-right: 10px;
    word-wrap: break-word;
}
.streaming-container p.accessCode #copy_code img{
    margin-left: 15px;
    margin-right: 10px;
}

.title-streaming
{
    top: 18px;
    position: relative;
    margin-left: 20px;
    float: left;
    font-size: 21px!important;

}

.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}

@media (max-width: 470px) {
    #soldConfirmation .modal-body.modal-streaming {
        padding: 30px;
    }
    .title-streaming {
        top: 6px;
        position: relative;
        margin-left: 9px;
        float: left;
        font-size: 16px!important;
    }
    #soldConfirmation .modal-header img{
        width: 25px;
    }
    #soldConfirmation .modal-header {
        padding: 35px 20px;
    }
}

@media (max-width: 360px) {
    .modal-body .streaming-container {
        padding: 21px;
    }
    #soldConfirmation .modal-header img{
        width: 25px;
        display: none;
    }
    #soldConfirmation .modal-header {
        padding: 35px 10px;
    }
}</pre></body></html>