/* ==========================================================================
   Webcams
   ========================================================================== */

@media all and (max-width: 320px) {
    .webcams-title {
        height: 50px;
        line-height: 2.5;
        font-size: 0.785rem;
    }
}


.webcams {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.webcams-slider {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.webcams .webcams-banner {
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 428px;
    height: 290px;
}

.webcams-banner img {
    width: auto;
}

 .webcams-dots {
     display: flex;
     flex: 1;
     align-items: center;
     justify-content: center;
     padding: 17px

}

 .control-btn {
     width: 30px;
     height: 51px;
     display: block;
     position: absolute;
     outline: none !important;
     background-size: 30px 51px !important;
     z-index: 100;

 }
 .control_prev {
     background: url(../img/arrow-left.png) 0 0 no-repeat;
     top:150px;
     left: 0;

 }

.control_next {
    background: url(../img/arrow-right.png) 0 0 no-repeat;
    top:150px;
    right: 0;
}


@media screen and (max-width: 39.9375em) {
    .webcams-dots {
        height: 50px;
    }
}

.webcams-dots li {
    background: #036dc5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;

}

.webcams-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

}

.webcams-banner .webcams-img {
    height: 310px;
}

.webcams-dots .slick-active {
    background: #fff;
}

.webcams-title {
    color: #fff;
}