﻿/***
 * START Events.css
 */

/*EVENT DETAIL */
.highlight-text-area {
    position: absolute;
    top: 0;
}

.featured .video-container video {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.video-container .shadow {
    position: absolute;
    top: 0;
    bottom: 6px;
    left: 0;
    right: 0;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

    .video-container .shadow .gradient {
        width: 100%;
        position: absolute;
        top: 0%;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

.spacesSection-wrapper .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

    .spacesSection-wrapper .shadow .gradient {
        width: 100%;
        position: absolute;
        top: 0%;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    }

.spacesSection-wrapper-hover .shadow .gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

#calendar-section .navigation .main-nav-row .item p {
    font-size: 14px;
}

#calendar-section .navigation .main-nav-row .item {
    height: 80px;
    line-height: 80px;
}

.panorama-wrapper {
    position: relative;
}

    .panorama-wrapper .pnlm-container {
        width: 100%;
        height: 400px;
    }

    .panorama-wrapper .wrapper-info-vr {
        position: absolute;
        bottom: 70px;
        right: 0px;
        text-align: right;
        cursor: pointer;
    }

    .panorama-wrapper .fullScreen {
        background-image: url('/Images/Business/360-mouse-hover.png');
        background-size: cover;
        width: 34px;
        height: 34px;
        float: right;
        margin: 20px;
    }

    .panorama-wrapper .controls {
        z-index: 2;
        text-align: center;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 45px;
    }

.ctrl {
    height: 34px;
    width: 34px;
    margin-left: 30px;
    background-size: cover;
    text-align: center;
    display: inline-block;
}

.ctrlLeft {
    background-image: url('/Images/Business/plus-symbol.png');
}

.ctrlRight {
    background-image: url('/Images/Business/mn-symbol.png');
}

.ctrl:hover {
    cursor: pointer;
}

.event-detail {
    overflow: hidden;
}

#eventDetail-360 {
    padding-left: 0;
}

.event-detail .event-description .event-description-content .text-block .content {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    max-height: 400px;
    margin-bottom: 40px;
    transition: max-height 250ms ease-in-out;
}

.event-description .share-links-container {
    margin-top: 20px;
    margin-bottom: 10px;
}

.event-description .share-links-container {
    width: 100%;
}

    .event-description .share-links-container .link {
        margin-right: 7px;
    }

        .event-description .share-links-container .link span {
            max-width: 30px;
            height: 20px;
            fill: #242424;
            vertical-align: middle;
            transition: all 250ms ease-in-out;
            /*Fix icons size*/
            font-size: 24px;
        }

        .event-description .share-links-container .link:first-child span {
            max-width: 13px;
        }

        .event-description .share-links-container .link.stroke span {
            stroke: #242424;
        }

        .event-description .share-links-container .link:hover span {
            fill: #c30000;
        }

        .event-description .share-links-container .link.stroke:hover span {
            stroke: #c30000;
        }

#eventDetail-videos .gallery-section {
    margin-top: -40px;
    color: #fff;
}

    #eventDetail-videos .gallery-section .gallery-list {
        overflow: hidden;
        border-bottom: 1px solid #fff;
    }

.grid-sizer {
    max-height: 0;
}

#eventDetail-videos .gallery-section .inner-item {
    position: relative;
    padding-bottom: 56.25%;
}

#eventDetail-videos .gallery-section .image-placeholder {
    position: absolute;
}

    #eventDetail-videos .gallery-section .image-placeholder img {
        width: 100%;
        height: 100%;
        filter: brightness(100%);
        -webkit-transition: filter 0.5s ease-in-out;
        -moz-transition: filter 0.5s ease-in-out;
        transition: filter 0.5s ease-in-out;
    }

#eventDetail-videos .gallery-section .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

    #eventDetail-videos .gallery-section .shadow .gradient {
        width: 100%;
        position: absolute;
        top: 0%;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

#eventDetail-videos .gallery-section .gallery-list .description {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 6.25%;
    display: block;
    height: auto;
    padding: 0;
    width: auto;
}

#eventDetail-videos .gallery-section .logo {
    width: 50px;
    height: 50px;
    position: static;
    margin: 0;
    fill: none;
}

#eventDetail-videos .gallery-section .description > div, .medialist .gallery-section .logo {
    position: static;
    margin: 0;
    text-transform: uppercase;
}

#eventDetail-videos .gallery-section .description .text.big-title {
    font-size: 20px;
    line-height: 1.1em;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 300;
}

#eventDetail-videos .gallery-section .description .text.big-title {
    margin: 4.12% 0;
    font-size: 24px;
}

#eventDetail-videos .gallery-section .description .text.extra-small:not(.big-title) {
    font-size: 12px;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 300;
}

#eventDetail-videos .gallery-section .description .text.extra-small:not(.big-title) {
    margin-bottom: 7.65%;
    font-size: 12px;
}

