/** TEST 
body{background:yellow;}**/

/* BASIC */
.gb_video_wrap {
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.gb_video_wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #1D3041;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #1D3041;
}

input[type="number"]:-moz-placeholder {
    opacity: 1;
    color: #1D3041;
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: #1D3041;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #1D3041;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main {
    position: relative;
}

.img-bg {
    position: fixed;
    top: 0;
    width: 100%;
}

.main-container {
    width: 960px;
    margin: 0px auto;
    position: relative;
    padding: 0px 50px;
}

.header-container {
    width: 970px;
    margin: 40px auto 0px;
    position: relative;
    padding: 10px;
    background-color: #FFFFFF;
}

.clear {
    clear: both;
}

p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}

em {
    font-style: italic;
}

strong, .strong {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-italic {
    font-style: italic;
    font-weight: 200;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-del {
    text-decoration: line-through;
}

.smaller {
    font-size: 15px;
    line-height: 21px;
}

.small {
    font-size: 16px;
    line-height: 21px;
}

.medium {
    font-size: 19px;
    line-height: 25px;
}

.big {
    font-size: 23px;
    line-height: 34px;
}

.light {
    font-weight: 500;
}

.lighter {
    font-weight: 300;
}

.capital {
    text-transform: uppercase;
}

span.mark {
    background: transparent;
    color: #FFDF00;
}

.inl_el {
    display: inline-block;
}

a, .btn {
    outline: 0;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #222;
    outline: 0;
    opacity: 0.8;
}

.strong-text {
    font-weight: 600;
}

.message.absolute {
    background: #F59701;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    bottom: 15px;
    width: 100%;
    top: auto;
    font-size: 17px;
    padding: 8px;
    text-align: center;
}

.cta-wrap {
    text-align: center;
}

.icon {
    margin-bottom: 20px;
}

blockquote {
    border: 0;
    padding: 0;
    font-style: normal;
    margin: 0;
    margin-top: 20px;
}

blockquote p {
    font-weight: 400;
    font-style: italic;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

blockquote p:before {
    display: inline-block;
    content: "“";
    font-size: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote p:after {
    display: inline-block;
    content: "”";
    font-size: 35px;
    margin-top: 4px;
    vertical-align: top;
}

/*title*/
.line-title {
    padding-top: 15px;
    position: relative;
}

.line-title:before {
    width: 35px;
    border-top: solid 5px #FCC012;
    content: "";
    position: absolute;
    top: 0;
}

.line-title.text-center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.border-title {
    border-left: solid 7px #FCC012;
    padding-left: 15px;
}

.border-title.cta-border {
    border-left: solid 7px #7DC525;
}

/*layout*/
.nivo-controlNav {
    z-index: 10;
    position: absolute;
    font-size: 0;
    text-align: center;
    bottom: 0;
    width: 93%;
}

.nivo-controlNav .nivo-control {
    border: solid 1px #fff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: transparent;
    display: inline-block;
    margin: 0 5px 5px;
}

.nivo-controlNav .nivo-control.active {
    background: #fff;
}

.section {
    margin-bottom: 60px;
    padding-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.block-image {
    display: block;
}

.text-box {
    position: relative;
    text-align: center;
    padding: 10px 25px;
    min-height: 110px;
}

.padding-wrap {
    padding: 40px;
    padding-bottom: 0;
}

.padding-box {
    padding: 30px;
}

.no-pad-wrap .column {
    padding: 0;
}

.no-pad .row {
    margin: 0;
}

.text-box {
    background: #FFFFFF;
}

.horizontal-pad {
    padding: 0 12%;
}

.bg-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 60px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.no-bottom {
    margin-bottom: 0;
}

.no-top {
    margin-top: 0;
}

.border-box {
    border: solid 8px #FCC101;
}

.border-ctaColor {
    border: solid 8px #7BC702;
}

.float-inverse .column {
    float: right;
}

.divider {
    min-height: 1px;
}

.sep_20 {
    margin: 10px 0;
}

.sep_30 {
    margin: 15px 0;
}

.sep_40 {
    margin: 20px 0;
}

.sep_50 {
    margin: 25px 0;
}

.sep_60 {
    margin: 30px 0;
}

/*MESSAGE*/
.fieldError {
    border: solid 1px red !important;
}

#errorMessage {
    color: #FFFFFF;
    text-align: center;
    padding: 2px 0px;
    line-height: 30px;
}

/*popup*/
.popUp-overlay {
    display: none;
    padding: 10px;
}

/*privacy*/
.privacy-link {
    cursor: pointer;
    text-decoration: underline;
    color:#29304D;
}

#privacy-text h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

#privacy-text p {
    line-height: 18px;
    padding: 5px 10px 0 0;
    font-size: 14px;
}

#privacy-overlay {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 400;
}

#privacy-overlay-inner {
    background-color: #fff;
    height: 70%;
    margin: 7% auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    position: relative;
    width: 60%;
}

#privacy-close {
    text-align: right;
    display: block;
}

/*date picker*/
.ui-datepicker-header {
    background: #ddd;
    border: #777777;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #777777 !important;
    font-size: 13px;
}

.ui-datepicker-month option, .ui-datepicker-month {
    color: #444444;
    font-size: 17px;
    font-weight: 400;
}

/*form*/
#contact-form .info {
    margin-bottom: 15px;
}

#contact-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

#contact-form input {
    border: solid 1px #ddd;
    width: 100%;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 30px;
    color: #29304D;
}

#contact-form .options, #contact-form .age {
    float: left;
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
}

#contact-form .options select {
    width: 90%;
    margin-bottom: 15px;
    color: #29304D;
}

textarea {
    border: solid 1px #ddd;
    width: 100%;
    height: 120px;
    color: #29304D;
}

.privacy #privacy {
    width: 20px;
}

#contact-form .privacy label {
    display: inline-block;
}

.request {
    margin: 0 1%;
}

#errorMessage {
    color: #EB2C3B;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    line-height: 22px;
}

/*----------------------- Responsive ----------------------*/
.mobile-only {
    display: none;
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 30px;
        line-height: 37px;
    }

    h2 {
        font-size: 29px;
        line-height: 38px;
    }

    .line-title {
        font-size: 25px;
    }

    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .big-button {
        font-size: 22px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 500px) {

    /*------ bootstrap ego -----------*/
    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

}
/* GENERALS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Muli', sans-serif;
    color: #202020;
}

body.page {
    padding: 0;
    background: #F1F1EF;
}

.gb-absolute {
    left: 0;
    position: absolute;
    top: 0;
}

p, .wpb_column ul li {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
}


.wpb_column ul li {
    font-size: 17px;
    letter-spacing: 0.5px;
}

p b {
    font-weight: bold;
}

h1, h2, h3 {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

h2 {
    font-weight: bold;
    color: #000;
}
p{
    font-weight: 400;
}

.phone-wrap * {
    color: #116030;
}

.phone-wrap span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.phone-wrap a {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
}

/* VC */
#main_wrapper {
    margin: 0 auto;
    max-width: 2000px;
    overflow: visible;
    background: #fff;
}

