:valid:focus, :valid:visited{
  border: 1px solid #8CC152 !important;
}

:valid:focus+span::after {
  content: "\2714";
}

:invalid:focus, :invalid:visited {
  border: 1px solid #DA4453 !important;
}

:invalid:focus+span::after{
  content: "\2718";
}

body {
	margin: 0;
	color: #454545 !important;
}

a:focus, a:hover, a:visited {
	outline: none;
}

#pageContent {
	padding-top: 146px;
}

header {
	border-bottom: 1px solid #DADADA;
	background: url('../img/header-bg.png') repeat-x;
	position: fixed;
	width: 100%;
	z-index:9999;
	overflow: hidden;
}

header, .nav, header > div > div > .col-md-6{
	height: 147px;
}

header > div > div > div > #logo > img {
	width: 120px;
}

header > div > div > div > #logo {
			transition-duration: 0.2s;
		 -o-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

header > div > div > div > #logo:hover {
	opacity: 0.75;
}

strong > a {
	color: #1D801C !important;
}

header > div > div > div > #link {
	float: left;
	width: 95px;
	height: 110px;
	padding-top: 45px;
	text-align: center;
	font-weight: bold;
	color: #7A7A7A;
			transition-duration: 0.2s;
		 -o-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

header > div > div > div > #link:hover, header > div > div > div > #link:focus {
	width: 95px;
	background-color: #1D801C;
	color: white !important;
	text-decoration: none;
	text-transform: none;
	outline: none;
}

.activeLink {
	height: 100%;
	width: 95px;
	background-color: #1D801C;
	color: white !important;
	text-decoration: none;
	text-transform: none;
	outline: none;
}

.active {
	color: #1D801C !important;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	color: #1D801C !important;
}

a {
	color: #454545 !important;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

a:hover {
	color: #1D801C !important;
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
}

#banner {
	width: 100%;
	height: auto;
	min-height: 280px;
	max-height: 400px;
	position: relative;
	overflow: hidden;
}

#banner > img {
	width: 100%;
	position: absolute;
	overflow: hidden;
}

#days, #hours {
	list-style: none;
}

.icon-test {
	width: 90px;
	height: 90px;
	font-size: 36px;
	line-height: 90px;
	box-shadow: 0px 0px 0px 2px #1D801C inset;
	color: #1D801C;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
			transition-duration: 0.5s;
		 -o-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.icon-test:hover {
	background-color: #1D801C;
	color: #FFF;
}

.breadcrumb {
	background-color: transparent !important;
}

#top a {
	color: #777 !important;
}

#top a:hover {
	color: #1D801C !important;
}

#facebook {
	margin-top: -6px;
	padding-top: 6px;
	width: 75px;
	height: 36px;
			transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

#facebook:hover {
	background-color: #354c8b;
}

#facebook:hover, #facebook:focus {
	outline: none;
	text-decoration: none;
	border: none;
}

#facebook span {
	margin-left: 5px;
}

#facebook span {
	color: #777;
}

#facebook:hover span {
	color: white;
}