@import url('https://fonts.googleapis.com/css?family=Forum|Special+Elite|Sarabun');
@font-face {
    font-family: 'Campton-LightDEMO';
    src: url('../fonts/Campton-LightDEMO.eot');
    src: url('../fonts/Campton-LightDEMO.woff2') format('woff2'), url('../fonts/Campton-LightDEMO.woff') format('woff'), url('../fonts/Campton-LightDEMO.ttf') format('truetype'), url('../fonts/Campton-LightDEMO.svg#Campton-LightDEMO') format('svg'), url('../fonts/Campton-LightDEMO.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+20-21, U+3F, U+41-5A, U+61-7A;
}
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
:root {
    --bg-red: #ed0a0a;
    --red-standard: #d40303;
    --red-suNero: #ef6141;
    --txt1-suGrigio:#913c00;
    --left-width-pc: 19vw;
    --right-width-px: 61vw;
    --left-width-laptop: 22%;
    --right-width-laptop: 78%;
    --left-width-ipad-landscape: 25vw;
    --right-width-ipad-landscape: 75vw;
    --left-width-ipad-portrait: 32vw;
    --right-width-ipad-portrait: 68vw;
    --left-width-cell: 80vw;
    --right-width-cell: 100vw;
}
#bodyWrapper {
    overflow-y: auto !important;
}

/* LOGO ANIMATION */

.logo_animation {
    position: relative;
    margin: 0 auto;
    height: 294px;
}
.logo_animation img {
    position: absolute;
    left: 50%;
    width: 368px;
    margin-left: -184px !important;
    top: 0;
    transition: opacity 1s ease-in-out;
}
@keyframes FadeInOut {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.logo_animation img.top {
    animation-name: FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
}
@keyframes FadeInOut_two {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.logo_animation img.bottom {
    animation-name: FadeInOut_two;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
}
.logo_animation_small {
    position: relative;
    margin: 0 auto;
    height: 165px;
}
.logo_animation_small img {
    position: absolute;
    left: 50%;
    top: 0;
    transition: opacity 1s ease-in-out;
}
@keyframes FadeInOut {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.logo_animation_small img.top {
    animation-name: FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
}
@keyframes FadeInOut_two {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.logo_animation_small img.bottom {
    animation-name: FadeInOut_two;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
}

hr {
    margin-bottom: 4rem;
    }

/* HAIRCITY LOGO ANIMATION */

.haircity_animation {
    position: relative;
    margin: -20px auto 0 auto;
    height: 130px;
}
.haircity_animation img {
    position: absolute;
    left: 20px;
    margin-left: 0 !important;
    top: 0;
    transition: opacity 1s ease-in-out;
}
@keyframes FadeInOut {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.haircity_animation img.top {
    animation-name: FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
}
@keyframes FadeInOut_two {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.haircity_animation img.bottom {
    animation-name: FadeInOut_two;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
}
@keyframes FadeInOut {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* GENERAL STYLES */

html {
    overflow-x: hidden !important;
    height: 100%;
}
body {
    font-size: 0.8rem;
    background-color: #ffffff !important;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch !important;
}
::-webkit-scrollbar {
    width: 12px !important;
    z-index: 999999 !important;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    z-index: 999999 !important;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #7c7c7c !important;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #7c7c7c !important;
}
.red_arrow {
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: -30px;
}
body#parrucchieri_italia_main_wrapper {
    overflow: hidden !important;
}
summary {
    outline: none !important;
}
.test_text {
    background: black !important;
}
.sitemap_dot {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 99999999 !important;
}
.modal {
    z-index: 9999999999 !important;
}

/* TYPOGRAPHY */

a.nav-link {
    font-size: .8em;
}
a:hover {
    text-decoration: none;
}
summary, .footer_inner_wrapper a, .footer_inner_wrapper a:hover {
    color: #ff0000 !important;
}
::marker {
    color: #ffffff !important;
}
.text-light {
    color: #212121 !important;
}

/* MAIN CONTENT STYLES */

@media (min-width: 1300px){
    #right_side {
        position: relative !important;
        width: calc(100% - 19%) !important;
        float: right !important;
        height: auto;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding-bottom: 5px !important;
    }
}
@media (max-width: 1100px) {
    #right_side {
        height: 100vh !important;
    }
    hr {
        margin-bottom: 5rem;
        }
}
@media (max-width: 800px) {
    #right_side {
        width: 68%;
        margin-left: 32%;
    }
}
@media (max-width: 500px) and (max-height: 750px) {
    #right_side {
        position: relative !important;
        width: 100% !important;
        float: none !important;
        height: 100% !important;
    }
    .number-text {
        font-size: 35px !important;
        line-height: 35px;
        font-weight: bold;
    }
}
@media (max-width: 400px) and (max-height: 670px) {
    #right_side {
        position: relative !important;
        width: 100% !important;
        float: none !important;
        height: 100% !important;
    }
}
@media (max-width: 400px) and (max-height: 650px) {
    #right_side {
        position: relative !important;
        width: 100% !important;
        float: none !important;
        height: 100% !important;
    }
}
@media (max-width:600px) {
    #right_side {
        position: relative !important;
        width: 100% !important;
        height: 100vh !important;
    }
    body {
        overflow-y: scroll;
    }
}
.h1InAlto {
    padding-top: 80px;
    width: 100%;
}
@media (max-width: 1620px){
    .h1InAlto {
        padding-top: 60px;
    }
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu-dropdown li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-wrapper {
    height: 100vh;
    overflow-x: hidden !important;
}
.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}
.page-wrapper .theme.chiller-theme {
    background: #1d1d1d;
}
@media (min-width: 1300px){
    .page-wrapper.toggled .sidebar-wrapper {
        left: 80px;
        z-index: 1031;
    }
}
@media (max-width: 1299px){
    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
        z-index: 1031;
    }
}
@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
        cursor: default !important;
        z-index: 999 !important;
    }
}
.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.page-wrapper .page-content>div {
    padding: 0px 15px;
}
.page-wrapper .page-content {
    overflow: hidden;
}

/* SIDEBAR STYLES */

#show-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 0px;
    width: auto;
    padding: 15px 20px;
    font-family: Arial!important;
    height: 30px;
    transition-delay: 0.5s;
    z-index: 99 !important;
    background-color: #ff0000;
    border: none;
    box-shadow: none;
    border: none;
    height: auto;
    border-radius: 0 0 .25rem 0;
    transition: .2s linear all;
    -webkit-transition: .2s linear all;
}
#show-sidebar:hover {
    background-color: #ffffff;
    color: #ff0000;
    transition: .2s linear all;
    -webkit-transition: .2s linear all;
}
.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}
ul.menu_slider {
    margin-top: 0;
}
.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden !important;
}
a.red_btn_bg_trigger {
    margin-bottom: 10px !important;
}
ul.submenu li:first-child {
    margin-top: 15px;
}
.sidebar-wrapper ul .sidebar-wrapper a {
    text-decoration: none;
}
.sidebar-content {
    max-height: 100%;
    height: 100%;
    overflow-y: hidden;
    position: relative;
    /* background: #101010; */
    background: #dddddd;
}
.sidebar-content.desktop {
    overflow-y: hidden;
}
.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}
.sidebar-wrapper .sidebar-header {
    position: fixed;
    width: 260px;
    padding: 0px;
    overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
    float: none;
    max-width: 100%;
    padding: 10px 10px 0 10px;
}
p.logo_subtitle {
    margin-bottom: 0px;
    margin-top: -5px;
    color: rgba(255, 255, 255, .7) !important;
}
p.logo_subtitle small {
    font-size: 85%;
    color: #cc0000;
}
.sidebar-wrapper .sidebar-header .user-pic img {
    /*object-fit: cover;*/
    /*height: 100%;*/
    width: 100%;
    max-width: 86%;
    text-align: center;
    float: none;
    display: block;
    left: 7%;
    margin: 0 auto;
}
.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}
.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
}
.sidebar-wrapper .sidebar-search>div {
    position: relative;
    margin: 0 auto !important;
}
.fa.fa-search {
    color: #cc0000;
}
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
    height: 20px;
}
.sidebar-wrapper .sidebar-menu ul li a {
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 0px 20px 0px 10px;
    margin-bottom: 0px;
    line-height: 25px;
    color: #202020 !important;
}
.sidebar-wrapper .sidebar-menu ul li a:first-child {
    padding: 0px 20px 0px 10px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu-dropdown li a::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu-dropdown.active>a::after {
    transform: rotate(90deg);
    right: 17px;
}
.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}
.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}
.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}
.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}
.red_arrow_wrapper {
    position: relative !important;
    /*
    padding-left: 20px !important;
    padding-right: 20px !important;
*/
    padding-bottom: 5px !important;
    margin: 10px 0 auto 0 !important;
    text-align: center !important;
}
.red_arrow_wrapper_without_border {
    /*
    padding-left: 20px !important;
    padding-right: 20px !important;
*/
    padding-top: 40px !important;
    border-top: 1px solid #616161 !important;
    float: none !important;
    display: block !important;
    position: relative !important;
}
h6.arrow_text {
    position: relative;
    margin-top: -95px;
    margin-bottom: 50px;
    font-size: 90%;
}
object.menu_red_arrow {
    max-height: 90px !important;
    float: none !important;
    display: block !important;
    position: relative !important;
    text-align: center !important;
    margin: 0 auto 16px auto !important;
}

/* SCROLLBAR STYLES */

