#fs-slider {
    display: block;
}

#fs-slider .name {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: MyriadPro-Light;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 8px 20px;
    position: absolute;
    width: 100%
}

#fs-slider .item {
    text-align: center;
    display: none
}

#fs-slider .item:first-child {
    display: block
}

.owl-dot {
    background: #ffffff;
    margin: 0px 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #FFF
}

#fs-slider:hover .owl-dot {
    opacity: 1
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding: 6px 7px;
    left: 50%;
    transform: translate(-50%, 0)
}

.owl-dot.active, .owl-dot:hover {
    background: var(--main-color);
    box-shadow: inset rgba(255, 255, 255, 0.37) -1px 1px 1px
}

#fs-slider .owl-controls .owl-nav {
    position: absolute;
    top: 38%;
    height: 0;
    width: 100%;
    display: none
}

#fs-slider:hover .owl-controls .owl-nav {
    display: block
}

#fs-slider .owl-controls .owl-nav div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    padding: 6px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: var(--main-color);
    width: 48px;
    height: 34px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 20px
}

#fs-slider .owl-controls .owl-prev {
    left: 10px
}

#fs-slider .owl-controls .owl-next {
    right: 10px
}

#pav-slideShow .thumbs {
    background: #fff
}

#sync2 {
    box-sizing: border-box
}

#sync2 .owl-item {
    display: table;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

#sync2 .owl-item .item {
    padding: 5px;
    text-align: center;
    border: 1px solid #E7E7E7;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: none;
    border-width: 0px 1px 1px 0px;
    box-sizing: border-box
}

#sync2 .owl-item:first-child .item {
    border-left: 1px solid #E7E7E7
}

#sync2 .current {
    color: var(--main-color);
    font-weight: bold
}


