
@import "../css/reset.css";
@import "../css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Noto+Sans);
@import url(//fonts.googleapis.com/css?family=Lobster);




html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,159,255,0), rgba(0,159,255,0.75), rgba(0,159,255,0));
    background-image:    -moz-linear-gradient(left, rgba(0,159,255,0), rgba(0,159,255,0.75), rgba(0,159,255,0));
    background-image:     -ms-linear-gradient(left, rgba(0,159,255,0), rgba(0,159,255,0.75), rgba(0,159,255,0));
    background-image:      -o-linear-gradient(left, rgba(0,159,255,0), rgba(0,159,255,0.75), rgba(0,159,255,0));
}
hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

body {
	font: 14px/18px  'Droid Serif', serif;

	line-height: 24px;
	color:#464646;
	position:relative;
	width:100%;
	padding-top: 0;
	background: #357638;

}
.textc {
	font: 14px  'Droid Serif', serif;
	font-style: italic;
	line-height: 28px;
	color:#464646;
	position:relative;
	width:100%;
	padding-top: 10px;


}
.justify_copy {
	text-align: justify;
	text-justify: inter-word;
}

.about_dual_section {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.about_dual_col {
	flex: 1 1 320px;
	padding: 24px 26px 18px;
	background: #ffffff;
	border: 1px solid #e5e1db;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.about_detail_card {
	background: #ffffff;
	border: 1px solid #e5e1db;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	padding: 24px 26px 18px;
	box-sizing: border-box;
	margin-bottom: 24px;
}


@media only screen and (max-width: 767px) {
	.about_dual_section {
		display: block;
	}

	.about_dual_col {
		margin-bottom: 18px;
	}
}

.coorg_intro_band {
	margin: 0 0 24px;
	padding: 24px 28px;
	background: linear-gradient(135deg, #ffffff 0%, #f6f3ed 100%);
	border: 1px solid #e4dfd9;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.coorg_intro_band p {
	margin-bottom: 14px;
	text-align: justify;
}

.coorg_intro_band h2,
.coorg_feature_card h3 {
	margin-top: 0;
}

.coorg_intro_band h2.head1,
.coorg_intro_band h2.head2 {
	padding-top: 0;
	margin-bottom: 14px;
}

.coorg_feature_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: 8px 0 30px;
}

.coorg_feature_card {
	flex: 1 1 280px;
	padding: 12px 12px 18px;
	background: #ffffff;
	border: 1px solid #e6e2dc;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.coorg_feature_card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.coorg_feature_card img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	margin-bottom: 14px;
}

.coorg_feature_card h3 {
	font-size: 24px;
	line-height: 28px;
	color: #357638;
	margin-bottom: 10px;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
}

.coorg_feature_card p {
	margin-bottom: 0;
	text-align: justify;
}

.coorg-pagination {
	clear: both;
	text-align: center;
	padding: 18px 0 10px;
}

.coorg-pagination a {
	display: inline-block;
	min-width: 18px;
	margin: 0 4px;
	padding: 8px 12px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	color: #6f6f6f;
	text-decoration: none;
	border-radius: 3px;
}

.coorg-pagination .coorg-page-prev,
.coorg-pagination .coorg-page-next {
	min-width: 78px;
}

.coorg-pagination a.active,
.coorg-pagination a:hover {
	background: #8bca61;
	border-color: #8bca61;
	color: #ffffff;
}

.coorg-pagination a.disabled,
.coorg-pagination a.disabled:hover {
	background: #f1f1f1;
	border-color: #dfdfdf;
	color: #b0b0b0;
	cursor: default;
}

.contact_showcase {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	margin: 18px 0 30px;
	align-items: flex-start;
}

.contact_content {
	flex: 1 1 520px;
	background: #ffffff;
	padding: 20px 18px 12px;
	box-sizing: border-box;
}

.contact_visuals {
	flex: 1 1 360px;
}

.contact_title {
	font: 62px/1 'Noto Sans', sans-serif;
	color: #30343b;
	margin: 0 0 28px;
	font-weight: 300;
}

.contact_block {
	margin-bottom: 26px;
}

.contact_block h3 {
	font: 600 24px/1.35 'Noto Sans', sans-serif;
	color: #2d3440;
	margin-bottom: 18px;
}

.contact_block p,
.contact_block li {
	font: 16px/1.65 'Noto Sans', sans-serif;
	color: #3f4651;
	margin-bottom: 10px;
}

.contact_block ul {
	padding-left: 28px;
	list-style: disc;
}

.contact_reservation_title {
	font: 62px/1 'Noto Sans', sans-serif;
	color: #30343b;
	margin: 14px 0 24px;
	font-weight: 300;
}

.contact_info_item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}

