@charset "utf-8";
/* CSS Document */
.videohm{margin:20px auto 30px; display:block; text-align:center; width:750px;}
.videohm .static-title {
    text-transform: none;
	font-size:13px !important;
	font-weight:normal;
	margin-top:15px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.rfrpnew h3 {
    display: block;
}
.customslider2{margin-top:20px; margin-bottom:35px; display:none;}
.customslider2 > h4 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
}
.customslider{margin-top:20px; margin-bottom:35px; display:none;}
.customslider > h4 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
}
.full-width-bannerCustomer #owl-demo a {
    font-size: inherit;
}
.item {
    margin: 10px;
    text-align: center;
}
.customNavigation {
    text-align: center;
}
#owl-demo, #owl-demo2, #owl-demo3 {
    display: block;
    margin: 0 auto;
    max-width: 1120px;
}
#owl-demo .item img {
    width: 100%;
}
#owl-demo2 .item img {
    width: 100%;
}
#owl-demo3 .item img {
    width: 100%;
}
.owl-item p a {
    display: block;
}
.owl-next {
    background: transparent url("../images/slicknext.png") no-repeat scroll 0 0 !important;
    font-size: 0 !important;
    height: 32px;
    position: absolute;
    right: -40px;
    top: 37%;
    width: 32px;
}
.owl-prev {
    background: transparent url("../images/slickprev.png") no-repeat scroll 0 0 !important;
    font-size: 0 !important;
    height: 32px;
    left: -40px;
    position: absolute;
    top: 37%;
    width: 32px;
}
.owl-item{max-width:224px;}

@media screen and (max-width: 767px) {
	.videohm{width:100%;}
	.owl-prev{left:0;}
	.owl-next{right:0;}
}