
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.a-btn {
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 46px;
    background-color: transparent;
    border: none;
    color: #fff;
    -webkit-transition: color .3s ease-in,background-color .3s ease-in;
    -o-transition: color .3s ease-in,background-color .3s ease-in;
    transition: color 1.9s ease-in,background-color 1.9s ease-in;
}

.swiper-slide-active {
 height: 200px !important;
padding-top: 75px !important;
}

.filter-nav {
display: none !important;
}

.subtitle {
margin-top: 50px;
}


