/*
CTC Separate Stylesheet
Updated: 2023-03-02 09:45:29
*/
/*
@font-face {
    font-family: 'DinProBold';
    src: url('/wp-content/themes/EGPbs5-child/fonts/DINPro-Bold.ttf');
}
@font-face {
    font-family: 'DinProLight';
    src: url('/wp-content/themes/EGPbs5-child/fonts/DINPro-Light.ttf');
}
@font-face {
    font-family: 'DinProMedium';
    src: url('/wp-content/themes/EGPbs5-child/fonts/DINPro-Medium.ttf');
}
@font-face {
    font-family: 'DinProRegular';
    src: url('/wp-content/themes/EGPbs5-child/fonts/DINPro-Regular.ttf');
}
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/**** GENERAL STYLES ****/
.white {
    color: white !important;
}

.white-bg {
    background-color: white !important;
}

.black {
    color: black !important;
}

.black-bg {
    background-color: black !important;
}

.transparent-bg {
    background-color: transparent !important;
}

.light {
    font-weight: 300 !important;
}

.bold {
    font-weight: 700 !important;
}

p {
    margin-bottom: 35px;
}

.cardlink a,
p a,
p a:hover,
p a:active {
    text-decoration: underline;
}

.video-container {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-container-home {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-container video,
.video-container-home video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.overlay {
    opacity: 0.5;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #212121;
}

.overlay-gradient {
    opacity: 0.4;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, #232323 30%, transparent 100%);
}

.av-center {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.av-bottom {
    display: flex !important;
    justify-content: end;
    flex-direction: column;
}

.photo-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.imgborderrounded {
    border-radius: 15px;
}

.copertina {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

.splide__arrow--prev,
.splide__arrow--next {
    background-color: transparent;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
    border: 1px solid #0084B4;
    color: #0084B4;
}

.splide__arrow--prev {
    top: -35px;
    right: 75px;
    left: auto;
}

.splide__arrow--next {
    top: -35px;
    right: 15px;
}

.splide__arrow--prev:before {
    color: inherit;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f060";
}

.splide__arrow--next:before {
    color: inherit;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f061";
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--prev:hover,
.splide__arrow--next:hover {
    color: white;
    background-color: #0084B4;
}

.splide__pagination {
    bottom: auto;
    left: 0;
    padding: 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page,
.splide__pagination__page.is-active {
    background: #fff;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    margin: 3px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 24px;
    height: 24px;
}

.splide__pagination__page.is-active {
    transform: inherit !important;
    background: #000;
}

/*
.owl-prev, .splide__arrow--prev{
    left: -30px!important;
}
.owl-next, .splide__arrow--next{
    right: -30px!important;
}
*/
#submenu-search {
    display: none;
}

section {
    position: relative;
}

.assoluto {
    position: absolute;
    width: 100%;
}

.fisso {
    position: fixed;
    width: 100%;
}



/**** SPECIFIC STYLES ****/

body,
html {
    font-family: "Roboto", sans-serif;
    background-image: none;
    background-color: white;
    color: black;
    font-size: 18px;
    line-height: 28px;
}

/*
b, strong{
    font-family: 'DinProBold', sans-serif;
}
    */
#wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/*
.transient-bgon{
    background: linear-gradient(45deg, #004677 30%, #00AEEF 95%);
    -webkit-animation: accensione 2s ;
    animation: accensione 2s ;
}
.transient-bgoff{
    background: linear-gradient(45deg, #004677 30%, #00AEEF 95%);
    -webkit-animation: spegnimento 1s ; 
    animation: spegnimento 1s ;
    opacity: 0;
}*/

/* Chrome, Safari, Opera */
@-webkit-keyframes accensione {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes accensione {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes spegnimento {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes spegnimento {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.dark *:not(a) {
    color: black !important;
}

.negative * {
    color: white !important;
}

a {
    color: #0084B4;
    text-decoration: none;
}

a:hover,
a:active {
    color: #004577;
}

.sa_hover_container a:hover {
    text-decoration: underline;
}

#masthead {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

#topbar {
    transition: 0.3s;
    position: relative;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.home #topbar {
    background-color: rgba(0, 0, 0, .3);
}

#topbar a {
    color: white;
}

.navbar-nav li {
    font-size: 16px;
    font-weight: 700;
    /*border-bottom: 4px solid transparent;*/
}

#menu-mainmenu .menu-item>a {
    padding: 28px 12px 22px;
    transition: all 0.1s;
}

#menu-mainmenu .menu-item>a:hover {
    background: #ffffff22;
    border-bottom: 4px #00AEEF solid;
}

.navbar-nav .has-submenu>a::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.menu-item.has-mega-sottomenu.open>a {
    border-bottom: 4px #00AEEF solid;
}

.navbar-nav .has-submenu:hover>a::after {
    transform: rotate(180deg);
}

.menu-item.has-mega-sottomenu>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 0.3em;
    color: #00AEEF;
    transition: all 0.1s;
}

.menu-item.has-mega-sottomenu.open>a::after {
    content: "\f077";
    font-family: "Font Awesome 6 Pro";
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 0.3em;
    color: #0084B4;
    transition: all 0.1s;
}

#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 22px;
}

.b-top {
    border-top: 1px solid #00AEEF;
}

#magnify {
    color: white;
    cursor: pointer;
}

#buttonmagnify {
    border: 0;
    background: transparent;
}

#navigation {
    transition: all 0.3s;
    height: 70px;
}

#navigation.transparent #magnify,
#navigation.theme-black #magnify,
#navigation.theme-maincolor #magnify,
#navigation.transparent #menu-button,
#navigation.theme-black #menu-button,
#navigation.theme-maincolor #menu-button {
    color: white;
}

#navigation .navbar-nav li a {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#navigation .navbar-nav li.current_page_item>a,
#navigation .navbar-nav li.current-menu-parent>a {
    border-bottom: 4px solid #00AEEF;
}

