.catalogue-overlay {
    top: 0;
    /*height: auto;*/
    height: 12%!important;
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*padding-top:4px;*/
    /*padding-bottom:4px;*/
    /*text-align: center;*/
    text-transform: uppercase;
}

.cursor-pointer {
    cursor: pointer;
}

.mute-button {
    left:2rem;
    bottom: 2rem;
    /*top:calc(100% - 145px)!important;*/
    /*100% height of parent minus nav bar height*/
}

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


@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
    /*.mute-button{*/
    /*    top:calc(100% - 77px)!important;*/
    /*}*/
}

@media (max-width: 1200px) {
    .no-padding-catalogue-title{
        /*padding-top: 0!important;*/
        /*padding-bottom: 0!important;*/
    }
    /*.mute-button{*/
    /*    top:calc(100% - 77px)!important;*/
    /*}*/
}

/* Tablet view */
@media (max-width: 768px) {
    .padding-news-mobile{
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 5%!important;
    }
    .contact-padding-mobile{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .double-lines-mobile {
        max-height: 300px!important;
    }
    .double-lines-mobile-pos{
        bottom: -19%!important;
    }
    .burger-menu-mobile{
        font-size: 1.5em!important;
    }
}

@media (max-width: 575px) {
    .text-left-mobile{
        text-align: left!important;
    }
    /*.padding-about-mobile{*/
    /*    padding-left: 0!important;*/
    /*    padding-right: 0!important;*/
    /*}*/
    #padding-cat-mobile.padding-cat-mobile{
        padding: 0!important;
    }
}

@media (max-width: 425px) {
    .play-button-mobile{
        width: 79px!important;
        top: 32%!important;
        left: 39%!important;
    }
    .sales-nav-mobile{
        font-size: 25px!important;
    }
}

@media (max-width: 991px) {
    .banner-mobile{
        min-height: 50vh!important;
        background-position: right;
    }
    .menu-mobile{
        display: none!important;
    }
    .menu-mobile-2{
        display: inline-block!important;
    }
    #pagetop.padding-mobile{
        padding: 0.5rem!important;
    }
    .logo-mobile{
        width: 200px!important;
    }
    .nav-mobile{
        display: none!important;
    }
    .has-search{
        /*position: absolute;*/
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #4A8CBC;
        right: 157px;
    }
}

.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: black!important;
    transition: .25s;
    /*text-transform: uppercase;*/
}
.a-color:hover, .a-color.active {
    color: #016eaf!important;
}

.a-color.text-option {
    color: #fff!important
}
.a-color.text-option:hover {
    color: #000!important;
}

header .a-color.text-option.active, header .a-color.text-option:hover {
    color: #016eaf !important;
    background-color: white;
}

@media screen and (max-width: 767px){
    li.nav-item.mx-auto.w-25 {
        width: 100%!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: #D2232A;
    border-bottom: none;
    border-radius: 0 !important;
    color: #ffffff;
    z-index: 1;
}

.alert-consent a {
    color: #ffffff;
}

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

.btn-cookies {
    color: #D2232A !important;
    background-color: #fff;
    border-color: #D2232A;
}
.btn-cookies:hover {
    color: #fff !important;
    background-color: #D2232A;
    border-color: #fff;
}

.btn-primary {
    /*background-color: #009fe3;*/
    /*border-color: #009fe3;*/
    background-color: #D2232A;
    border-color: #D2232A;
}

.btn-primary:hover {
    color: #D2232A !important;
    /*background-color: #2b6891;*/
    /*border-color: #2b6891;*/
    background-color: transparent;
    border-color: #D2232A;
}

.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: 55.55%
}

.catalogue-wrapper-poster {
    padding-bottom: 63.55%
}

.navbar {
    padding: 0.25rem 0;
}

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

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

.news-box{
    background-color: #0d0d0d;
    transition: .25s;
}

.news-box:hover{
    background-color: #262626;
}

