@font-face{
    /* font-family: 'Debby'; */
    src: url('../fonts/Debby/Debby.otf');
    src: url('../fonts/Debby/Debby.ttf');
    font-family: 'debbyscript';
}

.hebe .tp-tab-desc {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 25px;
    font-family: "Roboto Slab";
}

#rev_slider_1_1 .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#rev_slider_1_1 .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
	
#rev_slider_1_1 .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0);
}

.tp-tab:before {
    background: url(https://i0.wp.com/ye03y2vdn9c3eswbk2aghzr1-wpengine.netdna-ssl.com/wp-content/themes/vsa/img/Quatrefoil-1.png) no-repeat center;
    background-size: contain;
}

.tp-tab.selected:before {
    background: url(https://i0.wp.com/ye03y2vdn9c3eswbk2aghzr1-wpengine.netdna-ssl.com/wp-content/themes/vsa/img/Quatrefoil-active-1.png) no-repeat center;
    background-size: contain;
}

.slide-search {
    background-image: url('https://ye03y2vdn9c3eswbk2aghzr1-wpengine.netdna-ssl.com/wp-content/themes/vsa/img/Button-line.svg');
}

.slide-search .add-on .input-group-btn > .btn {
	background: none;
}

.slide-search .input-group .form-control {
	font-family: "Open Sans";
}
.hermes .tp-bullet.selected:after {
    height: 100%;
}
.hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1px rgb(255, 255, 255);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute;
}