#eventDetail-videos .gallery-section .images a:hover .image-placeholder img,
#eventDetail-videos .gallery-section .item:hover .image-placeholder img {
    filter: brightness(120%);
}

#event-select-nav {
    overflow: hidden;
}


#event {
    overflow: hidden;
}

#event-select-nav #event-select {
    position: relative;
    font-size: 0;
    text-align: center;
    /*white-space: nowrap;*/
    background: white;
}

#event-select-nav .event {
    cursor: pointer;
    display: inline-block;
    transition: opacity 250ms ease-in-out;
}

    #event-select-nav .event .event-image {
        width: 80px;
        text-align: center;
        position: relative;
        width: 80px;
        height: 80px;
    }

        #event-select-nav .event .event-image svg {
            position: relative;
            left: 0;
            bottom: 0;
            stroke: none !important;
            fill: #242424;
            fill-opacity: 0.1;
            transition: all 0.5s ease-in-out;
            width: 60px;
            height: 60px;
            top: 15px;
        }

        #event-select-nav .event .event-image img {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
        }

    #event-select-nav .event:hover .event-image svg,
    #event-select-nav .event.selected .event-image svg {
        fill: #c30000;
    }

    #event-select-nav .event > * {
        display: inline-block;
        vertical-align: middle;
    }

    /* event Info */
    #event-select-nav .event .event-info {
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        width: auto;
        overflow: hidden;
        /*white-space: nowrap;*/
        transition: padding 250ms ease-in-out, width 250ms ease-in-out;
        height: 60px;
        display: inline-flex;
        align-items: center;
    }

    #event-select-nav .event.selected .event-info,
    #event-select-nav .event:hover .event-info {
        width: 145px;
    }

    #event-select-nav .event .event-info p {
        transition: color 250ms ease-in-out;
        padding-left: 15px;
    }

        #event-select-nav .event .event-info p:nth-child(2) {
            color: #bebebe;
        }

    #event-select-nav .event:hover .event-info p:nth-child(1) {
        color: #c30000;
    }

.event-detail .event-description .event-description-content .text-block .open {
    max-height: none !important;
}

.event-content .read-more {
    font-size: 18px;
    margin: 0 auto;
    background-color: #fff;
    width: 92%;
    height: 60px;
}

.event-content .read-more-wrapper:before, .event-content .read-more-wrapper::before {
    content: " ";
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    bottom: 68px;
    display: block;
    width: 100%;
    position: absolute;
    height: 80px;
}

.event-content .read-more-wrapper {
    bottom: 0;
    left: 0;
    background: #fff;
    text-align: center;
    margin-top: 75px;
}

.media-grid-gallery-wrapper .view-more-items {
    margin-bottom: 80px;
    margin-top: 40px;
}

    .media-grid-gallery-wrapper .view-more-items:before {
        background: none;
    }

#eventDetail-info .read-more-wrapper {
    bottom: 0;
    left: 0;
    background: #fff;
    text-align: center;
    margin-top: -115px;
    margin-left: -3%;
}

.event-detail .event-description .event-description-content .text-block .content .text-block-text p {
    font-size: 16px;
}

    .event-detail .event-description .event-description-content .text-block .content .text-block-text p:not(.title) {
        font-family: Roboto,sans-serif;
    }

.event-detail .event-description .event-description-content .text-block .content .text-block-text {
    padding: 0px 0px 27px 0px;
}


.event-detail .event-description .event-description-content .text-block .title-panel .title {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 0px;
    line-height: 32px;
}

    .event-detail .event-description .event-description-content .text-block .title-panel .title span {
        font-size: 20px;
        font-weight: lighter;
    }

.event-detail .event-description .event-description-content .text-block .sub-title-panel .title span {
    font-size: 32px;
}

