/* 1.8 FOOTER
================================== */
#footer-page {
    color: #ffffff;
    padding-top: 50px;
}
#footer-page:after {
    border: none;
}


#footer-page .title {
    border-bottom: 1px dotted #FFF;
    position: relative;
    display: block;
    font-size: 22px;
    height: 48px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#footer-page .title.with-icon {
    padding-left: 34px;
}
#footer-page .title.with-icon .logo-footer {
    position: absolute !important;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 26px;
}
#footer-page .text {
    display: block;
    padding-bottom: 20px;
}
#footer-page .text:after {
    content: '';
    clear: both;
    display: block;
}
#footer-page .social-icons {
    padding: 0;
    list-style: none;
    float: right;
}
#footer-page .social-icons li {
    float: left;
}
#footer-page .social-icons li a {
    background: none;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
    color: #b0f2ea;
    text-align: center;
    font-size: 22px;
    padding: 0;
    margin: 4px 0 0 6px;
    line-height: 1.6;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#footer-page .social-icons li a:hover {
    color: #18baad;
    background-color: #FFF;
    border-color: #FFF;
}

#footer-page ul.social-icons.creditc li a:hover {
    background-color: #18BAAD;
    border-color: #18BAAD;
}

#footer-page .link-extra {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer-page .credits {
    background-color: #188b7e;
    font-size: 16px;
    padding: 10px 0 4px;
}
#footer-page .credits-text {
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer-page .credits-text b {
    font-weight: 300;
    color: #59e3d3;
}
#footer-page .newsletter-box {
    margin-top: 12px;
    position: relative;
}
#footer-page .newsletter-box .form-control {
    border-color: #1ca696;
    height: 42px;
}
#footer-page .newsletter-box .send {
    background-color: transparent;
    border: medium none;
    color: #59e3d3;
    font-size: 24px;
    height: 26px;
    line-height: 1;
    padding: 0;
    position: absolute !important;
    top: 7px;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 1;
}
#footer-page .newsletter-box .send:hover {
    color: #188b7e;
}
#footer-page .newsletter-box .btn-default:hover {
    border-color: #106057;
}
#footer-page .phone {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}


.footer-menu a{
    color: #fff;
}
.footer-menu .category-list li a:hover {
    background-color:#188b7e !important;
    border-left: 2px solid #0e665c !important;
}
.footer-menu .category-list li a {
    border-top: 1px dotted #fff !important;
}
.footer-menu h3 {
    color:#05332e;
}
@media (min-width: 768px) {
    .footer-menu .collapse {
        display: block !important;
        visibility: visible !important;
    }
    .footer-menu .rotateleggi {
        display: none !important;
        visibility: hidden !important;
    }
    .footer-menu h3 {
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .footer-menu h3 {
        border-top: 1px dotted #0e665c !important;
        font-size: 22px;
        padding-top: 15px;
        color: #fff;
    }
    .footer-menu .rotateleggi {
        font-size: 16px;
    }
}

.footer-credits {
    background-color: #a7d2cd;
    color: #05332e;
    padding: 20px 20px;
}