.contact_icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #111111;
	flex: 0 0 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.contact_info_text {
	font: 16px/1.55 'Noto Sans', sans-serif;
	color: #2f3540;
}

.contact_info_text strong {
	font-weight: 700;
	font-size: 18px;
}

.contact_icon.phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1 .3 2.1.5 3.2.5.7 0 1.2.5 1.2 1.2V20c0 .7-.5 1.2-1.2 1.2C10.3 21.2 2.8 13.7 2.8 4.2 2.8 3.5 3.3 3 4 3h3.6c.7 0 1.2.5 1.2 1.2 0 1.1.2 2.2.5 3.2.1.4 0 .9-.3 1.2l-2.4 2.2z'/%3E%3C/svg%3E");
}

.contact_icon.address {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2.5A7.5 7.5 0 0 0 4.5 10c0 5.3 6.4 11.1 7 11.6.3.3.7.3 1 0 .6-.5 7-6.3 7-11.6A7.5 7.5 0 0 0 12 2.5zm0 10.2A2.7 2.7 0 1 1 12 7.3a2.7 2.7 0 0 1 0 5.4z'/%3E%3C/svg%3E");
}

.contact_visual_card {
	background: #7f7f7f;
	padding: 6px;
	border-radius: 28px;
	margin-bottom: 28px;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

.contact_visual_card img {
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius: 24px;
}

@media only screen and (max-width: 979px) {
	.contact_title,
	.contact_reservation_title {
		font-size: 48px;
	}

	.contact_visual_card img {
		height: 280px;
	}
}

@media only screen and (max-width: 640px) {
	.contact_showcase {
		gap: 22px;
	}

	.contact_content {
		padding: 8px 0 0;
		background: transparent;
	}

	.contact_title,
	.contact_reservation_title {
		font-size: 38px;
	}

	.contact_block h3 {
		font-size: 22px;
	}

	.contact_visual_card {
		border-radius: 20px;
	}

	.contact_visual_card img {
		height: 220px;
		border-radius: 16px;
	}
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h4, h5, h6 {
	font-weight: normal;
	color: #5d0400;
	font-family: 'Great Vibes', cursive;

}


h2 {
	font-weight: normal;
	color: #357638;
	font-family: 'Great Vibes', cursive;
	font-size: 25px;
	line-height: 30px;
	color: #00AEEF;
}

h33 {
	font-weight: normal;
	color: #357638;
	font-family: 'Great Vibes', cursive;
	font-size: 32px;

}

p {

	margin-bottom: 20px;
}

p.inn1 {
	padding-top: 2px;
	margin-bottom: 20px;
}


img {
	max-width: 100%;

}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	font-size:14px;
	background: url(../images/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #464646;
	margin-bottom: 5.5px;
}
ul.list2 li{
	font-size:14px;
	background: url(../images/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #00AEEF;
	margin-bottom: 5.5px;
}



ul.list.l1 li {
	margin-bottom: 5.2px;
}


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #699440;
}

a.btn {
	font-size: 12px;
	display: inline-block;
	background: #00aeef;
	padding: 5px 14px 4px;
	border-radius: 4px;
	margin-top: 17px;
	color: #fff;
	text-transform: uppercase;
}

a.btn:hover {
	background: #699440;
}

a.btn.m1 {
	margin-top: 30px;
	margin-bottom: 1px;
}


.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	padding: 7px;
	background: #fff ;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 border: 1px solid #e6e4e4;
 margin-bottom: 19px;
 box-shadow: 2px 2px 4px #ddd;
}
.img_coorg {
	max-width: 100%;
	padding: 7px;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e4e4;
	margin-bottom: 19px;
	margin-right: 25px;
	box-shadow: 2px 2px 4px #ddd;
	text-align: center;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: none;
	font-size:16px;	
	}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
	padding-left:5px;
}
.clear {
	float: none !important;
	clear: both;
}