.event-detail .event-description .event-description-content .text-block .title-panel p {
    margin: 12px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.event-detail .event-description .event-description-content .text-block .sub-title-panel {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 12px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.event-detail .event-description .event-description-content .text-block {
    padding: 0px 10px 24px 0px;
}

.event-detail .event-description .event-description-content {
    margin-bottom: 60px;
}

.event-detail .event-content {
    padding-left: 5%;
}

    .event-detail .event-content .details .detail-box .detail-val {
        font-size: 28px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .event-detail .event-content .details .detail-box .low {
        font-size: 28px;
        line-height: 34px;
    }

    .event-detail .event-content .details .detail-box .detail-spec {
        color: #c30000;
        font-size: 15px;
    }

    .event-detail .event-content .details {
        border-left: solid 1px #f4f4f4;
        padding: 7px 9px;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-left: 23px;
    }

    .event-detail .event-content .event-characteristics {
        margin-top: 10px;
        margin-left: -2.2%;
    }

.event-stats .event-stat .stat-name, .event-stats .event-stat .stat-value {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.event-stats .event-stat .circle-container .svg-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-stats {
    height: 210px;
    max-width: 420px;
}

    .event-stats .event-stat {
        position: absolute;
        text-align: center;
        display: inline-block;
    }

.event-detail .event-main {
    float: left;
    padding: 20px 5px 25px 5px;
}

.event-detail .event-name {
    display: flex;
    align-items: center;
    text-align: left;
}

    .event-detail .event-name > div {
        width: auto;
    }

.event-description-name {
    padding: 10px 0 0 15px;
}

.event-detail .event-principal .event-name .event-description-name .event-position {
    color: #c30000;
    margin-top: 3px;
    font-size: 28px;
    font-weight: 300;
}


.event-detail .event-principal {
    text-transform: uppercase;
    z-index: 3;
    background: white;
    border-bottom: 1px solid rgb(221,221,221);
    padding: 0px;
}

    .event-detail .event-principal .event-name .event-description-name .name .small {
        font-size: 24px;
        font-weight: 300;
    }

    .event-detail .event-principal .event-name .event-description-name .name .big {
        font-size: 30px;
        font-weight: 300;
        line-height: 1.2em;
    }

.event-detail .event-img {
    height: 400px;
    right: 0px;
    background-size: initial;
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    overflow: hidden;
    z-index: -1;
}

.navigation {
    margin: 0px 0px 40px 0px;
}

#event-stats-goals {
    top: 30px;
    left: 10px;
}

.event-stats .event-stat {
    position: absolute;
    text-align: center;
    display: inline-block;
}

    .event-stats .event-stat .circle-container {
        position: relative;
        text-align: center;
    }

    .event-stats .event-stat .stat-name, .event-stats .event-stat .stat-value {
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-size: 30px;
        text-transform: uppercase;
    }

    .event-stats .event-stat .stat-name {
        font-weight: 300;
        font-size: 23px;
    }

#eventDetail-videos {
    padding: 0;
}

#event-select-nav:not(.open) #event-select {
    display: none;
}

#calendar-section .navigation .main-nav-row-container {
    overflow-x: hidden;
}

#eventDetail-info .event-description .event-image {
    margin: 50px 0;
}

    #eventDetail-info .event-description .event-image img {
        max-width: 300px;
        max-height: 400px;
    }

#event-name-resize-wrapper {
    font-family: Roboto, "Roboto Condensed", Arial;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 0.9em;
    position: absolute;
    top: 100%;
    left: 0;
    padding-right: 50px;
    color: #fafafa;
    display: none;
}

#event-select-nav .event {
    width: 100%;
}

