
#sfcg_slider_container {
    height: 640px;
}

@media screen and (max-width: 649px) {
    #sfcg_slider_container {
        height: 250px;
    }
}

.slide-progress {
    position: relative;
    width: 0;
    max-width: 100%;
    height: 2px;
    margin-bottom: -2px;
    background: #3399cc;
    opacity: 0.77;
    z-index: 99;
}

.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 510px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: #000;
    padding: 0 11px 8px 11px;
    background-color: rgba(254, 254, 254, 0.2);
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #3399cc;
    color: #fff;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}

.owl-dots .owl-dot span {
    width: 30px;
    height: 7px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
}

.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
    background: #3399cc;
}