::-webkit-scrollbar {
    width: 0px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #ff0000;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff0000;
}
::-webkit-scrollbar-thumb:active {
    background: #ff0000;
}
::-webkit-scrollbar-track {
    background: #202020;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #202020;
}
::-webkit-scrollbar-track:active {
    background: #202020;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

/* COLOR THEMES */

.chiller-theme .sidebar-wrapper {
    /*background: #2d2d2d;*/
    /* background: #202020; */
    background: #dddddd;
}
.chiller-theme .sidebar-wrapper .sidebar-header {
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #616161 !important;
}
.chiller-theme .sidebar-wrapper .sidebar-search {
    position: relative;
    align-items: center;
    padding: 0px 20px 0px 20px;
    justify-content: center;
    display: flex;
    margin: 10px auto 0 auto;
    /*border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;*/
}
.chiller-theme .sidebar-wrapper .sidebar-search .input-group {
    position: relative;
    margin: 10px auto;
    /*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
    /*
    -ms-flex-align: stretch;
    align-items: stretch;
*/
}
form#search {
    position: relative;
    margin: 0 auto;
    width: 100%;
    float: none;
    overflow: hidden;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: rgba(255, 255, 255, .1);
    box-shadow: none;
}
.input-group-append.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 5px;
    /*background: white;*/
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-left: 2px solid red;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #ffffff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a:hover {
    color: #ffffff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #383838;
}
.btn-danger {
    background-color: #cc0000 !important;
}

/* STYLES FOR SEARCH OF FIERE-PARRUCCHIERI */

.input-group-text {
    border-radius: 0 .25rem .25rem 0 !important;
}
form#searchFiera {
    position: relative;
    width: 100%;
}
form#searchFiera .form-control {
    width: calc(100% - 5px) !important;
    height: 30px !important;
}
@media (max-width: 500px) {
    form#searchFiera {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    form#searchFiera .input-group-append.search_btn {
        padding-right: 0 !important;
    }
}

/* END */

@media (max-width: 500px) {
    .page-wrapper.chiller-theme.toggled #close-sidebar {
        color: #ffffff;
        background: #ff0000;
        position: fixed;
        text-align: right;
        left: -40px;
        top: 10px;
        padding: 10px 12px;
        cursor: pointer;
        font-size: 1.1rem;
        display: none;
        z-index: 999999 !important;
        transition: .5s linear all;
    }
    .close-sidebar-active {
        left: 260px !important;
        display: block !important;
        transition: 2s linear all !important;
        transition-delay: 2s !important;
    }
    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }
}
@media (min-width: 520px) {
    .page-wrapper.chiller-theme.toggled #close-sidebar {
        display: none;
    }
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #ffffff;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    border-radius: .25rem !important;
    height: 30px;
    font-weight: 500;
    width: 100%;
    padding: 0 0 0 5px;
    line-height: 30px;
    font-size: 16px;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: rgba(255, 255, 255, .5);
}
.sidebar-menu:hover .chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: rgba(255, 255, 255, 1);
}
.chiller-theme .sidebar-footer {
    background: #2b2b2b;
    box-shadow: 0px -1px 5px #131212;
    border-top: 1px solid #3a3a3a;
}
.sidebar-footer img.img-fluid {
    float: none;
    display: block;
    margin: 0 auto;
}
.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}
.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}
.chiller-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.chiller-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.chiller-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #ff0000;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}
.chiller-theme .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.form-control {
    font-size: 1rem;
}
.form-control:active,
.form-control:focus,
.form-control:focus-within {
    background: rgba(255, 255, 255, .8) !important;
    color: #202020 !important;
    border-color: rgba(66, 66, 66, .9) !important;
    outline: 0;
    box-shadow: none !important;
}

/* CUSTOM SIDEBAR STYLES */
#sidebar {
    /*border-right: 1px solid rgba(66,66,66,.9);*/
    z-index: 999999999;
    /* background-color: #101010!important; */
    background-color: #dddddd!important;
    /* border-right: 1px solid grey;
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,.8)); */
}
.social_responsability {
    position: absolute;
    width: 255px;
    text-align: center;
    left: 0;
    font-size: 12px;
    top: 5px;
}
.social_responsibility p.text-wite.text-center {
    color: white !important;
    text-transform: uppercase !important;
}
@media (max-width: 1100px) {
    .social_responsability {
        padding: 5px 0;
    }
    #sidebar {
        z-index: 9999999;
        background-color: #101010!important;
        border-right: 1px solid grey;
    }
}
.who_we_are_wrapper {
    position: relative;
    height: auto;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
    border-radius: .25rem;
}
.who_we_are {
    position: relative;
    width: 100%;
    max-height: 38px;
    padding: 3px 0 0 0;
    border-radius: .25rem;
    cursor: pointer;
    /* background-color: #171717; */
    background-color: #7c7c7c;
    font-family: 'Campton-LightDEMO';
}
.who_we_are:hover {
    background-color: #ffffff;
    color: #171717;
    border-radius: .25rem !important;
}
.who_we_are:hover p {
    background-color: #ffffff;
    color: #171717 !important;
    border-radius: .25rem !important;
}
.who_we_are p {
    line-height: 25px;
    color: #ffffff;
}
.contact_wrapper {
    position: relative;
    height: auto;
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
    border-radius: .25rem;
}
.contact_red {
    position: relative;
    /* width: 100%; */
    width: fit-content;
    margin: 0 auto;
    max-height: 38px;
    padding: 0 10px;
    background-color: #ff0000;
    border-radius: .25rem;
    cursor: pointer;
    font-family: 'Campton-LightDEMO';
}
.contact_red:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #ff0000;
    border-radius: .25rem !important;
}
.contact_red:hover p.text-light {
    background-color: rgba(255, 255, 255, 1);
    color: #ff0000 !important;
    border-radius: .25rem !important;
}
.contact_red p {
    line-height: 38px;
    transition: all .5s;
}
.red_btn_bg {
    position: absolute;
    background-color: #ff0000;
    width: 2px;
    height: 26px;
    z-index: 0;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
.red_btn_bg_trigger {
    width: 100%;
}
.red_btn_bg_trigger:hover>.red_btn_bg {
    background: -moz-linear-gradient(left, rgba(204, 0, 0, 1) 0%, rgba(204, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(204, 0, 0, 1) 0%, rgba(204, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(204, 0, 0, 1) 0%, rgba(204, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 100%);
    width: 90%;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}
.menu_main_title {
    position: absolute;
    height: 23px;
    line-height: 30px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 100%;
    color: #ff0000;
    z-index: 1;
    letter-spacing: 2px;
}
.menu_main_title {
    text-decoration: none;
    color: #fff !important;
    transition: all .2s;
    padding-left: 5px;
    padding-top: 0;
    line-height: 25px;
    cursor: default;
    font-weight: 400;
}
.menu_main_title::before {
    content: '';
    position: absolute;
    left: 0;
    height: 25px;
    width: 110%;
    /* background-image: linear-gradient(to left, transparent, transparent 30%, transparent 7%, #6c6c6c);
    animation: pulsating_red 2s infinite; */
    background-color: #7c7c7c;
    z-index: -1;
}
/* @keyframes pulsating_red {
    0% {
        width: 1%;
    }
    33% {
        width: 110%;
    }
    67% {
        width: 110%;
    }
    100% {
        width: 1%;
    }
} */
.submenu li {
    margin-left: 15px;
    width: 100%;
}
ul.menu_slider:first-child {
    margin-top: 0px;
}
li span {
    margin: 0;
    height: 20px;
    line-height: 25px;
    font-size: .75rem;
    /* color: #d0d0d0 !important; */
    color: #202020 !important;
    /*font-weight: 600;*/
}
span.number-text {
    font-size: 45px!important;
    line-height: 45px!important;
    font-weight: bold;
}
span.sub_list:before {
    position: relative;
    content: '\f0c8 ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #939393;
    width: 10px;
    height: 10px;
    display: inline-block;
    font-size: .4rem;
    margin-right: 5px;
    vertical-align: top;
}
.can-hover ul.submenu li a:hover {
    margin-left: 0px;
    color: #000;
}
ul.submenu li a::after {
    content: '';
    width: 0;
    top: 5px;
    left: -1px;
    height: 20px;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(77, 77, 77, .8) 0%, rgba(77, 77, 77, .8) 60%, rgba(77, 77, 77, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(77, 77, 77, .8) 0%, rgba(77, 77, 77, .8) 60%, rgba(77, 77, 77, 0) 100%);
    background: linear-gradient(to right, rgba(77, 77, 77, .8) 0%, rgba(77, 77, 77, .8) 60%, rgba(77, 77, 77, 0) 100%);
    padding-left: 0px;
    margin-left: 0px;
    z-index: -1;
    display: block;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}
.can-hover ul.submenu li a:hover::after {
    content: '';
    width: 95%;
    height: 20px;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(77, 77, 77, .8) 0%, rgba(77, 77, 77, .8) 60%, rgba(77, 77, 77, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(77, 77, 77, .8) 0%, rgba(77, 77, 77, .8) 60%, rgba(77, 77, 77, 0) 100%);
    background: linear-gradient(to right, rgba(77, 77, 77, .8) 0%, rgba(77, 77, 77, .8) 60%, rgba(77, 77, 77, 0) 100%);
    padding-left: 5px;
    margin-left: 0px;
    display: block;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}
.can-hover ul.submenu li a:hover {
    color: #ffffff !important;
    line-height: 25px;
}
ul.submenu li.without_after a::after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #cc0000;
    margin-left: 0px;
    display: block;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
    display: none;
}
ul.submenu li.without_after a:hover::after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #cc0000;
    margin-left: 0px;
    display: block;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
    display: none;
}
.chiller-theme .sidebar-wrapper .sidebar-menu {
    position: absolute;
    width: 100%;
    top: 285px;
    overflow-y: auto;
    height: calc(100% - 250px);
    padding-bottom: 30px;
    margin-top: 0;
}
#scrolling_menu,
.scrolling_menu_second {
    width: 100%;
    height: 100%;
}
.flags_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 0px 15px;
    text-align: center;
    /*border-bottom: 1px solid #4e4e4e;*/
}
.row.large_flag_wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.row.small_flags_wrapper {
     padding-left: 0px;
    padding-right: 0px; 
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.flags_wrapper img.img-fluid {
    max-width: 19px;
    margin: 2px;
    position: relative;
    float: none;
    /* border: 1px solid white; */
    border: 1px solid rgba(0,0,0,.25);
}
.normal {
    opacity: 1;
}
.flag-opacity {
    width: 16px;
    opacity: 1;
    /*transition: .3s linear all;*/
    /*-webkit-transition: .3s linear all;*/
}
.flags_wrapper:hover .flag-opacity {
    width: 16px;
    opacity: 1;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}
img.img-fluid.big-flag {
    width: 50px!important;
    max-width: 50px!important;
}
a.submenu_items {
    padding-bottom: 0 !important;
}
.menu_slider img.img-fluid {
    /*border: 3px solid #000000;
    outline: 2px solid #747474;*/
    width: 215px;
    -moz-outline-radius: .25rem;
    -webkit-outline-radius: .25rem;
}
img.reportage_img  {
    width: auto !important;
    max-width: 100%;
}
.menu_slider img.adv_banners {
    width: 210px !important;
    height: 118px !important;
    /*border: 2px solid #000000;
    outline: 1px solid #747474;*/
    -moz-outline-radius: .25rem;
    -webkit-outline-radius: .25rem;
}
li.without_after {
    padding: 20px 0px;
    text-align: center !important;
}
li.without_after.with_padding_left {
    padding-left: 8px;
}
li.without_after::last-child {
    margin-bottom: 40px;
}
.sidebar-wrapper ul::last-child {
    margin: 0;
}
.without_after {
    margin-bottom: 5px;
}
#who_we_are_modal .modal-dialog.modal-dialog-centered {
    background-color: #ffffff;
}

/* TOP MENU STYLES */

.page-wrapper {
    overflow-x: hidden;
    cursor: inherit !important;
}
#top_menu {
    position: relative;
    padding: 0;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
}