.container > .wpb_column > .vc_column-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.vc_row.vca_row-wrapper > .vc_column_container, .vca_inner-row-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1400px;
    width:100%;
    float: none;
    overflow: visible;
}


#lp_content {
    padding-right: 0;
    padding-left: 0;
}

.vc-lp-section {
    margin: 60px auto 120px;
}

#lp_content .vc_row.vc_noPad_column .wpb_column .vc_column-inner {
    padding: 0;
}

.vc_row.vc-bg-section, .vc-bg-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vc-bg-dark * {
    color: #fff;
}

.vc-padding-wrap {
    padding: 40px;
}

.gb_vc_horizontal_pad {
    padding-left: 15%;
    padding-right: 15%;
}

.vc_row .vc_column_container .vc-padding-box .vc_column-inner {
    padding: 40px;
}

.vc-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.gb_vc_titolo {
    margin-bottom: 20px;
}

.gb_vc_titolo * {
    font-weight: 700;
}

.gb_vc_titolo.normal .title {
    font-size: 40px;
    line-height: 1.2;
    color: #202020;
    font-weight: 400;
    letter-spacing: 1px;
}

.gb_vc_titolo.gb_vc_theme-color .title {
    color: #004B99;
}

.gb_vc_titolo.gb_vc_light-color .title {
    color: #4B88CB;
}

.gb_vc_titolo.big .title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 42px;
}

.gb_vc_titolo.medium {
    margin-bottom: 15px;
}

.gb_vc_titolo.medium .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}

.gb_vc_titolo.small .title {
    font-size: 25px;
    line-height: 30px;
    font-weight:400;
}

.gb_vc_titolo .title {
    margin-bottom: 0px;
}

.gb_vc_titolo .title.uppercase {
    text-transform: uppercase;
}

.gb_vc_titolo.italic .title {
    font-style: italic;
}

.gb_vc_titolo .subtitle {
    font-size: 24px;
    line-height: 30px;
}

.gb_vc_titolo.vc_align_cx .title {
    text-align: center;
}

.gb_vc_titolo.vc_align_dx .title {
    text-align: right;
}

.wpb_column ul, .column ul {
    margin-left: 0;
}

.gb_vc_icbox_align_cx {
    text-align: center;
}

.gb_vc_icbox_align_dx {
    text-align: right;
}

.gb_vc_image_box .title {
    color: #004C9A;
}

.vca_padded-text-col > .vc_column-inner > .wpb_wrapper {
    padding: 80px 15%;
    margin-bottom: 0;
}

.vca_padded-text-col-right > .vc_column-inner > .wpb_wrapper {
    padding: 60px 30% 60px 80px;
}

.vca_padded-text-col-left > .vc_column-inner > .wpb_wrapper {
}

.vca_horizontal_padded, .vca_horizontal-padded {
    padding-left: 18%;
    padding-right: 18%;
}

#lp_content .vca_noPad_row_columns > .wpb_column > .vc_column-inner {
    padding: 0;
}

.vca_image-fullWidth.wpb_single_image figure, .vca_image-fullWidth.wpb_single_image figure img,
.vca_image-fullWidth.wpb_single_image .vc_single_image-wrapper {
    display: block;
    width: 100%;
}

.vca_no-bottom {
    margin-bottom: 0 !important;
}

.gb_vc_box_align_cx .vc_box_img {
    margin: 0;
}

/*VC slider*/
.gb-vc-slider_wrap {
    position: relative;
}

.gb-vc-slider {
    opacity: 0;
    margin-bottom: 0;
}

.gb-vc-slider .slick-dots {
    bottom: 30px;
}

.gb-vc-slider .slick-dots li {
    margin: 0 3px;
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.gb-vc-slider .slick-dots li button::before {
    font-size: 16px;
    opacity: 1;
    color: #fff;
    text-shadow: 2px 1px 2px #555;
    display: none;
}

.gb-vc-slider .slick-dots li button {
    border: solid 1px #fff;
    background-color: transparent;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    border-radius: 50%;
}

.gb-vc-slider .slick-dots li.slick-active button {
    background-color: #fff;
    border: solid 1px #fff;
}

.gb-vc-slider .slick-dots {
    bottom: auto;
    top: 25px;
    text-align: left;
    padding: 0 20px;
}

#camere .container_slider .gb-vc-slider .slick-dots {
    text-align: right;
}

.slick-slide img {
    width: 100%;
}

.gb-vc-slider .slick-prev:before, .gb-vc-slider .slick-next:before {
    content: "";
    font-family: "fontAwesome";
    display: inline-block;
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}

.gb-vc-slider .slick-prev:before {
    content: "\f104";
}

.gb-vc-slider .slick-next:before {
    content: "\f105";
}

.gb-vc-slider .slick-next {
    left: 0;
}

.gb-vc-slider .slick-prev, .gb-vc-slider .slick-next {
    display: flex;
    align-items: center;
    transition: opacity 0.5s;
    top: 42%;
    border-radius: 50%;
    z-index: 20;
    margin-top: 0;
}

.gb-vc-slider .slick-prev, .gb-vc-slider .slick-next, .gb-vc-slider .slick-prev:hover, .gb-vc-slider .slick-prev:focus,
.gb-vc-slider .slick-next:hover, .gb-vc-slider .slick-next:focus {
    height: 60px;
    width: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CDC9C1;
    border-radius: 0;
    bottom: 40px;
    top: auto;
}

.gb-vc-slider .slick-prev, .gb-vc-slider .slick-prev:hover, .gb-vc-slider .slick-prev:focus {
    left: -60px;
    background-color: #BCB7AD;
}

.gb-vc-slider .slick-prev, .gb-vc-slider .slick-prev:hover, .gb-vc-slider .slick-prev:focus {
    background-image: none;
}

.gb-vc-slider .slick-next, .gb-vc-slider .slick-next:hover, .gb-vc-slider .slick-next:focus {
    background-image: none;
}

.gb-vc-slider .slick-prev:hover, .gb-vc-slider .slick-prev:focus, .gb-vc-slider .slick-next:hover, .gb-vc-slider .slick-next:focus {
    opacity: 1;
}

.gb_vc_image_box.gb_vc_box_align_cx .title, .gb_vc_image_box.gb_vc_box_align_cx p, .gb_vc_btn_align_cx {
    text-align: center;
}

.gb_vc_image_box.gb_vc_box_align_dx .title, .gb_vc_image_box.gb_vc_box_align_dx p {
    text-align: right;
}

/* vc image box */
.gb_vc_image_box .vc_box_img img {
    display: block;
}

.gb_vc_image_box .vc_bx_content_wrap {
    padding: 30px;
    background: #fff;
}

.gb_vc_image_box .gb_vc_titolo {
    margin-bottom: 15px;
}

/* vc video box*/
vca_video_box {
    position: relative;
}

.vca_video_box .vca_video-preview {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    cursor: pointer;
    z-index: 50;
    transition: opacity ease-out 0.4s;
    -moz-transition: opacity ease-out 0.4s;
    -webkit-transition: opacity ease-out 0.4s;
}

.vca_video_box .vca_video-preview:hover {
    opacity: 0.8;
}

