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

li.bjqs-slide {
    position: absolute;
    display: none;
    min-height: 400px;
}

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

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
}

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

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

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

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background: #2766b7;
    color: #ffffff;
    text-decoration: none;
}

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

.bjqs-markers {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 53px;
    left: 0 !important;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width:1400px) {
    .bjqs-markers {
        margin-top: 100px;
    }
}

@media (max-width:767px) {
    .bjqs-markers {
        margin-top: 200px;
    }
}

.bjqs-markers li {
    position: relative;
    display: block;
    float: left;
    margin: 0 4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.bjqs-markers li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(173, 180, 189, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.bjqs-markers li a:focus {
    outline: none;
}

.bjqs-markers li {
    width: 18px;
    height: 18px;
}

.bjqs-markers li a {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #93b2db;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.bjqs-markers li svg {
    z-index: 10;
}

.bjqs-markers li svg circle {
    opacity: 0;
    fill: none;
    stroke: #A4BCDB;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    -webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
    transition: stroke-dashoffset 0.3s, opacity 0.3s;
}

.bjqs-markers li.active-marker a,
.bjqs-markerse li a:hover,
.bjqs-markers li a:focus {
    opacity: 0.5;
}

.bjqs-markers li.active-marker svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
    transition: stroke-dashoffset 0.3s, opacity 0.15s;
}