.nav-link.dropdown-toggle {
    font-family: 'Campton-LightDEMO';
    font-size: .8rem;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Campton-LightDEMO';
    font-size: .8rem;
    letter-spacing: 1px;
    color: #000000 !important;
    cursor: pointer;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}
.navbar-light .navbar-nav .show>.nav-link {
    color: #000000 !important;
}
.dropdown-menu {
    /* background-color: #2d2d2d !important; */
}
.dropdown-slide>.dropdown-menu {
    opacity: .3;
    display: block;
    top: 40px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.dropdown,
.dropleft,
.dropright,
.dropup,
.dropdown-toggle,
.translator_btn {
    position: relative;
    margin: 0px 5px;
}
.translator_btn {
    background: #ff0000 !important;
    border-radius: .25rem;
}
a.dropdown-item {
    font-family: 'Campton-LightDEMO';
    /* color: #ffffff; */
    font-size: .9rem;
}
.dropdown-item.active,
.dropdown-item:active {
    /* color: #1D1D1D; */
    color: #464444;
    text-decoration: none;
    background-color: #e2e0e2;
    cursor: default !important;
}
.show.dropdown-slide>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
img.img-fluid.top_logo {
    max-height: 80px;
    display: none;
}
.navbar.fixed-top {
    background: #ffffff !important;
    color: rgba(0, 0, 0, 1);
    width: 81%;
    margin-left: 19%;
    filter: drop-shadow(1px 0px 1px rgba(0, 0, 0, .5));
    z-index: 9999999;
}
@media (max-width: 769px){
    .navbar.fixed-top {
        background: #ffffff !important;
        color: rgba(0, 0, 0, 1);
        width: 68%;
        margin-left: 32%;
        filter: drop-shadow(1px 0px 1px rgba(0, 0, 0, .5));
        z-index: 9999999;
    }
}
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
}

#ascrail2000-hr {
    display: none !important;
}
.megamenu-li {
    position: static;
}
.megamenu {
    position: absolute;
    width: 70%;
    left: 15%;
    display: block;
    padding: 15px;
}
.dropdown-menu.bg-dark.megamenu.show {
    width: 70%;
    float: none;
    display: block;
    left: 15%;
    top: 75px;
}
a[aria-expanded="false"] {
    background-color: transparent;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}
a[aria-expanded="true"] {
    background-color: #ffffff;
    color: #000000 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

/* SCROLL DOWN STYLES */
.scrollDown_wrapper {
    position: fixed;
    bottom: 20%;
    width: 100%;
    right: 0;
    left: 0;
}
#right_side a.scroll_down {
    color: #b45000;
    text-decoration: none;
    padding-top: 70px;
    transition: .45s linear all;
    -webkit-transition: .45s linear all;
    -moz-transition: .45s linear all;
    z-index: 9999 !important;
}
#right_side a.scroll_down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #b45000;
    border-bottom: 1px solid #b45000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrollDown 1.5s infinite;
    animation: scrollDown 1.5s infinite;
    box-sizing: border-box;
    transition: .45s linear all;
    -webkit-transition: .45s linear all;
    -moz-transition: .45s linear all;
}
@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes scrollDown {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
.parrucchieri_search {
    margin: 0 auto;
    display: block;
}

/* CONTENT STYLES */
#ascrail2000 {
    z-index: 1034 !important;
}
/* .right_content {
    padding-left: 0px;
    overflow: hidden !important;
} */

/*.row.mt-3.mb-3.align-items-center.justify-content-center.video_preview_main_wrapper {
    visibility: hidden !important;
}*/

/* .video_wrapper {
    max-width: 100%;
    min-height: 800px !important;
    position: relative;
    margin: 1.5% 0%;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
} */
.video_wrapper {
    max-width: 100%;
    /*min-height: 600px !important;*/
    position: relative;
    margin: 1.5% auto 0% auto;
    left: 0;
    right: 0;
    overflow: hidden;
    width: auto;
    float: none;
    display: block;
}

/* .video_inner_wrapper {
    position: relative;
    width: 85%;
    max-height: 850px;
    margin: 15px auto;
    overflow: hidden;
} */
.video_inner_wrapper {
    /*position: relative;
    margin: 0px auto 10px auto;
    overflow: hidden;
    height: 70vh;
    width: 90%;*/
    position: relative;
    margin: 0px auto 10px auto;
    overflow: hidden;
    /*height: 50vh;*/
    width: 55%;
}
.video_inner_wrapper_mini {
    position: relative;
    width: 92%;
    max-height: 325px;
    margin: 80px auto 10px auto;
    overflow: hidden;
    cursor: pointer;
}
.sticky #logoGiornale {
    margin-left: 0px!important;
    margin-bottom: 5px;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
.video_title {
    position: absolute;
    bottom: 10px;
    left: 40px;
}

/* .main_video {
    left:0;
    right: 0;
    width: 100%;
    max-height: 1050px;
    overflow: hidden;
    filter: contrast(110%);
} */
.main_video {
    left: 0;
    right: 0;
    overflow: hidden;
    filter: contrast(110%);
    margin: 0 auto;
    float: none;
    display: block!important;
    filter: drop-shadow(1px 1px 3px black) !important;
    width: 1550px !important;
}

/* .slogan {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
} */
.slogan {
    position: absolute;
    width: 50%;
    top: 12%;
    left: 25%;
    /*transform: translateY(-50%);*/
    text-align: center;
    cursor: pointer;
}

/* .slogan h5 {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 3em;
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px black);
    padding: 5px;
    background-color: #000000;
} */
.slogan h5 {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 3em;
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px black);
    padding: 5px;
}
@media (max-width: 1300px) {
    .slogan h5 {
        font-size: 2.6em;
    }
}
img.logo_main {
    max-width: 70%;
}
.main_title_wrapper {
    position: relative;
    width: 60%;
    margin: 2px auto 0 auto;
    /* transform: translateY(-50%); */
    text-align: center;
    /*cursor: pointer;*/
}
.main_title_wrapper h1 {
    font-family: 'Arial';
    font-size: 2em;
    font-weight: 700;
    color: #939393;
    /* text-transform: uppercase; */
    /*filter: drop-shadow(1px 1px 1px black);*/
    padding: 5px;
    /*background-color: #121212;*/
}
.main_content_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    /* background-color: #121212; */
    background-color: #dddddd;
    margin: 0;
}
#myHeader {
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
#myHeader.sticky .gossip_wrapper {
    max-width: calc(100% - 0px);
    margin-top: 40px !important;
    padding-top: 15px;
}
#myHeader img.img-fluid {
    max-width: 100%;
    max-height: 100px;
    transform: scale(1);
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
.sidebar-content {
    /* background-color: #000000; */
    background-color: #dddddd;
}
.cards_wrapper {
    width: 92%;
}
.cards_inner_wrapper {
    padding: 0;
    margin-bottom: 25px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(45, 45, 45, 1) !important;
    background-clip: border-box;
    /* border: 1px solid rgba(255,255,255,.3); */
    border-radius: 0;
    margin: 5px;
    margin-bottom: -20px;
}
.mu-card {
    color: #fff;
    border-radius: 2px;
    margin: 35px 10px;
    background: rgba(45, 45, 45, 1)!important;
    z-index: 1;
    border: 1px solid hsla(0, 0%, 100%, .3)!important;
}
.card-header {
    position: relative !important;
    padding: 1.6rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    overflow: hidden !important;
}

/*.card::after {
    content: '';
    position: relative;
    width: 100%;
    height: 5px;
    background: red;
    margin-bottom: -20px;
    background: -moz-linear-gradient(left, rgba(255,0,0,0) 0%, rgba(255,0,0,1) 30%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,1) 30%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(255,0,0,0) 0%,rgba(255,0,0,1) 30%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 70%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00000000',GradientType=1 );
}*/

