/* TODO readme paletta colori dedicata alle note todo */
/*
f94144,f3722c,f8961e,f9844a,f9c74f,90be6d,43aa8b,4d908e,577590,277da1
https://coolors.co/f94144-f3722c-f8961e-f9844a-f9c74f-90be6d-43aa8b-4d908e-577590-277da1
*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::    * A_SETTINGS Media query
::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
// Small devices (landscape phones, 576px and up) 			// Extra small devices (portrait phones, less than 576px)
@media (min-width: 576px) { ... } 							@media (max-width: 575.98px) { ... }

// Medium devices (tablets, 768px and up)					// Small devices (landscape phones, 576px and up)
@media (min-width: 768px) { ... }							@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Large devices (desktops, 992px and up)					// Medium devices (tablets, 768px and up)
@media (min-width: 992px) { ... }							@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Extra large devices (large desktops, 1200px and up)		// Large devices (desktops, 992px and up)
@media (min-width: 1200px) { ... }							@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// No media query necessary for xs breakpoint as it's effectively `@media (min-width: 0) { ... }`
@include media-breakpoint-only(xs) { ... }	@include media-breakpoint-up(sm) { ... }	@include media-breakpoint-down(xs) { ... }
@include media-breakpoint-only(sm) { ... }	@include media-breakpoint-up(md) { ... }	@include media-breakpoint-down(sm) { ... }
@include media-breakpoint-only(md) { ... }	@include media-breakpoint-up(lg) { ... }	@include media-breakpoint-down(md) { ... }
@include media-breakpoint-only(lg) { ... }	@include media-breakpoint-up(xl) { ... }	@include media-breakpoint-down(lg) { ... }

*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * Mportal
::::::::::::::      Impostazioni per css per M portal
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@import url("font/stylesheet.css");


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::    * A_SETTINGS INDEX CSS
::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS magic-mouse-js
::::::::::::::      Impostazioni per togliere il cursore definitivamente
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*html, * {
    cursor: none;
}*/


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS Color
::::::::::::::      Impostazioni colori
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

:root {

    --revo-primary: #00c0ad;
    --revo-secondary: #63e0cb;
    --revo-tertiary: #00b29b;

    --revo-black: #000000;
    --revo-black-light: #1c1c1a;
    --revo-gray: #575756;

    --a5t-primary: #783d66;
    --a5t-secondary: #20785a;

    --red-salsa: #f94144ff;
    --orange-red: #f3722cff;
    --yellow-orange-color-wheel: #f8961eff;
    --mango-tango: #f9844aff;
    --maize-crayola: #f9c74fff;
    --pistachio: #90be6dff;
    --zomp: #43aa8bff;
    --cadet-blue: #4d908eff;
    --queen-blue: #577590ff;
    --cg-blue: #277da1ff;
}

.color-revo-primary {
    color: var(--revo-primary);
}

.color-revo-secondary {
    color: var(--revo-secondary);
}

.color-revo-tertiary {
    color: var(--revo-tertiary);
}

.color-revo-black {
    color: var(--revo-black);
}

.color-revo-black-light {
    color: var(--revo-black-light);
}

.color-revo-gray {
    color: var(--revo-gray);
}


.bg-revo-primary {
    background-color: var(--revo-primary);
}

.bg-revo-secondary {
    background-color: var(--revo-secondary);
}

.bg-revo-tertiary {
    background-color: var(--revo-tertiary);
}

.bg-revo-black {
    background-color: var(--revo-black);
}

.bg-revo-black-light {
    background-color: var(--revo-black-light);
}

.bg-revo-gray {
    background-color: var(--revo-gray);
}

#gototop-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 3;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS Section
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
    margin: 0;
    padding: 0;
    background: #000000;
    color: #ffffff;
    font-family: "Roboto", serif;
    font-weight: normal;
}

header {
    position: absolute;
    width: 100%;
    z-index: 3  ;
}

