/* Basic jQuery Slider essential styles */

pre {
    font-family: "Source Code Pro", monospace;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: whiteSmoke;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#banner-fade,
#banner-slide {
    margin-bottom: 60px;
}

h2{
    font-size:30px;
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;;
    z-index: 9999;
}

ul.bjqs-controls {
     display: inline;
}

    ul.bjqs-controls.v-centered li.bjqs-next a {
        right: -30px;
        text-align: center;
    }

    ul.bjqs-controls.v-centered li.bjqs-prev a {
        left: -30px;
        text-align: center;
    }

    ul.bjqs-controls.v-centered li a {
        position: absolute;
        display: inline-block;
        background-color: transparent;
        color: #000;
        text-decoration: none;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        background: #999;
        color: #fff;
    }

        ul.bjqs-controls.v-centered li a:hover {
            background: #0000E3;
            color: #fff;
        }

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    ol.bjqs-markers.h-centered {
        text-align: center;
    }

    ol.bjqs-markers li {
        display: inline;
    }

        ol.bjqs-markers li a {
            display: inline-block;
            padding: 5px 5px;
            background: #999;
            color: #fff;
            margin: 5px;
            text-decoration: none;
            border-radius: 50%;
            height: 25px;
            width: 25px;
        }

            ol.bjqs-markers li.active-marker a,
            ol.bjqs-markers li a:hover {
                background: #0000E3;
            }

div.bjqs-caption {
    display: block;
    width: 100%;
    padding: 1%;
    position: absolute;
    bottom: 0;
    background: rgba(255,130,0,0.4);
    color: #fff;
    font-weight: bold;
}
