@media only screen and (max-width: 479px) and (min-width: 320px) {
    .teachers__list .container {
        width: 290px;
    }
}

.map__divider {
    clear: both;
    height: 6px;
}

.map__input-location {
    width: 85% !important;
    float: left;
    padding: 11px 12px !important;
}

.map__button-reset-location {
    width: 13% !important;
    margin: 0 2px;
    display: inline-block;
    padding: 12.5px 0;
    border: 1px solid #ccc;

}

.map__button-reset-location:hover {
    text-decoration: underline;
    cursor: pointer;
}

.teachers__list .container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.ajax_loader-wrapper {
    clear: both;
    padding: 15px 0;
    display: none;
}

.ajax_loader-wrapper-img {
    margin: 0 auto;
    width: 20px;
    display: block;
}

.teachers__list .visible-lg, .teachers__list .visible-md, .teachers__list .visible-sm, .teachers__list .visible-xs {
    display: none;
}

@media (max-width: 767px) {
    .teachers__list .col-md-10 {
        width: 100%;
    }

    .teachers__list .visible-xs {
        display: block !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .teachers__list .visible-sm {
        display: block !important;
    }
}

@media (max-width: 1222px) and (min-width: 992px) {
    .teachers__list .visible-md {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .teachers__list .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .teachers__list .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .teachers__list .col-md-2 {
        width: 16.66666667%;
    }

    .teachers__list .col-md-4 {
        width: 30.333333%;
        margin-left: 3%;
    }

    .teachers__list .col-md-6 {
        width: 50%;
    }

    .teachers__list .col-md-8 {
        width: 66.66666667%;
    }

    .teachers__list .col-md-10 {
        width: 83.33333333%;
    }
}

.teachers__list .row {
    float: left;
    width: 100%;
}

.teachers__list .col-md-1, .teachers__list .col-md-10, .teachers__list .col-md-11, .teachers__list .col-md-12, .teachers__list .col-md-2, .teachers__list .col-md-3, .teachers__list .col-md-4, .teachers__list .col-md-5, .teachers__list .col-md-6, .teachers__list .col-md-7, .teachers__list .col-md-8, .teachers__list .col-md-9 {
    float: left;
}

.teachers {
    position: relative;
    margin: 20px;
}

/*.anchor {
    position: absolute;
    top: -110px;
}
*/
.teachers__header {
    border-top: 20px solid #8c9429;
    background-color: #e1dbb3;
    margin-bottom: 20px;

}

.teachers__content-contact > * {
    display: block;
}
.teachers__content-contact a {
    word-break: break-all;
}
.teachers__content-contact > div[class=""] {
    display: block !important;
    float: none !important;
}
.teachers__content {
    padding-bottom: 40px;
}
.teachers__content .visible-sm.visible-xs h4 {
    padding-top: 12px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url(../img/icon_top.png) no-repeat;
}

#map {
    height: 400px;
}

@media (max-width: 425px) {
    .teachers__list div[class^="col"] {

    }

    .teachers__content-text {
        margin-top: 15px;
    }

    .teachers {
        margin: 0;
        margin-top: 20px;
    }

}

