/*#region import*/
/*==========================================================
    IMPORT
==========================================================*/
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/open-sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

body, p, a, strong, b, u, i, li, button, input {
    font-family: OpenSans-Regular, sans-serif, Arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Montserrat-Black;
}

.color-grigio, *.color-grigio {
    color: #666;
}

.opensans-bold {
    font-family: OpenSans-Bold;
}

.opensans-extrabold {
    font-family: OpenSans-ExtraBold;
}

.montserrat-bold {
    font-family: Montserrat-Bold;
}

.montserrat-extrabold {
    font-family: Montserrat-ExtraBold;
}

/*#endregion*/

/*#region global*/
/*==========================================================
    GLOBAL
==========================================================*/
body {
    overflow-x: hidden;
    /*background: #F7F7F7;*/
    background: #fff;
}

#form1 {
    margin: 0;
    overflow-x: hidden;
}

.page {
    animation: none !important;
    animation-duration: 0s !important;
}

.link-default {
    color: #707070;
}

    .link-default:hover, .link-default:active {
        color: #515151;
    }

.bg-grigio {
    background-color: #D8D8D8;
}

.bg-grigio-1 {
    background: #f5f5f5;
}

.triangolo {
    position: relative;
}

    .triangolo:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 100px solid #fff;
        border-right: 100vw solid transparent;
    }

@media(max-width:991px) {
    .triangolo:after {
        border-bottom: 40px solid #fff;
    }
}

@media(min-width:992px) {
    .swiper-slider-1 .swiper-slide-caption {
        padding: 120px 0px;
    }
}

@media(max-width:575px) {
    .swiper-slider-1 {
        min-height: 300px;
    }
}

.m-destra, .m-sinistra {
    margin: auto;
}

@media(min-width:992px) {
    .reverse-row > div:first-child {
        order: 2;
    }

    .text-sinistra {
        text-align: left;
    }

    .text-destra {
        text-align: right;
    }

    .m-sinistra {
        margin-left: auto;
        margin-right: 0;
    }

    .m-destra {
        margin-right: auto;
        margin-left: 0;
    }
}

.border-trattino {
    position: relative;
    padding-left: 50px;
}

    .border-trattino:before {
        content: "";
        background: #707070;
        width: 2px;
        height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 24px;
    }

