/* 
=================================
NUOVO MENU 2019 
@update 01/03/2024

sovrascrittura stili 
=================================
*/



.blocco #menu_contatti {
    display: none;
}

#logo_cgn_2019 {
    position: fixed;
    top: 5px;
}

.navbar {
    position: fixed;
    background-color: #2C6DA2;
}

.trasparente {
    /*background-color:transparent;*/
}

.variations {
    display: block;
}

.variations li {
    display: block;
}

.close::before,
.close::after {
    background-color: #000000;
}

#menu_cgn_2019 {
    width: 100%;
}

#menu_principale {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 170px;
}

#menu_principale button {
    display: none;
}

#menu_principale a {
    margin-left: 20px;
    color: #ffffff;
}

#menu_principale a:focus {
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.variations {
    margin-top: -20px;
}

#voci_menu {
    position: fixed;
    top: 60px;
}

#megamenu {
    position: fixed;
    top: 56px;
    width: 80% !important;
    margin: 0 auto;
}

#menu_professionisti,
#menu_gruppo,
#menu_privati {
    width: 100% !important;
    color: #2C6DA2;
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;*/
    border-radius: 20px;
}

.titolo_sezione {
    display: block;
    font-weight: 100;
    font-size: 1.5em;
    color: #3b3b3b;
    height: 1.5em;
    padding-left: 10px;
}

#megamenu a:link,
#megamenu a:visited {
    color: #333333;
}

#megamenu a:hover {
    color: #f4822a;
}

#megamenu ul {
    display: table;
}

.titolo_gruppo {
    font-size: 18px;
    font-weight: 500;
    /*border-bottom: 1px solid #cccccc;*/
}

.titolo_gruppo_vuoto {
    font-size: 22px;
    font-weight: 100;
    min-height: 45px;
}

.imgmenu {
    width: 100%;
    border: 3px solid #ffffff;
}

.blocco {
    display: inline;
    padding: 10px;
    float: left;
    width: 25%;
}

.separatore_menu {
    display: block;
    clear: both;
}

.btn_menu_associati_ora {
    /*position: absolute;
	right:5px;*/
    float: right;
    margin-left: 20px;
    background-color: #20bf55;
    color: #fff !important;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    font-size: 1em;
    font-weight: bold;
}

.btn_menu_associati_ora:hover {
    background-color: #25d860;
    border-radius: 3px;
}

.sfocatura {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}

/* fasca unoformat */

.formazione-unoformat {
    display: block;
    clear: both;
    padding-top: 40px;
}

.formazione-unoformat span {
    font-size: 1.4em;
}

.bg-arancione {
    padding: 20px;
    background-color: #f38b00;
}

.text-white {
    color: #ffffff;
}

.btn-formazione:link,
.btn-formazione:hover,
.btn-formazione:visited {
    display: inline-block;
    border-radius: 3px;
    margin-left: 50px;
    background-color: #2C6DA2;
    color: #ffffff !important;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: normal !important;
}

/* 
================== 
dispositivi mobili 
================== 
*/

@media screen and (max-width: 799px) {
    .blocco #menu_contatti {
        display: block;
    }

    .imgmenu {
        display: none;
    }

    #logo_cgn_2019 {
        position: fixed;
        top: 10px;
    }

    #menu_principale .menu-btn {
        display: block;
        position: absolute;
        right: 10px;
    }

    .menu-btn img {
        position: relative;
        top: 0px;
        right: 5px;
    }

    #menu_principale a {
        display: none;
    }

    #menu_principale button.btn:focus {
        border: 0px;
        box-shadow: none;
    }

    .variations {
        display: inline-block;
        margin-top: 0px;
    }

    .variations li {
        display: inline-block;
    }

    .blocco {
        display: block;
        padding: 10px;
        float: left;
        width: 100%;
    }

    #megamenu {
        position: fixed;
        top: 56px;
        background-color: #ffffff;
        border-bottom: 0px;
        z-index: 9000;
        height: 100%;
    }

    .titolo_gruppo {
        font-weight: bold;
        border-bottom: 1px solid #666666;
    }

    .titolo_gruppo i {
        display: inline-block;
    }

    .btn_menu_associati_ora {
        position: absolute;
        top: 10px;
        right: 120px;
        background-color: #20bf55;
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 30px;
    }

    .titoloherobox {
        font-size: 2em;
    }

    .titolo_sezione {
        float: left;
        clear: both;
    }

    .btn-formazione:link,
    .btn-formazione:hover,
    .btn-formazione:visited {
        margin-left: 0px;
    }
}

.vocecgn {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
    #menu_principale {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    #logo_cgn_2019 {
        position: fixed;
        top: 10px;
    }

    .btn_menu_associati_ora {
        position: absolute;
        top: 10px;
        right: 115px;
        background-color: #20bf55;
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 30px;
    }

    #menu_principale .menu-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 10px;
    }

    .variations {
        margin-top: 0px;
    }
}

@media screen and (max-width: 380px) {
    #logo_cgn_2019 {
        position: fixed;
        top: 10px;
    }

    .btn_menu_associati_ora {
        position: absolute;
        top: 10px;
        right: 115px;
        background-color: #20bf55;
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 30px;
        font-size: 0.8em;
    }

    #menu_principale .menu-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 10px;
        font-size: 0.8em;
    }

    .variations {
        margin-top: 0px;
    }
}

/* override MEGAMENU */

#megamenu {
    top: 58px !important;
    height: auto !important;
    width: 100% !important;

}

#megamenu ul {
    list-style: none !important;
}

#megamenu li {
    list-style: none !important;
}

.bgbianco {
    background-color: #ffffff;
}