#navigation.transparent .navbar-nav li a,
#navigation.theme-black .navbar-nav li a,
#navigation.theme-maincolor .navbar-nav li a {
    color: white;
}

#navigation {
    background-color: white;
    -webkit-box-shadow: inset 0px -2px 0px -1px #929292;
    -moz-box-shadow: inset 0px -2px 0px -1px #929292;
    box-shadow: inset 0px -2px 0px -1px #929292;
}

#navigation.transparent {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0px -2px 0px -1px transparent;
    -moz-box-shadow: inset 0px -2px 0px -1px transparent;
    box-shadow: inset 0px -2px 0px -1px transparent;
}

#navigation.theme-black {
    background-color: black;
    backdrop-filter: blur(40px);
}

#navigation.theme-maincolor {
    background: linear-gradient(45deg, #004677 30%, #00AEEF 95%);
}

#navigation .mobilemenubutton {
    color: #000000;
}

#navigation.transparent .mobilemenubutton {
    color: white;
}

.submenuheader .fas,
.submenuheader .fa-solid {
    font-weight: 300;
}

.navbar-nav .sub-menu {
    display: none;
}

#menu-button {
    font-size: 30px !important;
    font-weight: 300;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0;
}

/*
.theme-black .bc{
    background-color: black;
}
.theme-maincolor .bc{
    background: linear-gradient(90deg, #00AEEF 30%, #004677 85%);
}
*/
.bc {
    position: absolute;
    top: 100px;
    z-index: 1;
    width: 100%;
    padding-top: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.bc a {
    color: white !important;
    font-weight: 700;
    text-decoration: underline;
}

.deda-breadcrumb-sep {
    padding: 0 0.2rem;
}

.theme-maincolor .fbc-page .fbc-wrap .fbc-items li a,
.theme-maincolor .fbc-page .fbc-wrap .fbc-items li.active span,
.theme-maincolor .fbc-page .fbc-wrap .fbc-items li .fbc-end-text,
.theme-black .fbc-page .fbc-wrap .fbc-items li a,
.theme-black .fbc-page .fbc-wrap .fbc-items li.active span,
.theme-black .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    color: white !important;
}

.fbc-page .fbc-wrap .fbc-items {
    font-family: 'Roboto', sans-serif;
}

.sliderimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border-radius: 300px 0 0 300px;
}

/* FONTS */
.occhiello {
    font-size: 16px;
}

.intestazione h1,
.intestazione .title {
    font-size: 52px;
    line-height: 54px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 28px;
}

.sottotitolo {
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 28px;
}

h2,
.colonna_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0;
    margin-bottom: 28px;
}

h3 {
    font-size: 28px;
    font-weight: 500;
}

