.widebox-white {
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url("../img/banner/widebox-white.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.widebox-white-content {
	position: relative;
	padding: 10px 20px;
	background: #ffffff;
	z-index: 1;
	font-size: 13px;
}
.widebox-white-content p {
	margin-bottom: 5px;
}
.banner-center-block {
	display: inline-block;
	background: #fff;
	padding: 10px;
	color: #000 !important;
}
.banner-center-block h2, .banner-center-block .banner-breadcrumb {
	display: inline-block;
	color: #000;
}
.banner-center-block .banner-breadcrumb .breadcrumb-item a, .banner-center-block .banner-breadcrumb .breadcrumb-item.active, .banner-center-block .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #000;
}
.asterisk {
	color: red;
}
@media (min-width: 768px) {
.skew-white-right:after {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: -4px;
	margin: auto;
	width: 90px;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transform: skew(-10deg);
	transform: skew(-7deg);
}
}
@media (max-width: 767px) {
.widebox-black .col-md-1, .widebox-black .col-md-2, .widebox-black .col-md-3, .widebox-black .col-md-4, .widebox-black .col-md-5, .widebox-black .col-md-6, .widebox-black .col-md-7, .widebox-black .col-md-8, .widebox-black .col-md-9, .widebox-black .col-md-10, .widebox-black .col-md-11, .widebox-black .col-md-12, .widebox-white .col-md-1, .widebox-white .col-md-2, .widebox-white .col-md-3, .widebox-white .col-md-4, .widebox-white .col-md-5, .widebox-white .col-md-6, .widebox-white .col-md-7, .widebox-white .col-md-8, .widebox-white .col-md-9, .widebox-white .col-md-10, .widebox-white .col-md-11, .widebox-white .col-md-12, .widebox-gray .col-md-1, .widebox-gray .col-md-2, .widebox-gray .col-md-3, .widebox-gray .col-md-4, .widebox-gray .col-md-5, .widebox-gray .col-md-6, .widebox-gray .col-md-7, .widebox-gray .col-md-8, .widebox-gray .col-md-9, .widebox-gray .col-md-10, .widebox-gray .col-md-11, .widebox-gray .col-md-12 { margin-bottom: 0px; }
}