.col1 {
	color: #00AEEF;
}

.col2 {
	color: #464646;
	padding-right: 10px;
}

.hor_separator {
	background: url(../images/hor_separator.png) 0 bottom no-repeat;
	height: 40px;
}


header {
	display: block;
	padding-top: 0;
	position: relative;
	z-index: 999;
	background: #f2f0f0 ;
	padding-bottom: 0px;
	border-bottom: 1px solid #dddbdb;
	box-shadow: 0 1px 5px #ccc;
}

.top-contact-ticker {
	background: #357638;
	color: #ffffff;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	font: 13px/28px 'Noto Sans', sans-serif;
	white-space: nowrap;
}

.top-contact-ticker-track {
	display: inline-block;
	min-width: 200%;
	padding-left: 100%;
	animation: topTickerMove 26s linear infinite;
	box-sizing: border-box;
}

.top-contact-ticker span {
	display: inline-block;
	margin-right: 38px;
}

@keyframes topTickerMove {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}


header h1 {
	float: none;
	position: relative;
	z-index: 999;

}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 240px;
	float: left;
	height: 128px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

.main {
	background: #f2f0f0;
}



.content h2{
	padding-top: 36px;
	font-size: 50px;
	color: #79302b;
	margin-bottom: 17px;
}
.content.page1 {
	padding-top: 25px;
	background: url(../images/hor_separator.png) center 25px no-repeat;
}

.content.page1 h2 {
	font-size: 50px;
	padding-top: 43px;
	margin-bottom: 19px;
	color: #5D0400;
}

.page1_block img {
	float: left;
	margin-top: 2px;
	margin-right: 24px;
}

.car_wrap {
	position: relative;
	margin: 0 -10px;
	overflow: hidden;
}

.content.page1 .car_wrap h2 {
	padding-left: 10px;
	padding-top: 23px;
	padding-bottom: 3px;
}

.carousel1 {
	height: 249px;
}

.carousel1 li {
	float: left;
	width: 240px !important;
	font-size: 12px;
}

.carousel1 li >div {
	padding: 0 10px;
}

.carousel1 li .price {
	display: inline-block;
	background: #699440;
	color: #fff;
	min-width: 41px;
	height: 38px;
	border-radius: 4px;
	font: 20px/36px 'Lobster', cursive;
	text-align: center;
	margin-top: 15px;
}


.carousel1 li span {
	line-height: 16px;
}

.carousel1 img {
	box-shadow: 2px 2px 3px #ddd;
	padding: 4px;
	background: #fff;
	border: 1px solid #e6e4e4;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 19px;
}

.prev {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	position: absolute;
	right: 42px;
	top: 9px;
	width: 32px;
	z-index: 999;
	height: 30px;
}

.prev:hover {
	background-position: 0 0;
}

.next {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	z-index: 999;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 32px;
	height: 30px;
}

.next:hover {
	background-position: right 0;
}

.bottom_block {
	background: url(../images/hor_separator.png) center 5px no-repeat;
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 0px;
	overflow: hidden;
}