h3.submenutitle {
    font-size: 40px;
    font-weight: 500;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.tpl-title-default {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 28px;
}

.tpl-title-piccolo {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}

.tpl-title-medio {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}

.tpl-title-grande {
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}

.gradient-title .colonna_title {
    color: #00AEEF;
    background: linear-gradient(92.54deg, #004677 3.32%, #0081DD 101.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 span,
h2 span,
h3 span,
h4 span,
.titolo-sezione span,
.colonna_title span,
p span,
.photocard-title span,
.plaincard-title span,
.plaintext-title span {
    color: #00AEEF !important;
}

form span {
    color: black !important;
}

/* END FONTS */

/* COLORS */
.maincolor {
    color: #00AEEF;
    background: #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.maincolor-bg {
    background-color: #004577 !important;
}

.lightblue-bg {
    background-color: #F0F5F9 !important;
}

.lightgrey-bg {
    background-color: #F0F0F0 !important;
}

.grey-bg {
    background-color: #131313 !important;
}

.blue-bg {
    background-color: #0C5D97B2 !important;
    backdrop-filter: blur(14px);
}

.matte-bg {
    background-color: #00000040 !important;
    backdrop-filter: blur(5px);
}

.blur-bg {
    backdrop-filter: blur(5px);
}

.maincolor-bb {
    padding-bottom: 1px;
    background: linear-gradient(to right, #00AEEF 0%, #004677 100%) left bottom transparent no-repeat;
    background-size: 100% 1px;
}

.maingradient-leftright-bg {
    background: linear-gradient(92.54deg, #004677 3.32%, #0081DD 101.91%);
}

.maingradient-bg {
    background: radial-gradient(closest-side at 50% 200px, #3d90cc, #004577), #004577;
    background-position: 50% -240px;
    background-repeat: no-repeat;
}

.darksilver {
    color: #77788A !important;
}

/* END COLORS */

/* BUTTONS */
.main-button,
.second-button,
.border-button {
    padding: 12px 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 60px;
    display: inline-block;
    transition: all 0.3s;
}

#navigation .main-button {
    font-size: 16px;
}

.main-button,
.negative .main-button,
.negative .second-button {
    border: solid 1px #00AEEF !important;
    background-color: #00AEEF !important;
    color: white !important;
}

.main-button.smallbutton {
    padding: 10px 20px;
    border-radius: 60px;
}

.main-button:hover,
.main-button:active,
.negative .main-button:hover,
.negative .main-button:active {
    border: solid 1px #00AEEF !important;
    background-color: white !important;
    color: #0084B4 !important;
}

.second-button {
    border: solid 2px #00AEEF !important;
    background-color: white !important;
    color: #0084B4 !important;
}

.second-button:hover,
.second-button:active {
    border: solid 2px #00AEEF !important;
    background-color: #00AEEF !important;
    color: white !important;
}

.border-button {
    position: relative;
    color: #00AEEF !important;
    border: 2px solid #00AEEF;
    border-radius: 30px;
    background: transparent;
    white-space: nowrap;
    margin-bottom: 20px;
    display: inline-flex;
    opacity: 1;
}

.border-button:hover {
    color: #006d96 !important;
    border: 2px solid #006d96;
}

.border-button.squared {
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 21px;
    margin-bottom: 0px;
}



/* END BUTTONS */

img,
svg {
    max-width: 100%;
}

.text-bottom-over {
    position: absolute;
    bottom: 0;
}

.small p {
    margin-bottom: 0;
}

.colonna_title h2.number {
    font-size: 3.5rem;
    font-weight: 900;
}

.colonna_title span {
    position: relative;
    min-height: 5px;
    display: block;
}

.borderbluend {
    border-right: 6px solid #1A9EDE;
}

.borderblustart {
    border-left: 6px solid #1A9EDE;
}

.titolo-sezione {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0;

}

.sottotitolo-sezione {
    font-size: 32px;
}

.testo-sezione-sx {
    text-align: left;
    margin-right: 15%;
}

.testo-sezione-dx {
    text-align: right;
    margin-left: 15%;
}

.wpcf7-form .form-control {
    width: 100%;
    max-width: 100%;
}

.wpcf7-list-item {
    display: block;
    margin: 5px 10px;
}

.wpcf7-submit {
    margin-top: 40px;
    width: 100%;
}

form p {
    color: black !important;
    margin-bottom: 0;
}

.wpcf7-form .form-control {
    padding: 13px;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background-color: white;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    color: black !important;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background-color: white;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    color: black !important;
}

.wpcf7-acceptance label {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem; 
}

.wpcf7-acceptance label>input[type="checkbox"] {
    border-radius: .25em;
}

.wpcf7-acceptance label>input[type="checkbox"] {
    float: left;
    margin-left: -1.5em;
}


.wpcf7-acceptance label > input[type="checkbox"] {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	font-size: 1.125em;
	color: #eee;
	border-color: red;
	padding-block: 3px;
}




.form-control:focus {
    box-shadow: none;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    background-image: url('/wp-content/themes/EGPbs5-child/images/chevron.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 50px;
    /* spazio per la freccia */
    cursor: pointer;
}

.form-label {
    position: absolute;
    z-index: 2;
    line-height: 16px;
    transition: all 0.3s ease;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 0px;
    line-height: 16px;
}

/*
.form-group-custom {
    position: relative;
}

.form-group-custom .form-label {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
    margin-left: 10px;
    margin-top: 24px;
    line-height: 16px;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.form-group-custom:focus-within .form-label {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 0px;
    line-height: 16px;
}
*/


textarea.form-control {
    border-radius: 4px;
}

.field-group {
    position: relative;
}

.field-group input,
.field-group textarea,
.field-group select {
    width: 100%;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.field-group input::placeholder,
.field-group textarea::placeholder {
    color: transparent;
    /* nasconde il placeholder nativo */
}

.field-group label {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    line-height: normal;
    color: #777;
    pointer-events: none;
    transition: all .25s ease;
    width: auto;
    display: ruby;
}


.field-group select+label {
    color: transparent !important;
}

/* input focus etichetta sale */
.field-group input:focus+label,
.field-group textarea:focus+label,
.field-group select:focus+label,
.field-group.has-value label {
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 2px 5px;
    font-size: 12px;
    line-height: normal;
    color: #333 !important;
    width: auto;
}

/* select: nascondo placeholder */
.field-group select option[value=""] {
    color: #aaa;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #C51C1C !important;
}

.wpcf7-not-valid+label,
select.wpcf7-form .wpcf7-not-valid {
    color: #C51C1C !important;
}


.card-form {
    border-radius: 15px;
    border: 1px solid rgba(0, 120, 179, 0.30);
    background-color: white;
    font-size: 18px;
    height: 100%;
}

.newsphoto-aggr {
    width: 100%;
    min-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
}

th {
    background-color: #0079bc !important;
    color: #ffffff !important;
}

th,
td {
    padding: 3px 6px;
}

.shadowed {
    filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, .3));
    -webkit-filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, .3));
}

.banner {
    background: linear-gradient(92.54deg, #004677 3.32%, #0081DD 101.91%);
    padding: 15px;
    border-radius: 15px;
}

.accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #232323;
    color: white;
}

.accordion-item:first-child {
    border-top: 1px solid #232323;
}

.accordion-item:first-child,
.accordion-item:last-child {
    border-radius: 0;
}

.accordion-button {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    letter-spacing: 0%;
    padding: 20px 0;
    line-height: 1.4;
    margin: 5px 0px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    /*color: #00AEEF!important;*/
}

.accordion-button.collapsed:after {
    content: '';
    background-image: url('/wp-content/themes/EGPbs5-child/images/chevron.svg');
    background-repeat: no-repeat;
    display: block;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/themes/EGPbs5-child/images/chevron.svg');
    background-repeat: no-repeat;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 0;
}

.slidervideo .carousel-item {
    padding-bottom: 100px;
}

.carousel-indicators {
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
    left: 15px;
    bottom: 125px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px white solid;
    opacity: 1;
    background-clip: initial;
}

.carousel-indicators .active {
    background-color: white;
}

#galleryCarousel .carousel-indicators,
#galleryCarouselMobile .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

#galleryCarousel .carousel-indicators li,
#galleryCarouselMobile .carousel-indicators li,
.galleryModalCarousel .carousel-indicators li {
    background: #a3a3a3;
    box-sizing: inherit;
    border-radius: 50%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 12px;
    height: 12px;
}

#galleryCarousel .carousel-indicators .active,
#galleryCarouselMobile .carousel-indicators .active,
.galleryModalCarousel .carousel-indicators .active {
    background: #707070;
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next,
#galleryCarouselMobile .carousel-control-prev,
#galleryCarouselMobile .carousel-control-next,
.galleryModalCarousel .carousel-control-prev,
.galleryModalCarousel .carousel-control-next {
    width: 35px;
}

#galleryCarousel .carousel-control-prev-icon,
#galleryCarousel .carousel-control-next-icon,
#galleryCarouselMobile .carousel-control-prev-icon,
#galleryCarouselMobile .carousel-control-next-icon,
.galleryModalCarousel .carousel-control-prev-icon,
.galleryModalCarousel .carousel-control-next-icon {
    background-color: black;
    width: 20px;
    height: 30px;
}

#galleryCarousel .carousel-item {
    height: 280px;
}

#galleryCarousel .carousel-item .gallery-col-md {
    margin: auto 0px;
}

#galleryCarousel .carousel-item img {
    cursor: pointer;
    max-width: 100%;
}

.gallery-modal img {
    min-width: 200px;
}

#galleryCarouselMobile .carousel-inner {
    width: 80%;
    margin: 0px auto;
}

