.catalogue-overlay {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:4px;
    padding-bottom:4px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (max-width: 992px) {
    .buy-tickets-width{
        width: 150px;
    }
}

@media (max-width: 576px) {
    .p-mobile {
        text-align: left!important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.btn-black{
    transition: .5s;
    background-color: #000;
    border: 4px solid #000;
}

.btn-black:hover{
    background-color: transparent!important;
    border: 4px solid #000!important;
    color: #000!important;
}

.btn-black-tickets{
    transition: .5s;
    background-color: #000;
    border: 4px solid #000;
}

.btn-black-tickets:hover{
    background-color: transparent!important;
    border: 4px solid #000!important;
    color: #000!important;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
    z-index: 999;
}

.bgi-grow {
    transition: all .2s ease-in-out;
    background-size: 101%;

}

.bgi-grow:hover {
    background-size: 115%;
}

.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
    z-index: 99;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
}

.preview-container {
    opacity:0;
    transition: 1s;
}
.catalogue-wrapper:hover .preview-container {
    opacity:1;
}

.modal-header {
    padding: 0.25rem 1rem;
}

.modal-title {
    transform: translateY(3px);
}

.modal-header .close {
    padding: .25rem;
    margin: 0;
}

.a-color {
    text-decoration: none!important;
    color: #fff!important;
}

.a-color:hover {
    color: #d9d9d9!important;
    transition: .2s;
}

.a-burger:hover{
    color: #306082!important;
    border-left: 5px solid #306082!important;
}

.a-color-menu:hover{
    color: #306082!important;
    font-weight: 600!important;
}

.block-hover{
    height: 40px;
    width: 8px;
    background-color: #4A8CBC;
    left: -24px;
    display: none;
}
.block-hover-cat{
    height: 35px;
    width: 8px;
    background-color: #4A8CBC;
    left: 0;
    display: none;
}

#collapseExample a:hover > .block-hover {
    display: block!important;
}

#navbarCollapse a:hover > .block-hover-cat {
    display: block!important;
}

.alert-consent {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 120px;
    width: 100%;
    background-color: #424242;
    border-bottom: 2px solid #4A8CBC;
    border-radius: 0 !important;
    color: #ffffff;
    z-index: 1;
}

.alert-btn {
    margin-top: 10px;
    padding: 1.375rem 4.5rem;
    font-size:20px;
    /*font-weight: bold;*/
}

.btn-cookies {
    color: #fff;
    background-color: #4A8CBC;
    border-color: #4A8CBC;
}

.btn-primary:hover {
    color: #000;
    border-color: #d9d9d9;
    background-color: #d9d9d9!important;
    transition: .2s;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.ui-widget {
    z-index: 99999999;
}

.alert-consent {
    min-height: 120px;
}

.catalogue-wrapper {
    padding-bottom: 80%
}

.catalogue-wrapper2 {
    padding-bottom: 60%
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-brand {
    margin-left:16px;
}

.news-page-link:hover{
    background-color: #a2c4dd!important;
    transition: 0.3s ease-in-out;
    color: black!important;
}

.ar {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.ar-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    transition: 250ms;
}
.ar-inner:hover{
    opacity: 1;
}

.ar-bg {
    width: 100%;
    padding-top: 33%;
    position: relative;
}
.ar-inner-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ar-bg-image {
    background-position: center;
    background-size: cover;
}

.ar-img-type-2 { padding-top: 150%; }

.zoomable {
    background-size: 100%;
    transition: 250ms;
}

.zoomable:hover {
    background-size: 110%;
}

.home-feature-text {
    color: #ffffff; /* Colour of text */
    font-weight: bold; /* Font weight */
    padding: 0.5rem; /* Padding for background box */
    background-color: rgba(0, 0, 0, 0.25); /* Background box colour */
    display:inline-block; /* Makes background box not full width by default */
}

.preview-container {
    opacity:0;
    transition: 1s;
}
.preview-container:hover {
    opacity:1;
}

.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
}

.aspect-locked {
    width: 100%; height: 0; padding-bottom: 56.25%;
}

.flex-center-contents-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.team-div-line {
    width: 32%;
    height: 2px;
    border-radius: 2px;
    background: black;
}

.nav-active-line {
    width: calc(100% - 1rem);
    height: 3px;
    border-radius: 2px;
    background: #00FF00;
    opacity: 1;
    position: absolute;
}
.nav-link {
    position: relative;
}

@media (max-width: 1199px) {
    .padding-mobile{
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }
}

#video-player .modal-logo {
    display: inline-block;
    height: 32px;
    padding: 0.25rem 0.75rem 0.25rem 0;
}
#video-player .modal-header {
    border-bottom: 1px solid #333;
    border-radius: 0;
}
#video-player .modal-content {
    background-color: #000;
}