/*.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    height: 110px;
    background-color: rgba(0,0,0,);
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.card-footer {
    padding-bottom: 25px;
}
.number {
    font-size: 3rem;
}
.text_from {
    font-size: 1rem;
}
.text_news {
    font-size: 2.5rem;
}
.card h2 {
    font-size: 3rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    margin-top: .3rem;
}
.card p {
    margin: 0;
}
.card a {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}*/
.translate {
    position: absolute !important;
    top: 98px !important;
    width: 100px !important;
    left: 50% !important;
    margin-left: -50px !important;
    color: #fff !important;
    background: rgba(255, 0, 0, 1) !important;
    padding: 5px 10px !important;
    border-radius: 25px !important;
    font-size: .7rem !important;
    height: 18px !important;
    line-height: 18px !important;
    padding: 0 !important;
    border-radius: 9px !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.translate:hover {
    background: rgba(255, 255, 255, .3) !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.go_to_news {
    background-color: var(--bg-red);
    padding: 5px 30px;
    color: white;
    border: 1px solid white;
    cursor: pointer;
    border-radius: .25rem;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.go_to_news:hover {
    background-color: #ffffff;
    color: #ff0000;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.footer_inner_wrapper::before {
    content: '';
    position: absolute;
    width: 40%;
    left: 30%;
    height: 1px;
    margin: 0 auto;
    top: 0px;
    /* background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(116, 116, 116, 1) 30%, rgba(116, 116, 116, 1) 50%, rgba(116, 116, 116, 1) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(116, 116, 116, 1) 30%, rgba(116, 116, 116, 1) 50%, rgba(116, 116, 116, 1) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(116, 116, 116, 1) 30%, rgba(116, 116, 116, 1) 50%, rgba(116, 116, 116, 1) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00000000', GradientType=1); */
}
.footer_inner_wrapper::after {
    content: '';
    position: absolute;
    width: 40%;
    left: 30%;
    height: 1px;
    margin: 0 auto;
    bottom: 0px;
/*     background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(116, 116, 116, 1) 30%, rgba(116, 116, 116, 1) 50%, rgba(116, 116, 116, 1) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(116, 116, 116, 1) 30%, rgba(116, 116, 116, 1) 50%, rgba(116, 116, 116, 1) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(116, 116, 116, 1) 30%, rgba(116, 116, 116, 1) 50%, rgba(116, 116, 116, 1) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00000000', GradientType=1); */
}
.footer_dropdown {
    font-size: 1em;
    color: #212121;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}
.footer_dropdown::after {
    display: none !important;
}
.footer_dropdown_text {
    font-size: 95%;
    width: 80%;
    left: 10% !important;
    padding: 0;
    text-align: justify;
    background-color: #c1c1c1 !important;
    height: 150px;
    overflow: auto;
    position: absolute !important;
    top: 0px !important;
    border: 1px solid #f5f5f5;
}
.footer_dropdown_text p.text-light {
    color: #212121!important;
    margin: 10px 20px 20px 10px;
    font-size: 1rem !important;
}
.scroll_to_top {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #ff0000;
    bottom: 30px;
    right: 30px;
    text-align: center;
    padding: 0 !important;
    cursor: pointer;
    display: none;
    z-index: 9;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.scroll_to_top:hover {
    background-color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.fa-chevron-up {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.scroll_to_top:hover .fa-chevron-up {
    color: #ff0000;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
/* #myHeader_safari_top {
    position: absolute;
    top: -250px;
    width: calc(100% - 250px) !important;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 9999999;
    background-color: #2d2d2d;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
.myHeader_safari_top_scrolled {
    position: fixed !important;
    top: 70px !important;
    width: calc(100% - 260px) !important;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #2d2d2d;
    z-index: 9999999;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
@media screen and (max-width:1600px) {
    .myHeader_safari_top_scrolled {
        top: 50px !important;
    }
}
#myHeader_safari_top img.img-fluid {
    height: 100px !important;
} */
#parrucchieri_italia_header {
    position: relative;
    margin: 0px auto;
    top: 0;
    width: 100%;
    height: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    z-index: 9;
}
.parrucchieri_italia_header_scrolled {
    position: fixed !important;
    /*    margin: 0px auto;*/
    top: 60px !important;
    /*
    left: 0px !important;
    width: 100% !important;
*/
    height: 150px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2d2d2d !important;
    z-index: 9 !important;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
    -moz-transition: .5s linear all;
}
#parrucchieri_italia_header img.img-fluid {
    height: 100px !important;
}
img.beauty_news_logo {
    max-height: 200px;
    margin: 0 auto;
    float: none;
    display: block;
}
h2.orange_big {
    font-size: 37px !important;
    font-weight: bold !important;
    color: #ff9900 !important;
    background: -webkit-linear-gradient(#ff9900, #ff6600) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 0;
}
#app[data-v-213084ab] {
    margin-top: 0 !important;
}
#app[data-v-213084ab] div {
    padding-top: 0 !important;
}
ul.list-group.lista-regioni {
    position: relative !important;
    width: 100% !important;
}
.wp-block-gallery.columns-2 {
    margin: 0 auto !important;
    /*padding: 0 !important;*/
    list-style: none !important;
    width: 100% !important;
}
.blocks-gallery-item {
    float: none !important;
    max-width: 48% !important;
    display: inline-block !important;
}
.blocks-gallery-item figure {
    margin: 10px !important;
}
figcaption {
    font-size: 12px;
    margin-top: -8px !important;
    padding-bottom: 12px !important;
}
.wp-block-button {
    background: #c6c6be;
    position: relative;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 5px;
    width: 65%;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.2rem;
}

/* GOSSIP VIDEO PREVIEW STYLES */

.video_preview_main_wrapper {
    max-width: 96%;
    margin: 0 auto;
}
.video_preview_inner_wrapper {
    min-width: 160px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}
.video_preview {
    padding: 5px;
    /*border: 1px solid rgba(255,255,255,.7);*/
}
.video_preview_inner_wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .3);*/
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
.video_preview_inner_wrapper::after {
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-1.5rem);
    vertical-align: middle;
    display: block;
    z-index: 2;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
.video_preview_inner_wrapper:hover::before {
    background-color: rgba(0, 0, 0, 0);
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}
.video_preview_inner_wrapper:hover::after {
    color: rgba(255, 0, 0, .8);
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
}

/* MODAL STYLES */
.modal-title,
.modal h4.modal-subtitle {
    font-family: 'Special Elite', cursive;
    margin-bottom: 0;
    line-height: 30px;
    width: 100%;
}
.close {
    margin: 0 !important;
    float: right;
}
.modal-header {
    padding: 3rem 1rem 0rem 1rem
}
.modal-body {
    padding: 2rem 3rem 2rem 3rem;
}
div#ascrail2001-hr {
    display: none!important;
}

/* FOOTER */
.footer a {
    color: #212121 !important;
    text-decoration: none !important;
}

/* VIDEO PAGE */
.video_gallery_wrapper .col-xl-4.col-lg-4.col-md-4.col-sm-6.col-xs-12.col-12 {
    padding: 5px;
}
.video_desc {
    margin: 5px auto 0 auto;
}
.video_desc p {
    line-height: 10px;
    margin-bottom: 5px;
}
.back_btn {
    background-color: #ff0000;
    padding: 10px 20px;
    width: auto;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.back_btn:hover {
    background-color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.back_btn p {
    line-height: 15px;
    font-size: 15px;
    margin: 0 auto;
}
.back_btn p a {
    color: #ffffff;
    text-decoration: none;
}
.back_btn:hover p {
    color: #ff0000 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.back_btn:hover p a {
    color: #ff0000 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.modal-content {
    background-color: transparent;
    border: none;
}

/* MEDIA QUERIES */
@media (max-width: 1680px) {
    /* .video_inner_wrapper {
        min-height: 820px;
    } */
    .video_wrapper {
        /*min-height: 660px !important;*/
    }
    .video_inner_wrapper {
        position: relative;
        width: 50vw;
        margin: 15px auto;
        overflow: hidden;
        /*min-height: 620px;*/
    }
    .main_video {
        left: 0;
        right: 0;
        /*width: 100%;*/
        /*min-height: 620px !important;*/
        overflow: hidden;
        transform: scale(1);
    }
    .slogan {
        top: 50%;
    }
    .video_preview_inner_wrapper {
        min-width: 136px;
    }
    img.logo_main {
        max-width: 65%;
    }
}
@media (max-width: 1600px) {
    /* .main_video {
        min-height: 680px;
    }
    .video_wrapper {
        min-height: 700px !important;
        max-height: 750px;
    } */
    .gossip_video_wrapper {
        min-height: 300px !important;
        max-height: 750px;
    }
    /* .video_inner_wrapper {
        min-height: 700px;
    } */
    .slogan {
        width: 56%;
        top: 50%;
        left: 22%;
    }
    .slogan h1 {
        font-size: 2rem;
    }
    .video_preview_inner_wrapper {
        min-width: 128px;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        height: 100%;
    }
    .fixed-top {
        height: 60px;
    }
    #myHeader.sticky .gossip_wrapper {
        margin-top: 20px !important;
        padding-top: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: .85em;
    }
}
@media (max-width: 1450px) {
    /* .video_wrapper {
        margin: 0;
        min-height: 760px !important;
    }
    .video_inner_wrapper {
        margin: 0 auto;
        min-height: 720px;
    } */
    .main_video {
        /* min-height: 680px;
        max-height: 730px; */
        transform: scale(1.3);
        transform-origin: center center;
    }
    .gossip_video_wrapper {
        min-height: 300px !important;
        max-height: 750px;
    }
    .who_we_are_wrapper {
        padding: 0px 20px 0px 20px;
    }
    .contact_wrapper {
        padding: 10px 20px 10px 20px;
    }
    #myHeader.sticky {
        top: 60px;
    }
    .slogan {
        width: 66%;
        top: 45%;
        left: 17%;
    }
    .cards_wrapper {
        width: 98%;
    }
    h3.card-title {
        font-size: 1.4rem;
    }
    .video_preview_inner_wrapper {
        min-width: 110px;
    }
    #myHeader.sticky .gossip_wrapper {
        margin-top: 0px !important;
        padding-top: 0px;
    }
    .logo_animation {
        position: relative;
        margin: 0 auto;
        height: 205px;
    }
    .logo_animation img {
        position: absolute;
        left: 50%;
        width: 256px;
        margin-left: -128px !important;
        top: 0;
        transition: opacity 1s ease-in-out;
    }
}
@media (max-width: 1380px) {
    /* .video_wrapper {
        margin: 0;
        min-height: 690px !important;
    }
    .main_video {
        min-height: 625px;
        max-height: 730px;
        transform: scale(1);
        transform-origin: center center;
    } */
    .video_wrapper {
        /*min-height: 400px !important;
        position: relative;
        width: 80%;
        margin: 1.5% auto 0% auto;
        padding-left: 20px;*/
        min-height: unset !important;
        position: relative;
        width: auto;
        margin: 60px auto 0 auto;
        padding-left: 20px;
        max-width: 60%;
        height: auto !important;
    }
    .video_inner_wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto 20px auto;
        overflow: hidden;
        padding: 0 !important;
        min-height: unset !important;
        height: auto !important;
        max-width: 100% !important;
    }
    .main_video {
        /*min-height: 400px;
        transform: scale(1);
        transform-origin: center center;*/
        min-height: unset !important;
        position: relative;
        max-width: 100%;
        transform: scale(1);
        transform-origin: center center;
    }
    /*img.logo_main {
        max-width: 55%;
    }*/
    .slogan {
        top: 50%;
    }
    object.menu_red_arrow {
        max-height: 90px !important;
    }
    .gossip_wrapper_rubriche h1 {
        font-size: 3.5em !important;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        height: calc(100vh - 260px);
    }
    .gossip_video_wrapper {
        min-height: 300px !important;
        max-height: 750px;
    }
    .video_preview_inner_wrapper {
        min-width: 155px;
    }
    .contact_red {
        position: relative;
        width: 100%;
        max-height: 38px;
        padding: 3px 0 0 0;
        background-color: #ff0000;
        border-radius: .25rem;
        cursor: pointer;
        font-family: 'Campton-LightDEMO';
    }
    .contact_red p {
        line-height: 25px;
        transition: all .5s;
    }
    #scrolling_menu,
    .scrolling_menu_second {
        height: 100%;
    }
    .chiller-theme .sidebar-menu {
        height: 100%;
    }
    .sidebar-content {
        /*padding-top: 33px;*/
        padding-top: 0px;
    }
    .chiller-theme .sidebar-wrapper .sidebar-header {
        border-top: none !important;
        border-bottom: 1px solid #616161 !important;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        top: 290px !important;
    }
    /* #myHeader_safari_top {
        z-index: 9999 !important;
    } */
    .navbar.fixed-top {
        filter: none !important;
    }
    /* .myHeader_safari_top_scrolled #navbarNavDropdown {
        top: 100px !important;
    } */
}
@media (max-width: 1350px) and (max-height: 640px) {
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        top: 260px;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        height: 100%;
    }
    #scrolling_menu,
    .scrolling_menu_second {
        height: 100%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: .7em;
    }
}
@media (min-width: 1350px) and (max-width: 1380px) {
    .slogan h5 {
        font-size: 2em;
    }
}
@media only screen and (max-width:1300px) {
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        height: 100%;
        overflow-y: scroll !important;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        height: 100% !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: .85em;
        padding: 5px;
    }
    .sidebar-content {
        max-height: 100% !important;
        height: 100% !important;
        /*background-color: rgba(66,66,66,.9)!important;*/
    }

    /* .video_wrapper {
        min-height: 880px !important;
    }
    .video_inner_wrapper {
        min-height: 880px;
    }
    .main_video {
        min-height: 880px;
        max-height: 880px;
        transform: scale(1.6);
        transform-origin: center center;
    } */
    .video_wrapper {
        min-height: unset !important;
        margin-top: 50px;
    }
    .video_inner_wrapper {
        min-height: unset;
        margin: 0 auto;
    }
    .main_video {
        transform: scale(1.5);
        transform-origin: center center;
        min-height: unset !important;
    }
    /*img.logo_main {
        max-width: 40%;
    }*/
    .video_title {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
    .gossip_video_wrapper {
        min-height: 300px !important;
        max-height: 750px;
    }
    /* .slogan {
        width: 76%;
        top: 50%;
        left: 12%;
    } */
    .slogan {
        width: 90%;
        top: 50%;
        left: 5%;
    }
    .badge-nws::after {
        content: 'Hair Gossip' !important;
        margin: 0 auto !important;
        display: block !important;
        height: 37px !important;
        position: absolute !important;
        background: red !important;
        padding: 10px !important;
        top: 18px !important;
        right: -35% !important;
        transform: rotate(45deg) !important;
        filter: drop-shadow(0px 6px 3px #000000b3) !important;
        width: 100% !important;
        font-size: 15px !important;
        text-align: center !important;
        color: white!important;
        z-index: 10;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        top: 265px !important;
        height: 100% !important;
    }
    #scrolling_menu,
    .scrolling_menu_second {
        height: 75% !important;
        padding-bottom: 0 !important;
    }
    .video_preview_inner_wrapper {
        min-width: 145px;
    }
    .video_wrapper {
        min-height: unset !important;
        position: relative;
        width: auto;
        margin: 60px auto 0 auto;
        /*padding-left: 20px;*/
        max-width: 70%;
        height: auto !important;
    }
}
@media (max-width:1100px) {
    .menu_main_title::before {
        content: '';
        position: absolute;
        left: 0;
        height: 25px;
        width: 80%;
        background-color: #7c7c7c;
        z-index: -1;
    }
    ::-webkit-scrollbar {
        width: 0 !important;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
        background: transparent !important;
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: transparent !important;
    }
    .sidebar-content {
        padding-top: 0px;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        top: 260px !important;
        height: 100% !important;
    }
    .left_menu {
        overflow-y: hidden !important;
    }
    .flags_wrapper {
        padding: 5px 15px;
    }
    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: relative;
        margin: 0px 3px;
    }
    a.nav-link.dropdown-toggle {
        font-size: .7rem;
    }
    .fixed-top .container {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-family: 'Campton-LightDEMO';
        font-size: .8em;
        padding-left: .3em;
        padding-right: .3em;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .dropdown-item {
        padding: .25rem .5rem;
    }
    a.dropdown-item {
        font-size: 70%;
        /* color: #ffffff; */
        color: #000000;
        text-align: center;
    }
    
    .dropdown-slide>.dropdown-menu {
        position: absolute !important;
        top: 30px;
        width: 100%;
    }
    h3.card-title {
        font-size: 1.2rem;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        top: 340px;
        height: 300px;
        display: flex;
        /*background-color: rgba(45,45,45,1)!important;*/
        /*background-color: #09aba6 !important;*/
        background-color: #2d2d2d !important;
    }
    #scrolling_menu,
    .scrolling_menu_second {
        height: 70% !important;
        flex: 1;
        overflow: auto;
        background-color: rgba(45, 45, 45, 1)!important;
    }
    /* .slogan {
        width: 80%;
        top: 40%;
        left: 10%;
    } */
    .slogan {
        width: 70%;
        top: 50%;
        left: 15%;
    }
    .slogan h5 {
        font-size: 2.2em;
    }
    .slogan h1 {
        font-size: 1.7rem;
    }
    .logo_main {
        max-width: 70%;
    }
    /* .video_wrapper {
        min-height: 700px !important;
    }
    .video_inner_wrapper {
        min-height: 700px;
        overflow: hidden;
    }
    .main_video {
        min-height: 700px;
        max-height: 700px;
        width: 100%;
        transform: scale(1.6);
        transform-origin: center center;
    } */
    .video_wrapper {
        min-height: unset !important;
        margin-top: 30px !important;
        padding: 0 0 0 20px;
        margin-bottom: 40px;
        max-width: 86%;
    }
    .video_inner_wrapper {
        min-height: unset;
        overflow: hidden;
        margin: 0 auto;
    }
    .main_video {
        max-width: 100%;
        transform: scale(1.1);
        transform-origin: center center;
        min-height: unset !important;
    }
    #scrolling_menu {
        overflow-y: scroll !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch !important;
    }
    .right_side {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch !important;
    }
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 180px;
        left: 50%;
        margin-left: -90px;
        z-index: 999999 !important;
    }
    li.without_after_equeal img.img-fluid {
        width: 210px !important;
        height: 118px !important;
    }
    li.without_after_equeal img.img-fluid:last-child {
        width: 210px !important;
        height: auto !important;
    }
    .video_inner_wrapper_mini {
        position: relative;
        width: 92%;
        max-height: 700px;
        margin: 0px auto;
        overflow: hidden;
        cursor: pointer;
    }
    .video_main_wrapper {
        margin-bottom: -50px;
    }
    .video_preview_inner_wrapper {
        min-width: 170px;
    }
    .gosip_video {
        min-height: 740px;
        max-height: 720px;
        width: 100%;
        transform: scale(1.6);
        transform-origin: center center;
    }
    /*.gossip_video_wrapper {
        min-height: 780px !important;
        max-height: 750px;
    }*/
    #myHeader .gossip_wrapper {
        /* max-width: calc(100% - 0px);
        margin-top: -20px !important; */
        /* padding-top: 15px; */
        display: none;
    }
    .card-header.justify-content-center::after {
        top: 22px !important;
        right: -44% !important;
    }
    /*#scrolling_menu, .scrolling_menu_second {
        height: 70% !important;
        flex: 1;
        overflow: auto;
        background-color: rgba(45,45,45,1)!important;
    }*/
    #scrolling_menu,
    .scrolling_menu_second {
        height: calc(100vh - 250px) !important;
        flex: 1;
        overflow: auto;
        /*background-color: rgba(45,45,45,1)!important;*/
        /*background-color: #09aba6 !important;*/
        /* background-color: #2d2d2d !important; */
        background-color: #dddddd !important;
    }
    }/*  */
    /* #myHeader_safari_top {
        padding-top: 5px;
    }
    #myHeader_safari_top .mt-3 {
        margin-top: 5px !important;
    } */
    .chiller-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .chiller-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
    .chiller-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background: #ff0000;
    }
    /* #navbarNavDropdown {
        margin-top: 0px !important;
        width: calc(100% - 260px);
        text-align: center;
        background: #2d2d2d;
        padding-top: 10px;
        top: 15px;
        position: absolute;
    } */
    /* #navbarNavDropdown {
        margin: 0px !important;
        width: 100vw;
        text-align: center;
        background: #2d2d2d;
        background: #ffffff;
        padding-top: 10px;
        top: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 10px;
    } */
    .myHeader_safari_top_scrolled #navbarNavDropdown {
        margin-top: 0px !important;
        /* width: calc(100% - 260px); */
        text-align: center;
        /*background: rgba(0, 0, 0, .8);*/
        /* background: #2d2d2d; */
        background: #ffffff;
        padding-top: 10px;
        top: 100px !important;
        position: absolute;
    }
    /* .fixed-top {
        height: 0;
    } */
    .myHeader_safari_top_scrolled {
        top: 0px !important;
        z-index: 99;
    }
}
@media (max-width: 1000px) {
    .video_wrapper {
        min-height: unset !important;
        margin-top: 0;
        padding: 0 0 0 20px !important;
        margin-bottom: 0;
    }
    .video_inner_wrapper {
        /* min-height: 430px !important; */
        overflow: hidden;
        margin: 0 auto;
    }
    .main_video {
        max-width: 100%;
        transform: scale(1.9) !important;
        transform-origin: center center;
        min-height: unset !important;
    }
    .logo_animation {
        position: relative;
        margin: 0 auto;
        height: 180px !important;
    }
    .slogan h5 {
        font-size: 2em;
    }
}
@media (max-width: 800px) {
    .main_title_wrapper {
        position: relative;
        width: 80%;
        margin: 0 auto;
        transform: translateY(0%);
        text-align: center;
        cursor: pointer;
    }
    .sidebar-content {
        /* padding-top: 33px; */
    }
    .video_inner_wrapper_mini {
        position: relative;
        width: 92%;
        max-height: 1024px;
        margin: 15px auto;
        overflow: hidden;
        cursor: pointer;
    }
    /* .fixed-top {
        height: 0px;
    } */
    .main_video {
        max-height: unset;
        width: 100%;
        transform: scale(2);
        min-height: 400px !important;
        transform-origin: center center;
    }
    .video_wrapper {
        min-height: unset !important;
        margin-top: 0;
        padding: 0 0 0 20px !important;
        margin-bottom: 0;
    }
    .video_inner_wrapper {
        min-height: unset;
        overflow: hidden;
        margin: 0 auto 30px auto;
    }
    .logo_main {
        max-width: 100%;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        top: 340px;
        height: 680px;
        display: flex;
        background-color: #2d2d2d;
        position: fixed;
        width: 260px;
        left: 0;
        overflow-x: hidden;
    }
    #scrolling_menu, .scrolling_menu_second {
        position: fixed;
        left: 0;
        height: 75% !important;
        width: 260px;
        overflow-x: hidden;
        /*border-right: 1px solid rgba(255,255,255,.2);*/
        padding-top: 5px;
    }
    #myHeader.sticky {
        top: 0px !important;
        margin-top: 0 !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        top: 350px !important;
    }
    .chiller-theme .sidebar-wrapper .sidebar-header {
        border-top: none !important;
        border-bottom: 1px solid #616161 !important;
    }
    /*
    #myHeader.sticky .gossip_wrapper .img-fluid {
        margin-left: -260px !important;
    }
    */
    .slogan {
        width: 90%;
        top: 50%;
        left: 5%;
    }
    .toggler_wrapper {
        margin-right: 0;
        padding-right: 0;
        padding-top: 10px;
        position: fixed;
        top: 53px;
        right: 20px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 1);
        border-color: rgb(255, 0, 0);
        background-color: #ff0000;
        float: right;
        right: 0;
    }
    /* .navbar-collapse {
        position: absolute;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .8);
        margin-top: 50px;
        top: 13px;
        float: right;
        right: 72px;
        /* width: calc(100% - 410px); */
    } */
    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: relative;
        margin: 0px 3px;
        float: right;
        text-align: right;
    }
    #navbarNavDropdown {
        /* width: calc(100% - 405px); */
        text-align: center;
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
        -moz-transition: .5s linear all;
    }
    .show {
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
        -moz-transition: .5s linear all;
    }
    .video_main_wrapper {
        margin-bottom: -30px;
    }
    .video_preview_inner_wrapper {
        min-width: 140px;
        padding: 5px;
        margin: 5px;
        cursor: pointer;
    }
    #myHeader .gossip_wrapper {
        /* max-width: calc(100% - 0px); */
        margin-top: 0px !important;
        padding-top: 0px;
    }
    .card-header.justify-content-center::after {
        top: 22px !important;
        right: -38% !important;
    }
    /* #myHeader_safari_top {
        position: absolute;
        top: -250px;
        width: calc(100% - 260px) !important;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #2d2d2d;
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
    }
    .myHeader_safari_top_scrolled {
        position: fixed !important;
        top: 0px !important;
        width: calc(100% - 260px) !important;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #2d2d2d;
        z-index: 99;
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
    }
    #myHeader_safari_top img.img-fluid {
        height: 100px !important;
    } */
    #navbarNavDropdown {
        /* width: calc(100% - 400px); */
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
}
@media (max-width: 600px) {
    #sidebar {
        z-index: 999999 !important;
    }
    #ascrail2000 {
        display: none !important;
    }
    .separator {
        background: transparent;
        border: none;
        margin-top: 20px;
        margin-bottom: 90px;
        height: 130px!important;
    }
    .toggler_wrapper,
    .navbar-light .navbar-toggler {
        display: none;
    }
    .video_wrapper {
        min-height: 720px !important;
        margin-top: 30px;
        padding: 0;
    }
    .video_preview_inner_wrapper {
        max-width: 140px;
    }
    .filters[data-v-031e603c] {
        width: 200px;
        margin-right: 0 !important;
    }
    #mas-container[data-v-031e603c] {
        width: calc(100% - 0px) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #mas-container[data-v-6293294c] {
        width: calc(100% - 0px) !important;
        margin-left: -10px !important;
        margin-right: 0px !important;
    }
    .mu-card[data-v-031e603c] {
        color: #1d1d1d;
        border-radius: 2px;
        text-align: center;
        margin: 10px 0px;
        z-index: 1;
        border: 1px solid hsla(0, 0%, 100%, 1)!important;
    }
    .card-header.justify-content-center::after {
        content: 'Hair Gossip';
        margin: 0 auto;
        display: block;
        height: 40px;
        position: absolute;
        background: red;
        padding: 12px !important;
        top: 22px !important;
        right: -39% !important;
        transform: rotate(45deg);
        filter: drop-shadow(0px 6px 3px #000000b3);
        width: 100%;
        font-size: 14px !important;
        text-align: center;
        color: white !important;
        z-index: 111;
    }
    .sticky #logoGiornale {
        margin-left: 0px!important;
    }
    .filters[data-v-17930ace] {
        margin-right: 0px !important;
    }
    #mas-container[data-v-17930ace] {
        width: calc(100% - 0px) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #mas-container[data-v-213084ab] {
        width: calc(100% - 20px) !important;
        margin-left: 0px !important;
        margin-right: 10px !important;
    }
    #app[data-v-213084ab] {
        margin-top: 0px !important;
    }
    #myHeader .gossip_wrapper {
        padding-top: 5px;
    }
    /* #myHeader_safari_top {
        position: absolute;
        top: -250px;
        width: calc(100% - 0px) !important;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #2d2d2d;
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
    }
    .myHeader_safari_top_scrolled {
        position: fixed !important;
        top: 0px !important;
        width: calc(100% - 0px) !important;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #2d2d2d;
        z-index: 99;
        transition: .5s linear all;
        -webkit-transition: .5s linear all;
    }
    #myHeader_safari_top img.img-fluid {
        height: 70px !important;
    } */
    #show-sidebar {
        z-index: 999 !important;
        background: red !important;
        color: #ffffff !important;
    }
    .chiller-theme .sidebar-wrapper .sidebar-header {
        border-top: 1px solid #4e4e4e;
        /*background-color: rgba(45,45,45,1) !important;*/
        /* background-color: #2d2d2d !important; */
        background-color: #dddddd !important;
    }
    .sidebar-content {
        max-height: 100% !important;
        height: 100% !important;
        /*background-color: rgb(45, 45, 45) !important;*/
        /* background-color: #2d2d2d !important; */
        background-color: #dddddd !important;
        padding-top: 0
    }
}
@media (max-width: 500px) {
    .right_content {
        overflow: hidden !important;
        padding: 0 15px 15px 15px;
    }
    p.logo_subtitle {
        display: none;
    }
    p.logo_subtitle {
        display: block;
        margin-top: 0px;
        font-size: 100% !important;
        color: #ff0000 !important;
    }
    p.logo_subtitle small {
        font-size: 12px;
        color: #cc0000;
    }
    .sidebar-header {
        padding-top: 0px !important;
    }
    .contact_wrapper {
        padding: 20px 20px 10px 20px;
    }
    .contact_red {
        width: 100% !important;
    }
    .sidebar-wrapper .sidebar-header .user-pic img {
        max-width: 60% !important;
    }
    .flags_wrapper {
        padding: 5px 15px 0 15px !important;
    }
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        height: -webkit-fill-available;
        margin-top: -70px;
        display: flex;
        background-color: #000000;
        position: fixed;
        width: 260px;
        left: 0;
        overflow-x: hidden;
        top: 280px !important;
    }
    .page-wrapper .sidebar-wrapper {
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 5s ease;
        transition: all 0s ease;
    }
    #scrolling_menu {
        padding-bottom: 200px !important;
    }
    #close-sidebar .fa, .fas {
        font-weight: 900;
        font-size: 20px;
        display: block;
    }
    .sticky img.img-fluid {
        margin-left: 0px !important;
    }
    .video_wrapper {
        min-height: unset !important;
        margin-top: -40px !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .main_video {
        width: 100%;
        max-width: 100%;
        transform: scale(1.7);
        transform-origin: center center;
    }
    .video_inner_wrapper {
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        position: relative;
    }
    .navbar.fixed-top, .dropdown-menu {
        display: none;
    }
    .scroll_to_top {
        position: fixed;
        width: 50px;
        height: 50px;
        border-radius: .25rem 0 0 0;
        background-color: #ff0000;
        bottom: 0px;
        right: 0px;
        text-align: center;
        padding: 0 !important;
        cursor: pointer;
        display: none;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
        z-index: 9;
    }
    .cards_outer_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #mas-container[data-v-30896989] {
        width: calc(100% - 0px) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        overflow-x: hidden !important;
    }
    .footer_dropdown_text {
        font-size: 95%;
        width: 93%;
        left: 0% !important;
        padding: 0;
        text-align: justify;
        height: 150px;
        overflow: auto;
        position: absolute !important;
        top: 0px !important;
        border: 1px solid #f5f5f5;
    }
    .logo_animation {
        position: relative;
        margin: 0 auto;
        height: 205px;
    }
    .logo_animation img {
        position: absolute;
        left: 50%;
        width: 256px;
        margin-left: -128px !important;
        top: 0;
        max-width: 100%;
        transition: opacity 1s ease-in-out;
    }
    .video_inner_wrapper {
        min-height: unset !important;
        overflow: hidden;
        margin: 0 auto;
    }
}
@media (max-width: 400px) {
    .video_wrapper {
        min-height: unset !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        width: 100%;
        max-width: 100%;
    }
    .main_video {
        width: 100%;
        max-width: 100%;
        transform: scale(1.7);
        transform-origin: center center;
    }
    .video_inner_wrapper {
        overflow: hidden;
        margin: 10px 0 0 0 auto;
        width: 100%;
        position: relative;
    }
    .video_wrapper p.text-white.text-uppercase {
        text-align: right !important;
    }
}

