@import url(https://fonts.googleapis.com/css?family=Roboto:500,400,300,300italic,700);

footer{    
    background-color: #15a1d1;
    width: 100%;
    height: 300px;
    overflow: hidden;
    color: #ffffff;
    font: 400 .9em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #fafafa;
    padding-top: 10px;
}

.footer-left{
    width: 350px;
    float: left;
    text-align: left;
}
.footer-mid{
    width: 350px;
    float: left;
    text-align: center;
    font-weight: 700;
    
}
.footer-mid > p{margin-bottom: 0}
.footer-right{
    width: 370px;
    float: left;
    text-align: right;
}
.webmaster{
    font: 300 italic .8em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 0;
}
.webmaster >a:hover{
    color: #63c5e4;
    transition: all 100ms ease-in 0s;
}
.facebook-logo{
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
}
.footer-nav{
    list-style: none;
    display: block;
    float: right;
    position: relative;
}
.footer-nav > li{
    display: block;
    float: left;
    position: relative;
}
.footer-nav > li::after{
    content: " | \00a0";
}
.footer-nav > li > a{
    text-decoration: none;
    text-transform: uppercase;
    font: 700 .9em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #fafafa;
}
.footer-nav > li > a:hover{
    color: #63c5e4;
    transition: all 100ms ease-in 0s;
}
.footer-right > p{
    font: 300 1em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    float: right;
    margin-top: 0;
}
.webmaster > a{
    text-decoration: ;
    color: #fafafa;
}

@media screen and (max-width: 1140px) {
    .footer-left, .footer-mid, .footer-right, .footer-nav,.adress{
        min-width: 100% !important;
        text-align: center !important;
    }
    .footer-nav{
        padding-left: 20%;
    }
}