@media only screen and (max-width: 500px) {
    img.ezimage {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .abtme-img {
    text-align: center;
    }    
}

/* Custom Colors */
.wrap__slider:after {
    background: rgba(195, 215, 239, 1.00);
}
.sidebar-holder-top {
    background: #638ebf;
}
.sidebar-holder-top .wrap__editable h1 {
    color: #ffffff;
}
.navigation .mm-panels > .mm-panel .mm-listview > li > a {
    color: #ffffff;
}
li.navigation__item {
    background: #638ebf;
}
.navigation .mm-panels > .mm-panel .mm-listview > li.active > a:not(.mm-next):not(.mm-arrow) {
    background: #4179b9;
    color: #ffffff;
}
.navigation .mm-panels > .mm-panel .mm-listview > li.mm-selected > a:not(.mm-next):not(.mm-arrow) {
    background: #4c80bc;
    color: #ffffff;
}
.navigation .mm-panels > .mm-panel .mm-listview > li > a:hover, .navigation .mm-panels > .mm-panel .mm-listview > li > span:hover {
    background: #4c80bc;
    color: #ffffff;
}
.wrap__contacts {
    background: rgba(195, 215, 239, 1.00);
    border-radius: 15px;
    padding: 15px 12px;
    min-height: 300px;
}
.wrap__footer {
    background: #a9bbd0;
    color: red;
    text-align: left;
}
.copyright__list a {
    color: red;
}
div#copyright {
    display: none;
}


@media only screen and (max-width: 767px) {
.sidebar-holder-top .wrap__editable h1 {
    display: none;
}
}