.colonne2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.btn_ {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 11px 35px;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-custom {
    color: #fff;
    background-color: #5C5A51;
    border-color: #5C5A51;
    box-shadow: 0;
    padding: 5px 20px;
    border-radius: 5px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .btn-custom:hover, .btn-custom:focus {
        color: #000;
        background-color: #C2BEAB;
        border-color: #C2BEAB;
    }

    .btn-custom:focus, .btn-custom.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-custom.disabled, .btn-custom:disabled {
        background-color: #5C5A51;
        border-color: #5C5A51;
    }

    .btn-custom:not([disabled]):not(.disabled):active, .btn-custom:not([disabled]):not(.disabled).active,
    .show > .btn-custom.dropdown-toggle {
        color: #fff;
        background-color: #C2BEAB;
        border-color: #C2BEAB;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

.modal-custom {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content-custom {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close-custom {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-custom:hover,
    .close-custom:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.banner-img {
    max-width: 100%;
}

.min-vh-40 {
    min-height: 40vh;
}


.no-bold {
    font-weight: normal;
}

.bg-immagine {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-immagine-b {
    background-position: center bottom;
}

.bg-immagine-t {
    background-position: center top;
}

.testata-half {
    min-height: 50vh;
}

@media(max-width:767px) {
    .testata-half {
        min-height: 30vh;
    }
}

@media(max-width:576px) {
    .testata-half {
        min-height: 30vh;
    }
}

.immagine-crop, .img-crop {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.sezione {
    padding: 120px 0;
}

.sezione-1 {
    padding: 90px 0;
}

.sezione-2 {
    padding: 60px 0;
}

@media(max-width:991px) {
    .sezione {
        padding: 100px 0;
    }

    .sezione-1 {
        padding: 70px 0;
    }

    .sezione-2 {
        padding: 50px 0;
    }
}

.container-80 {
    max-width: 80%;
    margin: 0 auto;
}

.container-85 {
    max-width: 85%;
    margin: 0 auto;
}

.container-90 {
    max-width: 90%;
    margin: 0 auto;
}

@media(max-width:767px) {
    .container-80, .container-85, .container-90 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.text-nero, .text-black, .color-nero {
    color: #000;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: flex
}

.popup-content {
    display: flex;
    position: relative;
    background: #fff;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

    .popup-content > div {
        padding: 20px;
    }

.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    border: none !important;
    background: transparent !important;
}

/*#endregion*/

/*#region header*/
/*==========================================================
    HEADER
==========================================================*/
.top_bar, .top_bar > div {
    display: none;
    width: 100%;
    background: #DBD7C1 /*#dedac3*/; /*#6c6f70;*/
}

    .top_bar a {
        display: block;
        margin: auto;
        margin-right: 0;
        letter-spacing: normal;
        color: #fff;
        transition: all 0.5s ease;
    }

    .top_bar .reverse-margin {
        margin: auto;
        margin-left: 0;
    }

    .top_bar .m-nope {
        margin: auto 15px;
    }

    .top_bar .login-head, .ex-top_bar .login-head {
        display: inline-block;
        font-weight: 900;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: #fff;
        background-color: #5C5A51;
        border-color: #5C5A51;
        box-shadow: 0;
        padding: 5px 20px;
    }

        .top_bar .login-head:hover {
            color: #000;
            background-color: #C2BEAB;
            border-color: #C2BEAB;
        }

@media(max-width:1199px) {
    .ex-top_bar {
        padding: 0 !important;
    }

        .ex-top_bar > div {
            flex-direction: column-reverse;
            display: flex;
            padding: 0 !important;
        }

        .ex-top_bar a {
            /*display: inline-block;
            font-weight: 900;
            color: #777777;
            user-select: none;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0;
            -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
            color: #fff;
            background-color: #5C5A51;
            border-color: #5C5A51;
            box-shadow: 0;*/
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            padding: 5px 20px;
            margin-bottom: 5px !important;
        }

    .top_bar a {
        margin: auto;
    }
}

.top_bar a:hover, .top_bar a:active {
    color: #fff;
}

.header_center_bar {
    background: #DBD7C1 /*#dedac3*/;
}

.certificato-logo, .frase-logo {
    display: none;
}

.icona-header {
    /*margin: 0;*/
    margin: auto;
    /*font-size: 25px;*/
}

@media(min-width:1200px) {
    .rd-navbar {
        display: block;
    }

    .rd-navbar-nav {
        display: flex;
    }

    .rd-nav-item {
        margin: auto !important;
    }

    .rd-navbar-panel {
        max-width: 100% !important;
        border-bottom: none;
        flex-direction: column;
        padding-top: 0 !important;
    }

    .rd-navbar-brand {
        margin: auto
    }

    .frase-logo {
        margin: auto;
        display: block;
    }

        .frase-logo p {
            /*color: #fff;*/
        }

    .certificato-logo {
        margin: auto;
        /*display:block;*/
    }

    .top_bar, .top_bar > div {
        display: flex;
    }

        .top_bar a:first-child {
            margin: auto 0;
        }

    .icona-header {
        /*font-size: 32px;*/
        font-size: 18px;
        text-align: center;
    }

    .icona-header-text {
        margin: auto;
        font-size: 18px;
    }

    .rd-navbar-static .rd-nav-link {
        display: flex;
    }

    .rd-navbar--is-stuck .logo-bar {
        display: none;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .link-nero, .link-nero * {
        color: #000;
    }

        .link-nero:hover {
            color: #A0A0A0;
        }
}

/*=======================================================================================
    Per side menu
=========================================================================================*/

.side-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #DBD7C1 /*#dedac3*/;
    display: flex;
    z-index: 9999999;
    transition-duration: 1s;
}

.translate-menu {
    transform: translateX(-101vw);
}

.side-menu-content {
    position: relative;
    margin: auto 0;
    width: 100%;
    overflow-y: scroll;
    min-height: 95vh;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .side-menu-content::-webkit-scrollbar {
        display: none;
    }

.side-menu-hamburger {
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.side-menu-item {
    color: #000;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

    .side-menu-item:hover, .side-menu-item:focus {
        color: #676767;
    }

.hamburger-app {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.menu-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
}

.box-corsi-app {
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .box-corsi-app::-webkit-scrollbar {
        display: none;
    }

.hamburger-app:not(.chenge-menu-app) .bar1,
.hamburger-app:not(.chenge-menu-app) .bar2,
.hamburger-app:not(.chenge-menu-app) .bar3 {
    transform: none !important;
    opacity: 1 !important;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #000;
    margin: 3px 0;
    transition: 0.4s;
}


.bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.bar2 {
    opacity: 0;
}

.bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
}

.side-menu-box {
    margin: auto;
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

    .side-menu-box > a {
        margin: 1rem auto;
        text-align: center;
        display: block;
        font-size: 35px;
        opacity: 0;
        transition-property: all;
        transition-duration: 0.6s;
        transition-timing-function: ease;
        line-height: 1;
    }

.translate-menu .side-menu-box > a {
    visibility: hidden;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.effetto-fade {
    visibility: visible;
    opacity: 1 !important;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}


@media(max-width:991px) {

    .side-menu-box {
        max-width: 98%;
    }

        .side-menu-box > a {
            font-size: 30px;
        }

    .analisi-icons-mobile {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .brand-logo-dark {
        margin-top: -20px;
    }
}


*[data-aos="fade"]:not(.aos-animate), *[data-aos="fade-up"]:not(.aos-animate), *[data-aos="fade-down"]:not(.aos-animate), *[data-aos="fade-left"]:not(.aos-animate), *[data-aos="fade-right"]:not(.aos-animate) {
    transition-delay: 0s !important;
}
/*#endregion*/

/*#region footer*/
/*==========================================================
    FOOTER
==========================================================*/
footer {
    margin-top: 50px;
    background: #737778;
}

    footer a, .footer-modern-list a, footer button {
        color: #fff;
    }

        footer a:hover, footer a:focus, .footer-modern-list a:hover, .footer-modern-list a:focus, footer button:hover, footer button:focus {
            color: #c2c5ca;
        }




.logo-footer {
    max-width: 300px;
    width: 100%;
}

@media(max-width:575px) {
    .logo-footer {
        max-width: 190px;
    }
}
/*#endregion*/

/*#region home*/
/*==========================================================
    HOME
==========================================================*/
.slider-box {
    background: #F2F2F2;
}

    .slider-box .owl-stage {
        display: flex;
    }

    .slider-box .owl-stage-outer {
        overflow: hidden;
    }

    .slider-box a {
        margin: 3px;
    }

    .slider-box .row img {
        height: 120px;
        width: auto;
        object-fit: cover;
    }

    .slider-box .owl-nav {
        position: relative;
    }

        .slider-box .owl-nav .owl-prev {
            left: unset;
            right: 50px;
        }

        .slider-box .owl-nav button span {
            color: #000;
            font-family: OpenSans-Regular;
        }

        .slider-box .owl-nav button:before {
            content: none;
            display: none;
        }

.cta-box {
    transition: all 0.25s ease;
    color: #707070;
}

    .cta-box:hover {
        color: #707070;
    }

.cta-box-line:hover {
    text-decoration: underline;
}

.news-home {
    display: flex;
    flex-direction: column;
}

    .news-home > div {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

.box-news-home, .testata-news-home {
    position: relative;
    padding-left: 20px;
}

    .box-news-home:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 100%;
        /*background:#5C5A51;*/
        background: #DBD7C1;
    }

    .box-news-home:nth-child(even):before {
        background: #E9E3CC;
    }

/*.box-news-home:first-child:before{    
    background:#F0C139;
}

.box-news-home:nth-child(2):before{    
    background:#66BEE7;
}

.box-news-home:nth-child(3):before {
    background: #CE7787;
}

.box-news-home:nth-child(4):before {
    background: #368C6B;
}

.box-news-home:nth-child(5):before {
    background: #FFA500;
}

.box-news-home:nth-child(6):before {
    background: #66BEE7;
}*/


.hover-news {
    color: #777777;
    transition: all 0.25s ease;
}

    .hover-news:hover {
        color: #000;
        background: #fff;
    }

.text-sinistra, .text-destra {
    text-align: center;
}

.partner-box {
    height: 120px;
    width: 220px;
    text-align: right;
    transition: all 0.3s ease 0s;
    margin: auto;
}

@media(max-width:575px) {
    .partner-box {
        height: 77px;
        width: 140px;
        background-size: contain !important;
    }
}
/*#endregion*/

/*#region analisi*/
/*==========================================================
    ANALISI
==========================================================*/
.img-analisi {
    width: 100%;
}

.shadow-analisi {
    -webkit-box-shadow: 0px 3px 30px #001A314D;
    box-shadow: 0px 3px 30px #001A314D;
}

.hover-analisi {
    transition: all 0.5s ease;
    color: #707070;
}

    .hover-analisi:hover > div {
        transform: scale(1.1);
        color: #707070;
    }

/*.analisi-icons > div{
    padding:10px;
}*/



.analisi-icons-mobile a, .analisi-icons a {
    display: block;
    margin: auto;
    padding: 10px 20px;
}

    .analisi-icons-mobile a:hover, .analisi-icons a:hover {
        background: #ddd;
        color: #707070;
    }

@media(max-width:991px) {
    .analisi-icons-text {
        display: none;
    }

    .analisi-icons span.fa-3x {
        font-size: 1.5em !important;
    }
}
/*.pipe-separator {
    position: relative;
    padding-left:15px;
}

.pipe-separator:before{
    content:"";
    position:absolute;
    top:0;
    left:7px;
    width:1px;
    height:100%;
    background:#707070;
}*/

.slider-analisi .owl-stage {
    display: flex;
}

.slider-analisi .owl-stage-outer {
    overflow: hidden;
    height: 300px;
}

/*.slider-analisi{
    position:relative;
}

.slider-analisi:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50%;
    height: 10%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    z-index:1;
}

.slider-analisi:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 50%;
    height: 10%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    z-index:1;
}*/

.slider-analisi-img {
    height: 300px;
    object-fit: cover;
    min-width: 100%;
    max-width: unset;
}

@media(min-width:992px) {
    .slider-analisi {
        position: relative;
    }

        .slider-analisi .owl-stage-outer {
            overflow: hidden;
            max-height: 600px;
            height: auto;
        }

    .slider-analisi-img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        max-width: 100%;
    }
}
/*#endregion*/

/*#region studi*/
/*==========================================================
    STUDI
==========================================================*/
.img-studi {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
/*#endregion*/

/*#region generale*/
/*==========================================================
    IMPORT
==========================================================*/

/*#endregion*/

/*#region media-query*/
/*============================================================================================
    MEDIA QUERY
============================================================================================*/
@media (max-width:1299px) {
}

@media (max-width:991px) {
}

@media (max-width:767px) {
}

@media (max-width:575px) {
}

@media (max-width:480px) {
}

/*-----Media min-----*/
@media (min-width:480px) {
}

@media (min-width:575px) {
}

@media (min-width:767px) {
    .row_reverse > div:first-child {
        order: 2;
    }
}

@media (min-width:991px) {
}

@media (min-width:1299px) {
}
/*#endregion*/

/*#region bootstrap addons*/
/*============================================================================================
    BOOTSTRAP ADDONS
============================================================================================*/

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: normal;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/*Per hidden col*/

@media (max-width: 575px) {
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
        display: none !important;
    }
}
/*#endregion*/

/*#region fancybox*/
/*============================================================================================
    FANCYBOX
============================================================================================*/

.fancybox-container {
    z-index: 999999;
}

/*#endregion*/
