.slider-area {
    text-transform: uppercase;
    position: relative
}
.slider {
    font-family: 'montserratsemi_bold';
}
.tp-bullets.simplebullets {
    margin-bottom: 9px;
}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background:transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 27px !important;
    height: 7px !important;
    border: 1px solid #FF5555 !important;
    display: inline-block;
    margin: 0 9px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
    transition: all 0.2s ease-in 0s;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FF5555 !important;
    width: 27px !important;
    height: 7px !important;
    border: 1px solid #FF5555 !important;
    transition: all 0.2s ease-in 0s;
}
a.button-text {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    padding: 17px 18px;
    background: #EF5656;
    font-family: 'montserratregular';
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s
}
a.button-text:hover {
    background: #313131;
    color: #fff
}
.tp-splitted {
    font-weight: 700;
}
.tp-bannertimer {
    display: none;
}