
/*skin primary color: #db6711; old color #f26522*/
/*skin secondary color: #cbcbc1;*/
/*skin a: #db6711;*/
/*skin a:hover : #b24a19;*/

/* Generic Styles */

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

body {
    background: #fcfcfc;
    font-family: helvetica, arial, verdana, sans-serif;
    color: Black;
    font-size: 14px;
}

h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2f2f2f;
    font-size: 24px;
    line-height: 30px;
}

    h1 a {
        color: #2f2f2f;
        text-decoration: none;
    }

.featuredContent h1 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
    color: #5f5f5f;
    line-height: 28px;
    font-family: Georgia, Constantia, Lucida, serif;
    font-weight: normal;
}

h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2f2f2f;
    font-size: 18px;
    line-height: 24px;
}

.well h6 {
    margin-left: 0;
    margin-bottom: 15px;
    color: #db6711;
    font-size: 14px;
    text-transform: none;
}


p {
    font-family: Georgia, Constantia, Lucida, serif;
    font-family: helvetica, arial, verdana, sans-serif;
    color: Black;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}

footer .footerMain p {
    color: #FFF;
}

    footer .footerMain p.text-center {
        text-align: center;
    }

footer .footerMain a {
    color: #FFF;
    text-decoration: underline;
}

    footer .footerMain a:focus,
    footer .footerMain a:hover {
        color: #FFF;
        text-decoration: none;
    }

.divTabella {
    display: table;
    width: 100%;
}

.cellaTabella {
    display: table-cell;
    vertical-align: middle;
}

    .cellaTabella .logo-footer {
        margin: 0;
        padding: 0;
        padding-right: 10px;
    }

    .cellaTabella p {
        margin-bottom: 7px;
    }

footer .footerMain hr {
    border-top: none;
}

footer .footerMain .btn-download,
footer .footerMain .btn-download:focus {
    display: block;
    border: solid 1px #FFF;
    text-align: center;
    color: #FFF;
    background-color: transparent;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}

    footer .footerMain .btn-download:hover {
        background-color: #393939;
        border: solid 1px #393939;
        text-decoration: none;
    }

footer .footerMain .icone {
    margin-top: 30px;
}

footer .footerMain .links a {
    margin-bottom: 10px;
    display: block;
}

.btn-download,
.btn-download:focus {
    display: block;
    border: solid 1px #393939;
    text-align: center;
    color: #393939;
    background-color: transparent;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}

    .btn-download svg {
        fill: #393939;
        vertical-align: middle;
    }

    .btn-download:hover {
        background-color: #CC6E2E;
        border: solid 1px #CC6E2E;
        color: #FFF;
        text-decoration: none;
    }

        .btn-download:hover svg {
            fill: #FFF;
            vertical-align: middle;
        }

.partners2022 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    border: none;
}

    .partners2022 p {
        font-size: 16px;
    }

    .partners2022 a {
        display: inline-block;
        margin: 0 19px;
    }

        .partners2022 a:first-of-type {
            border-right: solid 1px #FFF;
            padding-right: 37px;
            margin-left: 0;
        }

        .partners2022 a:last-of-type {
            margin-right: 0;
        }

        .partners2022 a img {
            margin: 0 auto;
        }

/*a
    {
		color:#db6711;
        text-decoration:none;
        -webkit-transition: color 0.2s linear;  
		   -moz-transition: color 0.2s linear;  
			-ms-transition: color 0.2s linear;  
			 -o-transition: color 0.2s linear;  
				transition: color 0.2s linear;
        -webkit-transition: background-color 0.2s linear;  
		   -moz-transition: background-color 0.2s linear;  
			-ms-transition: background-color 0.2s linear;  
			 -o-transition: background-color 0.2s linear;  
				transition: background-color 0.2s linear;
        -webkit-transition: opacity 0.2s linear;  
		   -moz-transition: opacity 0.2s linear;  
			-ms-transition: opacity 0.2s linear;  
			 -o-transition: opacity 0.2s linear;  
				transition: opacity 0.2s linear;
                
    }
    
    a:hover
    {
        text-decoration:none;
		color:#b24a19;
    }*/

.nav a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

:-moz-placeholder {
    color: #bbb;
    font-size: 12px;
}

::-webkit-input-placeholder {
    color: #bbb;
    font-size: 12px;
}

.label {
    background-color: #c1c1bf;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
}

.mainContent a.label:hover,
.mainContent a:hover > span.label {
    background-color: #db6711;
    /*background-color: #49afcd;*/
}

.label-important {
    background-color: #b94a48;
}

    .label-important:hover {
        background-color: #953b39;
    }

.label-warning {
    background-color: #f89406;
}

    .label-warning:hover {
        background-color: #c67605;
    }

.label-success {
    background-color: #468847;
}

    .label-success:hover {
        background-color: #356635;
    }

.label-info {
    background-color: #3a87ad;
}

    .label-info:hover {
        background-color: #2d6987;
    }

.label-inverse {
    background-color: #333333;
}

    .label-inverse:hover {
        background-color: #1a1a1a;
    }

.badge-important {
    background-color: #B94A48;
}

    .badge-important:hover {
        background-color: #953b39;
    }

.divider span {
    border-top: 1px solid #eee;
}

.divider.dotted span {
    border-top: 1px dotted #CCC;
}

.hero-unit {
    background-color: #cbcbc1;
}

    .hero-unit h1 {
        color: #fff;
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 1;
    }

    .hero-unit p {
        color: #2f2f2f;
        font-size: 18px;
        font-weight: normal;
        line-height: 25px;
    }

    .hero-unit.price h1 span {
        font-size: 18px;
    }

    .hero-unit.price p.type {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }

    .hero-unit.price li {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px dotted #ddd;
    }