/* CONTACT US  */
.swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    z-index: 1;
}
.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: none !important;
}
.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.25em;
}
.image-banner {
    padding: 0px;
}
.bigtitle {
    position: fixed;
    top: 30px;
    background: rgba(33, 33, 33, 0.8705882352941177);
    margin-left: -15px;
    padding: 10px;
    font-weight: 300;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"],
#lavora input[type="text"],
#lavora input[type="email"],
#lavora input[type="tel"],
#lavora input[type="url"],
#lavora textarea,
#lavora button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
.swal2-popup .swal2-styled.swal2-confirm {
    display: none !important;
}
.swal2-popup .swal2-styled.swal2-cancel {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    background: initial !important;
    background-color: transparent !important;
    color: #a1a1a1 !important;
    font-size: 1.5rem !important;
    border-radius: .25rem !important;
    padding: 0 !important;
}
.swal2-popup .swal2-styled.swal2-confirm:hover {
    opacity: 0.8;
    cursor: pointer;
    color: #242424 !important;
}
#contact h3,
#lavora h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
#contact h4,
#lavora h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#lavora input[type="text"],
#lavora input[type="email"],
#lavora input[type="tel"],
#lavora input[type="url"],
#lavora textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover,
#lavora input[type="text"]:hover,
#lavora input[type="email"]:hover,
#lavora input[type="tel"]:hover,
#lavora input[type="url"]:hover,
#lavora textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}
.swal2-icon.swal2-info {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.71) !important;
}
#contact textarea,
#lavora textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}
#contact button[type="submit"],
#lavora button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ff0000;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}
#contact button[type="submit"]:hover,
#lavora button[type="submit"]:hover {
    background: #cc0000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active,
