

@font-face {
    font-family: 'Brandon-medium';
    src: url('../fonts/brandon_med-webfont.eot');
    src: url('../fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_med-webfont.woff2') format('woff2'),
         url('../fonts/brandon_med-webfont.woff') format('woff'),
         url('../fonts/brandon_med-webfont.ttf') format('truetype'),
         url('../fonts/brandon_med-webfont.svg#Brandon-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Brandon-light';
    src: url('../fonts/BrandonGrotesque-Light.eot');
    src: url('../fonts/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
         url('../fonts/BrandonGrotesque-Light.woff') format('woff'),
         url('../fonts/BrandonGrotesque-Light.ttf') format('truetype'),
         url('../fonts/BrandonGrotesque-Light.svg#Brandon-light') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Brandon-bold';
    src: url('../fonts/brandon_bld-webfont.eot');
    src: url('../fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff'),
         url('../fonts/brandon_bld-webfont.ttf') format('truetype'),
         url('../fonts/brandon_bld-webfont.svg#Brandon-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}






::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: normal;
	color: #4f4f4f;
	font-size: 14px;
	background-color: #f8f5d9;
}

.wrapper {
	width: 990px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}

.clear {
	clear: both;
}

.pull-left {
	float: left;
}
.pull-right {
	float: left;
}

.hidden {
	display: none;
}

b,strong {
	font-weight: bold;
}

i,em {
	font-style: italic;
}

.no-selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.obligated {
	color: #a72a2a;
	font-weight: bold;
	font-size: 18px;
}

input[type=text], textarea, select {
	width: 94%;
	height: 20px;
	padding: 10px 13px;
	border-radius: 4px;
	border: 1px solid #b8c3c6;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
	font-size: 15px;
	outline: none;
	box-shadow: inset 0 6px 6px -6px #bbb;
	-webkit-appearance:none;
	background-color: #fff;
}

select {
	height: auto;
}

input[type=text].small, textarea.small, select.small {
	width: 90px;
}

input[type=text].smallish, textarea.smallish, select.smallish {
	width: 140px;
}

textarea {
	height: 160px;
	resize: none;
	line-height: 20px;
}

input[type=text]:focus {
	border: 1px solid #97a2a5;
}


input[type=text].error, textarea.error {
	border: 2px solid #a72a2a;
}

input[type=submit],
input[type=button],
a.button {
	outline: none;
	display: inline;
	width: auto;
	height: 38px;
	margin: 0px;
	padding: 0px 14px;
	border-radius: 5px;
	background-color: #55ae50;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
}

a.button {
    line-height: 38px;
    text-decoration: none !important;
    color: #fff !important;
}

input[type=submit]:hover,
input[type=button]:hover,
a.button:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#469a41), to(#55ae50));
	background: -webkit-linear-gradient(top, #55ae50, #469a41);
	background: -moz-linear-gradient(top, #55ae50, #469a41);
	background: -ms-linear-gradient(top, #55ae50, #469a41);
	background: -o-linear-gradient(top, #55ae50, #469a41);
}

input[type=submit]:active,
input[type=button]:active,
a.button:active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55ae50), to(#469a41));
	background: -webkit-linear-gradient(top, #469a41, #55ae50);
	background: -moz-linear-gradient(top, #469a41, #55ae50);
	background: -ms-linear-gradient(top, #469a41, #55ae50);
	background: -o-linear-gradient(top, #469a41, #55ae50);
}

input[type=submit].right,
input[type=button].right,
a.button.right {
	margin: 10px 0;
}

input[type=submit].large,
input[type=button].large,
a.button.large {
	font-size: 18px;
	font-weight: 500;
	margin: 17px auto;
	display: block;
	height: 46px;
	text-align: center;
}
a.button.large {
    line-height: 46px;
}
input[type=submit].full-width,
input[type=button].full-width,
a.button.full-width {
	display: block;
	margin-left: 0;
	margin-right: 0;
	float: none;
	width: 100%;
	box-sizing: border-box;
}
a.button.full-width {
    text-align: center;
}

span.message-box {
	display: block;
	width: auto;
	height: auto;
	line-height: 20px;
	background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.15);
	padding: 10px 8px 10px 36px;
	margin: 36px 0px 30px 0px;
	font-style: italic;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 10px 11px;
	box-shadow: inset 0 -1px 1px -1px rgba(255,255,255,0.9);
}

span.message-box-success {
	background-color: rgba(48,185,123,0.3);
	border: 1px solid #78a691;
	background-image: url('../img/tick.png');
}

span.message-box-error {
	background-color: #a72a2a;
	color: #eee;
	text-shadow: none;
	background-image: url('../img/exclamation-frame.png');
}









header {
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	background-color: #3f2406;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
}



header .logo-box {
	width: 214px;
	height: 64px;
	margin: 0 auto;
}

header .logo-box img {
	width: 342px;
	height: 64px;
	padding: 6px 0px;
	opacity: 1;
	transition: opacity 0.2s ease;
	position: relative;
	margin-left: -76px;
}

header .logo-box img:hover {
	opacity: 0.8;
}





nav {
	width: auto;
	display: inline-block;
	float: right;
}

nav ul {
	width: auto;
}

nav ul li {
	width: auto;
	height: auto;
	float: left;
	padding: 0px 8px;
}

nav ul li a {
	display: inline-block;
	width: auto;
	padding: 7px 2px 0 2px;
	height: 69px;
	line-height: 69px;
	font-family: 'Brandon-medium', 'Oxygen', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: rgba(255,255,255,0.95);
	text-decoration: none;
	border-top: 4px solid transparent;
}

nav ul li.active a, nav ul li a:hover {
	border-top: 4px solid #fff;
}




.photo-box-wrapper {
	padding: 90px 0 0 0;
	position: relative;
}

.photo-box-button {
	position: absolute;
	z-index: 20;
	top: 110px;
	left: 20px;
	outline: none;
	display: inline;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 14px 14px;
	border-radius: 5px;
	background-color: #F4cc33;
	font-family: 'Brandon-bold';
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	color: #000;
	border: none;
  	cursor: pointer;
  	text-decoration: none !important;
  	-webkit-appearance:none;
}

.photo-box {
	position: relative;
	overflow: auto;
	width: auto;
	height: 600px;
}

.photo-box li {
	list-style: none;
	width: auto;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 -30px 32px -30px rgba(0,0,0,0.4);
}

.photo-box ul li {
	float: left;
}

.photo-box .dots {
	position: absolute;
	top: 260px;
	right: 20px;
}

.photo-box .dots li {
	display: block;
	width: 12px;
	height: 12px;
	margin: 8px 0;
	
	text-indent: -999em;
	
	border: 2px solid #fff;
	border-radius: 10px;
	
	cursor: pointer;
	opacity: 1;
	
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.photo-box .dots li.active {
	background: #fff;
	opacity: 1;
}


.photo-box h2 {
	display: inline-block;
	color: #fff;
	float: right;
	text-align: right;
	margin: 100px 44px 0 44px;
	padding: 0px;
	width: auto;
	height: auto;
}

.photo-box h2 span {
	display: inline-block;
	padding: 8px 20px;
	background-color: rgba(63,36,6,0.8);
	border-radius: 2px;
	font-family: 'Brandon-light', 'Oxygen', 'Arial', sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
	text-align: right;
}


.photo-box h3 {
	display: inline-block;
	color: #fff;
	float: right;
	text-align: right;
	max-width: 526px;
	width: auto;
	height: auto;
	margin: 0px 44px 0 44px;
	padding: 0px;
	height: 38px;
}

.photo-box h3 a {
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: 38px;
}

.photo-box h3 a span {
	display: inline-block;
	padding: 0px 12px;
	background-color: #30a72a;
	font-family: 'Brandon-medium', 'Oxygen', 'Arial', sans-serif;
	font-size: 22px;
	line-height: 38px;
	height: 38px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	transition: background 0.15s ease;
}

.photo-box h3 a:hover span {
	background-color: #299323;
}

.photo-box h3.icon a span {
	padding-left: 44px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 12px 7px;
}







.text-box {
	font-size: 14px;
	line-height: 24px;
	min-height: 300px;
	width: 620px;
	height: auto;
	text-align: left;
	padding: 30px 0px 80px 0px;
	color: #1e1000;
	float: left;
}

.text-box-full {
	width: auto;
	float: none;
}

.text-box-with-submenu {
	width: 470px;
}

.text-box h1 {
	font-weight: 400;
	color: #1e1000;
    font-family: 'Brandon-bold';
    text-transform: uppercase;
    font-size: 24px;
	margin: 0px;
	padding: 16px 0px 5px 0px;
}

.text-box h1.page-title {
	padding: 30px 0px 6px 0px;
}

.text-box h1.with-submenu {
	padding-top: 90px;
}

.text-box h1.page-title-home {
	float: left;
	display: inline-block;
}

.text-box h1.page-title-photos {
	padding-top: 80px;
}

.text-box h2 {
	font-weight: normal;
	font-size: 22px;
	color: #111;
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

.text-box h3 {
	font-weight: bold;
	font-size: 16px;
	color: #1f1f1f;
	margin: 0px;
	padding: 6px 0px 2px 0px;
}

.text-box h4, .text-box h5, .text-box h6 {
	font-weight: bold;
	font-size: 14px;
	color: #1f1f1f;
	margin: 0px;
	padding: 6px 0px 2px 0px;
}

.text-box a {
	color: #30a72a;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.15s ease;
}

.text-box a:hover {
	color: #1f1f1f;
}

.text-box p {
	margin: 0px;
	padding: 6px 0 6px 0;
}

.text-box ul, .text-box ol {
	margin-left: 30px;
}

.text-box ul li {
	list-style: disc;
}

.text-box ol li {
	list-style: decimal;
}

.text-box strong, .text-box b {
	color: #444;
}

.text-box .wrapper {
	padding: 0px;
}



.language-box {
	width: auto;
	height: auto;
	display: inline-block;
	float: right;
	margin: 0;
	padding: 28px 0 0 0;
}

.language-box a {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	padding: 0px 4px;
}

.language-box a img {
	width: 24px;
	height: 24px;
	opacity: 1;
	transition: opacity 0.15s ease;
}

.language-box a img:hover {
	opacity: 0.8;
}


ul.legend-box {
	margin: 0;
	padding: 10px 0 0 10px;
}

ul.legend-box li {
	list-style: none;
	padding: 3px 0;
	line-height: 18px;
}
ul.legend-box li span {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 3px;
}
ul.legend-box li span.red {
	background-color: #c03232;
}
ul.legend-box li span.green {
	background-color: #30a72a;
}
ul.legend-box li span.orange {
	background-color: #2abfea;
}


.text-box address {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #1e1000;
	margin: 12px 0px;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.text-box address strong {
	color: inherit;
}



.text-box .photo-slider-box {
	position: relative;
	overflow: auto;
	width: 800px;
	height: auto;
	margin: 10px 90px 10px 90px;
}

.text-box .photo-slider-box .inner {
	width: 800px;
	height: 600px;
	display: block;
	border-radius: 4px;
	background-color: #222;
}

.text-box .photo-slider-box .inner ul {
	margin: 0;
	padding: 0;
}

.text-box .photo-slider-box li {
	list-style: none;
	width: auto;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.4);
}

.text-box .photo-slider-box ul li {
	float: left;
}

.text-box .photo-slider-box h2 {
	display: block;
	width: auto;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.6);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}


.text-box .photo-slider-box .unslider-arrow {
	position: absolute;
	z-index: 5;
	display: block;
	width: 80px;
	height: 600px;
	background-repeat: no-repeat;
	background-size: 40px 65px;
	background-position: center center;
	cursor: pointer;
	transition: opacity 0.15s ease;
	opacity: 0.7;
}

.text-box .photo-slider-box .unslider-arrow:hover {
	opacity: 0.8;
}

.text-box .photo-slider-box .unslider-arrow:active {
	opacity: 1;
}

.text-box .photo-slider-box .prev {
	left: 0px;
	background-image: url('../img/arrow-prev-photo.png');
}

.text-box .photo-slider-box .next {
	right: 0px;
	background-image: url('../img/arrow-next-photo.png');
}








.sidebar {
	width: 320px;
	height: auto;
	float: left;
	margin: 50px 0px 80px 50px;
}

.sidebar-submenu {
	width: 470px;
}

.sidebar h3 {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: 'Brandon-bold', 'Oxygen', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #222;
	font-weight: 400;
}






ul.submenu {
	width: auto;
	height: auto;
	float: right;
	display: block;
	margin: 0 0 0px 0;
}

ul.submenu li {
	width: auto;
	min-width: 100px;
	height: 132px;
	padding: 0 10px;
	float: left;
	list-style: none;
	opacity: 1;
	transition: opacity 0.15s ease;
	background-repeat: no-repeat;
	background-size: 100px 77px;
	background-position: center top;
}

ul.submenu li:hover {
	opacity: 0.75;
}

ul.submenu li.odd {
}

ul.submenu li a {
	display: block;
	width: auto;
	height: 55px;
	line-height: 55px;
	padding-top: 77px;
	color: #222;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

ul.submenu li.active a {
	color: #30a72a;
	font-weight: bold;
}



ul.submenu-large {
	padding-top: 20px;
}

ul.submenu-large li {
	width: 150px;
	height: 150px;
	padding: 0;
	background-size: 130px 100px;
}

ul.submenu-large li a {
	padding-top: 100px;
	font-size: 15px;
}



a#main {
	display: block;
	width: 1px;
	height: 1px;
	position: absolute;
	margin-top: -80px;
}






footer {
	background-color: #3f2406;
	width: auto;
	height: auto;
}

footer .left {
	float: left;
	width: 600px;
	padding: 26px 0px;
}

footer .left img.logo {
	width: 358px;
	height: 67px;
	opacity: 0.8;
	transition: opacity 0.15s ease;
	padding: 0 0 20px 0;
}

footer .left img.logo:hover {
	opacity: 1;
}

footer .left span {
	display: block;
	color: #d0d0d0;
	font-size: 15px;
	line-height: 24px;
	padding-left: 40px;
	padding-top: 4px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 30px 30px;
	margin-left: 38px;
}

footer .left span.home {
	background-image: url('../img/icon-home.png');
}
footer .left span.phone {
	background-image: url('../img/icon-phone.png');
}
footer .left span.email {
	background-image: url('../img/icon-email.png');
}
footer .left span.facebook {
	background-image: url('../img/icon-facebook.png');
	background-position: 5px 5px;
	background-size: 20px 20px;
}

footer .left span a {
	color: #d0d0d0;
	text-decoration: none;
	transition: color 0.15s ease;
}

footer .left span a:hover {
	color: #fff;
}





footer .right {
	float: right;
	width: 320px;
}









#map-canvas {
	width: 310px;
	height: 250px;
	border-radius: 7px;
	border: 4px solid #ebebeb;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	margin: 24px 0px;
}

#map-canvas img {
	border: none;
}

.infowindow-box {
	color: #333;
	text-shadow: none;
	width: 240px;
	text-align: center;
}

.infowindow-box h2 {
	color: #111;
	text-shadow: none;
	padding: 8px 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.infowindow-box span {
	width: auto;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 20px; 
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.infowindow-box span.directions {
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url('../img/icon-directions-black.png');
	background-position: 0px 7px;
}

.infowindow-box span.phone {
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url('../img/icon-phone-black.png');
	background-position: 0px 2px;
}

.infowindow-box span.email {
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url('../img/icon-email-black.png');
	background-position: 0px 2px;
}

.infowindow-box a {
	color: #30a72a;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.15s ease;
}

.infowindow-box a:hover {
	color: #333;
}









#route-canvas {
	float: left;
	width: 580px;
	height: 580px;
	border-radius: 7px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	margin: 10px 0px 24px 0px;
}


#route-canvas img {
	border: none;
}

#directions-canvas {
	width: 30%;
	height: 590 px;
	float: left;
	margin-left: 40px;
	overflow-x: hidden;
	overflow-y: auto;
}




form.directions {
	width: 600px;
	margin-bottom: 12px;
}

form.directions input[type=text] {
	width: 302px;
}

form.directions input[type=submit] {
	height: 42px;
	margin-left: 4px;
}





.review-button {
	display: block;
	width: 150px;
	height: auto;
	position: relative;
	margin-top: -132px;
	margin-left: auto;
	margin-right: 20px;
	padding-bottom: 70px;
}

.review-button img {
	width: 150px;
	height: auto;
}








