/*.container {max-width:none!important;width:970px}.container .navbar-header,.container .navbar-collapse {margin-right:0;margin-left:0}.navbar-header {float:left}.navbar-collapse {display:block!important;height:auto !important;padding-bottom:0;overflow:visible!important}.navbar-toggle {display:none}.navbar-brand {margin-left:-15px}.navbar-nav {float:left;margin:0}.navbar-nav >li {float:left}.navbar-nav.navbar-right {float:right}*/

/*html {
	min-width: 1000px !important;
}*/

body {
	font-family: 'Lato', serif;
	overflow-y: scroll;
	background: #F6F6F5;
}

img {
	max-width: 100%;
	height: auto;
}

a, a:hover {
	color: #C60405;
}

header.head {
	padding: 15px 0;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	z-index: 1000;
	min-height: 135px;
}

footer {
	background: #C60405;
	color: #fff;
	font-size: 12px;
	padding: 15px 0px;
}

footer p {
	margin: 0px;
}

footer a {
	color: #fff !important;
	text-decoration: none !important;
}

h1, h2, h3 {
	color: #C60405;
	font-weight: bold;
	padding: 15px 0px;
	margin: 0px;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.3rem;
}

section.top {
	margin-top: 135px;
}

.logo {
	min-height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-img {
	transition: 0.2s;
	max-height: 95px;
}

.main-nav {
	padding-top: 10px;
	transition: 0.2s;
}

.head .nav {
	float: left;
	width: 100%;
}

.head .nav li {
	margin-right: 0px;
	position: relative;
	width: 100%;
	float: left;
}

.head .nav li:last-child {
	margin-right: 0px;
}

.head .nav li a {
	font-size: 16px;
	color: #C60405;
	text-decoration: none !important;
	padding-bottom: 2px;
	width: 100%;
	float: left;
	position: relative;
}

.head .nav li.nav-dropdown a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: 5px;
}

.head .nav li.nav-dropdown ul li a:after {
	content: none;
}

.head .nav li ul {
	display: none;
	list-style: none;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 2px;
	width: 100%;
	float: left;
}

.head .nav li ul.nav-path-selected.nav-dropdown {
	display: block;
}

/*.head .nav li ul.nav-dropdown .dropdown-first a {
	padding-bottom: 3px;
}*/

.head .nav li ul li {
	line-height: 19px;
}

.head .nav li ul li a {
	font-size: 16px;
	padding-bottom: 0px;
}

.navbar-toggler {
	display: block;
	text-align: right;
	color: #C60405;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler .fa-times {
	display: block;
}

.navbar-toggler .fa-bars {
	display: none;
}

.navbar-toggler.collapsed .fa-times {
	display: none;
}

.navbar-toggler.collapsed .fa-bars {
	display: block;
}

.navbar-collapse.collapse.show .nav {
	display: block;
}

.navbar-collapse.collapse {
	display: block;
}

.navbar-collapse.collapse .nav {
	display: none;
}

.owl-carousel {
	display: block;
}

.owl-stage, .owl-item {
	min-height: 200px;
}

.owl-item img {
	width: 750px;
	height: 200px;
	object-fit: cover;
}

.owl-dots {
	display: none;
}

.banner {
	position: relative;
}

.banner .overlay {
	background: #D3D3D3;
    color: #C60405;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 28px;
    font-weight: bold;
    z-index: 999;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 80px;
}

.banner .overlay.overlay-home {
	padding-top: 60px;
}

.banner .page-banner {
	min-height: 200px;
}

.banner .page-banner img {
	width: 750px;
	height: 200px;
	object-fit: cover;
}

.title {
	background: #C60405;
}

.title.dark {
	background: #C60405;
}

.title h2 {
	color: #fff;
}

.home-box {
	position: relative;
}

.home-box h2, .home-box h2 a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.home-box h2 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.3s;
	font-size: 1.8rem;
}

.home-box:hover h2 {
	opacity: 0.85;
	filter: alpha(opacity=85);
	transition: 0.3s;
}

.home-box.one h2 {
	background: #e03131;
}

.home-box.two h2 {
	background: #0A7633;
}

.home-box.three h2 {
	background: #e03131;
}

.home-box.four h2 {
	background: #1B1C1C;
}

.home-box.five h2 {
	background: #e03131;
}

.home-box.six h2 {
	background: #1B1C1C;
}

.home-box h2 a {
	color: #fff !important;
	text-decoration: none !important;
	padding-top: 30%;
}

.home-box img {
	width: 100%;
}