.vca_video_box .vca_video-preview:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('../img/icons/video-player.png') no-repeat center center;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    height: 80px;
    width: 80px;
}

/* vc recensione box */
#recensioni.vc-lp-section {
    margin-top: 100px;
}

#recensioni .gb_vc_titolo .title,
#gallery .gb_vc_titolo .title,
#section-form .gb_vc_titolo .title {
    color: #155A93;
}

#recensioni .gb_vc_titolo div.title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

#recensioni .gb_vc_titolo div.title:before {
    content: "";
    background: url(../img/star.png) center center no-repeat;
    position: relative;
    display: block;
    height: 25px;
    margin-bottom: 25px;
}

.gb_vc_recensione_box .vc_recensione_inner_wrap {
    padding: 40px;
    text-align: center;
    background: transparent;
    border: solid 2px #155A93;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.gb_vc_recensione_box .gb_vc_titolo {
    margin-bottom: 20px;
}

.gb_vc_recensione_box .gb_vc_titolo .title {
    margin-bottom: 0;
    color: #155A93;
}

.gb_vc_recensione_box .title, .gb_vc_recensione_box p {
    text-align: center;
}

.gb_vc_recensione_box .vc_recensione_content * {
    font-style: italic;
}

.gb_vc_recensione_box .vc_recensione_content p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 35px;
}

.gb_vc_recensione_box .vc_recensione_content p:before {
    content: "“";
   /* display: inline-block;*/
    margin-right: 5px;
    display: none;
}

.gb_vc_recensione_box .vc_recensione_content p:after {
    content: "”";
    /*display: inline-block;*/
    vertical-align: top;
    margin-left: 5px;
    display: none;
}

.vc_recensione_author {
    text-align: center;
    font-style: normal;
    margin-top: auto;
}

.vc_author_name {
    font-weight: 500;
    font-style: italic;
    color: #155A93;
}

.gb_absolute_title {
    position: absolute;
    bottom: 0;
}

/* vc tab */
#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
    margin-right: 18px;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 14px 20px;
    border-radius: 0 !important;
    border: solid 4px #136032;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span {
    color: #136032;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background: #EFEFEF;
    border: solid 4px #EFEFEF;
    padding-bottom: 35px;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a span {
    color: #000;
}

#lp_content .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    background: #EFEFEF;
    border: solid 4px #EFEFEF;
    padding: 40px;
    border-radius: 0;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: #EFEFEF;
    border-radius: 0;
    border: solid 2px #136032;
    margin: 4px 0;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span {
    color: #136032;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: solid 2px #EFEFEF;
    margin-bottom: 4px;
    margin-top: 0;
}

#lp_content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span {
    color: #000;
}

.vca_small-pad-column > .vca_inner-row-wrapper > .wpb_column > .vc_column-inner,
.vca_small-pad-column > .wpb_column > .vc_column-inner {
    padding-left: 8px;
    padding-right: 8px;
}

.gb_vc_icbox {
    padding: 30px 20px;
}

.gb_vc_icbox.gb_vc_icbox_align_cx {
    text-align: center;
}

.gb_vc_icbox.gb_vc_icbox_nero {
    background: #5CA1CA;
}

.gb_vc_icbox.gb_vc_icbox_nero .gb_vc_icbox_cnt * {
    color: #fff;
}

.gb_vc_icbox .gb_vc_icbox_title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-top: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.gb_vc_icbox .gb_vc_icbox_cnt {
    margin-top: 20px;
}

#gallery .vc_row-o-equal-height.vc_row-flex > .vca_inner-row-wrapper{
    max-width: 100%;
    display: block;
}
#gallery{
    overflow: hidden;
}

#slider .slick-prev{
    left:-30px;
    z-index: 10;
}
#slider .slick-next{
    right:-30px;
    z-index: 10;
}
#slider .slick-prev, #slider .slick-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: #fff;
    border-radius: 50%;
}
#slider .slick-prev:before{
    background: url('../img/icons/arrow_sx.png');
    background-size: contain;
    color: transparent;
    opacity: 1;
    margin-left: 30px;
    background-repeat: no-repeat;
}
#slider .slick-next:before{
    background: url('../img/icons/arrow_dx.png');
    background-size: contain;
    color: transparent;
    opacity: 1;
    margin-right: 10px;
    background-repeat: no-repeat;
}
#slider .slick-dots li button:before {
    width: 20px;
    height: 20px;
    opacity: 1;
    color: #155A93;
}
#slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E7280E;
}
#slider .slick-dots li button:before {
    font-size: 13px;
}
#slider .slick-dots {
    bottom: -70px;
}
#slider .single_slide{
    position:relative;
}
#slider .title_slide{
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: auto;
    background: #E7280E;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px 10px;
    font-size: 20px;
}

/* GENERALS */
h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
}

.wText {
    color: #fff;
}

ul, ol {
    margin-left: 0;
}

.serif, .serif *, .gb_vc_titolo.serif .title, .gb_vc_titolo.serif .subtitle {
    font-family: 'Maitree', serif;
    font-weight: 500;
}

.big, .gb-bigf {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

small, .small, .gb-small {
    font-size: 14px;
    line-height: 19px;
}

.gb-medium {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.gb-big {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.no-bottom {
    margin-bottom: 0;
}

ul.check-list, ul.point-list {
    list-style: none;
}

.wpb_column .check-list.plus-list li {
    font-weight: bold;
}

.wpb_column .check-list li {
    background: transparent;
    line-height: 22px;
    padding-left: 35px;
    list-style: none;
    position: relative;
    padding-bottom: 25px;
    font-size: 19px;
}

.check-list li:before {
    content: '';
    display: inline-block;
    font-size: 30px;
    left: 0;
    top: 2px;
    position: absolute;
    background: url('../img/icons/flag.png') no-repeat left center;
    height: 25px;
    width: 25px;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

/*.vca_bg-dark .check-list li:before {
    background: url('../img/icons/check_white.png') no-repeat left center;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}*/
.vca_bg-dark .check-list{
    padding-left:20px;
}
.vca_bg-dark .check-list li{
    list-style-type: disc;
    padding-left:0;
    padding-bottom:10px;
    font-weight: 400;
    font-size: 17px;
}
.vca_bg-dark .check-list li:before{
    display: none;
}

.vca_bg-dark .check-list li {
    font-size: 18px;
}

ul.point-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

ul.point-list li:before {
    content: ".";
    display: inline-block;
    font-size: 60px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0px;
    line-height: 0;
}

.check-list-sm {
    margin: 0;
}

.wpb_column .check-list-sm li {
    background: transparent;
    padding: 0 15px 0 30px;
    list-style: none;
    position: relative;
    margin: 10px 0;
}

.check-list-sm li:before {
    font-family: "fontello";
    content: '\e81a';
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    left: 0;
    top: 10px;
    position: absolute;
    color: #8ab1da;
}

/*buttons*/
.big-button, .gb-default-btn.gb-medium-btn {
    cursor: pointer;
    color: #fff;
    display: inline-table;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 12px 35px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    border-radius: 50px;
    background: rgb(240, 171, 72);
    background: -moz-linear-gradient(left, rgba(255, 98, 103, 1) 0%, rgba(228, 46, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 98, 103, 1) 0%, rgba(228, 46, 33, 1) 100%);
    background: linear-gradient(to right, rgba(255, 98, 103, 1) 0%, rgba(228, 46, 33, 1) 100%);
    transition: all ease 0.3s;
    border: 0;
    outline: 0;
}
.big-button span, .gb-default-btn.gb-medium-btn span{
    color:#fff;
}
.big-button:hover, .big-button:active, .big-button:focus, .gb-default-btn.gb-medium-btn:hover, .gb-default-btn.gb-medium-btn:active, .gb-default-btn.gb-medium-btn:focus {
    color: #fff;
    opacity: 1;
    text-decoration: none;

    outline: 0;
    background-color: #AB165A;
}


/* OFFER */
#main-offer {
    margin: 0 90px;
    display: flex;
    justify-content: flex-end;
}

#main-offer .vca_inner-row-wrapper {
    overflow: visible;
}

#lp_content .lp-offer-content > .vc_column-inner {
    padding:  0;
    margin-right: -60px;
    transform: translateY(-60px);
}

#lp_content .lp-offer-content > .vc_column-inner h1 {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    color: #fff;
    font-weight: 400;
    font-size:44px;
    line-height:1.3;
}

