/* +++++++++++++++++++++++++ CSS SPECIFICI DEL COMPONENTE BOX-PRODUCT e BOX VIDEO ++++++++++++++++++++ */

/* ++ SPESSORE DELLE RIGHE E BG COMPONENTE BOX-PRODUCT E BOX-VIDEO ++ */
.container-climasmart .border-color-right {
    border-right: 1.2rem solid;
}
.container-climasmart .border-color-left {
    border-left: 1.2rem solid;
}
.container-fluid.container-climasmart .border-color-right {
    border-right: 2.5rem solid;
}

.container-climasmart .reverse .border-color-right {
    border-left: 1.2rem solid;
    border-right: 0 !important;
}

.container-fluid.container-climasmart .reverse .border-color-right {
    border-left: 2.5rem solid;
    border-right: 0 !important;
}

.container-climasmart .gridlayout-grey {
    background-color: #F6F6F7;
}

/* ++ SPESSORE DELLE RIGHE E BG COMPONENTE BOX- PRODUCT ++ */

/* ++  BOX CONTENT TEXT SPECIFICO SOLO PER IL COMPONENTE E BOX-VIDEO ++ */
.container-climasmart .box-video .box-content-text .pad-box {
    padding: 48px 36px;
}

/* +++++box-3-step-years - box-single-step-years +++++++ */
.container-climasmart .box-single-step-years .box-content-text .pad-box {
    padding: 48px 48px 40px 48px;
}

.container-climasmart .box-single-step-years .box-content-text p span {
    display: block;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .container-climasmart .box-single-step-years .no-padding-mobile {
        padding: 20px 0;
    }
}

/* ++  SPECIFICO PER  BOX-FOUR-STEP-service  ++ */
.container-climasmart .box-four-step-service .title-section h2 {
    text-align: center !important;
}
@media only screen and (max-width: 767px) {
    .container-climasmart .box-single-step-years button.eon-button.pl16-mob{
        padding-left:16px;
    }
}


/* +++++++++++++++++++++++++ CSS GENERICI PER TUTTI I BOX +++++++++++++++++++++++++ */
@media only screen and (max-width: 991px) {

    .container-climasmart .box-benefit .remove-image {
        display: none;
    }

    .container-climasmart .box-video .box-content-text .pad-box {
        padding: 50px 22px;
    }
}

/* +++ TIPOGRAFY +++ */
.small, small {
    font-size: 80%;
    font-weight: 400;
}

.container-climasmart .text-center {
    text-align: center;
}
.container-climasmart h1 {
    font-size: 9.6rem;
}

.container-climasmart h2 {
    font-size: 4.8rem;
    margin-bottom: 20px;
}

.container-climasmart h3 {
    font-size: 3.4rem;
}

.container-fluid.container-climasmart h3 {
    font-size: 4.8rem;
}

.container-climasmart h4 {
    margin: 0 0 10px 0;
}

.container-climasmart h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0;
    margin: 0;
}

.container-climasmart p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0;
    margin: 0;
}

.container-climasmart .pad-box ul {
    font-size: 1.8rem;
}

.container-climasmart .mb70 {
    margin-bottom: 7rem;
}



