#m4bank-png{
    position: absolute;
    margin-top: 140px;
    margin-left: 18%;
}
/*.threecol { 
    width: 22.05%;
}*/
.text-white {
color: #fff;
}
#footer-bottom-text2 {
    display: inline;
    margin: 0;
    padding: 0px 0 0px;
    float: left;
}
#footer-bottom-text-adress2 {
    display: block;
    margin: 0;
    padding: 0px 0 25px;
    float: left;
}

@media only screen and (max-width: 480px) {
 
    #m4bank-png{
        margin-top: 160px;
        margin-left: 60%;
    }
}
@media only screen and (max-width: 600px){
    .footer-menu {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    #footer-bottom-new .threecol{
        width: 22.05%;
    }
}

.footer-menu {
    margin: 25px 0 0 0;
}

.footer-menu li {
    text-decoration: none;
    display: inline-block;
    padding: 0 35px 0 0px;
    margin: 0;
    border-right: none;
}
.footer-menu li:last-child {
    padding: 0px;
}
.footer-menu li:first-child {
     padding: 0 35px 0 0; 
}

.footer-menu li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #019BB1; 
}

#footer-bottom-text2 {
    display: inline;
    margin: 0;
    padding: 0px 0 0px;
    float: left;
}
#go-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: -999em; /* Hide text */
    color: white;
    background-image: url(../img/images/back-to-top.png);
    padding: 0;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    z-index: 999;
    display: none;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

#go-to-top:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}
#header {
    display: block;
    z-index: 600; /* Higher than the sidebar widget and widget container, sliders */
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
}

#header > .inner {
    position: relative;
    background: #fff;
}

#header > .inner > .wrap {
    position: relative;
    min-height: 100px;
}
