@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

html {
    position: relative;
    min-height: 100%;
    font-family: 'Nunito', sans-serif;
}

body {
    /* margin-bottom: 350px; */
    font-family: 'Nunito', sans-serif;
    color: #072939;
}

strong {
    font-weight: 700;
}

.pcontent {
    /* font-size: 15px;
    font-size: .9375rem; */
}

.cp {
    cursor: pointer !important;
}

@media screen and (max-width:47.5em) {
    header {
        padding: 0 0.5rem;
    }

    .pcontent {
        /* font-size: 12px;
        font-size: .75rem; */
        font-size: 14px;
        font-size: .875rem;
        /* padding: 0 0.5rem !important; */
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.redb {
    border: 1px solid red;
}

/* FOOTER begin */

.footer {
    position: relative;
    z-index: 1;
    background: #002738;
    color: #fff;
    padding-top: 20px;
    margin-top: 20px;

}

.footer .row {
    /* max-width: 75rem; */
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.footer .row .footer_side:not(:last-child) {
    position: relative;
}

.footer .row .footer_side {
    font-size: 14px;
    font-size: .875rem;
}

.row::after,
.row::before {
    display: table;
    content: ' ';
}

.small-12 {
    width: 100%;
}

@media print,
screen and (min-width:40em) {
    .medium-4 {
        width: 33.33333%;
    }

    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.footer .row .footer__thumbnail {
    text-align: center;
    padding-bottom: 15px;
}

.footer .row .footer__thumbnail .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.footer .row .footer_side:not(:last-child) {
    position: relative
}

.footer .row .footer_side:not(:last-child):after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 20px;
    right: -20px
}

.footer .row .footer_side:not(:first-child) {
    position: relative;
}

@media screen and (max-width:39.9375em) {
    .footer .row .footer_side:not(:last-child):after {
        display: none
    }

    .footer .row .footer_side:not(:first-child) {
        position: relative;
        margin-top: 10px;
    }
}



.footer .row .footer_side:not(:first-child):before {
    content: "";
    width: 25px;
    height: 1px;
    background: #fff;
    display: none;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:39.9375em) {
    .footer .row .footer_side:not(:first-child):before {
        display: block
    }
}

.footer__subfooter {
    background: #e0dfde;
    text-align: center;
    color: #002738;
    margin-top: 40px;
}

.footer__subfooter nav {
    display: inline-block;
}

.footer .footer__subfooter>nav ul {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.menu {
    margin: 0;
    list-style-type: none;
}

.menu.horizontal>li,
.menu>li {
    display: table-cell;
}

.menu>li {
    display: table-cell;
    vertical-align: middle;
}

.footer__subfooter nav ul li a {
    text-decoration: none;
    color: #002738;
    /* text-underline-position: under; */
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    margin-bottom: 0;
}

.footer .footer__subfooter>span {
    display: inline-block;
}

.footer__subfooter span {
    display: inline-block;
    text-decoration: underline;
    padding: .7rem 1rem;
    line-height: 1;
    vertical-align: top;
    text-underline-position: under;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
}

@media screen and (max-width:47.5em) {
    .footer .footer__subfooter>nav ul li a {
        padding: .7rem 1.5rem;
        font-size: 11px;
        font-size: .6875rem;
    }

    footer .footer__subfooter>nav ul {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer__subfooter nav ul {
        display: -webkit-flex;
        display: flex;
        margin: 0;
        padding: 0;
    }
}

/* FOOTER end */

/* HEADER */
header .logo {
    position: absolute;
    right: 35px;
    top: 25px;
}

header .container .logo.m {
    position: relative !important;
    float: right !important;
    right: 0;
    top: 0;
}

header .hamburger-responsive {
    position: absolute;
    top: 20px;
    left: 35px;
}

header .container .hamburger-responsive.m {
    position: relative !important;
    top: 0px;
    left: 0;
    display: inline-block;
}

.hfe {
    display: none !important;
}

.hce {
    display: inline-block !important;
}

.m-cont {
    padding-left: 1rem;
    position: relative;
    top: -23px;
}

.m-cont img {
    width: 1.4rem;
    margin-top: 11px;
}

@media screen and (min-width:25.5em) {
    .m-cont img {
        width: 1.6rem;
        margin-top: 10px;
    }
}

@media screen and (min-width:47.5em) {
    .m-cont {
        padding-left: 1rem;
        position: relative;
        top: -29px;
    }
    .m-cont img {
        width: 1.875rem;
        margin-top: 9px;
    }
}

@media screen and (min-width:83.3125em) {
    .hfe {
        display: block !important;
    }

    .hce {
        display: none !important;
    }

    .m-cont {
        padding-left: 0;
        position: relative;
        top: 0;
    }
}


header .container {
    margin-top: 20px;
}

.hamburger-responsive {
    cursor: pointer;
    width: 3.75rem;
    height: 3.75rem;
    pointer-events: auto;
    z-index: 1000;
    outline: 0;
}

.hamburger-responsive>div {
    background-color: #002738;
    width: 2.1875rem;
    height: .062rem;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition-duration: .4s
}

.hamburger-responsive>div::after {
    -ms-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transform: translateY(.75rem)
}

.hamburger-responsive>div::before {
    -ms-transform: translateY(-.75rem);
    -webkit-transform: translateY(-.75rem);
    transform: translateY(-.75rem)
}

.hamburger-responsive>div::after,
.hamburger-responsive>div::before {
    transition-duration: .4s;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-color: #002738;
    width: 2.1875rem;
    height: .062rem;
}

.hamburger-responsive.is-active>div {
    background-color: #EEF1F0
}

.hamburger-responsive.is-active>div::after {
    background-color: #002738;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger-responsive.is-active>div::before {
    background-color: #002738;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.umenu {
    padding-right: .4rem;
    text-decoration: none !important;
}

.umenu img {
    margin-top: 16px;
    margin-bottom: 10px;
}

@media screen and (max-width:47.5em) {
    .umenu {
        padding-right: .6rem;
        text-decoration: none !important;
    }
    .hamburger-responsive {
        width: 2.75rem;
        height: 2.75rem;
    }

    header .container .logo img {
        width: 120px;
    }

    .umenu img {
        margin-top: 9px;
        margin-bottom: 0px;
    }
}
@media screen and (min-width:83.3125em) {
    .umenu {
        padding-right: 1rem;
        text-decoration: none !important;
    }
}

.quickview {
    display: flex;
    flex-direction: column;
    background-color: #EEF1F0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 35;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform;
    width: 50%;
    left: -50%
}

.quickview.is-active {
    left: 0;
    box-shadow: 5px 0 13px 3px rgba(0, 0, 0, .1)
}

.left-menu {
    margin: 0;
    list-style-type: none;
    margin: auto;
    margin-top: 5rem;
}

.quickview .left-menu>nav ul {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.quickview .left-menu .menu-item a {
    text-decoration: none;
    color: #002738;
    font-size: 25px;
    font-size: 1.5625rem;
    text-transform: uppercase;
}

@media screen and (max-width:47.5em) {
    .quickview {
        width: 100%;
        left: -100%
    }

    .quickview .left-menu .menu-item a {
        text-decoration: none;
        color: #002738;
        font-size: 20px;
        font-size: 1.25rem;
        text-transform: uppercase;
    }

    .left-menu {
        margin: 0;
        list-style-type: none;
        margin-top: 5rem;
        padding-left: 0;
    }
}

@media screen and (min-width:80em) {
    .quickview {
        width: 30%;
        left: -30%
    }

    .quickview .left-menu .menu-item a {
        text-decoration: none;
        color: #002738;
        font-size: 20px;
        font-size: 1.25rem;
        text-transform: uppercase;
    }
}

.quickview .left-menu .menu-item a:hover {
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
}

.left-menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    margin-bottom: 0;
}

/* SUB MENU */
.menu-menu-container .menu {
    position: relative;
    padding-bottom: 1rem;
    padding-left: 0;
}

.menu-menu-container>li,
.menu>li {
    display: table-cell;
}

.menu>li {
    display: table-cell;
    vertical-align: middle;
}

li {
    font-size: inherit;
}

.menu-menu-container .menu .menu-item a {
    padding: .7rem 1rem .7rem 0;
}

.menu-menu-container .menu .menu-item:not(:first-child) a {
    position: relative;
    padding: .7rem 1rem;
}

.menu-menu-container .menu .menu-item:not(:first-child) a::before {
    content: "";
    width: 1rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
}

.menu-menu-container .menu>.menu-item a {
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    /* font-weight: 700; */
}

.menu-menu-container .menu>.menu-item a:hover {
    text-decoration: underline;
    text-underline-position: under;
    /* font-weight: 600; */
}

.menu-menu-container .menu .menu-item .is-active {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
}


/* HEADER end */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 99999
}

.back-to-top i,
.scroll-down i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #002738 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}


/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../img/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
    margin-top: -7px;
}

.icheckbox_minimal-blue.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-blue.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-blue.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-blue.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-blue {
    background-position: -100px 0;
}

.iradio_minimal-blue.hover {
    background-position: -120px 0;
}

.iradio_minimal-blue.checked {
    background-position: -140px 0;
}

.iradio_minimal-blue.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-blue.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

    .icheckbox_minimal-blue,
    .iradio_minimal-blue {
        background-image: url(../img/blue@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.icheckbox_minimal-gray,
.iradio_minimal-gray {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../img/grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-gray {
    background-position: 0 0;
    margin-top: -7px;
}

.icheckbox_minimal-gray.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-gray.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-gray.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-gray.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-gray {
    background-position: -100px 0;
}

.iradio_minimal-gray.hover {
    background-position: -120px 0;
}

.iradio_minimal-gray.checked {
    background-position: -140px 0;
}

.iradio_minimal-gray.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-gray.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

    .icheckbox_minimal-gray,
    .iradio_minimal-gray {
        background-image: url(../img/grey@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

/* ----------------------------------- */
a,
a:active,
a:focus,
a:hover,
button:focus {
    /* text-decoration: none !important; */
    outline: 0;
}

.uline {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    padding-bottom: 2.1875rem;
    position: relative;
    font-weight: 600;
}

.uline::after {
    content: ' ';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 31px;
    height: 2px;
    background-color: #002638;
}

.uppercase {
    font-size: 148px;
    font-size: 9.25rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: underline;
    margin-top: -40px;
    margin-right: 2rem;
    float: left;
}

.img-w100 {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}


#carouselExampleCaptions {
    max-width: 1920px;
    height: 500px;
    max-height: 500px;
}


/* .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
    color: white;
    font-size: 11px;
    font-size: .6875rem;
} */

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60px;
    height: 1px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/* .carousel-indicators li:first-child::before {
    content: "";
    width: 1rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
} */

.carousel-indicators .active {
    opacity: 1 !important;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 0px;
    background-color: rgba(0, 69, 94, .25);
    padding-bottom: 5%;
}

@media screen and (min-width:48rem) {
    .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 50%;
        z-index: 10;
        color: #fff;
        text-align: center;
        top: 0px;
        background-color: rgba(0, 69, 94, .25);
        padding-bottom: 5%;
    }
}

@media screen and (min-width:75rem) {
    .carousel-caption {
        position: absolute;
        right: auto;
        bottom: 0;
        left: 50%;
        z-index: 10;
        color: #fff;
        text-align: center;
        top: 0px;
        background-color: rgba(0, 69, 94, .25);
        padding-bottom: 5%;
    }
}

.fc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem;
}

.fc div {
    margin: auto;
}

.button-blue {
    display: inline-block;
    padding: .8rem 2.6rem;
    /* border: 1px solid transparent; */
    background-color: #072939;
    color: white !important;
    vertical-align: middle;
    text-align: center !important;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    background-size: 200% 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #072939), color-stop(50%, #3d495a));
    background-image: linear-gradient(to right, #072939 50%, #3d495a 50%)
}

.button-blue:hover {
    background-position: -100% 0;
    text-decoration: none;
}

.button-white {
    display: inline-block;
    padding: .8rem 2.6rem;
    border: 1px solid transparent;
    background-color: white;
    color: #072939 !important;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-weight: 600;
}

.button-white:hover {
    text-decoration: none;
}

/* COLORS  */
.color-blue {
    color: #072939 !important;
}

.c_green_t {
    color: #198D9F;
}

.like-btn {
    width: 26px;
    height: 20px;
    background-image: url("../img/like_icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.like-btn:hover,
.like-btn.active {
    width: 26px;
    height: 20px;
    background-image: url("../img/like_icon_f.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.bbox {
    cursor: pointer;

}

.bbox:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .075) !important;
}

.seria-link {
    text-decoration: none;
    margin: .6rem 0;
    margin-left: 2rem;
    position: relative;
}

.skin-insert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 8;
    top: 5px;
    right: 0;
    max-width: 8rem !important;
}

.skin-insertb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    max-width: 10rem !important;
}

@media screen and (min-width:48rem) {
    .skin-insert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        z-index: 8;
        top: 0;
        right: 0;
        max-width: 9rem !important;
    }

    .skin-insertb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        z-index: 8;
        top: 0;
        right: 0;
        max-width: 8rem !important;
    }
}

@media screen and (min-width:75rem) {
    .skin-insert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        z-index: 8;
        top: 0;
        right: 0;
        max-width: 8.5rem !important;
    }

    .skin-insertb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        z-index: 8;
        top: 0;
        right: 0;
        max-width: 8.6rem !important;
    }
}

.skin-insert .title,
.skin-insertb .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.skin-insert h3,
.skin-insertb h3 {
    display: inline-block;
    width: 100%;
    padding: 1.1rem 1rem 1rem;
    margin: 0;
    color: #fff;
    font-size: .8rem;
    text-align: center;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 600;
}

/* .skin-insert p,
.skin-insertb p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: .8rem;
    text-align: center;
    line-height: inherit;
    text-transform: uppercase;
    padding: 1.1rem 1rem 1rem;
    border: 1px solid #b4b7bd;
    font-weight: 400;
    background: #fff;
    margin-bottom: -1px;
} */
.skin-insert .p,
.skin-insertb p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: .66rem;
    text-align: center;
    line-height: inherit;
    padding: 1rem .6rem 1rem .6rem;
    border: 1px solid #b4b7bd;
    font-weight: 400;
    background: #fff;
    text-transform: none;
}