#lavora button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.copyright {
    text-align: center;
}
.logo-azienda-desc {
    min-height: 70px;
    max-width: 100%;
    margin-right: 20px;
    float: left;
}
#contact input:focus,
#contact textarea:focus,
#lavora input:focus,
#lavora textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}
#contact button[type="button"],
#lavora button[type="button"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ff0000;
    color: #ffffff !important;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}
#contact button[type="button"]:hover,
#lavora button[type="button"]:hover {
    background: #cc0000;
    color: #ffffff !important;
}
.swal2-popup .swal2-content {
    color: #545454;
    font-size: 1em !important;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word;
}
a.nav-link.dropdown-toggle {
    text-transform: uppercase;
}
div#browserOutdated {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999999;
    color: white;
    font-size: 20px;
    width: 100%;
    background: #333333;
    display: none;
    border-top: 1px solid grey;
    padding: 15px;
    text-align: center;
}
div#browserOutdated img {
    width: 200px;
}
.closeBanner {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    color: red;
}
li.separator {
    display: none;
}
#contact select,
#lavora select {
    width: 100%;
    padding: 10px;
    border: 1px solid #cacaca;
    color: #828282;
}

/* POPUP STYLES */
.popup_outer_wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999 !important;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}
.popup_inner_wrapper {
    position: relative;
    margin: 10% auto 0 auto;
    width: 400px;
    height: auto;
    padding: 5px;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.closeBtn {
    position: absolute;
    top: -19px;
    right: -19px;
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    color: #ff0000;
    background-color: #ffffff;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
}
.close {
    color: #ff0000;
    background-color: #ff0000;
    font-size: 2rem !important;
    font-weight: 900;
    opacity: 1;
}
@media (max-width: 600px) {
    .popup_outer_wrapper {
        background-color: rgba(0, 0, 0, .85);
    }
    .popup_inner_wrapper {
        margin: 35% auto 0 auto;
    }
    .popup_inner_wrapper {
        width: 320px;
    }
    .main_title_wrapper {
        position: relative !important;
        width: 100% !important;
        margin: 0px auto !important;
        transform: none !important;
        text-align: center !important;
    }
    .main_title_wrapper h1 {
        font-size: 1.7em;
    }
}

/* HIDE & SHOW ON CELL & DESKTOP */

@media (min-width: 750px){
    .hidden-on-desktop {
        display: none;
    }
}
@media (max-width: 748px){
    .hidden-on-cell {
        display: none;
    }
    .formNewsletterWrapper {
        padding: 0px 20px 0 5px !important;
    }
}


/* PART OF PARRUCCHIERI ITALIA */
.small_cities small, .small_cities small a {
    color: rgba(255, 255, 255, .3);
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
.small_cities small a:hover {
    color: #ff9900;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
}
@media (max-width: 550px) {
    body#bodyWrapper {
        /* overflow-y: hidden!important;*/
    }
    #clsContenitoreDati {
        padding-bottom: 0 !important;
        padding-right: 0;
        padding-left: 5px !important;
    }
    object.menu_red_arrow {
        max-height: 80px !important;
    }
}
.wp-block-video video {
    max-width: 100% !important;
    margin: 20px 0;
}

