/*
CSS Меню направлений InfoboxCloud
*/
/* 
    Created on : 22.07.2014, 12:53:19
    Author     : Andrey Ivanov
*/
    .footer-changed{
        margin-top: 30px;
        background-color: #1f2c32; 
        height: 200px;
    }
    .footer-wrap{
        background-color: #1f2c32;
    }
    .footer-wrap-logo{
        background-color: #1f2c32;
        height: 106px;
       // margin-bottom: 50px;
    }
    .footer-logos{
        margin: 0 auto;
        width: 940px;
        background-color: #2a373c;
    }
    .footer-logo{
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0;
    }
    .footer-logo-1{
        width: 310px;
        height: 106px;
        display: inline-block;
        background: url(/style/images/footer/footer-menu-logo-ibx-light-220.png) no-repeat;
        background-position: 7px 18px;
        background-color: #1f2c32;
    }
    .footer-logo-2{
        width: 310px;
        height: 106px;
        
        display: inline-block;
        background: url('/style/images/footer/footer-menu-logo-ibxc-dark-220.png') no-repeat;
        background-position: 7px 18px;
        background-color: #2a373c;
    }
    .footer-logo-2:hover{
        width: 310px;
        height: 106px;
        display: inline-block;
        background: url('/style/images/footer/footer-menu-logo-ibxc-light-220.png') no-repeat;
        background-position: 7px 18px;
        background-color: #2a373c;
    }
    .footer-logo-3{
        width: 311px;
        height: 106px;
        
        display: inline-block;
        background: url(/style/images/footer/footer-menu-logo-office24-dark-250.png) no-repeat;
        background-position: 7px 14px;
        background-color: #313c42;
        display: none;
    }
    .footer-logo-3:hover{
        width: 310px;
        height: 106px;
        
        display: inline-block;
        background: url(/style/images/footer/footer-menu-logo-office24-light-250.png) no-repeat;
        background-position: 7px 14px;
        background-color: #313c42;
    }
    .footer-logo-pic-1{
        width: 250px;
        float: left;
        margin-top: 58px;
        margin-left: 6px;
        height: 106px;
    }
    .footer-logo-pic-2{
        width: 250px;
        float: left;
        margin-top: 58px;
        margin-left: 6px;
        height: 106px;
    }

    .footer-logo-pic-3{
        width: 250px;
        float: left;
        margin-top: 58px;
        margin-left: 8px;
        height: 106px;
    }
    .footer-logo-arrow{
        margin-left: 25px;
        margin-top: 30px;
        float: left;
        height: 106px;
        width: 20px;
    }
    .footer-logo-arrow-pic1{
        background: url(/style/images/footer/footer-menu-arrow-1.png) no-repeat;
        background-position: 0px 3px;
    }
    .footer-logo-arrow-pic2{
        background: url(/style/images/footer/footer-menu-arrow-2.png) no-repeat;
        background-position: 0px 3px;
    }
    .footer-logo-arrow-pic3{
        background: url(/style/images/footer/footer-menu-arrow-3.png) no-repeat;
        background-position: 0px 3px;
    }
    .footer-logo-text{
        color: #9d9fa2;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 2px;
        //margin-top: 7px;
    }
    .footer-hr{
        border-bottom: 1px solid #314149; 
        border-top: 1px solid #0e1216;
    }