#lp_content .lp-offer-content > .vc_column-inner h1 span {
    color: #fff;
}

#lp_content .lp-offer-content > .vc_column-inner .gb_vc_titolo.small.regular .title {
    color: #fff;
    font-size:20px;
    font-weight: 400;
}

#lp_content .lp-offer-content > .vc_column-inner .wpb_text_column.wpb_content_element p,
#lp_content .lp-offer-content > .vc_column-inner .wpb_text_column.wpb_content_element span {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}
#lp_content .lp-offer-content > .vc_column-inner .wpb_text_column.wpb_content_element strong{
    color: #fff;
}

#lp_content .lp-offer-content {
    max-width: 700px;
    width:50%;
    z-index:1000;
}

#lp_content .lp-offer-content .vc_column-inner > .wpb_wrapper {
    background: #155A93;
    padding: 0 0 30px;
    position: relative;
}
#lp_content .lp-offer-content .bg_light_blue .vc_column-inner > .wpb_wrapper {
    background: #155A93;
    padding: 55px 8% 0;
    position: relative;
}
#lp_content .lp-offer-content .three_col{
    padding: 35px 8% 0;
}
#lp_content .lp-offer-content .three_col .vc_column-inner > .wpb_wrapper{
    padding-bottom: 0;
}

#lp_content .lp-offer-content .offer-label {
    margin: 0 0 35px;
    padding: 5px 15px;
    background: #71BCDC;
    letter-spacing: 2px;
    display: inline-block;
}

.green_text p,
.green_text strong{
    font-size:20px;
    font-weight: 500;
    color:#88C258 !important;
    line-height: 1.2;
}
.price p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.price span{
    font-size:36px;
    font-weight: 700 !important;
    line-height: 1.2;
}
.old_price span{
    text-decoration: line-through;
}

.link_scroll {
    color: #FBA419;
    border-bottom: 1px solid #FBA419;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s ease-out;
}

.link_scroll:hover,
.link_scroll:focus {
    border-bottom: 1px solid transparent;
    color: #FBA419;
}

#lp_content .lp-offer-content .offer-label .title {
    margin: 0;
    color: #fff;
}

#offers .wpb_column.vc_column_container > .vc_column-inner {
    padding-left: 8px;
    padding-right: 8px;
}

#offers .vc_row-o-equal-height.vc_row-flex > .vca_inner-row-wrapper {
    padding: 0 7px;
}

.vc_offer_wrap {
    background: #F1F1EF;
}

.duration_offer,
.content_offer {
    background: #F1F1EF;
}

.duration_offer p,
.content_offer h3,
.content_offer span {
    background: #F1F1EF;
    color: #9C8883;
    text-align: center;
}

.duration_offer {
    padding: 0px 15px;
    border-bottom: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.duration_offer p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.content_offer {
    padding: 0 25px;
    margin: 35px 0 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_offer h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.content_offer > p {
    font-size: 16px;
    margin-bottom: auto;
}

.content_offer .price {
    display: inline-flex;
    flex-direction: column;
    margin: 30px auto 0;
    border-top: 1px solid #9C8883;
    border-bottom: 1px solid #9C8883;
    padding: 10px 0 15px;
}

.content_offer .price p {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #9C8883;
    margin-bottom: 0;
    font-weight: 700;
}

.content_offer .price span {
    font-size: 60px;
}

.content_offer .price span strong {
    color: #9C8883;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

/* PLUS */
#plus .check-list li {
    width: 50%;
    float: left;
    padding-right: 22px;
    font-size: 17px;
    margin-bottom: 10px;
}

.box-pacchetto-bimbi {
    overflow: hidden;
}

.box-pacchetto-bimbi .gb_vc_icbox_icon, .box-pacchetto-bimbi .gb_vc_icbox_img {
    max-width: 80px;
    display: inline-block;
}

.box-pacchetto-bimbi .gb_vc_icbox_title {
    display: inline-block;
    padding: 0 50px 0 20px;
    font-size: 60px;
    margin-top: 30px;
    vertical-align: top;
}

.box-pacchetto-bimbi .gb_vc_icbox_cnt {
    display: inline-block;
}

/* BIMBI */
#progetto_bimbi .equal-icon-col .gb_vc_icbox .gb_vc_icbox_img img {
    height: 100px;
}

/* FRIENDS */
#angie_friends .wpb_column .vc_column-inner {
    background-position: center top !important;
}

#angie_friends .logos-wrap {
    margin-top: 40px;
}

#angie_friends .logos-wrap img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 35px;
    float: none;
    margin-bottom: 0;
}

#angie_friends .logos-wrap img:first-child {
    margin-bottom: 10px;
}
.container_section_info{
    margin:0 75px;
}
.container_section_info > .vc_column_container > .vc_column-inner {
    padding-top:0 !important;
}
.section_info{
    margin:auto;
    background:#E7EDF5;
    margin-bottom:100px;
}
.section_info > .vc_column_container > .vc_column-inner  > .wpb_wrapper{
    display:flex;
    justify-content: space-between;
    padding: 35px 35px 0;
}
.info_date p, .info_incontri p, .info_place p{
    font-size: 21px;
}
.info_date{
    margin-right:30px;
}
.info_incontri{
    margin-right:30px;
}
.info_date, .info_incontri, .info_place{
    position:relative;
    padding-left: 50px;
}
.info_date:before, .info_incontri:before, .info_place:before {
    content:"";
    position:absolute;
    left:0;
    width:35px;
    height:30px;
}
.info_date:before{
    background: url('../img/icons/icon_data.png') center center no-repeat;
}
.info_incontri:before{
    background: url('../img/icons/icon_incontri.png') center center no-repeat;
}
.info_place:before{
    background: url('../img/icons/icon_dove.png') center center no-repeat;
}

/* vantaggi */
#vantaggi{
    margin:100px 75px 80px;
}
#vantaggi .wpb_single_image{
    padding-right:40px;
}

