@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:  Times, "Times New Roman", "serif";
	font-size:16px;
	color:#bba075;
	margin:0 0 0 0;
	position:relative;
	background: url(../images/BG.gif) #2c3535;
}
a {
	color:#8a2419;
}
a:visited {
	color:#8a2419;
}
a:active {
	color:#8a2419;
}
a:hover {
	color:#b63323;
}

h1 {
	font-size:3em;
	font-weight:normal;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
h1:before, h1:after {
  border-top: 1px solid #bba075;
  border-bottom: 1px solid #bba075;
  content: '\a0';
  flex-grow: 1;
  height: 6px;
  position: relative;
  top: 0.5em;
}
h1:before {
  margin-right:10px;
}
h1:after {
  margin-left:10px;
}
h2 {
	font-size:2em;
	font-weight:normal;
	border-top: 1px solid #bba075;
	border-bottom: 1px solid #bba075;
	text-align: center;
	padding:6px 0 0 0;
}
h3 {
	font-size: 1.8em;
	font-weight:normal;
}

p{
	line-height: 1.6em;
}
header {
	width:100%;
	height:250px;
	background: url(../images/header-brick.png) top repeat-x;
	position: relative;
	z-index: 100;
}
.header-inner {
	background: url(../images/logoarch.png) top no-repeat;
	width:100%;
	max-width:1080px;
	margin:0 auto;
	height:250px;
	padding:30px 0 0 0;
	position: relative;
}
.homelink {
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-200px;
	width:100%;
	max-width:400px;
	z-index: 4000;
}
.homelink img {
	height:170px;
	width:100%;
}
.social {
	text-align: right;
	position: absolute;
	right:0px;
	z-index: 5000;
	width:200px;
}
.social img {
	opacity: .7;
	transition: all .2s ease-in-out;
}
.social img:hover {
	opacity: 1;
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2);
}
.headerphone {
	text-align: center;
	font-size:1.4em;
	color:#c6beb5;
	letter-spacing: .1em;
	margin-top:30px;
}
.headerphone a {
	color:#c6beb5;
	text-decoration: none;
}
nav {
	margin-top:85px;
}
.navmiddle {
	width:500px;
}
.brickborder{
	width:100%;
	height:100px;
	background:url(../images/brick-divider.png) top repeat-x;
	margin:-20px 0px;
	position: relative;
	z-index: 10;
}
section {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}
section.full {
	max-width: none;
}
.contain {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}
.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}

.pad-left {
	padding-left: 2%;
}
.pad-right {
	padding-right: 2%;
}
.pad-top {
	padding-top: 2%;
}
.pad-bottom {
	padding-bottom: 2%;
}

.mar-left {
	margin-left: 2%;
}
.mar-right {
	margin-right: 2%;
}
.mar-top {
	margin-top: 2%;
}
.mar-bottom {
	margin-bottom: 2%;
}

.parchment {
	width:95%;
	background: url(../images/contentBG1.jpg) #b8926e;
	color:#1d1313;
	box-shadow: 5px 5px 5px #000;
	padding:4% 8%;
	border-radius: 8px;
	line-height: 1.6em;
}
.parchment h2 {
	border-top: 1px solid #1d1313;
	border-bottom: 1px solid #1d1313;
	margin-top:0px;
}

.greenblock {
	background:#0d1716;
	padding:6%;
	margin:10%;
}
.hours {
	font-size: 1.4em;
	text-align: center;
}
.pageimg {
	border:8px solid #b6a38e;
	box-shadow: 5px 5px 8px #000;
}
.imgleft {
	float:left;
	margin-right:20px;
}
.tilt-left {
	transform: rotate(-8deg);
}
.tilt-right {
	transform: rotate(8deg);
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	padding:5px 12px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #591608;
	border-radius: 30px;
	color:#c5b79d;
	font-size:2.6em;
}

.reviewblock {
	margin:0 0 20px 0;
}
.reviewblock p {
	margin:0;
	line-height: normal;
}
.reviewblock strong {
	font-size:1.1em;
	margin-bottom:-5px;
	padding-top:22px;
	display:block;
}
.revimg {
	float:left;
	margin-right:20px;
	box-shadow:4px 4px 0px #7c5f43;
	border:1px solid #7c5f43;
}

.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}
address {
	font-size:1.4em;
	font-style: normal;
	margin:10px 0 40px 20px;
}
#emailform fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:0px auto 0 auto;
	border:1px solid #000;
}
#emailform legend {
	font-size:1.5em;
	font-weight:bold;
}
#emailform div {
	margin:10px;
	text-align:left;
}
#emailform label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:120px;
}
#emailform #submit {
	text-align:center;
}
input {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	border:none;
	background:#c1b197;
	color:#5c564b;
	font-size:26px;
	border-radius: 5px;
	margin-bottom:15px;
	padding:3% 4%;
	width:96%;
	text-align: center;
}
textarea {
	border:none;
	background:#c1b197;
	color:#5c564b;
	font-size:26px;
	border-radius: 5px;
	margin-top:8px;
	padding:2% 4%;
	width:96%;
	height:120px;
}
select {
	border:none;
	background:#c1b197;
	color:#5c564b;
	font-size:22px;
	border-radius: 5px;
	margin-top:8px;
	padding:4%;
	width:auto;
	cursor:pointer;
}
input[type=checkbox]{
	width:auto;
}

.button{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	border:none;
	background-color: #591608;
	color:#c1b197;
	font-size:26px;
	cursor:pointer;
	width:96%;
	float:right;
	margin-right:4%;
}
.button:hover{
	background-color: #a72b11;
	color:#c1b197;
	cursor:pointer;
	width:96%;
}


.unoCme {
	display:none;
	visibility: hidden;
}
.google-maps {
	position: relative;
	padding-bottom: 56%; /*This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}


/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -52px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */

/* POPUP STYLES */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.pop_window {
	display: none;
	position: absolute;
	top: 200px;
	left: 25%;
	width: 50%;
	height: auto;
	padding:0 10% 5% 10%;
	background: url(../images/BG.gif) #2c3535;
	border-radius:10px;
	z-index:1002;
	overflow: auto;
	font-size:16px;
	font-weight:bold;
}
.closewin {
	position:absolute;
	top:2px;
	right:2px;
	background:#000;
	color:#fff;
	width:40px;
	height:40px;
	text-align: center;
	padding:1% 0 0 0;
	border-radius:50%;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size:28px;
	text-decoration: none;
}

.footernav {
	
}
.footernav li {
	list-style: none;
	margin:10px 0px;
	padding:0px;
	text-align: center;
	text-transform: uppercase;
}
.footernav li a {
	color: #bba075;
	text-decoration: none;
	display:block;
}
.footernav li a:hover {
	color:#fff;
}
footer {
	background:#0d1716;
	padding:50px 0 50px 0;
	line-height: 1.6em;
}
footer a, footer a:visited, footer a:active {
}
footer a:hover {
}
#credit {
	width:300px;
	float:right;
	text-align:right;
	font-size:.8em;
}


@media (max-width: 940px) {
	.headerphone {
		margin-top:10px;
		text-align: left;

	}
	nav {
		margin-top:110px;
	}
	.navmiddle {
		display:none !important;
	}
	.navmiddle a {
		display:none !important;
	}
}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.social {
		margin-top:-30px;
	}
	.social img {
		opacity: 1;
	}

	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
	.pop_window {
		top: 20px;
		left: 4%;
		width:90%;
		border-radius:10px;
	}
}