.en_showing {
    position: relative;
    cursor: pointer;
}

.en_show_btn {
    /* display: flex;
    align-items: center; */
    position: absolute;
    top: 100px;
    left: 0;
    cursor: pointer;
    width: 100%;
    pointer-events: all;
    /* -webkit-box-shadow: 1px 0px 30px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 1px 0px 30px 0px rgba(255, 255, 255, 1);
    box-shadow: 1px 0px 30px 0px rgba(255, 255, 255, 1); */
}

.en_show_btn {
    opacity: 0;
    -webkit-transition: transform .2s ease-out, opacity .2s ease-out;
    -moz-transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
}

.en_showing .en_show_btn {
    -webkit-transform: translateX(-0%) translateY(0);
    -moz-transform: translateX(-0%) translateY(0);
    -ms-transform: translateX(-0%) translateY(0);
    transform: translateX(-0%) translateY(0);
}

.en_showing:hover .en_show_btn {
    opacity: 1;
    -webkit-transform: translateX(-0%) translateY(-100px);
    -moz-transform: translateX(-0%) translateY(-100px);
    -ms-transform: translateX(-0%) translateY(-100px);
    transform: translateX(-0%) translateY(-100px);
}

.en_showing:hover .dtxt {
    opacity: 0;
}

.article-date {
    color: #BDBCBC;
    font-size: 12px;
    font-size: .75rem;
}

