/**
 *   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;
}

.unslider-nav ol li {
    display: inline-block;
    width: 55px;
    height: 8px;
    margin: 0 10px;
    background: transparent;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    opacity: 0.78;
    border-radius: 2px;
    font-size: 0;
}

.unslider-nav ol li.unslider-active {
    background: rgba(244, 14, 14, 1);
    opacity: 0.78;
    border-radius: 4px;
}

.unslider-nav {
    position: relative;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 70%;
    min-width: 1280px;
    max-width: 1359px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.head-banner {
    height: auto;
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
}

.unslider {
    overflow: inherit;
}