﻿.footer-small{
    min-height: 90px;
    padding-top: 33px;
    font-family: 'Open Sans';
}
.footer-small:before{
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer-small .content{
    display: inline-block;
    height: 0;
    margin: 0 5% 0 5%;
}
.footer-small_copy{
    text-align: right;  
    font-size: 20px;
}

.body-content {
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    /*.menu{
        padding-top: 4%;
    }*/

    .footer-small{
        padding: 0 0 25px 0;
    }
    .footer-small .menu{
        padding: 0 0 25px 0;
    }
    .footer-small .menu_item{
        display: block;
        text-align: center;
    }
    .footer-small_copy{
        text-align: center;
    }

    .body-content {
        padding-bottom: 213px;
    }
}