#galleryCarouselMobile .carousel-inner p {
    font-size: 14px !important;
    margin: 10px !important;
    line-height: normal !important;
}

#galleryCarousel .carousel-inner p {
    font-size: 14px !important;
    margin: 10px !important;
    line-height: normal !important;
}

.galleryModalCarousel {
    position: fixed !important;
}

.col-box {
    background-color: #E5E4F0;
    border: 1px solid #00AEEF;
    border-radius: 15px;
    width: 100%;
    margin: 0.5%;
    height: 100%;
}

.col-box div:first-child,
.col-box a div:first-child {
    padding: 10px;
    width: 20%;
    height: 100%;
    float: left;
}

.col-box div:last-child,
.col-box a div:last-child {
    padding: 10px;
    width: 80%;
    float: left;
}

.col-box p {
    margin-bottom: 0;
}

#btnfiltersbmt {
    border-radius: 50px;
    padding: 5px 7px;
}


/* START AGGREGATORI */

.photocard,
.plaincard,
.logocard {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 3px 3px 16px #0000001A;
    word-break: break-word;
}

/*
.photocard .row:first-child, 
.plaincard .row:first-child, 
.logocard .row:first-child{
    flex-grow: 1;       
}
*/
.photocard .row:last-child:not(:first-child),
.plaincard .row:last-child:not(:first-child),
.logocard .row:last-child:not(:first-child) {
    margin-top: auto;
    /* si spinge da sola verso il bottom */
}

