﻿/************** footer per masterpage custom */
body {
    color: #000;
    font-size: 14px;
    text-align: left;
}

a {
    transition: opacity .2s linear;
}

h2 {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 30px;
}

.text-center {
    text-align: center !important;
}

#pagewidth {
    text-align: left;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    float: left;
    margin-right: 5px;
}

label {
    float: left;
    padding-right: 15px;
    font-weight: inherit;
    width: calc(100% - 35px);
    font-size: 14px;
}

.RaBox {
    padding-bottom: 40px;
}

    .RaBox:before {
        display: table;
        clear: both;
        content: "";
    }

.rigainsdati:before {
    display: table;
    clear: both;
    content: "";
}

.footerMain {
    padding-top: 55px;
    padding-bottom: 0;
    background: #CC6E2E;
    color: #FFF;
}

    .footerMain p {
        color: #FFF;
    }

    .footerMain .widget {
        margin-bottom: 40px;
    }

    .footerMain h3 {
        margin-bottom: 10px;
        color: #FFF;
    }

    .footerMain a {
        color: #FFF;
        text-decoration: underline;
    }

    .footerMain .links a {
        margin-bottom: 10px;
        display: block;
    }

    .footerMain .btn-download,
    .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;
    }

    .footerMain hr {
        border-top: none;
        border-bottom: 1px solid #fff;
        clear: both;
        margin: 18px 0;
        color: #FFF;
        display: block;
        width: 100%;
    }

    .footerMain .icone {
        margin-top: 30px;
    }

.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;
    }

.logo-foot {
    overflow: hidden;
}

    .logo-foot img {
        margin-top: -12px;
        margin-bottom: 5px;
    }

.partners2022 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    border: none;
}

    .partners2022 p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 30px;
    }

    .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;
        }

.sm-icon {
    margin-bottom: 10px;
}

.sm-icon {
    background: url(../img/skin/social_media_icons.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    display: block;
    float: left;
    margin-left: 5px;
}

    .sm-icon:hover {
        opacity: 1;
    }

.sm-icon-email {
    background-position: -108px -54px;
}

.sm-icon-facebook {
    background-position: -1620px 0;
}

.sm-icon-twitter {
    background-position: -1728px 0;
}