.breadcrumb {
    border-bottom: 1px solid #ddd;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

.featured {
    position: relative;
    max-height: 670px;
    overflow: hidden;
}

.highlight-text-area {
    position: absolute;
    top: 0;
    width: 100%;
}

    .highlight-text-area .highlight-text-wrapper .image-area img {
        max-width: 150px;
    }

    .highlight-text-area .highlight-text-wrapper {
        padding: 5% 0 0 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .highlight-text-area .highlight-text-wrapper .text-featured {
            font-size: 55.92px;
            line-height: 55.92px;
            font-weight: 400;
            color: #ffffff;
            text-align: center;
        }

        .highlight-text-area .highlight-text-wrapper .title {
            padding-bottom: 5px;
            font-size: 23.93px;
            line-height: 31.95px;
            color: #ffffff;
            text-align: center;
        }

.featured-sub-section .text-area {
    padding: 50px 15px 15px 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .featured-sub-section .text-area .title {
        padding-bottom: 20px;
        font-weight: 300;
        font-size: 24px;
        line-height: 1.2em;
        color: #242424;
        text-align: center;
    }

    .featured-sub-section .text-area .body {
        font-size: 18px;
        line-height: 1.2em;
        color: #242424;
        text-align: center;
    }

.featured-sub-section .image-area .stadium img {
    max-width: 90%;
    height: 460px;
}

.featured-sub-section .image-area .atachment img {
    max-width: 80%;
}

.featured-sub-section .image-area .atachment {
    margin-top: -35px;
    margin-bottom: 20px;
}

/* Know the spaces */
.hidden-xs-860 {
    display: none;
}

.spaces-title {
    margin: 50px 10%;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    width: 80%;
}

#spaces-wrapper-mobile {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.spacesSection-wrapper {
    height: 450px;
    border-right: 1px solid #ffffff;
    position: relative;
    z-index: 2;
    transition: width 400ms linear;
}

.mobile-spacesSection-wrapper {
    border-right: 1px solid #ffffff;
    position: relative;
}

    .mobile-spacesSection-wrapper .text-area {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        position: absolute;
        bottom: 50px;
        z-index: 200;
        left: 50px;
    }

.spacesSection-wrapper .text-area {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    position: absolute;
    bottom: 40px;
    z-index: 200;
    left: 25px;
}

    .spacesSection-wrapper .text-area .inside-slick-nav {
        width: 70%;
        display: none;
        flex-wrap: wrap;
        margin-bottom: 0;
        /* overflow: hidden; */
        opacity: 0;
        transition: margin-bottom 100ms ease-out, opacity 100ms ease-in;
    }

        .spacesSection-wrapper .text-area .inside-slick-nav.show-me {
            width: 70%;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 0;
            opacity: 1;
            transition: margin-bottom 400ms 500ms ease-out, opacity 200ms 500ms ease-in;
        }

        .spacesSection-wrapper .text-area .inside-slick-nav .inside-slick-nav-link {
            /* margin-left: 30px; */
            /* float: left; */
            margin-right: 15px;
            color: white;
            margin-top: 5px;
            /* width: 25%; */
            font-weight: 200;
            line-height: 1;
            font-size: 16px;
            font-family: "Roboto Condensed", sans-serif;
        }

#spaces-wrapper {
    cursor: pointer;
}

.inside-normal-spaces .lotation {
    position: absolute;
    bottom: 10px;
    right: 20px;
    opacity: 0;
    z-index: 0;
    transition: opacity 200ms linear;
}

.spacesSection-wrapper-hover .slick-active .inside-normal-spaces .lotation {
    opacity: 1;
    z-index: 200000;
    transition: opacity 200ms ease-in;
}

.inside-normal-spaces .lotation .lotation-value {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}

.spacesSection-wrapper .text-area .inside-slick-nav .inside-slick-nav-link.active {
    border-bottom: 3px solid white;
}

.spacesSection-wrapper .text-area .inside-slick-nav.active {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.spacesSection-wrapper .text-area h2 {
    float: left;
    text-align: left;
    color: white;
    font-weight: 300;
    line-height: 1;
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
}

.mobile-spacesSection-wrapper .text-area h2 {
    float: left;
    text-align: left;
    color: white;
    font-weight: 200;
    line-height: 1;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin: 0;
}


.back-to-start {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    opacity: 0;
    z-index: 0;
    transition: opacity 200ms linear;
}

    .back-to-start.show-back {
        opacity: 1;
        z-index: 200000;
        transition: opacity 200ms linear;
    }

.spacesSection-wrapper:hover {
    cursor: pointer;
}


.inside-normal-spaces {
    position: relative;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slick-dots li button:before {
    color: black !important;
}

.slick-dots {
    bottom: -10% !important;
}

#spaces-wrapper-mobile .slick-dots {
    bottom: -50px !important;
}


/** SERVICES SL BENFICA */

.services-section {
    float: none;
    margin: 110px 0px 0px 0px;
    padding: 35px 0 1px 0;
    width: 100%;
    background-color: rgb(244,244,244);
}

    .services-section h2 {
        margin-bottom: 40px;
        text-transform: uppercase;
        float: left;
        text-align: center;
        font-weight: 300;
        width: 100%;
    }

    .services-section .table-wrapper {
        float: none;
        margin: 0 auto;
        max-width: 80%;
    }

        .services-section .table-wrapper .table-data-wrapper {
            float: none;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
        }

.table-wrapper .table-header-col div {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.table-wrapper .table-icon.check {
    height: 13px;
    stroke: #c30000;
}

.table-data-col {
    display: none;
    opacity: 0;
    text-align: center;
    margin: 0;
}

.table-data-col-show {
    display: block;
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.table-data-col[tabindex="1"] {
    display: block;
    opacity: 1;
}

.table-data-col .info-row .align-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    width: 260px;
}

.table-data-col .info-row {
    float: left;
    width: 100%;
    vertical-align: middle;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-section .table-data-wrapper .table-data-col .info-row::before {
    content: " ";
    display: inline-block;
    background-image: url('/Images/icons/icons.svg#check-icon-anchor');
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    margin: 0;
    margin-right: 5%;
}

.table-data-col .info-row p {
    font-size: 16px;
    text-align: left;
}

.button-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.last {
    position: relative;
}

    .last:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, rgba(240, 240, 240, 0.2), rgba(244, 244, 244, 1));
        pointer-events: none;
    }

.readMore {
    width: 400px;
    height: 50px;
    font-size: 16px;
    border: solid 1px #242424;
}

.sup-tag-info {
    display: none;
    opacity: 0;
}

.sup-tag-info-show {
    margin: 5% auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 280px;
    opacity: 1;
    transition: opacity 200ms ease-in;
}

/** CREATE EVENT AREA */

.create-event-wrapper {
    background-repeat: no-repeat;
    height: 450px;
}

    .create-event-wrapper .text-area {
        padding: 30% 0 0 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-transform: uppercase;
    }

        .create-event-wrapper .text-area .title {
            padding-bottom: 5px;
            font-weight: 300;
            font-size: 23.93px;
            color: #ffffff;
            text-align: center;
        }

        .create-event-wrapper .text-area .body {
            font-size: 40px;
            line-height: 41px;
            color: #ffffff;
            text-align: center;
        }

    .create-event-wrapper .button-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .create-event-wrapper .button-area .button {
            background-color: #ffffff;
            color: #c30000;
            border: none;
            margin-top: 20px;
            width: 280px;
            height: 40px;
            font-size: 16px;
        }

            .create-event-wrapper .button-area .button:hover {
                color: #ffffff;
            }

/* BIRTHDAY SECTION */
/* Moved to content inside sitecore */

/* SLICK SECTION*/
.section.gallery-section {
    padding: 0;
    min-height: 200px;
}

.gallery-section .edge-button.next {
    display: none;
    top: 75px;
}

.gallery-section .edge-button.previous {
    display: none;
    top: 75px;
}

#event-select .edge-button.next {
    top: 10px;
}

#event-select .edge-button.previous {
    top: 10px;
}