.slider_vantaggi > .vc_column-inner > .wpb_wrapper {
    margin-right: 60px;
}

.col_vantaggi {
    margin-left: -15px;
}
.col_vantaggi > .vc_column-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col_vantaggi > .vc_column-inner > .wpb_wrapper {
    display: block;
    height:auto !important;
}

.col_vantaggi .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}


#obiettivi .gb_vc_titolo.normal .title{
    color:#202020;
}
#obiettivi .vc_figure, #obiettivi .vc_figure > .vc_single_image-wrapper, #obiettivi .vc_figure > .vc_single_image-wrapper >img{
    width:100%;
}
#programma .vc_row.vca_row-wrapper > .vc_column_container, #programma .vca_inner-row-wrapper,
#docenti .vc_row.vca_row-wrapper > .vc_column_container, #docenti .vca_inner-row-wrapper,
#obiettivi .vc_row.vca_row-wrapper > .vc_column_container, #obiettivi .vca_inner-row-wrapper,
#recensioni .vc_row.vca_row-wrapper > .vc_column_container, #recensioni .vca_inner-row-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px;
    width: 100%;
    float: none;
    overflow: visible;
}

#programma, #docenti{
    margin-top:100px;
}

.bg-dark > .vc_column-inner > .wpb_wrapper {
    background: #155A93;
    padding: 40px 30px 20px 50px;
}

.bg-dark .gb_vc_titolo.normal .title,
.bg-dark ul.check-list li {
    color: #fff;
}
.bg-dark .gb_vc_titolo.normal .title{
    font-weight: 300;
    font-size:40px !important;
}

.bg-dark .gb_vc_titolo.normal .title {
    font-size: 28px;
    line-height: 36px;
}

.bg-dark ul.check-list li {
    text-transform: initial;
}

.slider_col_overlapped > .vca_inner-row-wrapper {
    display: flex;
    /*justify-content: flex-end;*/
    position: relative;
}
.slider_col_overlapped.reverse > .vca_inner-row-wrapper{
    justify-content: flex-end;
}
.slider_col_overlapped.reverse .container_slider{
    left:0;
    right:auto;
}

.slider_col_overlapped > .vca_inner-row-wrapper > .vc_column_container {
    width: 60%;
}

.slider_col_overlapped > .vca_inner-row-wrapper > .vc_column_container.bg-dark {
    width: 50%;
}

.slider_col_overlapped > .vca_inner-row-wrapper .bg-dark {
    /*position:absolute;
    left:0;
    top:60px;*/
    margin-top: 60px;
    z-index: 1;
}
.slider_col_overlapped .vc_figure, .slider_col_overlapped .vc_figure .vc_single_image-wrapper, .slider_col_overlapped .vc_figure .vc_single_image-wrapper img{
    width:100%;
}

.slider_col_overlapped .gb-vc-slider .slick-next {
    right: -60px;
    left: auto;
}

.slider_col_overlapped .gb-vc-slider .slick-prev {
    right: 0px;
    left: auto;
}

.slider_col_overlapped .container_slider {
    position: absolute;
    right: 0;
}

/* servizi */
.vca_bg-section.vc-lp-section {
    background: #E7EDF5;
    margin: 0;
    padding: 100px 0;
}

#obiettivi .vc_row-flex .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
    background: #fff;
}
#obiettivi .vc_row-flex .wpb_column.vc_column_container{
    margin-bottom: 20px;
}

#obiettivi .vc_row-flex .wpb_column.vc_column_container .gb_vc_titolo,
#obiettivi .vc_row-flex .wpb_column.vc_column_container .wpb_text_column {
    padding: 0 38px;
}

.gb_vc_titolo.medium .title {
    font-size: 31px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 1px;
}

#servizi .vc_row-flex .wpb_column.vc_column_container .wpb_text_column p {
    font-size: 17px;
}

/* equal height flex*/
.vc_row-o-equal-height.vc_row-flex > .vca_inner-row-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.vc_row-o-equal-height.vc_row-flex .vc_column_container .vc_column-inner,
.vc_row-o-equal-height.vc_row-flex .vc_column_container .wpb_wrapper,
.vc_row-o-equal-height.vc_row-flex .vc_column_container .gb_vc_recensione_box,
.vc_row-o-equal-height.vc_row-flex .vc_column_container .vc_offer_wrap {
    height: 100%;
}

.bg_image{
    padding: 85px 90px 120px;
}
.bg_image > .vca_inner-row-wrapper{
    display: flex;
    justify-content: center;
}
.container_white{
    max-width:780px;
    background: #fff;
    padding: 60px 70px 35px;
}
.container_white .gb_vc_titolo.normal .title{
    font-size:25px;
    line-height:1.2;
    font-weight:400;
    color:#202020;
}
.container_white p{
    font-size:19px;
}


#formazione{
    margin-bottom:0;
}



.mobile-section-controller {
    font-size: 20px;
    border-bottom: solid 2px #E7EDF5;
    display: none;
    color: #155A93;
    padding: 20px 0;
    position: relative;
    font-weight: 600;
    text-decoration: underline;
    outline: 0;
    padding-left: 15px;
    text-transform: capitalize;
}

.mobile-section-controller:active, .mobile-section-controller:focus {
    outline: 0;
}

.mobile-section-controller:after {
    content: "\f107";
    display: inline-block;
    font-family: "fontAwesome";
    font-size: 36px;
    padding: 0 10px;
    color: #155A93;
    position: absolute;
    right: 0;
    top: 20px;
    font-weight: normal;
}

.mobile-section-controller.opened {
    color: #155A93;
    background: #E7EDF5;
    padding-left: 15px;
}

.mobile-section-controller.opened:after {
    content: "\f106";
}

.mobile-section-controller:hover {
    text-decoration: none;
    color: #155A93;
    opacity: 0.7;
    cursor: pointer;
}

.vc-mobile-section-controller_row {
    display: none;
}

.vc-mobile-section-controller_row .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}

.vc-mobile-section-controller_row .wpb_text_column {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .mobile-section-controller, .vc-mobile-section-controller_row {
        display: block;
    }

    .vc-mobile-section-controller_row .wpb_text_column {
        margin-bottom: 0;
    }
    #offers.vc-lp-section{
        height: auto;
        min-height: 0;
        overflow: visible;
    }
    .vc-lp-section {
        height: 0;
        min-height: 0;
        overflow: hidden;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #vantaggi{
        margin: 0 !important;
    }

    .vc-lp-section:not(.vca_bg-section) > .vc_column_container:first-child, .vc-lp-section:not(.vca_bg-section) > .wpb_column:first-child > .vc_column_container {
        padding-top: 50px;
    }

    .vc-lp-section:not(.vca_bg-section) > .vc_column_container:last-child, .vc-lp-section:not(.vca_bg-section) > .wpb_column:last-child > .vc_column_container {
        padding-top: 35px;
    }
    #numero-verde{
        display: none;
    }
    .phone-wrap:before {
        top: -8px !important;
    }
}

/* google map */
#google-map {
    background: #ccc;
    min-height: 300px;
}