.slick-left{
    position: absolute;
    left: -0.5%;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

.slick-right{
    position: absolute;
    right: -0.5%;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

.bg-dark-gray {
    background-color: #0d0d0d !important;
}

.burger-menu{
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem;
    font-size: 28px;
}

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

.ar-bg-image {
    background-size: cover;
}

.ar-title-image {
    /*padding-top: 56.25%;*/
    padding-top: 0;
    background-position: center;
    height:100%;

}

.ar-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.img-container {
    overflow: hidden;
    position: relative;
}

.img-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .25s;
}

.img-holder:hover {
    transform: scale(1.125);
}

.sentence-case:first-letter{
    text-transform: capitalize!important;
}

.btn-news{
    background-color: rgba(1, 110, 175, 1);
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    transition: .3s;
}
.btn-news:hover{
    background-color: rgba(1, 110, 175, 0.8);
}

.vol-toggle-wrapper {
    background-color: rgba(255,255,255,.75);
    border-radius: 0.5rem;
    min-width: 3.25rem;
}

.vol-toggle {
    font-size:1.75rem;
    padding: 0.5rem;
}


/*Fortissimo styles*/
.socialIcon {
    height: 17px;
}

header li.nav-item a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

header li.nav-item a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
header li.nav-item.active a, header li.nav-item a:hover {
    color: #f4792a;
}


.footer {
    background-color: #f4792a;
    min-height: 70px;
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
}

.copyright {
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
}

.footerLogo {
    min-height: 30px;
    padding: 29px 0;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .copyright, .footerLogo {
        text-align: center;
        padding: 15px;
    }
    .footerLogo {
        padding-top: 0;
    }
    .homePoster {
        padding: 0 1px;
    }
}

@media screen and (max-width: 575px) {
    .mobBreak {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .copyright, .footerLogo {
        text-align: center;
        padding: 15px;
    }
    .footerLogo {
        padding-top: 0;
    }
    .homePoster {
        padding: 0 1px;
    }
}

.flag-icon-wrapper {
    padding: .25rem;
    border: 2px solid #FFFFFF;
}

.flag-icon-wrapper.active {
    border: 2px solid #D2232A;
}

.flag-icon-wrapper.active > .flag-icon {
    opacity: 1;
}

.flag-icon {
    height: 32px;
    opacity: 0.6;
}


.markdown-pmb-0-wrapper p {
    margin-bottom:0;
}

.home-banner-wrapper {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 28.12%; /* 1920:540 Aspect Ratio */
}

@media only screen and (max-width: 991px) {
    .home-banner-wrapper {
        padding-top: 40%; /* 1920:540 Aspect Ratio */
    }
}

.home-banner-fullscreen {
    background-position: top center;
    background-size: cover;
    position: relative;
    width: 100%;
    /*padding-top: calc(100vh - 110px); */
    padding-top: calc(100vh);
}

.home-banner-inner {
    position:  absolute;
    /*top: 0;*/
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}

.lds-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 0.8s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.profile-pic {
    max-width: 200px;
    border:4px solid #fff;
}

@media screen and (max-width: 767px) {
    .profile-pic {
        max-width: 150px;
    }
}

.card-inactive {
    opacity: .5;
    transition: 250ms;
}

.card-inactive:hover {
    opacity: 1;
    transition: 250ms;
}

.ar-banner {
    position: relative;
    width: 100%;
    padding-top: 41.66%; /* 1920x800 */
    background-size: cover;
}

.ar-banner-text {
    position:  absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    transition: 250ms;
}

.ar-banner:hover .ar-banner-text,
.ar-banner:hover .ar-banner-text b {
    color: rgba(255, 255, 255, 1);
}

.ar-banner-text b {
    color: rgba(255, 255, 255, 0.5);
}

.ar-banner span.hover-show {
    opacity: 0;
    transition: 250ms;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-style: italic;
    transition: 250ms;
}

.ar-banner:hover span.hover-show {
    opacity: 1;
    color: rgba(255, 255, 255, 0.75);
}

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

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

.ar-poster {
    position: relative;
    width: 100%;
    padding-top: 150%; /* 2:3 Poster */
    background-size: cover;
}

.ar-poster-inner {
    position:  absolute;
    bottom: 0;
    right: 0;
    top:0;
    left:0;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: 250ms;
    background-color: rgba(210, 35, 42, 0.90);
}

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

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.markdown-padless p {
    margin-bottom: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

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

.bg-white-transparen2t {
    background-color: rgba(149, 81, 81, 0.77);
}