.gallery-section .images .gallery-image {
    border-right: 1px solid #ffffff;
}

.gallery-section .images .description {
    align-items: center;
}

.gallery-section .description .big-title {
    font-size: 36px;
}

.gallery-section .description {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8%;
}

/***
 * START MEDIA QUERIES
 ***/

@media only screen and (max-width : 568px) {
    .mobile-spacesSection-wrapper .text-area {
        left: 15px;
    }

    .highlight-text-area .highlight-text-wrapper .text-featured {
        font-size: 18px;
        line-height: 22px;
    }

    .highlight-text-area .highlight-text-wrapper .title {
        font-size: 13px;
        line-height: 20px;
    }

    .gallery-section .images .description .inner-item {
        margin-bottom: 0px;
        margin-top: 10%;
    }

    .gallery-section .description .big-title {
        font-size: 25px;
    }

    .gallery-section .description {
        top: 0px;
        padding-left: 5%;
    }

    .create-event-wrapper .text-area .title {
        padding-bottom: 5px;
        font-weight: 300;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
    }

    .create-event-wrapper .text-area .body {
        font-size: 32px;
        line-height: 41px;
        color: #ffffff;
        text-align: center;
    }

    .create-event-wrapper .button-area .button {
        padding: 10px 18px;
        width: 280px;
    }

    .readMore {
        height: 40px;
        width: 280px;
    }
}

@media only screen and (min-width : 670px) {

    .create-event-wrapper .text-area {
        padding: 30% 0 0 0;
    }

    .create-event-wrapper .text-area {
        padding: 70px 0px 20px 0px;
    }

    .featured-sub-section {
        max-width: 80%;
        margin: 0 auto;
    }

        .featured-sub-section .text-area {
            padding: 50px 0px 15px 0px;
        }

        .featured-sub-section .image-area .stadium img {
            height: auto;
        }

    .highlight-text-area {
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
    }

        .highlight-text-area .highlight-text-wrapper {
            max-width: 659px;
            margin: auto;
            padding: 100px 0 0 0;
        }

            .highlight-text-area .highlight-text-wrapper .title {
                font-size: 13.96px;
                padding: 0;
                font-weight: 100;
            }

            .highlight-text-area .highlight-text-wrapper .text-featured {
                font-size: 40.07px;
                line-height: 42px;
            }

    .featured-sub-section .image-area {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }

        .featured-sub-section .image-area .atachment {
            margin-top: 45px;
            margin-right: -105px;
            margin-bottom: 40px;
        }

        .featured-sub-section .image-area .stadium {
            margin-top: -50px;
        }
}

@media screen and (max-width: 767px) {
    #eventDetail-videos .gallery-section .description .big-title {
        font-size: 36px;
    }

    #eventDetail-videos .gallery-section .logo {
        width: 50px;
        height: 50px;
    }

    #eventDetail-videos .gallery-section .logo {
        width: 50px;
        height: 50px;
    }

    #event-store {
        background-position: 80% 165px;
    }

    .knowmore {
        display: block;
        width: 100%;
    }

    #event-select-nav.fixed {
        position: fixed;
        left: 0;
        width: 100%;
    }

    #event-select-nav {
        z-index: 7;
        margin-bottom: 10px;
    }

        #event-select-nav #event-select-value {
            background: white;
            cursor: pointer;
            border-bottom: none;
            width: 100%;
            position: relative;
        }

        #event-select-nav .dropdown-arrow {
            background: black;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: rotate(0deg);
            transition: background 250ms ease-in-out, transform 250ms ease-in-out;
        }

        #event-select-nav.open .dropdown-arrow {
            background: #c30000;
            transform: rotate(-180deg);
        }

        #event-select-nav #event-select {
            width: 100%;
            white-space: normal;
            position: absolute;
            z-index: 1;
            height: 0px;
            overflow: hidden;
            transition: height 250ms ease-in-out;
        }

            #event-select-nav #event-select .event {
                display: block;
                text-align: left;
            }

        #event-select-nav.open #event-select {
            height: auto;
            overflow: auto;
            box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
            position: relative;
        }
}