.bottom_block h3 {
	padding-top: 39px;
	margin-bottom: 25px;
}

.socials {
	overflow: hidden;
}

.bottom_block nav {
	padding-top: 27px;
}



.bottom_block nav li {
	float: left;
}


.bottom_block nav li+li {
	margin-left: 19px;
}

.bottom_block nav {
	font-size: 12px;
	text-transform: uppercase;
	color: #504f4f;
}

.bottom_block p {
	margin-top: -5px;
}

.bottom_block nav li.current {
	color: #00aeef;
}


.socials a {
	background: url(../images/socials.png) 0 0 no-repeat;
	width: 26px;
	float: left;
	display: block;
	height: 27px;
	margin-left: 11px;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a:first-child {
	margin-left: 0;
}

.socials a:first-child+a {
	background: url(../images/socials.png) -38px 0 no-repeat;
}

.socials a:first-child+a+a {
	background: url(../images/socials.png) right 0 no-repeat;
}


.testimo li img {
	float: left;
	margin-top: -1px;
	margin-right: 20px;
}

.testimo li {
	float: left;
}

.testimo li .title {
	font-size: 24px;
	line-height: 22.9px;
	font-family: "Times New Roman", Times, serif;
	color: #e2827e;
	text-align: center;
	padding-top: 36px;
}

.testimo .col1 {
	line-height: 22.9px;
	margin-bottom: 6px;
	padding-top: 10px;
}


.prev1 {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	float: left;
	width: 32px;
	z-index: 999;
	height: 30px;
	margin-top: 8px;
}

.prev1:hover {
	background-position: 0 0;
}

.next1 {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	z-index: 999;
	float: left;
	width: 32px;
	height: 30px;
	margin-top: 8px;
}

.next1:hover {
	background-position: right 0;
}


.hor_separator.hor1 {
margin-top: 13px;
}

.content h2.head1 {
	padding-top: 28px;
	font-size: 32px;
	color: #357638;
}

.content h2.head2 {
	font-size: 35px;
	color: #00AEEF;
	padding-top: 35px;
	margin-bottom: 20px;
}

.chefs {
	padding-top: 7px;
}

.chefs .img_inner {
	padding: 10px 4px;
}

.chefs .col1 {
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: 16px;
}

.menu {
	padding-top: 8px;

}

.menu h3 {
	color: #85423f;
	margin-bottom: 22px;
}

.menu .img_inner {
	padding: 5px 4px;
	margin-bottom: 12px;
}

.news .img_inner{
	padding: 4px;
	margin-top: 1px;
}

.news {
	font-size: 12px;
	margin-bottom: 52px;
}

.news .extra_wrapper {
	position: relative;
	top: -4px;
}

.news a.btn {
	margin-top: 5px;
}

#newsletter {
	position: relative;
}



#newsletter label {
	display: block;
	position: relative;
	width: 313px;
	float: left;
	padding-top: 1px;
	z-index: 1;
}

#newsletter input {

	border: 1px solid #d9d8d8;
	float: left;
	color: #a8a8a8;
	width: 220px;
	height: 30px;
	font: 12px/18px  Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	box-shadow: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter a.btn {
	float: right;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#newsletter .error, #form1 .empty {		
	height:0px;
	top: 35px;
	width: 100%;
	left: 4px;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
		-webkit-transition:  0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out; 
		position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:40px;

}

#newsletter .success {
	width: 220px;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	top: 0px;
	border: 1px solid #d9d8d8;
	background: #fff;
	left: 0px;
	font-size: 12px;
 color: #a7a7a7;
	overflow: hidden;
	padding: 10px;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
}



.map {
	padding-top: 6px;
	color: #848383;
}

.map figure {


		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 margin-bottom: 42px;
}
.map figure iframe {
	width: 100%;
	height: 282px;
	max-width: 100%;
}

.map address {
	float: left;
	margin-right: 80px;
}

