
html {
    scroll-behavior: smooth;

}

body {
    font-family: AlternateGotNo3D, Roboto, sans-serif;
}

a, a:hover {
    text-decoration: none;
}
a:hover {
    color: #00FF00 !important;
}

.btn-standard {
    border-radius: 20px;
    font-family: AlternateGotNo3D, Roboto, sans-serif;
    padding: .45rem .75rem .38rem .75rem;
    font-weight: bold;
    border-color: #aedae8;
    background-color: #aedae8;
    color: black !important;
}

.btn-standard:hover {
    border-color: #00ff00;
    background-color: #00ff00;
    color: black !important;
}


.btn-standard-grey {
    border-radius: 20px;
    font-family: AlternateGotNo3D, Roboto, sans-serif;
    padding: .45rem .75rem .38rem .75rem;
    font-weight: bold;
    border-color: #6c757d;
    background-color: #6c757d;
    color: white;
}

.btn-standard-grey:hover {
    border-color: #00ff00;
    background-color: #00ff00;
    color: black!important;
}

.terms-wrapper {
    border: 1px solid #171717;
    border-radius: 0.25rem;
    background-color:white;
    font-size:0.9rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #aedae8;
}
.custom-checkbox .custom-control-label-lg::before, .custom-checkbox .custom-control-label-lg::after {
    width: 38px;
    /*height: 48px;*/
    height: 100%;
    border:none;
    border-right: 1px solid black;
}

.icon-hoverable {
    color: #ffffff !important;
    font-size: 1.4rem;
}

.icon-hoverable:hover {
    color: #00ff00 !important;
}

.ar-events {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Square */
    background-size: cover;
    background-position: center;
    transition: 150ms;
    background-repeat: no-repeat;
}

.ar-events:hover {
    transition: 150ms;
    transform: scale(1.1);
}

.ar-events-inner {
    position:  absolute;
    left:0;
    bottom: 0;
    right: 0;
    /*text-align: right;*/
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    transition: 250ms;
    opacity: 0;
    background: rgba(0, 0, 0, 0.80);
}

.ar-events:hover .ar-events-inner {
    opacity: 1;
    transition: 250ms;
}

.left-align-slick > .slick-list > .slick-track {
    margin-left:0;
}

.nav-link:hover,
.nav-link:hover h5,
.nav-link:hover i {
    color: #00FF00!important;
}

@media (max-width: 991px) {
    .header-logo-mobile{
        width: 250px!important;
    }
}
.header-logo-mobile{
    width: 250px!important;
}

@media (max-width: 390px) {
    .header-logo-mobile{
        width: 200px!important;
    }
}

.lozenge {
    border-radius: 4rem;
}



/* KEEP CODE BELOW HERE */