@media only screen and (max-width: 991px) {

    .container-climasmart.mb70 {
        margin-bottom: 2rem;
    }

    .container-climasmart h1 {
        font-size: 3.6rem;
    }

    .container-climasmart h2 {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .container-climasmart h3 {
        font-size: 2.8rem;
    }

    .container-fluid.container-climasmart h3 {
        font-size: 2.8rem;
    }

    .container-climasmart h4 {
        font-size: 3rem;
        line-height: 32px;
    	margin: 0 0 20px 0;
    }

    .container-climasmart h5 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .container-climasmart p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .container-climasmart .pad-box ul {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

/* ++ /TIPOGRAFY ++ */


/* ++ LINK ARROW ++ */
.container-climasmart .eon-link {
    color: #EA1C0A;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.container-climasmart .eon-link.arrow-left:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 21px;
    padding-right: 10px;
    margin-right: 8px;
    margin-bottom: -3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.eon-link.eon-red.arrow-left:before {
    background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000,2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(234,28,10)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-link.eon-red.arrow-left:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000,2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(213,22,7)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(213,22,7)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

/* ++ LINK ARROW ++ */

.container-climasmart .pad-box {
    background-color: transparent;
}

.container-climasmart .pad-box .sub-caption {
    padding-bottom: 40px;
    text-align: right;
}

.container-climasmart .pad-box .sub-caption h5 {
    text-align: right;
}

.container-climasmart {
    background-color: transparent;
    color: #000000;
}

.container-climasmart h1, .container-climasmart h2, .container-climasmart h3, .container-climasmart h4, .container-climasmart h5 {
    color: #ea1c0a;
    text-align: left;
}

.container-climasmart .title-section h1 {
    color: #ea1c0a;
    text-align: right;
}

/* ++ COLORI DELLE RIGHE ++ */
.climasmart-color-blu {
    border-color: #1EA2B1 !important;
}

.climasmart-color-red {
    border-color: #BE0000 !important;
}

.climasmart-color-yellow {
    border-color: #DAD600 !important;
}

.container-climasmart .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* /CSS GENERICI PER TUTTI I BOX */

/* ++++++++++++++++++ COMPONENTE BOX-PRODUCT CSS PER LA VERSIONE FLUID O NORMALE  ++++++++++++++++++ */

/* ++++++++++++++++++ SE IL CONTAINER E' NORMALE ++++++++++++++++++ */
.container.container-climasmart .no-padding-image {
    padding-right: 0;
}

.container.container-climasmart .no-padding-text {
    padding-left: 0;
}

/* ++++++++++++++++++ SE IL CONTAINER E' FLUID ++++++++++++++++++ */
.container-fluid.container-climasmart .no-padding-image {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.container-climasmart .no-padding-text {
    padding-left: 0;
    padding-right: 0;
}

/* ++++++++++++++++++ /COMPONENTE BOX-PRODUCT CSS PER LA VERSIONE FLUID O NORMALE  ++++++++++++++++++ */

.container-climasmart .box-video .col-flex {
    display:block;
}

.container-climasmart .col-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

.container-climasmart .box-content-text {
    width: 100%;
    flex: 1 1 100%;
}

.container-climasmart .box-content-text .pad-box {
    padding: 18px 70px 0 40px;
}

.container-climasmart .box-content-text .pad-box h3 {
    margin-bottom: 20px;
}

.container-climasmart .box-content-text p {
    line-height: 2.8rem;
    text-align: left;
    margin: 0 0 30px 0;
}

.container-climasmart .box-content-text ul {
    font-weight: 400;
    /*font-size: 1.8rem;*/
    line-height: 130%;
    text-align: left;
    margin: 0 0 7px 0;
    padding: 0 10px 10px 10px;
}

.container-climasmart .box-content-text ul li {
    position: relative;
    line-height: 2.8rem;
}

.container-climasmart .row-eq-height {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;

}

.container-climasmart .row-eq-height img {
    max-width: initial;
    width: 100%;
    height: 100%;
}

.container-climasmart .reverse.row-eq-height {
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
}

/* ++++++++++++++++++ COMPONENTE BOX-PRODUCT REVERSE CSS PER LA VERSIONE FLUID O NORMALE  ++++++++++++++++++ */

/* ++++++++++++++++++ SE IL CONTAINER E' NORMALE ++++++++++++++++++ */
.container.container-climasmart .reverse .no-padding-image {
    padding-left: 0;
    padding-right: 25px;
}

.container.container-climasmart .reverse .no-padding-text {
    padding-right: 0;
    padding-left: 25px;
}

/* ++++++++++++++++++ SE IL CONTAINER E' FLUID ++++++++++++++++++ */
.container-fluid.container-climasmart .reverse .no-padding-image {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.container-climasmart .reverse .no-padding-text {
    padding-left: 0;
    padding-right: 0;
}

/* ++++++++++++++++++ /COMPONENTE BOX-PRODUCT REVERSE CSS PER LA VERSIONE FLUID O NORMALE  ++++++++++++++++++ */

@media only screen and (max-width: 991px) {

    .container-climasmart .row-eq-height {
        flex-direction: column;
    }


    .container-climasmart .no-padding-image {
        padding-right: 0;
        padding-left: 0;

    }

    .container-climasmart .no-padding-text {
        padding-left: 0;
        padding-right: 0;

    }

    .container-climasmart .box-content-text .pad-box {
        padding: 20px 34px 20px 34px;
    }

    .container-climasmart .reverse.row-eq-height {
        flex-direction: column;
    }

    .container-climasmart .reverse .no-padding-image {
        padding-right: 0 !important;
        padding-left: 0;
    }

    .container-climasmart .reverse .no-padding-text {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .container-climasmart .pad-box .sub-caption {
        padding-bottom: 20px;
    }

    .container-climasmart .box-content-text p {
        margin-bottom: 25px;
    	line-height: 2.4rem;
    }

    .container-climasmart .box-content-text h3 {
        margin-bottom: 20px;
    }

    .container-climasmart .title-section h1 {
        margin: 20px;
    }
}

/* CSS DI EON CHE NON VENGONO PERO' EREDITATI CORRETTAMENTE */

.container-climasmart ul.buttons-container {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.container-climasmart a.eon-button {
    height: 52px;
    line-height: 52px;
}

.container-climasmart a.eon-button.small {
    border: 0;
    padding: 0 1px;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: #D51607;
    display: inline-block;
    text-decoration: none;
    margin: 0 26px;
}

.container-climasmart a.eon-button.small {
    height: 32px;
    line-height: 32px;
    margin: 0 16px;
}

.container-climasmart a.eon-button.bg-eon-red {
    background-color: #EA1C0A;
}

.container-climasmart a.eon-button.bg-eon-red:hover {
    background-color: #D51607;
}

/*progress*/

.container-climasmart .box-four-step-service .no-padding-right {
    padding-right: 0;
}

.container-climasmart .box-four-step-service .no-padding-left {
    padding-left: 0;
}

.container-climasmart .box-four-step-service .no-padding-left-desktop {
    padding-left: 0;
}

.container-climasmart .box-four-step-service p {
    line-height: 2.4rem;
}

.container-climasmart .box-four-step-service h5 {
    line-height: 2.4rem;
    margin-bottom: 2.2rem;
}

.progress-indicator {
    margin: 0;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
    margin-bottom: 2.1em;
    height: 100%;
}

.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbbbbb;
    display: block;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator > li {
    line-height: 2.4em;
}

.progress-indicator > li .bubble {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 0 auto;
    z-index: 999;
}

.progress-indicator > li .bubble img {
    z-index: 999;
    position: relative;
}

.progress-indicator > li .bubble:before {
    left: 0;
}


.progress-indicator > li .bubble:before, .progress-indicator > li .bubble:after {
    display: block;
    position: absolute;
    top: 36px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #1EA2B1;
}

.progress-indicator > li .bubble.first:before, .progress-indicator > li .bubble.last:after {
    background-color: #ffffff;
}

/* ++++++ BOX ACCORDION SPECIAL ++++++++ */
.box-accordion-special p.notes-footer, .box-accordion-special span.notes-footer{
   text-align: center;
    display: block;
}

.box-accordion-special .panel-primary > .panel-heading {
    color: #000;
    background-color: #ffffff;
    border-color: #DADADA;
}

.box-accordion-special .panel-heading .accordion-toggle:after {
    position: absolute;
    font-family: "eon-icons";
    content: '\e823';
    color: grey;
    line-height: 52px;
    font-size: 52px;
    margin-right: 0;
    right: 50px;
    top: 50%;
    margin-top: -17px;

}

.box-accordion-special .panel-heading .accordion-toggle.collapsed:after {
    content: '\e826';
}

.box-accordion-special .panel-group .panel {
    border-radius: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
}

.box-accordion-special .panel-group .panel + .panel {
    margin-top: 0;
}

.box-accordion-special .panel-body {
    background-color: #FCFCFC;
}
.box-accordion-special .maxi-padding {
    padding-left:75px;
    padding-right:75px;
}

.box-accordion-special .panel-default:first-child > .panel-heading {
    color: #4A4A4A;
    background-color: #ffffff;
    border-left: 1px solid #dddddd !important;
    border-top: 1px solid #dddddd !important;
}

.box-accordion-special .panel-default > .panel-heading {
    color: #333333;
    background-color: #F6F6F7;
    border-color: #dddddd;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
}

.box-accordion-special .panel-default > .panel-heading {
    color: #333333;
    background-color: #F6F6F7;
    border-color: #dddddd;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
}

.box-accordion-special .panel-heading {
    padding: 34px 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.box-accordion-special .panel-default:first-child .panel-heading .resize-ico-images img {
    width: 92px;
    height: auto;
    float: right;
    margin-top: 0;
}

.box-accordion-special .panel-default .panel-heading .resize-ico-images img {
    width: 68px;
    height: auto;
    float: right;
    margin-top: 0;
}

.box-accordion-special .panel-heading h3 span {
    position: absolute;
    font-size: 1.8rem;
    font-style: italic;
    right: 40px;
    color: #1EA2B1;
    font-weight: normal;
}

.box-accordion-special .panel-heading h3.panel-title a {
    font-size: 3.6rem;
}

.box-accordion-special .panel-heading ul {
    font-family: "EONBrixSans";
    font-weight: 400;
    font-size: 1.4rem;
    text-align: left;
    margin: 0;
    padding: 0 60px 0 10px;
    display: inline-block;
}

.box-accordion-special .panel-heading ul li {
    position: relative;
    margin-left: 13px;
    line-height: 2.8rem;
}

.box-accordion-special .panel-group .panel-heading + .panel-collapse > .panel-body, .box-accordion-special .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.box-accordion-special .panel-group .panel-default:last-child .panel-body {
    border-bottom: 1px solid #dddddd;
}

.box-accordion-special .no-padding-right {
    padding-right: 0;
}


.content-accordion-special{
    /* margin-bottom:60px; */
}


/* accordion generic */
 .content-accordion-special ul {
    font-family: "EONBrixSans";
    font-weight: 400;
    /* font-size: 1.8rem; */
    line-height: 130%;
    text-align: left;
    margin:0;
    padding: 0 10px 0 10px;
}

.content-accordion-special ul li {
    position: relative;
    margin-left: 13px;
    line-height: 2.8rem;
}
.box-accordion-special .notes-footer {
    text-align: center;
    font-size: 14px;
    padding-left:20%;
    padding-right:20%;
    margin-bottom:20px;
}
.box-accordion-special .notes-footer sup {
    vertical-align: super;
    font-size: smaller;
}


@media only screen and (max-width: 991px) {
    .box-accordion-special .maxi-padding {
        padding-left:0;
        padding-right:0;
    }
    .box-accordion-special .panel-heading h3 span {
        position: absolute;
        font-size: 1.2rem;
        font-style: italic;
        right: 23px;
        color: #1EA2B1;
        font-weight: normal;
        top: 50%;
        margin-top: -40px;

    }

    .box-accordion-special .panel-heading .accordion-toggle:after {
        position: absolute;
        top: 50%;
        margin-top: -26px;
        right: 20px;
        margin-right: 0;
    }

    .box-accordion-special .panel-heading {
        padding: 20px;
    }

    .box-accordion-special .panel-heading h3.panel-title {
        padding-right: 60px;
    }

    .box-accordion-special .panel-heading h3.panel-title a {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

    .box-accordion-special .panel-default:first-child .panel-heading .resize-ico-images img {
        width: 40px;
        height: auto;
        float: left;
        margin-top: 0;
    }

    .box-accordion-special .panel-default .panel-heading .resize-ico-images img {
        width: 40px;
        height: auto;
        float: left;
        margin-top: 0px;
    }
    .content-accordion-special{
        margin-bottom:30px;
        margin-left:0;
    }
    .content-accordion-special ul li {
        font-size:1.6rem;
    }
    .box-accordion-special p span.notes-footer {
        text-align: left;
        font-size: 12px;
        padding-left:0;
        padding-right:0;
        margin-bottom:10px;
    }
    .mobile-accordion-padding {
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 25px;
    }

}

/* / +++++++++ FINE BOX ACCORDION SPECIAL ++++++  */

@media only screen and (max-width: 991px) {

    .container-climasmart .box-four-step-service .no-padding-left-mobile {
        padding-left: 0;
    }

    .container-climasmart .box-four-step-service .no-padding-right-mobile {
        padding-right: 0;
    }

    .container-climasmart .box-four-step-service .no-padding-left-desktop {
        padding-left: 25px;
    }

    .progress-indicator > li .bubble:after {
        left: 50%;
        margin-left: -1.5px;
        width: 3px;
        height: 100%;
    }

    .progress-indicator > li .bubble:before {
        display: none;
    }

    .progress-indicator > li {
        text-align: center;
        display: block;
    }

    .progress-indicator > li .bubble:before, .progress-indicator > li .bubble:after {
        left: 50%;
        margin-left: -1.5px;
        width: 1px;
        height: 300%;
    }

    .progress-indicator > li .bubble {
        width: 52px;
        height: 52px;
    }

    .container-climasmart .box-four-step-service .row-eq-height-mobile {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

    .container-climasmart .box-four-step-service .col-flex-mobile {
        display: flex;
        flex-direction: column;
    }

    .container-climasmart .box-four-step-service p {
        padding-bottom: 4.3rem;
    }
}


/* +++ BOX CONTACT FORM +++ */
.wrapper-container-contact-form{
    background-color: #F6F6F7;
    border-color: #1EA2B1 !important;
    border-left: 1.2rem solid;
}

.box-contact-form{
    padding:60px 0 56px 0;
}
.box-contact-form p{
    padding-bottom:50px;
}
.box-contact-form .wrapper-form-item-text{
    /*float:right;*/
    line-height: 52px;
    height:52px;
}

.eon-checkbox-label.bg-eon-red a{
    color:#EA1C0A;
}

.box-contact-form .eon-button{
    float: right;
    margin: 0;
    width: 9.6rem;
}

@media only screen and (max-width: 991px) {

    .wrapper-container-contact-form{
        border-left: 0;
    }


    .box-contact-form p{
        padding-bottom:30px;
    }
    .box-contact-form .wrapper-form-item-text{
        float:left;
        line-height: normal;
        height:auto;
        font-size:1.4rem;
        padding-bottom:30px;
    }
    .box-contact-form .wrapper-form-item-text span{
        font-size:1.4rem;
    }
    .box-contact-form .wrapper-form-item-text a{
        font-size:1.4rem;
    }
}
/* +++ / BOX CONTACT FORM +++ */

/* VERIFICA COPERTURA */

.box-check-coverage{
}

.box-check-coverage .wrapper-pad-box{
    padding: 49px 96px;
}
.box-check-coverage .pad-box{
    padding: 0;
}
.box-check-coverage .pad-box span{
    display: block;
    font-weight:bold;
}
.box-check-coverage h1{
    font-size:9.6rem;
}

.box-check-coverage h2{
    font-size:4.8rem;
}

.box-check-coverage h3{
    font-size:3.4rem;
    text-align: center;
}

.box-check-coverage h4{
    font-size:2rem;
    padding:0;
    margin:0;
}

.box-check-coverage h5{
    font-size:1.8rem;
    font-weight:normal;
}

@media only screen and (max-width: 991px) {
    .container-climasmart .title-section h3 {
        text-align: left;
    }
}
/* VERIFICA COPERTURA */
.climasmart-note {
    font-size: 1.4rem;
    line-height: 130%;
    font-family: "EONBrixSans";
    font-weight: 400;
    text-align: left;
    margin: 0 0 30px 0;
    border-left: 0;
    padding: 0;
}