.map .text1 {
	line-height: 20px;
	margin-bottom: 2px;
}

address dd span {
	min-width: 100px;
	display: inline-block;
	text-align: left;
}






footer {
	display: block;
	padding: 0px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}





.home-story-band {
	margin: 10px 0 18px;
	padding: 10px 0 0;
}

.home-story-copy {
	padding: 26px 28px;
	margin-bottom: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #f9f6f1 100%);
	border: 1px solid #e6dfd7;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.home-story-copy p {
	margin-bottom: 14px;
}

.home-story-points {
	overflow: hidden;
	margin: 0 -10px;
}

.home-story-card {
	float: left;
	width: 31.3333%;
	margin: 0 1% 14px;
	padding: 22px 18px;
	box-sizing: border-box;
	background: #ffffff;
	border-top: 4px solid #00AEEF;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
	min-height: 184px;
}

.home-story-card h3 {
	font-size: 24px;
	line-height: 28px;
	color: #357638;
	margin-bottom: 12px;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
}

.home-gallery-wrap {
	padding-bottom: 20px;
}

.home-gallery-note {
	padding: 0 10px;
	margin-bottom: 18px;
	color: #5a5a5a;
	text-align: right;
}

.home-gallery-marquee {
	position: relative;
	overflow: hidden;
	padding: 8px 0 10px;
}

.home-gallery-marquee:before,
.home-gallery-marquee:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 70px;
	z-index: 2;
	pointer-events: none;
}