@media only screen and (min-width: 767px) {

    .video-container .shadow {
        bottom: 0px;
    }

    .event-detail .event-content .details .detail-box .detail-val {
        font-size: 37px;
    }

    .event-detail .event-main {
        padding: 20px 0 25px 25px;
    }

    .event-description-name {
        padding: 40px 0 0 15px;
    }

    .featured-sub-section .text-area .title {
        font-size: 32px;
    }

    .featured {
        height: 440px;
    }

    h2 {
        font-size: 32px;
    }

    .gallery-item:hover a .inner-item .description .logo g #icon_white_hover_layer {
        height: 100%;
    }

    #calendar-section .navigation .main-nav-row .item p {
        font-size: 18px;
    }

    #eventDetail-videos .gallery-section {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .removeMaxWidth {
        max-height: none !important;
        max-width: none !important;
    }

    .panorama-wrapper .wrapper-info-vr {
        bottom: 320px;
    }

    .panorama-wrapper .controls {
        position: absolute;
        bottom: 0px;
        margin: 0 0 35px 0;
    }

    .ctrlLeft {
        background-image: url('/Images/Business/plus-white.png');
    }

    .ctrlRight {
        background-image: url('/Images/Business/min-white.png');
    }

    .media-grid-gallery-wrapper .view-more-items {
        clear: both;
        width: 98%;
        margin: 30px 1% 20px 1%;
        text-align: right;
        border-top: 1px solid #ddd;
    }

        .media-grid-gallery-wrapper .view-more-items .button {
            width: 15%;
            margin: 25px 0px 20px 0px;
        }

    #eventDetail-info .event-description .event-image {
        margin-top: 135px;
    }

    #event-select .slick-list {
        margin: 10px 90px;
    }

    .event-detail .event-img {
        height: auto;
        right: -20px;
        background-size: cover;
    }

    #event-select-nav #event-select-value {
        display: none;
    }

    #event-select-nav #event-select {
        border-bottom: 1px solid #ddd;
    }

    #event-select-nav .event .event-info {
        width: 0;
    }

    #event-select-nav .event:not(:hover):not(.selected) {
        opacity: 0.3;
    }

    .event-detail .event-description .event-description-content .text-block {
        padding: 0px 60px 24px 0px;
    }

        .event-detail .event-description .event-description-content .text-block .sub-title-panel {
            font-size: 24px;
        }

        .event-detail .event-description .event-description-content .text-block .content .text-block-text p {
            font-size: 16px;
        }

        .event-detail .event-description .event-description-content .text-block .title-panel .title {
            font-size: 60px;
            font-weight: 300;
            line-height: 50px;
        }

            .event-detail .event-description .event-description-content .text-block .title-panel .title span {
                font-size: 20px;
            }

    .event-content .read-more {
        margin: 0 auto;
        margin-left: 70%;
        background-color: #fff;
        width: 15%;
        height: 40px;
    }

    .event-detail .event-principal {
        display: flex;
    }

    .col-md-7.col-sm-7.event-img.diagonal-div::after {
        content: "";
        display: block;
        height: 150%;
        width: 100%;
        background: white;
        bottom: 0;
        left: -100%;
        position: absolute;
        transform: rotate(11deg);
        transform-origin: 100% 100%;
    }

    .event-detail .event-principal .event-name .event-description-name .event-position {
        color: #c30000;
        font-size: 20px;
        margin-top: 3px;
        font-size: 31px;
        font-weight: 300;
    }

    .event-detail .event-principal .event-name .event-description-name .name .small {
        font-size: 36px;
        font-weight: 300;
    }

    .event-detail .event-principal .event-name .event-description-name .name .big {
        font-size: 60px;
        font-weight: 300;
        line-height: 50px;
    }

    .event-detail .event-img {
        background-size: 200% 118%;
        background-position: -50px -100px;
    }

    #event-select {
        display: block !important;
    }

    #event-select-nav .event .event-image {
        width: 80px;
        margin: 0 20px;
        text-align: center;
        position: relative;
        width: 60px;
        height: 50px;
    }

        #event-select-nav .event .event-image svg {
            position: relative;
            left: -8px;
            bottom: 0;
            stroke: none !important;
            fill: #242424;
            fill-opacity: 0.1;
            transition: all 0.5s ease-in-out;
            width: 75px;
            height: 70px;
            top: -8px;
        }

    #event-select {
        margin: 0;
    }

    #event-select-nav.open #event-select {
        z-index: 5 !important;
        position: relative;
    }

    #event-select-nav .event {
        width: auto;
        height: 66px;
    }

    .event-detail .event-img {
        background-size: 200% 118%;
        background-position: -50px -100px;
    }

    .event-detail .event-principal .event-name .event-description-name .name .small {
        font-size: 36px;
        font-weight: 300;
    }

    .event-detail .event-principal .event-name .event-description-name .event-position {
        color: #c30000;
        font-size: 20px;
        margin-top: 3px;
        font-size: 31px;
        font-weight: 300;
    }

    .event-detail .event-main .event-stats {
        margin-top: 5%;
        margin-left: 4%;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .event-detail .event-main .event-stats {
        margin-top: 0%;
        margin-left: 4%;
        margin-bottom: 85px;
    }

    #event-stats-goals .circle-container {
        width: 198px;
        height: 198px;
    }

        #event-stats-goals .circle-container .stat-value {
            line-height: 198px;
        }

    #event-stats-2 .circle-container {
        width: 160px;
        height: 160px;
    }

        #event-stats-2 .circle-container .stat-value {
            line-height: 160px;
        }

    #event-stats-2 {
        left: 60%;
        top: 50%;
    }

    .event-stats {
        height: 300px;
    }

    .event-detail .event-description .event-description-content .text-block .content {
        width: 100%;
        overflow: hidden;
        word-wrap: break-word;
        max-height: 300px;
        margin-bottom: 40px;
        transition: max-height 250ms ease-in-out;
    }

    .event-content .read-more {
        margin: 15px auto 0 auto;
        margin-left: 70%;
        background-color: #fff;
        width: 172px;
        height: 40px;
    }
}