/* form */

#section-form {
    background: #fff;
    margin-bottom: 0;
    padding:100px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*#section-form .title, #section-form .form-intro {
    text-align: center;
}*/
#section-form p{
    font-size:17px;
    color:#29304D;
}
#section-form .form-intro {
    margin-bottom: 15px;
}

#section-form .column {
    padding: 0;
}

#section-form .form-wrap {
    background: #fff;
    padding: 80px 18%;
    max-width: 800px;
}

#section-form .container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1050px;
    padding: 60px 70px;
}

#section-form .column:first-child {
    padding-right: 40px;
}

.row_flex{
    display: flex;
}
.row_flex .col_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.row_flex .col_text .phone-wrap{
    margin-top:20px;
}

.error {
    color: red;
    font-size: 13px;
    margin: 4px 0 0;
    font-weight: 400;
    position: relative;
}
.custom_checkbox{
    width:15px;
    height:15px;
    position:relative;
}
.custom_checkbox:after{
    content:"";
    width:10px;
    height:10px;
    position: absolute;
}

.privacy {
    margin: 6px 0 0;
}

#errorPrivacy.active {
    padding: 6px;
    background: #FC9292;
    border: solid 1px red;
    color: #5E1C33;
    border-radius: 4px;
}

#section-form textarea {
    padding: 10px;
    line-height: 30px;
}

#contact-form .field {
    margin-bottom: 12px;
}

#section-form input, #section-form textarea {
    background: #E7EDF5 none repeat scroll 0 0;
    border: 0 none;
    font-size: 16px;
    height: auto;
    padding: 6px 15px;
    border-radius:0px;
}

#section-form textarea {
    height: 120px;
}

#contact-form input.fieldError {
    color: #5E1C33;
    border: solid 1px red;
    background: #fc9292 none;
}

#section-form .required-msg {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-top:3px;
    color:#29304D;
}

#contact-form .request {
    margin: 0;
}

#contact-form .request, #contact-form .field {
    margin-bottom: 18px;
}

#contact-form .checkbox label {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top:3px;
    color:#29304D;

}

#contact-form .checkbox input {
    display: inline-block;
    float: none;
    margin: 0;
    position: static;
    vertical-align: top;
    width: auto;
}

#contact-form .checkbox {
    display: inline-block;
    min-width: 300px;
    text-align: left;
}

.submit {
    text-align: center;
    margin-top:10px;
}

select {
    padding: 9px 30px 12px 15px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 -1px #fff inset;
    -moz-box-shadow: 0 -1px #fff inset;
    background: #ffff;
    border: none;
    box-shadow: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: transparent;
    width: 100%;
    color:#29304D;
    line-height: 1.2;
}

select option {
    white-space: normal;
}

.style-select {
    position: relative;
    background: #E7EDF5;
    border: 0;
}

.style-select:after {
    position: absolute;
    pointer-events: none;
    content: "";
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    height: 0;
    width: 0;
    display: inline-block;
    right: 10px;
    top: 19px;
    height: 0;
    width: 0;
}

select::-ms-expand {
    display: none;
}

.datepicker-field {
    cursor: pointer;
    position: relative;
    width: 100%;
}

.datepicker-field:after {
    /* content: "\f073"; */
    content: "";
    display: inline-block;
    /* font-family: "fontAwesome"; */
    /*background: url('../img/icons/ico-calendar.png') center center no-repeat;*/
    background-size: contain;
    font-size: 17px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 33%;
    width: 15px;
    pointer-events: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: #9C8883;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    top: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background: #9C8883;
    opacity: 0.6;
    border: 0;
    top: 5px;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
}



.ui-datepicker-title {
    position: relative;
}
.ui-datepicker-title select{
    padding: 0px 30px 0px 6px;
}

.ui-datepicker-month {
    border: solid 1px #999;
}

.ui-datepicker-title:after {
    position: absolute;
    pointer-events: none;
    content: "";
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    height: 0;
    width: 0;
    display: inline-block;
    right: 85px;
    top: 12px;
    height: 0;
    width: 0;
}

.ui-datepicker .ui-datepicker-title select {
    background: #f4f3ef none repeat scroll 0 0;
    border: 0 none;
    font-size: 1em;
    margin: 1px 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}

.fancybox-skin{
    padding: 0 !important;
}
.fancybox-title-float-wrap .child{
    background: transparent;
    font-size: 16px;
}
.fancybox-title-float-wrap {
    top: 102%;
}

/* ---- ie css ----*/
html.lt-ie10 {
}

/* footer */
#copy, #credits, #credits a {
    font-size: 14px;
    color: #444;
}

#footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

#footer-wrap * {
    color: #2C3B74;
    line-height: 1.4;
}

#footer-wrap #copy {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

#footer-wrap #credits * {
    font-size: 15px;
    font-weight: 400;
    color: #2C3B74;
}
#footer-wrap #credits a{
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-out;
}
#footer-wrap #credits a:hover{
    border-bottom: 1px solid #2C3B74;
}

/*THANKYOU PAGE*/
#thanks_content {
    margin-top: 35px;
    background: #E7EDF5;
    margin-bottom: 0;
}

#thanks_content h1 {
    color: #29304D;
}

#thanks_content h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #E83889;
}

.lp-color {
    color: #29304D;
}

#privacy-link {
    cursor: pointer;
    text-decoration: underline;
}

#privacy-text h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

#privacy-text p {
    line-height: 21px;
    padding: 5px 10px 0 0;
    font-size: 15px;
}

#privacy-overlay {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 400;
}

#privacy-overlay-inner {
    background-color: #fff;
    height: 70%;
    margin: 7% auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    position: relative;
    width: 60%;
}

#privacy-close {
    text-align: right;
    display: block;
}

.thankyou-page {
    background: #fff;
    padding: 0px 20px;
    margin-top: 30px;
}

.thankyou_errors .messages {
    margin: 20px 0;
    line-height: 20px;
}

.thankyou_errors a {
    display: block;
    margin: 10px 0;
}

body.content_only {
    padding: 20px;
}

body.content_only ol li, body.content_only ul li, body.content_only p {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 15px;
}

body.content_only ol {
    list-style: outside decimal;
    margin-bottom: 20px;
    margin-left: 25px;
}

body.content_only ul {
    list-style: outside circle;
    margin-bottom: 20px;
    margin-left: 25px;
}

#toTop {
    position: fixed;
    right: 35px;
    left: auto;
    bottom: 30px;
    height: 50px;
    width: 50px;
    padding: 13px 0 0;
    text-align: center;
    background: #fff;
    z-index: 2000;
    display: none;
    border-radius: 50%;
    border: solid 1px #69798F;
}

#toTop .fa {
    line-height: 0;
    font-size: 35px;
    vertical-align: top;
    margin-top: 10px;
    color: #69798F ;
}
#toTop .fa:before{
    color: #69798F;
}

#toTop:hover {
    opacity: 1;
}

/* fancybox */
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-close {
    height: 35px;
    width: 35px;
    top: 0 !important;
    right: 0 !important;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: none !important;
    background-color: #263343;
}

