/* in default-bootstrap theme header .row has modified padding */
header .row .banners-in-carousel, header .row .banners-one-by-one {
	padding: 0;
}
/* aligning slider with 2 side banners */
@media (min-width: 992px) {
	.displayTopColumn .banners-in-carousel{
		float: left;
		width: 66.66667%;		
	}
	.displayTopColumn .banners-one-by-one{
		float: right;
		width: 33.333333%;		
	}
}
/* slider texts same as defaults */
.displayTopColumn .custom-html {
	display: block;
	top: 0;
	left: 0;
	padding: 50px;
	text-align: left;
	color: #FFF;	
	font-size: 1.3em;
}
@media (max-width: 480px) {		
	.displayTopColumn .custom-html {
		padding: 20px;
		font-size: 0.9em;
	}
}
.displayTopColumn .custom-html p {
	max-width: 350px;
	line-height: 1.3;
}
.displayTopColumn .custom-html .btn {	
	font-size: 1.1;
	text-transform: uppercase;
}
.displayTopColumn .custom-html h2 {
  font-size: 2.1em;
  color: white;
  margin: 0;
  padding: 0;
}
/* slider buttons */
.custombanners.displayTopColumn .bx-wrapper .bx-controls-direction a {
	width: 52px;
	border-radius: 0;
	background: none;
	bottom: 10px;
	top: auto;
	border: 2px solid #FFF;
	text-align: center;
	left: auto;
	right: 10px;
}
.custombanners.displayTopColumn .bx-wrapper .bx-controls-direction a:hover {
	background: rgba(0, 0, 0, 0.5);
}
.custombanners.displayTopColumn .bx-wrapper .bx-controls-direction a.bx-prev {
	right: 60px;
}
.custombanners.displayTopColumn .bx-wrapper .bx-controls-direction a:before {
	color: #FFF;		
}
/* modify gutters for blocks on main page to maintain same view as the default one*/
.displayTopColumn, .displayTopColumn .row, .displayHome, .displayHome .row{
	margin-left: -5px;
	margin-right: -5px;	
}
.displayTopColumn > div, .displayHome  > div {
	padding-left: 5px;
	padding-right: 5px;
}
.displayTopColumn .banner-item[class*='col-'], .displayHome .banner-item[class*='col-']{
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}