@charset "utf-8";

/* CSS Document */
* {margin:0; padding:0}

img {border: none;}

html {
	background: url(../images/backdrop.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
}

a:link, :visited, :active {
	text-decoration: none;
}

#header {
	width: 100%;
}

#logo {
	background-color: #fff;
	width: 200px;
}

#logo img {
	width: 190px;
	height: auto;
	padding: 50px 0px 25px 0px;
}

#logo2 {
	background-color: #fff;
	width: 250px;
	margin-left: -25px;
	white-space: normal;
}

#head {
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	background-color: #9e782c;
	font-size: 1em;
	width: 200px;
	padding: 7px 0px;
}

#navigation-container a {
	color: #fff;
}

#navigation-container ul li {
	font-size: 1.2em;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	list-style: none;
	color: #fff;
	float: left;
	margin: 80px 0px;
	padding: 10px 13px;
	text-align: center;
	border-left: 1px solid #9e782c;
	border-right: 1px solid #9e782c;
}

#navigation-container ul li a:hover {
	color: #9e782c;
	border-bottom: 2px solid #9e782c;
}

#navigation-container #current {
	color: #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

.content {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	cursor: default;
	margin-bottom: 75px;
}

.onwhite {
	background-color: #fff;
	color: #9e782c;
	width: 100% !important;
	position: absolute;
	padding-top: 100px;
	margin-top: -70px;
}

.content-onwhite {
	font-weight: 100;
	margin: 0px 0px 95px 0px;
}

.content-onwhite2 {
	font-weight: 100;
	margin: 0px;
	position: relative;
	top: -100px;
}

.content-onwhite a {
	color: #9e782c;
}

.hr-onwhite {
	border-top: 1px solid #9e782c;
}

.hr-onwhite-half {
	border-top: 1px solid #9e782c;
	width: 350px;
}

.title-container {
	margin-bottom: 50px;
}

.title {
	font-family: 'Libre Baskerville', serif;
	font-size: 2em;
	border: 1px solid #9e782c;
	padding: 20px;
	font-weight: 100;
}

.quote {
	position: relative;
	margin: 0px;
}

#fb-page {
	display: block;
	position: relative;
}

.commentbox {
	display: block;
	border-bottom: 1px solid #9e782c;
	padding-bottom: 20px;
	margin-bottom: 100px;
	text-align: center;
}

.commentdate {
	float: left;
	position: relative;
	margin-top: 25px;
}

.commentname {
	float: right;
	font-weight: bold;
	text-align: right;
}

table, th, td {
	border: 1px solid #9e782c;
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
}

label {
	text-align: left;
}

input[type=text], input[type=tel], input[type=email] {
	border: 1px solid #9e782c;
	padding: 10px 5px;
	font-size: 1.5em;
	outline: none;
	color: #000;
	margin-top: 5px;
}

input[type=submit], input[type=reset] {
	border: 1px solid #9e782c;
	background-color: #fff;
	padding: 20px;
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #9e782c;
	width: 250px;
	cursor: pointer;
}

textarea {
	color: #000;
	height: 250px;
	padding: 10px 5px 20px 5px;
	resize: none;
	font-size: 1.5em;
	outline: none;
	border: 1px solid #9e782c;
	margin-top: 5px;
}

.form-inside {
	position: relative;
	bottom: -66px;
	left: -5px;
	color: #fff;
	border: 1px solid #9e782c;
	background-color: #9e782c;
	width: 50px;
	padding: 16px;
	margin: 5px;
	margin-top: -40px;
	text-align: center;
}

.form-inside-check {
	position: relative;
	bottom: -66px;
	left: -5px;
	color: #fff;
	border: 1px solid #9e782c;
	background-color: #9e782c;
	width: 100px;
	padding: 16px;
	margin: 5px;
	margin-top: -40px;
	text-align: center;
}

.form-inside-input {
	position: relative;
	left: 133px;
	max-width: 230px;
}

#map iframe {
	position: relative;
	margin-bottom: 60px;
}

.gallery-container img {
	width: 450px;
	margin: 5px;
}

a.fancybox img {
	border: none;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	-webkit-filter: grayscale(75%);
}
	
a.fancybox:hover img {
	position: relative;
	z-index: 999;
	-webkit-transform: scale(1.03,1.03);
	   -moz-transform: scale(1.03,1.03);
	    -ms-transform: scale(1.03,1.03);
	     -o-transform: scale(1.03,1.03);
	        transform: scale(1.03,1.03);
	-webkit-filter: grayscale(0%);
}

#book-btn a {
	color: #fff;
}

#book {
	font-size: 1em;
	font-weight: bold;
	position: fixed;
	right: 10px;
	top: 40%;
	white-space: pre;
	background-color: #9e782c;
	opacity: 0.8;
	padding: 0px 15px 0px 0px;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0)
}

footer {
	border-top: 3px solid #9e782c;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #9e782c;
	z-index: 10;
}

footer a {
	color: #fff;
}

#footer-content {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#f-socmed img {
	width: 70px;
	height: auto;
}

#f-address {
	padding-top: 17px;
	text-align: right;
	cursor: default;
}