/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider {
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0;
}
.unslider-wrap {
    position: relative;
}
.unslider-wrap.unslider-carousel > li {
    float: left;
}
.unslider-vertical > ul {
    height: 100%;
}
.unslider-vertical li {
    float: none;
    width: 100%;
}
.unslider-fade {
    position: relative;
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none;
}
.unslider-arrow {
    display: none;
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
}
.unslider-arrow.next {
    left: auto;
    right: 20px;
}

.unslider-nav ol {
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}
.unslider-nav ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
    list-style: none;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}
.unslider-nav ol li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: rgb(224, 224, 224);
    border-radius: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    transition: border 0.8s;
}
.unslider-nav ol li.unslider-active {
    background: rgb(128,128,128);
    cursor: default;
}

.flaman-slider .slider li{
    overflow: hidden;
    text-align: center;
}
.flaman-slider .slider li .image{
    height: 65vh;
    max-height: 640px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
}

.flaman-slider .tagline{
    max-width: 600px;
    background: #fff;
    border-radius: 5px;
    color: #1e1e1e;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    padding: 20px 80px;
    margin-top: -50px;
    margin-bottom: 10px;
}
@media (max-width: 768px){
    .flaman-slider .tagline {
        margin-top: 0;
        padding: 20px;
        border-radius: 0;
        border-top: 1px solid #ACACAC;
        width: 100%;
        max-width: none;
    }
}


@media (max-width: 480px){
    .flaman-slider .slider li .image{
        height: 35vh;
    }

    .flaman-slider .tagline {
        
    }
}