.custombanners > div {
	padding-left: 15px;
	padding-right: 15px;
}
.banner-item {
	text-align: center;
	position: relative;
}
.banner-item[class*='col-'] {
    margin-bottom: 30px;	
}
.banner-item-content{	
	position: relative;
}
.banners-one-by-one .banner-item , .banner-item-content .banner-img{
	display: inline-block;
	max-width: 100%;
} 
.html-over .custom-html {
	display: table;
	margin: auto;
	position: absolute;
	width: 100%;
	top: 0; left: 0; bottom: 0; right: 0;
}
.img-rb .banner-item-content img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* carousel styles */
.banners-in-carousel {
  margin-bottom: 10px;
}
.custombanners .bx-wrapper .bx-controls-direction a {
	width: 25px;
	height: 52px;
	line-height: 52px;
	top: 50%;
	margin-top: -26px;
	right: 0;
	text-align: center;
	background: rgba(255,255,255,.5);
	border-radius: 3px 0 0 3px;
	padding: 0 0 0 5px;
}
.custombanners .bx-wrapper .bx-controls-direction a:before {
	color: #333;
	line-height: 52px;
	padding: 0;
	content: "\f054";	
}
.custombanners .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	padding: 0 5px 0 0;
	border-radius: 0 3px 3px 0;
}
.custombanners .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f053";
}
.n-hover .bx-wrapper .bx-controls-direction {
	display: none;
}
.n-hover .bx-wrapper:hover .bx-controls-direction {
	display: block;
}
.custombanners .bx-controls.bx-has-pager {
	margin-bottom: 35px;
}
.custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
	width: 12px;
	height: 12px;
	border: 2px solid #333;
	background: #FFF;
	border-radius: 100%;
} 
.custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:hover, .custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
	background: #333;
}

/* grid values for 480 px. They are not present in BS 3 */
@media (max-width: 479px) {  
	[class*=".col-xxs-"]{ float: left; }
	.col-xxs-1  { width: 8.3%; }
	.col-xxs-2  { width: 16.6%; }
	.col-xxs-3  { width: 25%; }
	.col-xxs-4  { width: 33.3%; }
	.col-xxs-5  { width: 41.8%; }
	.col-xxs-6  { width: 50%; }
	.col-xxs-7  { width: 58.3%; }
	.col-xxs-8  { width: 66.6%; }
	.col-xxs-9  { width: 75%; }
	.col-xxs-10 { width: 83.3%; }
	.col-xxs-11 { width: 91.6%; }
	.col-xxs-12 { width: 100%; }
}