body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

body a {
    outline: none !important;
}

li {
    line-height: 24px;
}

/* Responsive */
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .slider-main-div {
        display: none;
    }

    .slider-main-div-res {
        display: none;
        margin-top: 100px;
    }
}

.slider-main-div {
    margin-top: 100px;
}

.slider-main-div-res {
    display: none;
    margin-top: 100px;
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #171717;
    height: 500px;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

.slider-container .tparrows {
    border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
    display: none;
}

.slider-container .top-label {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
}

.slider-container .main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
    color: #FFF;
    font-size: 52px;
    line-height: 52px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.slider-container .blackboard-text {
    color: #BAB9BE;
    font-size: 46px;
    line-height: 46px;
    font-family: "Shadows Into Light", cursive;
    text-transform: uppercase;
}

.slider-container .btn-slider-action {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
    color: #333;
}

.slider-container .tp-caption-dark a {
    color: #333;
}

.slider-container .tp-caption-dark a:hover {
    color: #333;
}

.slider-container .tp-caption-overlay {
    background: #000;
    padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

.slider-container .tp-opacity-overlay {
    background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
    background-color: transparent;
}

.slider-container.light {
    background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
}


.slider-container.light .tp-caption a {
    color: #333;
}

.slider-container.light .tp-caption a:hover {
    color: #333;
}

a.slider-btn {
    background-color: rgba(35, 160, 220, .8);
    transition: .3s;
}

a.slider-btn:hover {
    background-color: rgb(35, 160, 220);
}


/* Arrows */
.tparrows.tparrows-carousel {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
    right: auto !important;
    left: -30px !important;
    border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
    right: -60px !important;
    left: auto !important;
    border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
    padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
    border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
    position: relative;
}

.slider-with-overlay .slider-container {
    z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
    margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
    text-align: left;
}

.slider-contact-form label.error {
    display: none !important;
}

.slider-contact-form .alert {
    padding: 6px;
    text-align: center;
}

.slider-contact-form textarea {
    resize: none;
}

/* Responsive */
@media (min-width: 992px) {
    .slider-contact-form {
        margin: 0;
        position: absolute;
        top: 20px;
        z-index: 99;
        width: 100%;
    }
}

/* Boxed */
html.boxed .slider-container {
    width: 100% !important;
    left: auto !important;
}
