.rt-isotope-wrapper .isotop-btn {
    text-align: center;
    margin-bottom: 45px;
}

.rt-isotope-wrapper .isotop-btn:after {
    display: none;
}

.rt-isotope-wrapper .isotop-btn a {
    background-color: #ffffff;
    color: #444444;
    padding: 8px 20px;
    font-size: 18px;
    display: inline-block;
    margin: 0 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
    transition: all 0.5s ease-out;
}

.rt-isotope-wrapper .isotop-btn a:hover {
    background-color: #396cf0;
    color: #ffffff;
}

@media (max-width: 767px) {
    .rt-el-gallrey-1 .rtin-item {
        margin-bottom: 30px !important;
    }
}

.rt-isotope-wrapper .isotop-btn .current {
    background-color: #396cf0;
    color: #ffffff;
}