#service {
    border-top: 1px solid #1c4583;
    background-color: #1c4583;
}

footer {

    color:#1c4583;
    background: #fff;
    padding: 44px 0 0 0;
}

footer p {
    font-size: 18px;
}
.footerWidget {
    margin-bottom: 22px;
}

#footerLogo {
    margin-bottom: 22px;
}
img#footerLogo{
    width:145px;
    height: auto;
    vertical-align: middle;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
}

footer a {
    color:#1c4583;
}

#footerRights {
    background-color: #1c4583;
    color:#fff;
}

#footerRights a {
    color: #fff;
}

#footerRights a:hover {
    text-decoration: underline;
}
#footerRights {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-size: 10px;
}

ul.socialNetwork {
    padding: 0;
    display: block;
    margin-bottom: 0;
}

ul.socialNetwork li {
    display: inline-block;
    list-style-type: none;
    margin-top: 0.8em;
}

.iconRounded {
    color: #1c4583;
    border: 1px solid #1c4583;
}
i.iconRounded {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 2;

}

.iconRounded:hover {
    background-color: #1c4583;
    color: #fff;
    border-color: #1c4583;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

address [class^="icon-"], [class*=" icon-"]{
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    font-size: 120%;
    padding-right: 10px;

}

address a:hover {
    color: #1c4583;
    text-decoration: underline;
}