.navbar-nav.nav > li.menu-item {
	padding: 3px 0 0;
}
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
	float:left;
	width: 50%;
}
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
	float: left;
	width: 66.66%;
}
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
	float:left;
	width: 33.33%;
}
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
	float:left;
	width: 25%;
}
#banner-video .banner-content {
	top: 33%;
}
#video-overlay {
	display:none;
}
.accomplish {
	min-height: 200px;
}
.wpb_single_image img {
	max-width: none;
	width: 100%;
}