.box-orange {
    background-color: #F5F5F5;
    border: 1px solid #DB6711;
    margin-bottom: 30px;
    padding: 40px 40px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .box-orange .margin-left {
        margin-left: 200px;
    }

    .box-orange .orange-left {
        float: left;
        margin-top: -30px;
        margin-left: -30px;
    }

    .box-orange .orange-right {
        float: right;
        margin-top: -30px;
    }

p.sole {
    background: url(../img/sole2.png) no-repeat left;
    /*padding-left: 40px;
        padding-top: 5px;
        min-height: 33px;*/
    padding-left: 32px;
    padding-top: 5px;
    min-height: 30px;
    font-weight: bold;
}

ul.orange-list li {
    color: #DB6711;
}

    ul.orange-list li span.li_content {
        color: black;
    }

.brochure {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    *margin-right: 10px;
}

.brochure-home {
    /*float: right;
    margin-top: -43px;
    *margin-left: 10px;*/
    width: 180px;
    position: absolute;
    /*right: 117px;*/
    right: 100px;
    top: -6px;
    padding: 3px 6px;
    font-size: 11px;
}

.close {
    background: transparent;
    border: none;
    box-shadow: none;
}

.alert p {
    color: #666;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.accordion-heading a {
    background-color: #E5E5E5;
    color: #666;
}

    .accordion-heading a:hover {
        background-color: #db6711;
        color: #fff;
    }

.nav-list > .active > a,
.nav-list > .active > a:hover {
    background-color: #db6711;
}

.nav-list i {
    opacity: 0.6;
}

.nav-list > .active i {
    opacity: 1;
}

.nav-list a {
    color: #2f2f2f;
}

blockquote {
    border: none;
}

    blockquote p {
        font-size: 22px;
        color: #5F5F5F;
        line-height: 28px;
        font-family: Georgia, Constantia, Lucida, serif;
    }

/*back to top button*/

.btt {
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #db6711;
    z-index: 300;
}

    .btt:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

/* END GENERAL */


/*MENU SKIN*/

/*menu header underline*/
.navbar-inner .container {
    position: relative;
}

.payoffAG {
    position: absolute;
    right: 0;
    top: 35px;
    width: 196px;
    height: 30px;
    border: none;
}

.payoffLoghi .payoffAG img {
    width: 100%;
    height: 100%;
}

.navbar {
    background: transparent url(../img/skin_orange/head_line_btm.jpg) repeat-x 0 100%;
    *background: transparent url(../img/skin_orange/head_line_btm.jpg) repeat-x bottom left;
    *height: 120px;
}

    .navbar .brand {
        border-bottom: 2px solid #db6711;
    }

    .navbar .nav > li > a {
        /*color:#979795;*/
        color: #333;
        font-weight: bold;
        font-size: 12px;
        text-shadow: none;
        border-bottom: 2px solid #cbcbc1;
        margin: 0;
        margin-top: 13px;
        padding: 2px 3px;
        line-height: 18px;
    }

        .navbar .nav > li > a:hover {
            /*background-color: transparent;*/
            background-color: #CCC;
            color: #333;
            text-decoration: none;
            /*border-bottom:2px solid #db6711;*/
            border-bottom: solid 2px #CCC;
            border-radius: 3px 3px 0 0;
        }

.beniHome {
    height: 257px;
}

label.titoloRicercaHP {
    display: block;
    margin-bottom: 10px;
    font-size: 0.9em;
    width: 30%;
    float: left;
}

input.inputRicercaHP {
    width: 67%;
    float: left;
    margin-bottom: 10px;
}

select.inputRicercaHP {
    width: 69%;
    float: left;
    margin-bottom: 10px;
}

.bottoniRicerca {
    float: right;
    margin-top: 30px;
}

.anno {
    width: auto !important;
    margin-left: 20px;
    margin-right: 22px;
}

.corto {
    width: 23% !important;
}

@media (max-width: 767px) {


    .beniHome {
        height: auto;
    }

    .navbar .nav > li > a {
        margin: 0;
        margin-top: 0;
        padding: 2px 3px;
        line-height: 28px;
        border-radius: 0 0 0 0;
    }

        .navbar .nav > li > a:hover {
            border-radius: 0 0 0 0;
        }
}


.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #db6711;
    color: #fff;
    border-bottom: 2px solid #db6711;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.navbar .dropdown-menu:after,
.navbar .dropdown-menu:before {
    content: none;
    border: none;
}

.navbar .dropdown-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #e5e5e5;
    border: none;
    /*border-top:2px solid #db6711;*/
    border-top: solid 2px #CCC;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    background: #393939;
}

    .navbar .dropdown-menu a {
        color: #fff;
    }

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #db6711;
}

.dropdown-menu .divider {
    background-color: #000;
    border-bottom: 1px solid #555;
}

.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
    background-color: #db6711;
    color: #fff;
}

    .navbar .nav .open > .dropdown-toggle .caret,
    .navbar .nav .active > .dropdown-toggle .caret,
    .navbar .nav .open.active > .dropdown-toggle .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }


/*3rd level menu*/

.navbar .nav .nav-header {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
}



/*styles for all sizes*/

/*header*/
header .smedia span {
    color: #aaa;
    font-size: 12px;
}


.taglineWrap {
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.tagline .action span {
    background: url(../img/skin/or_line.png) no-repeat 5px 2px;
    line-height: 36px;
    font-style: italic;
    font-family: Georgia, Constantia, Lucida, serif;
}

.btn-success {
    background-color: #9fb44f;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #a5bb52, #8da046);
    border-left-color: #829341;
    border-right-color: #829341;
    border-top-color: #829341;
    border-bottom-color: #6f7d37;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        background-color: #7f903f;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #7f903f;
    }

.btn:hover {
    background-position: 0 -26px;
}

.home-tagline {
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    text-align: center;
}

.span-home {
    /*
    width: auto;
    margin: 0;
    margin-left: 90px;
    margin-right: 20px;
    font-size: 26px;
    line-height: 28px;*/
    font-size: 20px;
    line-height: 24px;
    color: #555;
    font-family: Georgia, Constantia, Lucida, serif;
    font-weight: normal;
    float: none;
}

.btn-home {
    width: 165px;
    margin: 0;
    float: none;
    margin: 20px auto;
    display: block;
}

.btn-ads {
    display: block;
    width: 100%;
    max-width: 240px;
    padding: 6px 12px;
    float: none;
    margin: 20px auto 0 auto;
}

    .btn-ads img {
        margin-top: -2px;
    }

.img-ads {
    margin: auto;
    display: block;
}


/*main content*/
.mainContent {
    border-top: 2px solid #ffffff;
}

/*blog e news*/
.post .post-date {
    color: #db6711 !important;
}

/*.post-date a{
        font-size:10px;
        font-weight:bold;
    }
    
    .post-date a:hover{
        background-color:#db6711;
    }*/

.post .post-title h3 {
    font-size: 24px;
}

.post.full .post-title .post-meta a {
    color: #666;
}

    .post.full .post-title .post-meta a:hover {
        border-bottom: 1px solid #666;
        color: #444;
    }

.post .post-title a {
    color: #2f2f2f;
}

.post .post-image {
    margin-bottom: 40px;
}

.post .post-meta p {
    font-size: 14px;
    font-weight: bold;
}

    .post .post-meta p a {
        color: #aaa;
    }

        .post .post-meta p a:hover {
            color: #666;
        }

.post .post-meta .comments-num span {
    opacity: 0.2;
}

.post .post-content {
    border-bottom: 1px solid #efefef;
}

    .post .post-content p {
    }

.post .contentWrap {
    border-bottom: 1px solid #eeeeee;
}

.post ul li span {
    opacity: 0.5;
}

.post blockquote {
    background: #e5e5e5;
}

    .post blockquote small {
        color: #666;
    }

    .post blockquote p a {
        color: #0088cc;
    }

        .post blockquote p a:hover {
            color: #005580;
        }

/* news 2019 */
.newsitem {
    border: none;
    background: #E5E5E5;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
    height: 250px;
}

    .newsitem .titolo {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .newsitem .data {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        color: #db6711;
        font-weight: bold;
    }

    .newsitem .contentNews {
        width: 50%;
        float: left;
    }

        .newsitem .contentNews img {
            width: 100%;
            margin-bottom: 5px;
        }

        .newsitem .contentNews p {
            margin-left: 10px;
            margin-bottom: 5px;
            text-align: justify;
        }

        .newsitem .contentNews a {
            font-weight: bold;
            text-align: left;
            white-space: break-spaces;
        }

.newsSingola .data {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    color: #db6711;
    font-weight: bold;
}

.newsSingola img {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 25px;
    border-radius: 6px;
}

.newsSingola .allegati a {
    display: block;
    color: #000;
    padding: 0 0 15px 25px;
    text-decoration: underline;
    background: url(../img/icona_pdf.png) no-repeat top left;
}

    .newsSingola .allegati a:hover {
        text-decoration: none;
    }

    .newsSingola .allegati a:last-child {
        border-bottom: solid 3px #efefef;
        padding-bottom: 25px;
    }

/*blog comments*/
#comments-title span {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 10px;
}

.commentlist {
    border-bottom: 1px solid #efefef;
}

.comment-author img {
    border: 1px solid #fff;
}

.bypostauthor > .comment-body > .comment-author img {
    border: 2px solid #db6711;
}

#comments .fn a {
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.bypostauthor #comments .fn a {
    color: #db6711;
}