/*
.photocard h1, .photocard h2, .photocard h3, .photocard h4, 
.plaincard h1, .plaincard h2, .plaincard h3, .plaincard h4, 
.logocard h1, .logocard h2, .logocard h3, .logocard h4, 
.textphoto h1, .textphoto h2, .textphoto h3, .textphoto h4{
    margin-top: 50px; 
    margin-bottom: 35px; 
}
*/
.photocard p:last-child,
.plaincard p:last-child,
.logocard p:last-child,
.textphoto p:last-child {
    margin-bottom: 10px;
}

.textphoto img {
    max-width: 60px !important;
}

.photocard.white-bg,
.plaincard.white-bg,
.logocard.white-bg,
.ballooncard {
    border-bottom: 7px solid #00AEEF;
}

.photocard-title,
.plaincard-title,
.plaintext-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}

.ballooncard {
    word-break: break-word;
}

.ballooncard img {
    max-width: 53px;
    margin: 0 auto;
}

.ballooncard-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
}

.photocard-title.big-title,
.plaincard-title.big-title,
.plaintext-title.big-title {
    font-weight: 700;
    font-size: 66px;
    line-height: 52px;
}

.photocard-text,
.plaincard-text,
.plaincard-text p,
.plaintext-text,
.plaintext-text p {
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 400;
    /*line-height: normal;*/
}

.photocard-title,
.plaincard-title,
.photocard-text,
.plaincard-text,
.plaincard-text p {
    color: black !important;
}

.matte-bg .photocard-title,
.matte-bg .plaincard-title,
.matte-bg .photocard-text,
.matte-bg .plaincard-text,
.matte-bg .plaincard-text p,
.blue-bg .photocard-title,
.blue-bg .plaincard-title,
.blue-bg .photocard-text,
.blue-bg .plaincard-text,
.blue-bg .plaincard-text p {
    color: white !important;
}



.cardlink {
    font-weight: 700;
}

.photocard-excerpt {
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 400;
    /*line-height: normal;*/
}

.photocard-link {
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 400;
    /*line-height: normal;*/
    color: #0084B4;
}

.plaincard-date,
.plaintext-date {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #77788A;
}

/*
.plaincard a, .plaincard a > i{
    color: #0084B4;
}
*/
.logocard img,
.plaintext img {
    width: 48px;
    max-width: 100%;
    margin: auto;
}

.logocard.blue-bg img {
    background: #004577;
    padding: 6px;
    border-radius: 30%;
}

.logocard-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}

.logocard-text {
    font-weight: 400;
    /*font-size: 18px;
    line-height: 28px;*/
    letter-spacing: 0;

}

.boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-position: center;
    background-size: cover;
    word-break: break-word;
}