.tog {
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDE0IDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBNEFBQUFJQ0FBQUFBRHNlcEVRQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFKY0VoWgpjd0FBQUdBQUFBQmdBUEJyUXM4QUFBQUhkRWxOUlFmakNoc1NPUXBnWHhnSkFBQUFTRWxFUVZRSTF6V01JUktBTUJERVVvdnZQUVZlCmY5TVphZ3FTeDJDRG9GMnhtNWd0QW5DekE0Q3FyZGFtS3FvWlBhTXZ6ZWl6Wk1FL21ISHFjc1k4VVZzZDVYa1BWcTd0QTk4Q1NERVIKU2MvREFBQUFKWFJGV0hSa1lYUmxPbU55WldGMFpRQXlNREU1TFRFd0xUSTRWREF4T2pVM09qRXdMVEEzT2pBdzMyT2NSUUFBQUNWMApSVmgwWkdGMFpUcHRiMlJwWm5rQU1qQXhPUzB4TUMweU9GUXdNVG8xTnpveE1DMHdOem93TUs0K0pQa0FBQUFBU1VWT1JLNUNZSUk9IiAvPgo8L3N2Zz4K") no-repeat top 13px right;
}

.tog.is-active {
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCI+CiAgPHBhdGggZD0iTTMwOS4zNTM1NTMsODUuNjQ2NDQ2NiBDMzA5LjE1ODI5MSw4NS40NTExODQ1IDMwOC44NDE3MDksODUuNDUxMTg0NSAzMDguNjQ2NDQ3LDg1LjY0NjQ0NjYgQzMwOC40NTExODQsODUuODQxNzA4OCAzMDguNDUxMTg0LDg2LjE1ODI5MTIgMzA4LjY0NjQ0Nyw4Ni4zNTM1NTM0IEwzMTQuNjQ2NDQ3LDkyLjM1MzU1MzQgQzMxNC44NDE3MDksOTIuNTQ4ODE1NSAzMTUuMTU4MjkxLDkyLjU0ODgxNTUgMzE1LjM1MzU1Myw5Mi4zNTM1NTM0IEwzMjEuMzUzNTUzLDg2LjM1MzU1MzQgQzMyMS41NDg4MTYsODYuMTU4MjkxMiAzMjEuNTQ4ODE2LDg1Ljg0MTcwODggMzIxLjM1MzU1Myw4NS42NDY0NDY2IEMzMjEuMTU4MjkxLDg1LjQ1MTE4NDUgMzIwLjg0MTcwOSw4NS40NTExODQ1IDMyMC42NDY0NDcsODUuNjQ2NDQ2NiBMMzE1LDkxLjI5Mjg5MzIgTDMwOS4zNTM1NTMsODUuNjQ2NDQ2NiBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA4IC04NSkiLz4KPC9zdmc+Cg==") no-repeat top 13px right;
}