#comments .fn a:hover {
    color: #2f2f2f;
}

#comments .comment-meta a {
    font-size: 11px;
    color: #aaa;
}

    #comments .comment-meta a:hover {
        color: #666;
    }

#comments .reply .label:hover {
    background-color: #db6711;
}


/*blog comments form*/

#commentform .comment-notes {
    color: #aaa;
    font-size: 11px;
}

#commentform label {
    color: #666;
}


/*pagination*/

.pagination a {
    color: #666;
    font-weight: bold;
}

    .pagination a:hover {
        color: #2f2f2f;
    }

.pagination .active a {
    background-color: #db6711;
    color: #fff;
    border-color: #db6711;
}


/*pager*/


.pager a {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    color: #666;
}

    .pager a span {
        font-weight: bold;
    }

    .pager a:hover {
        color: #fff;
        background-color: #db6711;
    }


/*search results*/

.result {
    border-bottom: 1px solid #eee;
}

    .result .result-title h3 a {
        color: #2f2f2f;
    }


/*contact form*/
.contact form label {
    color: #666666;
}

/*faq*/

.faq-heading {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    background: #db6711;
    color: #fff;
}

    .faq-heading > div {
        font-weight: bold;
    }

    .faq-heading:hover {
        background-color: #E5E5E5;
    }

        .faq-heading:hover > div {
            color: #666;
        }

    .faq-heading > a {
        color: #2F2F2F;
    }

