body{
    color: #515152;
}

.main-row{
    display: table;
    vertical-align: top;
}

.main-row .white-column,
.main-row .red-column{
    float: none;
    display: table-cell;

}

.white-column .logo-wrap{
    height: 145px;
    position: relative;
    margin-top: 10px;
}

.white-column .logo-wrap.small-height{
    height: 75px;
}

.white-column h2{
    font-size: 20px;
    color: #EC3349;
    letter-spacing: 2px;
    font-weight: bold;
}

.white-column .text{
    font-size: 14px;
}

.white-column.corp h1{
    font-size: 36px;
    font-weight: bold;
    color: #EC3349;
    margin-bottom: 25px;
}

.white-column.corp .text{
    font-size: 22px;
}

.red-column{
    background-color: #EC3349;
    color: white;
    height: 100%;
}

.red-column a,
.footer-wrap a{
    color: #fff;
}

.red-column h1,
.red-column .text{
    padding: 0 15px;
}
.red-column h1{
    display: block;
    font-weight: 600;
    margin: 0 0 30px;
}

.red-column h1.small-head{
    font-size: 26px;
}

.red-column .text{
    line-height: 2;
}

.footer-row{
    height: 125px;
}

.socials{
    list-style-type: none;
    margin: 30px 0 0;
    padding: 2px 0;
    height: 56px;
    border-top: 1px solid #BDBCBD;
    border-bottom: 1px solid #BDBCBD;
}

.socials li{
    float: left;
}

.socials li .soc-icon{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.socials li .soc-icon.soc-icon-fb{
    background: url("../images/promo/socials.png") no-repeat 5px 3px;
}

.socials li .soc-icon.soc-icon-tw{
    background: url("../images/promo/socials.png") no-repeat -55px 3px;
}

.socials li .soc-icon.soc-icon-in{
    background: url("../images/promo/socials.png") no-repeat -120px 3px;
}

.socials.white li .soc-icon.soc-icon-fb{
    background: url("../images/promo/socials-white.png") no-repeat 5px 3px;
}

.socials.white li .soc-icon.soc-icon-tw{
    background: url("../images/promo/socials-white.png") no-repeat -55px 3px;
}

.socials.white li .soc-icon.soc-icon-in{
    background: url("../images/promo/socials-white.png") no-repeat -120px 3px;
}

.footer-links{
    text-align: right;
    margin: 30px 25px 0 0;
    padding: 2px 0;
    height: 56px;
    border-top: 1px solid #BDBCBD;
    border-bottom: 1px solid #BDBCBD;
    font-size: 15px;
}

.copyright{
    font-size: 12px;
    margin: 10px 0 0 12px;
    padding-bottom: 10px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-padding-right{
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.footer-row .red-column{
    position: relative;
}

.red-column .note-img{
    display: none;
}

.footer-row .red-column .note-img{
    display: block;
    position: absolute;
    right: 140px;
    top: -270px;
    z-index: 2;
}

.footer-wrap{
    background: #EC3349;
    margin-top: 50px;
    color: #fff;
}

.footer-wrap h2{
    font-size: 15px;
    font-weight: 600;
}

.footer-wrap .text{
    font-size: 14px;
}

.corporate-img-wrap{
    position: relative;
}

.corporate-img-wrap .corporate-img{
    position: absolute;
    width: 115%;
    left: -10px;
    top: 35px;
}

@media  (max-width: 1200px) {
    .red-column .note-img{
        display: block;
        width: 80%;
        text-align: center;
    }
    
    .footer-row .red-column .note-img{
        display: none;
    }

    .corporate-img-wrap .corporate-img{
        position: relative;
        width: 100%;

    }
}
@media  (max-width: 992px) {
    .footer-row{
        height: auto;
    }

    .red-column{
        height: auto;
    }

    .footer-row .white-column{
        padding: 0 !important;
        margin: 0 !important;
    }

    .socials{
        text-align: center;
    }

    .socials li{
        float: none;
        display: inline-block;
    }

    .footer-links{
        text-align: center;
        margin-right: 0;
    }

    .copyright{
        text-align: center;
        border: none;
    }
}