footer {
    position: relative;
    width: 100%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS font
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

p {
    margin-bottom: 0;
}

.a5t-p-sx {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 0;
}

.a5t-p-sm {

}

.a5t-p-md {

}

.a5t-p-lg {

}

.roboto {
    font-family: "Roboto", serif !important;
    font-weight: normal !important;
    text-transform: inherit!important;
}
span {

}

b {

}

h1, h2, h3, h4, h5, h6 {
    font-family: "SF Florencesans SC";
    font-width: bold;
    text-transform: uppercase;
}

h1.hero {
    font-size: 35px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1.hero {
        font-size: 40px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h1.hero {
        font-size: 45px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1.hero {
        font-size: 50px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1.hero {
        font-size: 55px;
    }
}

a {
    color: var(--revo-primary);
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.color-revo-black a {
    color: var(--revo-black);
    transition: all 0.3s ease-in-out;
}

.color-revo-black a:hover {
    color: var(--revo-gray);
}

.a5t-underline {
    color: #049FAF !important;
    text-decoration: solid;
    text-decoration-line: underline;
    text-decoration-style: inherit;
    text-decoration-color: #049FAF;
}

ul {

}

li {

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS shadow
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.a5t-shadow-1 {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS radius
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.a5t-radius-10 {
    border-radius: 10px;
}

.a5t-img-radius-top-10 {
    border-radius: 0 0 10px 10px;
}

.a5t-img-radius-bottom-10 {
    border-radius: 10px 10px 0 0;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS primary_menu
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/










#primary_menu li {
    list-style: none;
    display: inline-block;
}

#primary_menu li a {
    text-decoration: none;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: sans-serif;
    display: block;
    overflow: hidden;
    transition: 0.7s all ease-in-out;
    padding: 14px 30px;
    text-transform: uppercase;
}


#primary_menu li:hover a {
    color: var(--revo-primary);
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-toggle:hover:after {
    display: inline-block;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS button
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.btn {
    border-radius: 0px;
    padding: 0.545em 1em;
    text-align: center;
    display: inline-block;
    letter-spacing: .02em;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid;
    line-height: 1;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;

    /*Standard*/
    /*
    border-radius: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 0.375rem 1.75rem;
    transition: all 0.3s ease-in-out;*/
}


.btn-primary {
    color: #fff;
    background-color:  var(--revo-black);
    border-color:  var(--revo-black);
}

.btn-primary:hover {
    color: #fff;
    background-color:  var(--revo-black-light);
    border-color:  var(--revo-black-light);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color:  var(--revo-gray);
    border-color:  var(--revo-gray);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color:  var(--revo-gray);
    border-color:  var(--revo-gray);
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color:  var(--revo-primary);
    border-color:  var(--revo-primary);
}

.btn-secondary:hover {
    color: #fff;
    background-color:  var(--revo-secondary);
    border-color:  var(--revo-secondary);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color:  var(--revo-gray);
    border-color:  var(--revo-gray);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color:  var(--revo-gray);
    border-color:  var(--revo-gray);
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-colored {
    color: #FDC75A;
    background-color: transparent;
    border-color: #FDC75A;
}

.tease:hover .btn-colored {
    background-color: transparent;
}

.btn-colored:not(:disabled):not(.disabled).active, .btn-colored:not(:disabled):not(.disabled):active, .show > .btn-colored.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #FDC75A;
}

.btn-colored.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 199, 90, 0.5);
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS equal cols
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.row.equal-cols {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols > [class*='col-'] {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.row.equal-cols .tease {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS cf7
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/




.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: var(--revo-secondary);
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 2px solid var(--revo-primary);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}





select {

    border: solid 3px #000;
    padding: 6px;
    border-radius: 4px !important;
    width: auto;
}

.wpcf7-text {
    background: transparent;

    border: none;
    border-bottom: solid 3px var(--revo-primary);;
    padding: 6px;
    border-radius: 0px !important;
    width: auto;
    margin: 10px 0px 20px 0px;
}

.wpcf7-textarea {
    background: transparent;

    border: none;
    border-bottom: solid 3px var(--revo-primary);;
    padding: 6px;
    border-radius: 0px !important;
    width: 100%;
    margin: 10px 0px 20px 0px;
}

.wpcf7-form :focus {
    border: none;
    outline: none;
    outline-color: #10768F;
    outline-style: solid;
    outline-width: 0px;
    border-bottom: solid 3px var(--revo-gray);
    border-radius: 0px !important;
    width: 100%;
    transition: all 0.3s ease-in-out;

}


.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-textarea :focus {
    width: 100%;
    color: var(--revo-primary);
}

input.form-check-input {
    width: auto!important;
}


.wpcf7-form label {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    width: 100%;
}

select {
    background-color: #fff;
    width: auto;
    border-radius: 0px !important;
}


.form-control:focus {
    color: var(--revo-secondary);
    background-color: transparent;
    border-bottom: 2px solid var(--revo-secondary);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0, 0.25);
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222222;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222222;
    opacity: 0.5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #222222;
    opacity: 0.5;
}

input.wpcf7-form-control.wpcf7-submit {
 color: #000;
}

input.wpcf7-form-control.wpcf7-submit,
input.form-check-input {
    width: auto;
}


/*input.wpcf7-form-control.wpcf7-submit {*/
/*    font-size: 60px;*/
/*    border: none;*/
/*    color: var(--revo-secondary);*/
/*    background: transparent;*/
/*    transition: all 0.3s ease-in-out;*/
/*    position: relative;*/
/*}*/

/*input.wpcf7-form-control.wpcf7-submit:hover {*/
/*    border: none;*/
/*    color: var(--revo-primary);*/
/*}*/


/*input.wpcf7-form-control.wpcf7-submit:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 30px;*/
/*    margin-top: 28px;*/
/*    height: 2px;*/
/*    background: var(--revo-secondary);*/
/*    position: absolute;*/
/*    transition: 0.7s all ease-in-out;*/
/*}*/


/*input.wpcf7-form-control.wpcf7-submit:hover::before {*/
/*    width: 80px;*/
/*    background: var(--revo-primary);*/
/*}*/

.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.4;
}



.widget .menu-primary-navigation-container ul {
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    text-transform: uppercase;
    padding: 0;
}

.widget .menu-primary-navigation-container ul li {
    font-size: 30px;
}

.widget_text {
    font-size: 13px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS loader
::::::::::::::      impostazioni per modificare il loader
::::::::::::::      effetto al caricamento della pagina composto da logo sezioni e loader
::::::::::::::      L'evento che fa avviare è la classe 'loaded' posizionato nel body
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


#main-content {
    filter: blur(13px);
    -webkit-filter: blur(13px);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #main-content {
    filter: unset;
    -webkit-filter: unset;
}



.preload {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}

/* loader medium */
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #01a6c2;
    z-index: 83;
    animation: spin 2s linear infinite;
}

/* loader small */
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #01a6c2;
    animation: spin 3s linear infinite;
}

/* loader big */
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #01a6c2;
    animation: spin 1.5s linear infinite;
}

/* loader logo */
.logo-loader {
    transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 82;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    width: 100px;
    height: 100px;

}

/* loader sections */
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /*background: rgba(var(--a5t-primary-rgb), 0.4);*/
    z-index: 80;
    transform: translateX(0);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* loader sections directions */
#loader-wrapper .loader-section.section-left {
    left: 0;
    opacity: 1;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
    opacity: 1;
}

@keyframes spin {
    0% {
        transform: rotate(-0deg);
        -webkit-transform: rotate(-0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/* loader loaded effect exit */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-in-out;
}

.loaded .logo-loader {
    opacity: 0;
    width: 0px;
    height: 0px;

}


.loaded .loader-background {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 0px;
}

.loader-background {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 1140px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    /*background: rgba(var(--a5t-primary-rgb), 0.7);*/
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 82;
}

.inner-loader-background {

}

.loaded .section-header {
    opacity: 1;
    transition: all 0.7s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-header {
    opacity: 0;
    margin-top: unset;
}


.logo-loader {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);

    }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS section-home-slide
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.section-home-slide {
    width: 100%;
    background-image: url("https://source.unsplash.com/1600x900/?porsche");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

/*.section-home-slide .slider:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    background: rgba(0, 0, 0, 0.58);*/
/*    z-index: 0;*/
/*}*/

.section-home-slide .inner-slider {
    width: 100%;
    z-index: 1;
}

.section-home-slide .center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh);
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .section-home-slide .center-screen {
        min-height: calc(100vh - 120px);
    }
}

@media (min-width: 992px) {

}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS section-box-cta
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.section-box-cta {
    position: absolute;
    width: 100%;
    margin-top: -110px;
    z-index: 2;
}


.revo-link svg {
    -webkit-animation: cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 2s;

}

@-webkit-keyframes run {
    0% {
        margin-left: 5px;
    }
    50% {
        margin-left: 15px;
    }
    100% {
        margin-left: 5px;
    }
}








/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS home-campi
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.section-home-campi {
    /*width: 100%;*/
    /*background-image: url("https://source.unsplash.com/1600x900/?porsche");*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-attachment: scroll;*/
}


.item-campo img {
    background-color: var(--revo-primary);
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS section-perche
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


@media (min-width: 768px) {
    .listing-menu {
        position: absolute;
        width: 100%;
        margin-top: -150px;
        z-index: 2;
        right: 0px;
    }
}


.btn-collapse h2 {
    transition: all 0.3s ease-in-out;
}

.btn-collapse:hover h2 {
    color: #fff;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS table_products
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.dataTables_wrapper {
    zoom: 0.5;
}

@media (min-width: 576px) {
    .dataTables_wrapper {
        zoom: 0.6;
    }
}

@media (min-width: 768px) {
    .dataTables_wrapper {
        zoom: 0.8;
    }
}

@media (min-width: 992px) {
    .dataTables_wrapper {
        zoom: 1;
    }
}


table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: var(--revo-black-light);
}

table.dataTable tbody tr {
    background-color: var(--revo-black);

}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {

    background-color: var(--revo-black-light);
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: var(--revo-black);
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: var(--revo-gray);
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: var(--revo-gray);
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: var(--revo-gray);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--revo-tertiary);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--revo-tertiary);
    box-shadow: inset 0px 0px 0px 1px var(--revo-tertiary);
}

table.dataTable tbody tr.group {
    background-color: var(--revo-gray);
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    color: var(--revo-primary);
}

table.dataTable tfoot th, table.dataTable tfoot td {
    color: var(--revo-primary);
}

.dataTables_wrapper .dataTables_filter input {
    color: var(--revo-primary);
    border-radius: 0px;
}

.table select {
    color: var(--revo-primary);
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 0px;
    color: var(--revo-primary);

}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

    border-radius: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    border: 1px solid var(--revo-primary);
    background-color: var(--revo-primary);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--revo-primary)), color-stop(100%, var(--revo-primary)));
    background: -webkit-linear-gradient(top, var(--revo-primary) 0%, var(--revo-primary) 100%);
    background: -moz-linear-gradient(top, var(--revo-primary) 0%, var(--revo-primary) 100%);
    background: -ms-linear-gradient(top, var(--revo-primary) 0%, var(--revo-primary) 100%);
    background: -o-linear-gradient(top, var(--revo-primary) 0%, var(--revo-primary) 100%);
    background: linear-gradient(to bottom, var(--revo-primary) 0%, var(--revo-primary) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #1d1c1b;
    background-color: #1d1c1b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d1c1b), color-stop(100%, #1d1c1b));
    background: -webkit-linear-gradient(top, #1d1c1b 0%, #1d1c1b 100%);
    background: -moz-linear-gradient(top, #1d1c1b 0%, #1d1c1b 100%);
    background: -ms-linear-gradient(top, #1d1c1b 0%, #1d1c1b 100%);
    background: -o-linear-gradient(top, #1d1c1b 0%, #1d1c1b 100%);
    background: linear-gradient(to bottom, #1d1c1b 0%, #1d1c1b 100%);
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS section-home-contatti
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.inner-home-cta:before {
    background-image: url('../img/icona-paticals.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -30%;
    margin: -25px auto;
    float: right;
    display: block;
    width: 377px;
    height: 299px;
    content: "";
    position: absolute;
    z-index: 2;
    -webkit-animation: cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
    -webkit-animation-name: rotate-light;
    -webkit-animation-duration: 30s;
    opacity: 0.6;

}
.inner-home-cta .container {
    z-index: 3;
    position: relative;
}





@-webkit-keyframes rotate-light {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(20deg);
    }
    75% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



.inner-home-cta.bg-revo-primary {
    position: relative;
    overflow: hidden;
}


@media (min-width: 768px) {
    .inner-home-cta:before {
        right: 15%;
        overflow: inherit;
        opacity: 1;
    }
    .inner-home-cta.bg-revo-primary {
        position: relative;
        overflow: initial;
    }
}

@media (min-width: 992px) {
    .dataTables_wrapper {
        zoom: 1;
    }
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::: 11 * A_SETTINGS menu mobile
::::::::::::::      Impostazioni per css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.95);;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay .a-full-menu {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay .a-full-menu:hover, .overlay .a-full-menu:focus {
    color: var(--revo-primary);
}

.overlay .closebtn {
    text-align: right;
    padding-right: 31px;
    font-size: 30px;
    padding-top: 18px;
}

.full-menu-logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.navbar-toggler {
    z-index: 2;
}


@media screen and (max-height: 450px) {
    .overlay .a-full-menu {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 30px;

    }
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {

}
