/* ==========================================================================
CUSTOM CSS
========================================================================== */

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.update-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.update-loader-status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body {
    padding-top: 0px;
    height: 100%;
    /*font-size: 0.94rem;*/
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.log-in {
    padding: 0px;
}

section.live-stream {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0%;
}

.full-screen-height {
    height: 100vh;
}



.alert#cookie-consent {margin-bottom: 0px;}

.full-size-background {
    background: url(../img/default-hero-image-yellow.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image-yellow.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image-yellow.jpg', sizingMethod='scale')";
}

.event-creative-background {
    background: url(../img/event-creative-2022.jpg) no-repeat right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-creative-2022.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-creative-2022.jpg', sizingMethod='scale')";
}

.event-creative-background-slim {
    background: url(../img/event-creative-2022-slim.jpg) no-repeat right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-creative-2022-slim.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-creative-2022-slim.jpg', sizingMethod='scale')";
}

/* ==========================================================================
COLOURS
========================================================================== */

.bg-black {
    background-color: #000000;
}

.bg-darker {
    background-color: #212529;
}

.bg-darker hr {
    border-color: #cccccc;
}

.bg-yellow {
    background-color: #fee333;
}

.bg-light-grey {
    background-color: #eeeeee;
}

.bg-white {
    background-color: #ffffff;
}

.bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-darker-80 {
    background-color: rgba(33, 37, 41, 0.8);
}

.bg-bny-blue {
    background-color: #00677f;
}

.bg-bny-gold {
    background-color: #b5a160;
}

.text-light-grey {
    color: #eeeeee;
}

.text-regular-grey {
    color: #cccccc;
}

.text-bny-blue {
    color: #00677f;
}

.text-bny-gold {
    color: #b5a160;
}

.btn-yellow {
    background-color: #fee333;
    color: #212529;
}

.btn-yellow:hover {
    background-color: #e8cf26;
    color: #212529;
}

.btn-bny-blue {
    background-color: #00677f;
    color: #ffffff;
}

.btn-bny-blue:hover {
    background-color: #00586c;
    color: #ffffff;
}

.btn-bny-gold {
    background-color: #b5a160;
    color: #ffffff;
}

.btn-bny-gold:hover {
    background-color: #b5a160;
    color: #ffffff;
}

.border-left-dark {
    border-left: 1px solid #343a40;
}

.btn-style {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    /*font-weight: bold;*/
}

.btn-style.btn-lg {
    font-size: 1.1rem;
    padding: 1rem 2rem;
}

/* ==========================================================================
NAVIGATION
========================================================================== */

.fixed-right {
    position: fixed;
    top: 0;
    right: 0;
    /*left: 0;*/
    bottom: 0;
    z-index: 1030;
    width: 25%;
    overflow-y: scroll;
}

.live-stream-logo {
    width: 90px;
}

.event-title {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 3rem;
}

.event-title h1 {
    font-size: 2.6rem;
}

/* ==========================================================================
ACCORDION
========================================================================== */

.accordion {
    position: relative;
    min-width: 100%;
}

.accordion .card, .accordion .card-header {
    border-radius: 0px;
    width: 100%;
    border: 0px;
}

.accordion .card-header {
    color: #000000;
    border-left: 6px solid #b5a160;
    padding: 0px;
    /*margin-bottom: 1px;*/
    border-top: 1px solid #cccccc;;
}

/*.accordion .card-body {
    background-color: #ffffff;
}*/

.accordion .btn-side-nav {
    display: block;
    width: 100%;
    color: #343a40;
    border-radius: 0px;
    border: 0px;
    padding: 20px 10px;
    text-align: left;
    font-weight: 600;
}

.accordion .btn.btn-side-nav:focus {
    outline:0!important;
    box-shadow: none;
}

.accordion .btn-side-nav:hover {

}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

/* ==========================================================================
LIVE CHAT
========================================================================== */

.live-chat-modal {
    padding-right: 0px!important;
}

.live-chat-modal .modal-dialog {
    width: 50%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.live-chat-modal .modal-dialog .modal-content {
    min-height: 100%;
}

.chat-item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1rem;
}

.chat-item.support {
    text-align: left;
    font-style: italic;
}

.chat-item.user {
    text-align: right;
}

body.modal-open {
    padding-right: 0px!important;
}

/* ==========================================================================
TABLE
========================================================================== */

/* ==========================================================================
SECTION 1
========================================================================== */

/* ==========================================================================
SECTION 2
========================================================================== */

/* ==========================================================================
MAP
========================================================================== */

.map-container {
    position: relative;
    color: #222;
    background-attachment: scroll;
    background-image: url(../img/map-image.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
}

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
