﻿footer{
    border-top: 2px solid #2ea9df;
}

.footer-link-block{
    padding: 50px 0;
    font-size: 0;
    text-align: center;
}
.footer-link-list{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #555555;
    padding: 0 25px;
    position: relative;
}
.footer-link-list:after{
    content: '|';
    font-size: 14px;
    color: #d1d1d1;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: -1px;
}
.footer-link-list:last-child:after{
    display: none;
}
.footer-link-p{
    font-size: 16px;
    color: #2ea9df;
    font-weight: bold;
    padding-top: 30px;
}

.footer-box{
    width: 100%;
    display: block;
    font-size: 14px;
    color: #FFF;
    background-color: #1b1b1b;
    text-align: center;
    padding: 10px 0;
}

.footer-link-list a{
    transition: all .5s ease;
}

.footer-link-list a:hover{
    color: #2ea9df;
}

@media only screen and (max-width: 750px){
    .footer-link-p{
        width: 95%;
        text-align:justify;
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 550px){
    .footer-link-list{
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .footer-link-list:nth-child(even):after{
        display: none;
    }
    .footer-link-list:nth-last-child(1),
    .footer-link-list:nth-last-child(2){
        margin-bottom: 0;
    }
    .footer-link-block{
        padding: 30px 0;
    }
}