footer{
    background: #0A192F;
    display: block;
    width: 100%;
}

.footerInner{
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 90%;
}

footer .footerTop{
    border-bottom: 1px solid #EFF0FA;
    padding-bottom: 10px;
}

footer .footerTop .logo{
    display: table;
    float: left;
    outline: none !important;
    text-decoration: none !important;
}

footer .footerTop .logo img{
    height: 90px;
}

footer .footerCenter{
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .footerCenter .titles{
    color:#CCD6F6;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

footer .footerCenter .contactsAndAddress{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footerCenter .contactsAndAddress li{
    display: block;
    margin-bottom: 15px;
}

footer .footerCenter .contactsAndAddress li a{
    color: #CCD6F6 !important;
    font-size: 16px;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

footer .footerCenter .contactsAndAddress li a:hover{
    color:#209ef3 !important;
}

footer .footerCenter .contactsAndAddress li a img{
    float: left;
    padding-right: 10px;
    height: 25px;
}

footer .footerCenter iframe{
    height: 200px !important;
    width: 100% !important;
}

footer .footerBottom{
    border-top: 1px solid #EFF0FA;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}