@media only screen and (min-width:860px) {
    .hidden-xs-860 {
        display: block;
    }

    .spacesSection-wrapper .text-area {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        position: absolute;
        width: 30%;
        bottom: 50px;
        z-index: 200;
        left: 50px;
    }

    .spacesSection-wrapper-hover .text-area {
        width: 90%;
    }

    .spacesSection-wrapper .text-area .inside-slick-nav {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        margin-left: 25px;
        width: 0%;
        opacity: 0;
        margin-bottom: -200px;
    }

    h2 {
        font-size: 32px;
    }

    .gallery-section .edge-button.previous {
        display: block;
    }

    .gallery-section .edge-button.next {
        display: block;
    }

    .gallery-section .logo {
        width: 40px;
        height: 40px;
    }

    .featured-sub-section .image-area .stadium img {
        height: auto;
    }

    .services-section h2 {
        margin: 30px 0px 45px 0px;
    }

    .spacesSection-wrapper .text-area {
        top: 80%;
        left: 20px;
        transition: all 300ms ease-in-out;
    }

    .spacesSection-wrapper .body {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 4;
        max-width: 88%;
        color: white;
        opacity: 0;
        transition: all 300ms ease-in-out;
    }

        .spacesSection-wrapper .body p {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
        }

    .clip1 .body {
        max-width: 120%;
    }

    .clip2 .body {
        max-width: 140%;
    }

    .spacesSection-wrapper:not(.spacesSection-wrapper-hover):hover .body {
        top: 60%;
        opacity: 1;
        transition: all 300ms ease-in-out;
    }

    .spacesSection-wrapper:not(.spacesSection-wrapper-hover):hover .text-area {
        top: 20%;
        opacity: 1;
        transition: all 300ms ease-in-out;
    }

    .clip2 .text-area {
        left: 54%;
    }

    .clip4 .text-area {
        left: 34%;
    }

    .clip5 .text-area {
        left: 68%;
    }

    .spacesSection-wrapper-hover .text-area {
        bottom: 15px;
        left: 20px;
    }

    .spacesSection-wrapper-hover .body {
        display: none !important;
    }

    .inside-normal-spaces {
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .spacesSection-wrapper .text-area h2 {
        font-size: 20px;
    }

    #spaces-wrapper-mobile {
        display: none;
    }

    #spaces-wrapper {
        display: block;
        height: 1750px;
        width: 85%;
        position: relative;
        margin: 0 auto;
    }

    .spacesSection-wrapper.top1 {
        position: absolute;
        top: 0;
    }

    .spacesSection-wrapper.top2 {
        position: absolute;
        top: 451px;
    }

    .spacesSection-wrapper.top3 {
        position: absolute;
        top: 902px;
    }

    .spacesSection-wrapper.top4 {
        position: absolute;
        top: 1353px;
    }

    .spacesSection-wrapper.clip1 {
        width: 100%;
        z-index: 2;
        -webkit-clip-path: inset(0 calc(50% + 1px) 0 0);
        clip-path: inset(0 calc(50% + 1px) 0 0);
        transition: clip-path 300ms linear, z-index 0ms 300ms linear;
        overflow: hidden;
    }

    .spacesSection-wrapper.clip2 {
        width: 100%;
        z-index: 2;
        -webkit-clip-path: inset(0 0 0 50%);
        clip-path: inset(0 0 0 50%);
        transition: clip-path 300ms linear, z-index 0ms 300ms linear;
        overflow: hidden;
    }

    .spacesSection-wrapper.clip3 {
        width: 100%;
        z-index: 2;
        -webkit-clip-path: inset(0 calc(68% + 1px) 0 0);
        clip-path: inset(0 calc(68% + 1px) 0 0);
        transition: clip-path 300ms linear, z-index 0ms 300ms linear;
        overflow: hidden;
    }

    .spacesSection-wrapper.clip4 {
        width: 100%;
        z-index: 2;
        -webkit-clip-path: inset(0 calc(34% + 1px) 0 calc(32% + 1px));
        clip-path: inset(0 calc(34% + 1px) 0 calc(32% + 1px));
        transition: clip-path 300ms linear, z-index 0ms 300ms linear;
        overflow: hidden;
    }

    .spacesSection-wrapper.clip5 {
        width: 100%;
        z-index: 2;
        -webkit-clip-path: inset(0 0 0 66%);
        clip-path: inset(0 0 0 66%);
        transition: clip-path 300ms linear, z-index 0ms 300ms linear;
        overflow: hidden;
    }

    .spacesSection-wrapper-hover {
        z-index: 4 !important;
        -webkit-clip-path: inset(0 0 0 0) !important;
        clip-path: inset(0 0 0 0) !important;
        clip: rect(auto, auto, auto, auto) !important;
        transition: clip-path 300ms linear, clip 300ms linear !important;
    }

    .spacesSection-wrapper.fullWidth {
        width: 100%;
        float: left;
    }

    .widthzero .slick-dotted .slick-dots {
        display: none;
    }

    .last:after {
        display: none;
    }

    .services-section .table-wrapper .table-data-wrapper {
        flex-direction: row;
    }

    .table-data-col {
        display: block;
        opacity: 1;
        text-align: center;
    }

    .button-wrapper {
        display: none;
    }

    .sup-tag-info {
        margin: 60px 0 50px 0;
        display: block;
        opacity: 1;
    }

    .table-data-col .info-row {
        justify-content: flex-start;
    }

        .table-data-col .info-row .align-content {
            width: 220px;
        }

    .create-event-wrapper {
        height: 382px;
        margin-top: 0px;
        background-position: -30px -45px;
        background-size: 120% 112%;
    }

        .create-event-wrapper .text-area .title {
            font-size: 16px;
        }

        .create-event-wrapper .text-area .body {
            font-size: 48px;
            line-height: 55px;
        }

        .create-event-wrapper .button-area .button {
            margin-right: 5px;
            height: 40px;
        }

        .create-event-wrapper .button-area .first-button {
            width: 168px;
        }

        .create-event-wrapper .button-area .second-button {
            width: 240px;
        }

        .create-event-wrapper .button-area .button span {
            font-size: 16px;
        }

        .create-event-wrapper .button-area {
            flex-direction: row;
        }

    .spaceSectionSlickClassWrapper > .slick-dots {
        display: none;
    }

    .slick-dots li button:before {
        color: white !important;
    }

    .spacesSection-wrapper-hover .slick-slider .slick-list .slick-dotted .slick-dots {
        bottom: 30px !important;
        text-align: right;
        right: 30px !important;
    }

    .slick-dotted.slick-slider {
        margin-right: 1px;
        margin-bottom: 1px !important;
    }
}

