body {
	background-color: #fff;
	font-family:Lato, Arial, Helvetica, sans-serif;
}
/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #203C43;
}
h1 {
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 27px;
	text-align: center;
	margin-top: 16px;
}
h2 {
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 21px;
	margin: 5px;
	text-align: center;
	padding-top: 0px;
}
h3 {
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: center;
}
h4 {
	font-family:Lato, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	margin-bottom: 20px;
	padding: 15px 0;
	color: #203C43;
	font-size: 15px/28px;
	text-transform: uppercase;
}
h5 {
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
p {
	font-family:Lato, Arial, Helvetica, sans-serif;
	color: #203C43;
}

.emailoffers {margin:5px;}

a {
    color: #1b3c5b;
    text-decoration: none;
}

button, .button {
	background: #89B431;
	margin: 0.50rem 0 0.25rem;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: all 300ms ease-out 0s;
	font-family:Lato, Arial, Helvetica, sans-serif;
	padding: 7px 5px;
	width: 100%;
	border-radius: 3px;
	color: #fff;
}
button:hover, button:focus, .button:hover, .button:focus {
	background: #1b3c5b;
	color: #ffffff;
}

textarea {
    width:100%;
}

/* Form area */
.index-form-area {
	width: 420px;
	display: block;
	margin-top: -470px;
	margin-left: 355px;
	position: absolute;
	z-index: 2;
}
#index-contact {
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	margin-top:-20px;
}
#index-contact .error {
	color: #CB0000;
	font-size: 12px;
	font-family:Lato, Arial, Helvetica, sans-serif;
}

.thanks-area {
	z-index: 2;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	margin: -350px 294px;
	font-size: 16px;
	width: 490px;
	position: absolute;
}
.thanks-area a {
	color: #181818;
}
#popup-form {
	background: #ef310b;
	padding: 20px 10px 10px;
	box-sizing: border-box;
}
#popup-form label {
	color: #fff;
	font-size: 10px;
	margin: 0;
}
#lmXtra {
	display: none;
	visibility: hidden;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	border-color: #a1302b;
}
/* Title area */
.title-area {
	background: #ffffff;
}
.title-area h1 {
	color: #333;
}
/* Property area */
.property-area {
	background: #fff;
	padding: 10px 0;
}
#box {
	position: relative;
	margin: 15px 0;
	border-radius: 12px;
	overflow: hidden;
}
.detail-section {
	font-size: 16px;
	text-align: center;
}
.box-image {
	overflow: hidden;
	margin-top: -20px;
}
.detail-section .detail-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0 0 3px;
	text-align: center;
}
.right-info {
	text-align: center;
	margin-bottom: 15px;
}
.price {
	color: #333;
	font-size: 20px;
	text-align: center;
	margin-bottom:10px;
}
.price small {
	color: #203C43;
	font-weight: 400;
	font-size: 13px;
	padding: 10px 5px 6px 0px;
}
.price > span {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	left: 3px;
	line-height: 0 !important;
	position: absolute;
	top: 8px;
}
.right-info a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 31px;
	background: #89B431;
	padding: 10px 20px;
	border-radius: 6px;
}
.detail-section > p {
	color: #333;
	font-size: 14px;
	min-height: 36px;
}
#box.boxes img {
	border: none;
	-webkit-transition: none;
	float: left;
}
#box.boxes img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
#box.boxes {
	-webkit-transition: all 0.5s ease;
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
	background: #fff;
	border: solid #094076 2px;
	padding-top: 20px;
}
#box.boxes:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
#box img {
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
}
#box img:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.footer-box
{background:rgba(27,60,91,0.9);
margin:15px 0px;
padding:15px;}

.footer-box h1 { font-size:20px;
color:#ffffff;
text-align:center;}

.footer-box p { font-size:15px;
margin-bottom:15px;
color:#ffffff;
text-align:center;}

/* Footer area */
#footer-area {
	background: #ffffff;
	padding: 15px 0;
	text-align: center;
}
iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}
#header-area {
	background:#89B431;

}
.logo {
    display: block;
    position: relative;
    margin: 0px auto;
	width:300px;
}
.img-title {
	background: rgba(27,60,91,0.9);
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 4px 0px;
	z-index: 2;
	position: absolute;
	width: 100%;
	margin-top: -20px;
}
.hotel {
	background-color: #fff;
	color: #333;
	font-size: 17px;
	width: 100%;
	padding: 5px 5px;
	text-align: center;
	font-weight:bold;
}

.popup-box {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 3px;
}
#Contactform2{
	margin:10px;
	}
#Contactform2 .form-control{
	margin:20px 0px;
	}
.main-img {
	position: relative;
	width: 100%;
}
#box .fa-check-square-o {
	margin-right: 12px;
}
hr {
	border-top: 1px solid #094076;
	width: 70%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.logo-wrapper{

}