.faq-body .faq-inner {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

/*portfolio*/

.pageTitle.portfolio {
    border-bottom: 1px solid #eeeeee;
}

.portfolio .filter span {
    color: #eee;
}

.portfolio .filter a:hover {
    background-color: #aaa;
}

.portfolio .filter a.active,
.portfolio .filter a.active:hover {
    background-color: #db6711;
}

img.fl_left {
    float: left;
    margin: 0 20px 5px 0;
    padding: 2px;
    display: block;
    max-width: 100%;
    border: none;
}

img.fl_right {
    float: right;
    margin: 0 0 5px 20px;
    padding: 2px;
    display: block;
    max-width: 100%;
    border: none;
}

/*sidebars*/

/*search widget*/

.widget_search button[type=submit] {
    background-color: transparent;
    border: 0 none;
    opacity: 0.4;
}

    .widget_search button[type=submit]:hover {
        opacity: 0.7;
    }

input:focus,
textarea:focus {
    border-color: rgba(242, 101, 34, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 101, 34, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 101, 34, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 101, 34, 0.6);
    outline: 0;
    outline: thin dotted \9;
}

/*text widget*/

.widget_text a:hover .lable {
    background-color: #9fb44f;
}


/*portfolio widget*/

.widget_portfolio > div {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 1px 2px #cfcfcf;
    -mox-box-shadow: 0px 2px 1px #ccc;
}

    .widget_portfolio > div > a span {
        background: url(../img/skin/project_triangle.png) no-repeat 0 0;
    }

.widget_portfolio .title span {
    opacity: 0.3;
}

.widget_portfolio .title a {
    border-left: 1px solid #efefef;
    font-weight: bold;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

    .widget_portfolio .title a:hover {
        color: #2f2f2f;
    }


/*contact details widget*/

.widget_contact span {
    color: #979797;
    margin-top: 3px;
}

/*categories widget*/

.widget_categories li {
    color: #aaa;
    font-style: italic;
    font-size: 11px;
    line-height: 20px;
}

.widget_categories a {
    color: #666;
    font-style: normal;
    font-size: 12px;
}

    .widget_categories a:hover {
        color: #005580;
    }



/*tabs widget*/

.widget_tabs .tab-content > .tab-pane,
.widget_tabs .pill-content > .pill-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.nav-tabs > li > a {
    background-color: #e5e5e5;
    border-color: transparent;
    color: #666;
}

    .nav-tabs > li > a:hover {
        border-color: transparent;
        background-color: #db6711;
        color: #fff;
    }

.nav-tabs > .active > a {
    color: #2f2f2f;
}


/*portfolio items*/

.portfolioItem {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 1px 2px #cfcfcf;
    -mox-box-shadow: 0px 2px 1px #ccc;
}

.post-thumbs > div > a img {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 1px 2px #cfcfcf;
    -mox-box-shadow: 0px 2px 1px #ccc;
}

.portfolioItem .peOver span.over {
    background: black;
}

.portfolioItem a {
    *background: white;
}

    .portfolioItem a span {
        background: url(../img/skin/project_triangle.png) no-repeat 0 0;
        /* *background: none;*/
    }

.portfolioItem .title span {
    opacity: 0.3;
}

.portfolioItem .title a {
    border-left: 1px solid #efefef;
    font-weight: bold;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

    .portfolioItem .title a:hover {
        color: #2f2f2f;
    }

.item-description li i {
    opacity: 0.6;
}

.item-description .subtitle span {
    opacity: 0.3;
}

.item-description .subtitle a {
    border-left: 1px solid #efefef;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.item-description h3 a {
    color: #2f2f2f;
}

.share {
    border-top: 1px solid #eee;
}

.project-nav > div > a:hover {
    background-color: #db6711;
}

.project-nav > div > a i {
    line-height: 12px;
}

.carousel-nav div a:hover {
    background-color: #db6711;
}

.carousel-nav div a i {
    line-height: 12px;
}

.related-work .section-title {
    border-bottom: 1px solid #EEEEEE;
}


/*gallery cover*/

.galleryCover .title a {
    font-size: 14px;
    color: #666;
}

.galleryCover .title span {
    font-weight: bold;
    font-size: 14px;
    color: #444;
    background: url(../img/skin/photo_num_bg.png) no-repeat 0 0;
}

/*footer*/
footer {
    border-top: 1px solid #e3e3e3;
    background: #ffffff;
}


    /*footer testimonail*/

    footer .testimonial {
        background: #efefef;
    }

        footer .testimonial .span9 {
            background: url(../img/skin_orange/speech_line.png) no-repeat 100% 15px;
        }

    footer blockquote {
        border: none;
    }

        footer blockquote p {
            font-size: 21px;
            text-align: left;
            color: #555;
            line-height: 28px;
            font-family: Georgia, Constantia, Lucida, serif;
        }

            footer blockquote p .tel {
                color: Black;
            }

/*footer main section*/

/*recent posts widget*/

.widget_recent_entries h3 a .label {
    background-color: #db6711;
}

.widget_recent_entries h3 a:hover .label {
    background-color: #C1C1BF;
}

.widget_recent_entries li .thumb img {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 1px 2px #cfcfcf;
    -mox-box-shadow: 0px 2px 1px #ccc;
}

.widget_recent_entries li .thumb:hover img {
    border-color: #db6711;
}

.widget_recent_entries li .title {
    color: #222;
    font-weight: bold;
    line-height: 20px;
}

    .widget_recent_entries li .title:hover {
        text-decoration: none;
        color: #2f2f2f;
    }

.widget_recent_entries p {
    border-bottom: 1px dotted #eee;
}

    .widget_recent_entries p a:hover {
        text-decoration: none;
    }

        .widget_recent_entries p a:hover .label {
            text-decoration: none;
            background-color: #db6711;
        }




/*twitter widget*/
.widget_twitter p {
    color: #525252;
}

    .widget_twitter p span {
        color: #aaa;
        font-size: 11px;
        background: url(../img/skin/tweet_icon.png) no-repeat 0 0;
    }

.widget_twitter .followBtn:hover span {
    background-color: #db6711;
}

/*newsletter widget*/

.widget_newsletter .outro {
    font-size: 11px;
    color: #666;
}

/*links widget*/

.widget_links li a {
    color: #888;
}

.widget_links li span {
    color: #0088cc;
}

.widget_links li a:hover {
    color: #0088cc;
}

/*stats widget*/

.widget_stats a {
    font-size: 18px;
    color: #db6711;
    font-weight: bold;
    border-left: 1px solid #efefef;
}

    .widget_stats a span {
        color: #aaa;
        font-size: 12px;
        font-weight: normal;
    }

    .widget_stats a:hover span {
        color: #666;
    }

    .widget_stats a.last {
        margin-right: 0;
    }

/*footer lower section*/

footer .footerLower {
    border-top: 1px solid #efefef;
}

.copyright p {
    text-align: left;
}

.footerLower .footNav a {
    color: #999;
}

.footerLower .footNav span {
    color: #ddd;
}

.footerLower .footNav a:hover {
    color: #fff;
    background: #db6711;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*social media icons sprite*/
.sm-icon {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    .sm-icon:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

/* thumbnail hover effect*/

a.peOver:hover img {
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

a.peOver span.lightboxIcon {
    background: url("../img/skin/view.png") no-repeat center center;
}

a.peOver span.linkIcon {
    /*background: url("../img/skin/link.png") no-repeat center center;*/
    background: none;
}



/*video inline*/

.videoWrapper a.peVideo {
    background-color: #fefefe;
}

    .videoWrapper a.peVideo span.largePlay {
        opacity: 0.7;
        background: url("../img/skin/vid_start.png") no-repeat center center;
    }

    .videoWrapper a.peVideo:hover span.largePlay {
        opacity: 1;
    }

    .videoWrapper a.peVideo > div {
        background-color: black;
    }

/* AGGIUNTE */
.logo_piccolo {
    border: solid 1px #CCC;
    border-radius: 3px;
}

    .logo_piccolo:hover {
        border: solid 1px #db6711;
        border-radius: 3px;
    }

.result .result-title h3 a:hover {
    color: #db6711;
}

a.finto_link,
a.finto_link:visited {
    color: #525252;
    text-decoration: none;
    cursor: default;
}

    a.finto_link:hover,
    a.finto_link:active {
        color: #FFF;
        text-decoration: none;
    }

.icone_ricerca {
    width: 55px;
    vertical-align: middle;
}

.input_corto {
    width: 60px;
}

/* NORMATIVA */

.normativa {
    border: none;
    margin: 0;
    margin-bottom: 20px;
}

h2.error {
    margin-bottom: 5px;
    color: #2F2F2F;
    font-size: 1.2em;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
}

.normativa h4 {
    margin-bottom: 5px;
    color: #2F2F2F;
    font-size: 14px;
}

.normativa h5 {
    margin-bottom: 5px;
    color: #2F2F2F;
    font-size: 13px;
    text-transform: uppercase;
}

.normativa h6 {
    margin-left: 0;
    margin-bottom: 10px;
    color: #db6711;
    font-size: 13px;
}

.normativa ul {
    border: none;
    list-style-type: none;
    margin: 0 0 30px 0;
}

    .normativa ul li {
        border: none;
        border-bottom: solid 1px #CCC;
        margin-bottom: 0;
    }

        .normativa ul li:hover {
            background-color: #EEE;
        }

        .normativa ul li a,
        .normativa ul li a:link,
        .normativa ul li a:visited {
            display: block;
            padding: 7px 0;
            text-decoration: none;
        }

            .normativa ul li a:hover {
                color: Black;
                text-decoration: none;
            }

.articolonormativa {
    position: relative;
}

    .articolonormativa strong {
        color: #2F2F2F;
        text-transform: uppercase;
        font-style: normal;
    }

    .articolonormativa h4 {
        line-height: 50px;
        color: #2F2F2F;
        font-size: 1.2em;
        text-transform: uppercase;
        border-bottom: 2px solid #DB6711;
    }

    .articolonormativa p {
        font-weight: normal;
        text-transform: none;
        line-height: 18px;
    }

.scorri-articoli {
    position: absolute;
    top: 10px;
    right: 0;
    padding-bottom: 10px;
    width: auto;
}

    .scorri-articoli a {
        margin-left: 5px;
    }

        .scorri-articoli a.label {
            background-color: #DB6711;
        }

            .scorri-articoli a.label:hover {
                background-color: #C1C1BF;
            }

p.subtitlesezione {
    font-weight: bold;
    border: none;
    border-bottom: solid 1px #CCC;
    display: block;
}

.linksupporto {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
}

/* FINE NORMATIVA */

.img_head {
    border: solid 1px #CCC;
    margin: 5px auto 10px auto;
    border-radius: 4px;
}

.mappa-google {
    width: 100%;
    /*height: 400px;*/
    height: 272px;
    margin-bottom: 20px !important;
    border: solid 1px #DB6711;
}


.orange-title {
    text-align: center;
    color: White;
    font-weight: bold;
    padding: 6px 10px;
    background-color: #DB6711;
    text-transform: uppercase;
    margin-bottom: 0;
}

.row-orange {
    border: solid 1px #DB6711;
    font-weight: bold;
    background-color: #F5F5F5;
}

    .row-orange .span6 {
        width: 455px !important;
    }

    .row-orange h4 {
        text-transform: uppercase;
        margin: 20px;
    }

    .row-orange p {
        margin: 20px;
    }

    .row-orange ul {
        margin-left: 20px;
        list-style-type: none;
        color: #666;
    }

        .row-orange ul li {
            margin-bottom: 5px;
            white-space: pre-line !important;
        }

.img_pec {
    float: left;
    margin: 0 20px 20px 0;
}

.txt_orange {
    color: #DB6711 !important;
}



.procedure-anniversario {
    width: 210px;
    max-width: 210px;
    display: block;
    border: none;
    position: absolute;
    right: 318px;
    top: -4px;
}

/* banner vendite 107 */
.banner107 {
    width: 100%;
    height: 150px;
    background: url('/images/107-bgDesktop.png') no-repeat center right;
    background-size: cover;
    margin: 0 0 20px 0;
    position: relative;
}

    .banner107 .slogan {
        width: calc(100% - 30px);
        left: 15px;
        height: auto;
        border: none;
        position: absolute;
        top: 15px;
    }

        .banner107 .slogan h4 {
            text-transform: uppercase;
            text-align: left;
            font-size: 18px;
            line-height: 1.1em;
            font-weight: bold;
            color: #F3C03D;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
            margin: 0;
        }

        .banner107 .slogan p {
            text-align: left;
            font-size: 15px;
            line-height: 1.1em;
            font-weight: bold;
            color: #FFF;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
        }

    .banner107 .bottone a {
        width: 70px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #01377B;
        background: #FFF;
        border: solid 1px #FFF;
        padding: 5px;
        border-radius: 4px;
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        bottom: 10px;
        left: 15px;
        white-space: nowrap;
    }

        .banner107 .bottone a:hover {
            background: #eee;
            border: solid 1px #eee;
            text-decoration: none;
        }
/* banner vendite 107*/

/* banner blockchain */
.bannerRAblockchain {
    width: 100%;
    height: 150px;
    background: url('/images/RAblockchain-bgIpad.png') no-repeat center right;
    background-size: cover;
    margin: 0 0 20px 0;
    position: relative;
    float: left;
}

    .bannerRAblockchain .simboloRA {
        position: absolute;
        top: 0;
        left: 0;
        width: 152px;
        height: 150px;
    }

        .bannerRAblockchain .simboloRA img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .bannerRAblockchain .loghiRA {
        width: 100%;
        margin: 10px auto 0 auto;
        text-align: center;
    }

        .bannerRAblockchain .loghiRA img {
            width: 158px;
            height: 62px;
            margin: 0 auto;
            padding: 0;
            display: block;
        }

        .bannerRAblockchain .loghiRA a {
            display: block;
            width: 70px;
            margin: 0 auto;
            padding: 5px;
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            background: transparent;
            border: solid 1px #FFF;
            border-radius: 4px;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
            color: #FFF;
            text-decoration: none;
            text-transform: uppercase;
            box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

            .bannerRAblockchain .loghiRA a:hover,
            .bannerRAblockchain .loghiRA a:focus {
                background: #FFF;
                color: #083253;
            }

    .bannerRAblockchain .claim {
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }

        .bannerRAblockchain .claim p {
            color: #FFF;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 0;
        }
/* banner blockchain */

/* banner condotte */
.bannerCondotte {
    width: 100%;
    height: 150px;
    margin: 0 0 20px 0;
    position: relative;
}

    .bannerCondotte .slide {
        width: 100%;
        height: 150px;
        overflow: hidden;
        position: relative;
        background-color: #FFF;
        border: none;
        z-index: 30;
    }

        .bannerCondotte .slide > div {
            width: 100%;
            height: 150px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            animation: slideAnimation 15s linear infinite 0s;
            opacity: 0;
        }

            .bannerCondotte .slide > div:nth-child(1) {
                background-image: url('/images/Condotte1-bgDesktop.png');
                background-size: cover;
            }

            .bannerCondotte .slide > div:nth-child(2) {
                background-image: url('/images/Condotte2-bgDesktop.png');
                background-size: cover;
                animation-delay: 5s;
            }

            .bannerCondotte .slide > div:nth-child(3) {
                background-image: url('/images/Condotte3-bgDesktop.png');
                background-size: cover;
                animation-delay: 10s;
            }

@keyframes slideAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    10% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    34% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.bannerCondotte .slogan {
    width: calc(100% - 30px);
    height: auto;
    border: none;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 300;
}

    .bannerCondotte .slogan h4 {
        text-transform: uppercase;
        text-align: left;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #FFF;
        margin: 0;
        margin-top: 10px;
    }

    .bannerCondotte .slogan p {
        text-align: left;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
        color: #FFF;
        margin: 0;
    }

.bannerCondotte .bottone a {
    width: 70px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #01377B;
    background: #F7C33E;
    border: solid 1px #F7C33E;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 300;
    white-space: nowrap;
}

    .bannerCondotte .bottone a:hover {
        background: #deaf37;
        border: solid 1px #deaf37;
        text-decoration: none;
    }
/* banner condotte */

/* banner chiusura estiva aziendale */
.bannerSummer {
    width: 100%;
    height: 150px;
    background: #F3E795 url('/images/summer-bgdesktop.png') no-repeat bottom right;
    background-size: 350px 150px;
    margin: 0px 0 40px -20px;
    padding: 0;
    position: relative;
}

    .bannerSummer .summerText {
        width: 100%;
        margin: 0;
        margin-left: 25px;
        max-width: 600px;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }

        .bannerSummer .summerText h4 {
            text-transform: uppercase;
            font-size: 28px;
            font-weight: 700;
            color: #000;
            margin-top: 0;
            margin-bottom: 10px;
            line-height: 1;
        }

        .bannerSummer .summerText p {
            text-align: left;
            font-size: 14px;
            font-weight: 300;
            color: #000;
            margin-bottom: 10px;
        }

            .bannerSummer .summerText p:last-child {
                margin-bottom: 0;
            }

            .bannerSummer .summerText p strong {
                font-weight: bold;
            }

/* banner chiusura estiva aziendale */


/* banner CCII */
.bannerCCII {
    width: 100%;
    height: 150px;
    background: #DA6811 url('/images/CCII-bgDesktop.png') no-repeat center right;
    background-size: 311px 150px;
    box-sizing: border-box;
    margin: 10px 0 20px 0;
    position: relative;
}

    .bannerCCII h4 {
        color: #FFF;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1;
        font-weight: bold;
        display: block;
        position: absolute;
        max-width: 440px;
        top: 50%;
        transform: translateY(-50%);
        box-sizing: border-box;
        margin-left: 30px;
    }

        .bannerCCII h4 span {
            font-weight: normal;
        }

    .bannerCCII .bottone {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 300px;
        width: 150px;
        background: #FFF;
        border: solid 1px #FFF;
        border-radius: 27px;
        color: #DA6811;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        font-size: 17px;
        padding: 15px 10px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.38);
        box-sizing: border-box;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

        .bannerCCII .bottone:hover {
            background: #EEE;
            border: solid 1px #EEE;
        }

.modal-CCII {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    background: #FDE8D8 url('/images/CCII-bgModal.png') no-repeat bottom right;
    background-size: 199px 211px;
    border: none;
    border-radius: 0;
}

    .modal-CCII .modal-header {
        padding: 30px 15px 0 15px;
        border-bottom: none;
        text-align: center;
    }

        .modal-CCII .modal-header h3 {
            font-size: 24px;
            line-height: 29px;
            color: #DA6811;
            text-transform: uppercase;
            font-weight: bold;
        }

            .modal-CCII .modal-header h3 span {
                font-weight: normal;
            }

        .modal-CCII .modal-header .close {
            opacity: 1;
            margin-top: -15px;
            font-size: 26px;
        }

    .modal-CCII .modal-body {
        padding: 15px 30px;
        max-height: none;
    }

/* banner CCII */

/* banner chiusura aziendale natalizia */
.bannerNatale {
    width: 100%;
    height: 120px;
    background-color: #C1E2E4;
    margin: 0 0 50px -20px;
    padding: 0;
    position: relative;
    content: "";
}

    .bannerNatale::before {
        content: "";
        display: block;
        width: 86.5px;
        height: 75px;
        background: url('/images/bg-sinistra-desktop.png') no-repeat center;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .bannerNatale::after {
        content: "";
        display: block;
        width: 99px;
        height: 75px;
        background: url('/images/bg-destra-desktop.png') no-repeat center;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
    }

    .bannerNatale .nataleText {
        text-align: center;
        width: 100%;
        max-width: 700px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 800;
    }

        .bannerNatale .nataleText h4 {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
            color: #F7041F;
            margin-top: 0;
            margin-bottom: 5px;
            line-height: 1.2em;
        }

        .bannerNatale .nataleText p {
            text-align: center;
            font-size: 14px;
            line-height: 1.3em;
            font-weight: normal;
            color: #000;
            margin-bottom: 5px;
        }

            .bannerNatale .nataleText p strong {
                font-weight: bold;
            }

            .bannerNatale .nataleText p:last-child {
                margin-bottom: 0;
            }

            .bannerNatale .nataleText p i {
                font-size: 14px;
            }
/* banner chiusura aziendale natalizia */

/* banner vendita SPIL */
.bannerSPIL {
    height: 150px;
    margin: 0;
    border: none;
}

    .bannerSPIL .item {
        height: 150px;
        margin: 0;
        background-color: #083253;
        border: none;
    }

        .bannerSPIL .item:first-child {
            background: #083253 url('../images/SPIL1-bgDesktop.png') no-repeat center right;
            background-size: contain;
        }

        .bannerSPIL .item:nth-child(2) {
            background: #083253 url('../images/SPIL2-bgDesktop.png') no-repeat center right;
            background-size: contain;
        }

    .bannerSPIL .slogan {
        width: calc(100% - 30px);
        position: absolute;
        left: 15px;
        top: 15px;
        color: #FFF;
        font-size: 18px;
        line-height: 1.1em;
        font-weight: 700;
        text-align: left;
    }

        .bannerSPIL .slogan small {
            font-size: 15px;
            font-weight: 500;
        }

        .bannerSPIL .slogan span {
            max-width: 170px;
            display: block;
            font-weight: 700;
            color: #C3A10A;
            font-size: 15px;
            line-height: inherit;
            text-align: inherit;
            position: relative;
            transform: none;
            top: auto;
            left: auto;
            letter-spacing: inherit;
        }

    .bannerSPIL .footerRA {
        position: absolute;
        bottom: 10px;
        left: 15px;
        width: 70%;
        border: none;
        border-top: solid 1px #FFF;
        padding: 0;
        padding-top: 10px;
    }

        .bannerSPIL .footerRA p {
            font-size: 11px;
            font-weight: 400;
            color: #FFF;
            margin-bottom: 0;
        }

            .bannerSPIL .footerRA p img {
                margin-top: -3px;
            }

    .bannerSPIL a.scopri {
        width: 70px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        background: #C3A10A;
        border: solid 1px #C3A10A;
        padding: 8px 5px;
        border-radius: 4px;
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        bottom: 27px;
        right: 15px;
        z-index: 300;
    }

        .bannerSPIL a.scopri:hover {
            background: #877009;
            border: solid 1px #877009;
        }
/* banner vendita SPIL */

/* banner investire */
.bannerInvestire {
    width: 100%;
    height: 150px;
    background: url('/images/investire-bgDesktop.png') no-repeat center;
    background-size: cover;
    margin: 0 0 20px 0;
    position: relative;
    float: left;
}

    .bannerInvestire .slogan {
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
        top: 15px;
        color: #FFF;
        font-size: 15px;
        line-height: 1.1em;
        font-weight: bold;
        text-align: left;
    }

    .bannerInvestire .bottone {
        width: 70px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #01377B;
        background: #FFF;
        border: solid 1px #FFF;
        padding: 5px;
        border-radius: 4px;
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        bottom: 10px;
        right: 15px;
        white-space: nowrap;
    }

    .bannerInvestire img {
        width: 110px;
        height: 16px;
        position: absolute;
        left: 15px;
        bottom: 10px;
    }
/* banner investire */

/* banner avviso */
.bannerAvviso {
    background-color: #F3E795;
    padding: 15px;
    margin-bottom: 15px;
}

    .bannerAvviso h4 {
        text-transform: uppercase;
        font-size: 24px;
        text-align: center;
    }

    .bannerAvviso p {
        text-align: center;
        margin-bottom: 0;
    }

/*x-large desktop*/
/*----------------------------------------------------------------------*/
@media (min-width: 1200px) {
}



/*normal desktop*/
/*----------------------------------------------------------------------*/
@media (min-width: 980px) {
}




/*tablet landscape*/
/*----------------------------------------------------------------------*/
@media (max-width: 979px) {
    .bannerHP {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .banner107 {
        background: url('/images/107-bgIpad.png') no-repeat center left;
        background-size: cover;
        position: relative;
        margin-left: 0;
    }

        .banner107 .slogan {
            left: 0;
            right: 0;
            margin: auto;
        }

            .banner107 .slogan h4 {
                text-align: center;
                font-size: 24px;
            }

            .banner107 .slogan p {
                text-align: center;
                font-size: 20px;
                margin-bottom: 0;
            }

        .banner107 .bottone a {
            bottom: 25px;
            left: 0;
            right: 0;
            margin: auto;
        }

    .bannerRAblockchain {
        background: url('/images/RAblockchain-bgSmartphone.png') no-repeat center bottom;
        background-size: cover;
        float: none;
    }

    .bannerRAblockchain {
        margin: 0 0 30px 0;
    }

        .bannerRAblockchain .simboloRA {
            width: 228px;
            height: 214px;
        }

            .bannerRAblockchain .loghiRA img {
                width: 185px;
                height: 73px;
            }

            .bannerRAblockchain .loghiRA a {
            bottom: 15px;
                right: 0;
                left: 0;
                margin: auto;
            }

        .bannerRAblockchain .claim {
            position: absolute;
            top: 75px;
            bottom: auto;
            left: 0;
            right: 0;
            margin: auto;
            float: none;
        }

            .bannerRAblockchain .claim p {
                font-size: 15px;
                line-height: 20px;
            }

    .bannerCondotte {
        margin: 0;
        margin-left: -20px;
    }

        .bannerCondotte,
        .bannerCondotte .slide,
        .bannerCondotte .slide > div {
            height: 240px;
        }

            .bannerCondotte .slogan {
                width: 86%;
                margin: auto;
                text-align: center;
            }

                .bannerCondotte .slogan h4 {
                    text-align: center;
                    font-size: 22px;
                    line-height: 24px;
                    margin-top: 15px;
                }

                .bannerCondotte .slogan p {
                    width: 100%;
                    max-width: 300px;
                    text-align: center;
                    font-size: 18px;
                    line-height: 22px;
                    margin: auto;
                }

            .bannerCondotte .bottone a {
                top: auto;
                right: 0;
                left: 0;
                bottom: 25px;
                margin: auto;
            }

            .bannerCondotte .slogan hr {
                display: none;
            }

            .bannerCondotte .slide > div:nth-child(1) {
                background-image: url('/images/Condotte1-bgSmartphone.png');
                background-size: cover;
            }

            .bannerCondotte .slide > div:nth-child(2) {
                background-image: url('/images/Condotte2-bgSmartphone.png');
                background-size: cover;
                animation-delay: 5s;
            }

            .bannerCondotte .slide > div:nth-child(3) {
                background-image: url('/images/Condotte3-bgSmartphone.png');
                background-size: cover;
                animation-delay: 10s;
            }

    .bannerSummer {
        height: 180px;
        background: #F3E795 url('/images/summer-bgIpad.png') no-repeat center right;
        background-size: 286px 215px;
    }

        .bannerSummer .summerText {
            width: 100%;
            max-width: 400px;
        }

    .bannerNatale {
        height: 180px;
        margin-left: 0;
    }

    .bannerCCII {
        background: #DA6811 url('/images/CCII-bgIpad.png') no-repeat center right;
        background-size: 302px 150px;
        margin-bottom: 20px;
        margin-left: 0;
    }

        .bannerCCII h4 {
            max-width: 340px;
            font-size: 20px;
        }

        .bannerCCII .bottone {
            right: 30px;
        }

    .bannerSPIL,
    .bannerSPIL .item {
        height: 150px;
        /*margin-bottom: 20px;*/
        margin-bottom: 10px;
    }

        .bannerSPIL .item:first-child {
            background: #083253 url('../images/SPIL1-bgIpad.png') no-repeat center right;
            background-size: contain;
        }

        .bannerSPIL .item:nth-child(2) {
            background: #083253 url('../images/SPIL2-bgIpad.png') no-repeat center right;
            background-size: contain;
        }

        .bannerSPIL .slogan {
            font-size: 24px;
        }

            .bannerSPIL .slogan small {
                font-size: 20px;
            }

            .bannerSPIL .slogan span {
                font-size: 20px;
                max-width: 380px;
            }

        .bannerSPIL a.scopri {
            right: 180px;
        }

    .bannerInvestire {
        background: url('/images/investire-bgIpad.png') no-repeat center;
        background-size: cover;
    }

        .bannerInvestire .slogan {
            position: absolute;
            width: calc(100% - 30px);
            max-width: 520px;
        }

            .bannerInvestire .slogan h4 {
                font-size: 22px;
                line-height: 1.2em;
            }

        .bannerInvestire .bottone {
            width: 82px;
            height: 30px;
            bottom: 15px;
            right: 15px;
            box-sizing: border-box;
        }

        .bannerInvestire img {
            width: 135px;
            height: 20px;
            bottom: 15px;
        }
}


/*iPad portrait*/
/*----------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {

    /*stats*/
    .widget_stats a {
        font-size: 18px;
    }

        .widget_stats a span {
            font-size: 11px;
        }

    /*menu*/

    .navbar .dropdown-menu a:hover {
        background-color: #db6711;
    }

    .navbar .nav {
        margin: 0 auto;
        float: left;
    }

        .navbar .nav > li > a {
            font-size: 12px;
            padding: 2px 8px;
        }

    .navbar .brand {
        border-bottom: none;
        margin-top: 0;
    }

    .payoffAG {
        top: 60px;
    }

    .partners2022 a {
        margin: 0 3px;
    }

        .partners2022 a:first-of-type {
            padding-right: 8px;
        }

    .home-tagline {
        width: 720px;
        /*height: 30px;*/
        margin: 0;
        margin-top: 15px;
        float: left;
    }

        .home-tagline .span6 {
            width: 350px;
        }

    .span-home {
        margin-left: 0;
        font-size: 18px;
        float: left;
    }

    .btn-home {
        /*margin: 0;
        margin-left: 5px;
        float: left;*/
    }

    input.inputRicercaHP {
        width: 64%;
        float: right;
    }

    select.inputRicercaHP {
        width: 67%;
        float: right;
    }


    .anno {
        margin-left: 16px;
        margin-right: 5px;
    }

    .corto {
        width: 20% !important;
        float: left !important;
        margin-left: 9px;
    }

    .proc {
        padding-top: 10px !important;
    }

    .newsitem {
        height: 360px;
    }

    .bannerNatale .nataleText {
        max-width: 500px;
    }
}


/*iphone landscape*/
/*----------------------------------------------------------------------*/
@media (max-width: 767px) {

    /*footer*/


    footer .testimonial .span9 {
        background: transparent;
    }


    /*footer widgets*/

    footer .footerMain .widget {
        border-bottom: 1px solid #eee;
    }



    /*menu*/

    /*navbar text items*/
    .navbar .nav > li > a, .navbar .dropdown-menu a {
        color: #666;
    }

    /*navbar dropdown btn*/
    .btn-navbar {
        background: #c1c1bf;
    }

        .btn-navbar:hover {
            background: #db6711;
        }

        .btn-navbar .btnTitle {
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            text-shadow: none;
        }

    /*logo for drop menu arrangement*/
    .navbar .brand {
        background: url(../img/content/logo_sml.png) no-repeat;
    }

    .payoffAG {
        display: none;
    }

    .navbar .nav > li > a, .navbar .dropdown-menu a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .navbar .nav > li > a {
        border-left: 2px solid #cbcbc1;
        border-bottom: none;
        background-color: #eee;
    }

    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        border-left: 2px solid #db6711;
        border-bottom: none;
    }

    .navbar .nav .active > a {
        background-color: #db6711;
    }

    .navbar .nav > li > a:hover {
        background-color: #c1c1bf;
        color: #fff;
        text-decoration: none;
        border-left: 2px solid #db6711;
        border-bottom: none;
    }

    .navbar .dropdown-menu {
        background: #444;
    }

        .navbar .dropdown-menu li a {
            color: #fff;
            border-bottom: 1px solid #666;
        }

    /*3rd level menu*/

    .navbar .nav .nav-header {
        border-bottom: 1px solid #aaa;
    }


    .navbar .dropdown-menu {
        box-shadow: none;
    }

    .home-tagline {
        width: 400px;
        /*height: 110px;*/
        margin: 15px auto;
        text-align: center;
        float: none;
    }

    .span-home {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    .btn-home {
        margin: 10px auto;
        display: block;
        float: none;
    }

    .partners2022 p {
        text-align: center;
        margin-bottom: 15px;
    }

    .partners2022 a {
        width: 49%;
        margin: 10px auto;
        margin-bottom: 15px;
    }

        .partners2022 a:first-of-type {
            width: 100%;
            display: block;
            margin: 0;
            margin-bottom: 30px;
            border-right: none;
            padding-right: 0;
        }

        .partners2022 a img {
            vertical-align: bottom;
        }

    .divTabella,
    .cellaTabella {
        display: block;
        width: 100%;
        text-align: center;
    }

        .cellaTabella .logo-footer {
            padding-right: 0;
            margin-bottom: 15px;
        }

        .cellaTabella p,
        footer .footerMain p {
            text-align: center;
        }


    footer h3 {
        text-align: center;
        margin-top: 15px;
    }

    footer .footerMain .icone {
        text-align: center;
    }

        footer .footerMain .icone a {
            display: inline-block;
            float: none;
        }

    .div_ricerca_left {
        float: left;
        width: 98%;
    }


    .anno {
        margin-left: 25px;
        margin-right: 15px;
    }

    .corto {
        width: 22% !important;
        float: left !important;
        margin-left: 1px;
    }


    .post .post-title h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .post .post-meta p {
        margin-bottom: 10px;
    }

    .box-orange .orange-left,
    .box-orange .orange-right {
        float: none;
        margin: -10px auto 10px auto;
        display: block;
        clear: both;
    }


    .box-orange .margin-left {
        margin-left: 0;
    }

    /*.brochure {
        display: block;
        width: 120px;
        margin-bottom: 10px;
    }*/

    .brochure-home {
        width: auto;
        margin-bottom: 20px;
        margin-right: 50px;
    }

    .articolonormativa h4 {
        padding-top: 30px;
    }

    .row-orange .span6 {
        width: 98% !important;
    }

    .newsitem {
        height: auto;
    }

    .banner107 {
        margin-left: 0;
    }

        .banner107 .slogan {
            width: 330px;
        }

            .banner107 .slogan h4 {
                font-size: 20px;
            }

            .banner107 .slogan p {
                font-size: 15px;
                line-height: 1.1em;
            }

        .banner107 .bottone a {
            bottom: 15px;
        }

    .bannerSummer {
        width: 100%;
        height: auto;
        padding-top: 5px;
        background: #F3E795 url('/images/summer-bgSmartphone.png') no-repeat center bottom;
        background-size: 360px 115px;
    }

        .bannerSummer .summerText {
            max-width: calc(100% - 30px);
            text-align: center;
            margin: 15px;
            padding: 0;
            padding-bottom: 120px;
            transform: none;
            top: 0;
            position: relative;
        }

            .bannerSummer .summerText p {
                text-align: center;
            }

    .bannerCCII {
        background: #DA6811 /*url('/images/CCII-bgSmartphone.png') no-repeat bottom right*/;
        background-image: none;
        height: auto;
        margin-left: 0;
    }

        .bannerCCII h4 {
            position: relative;
            width: 100%;
            margin: 0 auto;
            padding: 20px 10px;
            transform: none;
            text-align: center;
            max-width: 340px;
            font-size: 20px;
        }

        .bannerCCII .bottone {
            right: 50%;
            transform: translate(50%,-50%);
        }

        .bannerCCII .fotoMobile {
            width: 100%;
            height: 120px;
            background: url('/images/CCII-bgSmartphone.png') no-repeat bottom right;
            background-size: cover;
            position: relative;
            box-sizing: border-box;
        }

    .bannerCondotte,
    .bannerRAblockchain,
    .bannerSummer,
    .bannerNatale {
        margin-left: 0;
    }

    .modal-CCII .modal-header h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .bannerNatale {
        height: 180px;
    }

        .bannerNatale .nataleText {
            max-width: 270px;
        }

            .bannerNatale .nataleText p {
                font-size: 12px;
            }

    .bannerSPIL,
    .bannerSPIL .item {
        height: 150px;
        margin-bottom: 20px;
    }

    .bannerSPIL .item:first-child {
        background: #083253 url('../images/SPIL1-bgSmartphone.png') no-repeat center right;
        background-size: contain;
    }

    .bannerSPIL .item:nth-child(2) {
        background: #083253 url('../images/SPIL2-bgSmartphone.png') no-repeat center right;
        background-size: contain;
    }

    .bannerSPIL .slogan {
        font-size: 20px;
        max-width: 300px;
    }

        .bannerSPIL .slogan small {
            font-size: 17px;
        }

        .bannerSPIL .slogan span {
            font-size: 17px;
        }

    .bannerSPIL a.scopri {
        right: 15px;
    }

    .bannerSPIL .footerRA {
        left: 15px;
        width: calc(100% - 30px);
    }

    .bannerInvestire {
        background: url('/images/investire-bgSmartphone.png') no-repeat center;
        background-size: cover;
    }

        .bannerInvestire .bottone {
            right: 15px;
            top: auto;
            transform: none;
        }

        .bannerInvestire .slogan h4,
        .bannerTorretta .slogan h4 {
            font-size: 18px;
        }
}


/*iPhone portrait width*/
/*----------------------------------------------------------------------*/
@media (max-width: 480px) {
    .home-tagline {
        width: 250px;
        /*height: 140px;*/
    }

    label.titoloRicercaHP {
        width: 100%;
    }

    input.inputRicercaHP,
    select.inputRicercaHP,
    input.corto,
    select.corto {
        width: 100% !important;
        float: none !important;
        margin-bottom: 10px;
    }


    .anno {
        margin-left: 0;
        margin-right: 0;
    }


    .bottoniRicerca {
        float: right;
        margin-top: 10px;
    }

    img.fl_left,
    img.fl_right {
        float: none;
        margin: 0 1% 10px 1%;
        width: 98% !important;
    }

    .img_pec {
        float: none;
        margin: 20px auto;
    }

    .brochure-home {
        width: 94%;
        float: none;
        margin: 10px auto 20px auto;
        display: block;
    }

    .newsitem .contentNews {
        width: 100%;
        float: none;
        position: relative;
    }

        .newsitem .contentNews p {
            margin-left: 0;
        }

    .bannerRAblockchain {
        height: 240px;
    }

        .bannerRAblockchain .loghiRA {
            padding-top: 20px;
        }

        .bannerRAblockchain .claim {
            top: 120px;
        }

    .bannerRAblockchain .claim p {
        font-size: 20px;
    }

    .modal-CCII {
        position: fixed;
        max-height: 90vh;
    }

    .banner107 {
        background: url('/images/107-bgSmartphone.png') no-repeat center left;
        background-size: cover;
        height: 240px;
    }

    .banner107 .slogan {
        width: 260px;
        }

            .banner107 .slogan h4 {
                font-size: 24px;
                margin-bottom: 7px;
    }

        .banner107 .slogan p {
            font-size: 18px;
        }

    .bannerNatale {
        height: 180px;
    }

    .bannerNatale .nataleText {
            max-width: 230px;
        left: 10px;
            top: 25px;
        transform: none;
    }

        .bannerNatale .nataleText h4 {
            font-size: 14px;
            text-align: left;
        }

        .bannerNatale .nataleText p {
            text-align: left;
        }

    .bannerNatale::before {
        background: none;
    }

    .bannerSPIL,
    .bannerSPIL .item {
        height: 240px;
    }

        .bannerSPIL .slogan {
            max-width: 135px;
        }

        .bannerSPIL a.scopri {
            right: auto;
            left: 15px;
            bottom: 55px;
        }

    .bannerInvestire,
    .bannerTorretta {
        height: 240px;
        }

        .bannerInvestire .bottone,
        .bannerTorretta .bottone {
            bottom: 15px;
            right: auto;
            left: 15px;
        }

        .bannerInvestire img,
        .bannerTorretta img {
            bottom: 60px;
        }
}


/*IE8 conditional styles*/

.ie8 .label {
    font-weight: normal;
}



.hr-dotted {
    border-top: 1px dotted #CCC;
    padding-top: 20px;
    width: 100%;
}


.manutenzione {
    width: 90%;
    margin: auto;
    text-align: center;
    word-spacing: 3px;
    letter-spacing: 1px;
    padding-top: 12%;
    color: #DB6711;
    text-transform: uppercase;
    font-weight: bold;
}

.peThemeContactForm {
}


#banner_cookie {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /*width: 95%;*/
    min-height: 60px;
    padding: 5px;
    background: #222;
    background: rgba(34, 34, 34, 0.90);
    filter: alpha(opacity=90);
    color: #FFFFFF;
    line-height: 28px;
    font-family: helvetica,arial,verdana,sans-serif;
    border: 1px solid #000066;
    font-size: 13px;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 3px 12px 1px #666;
}


/*#banner_cookie a {
        color: #ffffff;
        background-color: #ff0000;
        padding: 2px 5px 2px 5px;
        display: inline-block;
    }*/

/* preload */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000003;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.position-relative {
    position: relative !important;
}

.loader--atp {
    max-width: 120px;
    max-height: 120px;
}

.loader--atp__svg {
    width: 84px;
    height: 45px;
}

.loader--atp__svg__blue {
    fill: white;
}

.loader--atp__svg__red {
    fill: white;
}

.loader--circle__wrap {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    @include centerXY;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader--circle__wrap__svg {
    width: 160px;
    height: 160px;
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

.loader--circle__wrap__svg__path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.loader--circle__wrap__svg__circle {
    fill: white;
    opacity: 0.6;
}

.loader--circle__wrap__svg__anim {
    fill: white;
    opacity: 1;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@-webkit-keyframes colors {
    0% {
        stroke: #db6711;
    }

    35% {
        stroke: #231F20;
    }

    75% {
        stroke: #db6711;
    }

    100% {
        stroke: #231F20
    }
}

@keyframes colors {
    0% {
        stroke: #db6711;
    }

    35% {
        stroke: #231F20;
    }

    75% {
        stroke: #db6711;
    }

    100% {
        stroke: #231F20
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animate__animated.animate__infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.animate__animated.animate__fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
}
/* preload 2022 */

.field_icon_VDR {
    position: absolute;
    top: 50%;
    transform: translateY(-70%) !important;
    left: 198px;
}

.field_icon_creditori {
    position: absolute;
    top: 42.5%;
    transform: translateY(-50%) !important;
    left: 780px;
}

.field_icon_creditoriAR {
    position: absolute;
    top: 42.5%;
    transform: translateY(-50%) !important;
    left: 200px;
}
