body {
	font: 14px/1.7em 'PT Sans Caption', sans-serif;
	color: #000;
}
h1 {
	font: 700 22px 'Trajan Pro', 'Cinzel', serif;
	margin-bottom: 30px;
	color: #000;
	text-transform: uppercase;
}
h2 {
	font: 700 17px 'Trajan Pro', 'Cinzel', serif;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
}
h3 {
	font: 400 18px 'Trajan Pro', 'Cinzel', serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
h4 {
	font: 700 15px 'PT Sans Caption', sans-serif;
	color: #000;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #000;
}
.heading-border {
	background: url(../images/divider.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
a:focus {
	outline: 0;
}
.header {
	padding: 18px 0 23px 0;
	background: #012440;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #002340 0%, #1d415f 50%, #002340 100%) repeat scroll 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c112e+0,223a5e+100 */
	background: rgb(12,17,46); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(12,17,46,1) 0%, rgba(34,58,94,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,17,46,1)), color-stop(100%,rgba(34,58,94,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(12,17,46,1) 0%,rgba(34,58,94,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(12,17,46,1) 0%,rgba(34,58,94,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(12,17,46,1) 0%,rgba(34,58,94,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(12,17,46,1) 0%,rgba(34,58,94,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c112e', endColorstr='#223a5e',GradientType=0 ); /* IE6-9 */
	background: #0D306A url(../images/header-bg.jpg) repeat-x;
} 
.top-menu { 
	margin-top: 15px;
}
.top-menu li {
	display: inline;
	list-style: none;
}
.top-menu li a {
	color: #fff;
	padding: 11px 8px;
	font: 12px 'PT Sans Caption', serif;
	text-transform: uppercase;
}
.top-menu li:last-child a {
	background: rgba(0,0,0,0.25);
	padding: 11px 14px;
	margin-left: 10px;
}
.top-menu li:last-child:hover a {
	color: #fff;
}
.top-menu li:hover a {
	text-decoration: none;
	color: #ccc;
}
.top-menu li a:focus {
	text-decoration: none;
}
.navbar {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: rgba(0,0,0,0.69);
	z-index: 1000;
	min-height: 45px !important;
	position: relative;
	top: -1px;
}
ul.nav {
	margin-left: -25px;
}
ul.nav > li > a {
	color: #fff;
	padding: 16px 16px !important;
	font: 12px 'Trajan Pro', 'Merriweather', serif;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
ul.nav > li.active > a {
	background: none;
	color: #fff;
}
ul.nav > li:hover > a {
	background: #8E722C;
	background: #B28D41;
	color: #fff;
}
ul.nav > li > a:focus {
	outline: 0;
	background: #B28D41;
	color: #fff;
}
ul.nav > li ul.dropdown-menu {
	background: rgba(0,0,0,0.69);
	min-width: 270px;
	padding: 14px 0;
	border-radius: 0;
}
ul.nav > li ul.dropdown-menu li a {
	font: 13px 'PT Sans Caption', sans-serif;
	color: #fff;
	padding: 6px 16px;
	transition: all 0.5s ease;
}
ul.nav > li ul.dropdown-menu li:hover a {
	background: none;
	color: #E5B75B;
}
.banner {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}
.main-slider {
	position: relative;
}
.ui-datepicker{
	position: relative;
	z-index: 2000 !important;
}
.reservation-holder {
	position: absolute;
	top: 70px;
	right: 100px;
	z-index: 100;
}
.reservation {
	background: rgba(0,0,0,0.69);
	padding: 30px;
	width: 280px;
}
.reservation h4 {
	font: 700 18px 'Trajan Pro', 'Cinzel', serif;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
}
.reservation input {
	border-radius: 0;
	width: 180px;
	font: 12px/1.7em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}
.reservation select {
	border-radius: 0;
	width: 100px;
	font: 12px/1.7em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}
.reservation .btn-custom {
	padding: 8px 0;
	width: 107px;
	border: 0;
	cursor: pointer;
	color: #fff;
	background: #B28D41;
	border-radius: 0;
	margin-left: 10px;
	font: 12px/1.7em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
	transition: background 0.5s ease;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e722c+0,d6ac44+47,8e722c+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a8853e+0,cfa54b+30,d1a851+47,cfa449+64,a8853e+100 */
	background: rgb(168,133,62); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(168,133,62,1) 0%, rgba(207,165,75,1) 30%, rgba(209,168,81,1) 47%, rgba(207,164,73,1) 64%, rgba(168,133,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(168,133,62,1)), color-stop(30%,rgba(207,165,75,1)), color-stop(47%,rgba(209,168,81,1)), color-stop(64%,rgba(207,164,73,1)), color-stop(100%,rgba(168,133,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8853e', endColorstr='#a8853e',GradientType=1 ); /* IE6-9 */
	background: #CFA64D;
}
.reservation .btn-custom:hover, .reservation-sidebar .btn-custom:hover {
	color: #fff;
}
.input-group-addon {
	border-radius: 0 !important;
}
.reservation-sidebar {
	background: #F6F3E3;
	background: #F8F6E8;
	padding: 25px 25px 40px 25px;
}
.reservation-sidebar h4 {
	font: 700 18px 'Trajan Pro', 'Cinzel', sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}
.reservation-sidebar input {
	border-radius: 0;
	font: 12px/1.7em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}
.reservation-sidebar select {
	border-radius: 0;
	font: 12px/1.7em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}
.reservation-sidebar .btn-custom {
	padding: 9px 0;
	border: 0;
	cursor: pointer;
	color: #fff;
	background: #AC893A;
	border-radius: 0;
	position: relative;
	top: 15px;
	font: 12px/1.7em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a8853e+0,cfa54b+30,d1a851+47,cfa449+64,a8853e+100 */
	background: rgb(168,133,62); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(168,133,62,1) 0%, rgba(207,165,75,1) 30%, rgba(209,168,81,1) 47%, rgba(207,164,73,1) 64%, rgba(168,133,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(168,133,62,1)), color-stop(30%,rgba(207,165,75,1)), color-stop(47%,rgba(209,168,81,1)), color-stop(64%,rgba(207,164,73,1)), color-stop(100%,rgba(168,133,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(168,133,62,1) 0%,rgba(207,165,75,1) 30%,rgba(209,168,81,1) 47%,rgba(207,164,73,1) 64%,rgba(168,133,62,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8853e', endColorstr='#a8853e',GradientType=1 ); /* IE6-9 */
}
.content {
	padding: 50px 0 20px 0;
	background: #FFFCF2;
	background: #FFFCF8;
	background: #FFFDFC;
	border-top: 1px solid #fff;
	/*background: url(../images/content-bg.png) repeat-x;
	 position: relative;
	 top: -120px;*/
}
.thumbnail {
	border-radius: 0;
	padding: 0 !important;
	border: 0;
	background: #F7F3E3;
	background: #F8F6E8;
}
.thumbnail .frame {
	height: 200px !important;
	display: block;
	overflow: hidden;
}
.thumbnail img {
	width: 100%;
	position: relative;
	top: -15px;
}
.thumbnail .caption {
	padding: 5px 20px 20px 20px;
}
.thumbnail p {
	height: 60px;
	overflow: hidden !important;
	color: #000;
}
.thumbnail:hover .btn-outline {
	background: #8E722C;
	background: #B18C40;
	color: #fff;
	border: 1px solid #B18C40;
}
.thumbnail2 .caption {
	padding: 5px 20px 20px 20px;
	height: 330px;
	overflow: hidden;
	padding: 5px 0;
}
.thumbnail2 img {
	width: 100%;
}
.thumbnail2 h2 {
	border-bottom: 1px solid #CABEA6;
	padding-bottom: 3px;
}
.thumbnail2 ul {
	padding: 0;
	padding-left: 25px;
	margin: 0;
	list-style: square;
	list-style-image: url(../images/bullet.png);
}
.btn-link {
	font: 12px 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
	color: #8E722C;
	padding: 0;
}
.btn-link:hover {
	color: #8E722C;
	text-decoration: none;
}
.btn-outline {
	border: 1px solid #B18C40;
	padding: 8px 12px;
	border-radius: 0;
	text-align: left;
	font: 12px 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
	color: #8E722C;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.btn-outline:hover {
	background: #8E722C;
	background: #B18C40;
	color: #fff;
	border: 1px solid #B18C40;
}
.btn-outline:focus {
	outline: 0;
}
.btn-solid {
	padding: 12px 14px;
	border-radius: 0;
	font: 12px 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
	background: #AC893A;
	color: #fff;
	margin-top: 10px;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.btn-solid:hover {
	color: #fff;
	background: #8E722C;
}
.btn-solid:focus {
	color: #fff;
	background: #8E722C;
	outline: 0;
}
.brands {
	background: #f7f7f7;
	padding: 10px 0;
}
.thumb-full {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
.thumb-full:hover {

}
.fa {
	margin-right: 5px;
}
.block {
	margin-bottom: 30px;
}
.divider {
	background: url(../images/divider-line.png) no-repeat center;
	height: 50px;
}
.heading-deco {
	border-bottom: 1px solid #CABEA6;
	padding-bottom: 5px;
}
.logo-thumb {
	height: 160px;
	line-height: 160px;
}
.logo-thumb img {
	width: 125px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	opacity: 0.8;
}
.logo-thumb:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.bullet-list {
	padding: 0;
	margin: 0;
	list-style: square;
	/*list-style-image: url(../images/bullet.png);*/
	list-style-position: inside;
	padding-left: 5px;
}
ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
ul.list li:last-child {
	border-bottom: 0;
}
ul.list li:first-child {
	padding-top: 0;
}
.footer {
	background: #03081C;
	background: #03112E;
	padding: 55px 0 0 0;
	color: #fff;
}
.footer h2 {
	font: 16px 'Trajan Pro', 'Cinzel', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}
.footer img {
	margin-right: 3px;
}
.footer-menu li {
	display: inline;
	list-style: none;
}
.footer-menu li a {
	color: #fff;
	padding: 0 5px;
	border-right: 1px solid #eee;
}
.footer-menu li:last-child a {
	border-right: 0;
}
.footer-menu li:hover a {
	opacity: 0.6;
	text-decoration: none;
}
.lower-footer {
	padding: 12px 0;
	color: #fff;
	margin-top: 10px;
	border-top: 1px solid #0B1E42;
}
.lower-footer a{
	color: #fff;
}
.lower-footer a:hover{
	color: #ccc;
	text-decoration: none;
}
/*-----------iArouse Hover Effect----------*/
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item, .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}
.ih-item.square {
	position: relative;
	margin: 0 -5px;
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square.effect {
	overflow: hidden;
}
.ih-item.square.effect .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.square.effect .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.65);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect .info h3 {
	color: #fff;
	text-align: center;
	font: 700 17px 'Trajan Pro', 'Cinzel', sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 17% 0 3% 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect .info p {
	font: 14px/1.5em 'PT Sans Caption', sans-serif;
	position: relative;
	color: #fff;
	padding: 0 35px;
	text-align: center;
	-webkit-transition: all 0.35s 0.1s linear;
	-moz-transition: all 0.35s 0.1s linear;
	transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.square.effect a:hover .info {
	visibility: visible;
	opacity: 1;
}
/*.ih-item.square.effect .info h3 {
 -webkit-transform: translateY(-100%);
 -moz-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
 }
 .ih-item.square.effect .info p {
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
 }*/
.ih-item.square.effect a:hover .info h3, .ih-item.square.effect a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.img h3 {
	position: absolute;
	bottom: -10px;
	color: #fff;
	background: rgba(0,0,0,0.55);
	background: url(../images/caption-bg.png);
	width: 100%;
	padding: 17px 0;
}
.ih-item.square.effect a:hover .img h3 {
	opacity: 0;
}

/*****************Bootstrap Slider******************************/
.carousel .item {
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
}
.carousel .active.left, .carousel .active.right {
	left: 0;
	opacity: 0;
	z-index: 2;
}
.carousel .next, .carousel .prev {
	left: 0;
	opacity: 1;
	z-index: 1;
}
.carousel-indicators {
	display: none;
}
.chevron {
	position: absolute;
	top: 40%;
	opacity: 0.7;
}
.chevron-left {
	left: 10%;
}
.chevron-right {
	right: 10%;
}
.carousel-inner > .item > img {
	margin: 0 auto;
	width: 100%;
}
.carousel .carousel-control {
	opacity: 0;
	background: none;
}
.carousel:hover .carousel-control {
	opacity: 1;
}

/*****************Tripadvisor Widget******************************/
.tripadvisor-widget {
	background: #fff !important;
	border: 1px solid #F7F3E3;
	border: 1px solid #8FBF7C;
	padding: 10px;
}
.widSSPnarrow {
	width: 100% !important;
}

/*****************Media Queries******************************/
@media screen and (min-width: 768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 1199px) {
	ul.nav > li > a {
		color: #fff;
		padding: 16px 7px !important;
	}
	.tripadvisor-widget {
		overflow: hidden;
	}
	.thumbnail .frame {
		height: 150px !important;
	}
}
@media screen and (max-width: 991px) {
	.navbar {
		background: #000;
	}
	ul.nav > li > a {
		color: #fff;
		padding: 16px 10px !important;
	}
	.ih-item.square.effect .info h3 {
		display: none;
	}
	.ih-item.square.effect .info p {
		font: 13px/1.5em 'PT Sans Caption', sans-serif;
		padding: 0 15px;
		margin-top: 17% !important;
	}
	.header{
		background-size: cover; 
	}
	.thumbnail .frame {
		height: 110px !important;
	}
}
@media screen and (max-width: 768px) {
	.navbar-toggle span {
		border-bottom: 2px solid #fff;
	}
	.hide-on-mb {
		display: none;
	}
	.top-menu {
		margin-top: 25px;
	}
	.top-menu li:last-child a {
		display: none;
	}
	ul.nav {
		margin-left: 0;
	}
	.navbar {
		background: #111;
	}
	ul.nav > li > a {
		color: #fff;
		padding: 12px 16px !important;
	}
	ul.nav > li > a:focus {
		background: #8E722C !important;
	}
	.main-slider {
		height: 270px;
	}
	.carousel {
		display: none;
	}
	.reservation-holder {
		top: 20px;
		left: 10px;
		right: 10px;
	}
	.reservation {
		background: rgba(0,0,0,0.8);
		width: 100%;
	}
	.reservation input {
		width: 100%;
	}
	.reservation select {
		width: 100%;
		border-radius: 0;
		height: 35px !important;
	}
	.reservation .btn-custom {
		width: 100%;
		margin-left: 0;
	}
	.btn-solid {
		margin-bottom: 10px;
	}
	.thumbnail .frame {
		height: auto !important;
	}
	.banner {
		position: relative;
		top: -2px;
		margin-bottom: 0;
	}
	.footer {
		padding: 40px 0 0 0;
	}
	.force-left {
		float: left !important;
	}
	.navbar-collapse {
		max-height: none;
	}
	.ih-item img {
		height: auto !important;
	}
	.ih-item.square.effect .info h3 {
		display: block;
	}
	.ih-item.square.effect .info p {
		font: 14px/1.5em 'PT Sans Caption', sans-serif;
		margin-top: 3% !important;
	}
}

fieldset legend {
	font: 700 22px 'Trajan Pro', 'Cinzel', serif;
	margin-top: 30px !important;
	border-bottom: 1px solid #CABEA6;
	padding-bottom: 5px;
	text-transform: uppercase;
}
form label {
	font: 400 14px 'PT Sans Caption', sans-serif !important;
	margin-top: 15px;
}
form input {
	width: 350px;
	padding: 5px 10px;
	background: #F8F6E8;
	border: 1px solid #EAE7D3;
	color: #66614B;
}
form select {
	width: 350px;
	padding: 8px 10px;
	background: #F8F6E8;
	border: 1px solid #EAE7D3;
	color: #66614B;
}
form textarea {
	width: 350px;
	height: 150px !important;
	padding: 10px;
	background: #F8F6E8;
	border: 1px solid #EAE7D3;
	color: #66614B;
}
form #submit {
	width: 110px;
	padding: 10px 0;
	background: #B28D41;
	background: #C49944;
	color: #fff;
	font: 12px/1.7em 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
	margin-top: 20px;
	margin-bottom: 40px;
}

.map{
	opacity: 0.9;
}	
.map:hover{
	opacity: 1;
}	