.prima-riga {
    font-family: roboto;
    margin-top: 10px;
    margin-right: 150px;
    margin-left: 150px;
    background-image: url("../cgn_images/bg-menu.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 10px 10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    height: auto;
    min-height: 0;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.prima-riga-privati {
    height: auto;
    min-height: 360px;
}

.prima-riga-gruppo {
    height: auto;
    min-height: 360px;
}

.seconda-riga {
    margin-right: 150px;
    margin-left: 150px;
    background-color: #ffead4 !important;
    height: 180px;
    padding: 0 20px;
    border: 1px solid #c7c7c7;
    border-radius: 10px 10px 10px 10px;
    margin-top: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.titolo_gruppo {
    font-family: 'Playfair Display', serif !important;
    font-weight: 500;
    padding-bottom: 10px;
}

.vocecgn {
    line-height: 20px !important;
}

.menu-unoformat {
    height: 100%;
    width: 100%;
    height: 410px;
}

.img-menu-unoformat {
    width: 390px;
}

.menu-fisco7 {
    height: 100%;
    width: 100%;
    height: 180px;
}

.img-menu-fisco7 {
    width: 390px;
}

.blk1 {
    border-left: 5px solid #ffead4;
    padding-left: 15px;
}

.blk2 {
    border-left: 5px solid #ecddff;
    padding-left: 15px;
}

.blk3 {
    border-left: 5px solid #cdfDCb;
    padding-left: 15px;
}

.blk4 {
    border-left: 5px solid #fcffc2;
    padding-left: 15px;
}

.blk5 {
    border-left: 5px solid #ceedff;
    padding-left: 15px;
}

.titolo_sezione {
    display: none !important;
}

ul li.vocecgn {
    box-sizing: border-box;
    /* color: rgb(51, 51, 51); */
    cursor: pointer;
    display: list-item;
    font-family: Roboto, sans-serif;
    font-size: 16px !important;
    font-weight: 300;
    height: auto;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-decoration-color: rgb(51, 51, 51);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    width: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HERO BOX - ABOVE THE FOLD */

.sottotitolo-hero {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1.5;
}

@media only screen and (max-width: 800px) {
    .new-hero {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1400px) {
    .new-hero {
        margin-left: -5% !important;
    }
}

@media only screen and (max-width: 550px) and (min-width: 382px) {
    .new-hero {
        margin-left: 10px !important;
    }
}

.menu-serp {
    border-radius: 6px;
}

.menu-serp p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 80% !important;
    text-align: left !important;
}

.menu-serp .titolo_gruppo {
    /* margin-top: 8px !important; */
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.menu-serp li a {
    color: #2C6DA2 !important;
    font-weight: 400;
    font-size: 90%;
    text-decoration: none;
}

.menu-serp p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #333333;
}



@media only screen and (max-width: 799px) {

    .titolo_sezione {
        display: none;
    }

    .titolo_gruppo {
        font-size: 16px;
        border-bottom: 0 !important;
    }

    #megamenu {
        width: 100% !important;
    }

    #megamenu li {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .prima-riga {
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        height: auto;
        min-height: 0;
        padding: 0 20px;
    }

    .seconda-riga {
        margin-right: 10px;
        margin-left: 10px;
        background-color: #ffead4 !important;
        height: 450px;
        padding: 0 20px;
        margin-top: 10px;
    }

    .prima-riga-privati {
        height: auto;
        min-height: 0;
    }

    .prima-riga-gruppo {
        height: auto;
        min-height: 0;
    }

    .titolo_gruppo_vuoto {
        display: none;
    }

    .titolo_gruppo {
        font-family: 'Playfair Display', serif !important;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .vocecgn {
        font-size: 10px !important;
        line-height: 20px !important;
    }

    .menu-unoformat {
        height: 100%;
        width: 100%;
    }

    .img-menu-unoformat {
        width: 280px !important;
    }

    .menu-fisco7 {
        height: 100%;
        width: 100%;
    }

    .img-menu-fisco7 {
        width: 280px !important;
    }

    .titolo_gruppo {
        font-size: 16px;
        min-height: 30px;
        border-bottom: 0;
    }

    .titolo_gruppo i {
        display: flex;
    }

    .variations {
        margin-top: 0px !important;
        background-color: #3b3b3b !important;
        padding-bottom: 20px;

    }

    .text-md {
        font-size: 14px !important;
    }

}



























/********** theme.css *************************/

/* ROBOTO */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* NUNITO */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap");

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?-9heso");
    src: url("../fonts/icomoon/icomoon.eot?#iefix-9heso") format("embedded-opentype"),
        url("../fonts/icomoon/icomoon.woff?-9heso") format("woff"),
        url("../fonts/icomoon/icomoon.ttf?-9heso") format("truetype"),
        url("../fonts/icomoon/icomoon.svg?-9heso#icomoon") format("svg");
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
        url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/********* Stili per sovrascrivere il .css di bootstrap **************/

html,
body {
    height: 100%;
    font-weight: 400;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
}

p {
    font-family: 'League Spartan', sans-serif;
}

.font14 {
    font-size: 14px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn.btn-cta-nt a,
.btn.btn-cta a {
    color: #ffffff;
}

.btn.btn-white.btn-cta-nt a,
.btn.btn-white.btn-cta a {
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}


h2 {
    font-weight: 300;
    margin-top: 20px;
}

h3 {
    font-weight: 300;
    color: #3b3b3b;
    font-size: 26px;
}

h4 {
    font-weight: 600;
}

h5 {
    font-weight: 500;
}

h6 {
    font-weight: 500;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    height: 15px;
    margin-top: 1px \9;
    line-height: normal;
}

.green-bullet {
    padding: 0 0 10px 25px;
    margin: 0;
    /*list-style-type: none;*/
    list-style-image: url(https://www.cgn.it/cgn2015/cgn_view/cgn_images/v-bullet-list.png);
    line-height: 2.2;
}

.social-icons li {
    display: inline;
}

.social-icons li img {
    width: 24px;
    height: 24px;
}

.submenu-title {
    display: block;
    color: rgba(42, 156, 244, 1);
    padding: 10px 30px;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.font-big {
    font-size: 1.6em;
}

.white {
    color: #fff;
}

.bg-gray {
    background-color: #f8f7f7;
}

.single-news-list p {
    line-height: 2em;
}

.well-sm {
    padding: 0px;
    border-radius: 0px;
}

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #f8f7f7;
    border: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.thumb-rrr {
    padding: 15px;
}

.svg-icon {
    height: 64px;
}

.svg-title {
    margin: 0;
    max-width: 250px;
}

.navbar-fixed-top {
    z-index: 15007;
}

#canvas {
    width: 100% !important;
}

#ricerca_cap {
    margin-right: 10px;
}

.cont-min-height {
    min-height: 600px;
}

img.formcaptcha {
    width: 120px;
    height: 30px;
}

footer {
    background-color: #263238;
    padding-top: 20px;
}

.media-left,
.media>.pull-left {
    padding-right: 30px;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.circle {
    width: 10px;
    height: 10px;
    background: #999;
    margin: 10px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.circle-transp {
    width: 10px;
    height: 10px;
    background: transparent;
    margin: 10px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.footer.container-fluid {
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: 0;
}

span span {
    display: none;
}

.block-link {
    display: block;
}

.carousel-caption p {
    background-color: rgba(0, 0, 0, 0.3);
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 4px;
}

.profiles {
    border: 0;
}

/* Vertical spacers */

.spacer5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer100 {
    height: 100px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

/* Scrollspy */

section {
    /* padding: 40px 0; */
}

#web-development,
#mobile-development {
    padding-bottom: 0;
}

section:last-child {
    border-bottom: none;
}

.scrollspy .nav a {
    color: #999999;
}

.scrollspy .nav .active a {
    font-weight: bold;
    color: rgba(42, 156, 244, 1);
    border-left: 1px solid rgba(42, 156, 244, 1);
}

.scrollspy .nav .nav {
    display: none;
}

.scrollspy .nav .active .nav {
    display: block;
}

.scrollspy .nav .nav a {
    font-weight: normal;
    font-size: 0.85em;
}

.scrollspy .nav .nav span {
    margin: 0 5px 0 2px;
}

.scrollspy .nav .nav .active a,
.scrollspy .nav .nav .active:hover a,
.scrollspy .nav .nav .active:focus a {
    font-weight: bold;
    padding-left: 30px;
    border-left: 5px solid #999999;
}

.scrollspy .nav .nav .active span,
.scrollspy .nav .nav .active:hover span,
.scrollspy .nav .nav .active:focus span {
    display: none;
}

.application {
    border-top: 1px solid #c1e1ec;
}

.affix-top {
    position: relative;
    margin-top: 50px;
}

.affix {
    top: 100px;
}

.affix,
.affix-bottom {
    width: 213px;
}

.affix-bottom {
    position: absolute;
}

@media (min-width: 1200px) {

    .affix,
    .affix-bottom {
        width: 263px;
    }
}

.cover-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    background: rgba(0, 0, 0, 0.3);
    min-height: 100%;
    top: 0;
    color: #fff;
    z-index: 1;
    position: absolute;
}

.cover-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.cover-wrapper h1 {
    color: #fff;
}

/* Header-big "chiedere a stefano di loopare l'img di background" */

.big-header-wrapper {
    /*background: url(../img/img-big-header.jpg) scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 20%;
    display: table;
    width: 100%;
    height: 80%;
    min-height: 80%;
    color: #fff;
}

.big-header-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
}

.big-header-cover-container {
    margin-right: auto;
    margin-left: auto;
}

.big-header-wrapper h1 {
    color: #fff;
}

/* Header-small */

.small-header-wrapper {
    background: #3a7bad scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
    width: 100%;
    height: 30%;
    /* For at least Firefox */
    min-height: 30%;
    color: #fff;
}

.small-header-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.small-header-cover-container {
    margin-right: auto;
    margin-left: auto;
}

.small-header-wrapper h1 {
    color: #fff;
    font-size: 5em;
    padding-bottom: 0px;
}

.hamburger-btn,
.close-btn {
    position: inherit;
    cursor: pointer;
    width: 18px;
    top: 25px;
    right: 35px;
    padding-bottom: 5px;
    margin-right: 15px;
    max-width: 22px;
    height: 22px;
    z-index: 99999;
}

.close-btn {
    position: inherit;
    cursor: pointer;
    top: 25px;
    right: 35px;
    padding-bottom: 5px;
    max-width: 22px;
    max-height: 22px;
    z-index: 99999;
}

.subtitle-index {
    font-size: 24px;
    font-weight: 300;
}

h2 span {
    font-size: 1.5em;
}

#page .navbar-default {
    background-color: rgba(0, 0, 0, 0);
}

nav {
    padding: 10px;
}

.navbar a {
    color: #fff;
}

.navbar {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s;
}

.navbar.active {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.2s;
}

.navbar-brand {
    display: block;
    float: left;
    padding: 0px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-brand img {
    display: block;
    padding-top: 5px;
    width: 120px;
    /*height: 50px;*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
}

nav,
.navbar-trigger {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-close {
    position: fixed;
    cursor: pointer;
    top: 33px;
    right: 32px;
    max-width: 32px;
    max-height: 32px;
    width: 100%;
    stroke: #fff;
    fill: #fff;
}

.btn-cta {
    border-radius: 3px;
    margin: 0;
    padding: 10px 24px;
    border: 1px solid rgba(42, 156, 244, 1);
    color: rgba(42, 156, 244, 1);
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.6s;
}

.btn-accedi {
    position: absolute;
    border-radius: 3px;
    margin-left: -40px;
    margin-bottom: 10px;
    padding: 10px 24px;
    min-width: 150px;
    border: 1px solid #999999;
    color: #666666;
    background-color: #efefef;
    transition: all 0.6s;
}

.sposta-sinistra {
    position: relative;
    right: 80px;
}

.btn-cta:hover {
    background-color: rgba(44, 148, 244, 1);
    color: rgba(255, 255, 255, 1);
}

.btn-cta-nt {
    border-radius: 3px;
    margin: 0;
    padding: 10px 24px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(32, 191, 85, 1);
    transition: all 0.6s;
}

.btn-cta-blue-nt {
    border-radius: 3px;
    margin: 0;
    padding: 10px 24px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(42, 156, 244, 1);
    transition: all 0.6s;
}

.btn-cta-nt:hover {
    background-color: rgba(29, 174, 77, 1);
    color: rgba(255, 255, 255, 1);
}

.btn-white {
    border-radius: 3px;
    margin: 0;
    padding: 10px 24px;
    /*border: 1px solid rgba(255, 255, 255, 1);*/
    color: rgba(255, 255, 255, 1);
}

.svg-logo {
    height: 40px;
}

/* Form */

.simform {
    position: relative;
    margin: 0;
    padding: 1em 0;
    max-width: 860px;
    width: 100%;
    text-align: left;
    font-size: 2.5em;
}

.simform .submit {
    display: none;
}

/* Question list style */

.simform ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}

.simform ol:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.35em;
}

.questions li {
    z-index: 100;
    position: relative;
    visibility: hidden;
    height: 0;
    -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
    transition: visibility 0s 0.4s, height 0s 0.4s;
}

.questions li.current,
.no-js .questions li {
    visibility: visible;
    height: auto;
    -webkit-transition: none;
    transition: none;
}

/* Labels */

.questions li>span {
    display: block;
    overflow: hidden;
}

.questions li>span label {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.questions li.current>span label,
.no-js .questions li>span label {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.show-next .questions li.current>span label {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}

@keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Input field */

.questions input {
    display: block;
    margin: 0.3em 0 0 0;
    padding: 0.5em 1em 0.5em 0.7em;
    width: calc(100% - 2em);
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1em;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.questions .current input,
.no-js .questions input {
    opacity: 1;
}

.questions input:focus,
.simform button:focus {
    outline: none;
}

/* Next question button */

.next {
    position: absolute;
    right: 0;
    bottom: 1.85em;
    /* padding-bottom of form plus progress bar height */
    display: block;
    padding: 0;
    width: 2em;
    height: 2em;
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    opacity: 1;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.next:hover {
    color: rgba(0, 0, 0, 0.5);
}

.next::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\e600";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "icomoon";
    line-height: 2;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.next.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
}

/* Progress bar */

.simform .progress {
    width: 0%;
    height: 0.15em;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.simform .progress::before {
    position: absolute;
    top: auto;
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.05);
    content: "";
}

/* Number indicator */

.simform .number {
    position: absolute;
    right: 0;
    overflow: hidden;
    margin: 0.4em 0;
    width: 3em;
    font-weight: 700;
    font-size: 0.4em;
}

.simform .number:after {
    position: absolute;
    left: 50%;
    content: "/";
    opacity: 0.4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.simform .number span {
    float: right;
    width: 40%;
    text-align: center;
}

.simform .number .number-current {
    float: left;
}

.simform .number-next {
    position: absolute;
    left: 0;
}

.simform.show-next .number-current {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.simform.show-next .number-next {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

/* Error and final message */

.simform .error-message,
.simform .final-message {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.simform .error-message {
    padding: 0.4em 3.5em 0 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.7);
    font-style: italic;
    font-size: 0.4em;
}

.final-message {
    top: 50%;
    left: 0;
    padding: 0.5em;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-message.show,
.final-message.show {
    visibility: visible;
    opacity: 1;
}

.final-message.show {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    font-size: 18px;
    margin-top: 80px;
    background-color: #8ac34a;
    padding: 20px;
}

/* Final hiding of form / showing message */

.simform-inner.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

/* No JS Fallback */

.no-js .simform {
    font-size: 1.75em;
}

.no-js .questions li {
    padding: 0 0 2em;
}

.no-js .simform .submit {
    display: block;
    float: right;
    padding: 10px 20px;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4);
}

.no-js .simform .controls {
    display: none;
}

/* Remove IE clear cross */

input[type="text"]::-ms-clear {
    display: none;
}

/* Adjust form for smaller screens */

@media screen and (max-width: 44.75em) {
    .simform {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 33.5625em) {
    .simform {
        font-size: 1.2em;
    }
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    font-size: 14px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.pushy .btn.btn-white.btn-cta-nt {
    margin-left: 30px;
    padding: 10px 46px;
    margin-top: 20px;
}

.custom-popup-class .mfp-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* This adds max-width to popup content */

.custom-popup-class .mfp-content {
    width: 100%;
    max-width: 70%;
}

/* This makes "#popup-with-something" scale down proportionally */

.video-popup {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-top: 56.25%;
}

/* This shifts close button outside of the container */

.video-popup .mfp-close {
    top: -44px;
    color: #fff;
    text-align: right;
    right: 1px;
}

/* This is an element itself */

.video-wrapper {
    background: #ebe8e8;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Pushy navbar */

/*body.pushy-active {
    overflow-y: hidden;
}*/

.pushy {
    right: 0;
    position: fixed;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 15011;
    background: #263238;
    font-size: 0.9em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pushy li a {
    display: block;
    color: #eee;
    padding: 10px 30px;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s;
}

.pushy p {
    display: block;
    color: #fff;
    padding: 20px 30px 0px 30px;
    font-size: 24px;
    margin: 0;
}

.pushy ul li ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #334047;
}

.pushy li a:hover {
    background: #2e3d44;
    color: #eee;
    padding-left: 35px;
    transition: all 0.2s;
}

/* Menu Movement */

.pushy-right {
    -webkit-transform: translate3d(270px, 0, 0);
    -moz-transform: translate3d(270px, 0, 0);
    -ms-transform: translate3d(270px, 0, 0);
    -o-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
}

.pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.container-push,
.push-push {
    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    -o-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0);
}

/* Menu Transitions */

.pushy,
#container,
.push {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */

.site-overlay {
    cursor: pointer;
}

p.site-overlay {
    font-size: 14px;
    background-color: #2e3d44;
    padding-bottom: 20px;
}

p.site-overlay span {
    font-size: 18px;
    margn-top: 2px;
}

.pushy-active .site-overlay {}

.btn-hamburger,
.btn-close {
    margin-left: 20px;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.btn-hamburger:hover,
.btn-close:hover {
    color: #eeeeee;
}

.btn-hamburger:focus,
.btn-close:focus {
    outline: 0px;
}

.site-cover {
    display: none;
}

.pushy-active .site-cover {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15009;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Example Media Query */

@media screen and (max-width: 768px) {
    .pushy {
        font-size: 1em;
    }
}

.menu-btn-wrapper {
    width: 100%;
}

.menu-btn {
    padding: 10px;
    float: right;
    cursor: pointer;
}

.content {
    clear: both;
    margin-top: 1em;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

@media screen and (max-width: 992px) {
    .nav-info-col {
        display: none;
    }

    .nav-main-col {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }

    .btn-close {
        stroke: #000;
        fill: #000;
    }
}

@media screen and (min-width: 993px) {
    .nav-main-col {
        width: 50%;
    }

    .nav-info-col {
        width: 50%;
    }
}

/* animazioni triggerate da ScrollMagic */

.animate-benefit,
.animate-CTA,
.animate-fadeFromBottom,
.animate-bottom {
    transition: all 0.8s ease-out;
    opacity: 0;
    transform: translate3d(0, 10%, 0);
}

.animate-fade {
    transition: all 0.8s ease-out;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.animate-fadeFromRight {
    transition: all 0.8s ease-out;
    opacity: 0;
    transform: translate3d(5%, 0, 0);
}

.animate-fadeFromLeft {
    transition: all 0.8s ease-out;
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
}

.show-animation {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

/* Custom panels RRR */

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    z-index: -9999;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
}

.card.hovercard .cardheader {
    background-color: #ebebeb;
    background-size: cover;
    height: 140px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .info {
    padding: 10px 8px 22px;
}

.card.hovercard .cardheader .title {
    margin-bottom: 4px;
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 18px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.card.hovercard .cardheader .desc {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    font-style: italic;
    margin-top: 3px;
    text-overflow: ellipsis;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
    margin-top: 3px;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

/**** Stili moduli *********/

.data-number {
    color: rgba(42, 156, 244, 1);
    font-size: 4em;
}

.vert-spacer {
    display: block;
    padding-top: 45px;
    padding-bottom: 25px !important;
}

.vert-spacer-small {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

/** .head utilizzato per i <p> titolo dei paragrafi **/

.head {
    font-weight: 700;
}

.table-head {
    font-size: 1em;
    font-weight: 400;
}

table.table-striped {
    padding: 0;
}

.gray-bg {
    background-color: #ebebeb;
}

.blue-section {
    background-color: rgba(42, 156, 244, 1);
    color: white;
}

@media only screen and (max-width: 885px) {
    .svg-title img {
        width: 100%;
    }
}

/********/

/* Form */

/********/

.simform {
    position: relative;
    margin: 0;
    padding: 1em 0;
    max-width: 860px;
    width: 100%;
    text-align: left;
    font-size: 2.5em;
}

.simform .submit {
    display: none;
}

/* Question list style */

.simform ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}

.simform ol:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.35em;
}

.questions li {
    z-index: 100;
    position: relative;
    visibility: hidden;
    height: 0;
    -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
    transition: visibility 0s 0.4s, height 0s 0.4s;
}

.questions li.current,
.no-js .questions li {
    visibility: visible;
    height: auto;
    -webkit-transition: none;
    transition: none;
}

/* Labels */

/* nasconi le etichette */
.formCGN label {
    display: none;
}

#form_cgn_aeaml label {
    display: none;
}

.questions li>span {
    display: block;
    overflow: hidden;
}

.questions li>span label {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.questions li.current>span label,
.no-js .questions li>span label {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.show-next .questions li.current>span label {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}

@keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Input field */

.questions input {
    display: block;
    margin: 0.3em 0 0 0;
    padding: 0.5em 1em 0.5em 0.7em;
    width: calc(100% - 2em);
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1em;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.questions .current input,
.no-js .questions input {
    opacity: 1;
}

.questions input:focus,
.simform button:focus {
    outline: none;
}

/* Next question button */

.next {
    position: absolute;
    right: 0;
    bottom: 2em;
    /* padding-bottom of form plus progress bar height */
    display: block;
    padding: 0;
    width: 2em;
    height: 2em;
    border: none;
    background: none;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.next:hover {
    color: rgba(0, 0, 0, 0.5);
}

.next::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\e600";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "icomoon";
    line-height: 2;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.next.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
}

/* Progress bar */

.simform .progress {
    width: 0%;
    height: 0.15em;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.simform .progress::before {
    position: absolute;
    top: auto;
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.05);
    content: "";
}

/* Number indicator */

.simform .number {
    position: absolute;
    right: 0;
    overflow: hidden;
    margin: 0.4em 0;
    width: 3em;
    font-weight: 700;
    font-size: 0.4em;
}

.simform .number:after {
    position: absolute;
    left: 50%;
    content: "/";
    opacity: 0.4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.simform .number span {
    float: right;
    width: 40%;
    text-align: center;
}

.simform .number .number-current {
    float: left;
}

.simform .number-next {
    position: absolute;
    left: 0;
}

.simform.show-next .number-current {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.simform.show-next .number-next {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

/* Error and final message */

.simform .error-message,
.simform .final-message {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.simform .error-message {
    padding: 0.4em 3.5em 0 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.7);
    font-style: italic;
    font-size: 0.4em;
}

.final-message {
    top: 50%;
    left: 0;
    padding: 0.5em;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-message.show,
.final-message.show {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.final-message.show {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/* Final hiding of form / showing message */

.simform-inner.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

/* No JS Fallback */

.no-js .simform {
    font-size: 1.75em;
}

.no-js .questions li {
    padding: 0 0 2em;
}

.no-js .simform .submit {
    display: block;
    float: right;
    padding: 10px 20px;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4);
}

.no-js .simform .controls {
    display: none;
}

/* FAQ */

.faq-item {
    padding-top: 10px;
}

.faq-section {
    padding-bottom: 5px;
    padding-top: 55px;
}

/* NEWS */

.single-news-list {
    padding-bottom: 50px;
}

.socialshare {
    width: 25px;
}

/*L'AZIENDA - GRUPPO*/

.loghigruppo {
    max-width: 250px;
    padding: 10px 0;
}

.assicura {
    margin-top: 20px;
}

.carousel {
    max-height: 700px;
    overflow: hidden;
}

/* Remove IE clear cross */

input[type="text"]::-ms-clear {
    display: none;
}

/* Adjust form for smaller screens */

@media screen and (max-width: 44.75em) {
    .simform {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 33.5625em) {
    .simform {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 767px) {

    /*L'AZIENDA - GRUPPO*/
    .loghigruppo {
        max-width: 250px;
        padding: 20px 0;
    }

    .big-header-wrapper {
        background-position: 70% 50%;
    }

    .small-header-wrapper h1 {
        font-size: 3em;
    }

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 0px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 400;
    }

    /*
		Label the data
		*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

#no-more-tables td:first-child {
    padding-left: 5px;
}

#no-more-tables h2 {
    display: inline-block;
    padding: 40px 0 20px;
    width: 100%;
}

[data-title] {
    font-weight: 300;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: 4px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    padding: 50px;
    position: relative;
    background-color: #ffffff;
    /* padding-right: 50px; */
}

.spacer200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.timeline>li>.timeline-badge {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 3em;
    color: #2C6DA2;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -50px;
    z-index: 100;
    background-color: #ffffff;
    font-weight: 100;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding-left: 50px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    text-align: center;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .img-responsive {
        margin: 0 auto;
        max-width: 100%;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline>li>.timeline-panel {
        float: right;
        text-align: left;
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.alert-warning {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 0;
    color: #8a6d3b;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
}

.privacy-content {
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px;
    color: white;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1171px) {
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1170px) {
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {

    /*L'AZIENDA - GRUPPO*/
    .loghigruppo {
        max-width: 300px;
        padding: 20px 0;
    }

    h2 {
        font-size: 2em;
    }

    .sottotitolo-hero {
        margin-right: 50%;
    }

    .small-header-wrapper h1 {
        font-size: 3.7em;
    }

    h2 span {
        font-size: 1em;
    }
}

@media screen and (min-width: 993px) {
    h2 {
        font-size: 2.5em;
    }

    .small-header-wrapper h1 {
        font-size: 4em;
    }
}

@media screen and (max-width: 767px) {
    #risultato-ricerca-isee .thumbnail {
        margin-top: 20px;
    }

    .big-header-wrapper h1 {
        font-size: 34px;
    }

    #btn-ricerca-rrr {
        margin-top: 20px;
    }

    #ricerca_cap {
        margin-bottom: 10px;
    }

    .privacy-content {
        max-width: 100%;
        font-size: 10px;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.8);
        padding: 25px;
        color: white;
    }

    h1 {
        font-size: 1.7em;
    }

    .subtitle-index {
        font-size: 14px;
        font-weight: 300;
    }

    .footer.container-fluid {
        font-size: 9px;
    }

    .cover-wrapper-inner .vert-spacer-small {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 1.9em;
    }

    .form-control {
        width: 100%;
    }

    .thumb-rrr {
        text-align: center;
    }

    .small-header-wrapper h1 {
        font-size: 2.9em;
    }

    .navbar-brand {
        padding: 0;
    }

    .menu-btn {
        padding: 10px 0px 10px 10px;
    }

    .subtitle-index {
        font-size: 14px;
    }

    .footer.container-fluid {
        font-size: 8px;
    }

    /*L'AZIENDA - GRUPPO*/
    .loghigruppo {
        width: 200px;
        padding: 10px 0;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }
}

/* ============================================= */

/*          stili  del gizzo           */

/* ============================================= */

.btn-cta {
    color: #ffffff;
    background: #20bf55;
    border: 1px solid #20bf55;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.btn-cta:hover {
    color: #ffffff;
    background: #25d860;
    border: 1px solid #25d860;
}

.single-news-list div ul {
    list-style-type: disc;
    margin-left: 35px;
}

.single-news-list div li {
    padding-bottom: 10px;
}

ul.sharing-buttons {
    margin-left: -0px !important;
}

.section-gray {
    background-color: #f9f9f9;
}

.section-gray-cta {
    font-size: 2em;
    margin-bottom: 25px;
    color: #424242;
    font-weight: 300;
}

/* Style new menu */

.link_evidenza li a {
    color: #333;
}

.activeMenu {
    display: block !important;
}

.navbar-brand {
    position: fixed;
}

/* General style */

.nav>li>a {
    position: inherit;
    display: inherit;
    padding: 0;
    color: #dadada;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #2C6DA2;
}

figure img {
    width: 100%;
}

.container-fluid.content {
    height: 100%;
    padding: 0px;
}

.row {
    width: 100%;
    margin-left: 0px;
}

.row.menu {
    position: fixed;
    height: -webkit-fill-available;
    margin-top: 20px;
}

.col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column .link {
    font-size: 36px;
    font-weight: 300;
}

#professionisti .nav.nav-sidebar li span.divider {
    width: 40%;
    background: #fff;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.col-lg-2.col-md-12.col-sm-12.col-xs-12.sidebar {
    background: #fff;
}

/* Media Query */

@media only screen and (max-width: 320px) {
    .row.menu {
        overflow: scroll;
    }

    .container-fluid.content {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 399999999999;
        margin-top: 0px;
    }

    /* Sidebar */
    figure {
        width: 50%;
        float: left;
        margin-top: 5px;
        background: url(../cgn_images/logo-cgn.png);
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    figure img {
        display: none;
    }

    .search_field {
        width: 50%;
        margin: 15px 5px 5px 5px;
        float: right;
    }

    .in_evidenza {
        border-top: 1px solid #e2e4e3;
        border-bottom: 1px solid #e2e4e3;
        padding: 25px 0px;
        margin-top: 85px;
        text-align: center;
        width: 100%;
        color: #999999;
        clear: both;
        display: none;
    }

    .link_evidenza {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 15px 0;
        display: none;
    }

    .link_evidenza li {
        list-style: none;
    }

    .col-lg-2.col-md-12.col-sm-12.col-xs-12.sidebar {
        background: #2e3d44;
        padding-top: 20px;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column {
        height: auto;
        background: url("../cgn_images/professionisti.jpg");
        padding: 0px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: left;
        color: #fff;
        transition: all 1s ease;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        border-bottom: 1px solid #444;
    }

    /* Button Associati */
    .button_associati {
        border-radius: 25px;
        color: #fff;
        background-color: rgba(32, 191, 85, 1);
        border: 1px solid #20bf55;
        padding: 5px 0px;
        transition: all 0.6s;
        text-align: center;
        width: 45%;
        display: block;
        float: right;
        margin-bottom: 20px;
    }

    /* Group section */
    .group_row .overlay .nav.nav-sidebar.gruppo {
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-left: 0;
    }

    /* Privati section */
    .nav.nav-sidebar.privati {
        width: 100%;
    }

    /* Aziende section */
    .aziende {
        overflow: hidden;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.double_row {
        height: 100%;
        padding: 0px;
    }

    .nav.nav-sidebar.azienda {
        width: 100%;
    }

    .group_row {
        text-align: center;
        width: 100%;
        background-size: cover;
    }

    .bg_aziende {
        background: url(../cgn_images/gruppo.jpg);
    }

    .bg_privati {
        background: url(../cgn_images/privati.jpg);
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati {
        background: url(../cgn_images/privati.jpg);
        background-size: cover;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        background: url(../cgn_images/aziende.jpg);
        background-size: cover;
    }

    /* Second Column */
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        height: auto;
        padding: 0px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati .privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda .azienda {
        height: 100%;
    }

    /* Privati */
    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column .link {
        height: auto;
        padding-bottom: 0;
        transition: all 1s ease;
        text-align: left;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .link {
        line-height: 40px;
        font-size: 36px;
        font-weight: 300;
        margin-bottom: 25px;
        transition: all 1s ease;
    }

    /* First Column */
    .nav.nav-sidebar {
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }

    .nav.nav-sidebar li {
        font-size: 18px;
    }

    .privati .overlay .nav.nav-sidebar.privati .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
    }

    /* Close button */
    .variations {
        width: 100%;
        background: #2e3d44;
        display: block;
        margin-bottom: 0px;
        border-bottom: 1px solid #9a9a9a;
        padding: 0px;
        text-align: center;
        color: #fff;
    }

    .variations li {
        width: 100%;
        vertical-align: top;
        list-style: none;
        color: #fff;
    }

    .variations li ul li {
        margin: 0;
        text-align: left;
        display: block;
    }

    .close {
        position: relative;
        display: block;
        width: 100%;
        height: 43px;
        overflow: hidden;
        opacity: 0.8;
        transition: all 0.5s;
        float: none;
        margin: 0 auto;
        line-height: 0px;
        font-weight: 100;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .close::before,
    .close::after {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .close::before {
        content: "Chiudi il men\00f9";
        color: #fff;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .container-fluid.content {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 399999999999;
        margin-top: 0px;
    }

    /* Sidebar */
    figure {
        width: 50%;
        float: left;
        margin-top: 5px;
        background: url(../cgn_images/logo-cgn.png);
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    figure img {
        display: none;
    }

    .search_field {
        width: 50%;
        margin: 15px 5px 5px 5px;
        float: right;
    }

    .in_evidenza {
        border-top: 1px solid #e2e4e3;
        border-bottom: 1px solid #e2e4e3;
        padding: 25px 0px;
        margin-top: 85px;
        text-align: center;
        width: 100%;
        color: #999999;
        clear: both;
        display: none;
    }

    .link_evidenza {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 15px 0;
        display: none;
    }

    .link_evidenza li {
        list-style: none;
    }

    .col-lg-2.col-md-12.col-sm-12.col-xs-12.sidebar {
        background: #2e3d44;
        padding-top: 20px;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column {
        height: auto;
        background: url("../cgn_images/professionisti.jpg");
        padding: 0px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: left;
        color: #fff;
        transition: all 1s ease;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 40px;
        border-bottom: 1px solid #444;
    }

    /* Button Associati */
    .button_associati {
        border-radius: 25px;
        color: #fff;
        background-color: rgba(32, 191, 85, 1);
        border: 1px solid #20bf55;
        padding: 5px 0px;
        transition: all 0.6s;
        text-align: center;
        width: 45%;
        display: block;
        float: right;
        margin-bottom: 20px;
    }

    .row.menu {
        overflow: scroll;
    }

    /* First Column */
    .nav.nav-sidebar {
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }

    .nav.nav-sidebar li {
        font-size: 18px;
    }

    .privati .overlay .nav.nav-sidebar.privati .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
    }

    /* Group section */
    .group_row .overlay .nav.nav-sidebar.gruppo {
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-left: 0;
    }

    /* Privati section */
    .nav.nav-sidebar.privati {
        width: 100%;
    }

    /* Aziende section */
    .aziende {
        overflow: hidden;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.double_row {
        height: 100%;
        padding: 0px;
    }

    .nav.nav-sidebar.azienda {
        width: 100%;
    }

    .group_row {
        text-align: center;
        width: 100%;
        background-size: cover;
    }

    .bg_aziende {
        background: url(../cgn_images/gruppo.jpg);
    }

    .bg_privati {
        background: url(../cgn_images/privati.jpg);
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati {
        background: url(../cgn_images/privati.jpg);
        background-size: cover;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        background: url(../cgn_images/aziende.jpg);
        background-size: cover;
    }

    /* Second Column */
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        height: auto;
        padding: 0px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati .privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda .azienda {
        height: 100%;
    }

    /* Privati */
    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column .link {
        height: auto;
        padding-bottom: 0;
        transition: all 1s ease;
        text-align: left;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
        transition: all 1s ease;
    }

    .variations {
        width: 100%;
        background: #2e3d44;
        display: block;
        margin-bottom: 0px;
        border-bottom: 1px solid #9a9a9a;
        padding: 0px;
        text-align: center;
        color: #fff;
    }

    .variations li {
        width: 100%;
        vertical-align: top;
        list-style: none;
        color: #fff;
    }

    .variations li ul li {
        margin: 0;
        text-align: left;
        display: block;
    }

    .close {
        position: relative;
        display: block;
        width: 100%;
        height: 43px;
        overflow: hidden;
        opacity: 0.8;
        transition: all 0.5s;
        float: none;
        margin: 0 auto;
        line-height: 0px;
        font-weight: 100;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .close::before,
    .close::after {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .close::before {
        content: "Chiudi il men\00f9";
        color: #fff;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .container-fluid.content {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 399999999999;
        margin-top: 0px;
    }

    /* Sidebar */
    figure {
        width: 40%;
        float: left;
        margin-top: 5px;
        background: url(../cgn_images/logo-cgn.png);
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    figure img {
        display: none;
    }

    .row.menu {
        overflow: scroll;
    }

    .search_field {
        width: 50%;
        margin: 15px 5px 5px 5px;
        float: right;
    }

    .in_evidenza {
        border-top: 1px solid #e2e4e3;
        border-bottom: 1px solid #e2e4e3;
        padding: 25px 0px;
        margin-top: 85px;
        text-align: center;
        width: 100%;
        color: #999999;
        clear: both;
        display: none;
    }

    .link_evidenza {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 15px 0;
        display: none;
    }

    .link_evidenza li {
        list-style: none;
    }

    .col-lg-2.col-md-12.col-sm-12.col-xs-12.sidebar {
        background: #2e3d44;
        padding-top: 20px;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column {
        height: auto;
        background: url("../cgn_images/professionisti.jpg");
        padding: 0px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: left;
        color: #fff;
        transition: all 1s ease;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 40px;
        border-bottom: 1px solid #444;
    }

    /* Button Associati */
    .button_associati {
        border-radius: 25px;
        color: #fff;
        background-color: rgba(32, 191, 85, 1);
        border: 1px solid #20bf55;
        padding: 5px 0px;
        transition: all 0.6s;
        text-align: center;
        width: 45%;
        display: block;
        float: right;
        margin-bottom: 20px;
    }

    /* First Column */
    .nav.nav-sidebar {
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }

    .nav.nav-sidebar li {
        font-size: 18px;
    }

    .privati .overlay .nav.nav-sidebar.privati .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
    }

    /* Group section */
    .group_row .overlay .nav.nav-sidebar.gruppo {
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-left: 0;
    }

    /* Privati section */
    .nav.nav-sidebar.privati {
        width: 100%;
    }

    /* Aziende section */
    .aziende {
        overflow: hidden;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.double_row {
        height: 100%;
        padding: 0px;
    }

    .nav.nav-sidebar.azienda {
        width: 100%;
    }

    .group_row {
        text-align: center;
        width: 100%;
        background-size: cover;
    }

    .bg_aziende {
        background: url(../cgn_images/gruppo.jpg);
    }

    .bg_privati {
        background: url(../cgn_images/privati.jpg);
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati {
        background: url(../cgn_images/privati.jpg);
        background-size: cover;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        background: url(../cgn_images/aziende.jpg);
        background-size: cover;
    }

    /* Second Column */
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        height: auto;
        padding: 0px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati .privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda .azienda {
        height: 100%;
    }

    /* Privati */
    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column .link {
        height: auto;
        padding-bottom: 0;
        transition: all 1s ease;
        text-align: left;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
        transition: all 1s ease;
    }

    .variations {
        width: 100%;
        background: #2e3d44;
        display: block;
        margin-bottom: 0px;
        border-bottom: 1px solid #9a9a9a;
        padding: 0px;
        text-align: center;
        color: #fff;
    }

    .variations li {
        width: 100%;
        vertical-align: top;
        list-style: none;
        color: #fff;
    }

    .variations li ul li {
        margin: 0;
        text-align: left;
        display: block;
    }

    .close {
        position: relative;
        display: block;
        width: 100%;
        height: 43px;
        overflow: hidden;
        opacity: 0.8;
        transition: all 0.5s;
        float: none;
        margin: 0 auto;
        line-height: 0px;
        font-weight: 100;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .close::before,
    .close::after {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .close::before {
        content: "Chiudi il men\00f9";
        color: #fff;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .container-fluid.content {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 399999999999;
        margin-top: 0px;
    }

    .row.menu {
        overflow: scroll;
    }

    /* Sidebar */
    figure {
        width: 30%;
        display: inline-block !important;
        margin-top: 25px;
        margin-left: 80px;
        margin-right: 30px;
    }

    .search_field {
        width: 50%;
        margin: 15px 5px 5px 5px;
        float: right;
    }

    .in_evidenza {
        border-top: 1px solid #e2e4e3;
        border-bottom: 1px solid #e2e4e3;
        padding: 25px 0px;
        margin-top: 35px;
        text-align: center;
        width: 100%;
        color: #999999;
        clear: both;
        display: none;
    }

    .link_evidenza {
        text-align: center;
        width: 63%;
        padding: 0;
        height: 30px;
        margin: 0 auto;
        clear: both;
        margin-top: 25px;
        margin-bottom: 20px;
        display: none;
    }

    .link_evidenza li {
        list-style: none;
        float: left;
        padding: 0 5px;
        color: #888;
    }

    .col-lg-2.col-md-12.col-sm-12.col-xs-12.sidebar {
        text-align: center;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column {
        height: auto;
        background: url("../cgn_images/professionisti.jpg");
        padding: 0px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: left;
        color: #fff;
        transition: all 1s ease;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 90px;
        border-bottom: 1px solid #444;
    }

    /* Button Associati */
    .button_associati {
        border-radius: 25px;
        color: #fff;
        background-color: rgba(32, 191, 85, 1);
        border: 1px solid #20bf55;
        padding: 10px 0px;
        transition: all 0.6s;
        text-align: center;
        width: 145px;
        display: inline-block;
        margin-right: 50px;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 20px;
    }

    /* First Column */
    .nav.nav-sidebar {
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }

    .nav.nav-sidebar li {
        font-size: 18px;
    }

    /* Group section */
    .group_row .overlay .nav.nav-sidebar.gruppo {
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-left: 0;
    }

    /* Privati section */
    .nav.nav-sidebar.privati {
        width: 100%;
    }

    /* Aziende section */
    .aziende {
        overflow: hidden;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.double_row {
        height: 100%;
        padding: 0px;
    }

    .nav.nav-sidebar.azienda {
        width: 100%;
    }

    .group_row {
        text-align: center;
        width: 100%;
        background-size: cover;
    }

    .bg_aziende {
        background: url(../cgn_images/gruppo.jpg);
    }

    .bg_privati {
        background: url(../cgn_images/privati.jpg);
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati {
        background: url(../cgn_images/privati.jpg);
        background-size: cover;
        background-position-y: -140px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        background: url(../cgn_images/aziende.jpg);
        background-size: cover;
    }

    /* Second Column */
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        height: auto;
        padding: 0px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati .privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda .azienda {
        height: 100%;
    }

    .privati .overlay .nav.nav-sidebar.privati .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
    }

    /* Privati */
    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column .link {
        height: auto;
        padding-bottom: 0;
        transition: all 1s ease;
        text-align: left;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
        transition: all 1s ease;
    }

    .variations {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        padding: 0px;
        text-align: center;
        padding-top: 20px;
        background: #fff;
    }

    .variations li {
        vertical-align: top;
        list-style: none;
        margin: 0 auto;
        display: block;
        width: 200px;
        padding: 0 10px;
    }

    .variations li ul li {
        margin: 0;
        text-align: left;
        display: block;
    }

    .close {
        position: relative;
        display: block;
        width: 100%;
        height: 43px;
        overflow: hidden;
        opacity: 1 !important;
        transition: all 0.5s;
        float: none;
        margin: 0 auto;
        line-height: 0px;
        font-weight: 400;
        color: #ccc;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        border: 1px solid;
    }

    .close::before,
    .close::after {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .close::before {
        content: "Chiudi il menÃ¹";
    }

    .row.menu {
        overflow: scroll;
        position: fixed;
        height: -webkit-fill-available;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .row.menu {
        overflow: scroll;
    }

    .container-fluid.content {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 399999999999;
        margin-top: 0px;
    }

    /* Sidebar */
    figure {
        width: 25%;
        margin: 20px 5px 5px 70px;
        float: left;
    }

    .search_field {
        width: 50%;
        margin: 15px 5px 5px 5px;
        float: right;
    }

    .in_evidenza {
        border-top: 1px solid #e2e4e3;
        border-bottom: 1px solid #e2e4e3;
        padding: 25px 0px;
        margin-top: 85px;
        text-align: center;
        width: 100%;
        color: #999999;
        clear: both;
        display: none;
    }

    .link_evidenza {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 15px 0;
        display: none;
    }

    .link_evidenza li {
        list-style: none;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column {
        height: auto;
        background: url("../cgn_images/professionisti.jpg");
        padding: 0px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: left;
        color: #fff;
        transition: all 1s ease;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 90px;
        border-bottom: 1px solid #444;
    }

    /* Button Associati */
    .button_associati {
        border-radius: 25px;
        color: #fff;
        background-color: rgba(32, 191, 85, 1);
        border: 1px solid #20bf55;
        padding: 10px 40px;
        transition: all 0.6s;
        text-align: center;
        width: 250px;
        margin-right: 80px;
        float: right;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    /* First Column */
    .nav.nav-sidebar {
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }

    .nav.nav-sidebar li {
        font-size: 22px;
    }

    /* Group section */
    .group_row .overlay .nav.nav-sidebar.gruppo {
        width: 50%;
        text-align: left;
        padding-top: 0px;
        padding-left: 0;
        float: left;
    }

    /* Privati section */
    .nav.nav-sidebar.privati {
        width: 100%;
    }

    /* Aziende section */
    .aziende {
        overflow: hidden;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.double_row {
        height: 100%;
        padding: 0px;
    }

    .nav.nav-sidebar.azienda {
        width: 100%;
    }

    .group_row {
        text-align: center;
        width: 100%;
        background-size: cover;
        height: 400px;
    }

    .bg_aziende {
        background: url(../cgn_images/gruppo.jpg);
    }

    .bg_privati {
        background: url(../cgn_images/privati.jpg);
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati {
        background: url(../cgn_images/privati.jpg);
        background-size: cover;
        background-position-y: -140px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        background: url(../cgn_images/aziende.jpg);
        background-size: cover;
    }

    /* Animation */
    #professionisti:hover .overlay {
        background: rgba(0, 0, 0, 0.8);
    }

    #professionisti:hover .nav.nav-sidebar {
        visibility: visible;
        opacity: 1;
        -moz-transition: opacity 0.2s ease 1.2s;
        -o-transition: opacity 0.2s ease 1.2s;
        -webkit-transition: opacity 0.1s ease 0.7s;
        -webkit-transition-delay: 15s;
        transition-delay: 15s;
        transition: opacity 0.9s ease 0.7s;
    }

    #gruppo:hover .nav.nav-sidebar.gruppo {
        visibility: visible;
        opacity: 1;
        -moz-transition: opacity 0.2s ease 1.2s;
        -o-transition: opacity 0.2s ease 1.2s;
        -webkit-transition: opacity 0.1s ease 0.7s;
        -webkit-transition-delay: 15s;
        transition-delay: 15s;
        transition: opacity 0.9s ease 0.7s;
    }

    #gruppo:hover .overlay {
        background: rgba(0, 0, 0, 0.8);
    }

    #privati:hover .overlay {
        background: rgba(0, 0, 0, 0.8);
    }

    #privati:hover .nav.nav-sidebar.privati {
        visibility: visible;
        opacity: 1;
        -moz-transition: opacity 0.2s ease 1.2s;
        -o-transition: opacity 0.2s ease 1.2s;
        -webkit-transition: opacity 0.1s ease 0.7s;
        -webkit-transition-delay: 15s;
        transition-delay: 15s;
        transition: opacity 0.9s ease 0.7s;
    }

    /* Aziende */
    #azienda:hover .overlay {
        background: rgba(0, 0, 0, 0.8);
    }

    #azienda:hover .nav.nav-sidebar.azienda {
        visibility: visible;
        opacity: 1;
        -moz-transition: opacity 0.2s ease 1.2s;
        -o-transition: opacity 0.2s ease 1.2s;
        -webkit-transition: opacity 0.1s ease 0.7s;
        -webkit-transition-delay: 15s;
        transition-delay: 15s;
        transition: opacity 0.9s ease 0.7s;
    }

    /* Second Column */
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        height: auto;
        padding: 0px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati .privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda .azienda {
        height: 100%;
    }

    /* Privati */
    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column .link {
        height: auto;
        padding-bottom: 0;
        transition: all 1s ease;
        text-align: left;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .link {
        line-height: inherit;
        font-size: 36px;
        font-weight: 300;
        transition: all 1s ease;
    }

    .close {
        position: relative;
        display: block;
        width: 100%;
        height: 43px;
        overflow: hidden;
        opacity: 1 !important;
        transition: all 0.5s;
        float: none;
        margin: 0 auto;
        line-height: 0px;
        font-weight: 400;
        color: #ccc;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        border: 1px solid;
    }

    .variations {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        padding: 0px;
        text-align: center;
        padding-top: 20px;
        background: #fff;
    }

    .variations li {
        vertical-align: top;
        list-style: none;
        margin: 0 auto;
        display: block;
        width: 200px;
        padding: 0 10px;
    }

    .close::before,
    .close::after {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .close::before {
        content: "Chiudi il men\00f9";
    }
}

.row.servizi_volter .col-lg-4.col-md-4.col-sm-4.col-is-12.col-xs-12 {
    min-height: 190px;
}

@media only screen and (min-width: 1200px) {

    /* Sidebar */
    figure {
        width: 70%;
        margin: 50px auto;
    }

    .search_field {
        width: 70%;
        margin: 0 auto;
    }

    .in_evidenza {
        border-top: 1px solid #e2e4e3;
        border-bottom: 1px solid #e2e4e3;
        padding: 25px 0px;
        text-align: center;
        position: absolute;
        bottom: 245px;
        width: 90%;
        color: #999999;
    }

    .link_evidenza {
        text-align: center;
        position: absolute;
        bottom: 130px;
        width: 90%;
        padding: 0;
    }

    .link_evidenza li {
        list-style: none;
    }

    .col-lg-2.col-md-12.col-sm-12.col-xs-12.sidebar {
        height: 100%;
        position: relative;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column {
        height: 100%;
        border-right: 1px solid #ccc;
        background: url("../cgn_images/professionisti.jpg");
        padding: 0px;
        overflow: hidden;
        background-position: left top;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        display: inline-block;
        text-align: center;
        color: #fff;
        transition: all 1s ease;
    }

    /* Professionisti */
    /* Privati */
    #professionisti .nav.nav-sidebar {
        width: 250px;
        margin: 0 auto;
    }

    #professionisti .nav.nav-sidebar li {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        padding-top: 0px;
        opacity: 0;
        visibility: hidden;
    }

    #professionisti .nav.nav-sidebar .link {
        padding-top: 45vh;
        height: auto;
        line-height: inherit;
        padding-bottom: 4vh;
        text-align: left;
        margin: 0 auto;
        opacity: 1;
        visibility: visible;
        font-size: 36px;
        font-weight: 300;
        transition: all 1s ease;
    }

    /* Gruppo section */
    #gruppo .overlay .nav.nav-sidebar.gruppo {
        width: 50%;
        float: left;
        padding-top: 0px;
        padding-left: 130px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease 0s;
        -webkit-transition: opacity 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s;
    }

    #gruppo .link {
        padding-top: 25vh;
        height: auto;
        line-height: inherit;
        padding-bottom: 2vh;
        transition: all 1s ease;
        text-align: center;
        margin: 0 auto;
        width: 400px;
        opacity: 1;
        visibility: visible;
        font-size: 36px;
        font-weight: 300;
    }

    /* Privati section */
    #privati {
        overflow: hidden;
    }

    #privati .nav.nav-sidebar.privati .link {
        padding-bottom: 2vh;
        visibility: visible;
    }

    #privati .nav.nav-sidebar.privati {
        width: 195px;
        margin: 0 auto;
    }

    #privati .nav.nav-sidebar.privati li {
        text-align: left;
        visibility: hidden;
    }

    #privati .link {
        padding-top: 22vh;
        visibility: visible;
        text-align: center;
    }

    /* Aziende section */
    #azienda {
        overflow: hidden;
    }

    #azienda .link {
        padding-bottom: 2vh;
    }

    #azienda .nav.nav-sidebar.azienda {
        width: 235px;
        margin: 0 auto;
    }

    #azienda .nav.nav-sidebar.azienda li {
        text-align: left;
        visibility: hidden;
    }

    #azienda .link {
        padding-top: 22vh;
        visibility: visible;
        text-align: center;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.double_row {
        height: 100%;
        padding: 0px;
        overflow: hidden;
    }

    .nav.nav-sidebar.azienda {
        width: 78%;
    }

    .group_row {
        height: 55%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        width: 100%;
        background-size: cover;
        overflow: hidden;
    }

    .bg_aziende {
        background: url(../cgn_images/gruppo.jpg);
        height: 55%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        width: 100%;
        background-size: cover;
        overflow: hidden;
    }

    .bg_privati {
        background: url(../cgn_images/privati.jpg);
        height: 55%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        width: 100%;
        background-size: cover;
        overflow: hidden;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati {
        background: url(../cgn_images/privati.jpg);
        background-size: cover;
        background-position: bottom center;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        background: url(../cgn_images/aziende.jpg);
        background-size: cover;
    }

    /* Search Input 
	.form-control{
		height: 25px;
		font-size: 11px;
	}
	
	.input-group-btn .btn.btn-default{
		padding: 3px 15px;
		height: 25px;
	}*/
    /* Button Associati */
    .button_associati {
        border-radius: 25px;
        color: #fff;
        background-color: rgba(32, 191, 85, 1);
        border: 1px solid #20bf55;
        padding: 10px 15px;
        transition: all 0.6s;
        text-align: center;
        position: absolute;
        bottom: 50px;
        width: 70%;
        left: 50%;
        margin-left: -35%;
    }

    .button_associati:hover {
        background-color: rgba(29, 174, 77, 1);
        color: #fff;
        text-decoration: none;
    }

    /* Animation */
    #professionisti:hover .nav.nav-sidebar .link {
        padding-top: 2vh;
    }

    #professionisti:hover .overlay {
        background: rgba(0, 0, 0, 0.9);
    }

    #professionisti:hover .nav.nav-sidebar li {
        visibility: visible;
        opacity: 1;
        /*-moz-transition: opacity 0.2s ease 1.2s;
		-o-transition: opacity 0.2s ease 1.2s;
		-webkit-transition: opacity 0.1s ease 0.7s;
		-webkit-transition-delay: 15s;
		transition-delay: 15s;
		transition: opacity 0.9s ease 0.7s;*/
    }

    #gruppo:hover .link {
        padding-top: 5vh;
    }

    #gruppo:hover .overlay {
        background: rgba(0, 0, 0, 0.9);
    }

    #gruppo:hover .nav.nav-sidebar.gruppo {
        opacity: 1;
        visibility: visible;
    }

    #privati:hover .overlay {
        background: rgba(0, 0, 0, 0.9);
    }

    #privati:hover .privati .link {
        padding-top: 2vh;
    }

    #privati:hover .nav.nav-sidebar.privati li {
        opacity: 1;
        visibility: visible;
    }

    #azienda:hover .overlay {
        background: rgba(0, 0, 0, 0.9);
    }

    #azienda:hover .azienda .link {
        padding-top: 17vh;
    }

    #azienda:hover .nav.nav-sidebar.azienda li {
        opacity: 1;
        visibility: visible;
    }

    /* Second Column */
    .double_column {
        height: 50%;
    }

    .double_row {
        float: left;
        height: 50%;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati {
        border-right: 1px solid #ccc;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda {
        height: 45%;
        padding: 0px;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.privati .privati,
    .col-lg-6.col-md-12.col-sm-12.col-xs-12.azienda .azienda {
        height: 100%;
    }

    .link {
        font-size: 36px;
        font-weight: 300;
        transition: all 1s ease;
    }

    /* Close button */
    .variations {
        margin: 20px 0 0;
        position: absolute;
        z-index: 9999;
        right: 20px;
        top: 20px;
    }

    .variations li {
        width: 70px;
        margin: 15px 20px;
        display: inline-block;
        vertical-align: top;
    }

    .variations li ul li {
        margin: 0;
        text-align: left;
        display: block;
    }

    .close {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        opacity: 0.5;
        transition: all 0.5s;
    }

    .close:hover {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);
        opacity: 0.9;
    }

    .close::before,
    .close::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #eee;
    }

    .close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .container-fluid.content {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 399999999999;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    #form_spilletta .col-lg-6.col-md-6.col-sm-12.col-is-12.col-xs-12.form-group .muted small {
        width: 86%;
    }
}

@media only screen and (min-width: 768px) {
    #form_spilletta .col-lg-6.col-md-6.col-sm-12.col-is-12.col-xs-12.form-group .muted small {
        width: 92%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1570px) {
    #gruppo .overlay .nav.nav-sidebar.gruppo {
        width: 50%;
        padding-left: 60px;
    }

    #professionisti .nav.nav-sidebar {
        width: 300px;
        margin: 0 auto;
    }

    .col-lg-5.col-md-12.col-sm-12.col-xs-12.prof_column {
        background-position: -250px 0px;
    }
}

#form_spilletta .col-lg-6.col-md-6.col-sm-12.col-is-12.col-xs-12.form-group .muted {
    line-height: 10px;
}

#form_spilletta .col-lg-6.col-md-6.col-sm-12.col-is-12.col-xs-12.form-group .muted small {
    float: right;
    text-align: left;
    line-height: 18px;
}

small {
    display: block;
    /*padding: 5rem;*/
    font: 0.8rem/1 sans-serif;
    color: #777;
    /*text-align: center;*/
}

small a {
    color: #1ebcc5;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

small a:hover {
    border-bottom-color: #222;
}

.three_photo_item {
    padding-top: 40px;
    padding-bottom: 35px;
}

.three_photo_item .row .col-lg-4:last-child {
    display: none;
}

.title_three_photo_item {
    margin-bottom: 40px;
}

.nome_autore {
    margin-top: 25px;
}

.work_with_us {
    background: #f5f2f2;
    margin-bottom: 40px;
    display: block;
    clear: both;
    float: none;
    padding: 30px 0 10px;
}

.work_with_us .head {
    text-align: center;
}

.citazione {
    font-style: italic;
    text-align: justify;
    padding: 0 50px;
}

/* La nostra storia */

/*	Circle Slider	*/

div.main_content_slider_wrapper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
    width: 820px;
    padding-top: 75px;
}

.content_slider_wrapper * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.content_slider_wrapper {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #484848;
    margin: 0;
    padding: 0;
    border: none;
    clear: both;
    display: block;
    position: relative;
}

.content_slider_wrapper h4 {
    font-size: 20px;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-weight: 100;
    border: none;
}

font-size: 14px;
line-height: 20px;
text-align: left;
color: #484848;
margin: 0;
padding: 0;
border: none;
clear: both;
display: block;
}

.content_slider_wrapper_vertical h4 {
    font-size: 20px;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-weight: 100;
    border: none;
}

.content_slider_wrapper .circle_slider {
    position: relative;
    width: 970px;
    height: 260px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}

.content_slider_wrapper_vertical .circle_slider {
    position: relative;
    width: 279px;
    height: 970px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    float: left;
}

.circle_slider_thumb {
    /*	overflow:hidden;*/
    border: #282828 solid 5px;
    border-radius: 84px;
    position: absolute;
    top: 97px;
    width: 84px;
    height: 84px;
    float: left;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    border-radius: 0px !important;
}

.circle_slider_thumb img {
    max-width: 100% !important;
    width: 84px;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    border-radius: 0px !important;
}

.circle_slider_big {
    overflow: hidden;
    border: #282828 solid 8px;
    border-radius: 231px;
    position: absolute;
    top: 24px;
    width: 231px;
    height: 231px;
    float: left;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin: 0;
    padding: 0;
}

.circle_slider_big img {
    width: 231px;
    margin: 0;
    padding: 0;
    border: none;
}

.content_slider_wrapper .circle_slider_nav_left {
    position: absolute;
    top: 334px;
    left: 95px;
    height: 57px;
    width: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
}

.content_slider_wrapper .circle_slider_no_border2_left {
    width: 24px;
}

.content_slider_wrapper .circle_slider_nav_left img {
    padding: 19px 30px 19px 3px;
    border-radius: 50px 0px 0px 50px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background: black;
    box-shadow: none !important;
}

.content_slider_wrapper .circle_slider_nav_right {
    position: absolute;
    top: 597px;
    left: 95px;
    height: 57px;
    width: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
}

.content_slider_wrapper .circle_slider_nav_right img {
    padding: 19px 3px 19px 30px;
    margin-left: -26px;
    border-radius: 0px 50px 50px 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background: black;
    box-shadow: none !important;
}

.content_slider_wrapper .circle_slider_nav_left.circle_slider_no_border img {
    padding: 0;
    margin-left: 4px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.content_slider_wrapper .circle_slider_nav_right.circle_slider_no_border img {
    padding: 0;
    margin-left: 0;
    left: 4px;
    border-radius: 0;
    top: 47px;
    background: transparent !important;
    box-shadow: none !important;
}

.content_slider_wrapper_vertical .circle_slider_nav_left {
    position: absolute;
    top: 335px;
    left: 92px;
    width: 57px;
    height: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.content_slider_wrapper_vertical .circle_slider_no_border2_left {
    height: 24px;
}

.content_slider_wrapper_vertical .circle_slider_nav_left img {
    left: 0px;
    position: absolute;
    display: inline-block;
    box-shadow: none !important;
}

.content_slider_wrapper_vertical .circle_slider_nav_right {
    position: absolute;
    top: 598px;
    left: 92px;
    width: 57px;
    height: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none !important;
}

.content_slider_wrapper_vertical .circle_slider_nav_right img {
    left: 0px;
    position: absolute;
    display: inline-block;
    box-shadow: none !important;
}

.content_slider_wrapper .cst1 {
    left: 0px;
    top: 73px;
}

.content_slider_wrapper .cst2 {
    left: 109px;
    top: 73px;
}

.content_slider_wrapper .cst3 {
    left: 218px;
    top: 73px;
}

.content_slider_wrapper .csc {
    left: 357px;
    top: 0px;
}

.content_slider_wrapper .cst4 {
    left: 649px;
    top: 73px;
}

.content_slider_wrapper .cst5 {
    left: 758px;
    top: 73px;
}

.content_slider_wrapper .cst6 {
    left: 867px;
    top: 73px;
}

.content_slider_wrapper_vertical .cst1 {
    left: 73px;
    top: 0px;
}

.content_slider_wrapper_vertical .cst2 {
    left: 73px;
    top: 109px;
}

.content_slider_wrapper_vertical .cst3 {
    left: 73px;
    top: 218px;
}

.content_slider_wrapper_vertical .csc {
    left: 0px;
    top: 357px;
}

.content_slider_wrapper_vertical .cst4 {
    left: 73px;
    top: 649px;
}

.content_slider_wrapper_vertical .cst5 {
    left: 73px;
    top: 758px;
}

.content_slider_wrapper_vertical .cst6 {
    left: 73px;
    top: 867px;
}

/*	Circle Slider text	*/

.content_slider_wrapper .circle_slider_text_wrapper {
    width: 100%;
    left: 0px;
    top: 10px;
    position: relative;
    display: inline-block;
}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text {
    width: 460px;
    padding: 0 20px 20px 0px;
    border-right: 1px solid #7e7e7e;
    float: left;
    margin: 0;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right {
    border-left: 1px solid #7e7e7e;
    border-right: none;
    width: 459px;
    padding: 0 0px 20px 20px;
    margin: 0 0 0 -1px;
    border-bottom: none;
    border-top: none;
}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text span {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text h4 {
    float: right;
}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right span {
    text-align: left;
}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right h4 {
    float: left;
}

/* --------------------- */

.content_slider_wrapper_vertical .circle_slider_text_wrapper {
    left: 0px;
    position: relative;
    float: left;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text {
    width: 200px;
    padding: 0 20px 20px 0px;
    border-right: 1px solid #7e7e7e;
    float: left;
    margin: 0;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right {
    border-left: 1px solid #7e7e7e;
    border-right: none;
    width: 200px;
    padding: 0 0px 20px 20px;
    margin: 0 0 0 -1px;
    border-bottom: none;
    border-top: none;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text span {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text h4 {
    float: right;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right span {
    text-align: left;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right h4 {
    float: left;
}

/* --------------------- */

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 {
    left: 30px;
    position: relative;
    float: left;
    /*margin-top: 320px;*/
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text {
    /*width:460px;*/
    padding: 0px 0px 20px 0px;
    margin: 0;
    border-bottom: 1px solid #7e7e7e;
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    clear: both;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right {
    padding: 20px 0px 0px 0px;
    margin: -1px 0 0 0px;
    /*width:459px;*/
    border-top: 1px solid #7e7e7e;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text span {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.content_slider_wrapper_vertical .circle_slider_nav_left img {
    padding: 1px 19px 30px 19px;
    border-radius: 50px 50px 0px 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background: black;
    box-shadow: none !important;
}

.content_slider_wrapper_vertical .circle_slider_nav_right img {
    padding: 30px 19px 1px 19px;
    margin-top: -26px;
    border-radius: 0px 0px 50px 50px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background: black;
    box-shadow: none !important;
}

.content_slider_wrapper_vertical .circle_slider_nav_left.circle_slider_no_border img {
    padding: 0;
    margin-left: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.content_slider_wrapper_vertical .circle_slider_nav_right.circle_slider_no_border img {
    left: 0;
    top: 34px;
    padding: 0;
    margin-left: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text h4 {
    text-align: center !important;
    float: none !important;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right span {
    text-align: center !important;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right h4 {
    text-align: center !important;
}

.image_more_info {
    border-radius: 40px 40px 40px 40px;
    box-shadow: 5px 5px 5px #888888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.image_more_info a {
    position: relative;
}

.image_more_info img {
    background: none repeat scroll 0 0 #1ab99b;
    border-radius: 40px 40px 40px 40px;
    display: block;
    padding: 0px;
    width: 0px;
    overflow: hidden;
    border: 0;
    box-shadow: none !important;
}

.circle_item_border {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border: 5px solid #000000;
    border-radius: 40px 40px 40px 40px;
    z-index: 5;
}

/* additional content */

.content_slider_text_block_wrap {
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #444444;
    margin: 0;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
}

.content_slider_text_block_wrap .bold {
    font-weight: 600;
}

.content_slider_text_block_wrap .separator {
    width: 100%;
    height: 1px;
    background: #444444;
    margin-top: 5px;
}

.content_slider_text_block_wrap a.large_link {
    font-size: 18px;
}

.content_slider_text_block_wrap a {
    color: #1ab99b;
    line-height: 18px;
    font-size: 16px;
    text-decoration: none;
}

.content_slider_text_block_wrap h3 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    font-weight: 600 !important;
}

.content_slider_text_block_wrap a.button_regular {
    color: #fff;
    display: inline-block;
    background: #1ab99b;
    padding: 13px 26px 15px 25px;
    font-size: 15px;
    line-height: 16px;
    height: 16px;
    font-weight: 600;
    border-radius: 3px;
}

.content_slider_text_block_wrap a.button_socials {
    width: 39px;
    height: 39px;
    padding: 5px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
}

.content_slider_text_block_wrap a.button_socials_flat {
    width: 48px;
    height: 48px;
    padding: 0px;
    display: inline-block;
    margin: 0 5px 0 6px;
}

.content_slider_text_block_wrap .fb {
    background: url(../images/socials/facebook.png) no-repeat center center #3b5a9a;
}

.content_slider_text_block_wrap .tw {
    background: url(../images/socials/twitter.png) no-repeat center center #23aae1;
}

.content_slider_text_block_wrap .pin {
    background: url(../images/socials/pinterest.png) no-repeat center center #cc2129;
}

.content_slider_text_block_wrap .gplus {
    background: url(../images/socials/gplus.png) no-repeat center center #cb383b;
}

.content_slider_text_block_wrap .yt {
    background: url(../images/socials/youtube.png) no-repeat center center #bb000e;
}

.content_slider_text_block_wrap .linkedin {
    background: url(../images/socials/linkedin.png) no-repeat center center #1f75a7;
}

.content_slider_text_block_wrap .envato {
    background: url(../images/socials/envato.png) no-repeat center center #78af4a;
}

.content_slider_text_block_wrap .deviant {
    background: url(../images/socials/deviant.png) no-repeat center center #458652;
}

.content_slider_text_block_wrap .fb1 {
    background: url(../images/social-1/facebook.png) no-repeat center center;
}

.content_slider_text_block_wrap .tw1 {
    background: url(../images/social-1/twitter.png) no-repeat center center;
}

.content_slider_text_block_wrap .pin1 {
    background: url(../images/social-1/pinterest.png) no-repeat center center;
}

.content_slider_text_block_wrap .gplus1 {
    background: url(../images/social-1/gplus.png) no-repeat center center;
}

.content_slider_text_block_wrap .yt1 {
    background: url(../images/social-1/youtube.png) no-repeat center center;
}

.content_slider_text_block_wrap .linkedin1 {
    background: url(../images/social-1/linkedin.png) no-repeat center center;
}

.content_slider_text_block_wrap .envato1 {
    background: url(../images/social-1/envato.png) no-repeat center center;
}

.content_slider_text_block_wrap .deviant1 {
    background: url(../images/social-1/deviant.png) no-repeat center center;
}

.content_slider_text_block_wrap .fb2 {
    background: url(../images/social-2/facebook.png) no-repeat center center;
}

.content_slider_text_block_wrap .tw2 {
    background: url(../images/social-2/twitter.png) no-repeat center center;
}

.content_slider_text_block_wrap .pin2 {
    background: url(../images/social-2/pinterest.png) no-repeat center center;
}

.content_slider_text_block_wrap .gplus2 {
    background: url(../images/social-2/gplus.png) no-repeat center center;
}

.content_slider_text_block_wrap .yt2 {
    background: url(../images/social-2/youtube.png) no-repeat center center;
}

.content_slider_text_block_wrap .linkedin2 {
    background: url(../images/social-2/linkedin.png) no-repeat center center;
}

.content_slider_text_block_wrap .envato2 {
    background: url(../images/social-2/envato.png) no-repeat center center;
}

.content_slider_text_block_wrap .deviant2 {
    background: url(../images/social-2/deviant.png) no-repeat center center;
}

.content_slider_text_block_wrap .fb3 {
    background: url(../images/social-3/facebook.png) no-repeat center center;
}

.content_slider_text_block_wrap .tw3 {
    background: url(../images/social-3/twitter.png) no-repeat center center;
}

.content_slider_text_block_wrap .pin3 {
    background: url(../images/social-3/pinterest.png) no-repeat center center;
}

.content_slider_text_block_wrap .gplus3 {
    background: url(../images/social-3/gplus.png) no-repeat center center;
}

.content_slider_text_block_wrap .yt3 {
    background: url(../images/social-3/youtube.png) no-repeat center center;
}

.content_slider_text_block_wrap .linkedin3 {
    background: url(../images/social-3/linkedin.png) no-repeat center center;
}

.content_slider_text_block_wrap .envato3 {
    background: url(../images/social-3/envato.png) no-repeat center center;
}

.content_slider_text_block_wrap .deviant3 {
    background: url(../images/social-3/deviant.png) no-repeat center center;
}

.content_slider_text_block_wrap .fb4 {
    background: url(../images/social-4/facebook.png) no-repeat center center;
}

.content_slider_text_block_wrap .tw4 {
    background: url(../images/social-4/twitter.png) no-repeat center center;
}

.content_slider_text_block_wrap .pin4 {
    background: url(../images/social-4/pinterest.png) no-repeat center center;
}

.content_slider_text_block_wrap .gplus4 {
    background: url(../images/social-4/gplus.png) no-repeat center center;
}

.content_slider_text_block_wrap .yt4 {
    background: url(../images/social-4/youtube.png) no-repeat center center;
}

.content_slider_text_block_wrap .linkedin4 {
    background: url(../images/social-4/linkedin.png) no-repeat center center;
}

.content_slider_text_block_wrap .envato4 {
    background: url(../images/social-4/envato.png) no-repeat center center;
}

.content_slider_text_block_wrap .deviant4 {
    background: url(../images/social-4/deviant.png) no-repeat center center;
}

.content_slider_text_block_wrap .col-1-4_block {
    width: 182px;
    margin: 10px 20px;
    display: inline-block;
    vertical-align: top !important;
}

.content_slider_text_block_wrap h4 {
    display: inline-block;
    margin: 10px 0 20px 0;
    font-weight: 400;
    font-size: 16px !important;
}

.content_slider_text_block_wrap .col-1-3_block {
    width: 240px;
    margin: 10px 20px;
    display: inline-block;
    vertical-align: top !important;
}

.content_slider_text_block_wrap .col-1-3_block img {
    box-shadow: none !important;
}

.content_slider_text_block_wrap .content_img_wrap {
    position: relative;
}

.content_slider_text_block_wrap .content_img_wrap img {
    display: block;
    box-shadow: none !important;
}

.content_slider_text_block_wrap .content_img_wrap .hover_link img {
    width: 100%;
    height: 100%;
}

.content_slider_text_block_wrap .content_img_wrap .hover_link {
    display: none;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.content_slider_wrapper div.all_around_text_up {
    position: absolute;
    /*border: #eee solid 1px;*/
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

.content_slider_wrapper div.all_around_text_down {
    position: absolute;
    /*border: #eee solid 1px;*/
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

.content_slider_wrapper span.all_around_text_span_up {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.content_slider_wrapper span.all_around_text_span_down {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
}

.content_slider_wrapper_vertical div.all_around_text_up {
    position: absolute;
    /*border: #eee solid 1px;*/
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

.content_slider_wrapper_vertical div.all_around_text_down {
    position: absolute;
    /*border: #eee solid 1px;*/
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

.content_slider_wrapper_vertical span.all_around_text_span_up {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
}

.content_slider_wrapper_vertical span.all_around_text_span_down {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
}

.inner_wrapper_img {
    width: 99px;
    position: absolute;
    top: -161px;
    height: 137px;
    background: #fff;
    /* left: 335px;*/
}

.borderline_timeline {
    height: 1px;
    border-top: 1px solid #ccc;
    top: 75px;
    position: absolute;
    width: 100%;
}

.content_slider_text_block_wrap span {
    border-bottom: 2px solid #2C6DA2;
    padding-bottom: 10px;
    height: auto;
    display: block;
    width: 300px;
    margin: 0 auto;
}

.content_slider_text_block_wrap .img-circle {
    border-radius: 0px;
    width: 340px;
    height: 300px;
    object-fit: cover;
}

.container.nostra_storia {
    text-align: center;
}

@media only screen and (max-width: 320px) {
    .inner_wrapper_img {
        left: 70px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .inner_wrapper_img {
        left: 96px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .inner_wrapper_img {
        left: 121px;
    }
}

@media only screen and (min-width: 850px) {
    .inner_wrapper_img {
        left: 359px;
    }

    .content_slider_wrapper .circle_slider_nav_left {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(left,
                rgba(255, 255, 255, 1) 80%,
                rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left,
                rgba(255, 255, 255, 1) 80%,
                rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right,
                rgba(255, 255, 255, 1) 80%,
                rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        height: 100%;
        left: -60px !important;
        width: 160px;
        top: 0 !important;
    }

    .circle_slider_nav_left img {
        width: 50px;
        opacity: 0.4;
        top: 38px;
    }

    .content_slider_wrapper .circle_slider_nav_right {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(left,
                rgba(255, 255, 255, 1) 80%,
                rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left,
                rgba(255, 255, 255, 1) 80%,
                rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right,
                rgba(255, 255, 255, 1) 80%,
                rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        height: 100%;
        left: 715px !important;
        width: 160px;
        top: 0 !important;
        transform: rotate(180deg);
    }

    .circle_slider_nav_right img {
        width: 50px;
        opacity: 0.4;
        top: 38px;
    }

    .circle_slider {
        /*width: 820px !important;*/
    }

    .content_slider_wrapper .circle_slider_nav_left.circle_slider_no_border img,
    .content_slider_wrapper .circle_slider_nav_right.circle_slider_no_border img {
        left: 50px !important;
    }

    .row.lavora_con_noi {
        padding-top: 50px;
    }
}

/* Innovazioni tecnologiche */

/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

.quotes_img {
    width: 20px;
    margin-right: 10px;
}

.quotes_img.right {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 10px;
}

/* Previous button  */

#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */

#quote-carousel .carousel-control.right {
    right: -50px !important;
}

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

/* End carousel */

.item .blockquote {
    border-left: none;
    margin: 0;
}

.item .blockquote img {
    /*margin-bottom: 10px;*/
    border-radius: 0px;
}

.item .blockquote .col-sm-9 {
    background: #f6f2f3;
    padding: 15px;
}

.item .blockquote .col-sm-9 small {
    text-align: left;
    font-size: 100%;
}

.item .blockquote .col-sm-9 small strong {
    font-size: 18px;
}

.item .blockquote .col-sm-9 p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.item .blockquote .col-sm-9 p .fa {
    margin: 0px 10px 0px 0px;
}

.item .blockquote .col-sm-9 p .fa.space {
    margin-left: 10px;
}

blockquote small:before,
blockquote .small:before {
    display: none;
}

.carousel.slide .carousel-inner {
    overflow: visible;
}

.quotes_icon {
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    margin-right: 10px;
    opacity: 0.8;
}

.quotes_icon.right {
    margin-left: 10px;
    margin-right: 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Custom */

.prescription {
    font-size: 12px;
}

.carousel.slide.newsCgn {
    max-height: 535px;
}

.carousel.slide.newsCgn .carousel-indicators li {
    width: 35px;
    height: 5px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.carousel-indicators .active {
    margin: 0;
    background-color: white;
}

.carousel.slide.newsCgn .carousel-indicators li img {
    display: none;
}

.carousel.slide.newsCgn .carousel-indicators li:hover {
    height: 35px;
}

.carousel.slide.newsCgn .carousel-indicators li:hover img {
    height: 100%;
    overflow: hidden;
    object-fit: fill;
    display: block;
}

.left.carousel-control,
.right.carousel-control {
    height: 80px;
    top: 245px !important;
    background: rgba(0, 0, 0, 0.7);
    width: 70px !important;
    overflow: hidden;
}

.img_arrow {
    height: 100%;
    width: 100%;
    object-fit: fill;
    opacity: 0;
    transition: all 0.5s;
}

.img_arrow:hover {
    opacity: 1;
}

/*** Fade carousel ****/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*** Animated arrow ***/

.animated-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 200px;
    width: 400px;
}

.animated-arrow .line-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 200px;
    width: 400px;
    /*   background: rgba(0,0,0,0.5); */
}

.arrow-container {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translate(0, -50%);
    display: block;
    height: 200px;
    width: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

.animated-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-20%, -50%) rotate(-45deg);
    transform-origin: 100%, 100%;
    height: 40px;
    width: 40px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQYV2P4DwABAQEAWk1v8QAAAABJRU5ErkJggg==);
}

.animated-arrow .cover {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    height: 150px;
    width: 150px;
    background: rgba(255, 255, 255, 1);
    transition: all 300ms ease;
    pointer-events: none;
}

.animated-arrow .line,
.animated-arrow .text {
    position: absolute;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
    border-top: 1px solid #fff;
    transition: all 300ms ease;
}

.animated-arrow .left {
    left: 12.5%;
}

.animated-arrow .right {
    left: 87.5%;
}

.animated-arrow .text {
    border: transparent;
    left: 50%;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease;
}

.animated-arrow .text h1 {
    letter-spacing: 5px;
}

.animated-arrow .arrow-container {
    width: 70px;
}

.animated-arrow:hover .text {
    opacity: 0;
}

/******************************************
        ARROW LEFT ROTATE
*******************************************/

.animated-arrow.left_arrow .arrow-container {
    transform: rotate(180deg);
    top: 0;
    left: 170px;
}

/******************************************
        ARROW DISAPPEAR/APPEARE
*******************************************/

.carousel.slide.newsCgn.carousel-fade .left.carousel-control,
.carousel.slide.newsCgn.carousel-fade .right.carousel-control {
    display: none;
}

.carousel.slide.newsCgn.carousel-fade:hover .left.carousel-control,
.carousel.slide.newsCgn.carousel-fade:hover .right.carousel-control {
    display: block;
}

.carousel.slide.newsCgn.carousel-fade:hover .left.carousel-control:hover,
.carousel.slide.newsCgn.carousel-fade:hover .right.carousel-control:hover {
    width: 140px !important;
}

/******************************************
        ARROW ANIMATION
*******************************************/

.carousel.slide.newsCgn.carousel-fade .right.carousel-control:hover .arrow-container {
    left: 187px;
}

.carousel.slide.newsCgn.carousel-fade .left.carousel-control:hover .arrow-container {
    left: 140px;
}

.left.carousel-control:hover .line-container .line.left {
    left: 50.7%;
}

.left.carousel-control .line-container .line.left {
    left: 82.5%;
}

.right.carousel-control .line-container .line.left {
    left: 195px;
}

.right.carousel-control .line-container .line.left {
    left: 45px;
}

.right.carousel-control:hover .line-container .line.left {
    left: 195px;
}

@media only screen and (max-width: 767px) {

    .left.carousel-control,
    .right.carousel-control {
        display: none !important;
    }
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/* Carousel  fading */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Pagina CGN Assicura */

.col-lg-6.col-md-6.col-sm-12.col-is-12.col-xs-12.form-group .muted input {
    float: left;
    margin: 0px;
}

.logo_assicurazione {
    width: 44%;
    margin: 30px auto 110px;
}

.logo_assicurazione li {
    float: left;
    width: 28.333333%;
    margin: 0 10px;
}

.logo_assicurazione li img {
    width: 100%;
}

.logo_cgn_assicura {
    width: 230px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.btn.btn.btn-cta.cgn_assicura {
    opacity: 1;
    cursor: pointer;
}

.row.prefooter_text {
    margin-top: 30px;
}

.richiedi_preventivo {
    font-size: 14px;
    color: #888;
}

/* Pagina RDV Network */

.vert-spacer span.title_rdv {
    width: 100%;
    text-align: center;
    font-weight: 100;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin-top: 300px;
    font-size: 65px;
}

.modal-content.rdv_page form .modal-header {
    border: none;
}

.modal-content.rdv_page form .modal-header button.close {
    display: none;
}

.modal-content.rdv_page form .modal-footer {
    border: none;
}

.subtitle_rdv_demo {
    font-weight: 400;
    font-size: 16px;
}

.rdvcaptcha {
    margin-bottom: 13px;
}

.modal-content.rdv_page {
    border: none;
}

.modal-title.page_rdv {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    color: #333;
}

.label_privacy_header {
    width: 100%;
    text-align: left;
}

.modal-title.page_rdv {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: 25px;
    color: #333;
}

/* Row content */

.row.content .container {
    text-align: center;
}

.row.content .container .center {
    position: relative;
    padding-top: 24px;
}

.row.content .container .center h2 {
    font-size: 39px;
    display: inline-block;
    background-color: #fff;
    width: auto;
    z-index: 42;
    padding-left: 15px;
    padding-right: 15px;
    color: #008dcf;
    text-transform: uppercase;
}

.line-divider {
    border-top: 1px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .row.content .container .modal-dialog .modal-content .modal-body .form-group:nth-child(4) .label_privacy {
        width: 100% !important;
    }

    .input_from_rdv {
        width: 35px;
        float: left;
    }

    .label_privacy {
        width: 315px;
        float: left;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    .modal-content.rdv_page .modal-body .form-group .input_from_rdv {
        display: inline-block;
        width: 7%;
        float: left;
    }

    .modal-content.rdv_page .modal-body .form-group .label_privacy {
        display: inline-block;
        width: 91%;
        text-align: left;
    }
}

/* Pagina lavora con noi */

.row.quattro_box_cosa_cerchiamo .col-lg-6 {
    min-height: 235px;
}

.lavora_con_noi_paragraph_text {
    text-align: justify;
}

.big-header-wrapper .big-header-wrapper-inner .big-header-cover-container .container.animated.fadeInLeft .btn.btn-white.btn-cta {
    padding: 0px;
    border-radius: 25px;
}

.big-header-wrapper .big-header-wrapper-inner .big-header-cover-container .container.animated.fadeInLeft .btn.btn-white.btn-cta a {
    display: block;
    padding: 10px 24px;
    border-radius: 25px;
}

.carousel.slide.carousel-fade.lavora_con_noi {
    max-height: 910px;
}

@media only screen and (min-width: 425px) and (max-width: 1200px) {
    .row.lavora_con_noi .col-lg-4 a img {
        width: 25%;
    }

    .row.quattro_box_cosa_cerchiamo .col-lg-6 {
        min-height: 115px;
    }

    .vert-spacer {
        /*  padding-top: 5px; */
        padding-bottom: 5px;
    }

    .container.text-center.animate-fade.lavora_con_noi.show-animation .row .col-lg-12>.spacer50:nth-child(1) {
        display: none;
    }

    .row.lavora_con_noi p.text-center {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 425px) {
    .row.lavora_con_noi .col-lg-4 a img {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .green-bullet.padding_right {
        padding: 0px 0 30px 100px;
    }

    .row.quattro_box_cosa_cerchiamo .col-lg-6 {
        min-height: 165px;
    }

    .vert-spacer {
        /*padding-top: 5px; */
        padding-bottom: 5px;
    }

    .container.text-center.animate-fade.lavora_con_noi.show-animation .row .col-lg-12>.spacer50:nth-child(1) {
        display: none;
    }

    .row.lavora_con_noi p.text-center {
        margin-top: 25px;
    }
}

/**** Pagina SEO GUIDE FISCALI CGN ******/

hr.style-custom,
hr.style-custom.post,
hr.style-custom.ricerca {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: solid 1px #989898;
    color: #333;
    text-align: left;
    font-size: 16px;
    margin: 26px 0 15px 0;
}

hr.style-custom:after,
hr.style-custom.post:after,
hr.style-custom.ricerca:after {
    content: "Categorie";
    display: inline-block;
    position: relative;
    top: -0.9em;
    font-size: 16px;
    padding: 0 0.95em 0 0;
    background: white;
    font-weight: bold;
}

hr.style-custom:after {
    content: "Categorie";
}

hr.style-custom.post:after {
    content: "Post correllati";
}

hr.style-custom.ricerca:after {
    content: "Ricerca";
}

.tag_cgn a {
    text-decoration: underline;
}

.tag_cgn a:hover {
    cursor: pointer;
}

.migliore_gestionale img {
    width: 100%;
}

.widthTH {
    width: 50%;
}

/* 

    GUIDE FISCALI HEADER RESPONSIVE TITLE

*/

#postcgn .text-justify h2 {
    text-align: left;
}

@media only screen and (max-width: 320px) {
    .small-header-wrapper h1.custom_guide_fiscali {
        margin: 55px 15px 55px 15px;
        font-size: 2.4em;
        line-height: 55px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .small-header-wrapper h1.custom_guide_fiscali {
        margin: 55px 15px 55px 15px;
        font-size: 2.4em;
        line-height: 55px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .small-header-wrapper h1.custom_guide_fiscali {
        margin: 70px 15px 40px 15px;
        font-size: 2.4em;
        line-height: 55px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .small-header-wrapper h1.custom_guide_fiscali {
        margin: 70px 15px 40px 15px;
        font-size: 2.9em;
        line-height: 55px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .small-header-wrapper h1.custom_guide_fiscali {
        margin: 90px 15px 50px 15px;
        font-size: 3em;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .small-header-wrapper h1.custom_guide_fiscali {
        margin: 90px 15px 60px 15px;
        font-size: 3.7em;
        line-height: 85px;
    }
}

@media only screen and (min-width: 1441px) {
    .small-header-wrapper h1.custom_guide_fiscali {
        margin: 85px 15px 70px 15px;
        font-size: 3.7em;
        line-height: 80px;
    }
}

/* 
=================================
NUOVO MENU 2019 
@update 01/03/2024

sovrascrittura stili 
=================================
*/



.blocco #menu_contatti {
    display: none;
}

#logo_cgn_2019 {
    position: fixed;
    top: 5px;
}

.navbar {
    position: fixed;
    background-color: #2C6DA2;
}

.trasparente {
    /*background-color:transparent;*/
}

.variations {
    display: block;
}

.variations li {
    display: block;
}

.close::before,
.close::after {
    background-color: #000000;
}

#menu_cgn_2019 {
    width: 100%;
}

#menu_principale {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 170px;
}

#menu_principale button {
    display: none;
}

#menu_principale a {
    margin-left: 20px;
    color: #ffffff;
}

#menu_principale a:focus {
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.variations {
    margin-top: -20px;
}

#voci_menu {
    position: fixed;
    top: 60px;
}

#megamenu {
    top: 58px !important;
    height: auto !important;
    width: 100% !important;
}

#menu_professionisti,
#menu_gruppo,
#menu_privati {
    width: 100% !important;
    color: #2C6DA2;
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;*/
    border-radius: 20px;
}

.titolo_sezione {
    display: block;
    font-weight: 100;
    font-size: 1.5em;
    color: #3b3b3b;
    height: 1.5em;
    padding-left: 10px;
}

#megamenu a:link,
#megamenu a:visited {
    color: #333333;
}

#megamenu a:hover {
    color: #f4822a;
}

#megamenu ul {
    display: table;
}

.titolo_gruppo {
    font-size: 18px;
    font-weight: 500;
    /*border-bottom: 1px solid #cccccc;*/
}

.titolo_gruppo_vuoto {
    font-size: 22px;
    font-weight: 100;
    min-height: 45px;
}

.imgmenu {
    width: 100%;
    border: 3px solid #ffffff;
}

.blocco {
    display: inline;
    padding: 10px;
    float: left;
    width: 25%;
}

.separatore_menu {
    display: block;
    clear: both;
}

.btn_menu_associati_ora {
    /*position: absolute;
	right:5px;*/
    float: right;
    margin-left: 20px;
    background-color: #20bf55;
    color: #fff !important;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    font-size: 1em;
    font-weight: bold;
}

.btn_menu_associati_ora:hover {
    background-color: #25d860;
    border-radius: 3px;
}

.sfocatura {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}

/* fasca unoformat */

.formazione-unoformat {
    display: block;
    clear: both;
    padding-top: 40px;
}

.formazione-unoformat span {
    font-size: 1.4em;
}

.bg-arancione {
    padding: 20px;
    background-color: #f38b00;
}

.text-white {
    color: #ffffff;
}

.btn-formazione:link,
.btn-formazione:hover,
.btn-formazione:visited {
    display: inline-block;
    border-radius: 3px;
    margin-left: 50px;
    background-color: #2C6DA2;
    color: #ffffff !important;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: normal !important;
}

/* 
================== 
dispositivi mobili 
================== 
*/

@media screen and (max-width: 799px) {
    .blocco #menu_contatti {
        display: block;
    }

    .imgmenu {
        display: none;
    }

    #logo_cgn_2019 {
        position: fixed;
        top: 10px;
    }

    #menu_principale .menu-btn {
        display: block;
        position: absolute;
        right: 10px;
    }

    .menu-btn img {
        position: relative;
        top: 0px;
        right: 5px;
    }

    #menu_principale a {
        display: none;
    }

    #menu_principale button.btn:focus {
        border: 0px;
        box-shadow: none;
    }

    .variations {
        display: inline-block;
        margin-top: 0px;
    }

    .variations li {
        display: inline-block;
    }

    .blocco {
        display: block;
        padding: 10px;
        float: left;
        width: 100%;
    }

    #megamenu {
        position: fixed;
        top: 56px;
        background-color: #ffffff;
        border-bottom: 0px;
        z-index: 9000;
        height: 100%;
    }

    .titolo_gruppo {
        font-weight: bold;
        border-bottom: 1px solid #666666;
    }

    .titolo_gruppo i {
        display: inline-block;
    }

    .btn_menu_associati_ora {
        position: absolute;
        top: 10px;
        right: 120px;
        background-color: #20bf55;
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 30px;
    }

    .titoloherobox {
        font-size: 2em;
    }

    .titolo_sezione {
        float: left;
        clear: both;
    }

    .btn-formazione:link,
    .btn-formazione:hover,
    .btn-formazione:visited {
        margin-left: 0px;
    }
}

.vocecgn {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
    #menu_principale {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    #logo_cgn_2019 {
        position: fixed;
        top: 10px;
    }

    .btn_menu_associati_ora {
        position: absolute;
        top: 10px;
        right: 115px;
        background-color: #20bf55;
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 30px;
    }

    #menu_principale .menu-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 10px;
    }

    .variations {
        margin-top: 0px;
    }
}

@media screen and (max-width: 380px) {
    #logo_cgn_2019 {
        position: fixed;
        top: 10px;
    }

    .btn_menu_associati_ora {
        position: absolute;
        top: 10px;
        right: 115px;
        background-color: #20bf55;
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 30px;
        font-size: 0.8em;
    }

    #menu_principale .menu-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 10px;
        font-size: 0.8em;
    }

    .variations {
        margin-top: 0px;
    }
}

/* link a fatturazione - bivio associazione */

.accedi-fatturazione {
    /*background-color: #EFEFEF;*/
    /*border: 2px solid #0c8df0;*/
    border-radius: 5px;
    padding: 10px;
    height: 80px;
    line-height: 50px;
}

.accedi-fatturazione hr {
    color: #666666;
    height: 2px;
}

/* imm biancoo e nero */

img.BN:hover {
    transition: filter 0.5s ease-in-out;
    -webkit-filter: grayscale(0%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%);
    /* FF 35+ */
}

img.BN {
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    /* FF 35+ */
}

#ArrowSu {
    position: sticky;
    bottom: 10px;
    left: 50%;
    transform: translateX(50%);
    z-index: 999;
    display: block;
}

/* setup piattaforma CGN */

.rowON {
    background-color: #f2f2f2;
    min-height: 78px;
    padding-top: 10px;
}

.rowOFF {
    min-height: 78px;
    padding-top: 10px;
}

/* CSS pulsanti */

.inverso {
    background-color: #f4822a;
    border: 1px solid #f4822a;
    color: #ffffff !important;
}

.destra,
.sinistra {
    min-width: 180px;
}

.destra {
    margin-left: 20px;
}

a.inverso:link {
    background-color: #f4822a;
    border: 1px solid #f4822a;
    color: #ffffff !important;
}

a.inverso:hover {
    background-color: #f79e5a;
    border: 1px solid #f79e5a;
    color: #ffffff !important;
}

/* fix */

#pi_tracking_opt_in_div {
    display: none !important;
}

.modal-title {
    width: 100%;
}

/* TITOLI PAGINE H1, H2 */

@media only screen and (max-width: 767px) {
    .small-header-wrapper h1 {
        font-size: 30px;
    }

    .small-header-wrapper {
        min-height: 150px !important;
        height: AUTO !important;
        margin-top: 61px;
    }

    .vert-spacer {
        padding: 0;
    }

    h2 {
        font-size: 25px;
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {}

.quoteText {
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .quoteText {
        font-style: italic;
        font-weight: bold;
        font-size: 18px;
    }
}

footer .row {
    font-size: 15px;
}

footer .head {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff !important;
}

/** Personalizzazioni luciano */
.label_privacy {
    display: inline;
}

/** chi ha creato il moduli assistenza ha usato erroneamente hidden-xs al posto di hidden-sm per cancellare il div nei cellulari.
Abbiamo aggiunto questa regola per cancellarla da tutto 
Aggiornamento: qualcuno ha disabilitato questa regola che perÃ² serve. Non posso riabilitarla perchÃ© non ne conosco le conseguenze
*/
.hidden-xs {
    /* display: none; */
}
.hidden-xs-important {
    display: none;
}

form h4 {
    text-align: center;
    color: #555;
}

p.textMini {
    font-size: 15px !important
}

.img-store {
    width: 200px;
}

/* custom pagina cgn pay */

.boxcgn {
    background-color: aliceblue;
    padding: 25px 25px;
}

/* custom pagina associati-a-cgn */

#professione-domani {
    padding: 20px 20px 20px 40px;
    background-color: #ff780030;
    border-radius: 5px;
    border-left: solid 4px gray;
}


#banner_locazioni {
    background: #fcffc2;
    /* height: 80px; */
}

#banner_730 {
    background: #fcffc2;
}

.promo_img {
    width: 80px;
    height: 80px;
    text-align: center;
}

.offerta_text {
    /* height: 80px; */
    line-height: 20px;
    /* padding: 20px 0px; */
    /* margin: 0 !important; */
    margin: 10px;
}

.offerta_text p {
    margin: 0px;
}

.btn_offerta,
.btn_offerta:link,
.btn_offerta:visited {
    color: #FEF2E9;
    border: 1px solid #FEF2E9;
    background-color: #f4822a;
    margin: 20px 0px 20px 0px;
    height: 40px;
    line-height: 20px;
    border-radius: 3px;
    padding: 10px 24px;
    transition: all 0.6s;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 180px;
    text-transform: uppercase;
    white-space: nowrap;
    /* color: #f4822a; */
    
}

.btn_offerta_730,
.btn_offerta_730:link,
.btn_offerta_730:visited {
    color: #FEF2E9;
    border: 1px solid #FEF2E9;
}


.btn_offerta_730:hover {
    color: #FEF2E9;
    border: 1px solid #FEF2E9;
    background-color: #f4822a;
}


.polizze {
    display: inline-block !important;
}

.form-polizze .form-group {
    margin-bottom: 5px;
}


#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/* FORM CON SFONDO BLU */
.styleBlue {
    background-color: #2C6DA2 !important;
}
.styleBlue h2, .styleBlue p, .styleBlue h2, .styleBlue h4, .styleBlue .label_privacy, .styleBlue a   {
    color: #ffffff !important;
}
.styleBlue a   {
   text-decoration: underline !important;
}
.styleBlue .g-recaptcha div {
   margin: 0 auto;
   text-align: center;
}
.styleBlue .g-recaptcha div iframe {
    position: relative;
}
.styleBlue .alignPrivacy, .styleBlue .label_privacy {
    text-align: center;
}
@media only screen and (max-width: 991px) {
   .styleBlue .form-group input {
         margin: 0 auto;
    }
}
.img100   
{ max-width: 100%;}

/* MODIFICA PAGINE SITO */
@media only screen and (max-width: 1099px) {
    .revisione h1 {
        font-size: 48px !important;
    }
    .revisione h2 {
        font-size: 34px !important;
    }
    .revisione .vert-spacer-small {
        padding-top:0px!important;
    }
}