.fancybox-close:after, .fancybox-prev span:after, .fancybox-next span:after {
    font-family: "fontAwesome";
    color: #fff;
    font-size: 18px;
    position: absolute;
    margin: 0 auto;
    left: 11px;
    top: 7px;
}

.fancybox-nav span {
    display: block;
    visibility: visible !important;
}

.fancybox-prev span:after {
    content: "\f053";
    top: 10px;
}

.fancybox-next span:after {
    content: "\f054";
    top: 10px;
}

.fancybox-close:after {
    content: "\f00d";
}

.fancybox-title-float-wrap .child {
    white-space: normal !important;
}

.fancybox-opened {
    transform: translateZ(100px); /* BUG FIX POPUP*/
}

.fancybox-nav span {
    height: 36px;
    width: 36px;
}

/* toggle section expand */
.toggle-exapand-section {
    display: none;
}

a.toggle-btn-expand {
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #000;
}

a.toggle-btn-expand * {
    color: #000;
}

/* HEADER */
#main {
    margin-top: 0;
    padding-top: 150px;
}

#header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 200;
    padding:25px 0 0px 60px;
}

#header * {
    /*transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;*/
}

#header-right {
    text-align: right;
}

#header > .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

#header > .container-fluid > .row {
    display: flex;
    align-items: flex-start;
}

.phone-wrap * {
    color: #004B99;
}

.phone-wrap {
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 28px;
    text-decoration: none;
}

.phone-wrap:before {
    display: inline-block;
    font-family: "fontAwesome";
    content: "\f095";
    font-size: 31px;
    position: absolute;
    left: 0;
    top: 7px;
    text-decoration: none;
    color: #319340;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.phone-wrap span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
    border: 0;
    letter-spacing: 0;
    color: #319340;
    text-decoration: underline;
}
.phone-wrap:hover span{
    text-decoration: none;
}

.logo {
   margin-right: 10px;
}
#logo_microworld{
    margin-top: 5px;
}
.logo_mobile{
    display: none;
}

.logo_arca{
    margin: 0 auto 35px;
    display: none;
}
#header_cta {
    display: none;
}

#header_cta a {
    font-size: 16px;
    padding: 12px 18px;
    box-shadow: unset;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}
#header.is-sticky{
    position: fixed;
    z-index:2000;
}
#header.is-sticky .row_flex{
    align-items: center;
}
#header.is-sticky .logo {
    height: 55px;
}
#header.is-sticky .payoff{
    display: none;
}
#header.is-sticky .phone-wrap {
    display: none;
    padding-left: 18px;
    margin-right: 20px;
}
#header.is-sticky .phone-wrap:before{
    font-size:32px;
}
#header.is-sticky .phone-wrap:before {
    top: -5px !important;
}

#header.is-sticky #header_cta {
    display: inline-block;
}

#header.is-sticky {
    padding: 10px 0;
    -webkit-box-shadow: -1px 5px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: -1px 5px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: -1px 5px 5px 0px rgba(50, 50, 50, 0.1);
}
#header .row_flex{
    display: flex;
    justify-content: space-between;
}
.payoff{
    font-size: 14px;
    text-transform: uppercase;
    color:#9A9696;
    font-weight:600;
    margin-top:5px;
}
.img_header_mobile{
    display: none;
}
.sep_20_color{
    height:20px;
    background: #69798F;
}

@media (max-width: 1350px) {
    .logo {
        height: 72px;
    }
}