@media only screen and (min-width: 992px) {
    #eventDetail-videos .gallery-section {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1025px) {

    .spacesSection-wrapper .text-area h2 {
        font-size: 24px;
    }

    .spacesSection-wrapper .body {
        max-width: 345px;
    }

    .event-detail .event-content .details:nth-child(4n+2) {
        border-left: none;
    }

    .event-stats .event-stat .stat-value {
        font-size: 40px;
    }

    .event-stats .event-stat .stat-name {
        font-size: 26px;
    }

    .event-detail .event-principal .event-name .event-description-name .name .small {
        font-size: 23px;
    }

    .event-detail .event-principal .event-name .event-description-name .event-position {
        font-size: 22px;
    }

    #event-select-nav.fixed-nav {
        position: fixed;
        z-index: 5;
        width: 100%;
        transition: top 450ms ease-in-out;
        max-width: 1600px;
    }

    .table-data-col .info-row .align-content {
        width: 280px;
    }

    .featured-sub-section .image-area .stadium img {
        max-width: 100%;
    }

    .featured-sub-section .image-area .atachment img {
        max-width: 100%;
    }

    .featured-sub-section .image-area .atachment {
        margin-top: 140px;
        margin-right: -50px;
        margin-bottom: 28px;
    }
}

/*
 * END Events.css
 ***/
