.block-after-slide .title_font,.block-after-slide h4 {
    font-family: "Roboto Slab";
}

.overlay-after-slide {
    background-color: rgba(0, 0, 0, .6);
}

.overlay-after-slide img {
    max-width: 100%;
}

#static-block-right .title {
    text-align: center;
    position: relative;
    margin-bottom: 64px;
}

.title .text {
    color: #fff;
    font-size: 85.7%;
    line-height: 27px;
}

#static-block-right .title_text {
    color: #fff;
    display: inline-block;
    font-size: 214.26%;
    line-height: 30px;
    margin: 0;
    padding: 100px 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.button_shop {
    padding: 70px 0 100px;
    text-align: center;
}
.button_shop a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff !important;
    display: inline-block;
    font-size: 114.26%;
    font-weight: bold;
    line-height: 1;
    padding: 14px 24px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.button_shop a:hover {
    background: #27ae61;
    border-color: #27ae61;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.fix-circle {
    width: 600px;
    margin: 0 auto;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.time_circles > div {
    position: absolute;
    text-align: center;
}

.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: none;
    border: none;
    font-weight: bold;
}

.time_circles > div > span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.time_circles .textDiv_Days h4, .time_circles .textDiv_Hours h4, .time_circles .textDiv_Minutes h4, .time_circles .textDiv_Seconds h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}


.tab_button .add-product {
    float: right;
    padding: 5px 0px;
}
.tab_button .add-product a {
    color: #999999;
}
.tab_button .add-product a:hover {
    color: #27ae61;
}

@media(max-width:767px){
    #fieldtabproductsisotope .fieldtabproductsisotope-filters > span.vertical-line {
        display: none;
    }
}