@media (max-width: 1300px) {
    .gb-vc-slider .slick-prev, .gb-vc-slider .slick-prev:hover, .gb-vc-slider .slick-prev:focus {
        left: 0;
        bottom: 0;
    }
    .gb-vc-slider .slick-next, .gb-vc-slider .slick-next:hover, .gb-vc-slider .slick-next:focus {
        left:60px;
        bottom:0;
    }
    .slider_col_overlapped .gb-vc-slider .slick-next {
        right: 0px;
        left: auto;
    }
    .slider_col_overlapped .gb-vc-slider .slick-prev {
        right: 60px;
        left: auto;
    }
}
/* RESPONSIVE */
@media (max-width: 1200px) {
    #main {
        padding-top: 120px;
    }
    #main_wrapper{
        overflow: hidden;
    }
    #lp_content .lp-offer-content{
        max-width:100%;
        width:100%;
    }
    #lp_content .lp-offer-content > .vc_column-inner{
        padding: 0;
        margin-right: 0px;
        transform: translateY(0px);
    }
    #header {
        padding: 20px 0px 0px 0;
    }
    #header .row_flex {
        align-items: center;
    }
    .img_header_mobile{
        display:block;
        width:100%;
        height:auto;
    }
    #offers .wpb_column.vc_column_container {
        margin-bottom: 30px;
    }
    #main-offer{
        margin: 0 ;
        align-items:flex-start;
    }
    .container_section_info {
        margin: 0;
    }
    #vantaggi {
        margin: 0 0 100px;
    }
}
@media (max-width: 991px) {
    #main {
        padding-top: 85px;
    }
    .logo_mobile{
        display: inline-block;
        height: 70px;
        margin-right: 20px;
    }
    .logo_arca{
        display: block;
    }
    #header {
        padding-top: 10px;
        padding-bottom: 2px;
    }
    .logo{
        display: none;
    }
    #lp_content .lp-offer-content h1 {
        font-size: 31px;
        line-height: 42px;
    }
    .row_flex{
        flex-wrap: wrap;
    }

    #main-offer {
        margin: 0;
    }
    #lp_content .lp-offer-content > .vc_column-inner {
        margin-right: 0;
    }

    .big-button, .gb-default-btn.gb-medium-btn {
        white-space: normal;
        font-size: 15px;
    }

    #offers .wpb_column.vc_column_container{
        margin-bottom:30px;
    }
    #angie_friends .vc_column-inner {
        background: transparent !important;
    }

    #plus .gb_video_wrap {
        margin-top: 35px;
    }

    #google-map {
        height: 550px;
    }


    #vantaggi .wpb_single_image{
        padding-right: 0px;
        width:100%;
    }
    #vantaggi .vc_figure,
    #vantaggi .vc_single_image-wrapper,
    #vantaggi .wpb_single_image img{
        padding-right: 0px;
        width:100%;
    }
    #section-form .form-wrap {
        padding: 80px 25px;
    }

    #servizi .wpb_column.vc_column_container{
        margin-bottom:30px;
    }
    #servizi .wpb_column.vc_column_container img,
    #servizi .wpb_column.vc_column_container figure,
    #servizi .wpb_column.vc_column_container .vc_single_image-wrapper {
        width:100%;
    }
    #recensioni .wpb_column.vc_column_container{
        margin-bottom:30px;
    }
    #recensioni .wpb_column.vc_column_container.vc_col-sm-2{
        margin-bottom: 0;
    }

    .slider_vantaggi > .vc_column-inner > .wpb_wrapper {
        margin-left: 0px;
        margin-right:0;
    }
    .col_vantaggi {
        margin: 40px 15px;
    }
    .slider_col_overlapped > .vca_inner-row-wrapper > .vc_column_container.container_slider {
        width: 100%;
        position:relative;
    }
    .slider_col_overlapped > .vca_inner-row-wrapper {
        flex-wrap: wrap;
    }
    .slider_col_overlapped > .vca_inner-row-wrapper .bg-dark{
        order:2;
        margin-bottom:30px;
        margin-top:30px;
    }
    .gb-divider.sep_20.gb-transparent{
        display: none;
    }
    .slider_col_overlapped > .vca_inner-row-wrapper > .vc_column_container.bg-dark {
        width: 100%;
    }
    #section-form .col_form {
        width: 100%;
    }
    .col_logo{
        justify-content: flex-start;
    }
    #section-form .container{
        width:100%;
    }
}
@media screen and(max-width: 768px){
    .row_flex .col_text .phone-wrap{
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .logo {
        width: 130px;
        height:auto;
    }
    #header.is-sticky .logo {
        height: auto;
    }
    .payoff{
        display:none;
    }

    #header.is-sticky .phone-wrap{
        display: inline-block;
        top:6px;
    }

    .phone-wrap {
        padding-left: 32px;
    }

    .phone-wrap span {
        font-size: 18px;
    }

    .phone-wrap a {
        font-size: 21px;
    }

    .phone-wrap::before {
        font-size: 40px;
    }
    .icon_contact:before{
        font-size:28px;
        color:#2C3B74;
        cursor: pointer;
    }
    #header_cta a {
        font-size: 11px;
        padding: 12px 14px;
        margin-top: 0px;
    }
    #lp_content .lp-offer-content .vc_column-inner {
        padding-top: 0;
    }

    .price, .green_text{
        text-align:center;
    }

    #main-offer .vc_column-inner {
        background: transparent !important;
    }

    .vca_padded-text-col-right > .vc_column-inner > .wpb_wrapper {
        padding: 30px;
    }

    .vca_padded-text-col > .vc_column-inner > .wpb_wrapper {
        padding: 30px;
    }
    #lp_content .lp-offer-content {
        max-width: 100%;
    }
    .img_testata{
        width:100%;
        height:auto !important;
    }

    .section_info > .vc_column_container > .vc_column-inner > .wpb_wrapper{
        flex-direction: column;
        align-items: center;
        padding: 35px 10px 0;
    }
    .gb_vc_titolo.small .title {
        font-size: 14px;
        line-height: 20px;
    }
    #lp_content .lp-offer-content h1 {
        font-size: 24px;
        line-height: 32px;
    }
    p, .wpb_column ul li {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .wpb_column .check-list li{
        font-size: 16px;
        line-height: 24px;
    }
    .gb_vc_titolo.normal .title {
        font-size: 24px;
        line-height: 32px;
    }
    #offers .wpb_column.vc_column_container.vc_col-sm-2 {
        margin-bottom: 0px;
    }
    .content_offer{
        height:auto !important;
    }
    .bg-dark .gb_vc_titolo.normal .title {
        font-size: 24px;
        line-height: 32px;
    }
    .bg-dark > .vc_column-inner > .wpb_wrapper {
        padding: 40px 20px 1px;
    }
    #obiettivi > .wpb_column{
        padding: 40px 0;
    }
    #servizi .wpb_column.vc_column_container .vc_col-sm-2:last-of-type{
        margin-bottom: 0;
    }
    #section-form .container{
        padding:40px;
    }
    #section-form .phone-wrap::before {
        font-size: 34px;
    }
    #section-form .phone-wrap:before {
        top: 2px !important;
    }
    #section-form .phone-wrap {
        padding-left: 28px;
        margin-bottom: 30px;
    }
    #section-form .col_form{
        width:100%;
    }
    #main-offer{
        background-image: none !important;
    }
    #section-form {
        padding: 0;
    }
    .section_info {
        margin: 0 -15px 40px;
    }
    .bg_image {
        padding: 0;
    }
    #formazione > .wpb_column,
    #formazione > .wpb_column > .vc_column-inner{
        padding-top: 0px;
    }
    .container_white {
        padding: 60px 0px 35px;
    }
    .sep_20_color{
        display: none;
    }
    #gallery .gb_vc_titolo .title{
        margin-top:20px;
    }
    #lp_content .lp-offer-content > .vc_column-inner h1 {
        font-size: 28px;
    }

    .col_vantaggi {
        margin: 0 0 20px;
    }
}

@media (max-width: 500px) {
    #main{
        padding-top: 60px;
    }
    #header > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    #header {
        padding-top: 7px;
        padding-bottom: 5px;
    }
    #header.is-sticky {
        padding: 7px 0 5px;
    }
    #header-right{
        margin-top: -2px;
    }

    #header_cta a {
        padding: 9px 12px;
        margin-top: 0px;
        letter-spacing: 0;
    }
    #header.is-sticky .phone-wrap {
        margin-right: 15px;
        top: 9px;
    }
    #header.is-sticky .phone-wrap:before {
        font-size: 28px;
    }

    .mobile-section-controller {
        font-size: 17px;
    }

    .mobile-section-controller::after {
        font-size: 30px;
    }

    .logo_mobile {
        height: 50px;
        margin-right: 8px;
    }

    .vca_padded-text-col > .vc_column-inner > .wpb_wrapper {
        padding: 0;
    }
    #lp_content .lp-offer-content .vc_column-inner > .wpb_wrapper {
        padding: 0 0 20px;
    }
    #lp_content .lp-offer-content .bg_light_blue .vc_column-inner > .wpb_wrapper {
        padding: 30px 15px 0;
    }

    .gb_vc_titolo.big .title {
        font-size: 32px;
        line-height: 40px;
    }
    .section_info > .vc_column_container > .vc_column-inner > .wpb_wrapper{
        align-items: flex-start;
    }

    #studio .vc_column-inner {
        background: transparent !important;
    }
    #section-form .container {
        padding: 40px 20px;
    }
    #contact-form .checkbox {
        display: inline-flex;
        min-width: 0px;
    }

    .gb-vc-slider .slick-prev, .gb-vc-slider .slick-next, .gb-vc-slider .slick-prev:hover, .gb-vc-slider .slick-prev:focus, .gb-vc-slider .slick-next:hover, .gb-vc-slider .slick-next:focus {
        height: 40px;
        width: 40px;
    }

    .gb-vc-slider .slick-prev, .gb-vc-slider .slick-prev:hover, .gb-vc-slider .slick-prev:focus {
        left: 0;
        bottom: 0;
    }
    .gb-vc-slider .slick-next, .gb-vc-slider .slick-next:hover, .gb-vc-slider .slick-next:focus {
        left:40px;
    }
    .slider_col_overlapped .gb-vc-slider .slick-prev {
        right: 40px;
    }
    #footer-wrap #credits * {
        font-size: 12px;
    }
    #toTop{
        display: none !important;
    }

    #slider .title_slide {
        padding: 10px 20px 8px;
        font-size: 16px;
    }
    .wpb_column .check-list li {
        line-height: 21px;
        font-size: 16px;
    }

    .fancybox-title-float-wrap .child {
        background: transparent;
        font-size: 13px;
        line-height: 1.3;
    }
    .fancybox-title-float-wrap {
        top: 105%;
    }

}