.togc {
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDE0IDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBNEFBQUFJQ0FBQUFBRHNlcEVRQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFKY0VoWgpjd0FBQUdBQUFBQmdBUEJyUXM4QUFBQUhkRWxOUlFmakNoc1NPUXBnWHhnSkFBQUFTRWxFUVZRSTF6V01JUktBTUJERVVvdnZQUVZlCmY5TVphZ3FTeDJDRG9GMnhtNWd0QW5DekE0Q3FyZGFtS3FvWlBhTXZ6ZWl6Wk1FL21ISHFjc1k4VVZzZDVYa1BWcTd0QTk4Q1NERVIKU2MvREFBQUFKWFJGV0hSa1lYUmxPbU55WldGMFpRQXlNREU1TFRFd0xUSTRWREF4T2pVM09qRXdMVEEzT2pBdzMyT2NSUUFBQUNWMApSVmgwWkdGMFpUcHRiMlJwWm5rQU1qQXhPUzB4TUMweU9GUXdNVG8xTnpveE1DMHdOem93TUs0K0pQa0FBQUFBU1VWT1JLNUNZSUk9IiAvPgo8L3N2Zz4K") no-repeat top 13px right;
}

.togc.collapsed {
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCI+CiAgPHBhdGggZD0iTTMwOS4zNTM1NTMsODUuNjQ2NDQ2NiBDMzA5LjE1ODI5MSw4NS40NTExODQ1IDMwOC44NDE3MDksODUuNDUxMTg0NSAzMDguNjQ2NDQ3LDg1LjY0NjQ0NjYgQzMwOC40NTExODQsODUuODQxNzA4OCAzMDguNDUxMTg0LDg2LjE1ODI5MTIgMzA4LjY0NjQ0Nyw4Ni4zNTM1NTM0IEwzMTQuNjQ2NDQ3LDkyLjM1MzU1MzQgQzMxNC44NDE3MDksOTIuNTQ4ODE1NSAzMTUuMTU4MjkxLDkyLjU0ODgxNTUgMzE1LjM1MzU1Myw5Mi4zNTM1NTM0IEwzMjEuMzUzNTUzLDg2LjM1MzU1MzQgQzMyMS41NDg4MTYsODYuMTU4MjkxMiAzMjEuNTQ4ODE2LDg1Ljg0MTcwODggMzIxLjM1MzU1Myw4NS42NDY0NDY2IEMzMjEuMTU4MjkxLDg1LjQ1MTE4NDUgMzIwLjg0MTcwOSw4NS40NTExODQ1IDMyMC42NDY0NDcsODUuNjQ2NDQ2NiBMMzE1LDkxLjI5Mjg5MzIgTDMwOS4zNTM1NTMsODUuNjQ2NDQ2NiBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA4IC04NSkiLz4KPC9zdmc+Cg==") no-repeat top 13px right;
}