.trbl {
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.hover-video > .image {
    opacity: 1;
    transition: 250ms;
    z-index: 1;
}
.hover-video:hover > .image {
    opacity: 0;
    transition: 250ms;
}

@media only screen and (max-width: 768px) {
    .hover-video:hover > .image {
        opacity: 1;
        /*transition: 250ms;*/
    }
}

.hover-parent {
    z-index: 1;
}
.hover-parent > .buttons {
    opacity: 0;
    transition: 250ms;
}
.hover-parent:hover > .buttons {
    opacity: 1;
    transition: 250ms;
}
.hover-parent + .hover-buttons {
    transform: translate(0, -38px);
    opacity: 0;
    transition: 250ms;
    z-index:0;
}
.hover-parent:hover + .hover-buttons,
.hover-buttons:hover {
    transform: translate(0, 0);
    opacity: 1;
    transition: 250ms;
}
.btn-details {
    color: #000;
    background-color: #AEDAE8;
    border-color: #AEDAE8;
}
.btn-details:hover {
    color: #000;
    background-color: #97b8c5;
    border-color: #97b8c5;
}
.btn-details.focus, .btn-details:focus {
    color: #000;
    background-color: #97b8c5;
    border-color: #97b8c5;
    box-shadow: none;
}
.btn-watch {
    color: #000;
    background-color: #00FF00;
    border-color: #00FF00;
}
.btn-watch:hover {
    color: #000;
    background-color: #00cc00;
    border-color: #00cc00;
}
.btn-watch.focus, .btn-watch:focus {
    color: #000;
    background-color: #00cc00;
    border-color: #00cc00;
    box-shadow: none;
}

.video-modal {
    cursor: pointer;
}

.navbar-dark .navbar-text a.text-green,
.text-green i {
    color: #00FF00 !important;
}

.text-green {
    color: #00FF00 !important;
}

.thumb-title {
    /*transition: all .7s ease;*/
    /*transform-origin: left bottom;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 0 15px 0 15px;
    font-size: 1.5rem !important;
    /*position: absolute;*/
    /*bottom: 35px;*/
    /*left: 0px;*/
    /*z-index: 10000;*/
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5) !important;*/
    pointer-events:none;
    text-shadow: 0px 0px 7px black;
}
.thumb-genre {
    /*transition: all .7s ease;*/
    /*transform-origin: left bottom;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*padding: 0 15px 0 15px;*/
    font-size: 0.9rem !important;
    font-weight: normal;
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 0px;*/
    /*z-index: 10000;*/
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5) !important;*/
    /*pointer-events:none;*/
    text-shadow: 0px 0px 7px black;
}

.slideshow-info-price {
    padding-left: 15px;
    color: #00ff00;
    text-shadow: 0 0 7px black;
}

@media only screen and (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.wrapper {
    overflow: hidden;
    border: 1px solid #4E843F;
    text-align: center;
    vertical-align: middle;
    /*background-color: #1e1e1e;*/
    background-color: #444444;
    color: #00ff00;
    font-size: 1.75rem;
    font-weight: bold;
    min-height:220px;
    padding-bottom: 0;
    text-transform: uppercase;
    text-decoration: none !important;
}

.wrapper:hover {
    text-decoration: none !important;
    border: 1px solid #1e1e1e;
    background-color: #4E843F;
    text-shadow: 1px 1px 3px #1e1e1e;
}


a.claim-box, .claim-box {
    border:1px solid #000000;
    background-color: transparent;
    color: #000000;
    /*padding:1rem;*/

    min-height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-left:2rem;
    padding-right:2rem;

}

a.claim-box i {
    color: #000000;
}

a.claim-box:hover i {
    color: #00ff00;
}

a.claim-box:hover {
    border:1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.bebas-neue-pro {
    font-family: bebas-neue-pro,sans-serif;
    /*font-size: 110%;*/
    letter-spacing: 1px;
}

.padding-for-nav {
    /*padding-top: 76px;*/
    padding-top: 59px;
}

/*@media only screen and (max-width: 575px) {*/
/*    .padding-for-nav {*/
/*        padding-top: 59px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 575px) {
    .nav-link {
        display: block;
        padding: 0.15rem 1rem;
    }
}

a.btn-details:hover {
    color: #000 !important;
}

a.btn-watch:hover {
    color: #000 !important;
}

a.btn-outline-light:hover {
    color: #000 !important;
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.alert {
    border-radius: 0!important;
    margin-bottom: 25px!important;
}

.alert-heading {
    padding-bottom: 10px!important;
}

.alert-message {
    padding-bottom: 10px!important;
}

.alert-danger {
    border: 1px solid red!important;
    background-color: #333333!important;
    color: red!important;
}

.alert-success {
    border: 1px solid #00FF00!important;
    background-color: #333333!important;
    color: #00FF00!important;
}

.alert-warning {
    border: 1px solid darkorange!important;
    background-color: #333333!important;
    color: darkorange!important;
}

.alert-info {
    border: 1px solid white!important;
    background-color: #333333!important;
    color: white!important;
}