﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald:700|Arvo:wght@700&display=swap');

.addressBlock {
	margin: 10px 0;
	text-align: left;
}
.addressBlock img {
	padding-bottom: 4px;
}

.bannerImg {
	width: 100%;
	margin-top: 285px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #000;
}
.bold {
	font-weight: bold;
}
.bottomBlock {
	border-bottom: 2px #990000 solid;
	margin-bottom: 25px;
}
.brandName {
	display: block;
	font-size: 28px;
	text-transform: uppercase;
}
.btn-primary {
	background-color: #ed1c24;
	border: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
	background-color: #ac1f24;
	border: 0;
}
#businessName {
	font-family: 'Arvo', serif;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}
#businessName a {
	color: #fff;
}
#businessName a:hover {
	text-decoration: none;
}
button.list-group-item:hover, button.list-group-item:focus {
	background-color: #ac1f24;
	color: #fff;
}

.centerAlign {
	text-align: center;
}
.colorBlack {
	width: 100%;
	background-color: #000;
}
.colorRed {
	width: 100%;
	background-color: #ed1c24;
}
.colorOpaque {
	width: 100%;
	background-color: #000;
}
.extraPadding {
	padding-bottom: 250px !important;
}

.famImg {
	display: block;
	margin-top: 10px;
	border-radius: 4px;
}
.foot-links {
	list-style: none;
	padding-left: 5px;
	margin-left: 15px;
	border-left: 1px #fff solid;
}
footer {
	font-size: 12px;
	color: #fff;
	padding-bottom: 20px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
footer .navbar-nav {
	margin: 7.5px 0;
}
footer .nav>li>a {
	font-weight: bold;
}
footer .nav>li>a:focus, footer .nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
}
footer>.container>.row {
	margin-left: 0;
	margin-right: 0;
}

.gray {
	margin: 10px 0;
}
.gray img {
}
.gray h3, .gray p {
	padding: 0 10px;
}
.gray p:last-child {
	padding-bottom: 10px;
}
.grey-bg {
	background-color: #999;
	padding: 20px 0;
	width: 100%;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}
.head {
	float: left;
	border-radius: 10px;
	margin: 0 10px 10px 0;
}

img.imgLink {
	cursor: pointer;
}
.imgDiv {
	position: relative;
}
.imgTitle {
	position: absolute;
	top: 0;
	left:0;
	background-color: #fff;
	padding: 10px;
	font-weight: bold;
	border-radius: 0 0 10px 0;
	font-size: 12px;
}

.less-padding {
	padding: 20px 0 20px 0 !important;
}
.list-group-item {
	border: 0;
	border-radius: 4px !important;
}

.marketLine {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.mapCol {
	height: 520px;
}
.map_canvas {
	width: 100%;
	height: 360px;
	position: relative;
}
.map_canvas2 {
	width: 100%;
	position: relative;
}
.map_canvas img {
	position: absolute;
	top: 0;
	left: 0;
}
.map-phone {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 6px;
	border-radius: 0 0 6px 0;
	z-index: 1;
}
.mobile {
	display: inline;
}

.navbar-collapse {
	border: 0;
}
.navbar-inverse {
	border: 0;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a {
	-webkit-transition: background-color .6s, color .6s;
	transition: background-color .6s, color .6s;
	color: #fff;
	border-radius: 4px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background-color: #ed1c24;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #ed1c24;
}
.navbar-toggle {
	float: left;
}
#navbar .nav {
	margin: 20px 0 0 10px;
}
.navImg {
	background-image: url(../images/nav-background.jpg);
}
.nav-pills>li>a {
	color: #ac1f24;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #000;
}
.no-mobile {
	display: none;
}

#phone {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	padding: 10px 0;
}
#phone a {
	color: #fff;
	text-decoration: underline;
}
#playContainer {
	position: absolute;
	top:40%;
	left:45%;
	padding: 5px 15px;
	border-radius: 10px;
	font-size:40px;
	z-index:100;
	color:#fff;
	background-color: rgba(0,0,0, .7);
}
#playContainer a {
	color: #fff;
}

.red {
	color: #ff0000;
}
.required {
	display: none;
}

.section-header {
	position: relative;
}
.section-img {
	border-radius: 0 0 0 4px;
}
.section-title {
	position: absolute;
	background-color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	border-radius: 0 0 4px 0;
}
.sectionTitle {
	background-color: #990000;
	color: #ffffff;
	padding: 6px 0;
	text-transform: uppercase;
	cursor: pointer;
}
.smTxt {
	font-size: 13px;
}
.staffBox {
	clear: both;
}
.spaceTop {
	margin-top: 20px;
}

.tagline {
	display: block;
	font-size: 14px;
}
.tagline2 {
	font-family: 'Arvo', serif;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}
.thumbnail {
	border: 0;
}

#videoContainer {
	position:relative;
	z-index:90;
	width:350px;
}
#videoContainer:hover #playContainer {
	background-color: red;
}

.white-bg {
	background-color: #fff;
	width: 100%;
	padding: 20px 0 20px 0;
}
.white-line {
	border-top: 1px #fff solid;
}

@media (min-width: 768px) {
	.bannerImg {
		margin-top: 148px;
	}
	.colorOpaque {
		background-color: rgba(0, 0, 0, .5);
	}
	.extraPadding {
		padding-bottom: 20px !important;
	}
	#logo {
		width: 170px;
		margin: 10px 0;
}
	.map_canvas {
		height:260px;
	}
	.mobile {
		display: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.no-mobile {
		display: inline;
	}
	#phone {
		font-size: 24px;
	}
	.white-bg {
		padding: 20px 0 20px 0;
}
.white-line {
}
@media (min-width: 992px) {
	.bannerImg {
		margin-top: 148px;
	}
	#logo {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.bannerImg {
		margin-top: 197px;
	}
	.brandName {
		font-size: 50px;
	}
	.marketLine {
		font-size: 25px;
	}
	.tagline {
		font-size: 30px;
	}
	.tagline2 {
		font-size: 30px;
	}
}