.is-hidden {
    display: none;
}

.code-box {
    border: 1px dashed #072939;
}

.stitle {
    border-bottom: 3px solid #EEF1F0;
    /* bottom: -3px; */
}

.stitle h5 {
    color: #072939;
}

.stitle .bborder3 {
    border-bottom: 3px solid #91B6BC;
    margin-bottom: -3px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    width: 0;
}

/* profil danni */
.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}

.upload-demo.ready .upload-demo-wrap {
    display: block;
    margin-bottom: 60px;
}

.upload-demo.ready .upload-result {
    display: inline-block;
}

.upload-demo-wrap {
    width: 200px;
    height: 200px;
}

.upload-msg {
    font-size: 22px;
    color: #aaa;
    margin-bottom: 10px;
}



.button-blue.btn-file {
    overflow: hidden;
    position: relative;
}

.button-blue.btn-file>input[type="file"] {
    background: #fff;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.swal2-modal {
    font-family: 'Nunito', sans-serif !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0 !important;
    background: initial;
    background-color: #072939 !important;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0 !important;
    background: initial;
    background-color: #aaa !important;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-modal.swal2-show {
    border-radius: 0 !important;
}

.jodit_fullsize-box_true {
    z-index: 6000 !important;
    position: static !important;
    overflow: visible !important;
}