.ccm-block-express-form .form-stacked {
	margin-bottom: 30px;
}

.ccm-block-express-form .form-group {
	float: left;
	clear: both;
	width: 100%;
}

.ccm-block-express-form .form-control, .ccm-block-express-form .form-inline {
	width: 100%;
	float: right;
}

.ccm-block-express-form .ccm-captcha-image {
	display: inline;
}

.ccm-block-express-form .form-control.ccm-input-captcha {
	float: left;
	width: 20%;
}

.ccm-block-express-form .ccm-input-time-wrapper.form-inline, .ccm-block-express-form .ccm-input-time-wrapper.form-inline .form-control {
	float: none;
	width: auto;
}

.ccm-block-express-form .text-muted {
	color: #E30716 !important;
}

.fc-day-grid-event .fc-content {
	white-space: normal !important;
}

.fc-scroller {
	height: auto !important;
	overflow: visible !important;
}

.fc-row.fc-widget-header {
	border-right-width: 0px !important;
	margin-right: 0px !important;
}

.ccm-block-express-form .form-control.ccm-input-date {
	/*margin-top: -32px;
	margin-right: 0px !important;*/
	float: left;
	width: 90%;
}

@media (min-width: 576px) {
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	.logo-img {
		max-height: 132px;
	}
	.banner .overlay, .banner .overlay.overlay-home {
		padding-top: 80px;
	}
	.home-box h2 {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	section.top {
		margin-top: 162px;
	}
	.logo, header.head {
		min-height: 0px;
	}
	.main-nav {
		padding-top: 50px;
	}
	.head .nav {
		position: relative;
	}
	.head .nav li {
		margin-right: 45px;
		width: auto;
		position: static;
	}
	.head .nav li:hover ul {
		display: block;
	}
	.head .nav li a {
		border-bottom: 2px solid #fff;
		transition: 0.2s;
		width: auto;
		float: none;
		position: static;
	}
	.head .nav li ul {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.head .nav li ul li {
		line-height: 19px;
		margin-right: 6px;
	}
	.head .nav li ul li:last-child {
		margin-right: 0px;
	}
	.head .nav li ul li:after {
		content: "|";
		padding-left: 6px;
		color: #C60405;
	}
	.head .nav li ul li:last-child:after {
		content: none;
		padding-left: 0px;
	}
	.head .nav li:hover a {
		border-bottom: 2px solid #C60405;
		transition: 0.2s;
	}
	.head .nav li a.nav-path-selected {
		border-bottom: 2px solid #C60405;
	}
	.head .nav li ul li a {
		border-bottom: 1px solid #fff !important;
		font-size: 14px;
	}
	.head .nav li ul li a:hover {
		border-bottom: 1px solid #C60405 !important;
	}
	.head .nav li ul li a.nav-path-selected {
		border-bottom: 1px solid #C60405 !important;
	}
	.head .nav li ul {
		padding-left: 2px;
		position: absolute;
		top: 25px;
		left: 0px;
		width: auto;
		float: none;
	}
	.head .nav li ul.nav-dropdown .dropdown-first {
		display: none;
	}
	.head .nav li.nav-dropdown a:after {
		content: none;
	}
	.navbar-toggler {
		display: none;
	}
	.navbar-collapse .nav {
		display: flex !important;
	}
	.banner .overlay, .banner .overlay.overlay-home {
		font-size: 34px;
		padding-top: 10%;
		letter-spacing: 2px;
	}
	.owl-item img, .banner .page-banner img {
		width: 100%;
		height: auto;
	}
	.home-box h2 {
		font-size: 22px;
	}
	.ccm-block-express-form .form-control, .ccm-block-express-form .form-inline {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.head .nav li {
		margin-right: 60px;
	}
	.head .nav li a {
		font-size: 20px;
	}
	.head .nav li ul {
		top: 30px;
	}
	.head .nav li ul li {
		margin-right: 15px;
	}
	.head .nav li ul li:after {
		padding-left: 15px;
	}
	.head .nav li ul li a {
		font-size: 16px;
	}
	.banner .overlay, .banner .overlay.overlay-home {
		font-size: 46px;
	}
	.home-box h2 {
		font-size: 2rem;
	}
	.ccm-block-express-form .form-control, .ccm-block-express-form .form-inline {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 970px;
	}
	.head .nav li {
		margin-right: 70px;
	}
	.head .nav li ul li {
		margin-right: 20px;
	}
	.head .nav li ul li:after {
		padding-left: 20px;
	}
}