.home-gallery-marquee:before {
	left: 0;
	background: linear-gradient(to right, #f2f0f0 0%, rgba(242, 240, 240, 0) 100%);
}

.home-gallery-marquee:after {
	right: 0;
	background: linear-gradient(to left, #f2f0f0 0%, rgba(242, 240, 240, 0) 100%);
}

.home-gallery-track {
	display: flex;
	width: max-content;
	animation: galleryFlow 95s linear infinite;
}

.home-gallery-marquee:hover .home-gallery-track {
	animation-play-state: paused;
}

.home-gallery-item {
	display: block;
	width: 250px;
	flex: 0 0 250px;
	margin: 0 12px;
	padding: 6px;
	background: #fff;
	border: 1px solid #e6e4e4;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(0);
}

.home-gallery-item:hover {
	transform: translateY(-6px);
}

.home-gallery-item img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 10px;
}

.home-gallery-item span {
	display: block;
	padding: 0 6px 4px;
	font-size: 13px;
	line-height: 18px;
	color: #6a6a6a;
}

.reveal-up {
	opacity: 0;
	transform: translateY(26px);
	animation: revealUp 0.9s ease forwards;
}

.reveal-delay-1 {
	animation-delay: 0.15s;
}

.reveal-delay-2 {
	animation-delay: 0.3s;
}

.reveal-delay-3 {
	animation-delay: 0.45s;
}

@keyframes galleryFlow {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes revealUp {
	0% {
		opacity: 0;
		transform: translateY(26px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 979px) {
	.home-story-card {
		width: 48%;
	}
}

@media only screen and (max-width: 640px) {
	.home-story-copy {
		padding: 20px 18px;
	}

	.home-story-copy h2,
	.home-story-band h2,
	.content.page1 .home-story-copy h2 {
		font-size: 30px;
		line-height: 34px;
		padding-top: 0;
		margin-bottom: 14px;
		word-break: break-word;
	}

	.home-story-card {
		float: none;
		width: auto;
		margin: 0 0 14px;
		min-height: 0;
	}

	.home-gallery-item {
		width: 220px;
		flex-basis: 220px;
		margin: 0 8px;
	}

	.home-gallery-item img {
		height: 150px;
	}
}

dl.adr {
	width:350px;
	float:left;
	margin-right:40px;
}
dl.adr dt {margin:14px 0 6px 0;}
dl.adr dd span {
	width:100px;
	text-align:right;
	display:block;
	float:left;
	margin-right:15px;
}
dl.adr dd {}
dl.adr dd a {}
dl.adr dd a:hover {}
#form { align: center; margin: 33px 0 0px 0px; width:310px; }
#form input {border:#d8d5d5 1px solid;background:#e4e4e4;font: 14px "Times New Roman", Times, serif;color:#48484e;padding:4px 10px 6px 10px;outline: medium none;width: 218px;height:17px;float:left;}
#form textarea {border:#d8d5d5 1px solid;background:#e4e4e4; font: 14px "Times New Roman", Times, serif;color:#48484e;height: 255px;outline: medium none;overflow: auto;padding: 4px 0px 0px 10px;width: 228px;resize:none;margin:0px 0 0 0;float:left;}
#form label {position:relative;overflow:hidden;display: block;min-height:37px;}
#form label strong {font-weight:normal; float:left; text-align:right; display:inline-block; width:60px; padding-top:4px; padding-right:9px;}
.btns {text-align:right; width:310px; padding-top:6px;}
.btns a {display:inline-block; margin:0 0px 0 20px;}


.contact_form { 

	padding: 0; 
	width: 100%; 
	margin-bottom: 10px; 
}

.contact_form form {

	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.contact_form form .input_field { 


	padding: 5px; 
	color: #222;  
	background: #fcfcfc; 
	border: 1px solid #dedede; 

	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
	
	
	font-size:16px;
	color:#5e5e5e;
	line-height: 20px;
	 border: 1px solid #e6e4e4;
 padding: 5px 14px;
 	box-shadow: 0 4px 3px  #dedede;
	width: 100%;
	height: 30px;
	float:left;

	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	
	
	

}

.contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 12px; 
	font-size: 13px; 
}

.contact_form form textarea {
	margin-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#5e5e5e;
	height: 100px;
	overflow: auto;
	border: 1px solid #e6e4e4;
	padding: 5px 14px;
	box-shadow: 0 4px 3px  #dedede;
	line-height: 20px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	float:left;
	margin: 0;
	
	
	
}

.contact_form .submit_btn { 
	padding: 5px 14px; 
	font-weight: bold;  
	color: #222; 
	background: #00AEEF;; 
	cursor: pointer;
	border: 1px solid #dedede; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 10px 0px; 
}	

.contact_form .submit_btn:hover 
{
	background-color:  #357638;
}



.form-container {
	
	width: 100%;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0px 0 0 100px;
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
	clear:both;
	text-shadow: none;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
	width: 370px;
}
.forms {
}
.forms fieldset {
	font-family: Arial, Helvetica, sans-serif;
}
.forms ol {
	list-style: none;
}

.forms li.form-row {
	margin-bottom: 20px;
}
.forms li.text-input-row {
}
.forms li.text-area-row {
}
.forms li.checkbox-row {
}
.forms li.radio-row {
}
.forms li.select-row {
}
.forms li.button-row {
}
.forms li.hidden-row {
	display: none;
}


.forms fieldset .text-input {
	color: #585858;
	width: 578px;
	height: 20px;
	padding: 5px 10px;
	font-size: 13px;
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
}

.forms fieldset .text-area {
	color: #585858;
	width: 578px;
	height: 200px;
	padding: 5px 10px;
	font-size: 13px;
	display: block;
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
	resize: none;
}

.forms fieldset .text-input:focus, .forms fieldset .text-area:focus {
	background-color: #f8f8f8;
}

.forms fieldset .radio {
}
.forms fieldset .checkbox {
}
.forms fieldset .select {
}
.forms fieldset .btn-submit {
	margin-left: 100px;
}

.forms li.error input, .forms li.error textarea {

}
.forms span.error {
	display: block;
	margin-left: 100px;
	color: #c43131;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	float: left;
	width: 100px;
	padding-top: 8px;
	font-size: 13px;
	clear: both;
}


