    



footer {
    background-color: #1775c9;
    font-size: 0.75em;
    color:#fff;
    text-align: center;
    padding: 0em 0 1.5em 0;
    width: 100%;
}

footer.sticky {
    position:fixed;
    bottom:0;
}

footer a {
    color:inherit;
}
footer a:hover {
    color:#323232;
}


/*
footer .row > div {    
    padding-top: 1em;
    padding-bottom: 1em;
}
*/

footer address {
    font-style: normal;
    margin-bottom: 0.4em;
    font-size: 1.2em;
}

footer address br  {
    content: ' '
}
footer address br:after {
    content: ' '
}

footer ul {
    margin:0;
}

footer li {
    list-style-type: none;
    margin: 0 0.6em;
}

footer li.social {
    font-size: 0.8em;
}

footer span.c_tit {
    display:inline-block;
    width: 2em;
    position: relative;
}
footer address li div {
    display:inline-block;
    vertical-align: top;
}

footer .row.bottom {
    color: #a9cceb;
}

footer li:not(.social) i {
      color: #a9cceb;
}



@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 768px) {
    
   
  
}

@media (max-width: 640px) {
    
}