#body h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 40px 0;
}
#body h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 4px solid #e5e5e5;
}
#bd-right {
	float: right;
	width: 380px;
}
#bd-left {
	float: left;
	width: calc(100% - 420px);
}
#bd-left > h4 > * {
	line-height: 30px;
	display: inline-block;
}
#bd-left > h4 > strong {
	width: 100px;
	margin-right: 10px;
	color: #fff;
	background: #004477;
	border-radius: 15px;
	text-align: center;
	vertical-align: top;
}
#bd-left > h4 > span {
	width: calc(100% - 150px);
}
#bd-left > div {
	margin: 20px 0;
}
#bd-left .owl-dots {
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 4px;
	text-align: center;
}
#bd-left .owl-dot {
	display: inline-block;
}
#bd-left .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 4px;
	background: #fff;
	border-radius: 50%;
}
#bd-left .owl-dot.active span {
	background: #ffc905;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-left {
	float: none;
	width: 100%;
}
#bd-right {
	float: none;
	width: 100%;
	margin: 50px auto 0;
}
#bd-right h3 {
	display: none;
}
#bd-right .upcoming {
	display: none;
}
}
