@charset "utf-8";
body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	margin: 0 0;
	background-color: #FEFBF6;
	padding: 0;
}
.page {
	width: 100%;
	padding: 16px 0;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../images/background.jpg");
}
.clear {
	clear: both;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
	color: rgba(0,0,0,1);
}
a:link, a:visited {
	text-decoration: none;
	color: #BA2330;
}
a:hover {
	text-decoration: underline;
	color: #BA2330;
}
a:active {
	color: #BA2330;
}
/************************************************************************************
STRUCTURE
************************************************************************************/
#store {
  color: #BA2330;
  font-size: 30px;
  line-height: 36px;
}
#store img {
  vertical-align: middle;
  margin: 5px;
  height: 40px;
}
.pagewrap {
	padding: 1px;
	margin: 10px auto;
	width: 1200px;
}
.header {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
}
.content {
	width: 100%;
	float: left;
}
.divsplitter {
	width: 49%;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}
.contenttext {
	padding: 30px;
	color: #1A1A1A;
}
.sidebartext {
	margin: 15px;
	text-align: center;
	color: #1A1A1A;
}
.footer {
	margin: auto 10px;
	font-size: 75%;
}
.copyrightleft {
	float: left;
	width: 50%
}
.copyrightright {
	float: right;
	width: 50%;
	text-align: right;
}
.mapdiv{
	background-color:#E9E5DC;
}
/************************************************************************************
HEADING STYLES h1,h2,h3,h4, PICTURE STYLES!
*************************************************************************************/
h1 {
	text-align: center;
	color: #90BA49;
	font-size: 400%;
	line-height: 105%;
	color: rgba(253,248,40,1);
}
h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	text-align: center;
	font-size: 100%;
}
h4 {
	text-align: center;
}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.visible-phone {
	display: none !important;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media only screen and (min-width: 1200px) {
.hidden-large {
	display: none !important;
}
.visible-large {
	display: inherit !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.visible-phone {
	display: none !important;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 960px;
}
}

@media (min-width: 870px) and (max-width: 959px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 94%;
}
}

@media (max-width: 869px) {
.divsplitter {
  width: 100%;
  display: block;
}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.pagewrap {
	width: 94%;
}
.content {
	width: auto;
	float: none;
}
.sidebar {
	width: auto;
	float: none;
}
.contentdiv {
	margin: 16px;
}
.sidebardiv {
	margin: 16px;
	padding: 2px;
}
.header {
	height: auto;
}
}