/* LIGHTGALLERY CUSTOM STYLES */
.lg-backdrop {
    z-index: 999999999 !important;
}
.lg-outer.lg-visible {
    z-index: 9999999999 !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    font-size: 72px !important;
    margin-top: -36px !important;
}
.lg-toolbar .lg-icon {
    font-size: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
    width: 72px !important;
}
.clsGalleria {
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 5px;
}


@media (max-width: 500px) {
    grid-template-columns: auto !important;

    .submenu li {
        margin-left: unset;
        align-items: center;
        justify-content: center;
    }
    .menu_slider a.submenu_items, .menu_slider .submenu_items .sub_list, .span.sub_list, .submenu * {
        font-size: .9rem !important;
        line-height: 2rem !important;
    }
    .flags_wrapper img.img-fluid {
        max-width: 25px;
        margin: 5px;
    }
}
.line {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    height: 4px;
    background-image: url(https://globelife.com/_nuovo_globelife/img/redLine.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
#clsContenitoreDati .brick, #clsContenitoreDati .brick_header, #clsContenitoreDati .brick img {
    border: none !important;
    filter: none !important;
    background-color: #ffffff;
    /* padding: 10px 0; */
}
/* #clsContenitoreDati .brick img {
    border: none !important;
    filter: none !important;
    background-color: #ffffff;
    padding: 0;
}
.has-figcaption {
    padding: 10px 0 !important;
} */
#clsContenitoreDati .brick img.img_smaller {
    max-width: 50% !important;
}

.origin, .date, .number {
    color: #212121 !important;
}

/* INSTAGRAM WIDGET */
.eui-widget-title.eapps-instagram-feed-title {
    color: #212121;
    font-size: 1rem;
}
.eapps-widget.eapps-instagram-feed-popup {
    position: fixed;
    z-index: 99999999 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
}
#eapps-instagram-feed-popup-1 {
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 99999999 !important;
}
#eapps-instagram-feed-1 a {
    text-decoration: none;
    color: #cc0000 !important;
}
.eui-widget-title.es-widget-title.eapps-instagram-feed-title {
    padding: 10px 0px;
}

/* COSMOPROF GALLERY STYLES */

ul.wp-block-gallery.clsGalleria.clsGalleria.aligncenter.columns-3 {
    display: grid;
    padding-left: 0;
}
ul.wp-block-gallery.clsGalleria.clsGalleria.aligncenter.columns-3 li {
    overflow: hidden !important;
    padding: 5px 10px;
}
li.blocks-gallery-item {
    position: relative;
    float: none !important;
    max-width: 100% !important;
    display: inline-block !important;
}
.wp-block-image {
    position: relative;
}
.wp-block-gallery figcaption {
   /* 231024 position: absolute;*/
    width: 100%;
    /* background: rgba(0,0,0,.6); */
   /* background: linear-gradient(0deg, rgba(0,0,0,1.3), transparent); */
    text-align: center;
    padding-bottom: 5px !important;
    margin: 0;
    line-height: 16px;
    /* color: #ffffff; */
    /*231024*/
    bottom: -29px!important;
}
.wp-block-image img {
    margin: 0 auto !important;
}
ul.wp-block-gallery.clsGalleria.clsGalleria.aligncenter.columns-3 .blocks-gallery-item figure {
    margin: 0px !important;
    overflow: hidden !important;
    position: relative;
}
.wp-block-image img, .article-body img, .articolo img, .testata img {
    margin: 0 auto !important;
}

@media (max-width: 1100px){
    ul.wp-block-gallery.clsGalleria.clsGalleria.aligncenter.columns-3 {
        display: table;
    }
}

/* GOSSIP WP LIST STYLES */

ul.gossip_bullets {
    text-align: center;
    width: 90%;
    float: none;
    margin: 0 auto;
}

