

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper_parallax {
  display:none;
}

#home-allcontent .wrapper_parallax {
  width: 100%;
  margin: 0 auto;
  display:block;
}

main {
  display: block;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
	margin-top:-30px;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height:1.5em;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
	section.module.parallax {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}

@media screen and (max-width: 800px) {
	section.module.parallax {
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}
	
@media screen and (max-width: 600px) {
	
section.module.parallax {
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	
}

#home-allcontent section.module.parallax h1 {
	font-family:"Franklin Gothic Bold", "Arial Black", Impact, Haettenschweiler, "sans-serif";
	font-family:'Cinzel', serif;
  color: rgba(255, 255, 255, 0.8);
	color:#fff;
  font-size: 38px;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
 	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.h1-block {
	display: inline-block;
  vertical-align: middle;
  line-height:14px;
  padding-top:12%;
}

section.module.parallax-4 .h1-block {
	display: inline-block;
  vertical-align: middle;
  line-height:14px;
  padding-top:25%;
}

section.module.parallax-1 .h1-block {
	display: inline-block;
  vertical-align: middle;
  line-height:14px;
  padding-top:50%;
}

section.module.parallax-1 {
  background-image: url("../images/parallax4.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/parallax2.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/parallax3.jpg");
}

section.module.parallax-4 {
  background-image: url("../images/parallax1.jpg");
}

.parallax-3 section.module.content.container p {
	font-size:14px;
	font-style:italic;
	color:#7A7A7A;
}

.parallax-3 h2 {
	font-size:14px;
}



.wrapper_parallax #contact-page-wrapper,
.wrapper_parallax #contact-page-wrapper a,
.wrapper_parallax #contact-page-wrapper p,
.wrapper_parallax #contact-page-wrapper p a {
	color:#57585c;
	text-align:left;
}

.wrapper_parallax #contact-page-wrapper {
	float:left;
	width:48%;
}

.parallax-hours {
	float:right;
	width:48%;
	right:0;top:0;
	text-align:right;
	max-width:180px;
	margin-bottom:15px;
}

.wrapper_parallax #open-marker,
.wrapper_parallax #closed-marker {
	display:block;
	float:right;
	width:100%;
	min-width:180px;
	clear:right;
}

.wrapper_parallax #open-marker, 
.wrapper_parallax #closed-marker {
	width:inherit; 
	border:none;
	padding: .9em;
	padding-bottom:.5em;
	padding-left:.6em;
	margin-top:6px;
	margin-left:0px;
	margin-bottom:12px;
}

.wrapper_parallax .parallax-hours p {
	text-align:right;
	font-weight:normal;
	padding:0;margin:0;
	padding-right:3px;
	}

.wrapper_parallax #sign-wrapper  {
	margin:0;padding:0;
	float:right;
	width:60px;
	height:33px;
	margin-top:-7px;
	margin-left:2px;
	margin-right:-8px;
}

@media screen and (max-width: 1024px) {
	
	section.module.parallax-1 {
  background-image: url("../images/parallax4_2.jpg");
}
	
section.module.parallax-1 .h1-block {
	display: inline-block;
  vertical-align: middle;
  line-height:14px;
  padding-top:30%;
}
}
	
@media screen and (max-width: 800px) {

	
	section.module.parallax-1 .h1-block {
	display: inline-block;
  vertical-align: middle;
  line-height:14px;
  padding-top:25%;
}
	
.wrapper_parallax #contact-page-wrapper {
	float:left;
	width:100%;
}

.wrapper_parallax .parallax-hours {
	float:left;
	text-align:left;
	width:100%;
	clear:both;
}

.wrapper_parallax .parallax-hours p {
	text-align:left;
	}
	
section.module.parallax-4 .h1-block {
  padding-top:35%;
}
	
		
}

