.UIVideoSlider .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px;
}
.UIVideoSlider .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.UIVideoSlider {
    margin: 30px auto 60px;
    text-align: center;
    padding: 0 20%;
}
.UIVideoSlider .item .title {
    font-size: 16px;
}
.UIVideoSlider .title-block {
    padding: 0 0 20px 0;
    color: #dc9c00;
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align:center;
    font-family:Roboto;
}
.UIVideoSlider .custom-nav .owl-nav button {
        position: absolute;
        color: #999 !important;
        top: 50%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
}
.UIVideoSlider .custom-nav .owl-nav button i {
    font-size: 50px;
}

.UIVideoSlider .custom-nav .owl-nav .owl-next {
        right: 0;
}
.UIVideoSlider .custom-nav .owl-nav button:hover {
        opacity: 1;
        background: none !important;
}
.UIVideoSlider .custom-dots .owl-dots {
    text-align: center;
    width: 100%;
    z-index: 9;
}

.UIVideoSlider .custom-dots .owl-dots .owl-dot {
    outline: none;
}

.UIVideoSlider .custom-dots .owl-dots .owl-dot.active span {
            background-color: #d9282f;
            border: solid 2px #fff;
}

.UIVideoSlider .custom-dots .owl-dots .owl-dot span {
            height: 15px;
            width: 15px;
            margin: 5px;
            display: block;
            border-radius: 100%;
            box-shadow: 0 0 5px 0 #b3b3b3;
            background: #fff;
}