.readmore {
    position: relative;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #212121 !important;
    height: 40px;
    border-radius: 20px;
    width: 55%;
    overflow: hidden;
    z-index: 9;
    transition: .25s linear all;
}
.readmore a {
    color: #212121 !important;
    line-height: 40px;
    letter-spacing: 2px;
}
.readmore a::before {
    content: '';
    background-color: #ff0000 !important;
    position: absolute;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
    height: 50px;
    left: -40%;
    z-index: -1;
    opacity: 0;
}
.readmore:hover {
    border: 1px solid #ff0000 !important;
    transition: .25s linear all;
}
.readmore:hover a {
    color: #ffffff !important;
}
article.articolo {
    color: #212121 !important;
}

/* GOOGLE TRANSLATOR */

.goog-te-gadget .goog-te-combo {
    position: relative !important;
    margin: auto !important;
    height: auto !important;
    border: none !important;
    width: auto !important;
    background: #ff0000;
    color: #212121;
    font-size: 1rem;
    padding-top: 5px;
    margin-top: -3px !important;
    padding-bottom: 5px;
    line-height: 1rem;
    cursor: pointer;
}
.goog-te-banner-frame {
    border: none !important;
}
.goog-te-gadget .goog-te-combo:focus {
    border: none !important;
}
.skiptranslate.goog-te-gadget:focus {
    border: none !important;
}
#google_translate_element {
    position: relative;
    width: auto !important;
    height: 30px !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    border: none !important;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active, .goog-logo-link:focus {
    display: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.goog-te-gadget {
    color: transparent !important;
    height: 0 !important;
}
a.goog-logo-link {
    display: none !important;
}
body.goog-te-banner {
    display: none !important;
}
iframe#\:1\.container {
    display: none !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none !important;
}
a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}
.clsOrigineBeautynews{
    padding:10px;
}

@media (max-width: 600px){
    #translator-modal .closeBtn {
        top: 0;
        right: 0;
    }

    /*231024*/
    /* .wp-block-gallery figcaption {
        bottom: -39px!important;
    } */
    /*231024 fine*/
}
/*231024*/
@media (max-width: 1501px) {
    /* #clsContenitoreDati .brick, #clsContenitoreDati .brick_header, 
    #clsContenitoreDati .brick img {
        margin-top: 40px !important;
    }   */
    /* .wp-block-gallery figcaption {
        bottom: -36px!important;
    } */
    /* .wp-block-image img, .article-body img, .articolo img, .testata img {
        margin: 28px auto !important;
    } */
}







/* MAIN STYLE CHANGES - JULY 2025 */

.h1InAlto {
    padding-top: 1rem !important;
    width: 100%;
}
.navbar.sticky-top, #right_side {
    float: right !important;
}
button.navbar-toggler {
    position: relative;
    background: #ff0000;
}
#navbarNavDropdown {
    margin-top: 0 !important;
    text-align: center;
    background: #ffffff;
}
ul.navbar-nav, ul.navbar-nav li {
    text-align: center;
}
.left-menu-offcanvas.offcanvas {
    top: 0;
    left: 0 !important;
    height: 100vh;
    background-color: #313131;
    z-index: 1032 !important;
    transition: transform .25s ease-in-out !important;
}
.left-menu-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 200px; 
    background-color: #ffffff;
    margin: 0 auto;
}
.left-menu-offcanvas .offcanvas-body {
    width: 200px; 
    background-color: #ffffff;
    margin: 0 auto;
}
::-webkit-scrollbar {
    width: 2px !important;
    z-index: 999999 !important;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    z-index: 999999 !important;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #cc0000 !important;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #cc0000 !important;
}
.bg-red {
    background-color: #ff0000;
}
.bg-grey {
    background-color: #7c7c7c;
}
.text-red {
    color: #ff0000;
}
.text-grey {
    color: #7c7c7c;
}
.btn.bg-red:hover {
    transition: .3s linear all;
}
.btn.bg-red:hover {
    background-color: #212121;
    transition: .3s linear all;
}
.search-wrapper {
    max-width: 92%;
}
.search-wrapper input {
    width: 100%;
    padding-right: 40px; /* space for button */
}
.search-wrapper button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #212121;
    color: #ff0000;
    font-size: 1rem;
    cursor: pointer;
}
.left-menu-close-btn {
    position: absolute;
    top: 16px;
    right: 0px;
    background-color: #ff0000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    border-radius: .25rem;
}
.open-offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px;
    background-color: #ff0000;
    border-radius: 0 0 .25rem 0;    
    z-index: 1055;
    display: block;
}
.w-90 {
    width: 92%;
}
.contact-us-btn, .who-we-are-btn, .language-btn {
    max-height: 38px;
    width: 92%;
}
.menu-numbered-list {
    width: 92%;
    font-size: .9rem !important;
    counter-reset: section;
}
.menu-numbered-list.list-group-numbered > .list-group-item {
    display: flex;
    align-items: center;
    min-height: 2.5rem;
}
.menu-numbered-list.list-group-numbered > .list-group-item::before {
    content: counter(section);
    counter-increment: section;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #7c7c7c;
    border-radius: 0.25rem;
    flex-shrink: 0;
}
.section-title {
    font-size: .8rem;
    padding: .8rem;
    max-height: 25px;
}
.flags-wrapper-link {
    width: fit-content !important;
}
.flags-svg {
    height: auto !important;
    max-width: 20px !important;
    margin: 5px !important;
    position: relative !important;
    border: 1px solid rgba(0, 0, 0, .25) !important;
}
.separatore-banner {
    max-width: 92%;
    float: none;
    display: block;
    margin: 1rem auto;
}
.separatore-banner .separator-image {
    position: relative;
}
.separatore-banner .separator-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-images {
    max-width: 80% !important;
    margin: 0 auto !important;
    float: none !important;
    display: black !important;
}
.horizontal-line {
    position: relative;
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.25);
}
/* NEWSLETTER SUBSCRIPTION FORM */
.newsletter-form-wrapper {
    position: relative;
    max-width: 92% !important;
    height: auto;
    text-align: center;
}
p.nlsLegend {
    font-size: 1.1em!important;
}
.ita-news {
    font-size: 0.9em;
    line-height: 1em;
}
.btnSubmitSottoscrizioneNewletter {
    width: 80%;
    max-height: 38px;
    padding: 3px;
    background-color: #ff0000;
    border-radius: .25rem;
    cursor: pointer;
    font-family: 'Campton-LightDEMO';
    color: #ffffff!important;
    text-transform: uppercase;
    margin-bottom:10px!important;
    border-style: inherit;
}
.btnSubmitSottoscrizioneNewletter:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #ff0000!important;
}
.formNewsletterWrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 7px!important;
    margin-top: 40px!important;
    padding: 0px 15px;
    text-align: center;
}
fieldset.nlsfieldset {
    margin: 0 !important;
}
input.nlsfield {
    width: 100% !important;
    height: 27px!important;
    padding: 0px 3px!important;
    border: 1px solid rgba(0,0,0,.25);
    font-size: .8rem !important;
    line-height: 1em !important;
    border-radius: 3px !important;
    display: inline-block;
    text-align: start !important;
    float: none !important;
    transition: width 0.4s ease-in-out;
}
input.nlsfield:focus, .input.nlsfield:active, .input.nlsfield:focus-visible {
    outline: none !important;
}
select.nlsfield-sel {
    width: 100% !important;
    height: 27px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0,0,0,.25);
    display: inline-block;
    text-align: start !important;
    float: none !important;
    color:#999999 !important;
}
#right_side, #top-navbar-sticky {
    transition: .25s linear all;
    transition-delay: 0s;
}
#right_side.full-width-elements, #top-navbar-sticky.full-width-elements {
    width: 100vw !important;
    transition: .25s linear all;
    transition-delay: 0s;
}
#top-navbar-sticky {
    border-bottom: 1px solid rgba(0, 0, 0, .25) !important;
    top: 0 !important;
}

@media (min-width: 1367px){
    #offcanvas-menu {
        width: var(--left-width-pc) !important;
    }
    .navbar.sticky-top, #right_side {
        width: calc(100vw - var(--left-width-pc) - 2px) !important;
    }
    ul.dropdown-menu.rounded-0.shadow-none.bg-white {
        border-top: none;
        margin-top: 12px;
    }
}
@media (max-width: 1366px){
    #offcanvas-menu {
        width: var(--left-width-laptop) !important;
    }
    .navbar.sticky-top, #right_side {
        width: calc(100vw - var(--left-width-laptop) - 2px) !important;
    }
}
@media (max-width: 1250px){
    #offcanvas-menu {
        width: var(--left-width-ipad-landscape) !important;
    }
    .navbar.sticky-top, #right_side, #navbarNavDropdown {
        width: calc(100vw - var(--left-width-ipad-landscape) - 2px) !important;
    }
}
@media (max-width: 920px){
    #offcanvas-menu {
        width: var(--left-width-ipad-portrait) !important;
    }
    .navbar.sticky-top, #right_side, #navbarNavDropdown {
        width: calc(100vw - var(--left-width-ipad-portrait) - 2px) !important;
    }
    .left-menu-logo {
        max-width: 70%;
    }
    .search-wrapper {
        width: 100%;
    }
    .go_to_news {
        padding: 5px 15px;
    }
}
@media (min-width: 768px){
    #top-navbar-sticky .open-offcanvas-btn {
        display: none;
        transition: .25s linear all;
    }
    #top-navbar-sticky.full-width-elements .open-offcanvas-btn {
        display: block;
        transition: .25s linear all;
    }
}
@media (max-width: 767px){
    #offcanvas-menu {
        width: var(--left-width-cell) !important;
    }
    .navbar.sticky-top, #right_side, #navbarNavDropdown {
        width: 100vw !important;
    }
    #top-navbar-sticky .open-offcanvas-btn {
        display: block;
        transition: .25s linear all;
    }
    .haircafe-logo {
        max-width: 40% !important;
    }
}

.offcanvas-backdrop, .backdrop {
    display: none !important;
    z-index: -1 !important;
}