.number-elenco,
.negative .number-elenco {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid #00AEEF !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.title-elenco,
.negative .title-elenco {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    color: #00AEEF !important;
    line-height: 110%;
}

.elenco-content p {
    margin-bottom: 0 !important;
    color: #777888;
    font-size: 20px;
}

/* END AGGREGATORI */

.square:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.menuc-item {
    font-size: 16px;
}

.wpml-ls-legacy-list-horizontal {
    display: inline-block;
    padding: 0 !important;
    border: none !important;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0 !important;
}

.footer {
    border-top: 1px solid #002037;
    background-color: #002037;
    position: relative;
    font-size: 14px;
}

.footer h4 {
    font-size: 16px;
    font-weight: 700;
    color: #00AEEF !important;
    text-transform: uppercase;
}

.footer li {
    margin-bottom: 10px;
}

.footer a {
    color: white !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: block;
}

.footer a:hover {
    text-decoration: underline;
    color: white !important;
}

.lowfooter {
    position: relative;
    background: #141414;
}

.lowfooter p {
    font-size: 12px;
}

.lowfooter a {
    font-size: 22px;
}

.lowfooter span {
    font-size: 20px;
    vertical-align: sub;
}

.footer .widget_block h4 {
    border-bottom: 1px solid #5C819C;
    padding-bottom: 10px;
}

.footer .widget_block .wp-block-list {
    padding: 0;
    list-style: none;
}

.footer .widget_block h5 {
    text-transform: inherit;
    font-weight: 400;
    color: #6D90A9 !important;
}

.overlapped {
    margin-top: -100px;
}

pre {
    background-color: #F6F6F7;
    border: 1px solid #f2f3f4;
    padding: 5px 10px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #002037;
    border-color: #002037;
}

.page-link {
    color: #6C6C6C;
    background-color: #fff;
}

pre {
    background-color: #0070C6;
    color: white;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.vyt {
    max-width: 800px;
    height: 450px !important;
}

a.viewLink.viewLinkIMG img {
    display: none !important;
}

.tplmenu {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cit {
    background: linear-gradient(92.54deg, #004677 3.32%, #0081DD 101.91%);
    padding: 40px 0 40px 72px;
    color: white;
    border-radius: 10px;
}

.cit-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.cit-author {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cit-role {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cliente-preview {
    background: #DAF2DB;
    border-radius: 10px;
}

.caratteristica-cliente-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.caratteristica-cliente-valore {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.submenuheader,
#submenu-search {
    position: fixed;
    width: 100%;
    background: white;
    border-bottom: 1px solid #f1f2fa;
    border-top: 1px solid #f1f2fa;
    font-size: 16px;
    z-index: 1021;
    display: none;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.submenuheader a {
    text-decoration: none;
    color: #012F2D;
}

.submenuheader a:hover {
    text-decoration: underline;
}

.submenuli {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

}

.subsubmenuli {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.subsubmenu {
    display: none;
}

.mm-menu--offcanvas.mm-menu--opened {
    z-index: 1000;
}

.ancora:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 100px;
    margin-top: -100px;
}

/*
.mm-slideout{
    position: absolute;
}
*/

#slider-servizi * {
    transition: .25s;
    transition-timing-function: ease-in-out;
}

.slidetitle {
    font-family: 'HafferMedium';
    font-size: 40px;
}

.active .slidetitle {
    font-size: 72px;
    line-height: normal;
}

.slidetext {
    display: none;
    font-size: 22px;
}

.active .slidetext {
    display: block;
}

.slidelink {
    font-size: 16px;
}

.disable-scroll {
    overflow-y: hidden;
}

.active .slideicon {
    padding-top: 12px;
}

.logocard h6 {
    color: #77788A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.border-bottom {
    border-color: #9495B0;
}

.mm-menu--offcanvas.mm-menu--opened {
    max-width: 370px;
    padding-top: 30px;
}

.search-input-group {
    width: 100%;
}

#search-input,
.mm-searchfield__input input {
    background-color: #F5F5F8;
    border: 0;
    border-radius: 90px;
    height: 54px;
    width: 100%;
}

.search-input-group-append {
    position: absolute;
    right: 25px;
    margin-top: -19px;
    border: 0;
    background: transparent;
}



/* FORM DYNAMICS */
/*
.clickdform.mainDiv *{
    font-size:16px!important;
    font-family: 'HafferRegular', sans-serif!important;
}
.clickdform .responsiveCell div.alignBottom{
    text-align: left;
}

.clickdform input[type='text'], .clickdform textarea, .clickdform select{
    border: 0!important;
	border-bottom: 1px solid #cdcdcd!important;
    border-radius: 0px;
    min-height: 36px;
    padding: 0 8px !important;
}
.clickdform input[type='text']:focus-visible, .clickdform textarea:focus-visible, .clickdform select:focus-visible {
	outline:0!important;
	border-bottom: 1px solid #000000!important;
}

.clickdform .floatLeft{
    margin-right: 10px;
}

.responsiveRow{
    margin-bottom:15px;
    display: inline-flex;
}
*/
.buttonContainer {
    position: absolute;
    width: 170px;
    margin: auto !important;
    left: 50%;
    margin-left: -85px !important;
    margin-top: -40px !important;
}

#btnSubmit {
    font-family: 'HafferMedium', sans-serif;
    border-radius: 4px;
    border: solid 1px #0084B4 !important;
    background-color: #0084B4 !important;
    color: white !important;
    padding: 16px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#btnSubmit:hover,
#btnSubmit:active {
    border: solid 1px #0084B4 !important;
    background-color: white !important;
    color: #0084B4 !important;
}


/*Menu mobile*/
#mobilemenu-container {
    overflow-x: hidden;
    min-height: 100%;
    display: none;
    top: 0;
    padding-top: 90px;
    background-color: white;
}

#mobilemenu {
    left: 100%;
    top: 10px;
    width: 100%;
    font-weight: 700;
}

.submenumobile {
    left: 100%;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-color: white;
}

.submenumobile {
    position: absolute;
    transition: all 0.5s;
}

.menuvisible {
    left: 0 !important;
}

.menuinvisible {
    left: 1000 !important;
}

.mobilemenulink {
    display: inline-block;
    min-width: 75%;
    padding: 14px;
}

.buttonlang-container {
    position: absolute;
    bottom: 15px;
}

.buttonlang {
    background-color: #00AEEF;
    border-radius: 50px;
    padding: 6px 16px;
}

.buttonlang .wpml-ls-link {
    color: white;
}


.meter {
    height: 5px;
    position: relative;
    background: #565656;
    overflow: hidden;
}

.meter span {
    display: block;
    height: 100%;
}



.progress {
    background: linear-gradient(92.54deg, #004677 3.32%, #0081DD 101.91%) left bottom transparent no-repeat;
}

.progressanimation {
    animation: progressBar 3s ease-in-out;
    animation-fill-mode: both;
}

.overlapped-form {
    position: absolute;
    /*bottom: 0;*/
    top: calc(-1 * var(--overlap-offset, 0px));
    width: 100%;
}

.overlapped-inner {
    background: white;
    padding: 30px;
    box-shadow: 0px 4px 40px 4px #0000001A;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1em 1em 1em 3em;
    margin-left: 0;
	margin-right: 0;
    color:#2e2e2e;
    border: 1px solid;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output {
	border-color: #9F0000;
	background: #F9EDED;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #009F48;
	background: #EDF9F2;
}

.wpcf7 form .wpcf7-response-output:before {
    margin-left: -1.5em;
	display: inline-block;
	padding-right: 0.5em;
    font: var(--fa-font-solid);
}

.wpcf7 form.invalid .wpcf7-response-output::before, .wpcf7 form.unaccepted .wpcf7-response-output::before, .wpcf7 form.payment-required .wpcf7-response-output::before, .wpcf7 form.spam .wpcf7-response-output::before {
	content: "\f06a";
	color: #D31212;
}

.wpcf7 form.sent .wpcf7-response-output:before {
	content: "\f058";
	color: #009F48;
}


.overlap-spacer {
    width: 100%;
    height: 0;
    pointer-events: none;
    /* per sicurezza */
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.tabslider-button {
    border-radius: 0;
    padding: 12px 20px;
    border-bottom: 1px solid #303030;
    margin: 10px 0;
}

.tabslider-button.active {
    border-radius: 15px;
    background: linear-gradient(92.54deg, #004677 3.32%, #0081DD 101.91%) left bottom transparent no-repeat;
    border-bottom: 1px solid transparent;
}

#videozoom {
    transform: scale(0.5);
}

.zoom {
    animation: zooming 4s ease-in-out forwards;
}

@keyframes zooming {
    0% {
        transform: scale(0.5);
    }

    /* Inizia con il 50% */
    100% {
        transform: scale(1);
    }

    /* Arriva al 100% */
}


#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu {
    margin-left: 15px;
}

ul:not([class]) {
    list-style: none;
    padding-left: 2.5rem;
}

ul:not([class]) li {
    margin-bottom: 10px;
}

ul:not([class]) li:last-child {
    margin-bottom: 28px;
}

ul:not([class]) li:not([class])::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: white;
    font-weight: 900;
    position: relative;
    background: #00AEEF;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 20px;
    font-size: 0.9em;
    line-height: 1.6em;
    display: inline-block;
    margin: 2px 20px 0 -45px;
}

.nav-tabs {
    position: relative;
    z-index: 2;
    border: 0;
}

.nav-tabs .nav-link {
    border: none !important;
    border-bottom: 6px solid #E4E4E4 !important;
    position: relative;
    color: #000000;
}

.negative .nav-tabs .nav-link {
    border-bottom: 6px solid #23618e !important;
}

.nav-tabs .nav-link.active {
    border-bottom: 6px solid #00AEEF !important;
    position: relative;
    background: transparent;
    font-weight: 700;
}

.nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00AEEF;
}

.tabs-mobile {
    display: none;
}



/*
#menu-mainmenu > li {
  position: relative; 
}
*/
/* il mega-sottomenu di default è nascosto */
/* stato iniziale */
.mega-sottomenu {
    position: absolute;
    top: 100%;
    min-width: 300px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;

    max-height: calc(100vh - 60px);
    /* 🔹 Limita all’altezza della viewport */
    overflow-y: auto;
}

.mega-sottomenu a {
    color: #0084B4 !important;
    line-height: 22px !important;
    margin-bottom: 15px;
    display: block;
}

.mega-sottomenu a .title {
    margin-bottom: 6px;
}

.mega-sottomenu a:hover .title {
    text-decoration: underline !important;
}

.mega-sottomenu a .menudescription {
    color: #000 !important;
}

/* stato visibile */
#menu-mainmenu>li.open>.mega-sottomenu {
    opacity: 1;
    visibility: visible;
}

.menulabel {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.menudescription {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

#menuoverlay {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 70px;
    display: none;
}

.menucolsx {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
}

.menucoldx {
    max-width: 560px;
}

.language-toggle {
    cursor: pointer;
}

.language-menu {
    position: absolute;
    top: 70px;
    margin-left: -60px;
    background: #fff;
    width: 150px;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 99999;
}

.language-menu.open {
    display: block;
    opacity: 1;
}

.language-menu a {
    display: block;
    line-height: 22px !important;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.language-menu a:hover,
.language-menu a:active {
    text-decoration: underline;
}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: inline !important;
}

.catlabel {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #00AEEF;
    border: 1px solid #00AEEF;
    padding: 6px 14px;
    border-radius: 60px;
    margin-bottom: 15px;
    margin-right: 10px;
    display: inline-flex;
}

.catlabel-card {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #00AEEF;
    border: 1px solid #00AEEF;
    padding: 5px 14px;
    border-radius: 60px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-flex;
}

.vimeo-container {
    padding: 56.25% 0 0 0;
    position: relative;
}

.vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.totop {
    position: fixed;
    bottom: 70px;
    right: 35px;
    background: #00aeef;
    border-radius: 100%;
    padding: 12px 0;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    color: white !important;
    font-size: 20px;
}

.totop:hover {
    background: #006d96;
}

/* linkedin badge */
.linkedin-badge {
    display: inline-block;
}
.linkedin-badge .linkedin-badge__name {
    margin-left: 10px;
    color: #000000;
    vertical-align: middle;
    font-size: medium;
}

@media (min-width: 1660px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

@media (min-width: 1460px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

@media (min-width:768px) {

    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::after,
    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background-color: #004677;
        border-radius: 50px;
        margin-left: 50%;
    }
}

@media (max-width:1199px) {

    .tpl-title-default {
        font-size: 40px;
        line-height: 46px;
    }

    #navigation .container {
        max-width: 100% !important;
    }

    #navbarCollapse {
        display: none !important;
    }

    .language-toggle {
        position: fixed;
        right: 55px;
        top: 12px;
        z-index: 100;
        cursor: pointer;
    }

    .language-menu {
        right: 0;
    }
}

@media (max-width:991px) {
    .overlapped-form {
        position: relative;
        top: 0;
    }
}

@media (max-width:767px) {
    .tabs-desktop {
        display: none;
    }

    .tabs-mobile {
        display: flex;
    }

    .tabs-mobile .dropdown-menu {
        width: 100%;
        min-width: 100%;
        border: 0;
        box-shadow: 0 0 15px #0003;
        padding: 0;
        border-radius: 0;
        z-index: -1;
    }

    .maingradient-bg .tabs-mobile .dropdown-menu {
        background: #004577;
    }

    .tabs-mobile-other-toggle.dropdown-toggle::after {
        content: "\f078";
        font-family: "Font Awesome 6 Pro";
        font-size: 0.8em;
        font-weight: bold;
        padding-left: 0.3em;
        color: #00AEEF;
        transition: all 0.1s;
        border: 0 none;
    }

    .tabs-mobile .dropdown-item {
        white-space: normal;
        padding: 15px 10px;
    }

    #mega-menu-wrap-header {
        position: fixed !important;
        right: 30px !important;
    }

    .testo-sezione-sx,
    .testo-sezione-dx {
        position: relative;
        text-align: left;
        margin-left: 0;
    }

    .intestazione h1,
    .intestazione .title,
    .tpl-title-default,
    .tpl-title-grande,
    .slidetitle,
    h1,
    .colonna_title {
        font-size: 38px;
    }

    .single .copertina {
        min-height: 600px;
    }

    .bc {
        display: none;
    }

    .cit {
        padding: 30px 20px 30px 20px;
    }

    .responsiveCellSize3 {
        width: 100% !important;
        min-width: 100% !important;
    }

    .clickdform .minSize3 {
        width: 100% !important;
        min-width: 100% !important;
    }

    .clickdform .responsiveCell div.alignTop {
        display: block !important;
    }

    .responsiveRow {
        display: inline;
    }
}

@media (max-width:575px) {
    html {
        font-size: 16px;
    }

    .intestazione h1,
    .intestazione .title,
    .tpl-title-default,
    .tpl-title-grande,
    .slidetitle,
    h1,
    .colonna_title,
    .active .tpl-title-grande,
    .active .slidetitle {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    .col-box {
        min-width: 28%;
    }

    .form-control {
        max-width: 100%;
    }

    .vyt {
        height: 300px !important;
    }

    #search-form-alt {
        display: none;
    }

    .number-elenco,
    .negative .number-elenco {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .title-elenco,
    .negative .title-elenco {
        font-size: 28px;
    }

    .logocard h2 {
        font-size: 36px;
    }
}