.tp-caption {
    z-index: 1;
    white-space: nowrap;
}
.tp-caption a {
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
    color: #00bac9;
}
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
    max-width: none;
}
.tparrows {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    z-index: 600;
    position: relative;
}
.tparrows.hidearrows {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
}
.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
}
.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0;
}
.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0;
}
.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
}
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../images/slides/timer.png);
    position: absolute;
    z-index: 200;
    top: 0;
    display: none;
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none;
}
.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
}
.tp-simpleresponsive > ul > li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}
.tparrows .tp-arr-imgholder {
    display: none;
}
.tparrows .tp-arr-titleholder {
    display: none;
}
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}
.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2s infinite linear;
    animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2s infinite ease-in-out;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.tp-leftarrow.square,
.tp-rightarrow.square {
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tp-leftarrow.square:before,
.tp-rightarrow.square:before {
    position: absolute;
    content: "\f104";
    left: 25px;
    top: 21px;
    color: #000;
    font-family: FontAwesome;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tp-rightarrow.square:before {
    content: "\f105";
}
.tp-caption .title-slide,
.tp-caption.title-slide {
    font-family: Poppins, sans-serif;
    font-size: 60px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.247059) 0 2px 3px;
    transition: none;
    line-height: 66px;
    border-width: 0;
    margin: 30px 0 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.tp-caption.desc-slide {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.247059) 0 2px 3px;
    transition: none;
    line-height: 32px;
    border-width: 0;
    margin: 30px 0 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 500;
}
.flat-button-slider {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #26d367;
    font-weight: 700;
    letter-spacing: 0;
    z-index: 1;
    padding: 15px 35px;
    margin: 0 15px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.flat-button-slider.bg-button-slider-32bfc0 {
    background-color: #d63e31;
}
.flat-button-slider:hover {
    background-color: #8fa845;
}
.flat-button-slider:hover a {
    color: #fff;
}
