


@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);


img {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.banner {
	/*width: auto;
	height: auto;*/
	width: auto;
	height: 461px;
	overflow: hidden;
}

.banner img {
	width: auto;
	height: auto;
	overflow: hidden;
}

.banner-img {
	width: auto;
	height: auto;
	text-align: center;
	overflow: hidden
}

.top-holder {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	z-index: 6;
	top: -560px;
}

.logo {
	width: auto;
	height: auto;
	float: left;
	margin-top: -61px;
	margin-left: -200px;
}

.logo img {
	vertical-align: top;
}

.nav {
	width: auto;
	height: auto;
	float: right;
	margin-top: -50px;
}

.nav ul {
	padding: 0px;
	margin: 0px;
}

.nav li {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
	margin-right: 5px;
}

.nav li a {
	color: inherit;
	display: block;
	padding: 8px 25px;
}

.nav li a:hover, .active {
	color: #FFF;
	border: solid 1px #5f9c00;
	transition-property: all;
	transition-duration: 1.0s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.0s;
	-moz-transition-property: all;
	-moz-transition-duration: 1.0s;
	
}

.nav li:last-child {
	margin-right: 0px;
}

.holder {
	width: auto;
	height: auto;
}

#holder-wapper {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	/*margin-top: 358px;*/
}

.row {
	width: auto;
	height: auto;
	text-align: center;
}

.icon {
	width: auto;
	height: auto;
	padding-top: 50px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: #3e5044;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}

.content {
	font-family: 'Open Sans', sans-serif;
	color: #373737;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
	margin-top: 20px;
}

.grid {
	width: auto;
	height: auto;
}

.reserv-box {
	color: #FFF;
	width: 314px;
	height: 663px;
	background-color: #b8db82;
	margin-top: 35px;
	float: left;
	margin-bottom: 25px;
}

.sub-heading {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #5f9c00;
	padding: 15px;
	text-align: left;
	margin-bottom: 20px;
}

.item-wrapper {
	margin-top: 8px;
	}

.input-wrapper {
	display: inline-block;
}

.reserv-input {
	font-family: 'Open Sans', sans-serif;
	color: #383838;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;  
	width: 270px !important;
	outline: none;
	border: none;
	padding: 12px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #383838;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #383838;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #383838;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #383838;
}

.label-style {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #383838;
	text-transform: capitalize;
	font-weight: 600;
	margin: 7px 20px 0px 0px;
}

.label-last {
	float: left;
	margin-left: 4px;
}

input[type="radio"] {
	margin: 3px 10px 0px 0px;
}

.input-icon {
	background-image: url(../images/cal.png);
	background-repeat: no-repeat;
	background-position: 265px center;
}

.reserv-textarea {
	height: 112px !important;
}


.submit {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	padding: 8px 25px;
	outline: none;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #5f9c00;
	cursor: pointer;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.submit:hover {
	
	background-color: #375a00;
	/*border: solid 1px #5f9c00;*/
	transition-property: all;
	transition-duration: 2.0s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 2.0s;
}

.submit:active {
	color: #FFF;
	background-color: #5f9c00;
	transition-property: all;
	transition-duration: 1.0s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.0s;
}

.facilt-box {
	width: 637px;
	height: 272px;
	background-color: #487700;
	float: right;
	margin-top: 35px;
	margin-bottom: 10px;
}

.facilt-img {
	width: auto;
	height: auto;
	float: left;
}

.facilt-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	float: left;
	margin-left: 19px;
	width: 254px;
	margin-bottom: 10px;
	margin-top: 17px;
}

.list1 {
	width: 250px;
	height: auto;
	float: left;
	margin-left: 19px;
}

.list1 ul {
	padding: 0px;
	margin: 0px;
}

.list1 li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	text-align: left;
	line-height: 24px;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: inside;
}

.more {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #5f9c00;
	float: right;
	position: relative;
	top: -27px;
}

.more a {
	color: inherit;
	display: block;
	padding: 10px 10px 9px 10px;
}

.more a:hover {
	transition-property: all;
	transition-duration: 2.0s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 2.0s;
	background-color: #375a00;
	color: #FFF;
}

.gallery-box {
	width: 637px;
	height: 391px;
	float: right;
	margin-top: 12px;
}

.view {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #487700;
	float: left;
	position: absolute;
	z-index: 9999;
	top: 1374px;
}

.view a {
	color: inherit;
	display: block;
	padding: 12px 20px;
}

.view:hover {
	color: #FFF;
	transition-property: all;
	transition-duration: 2.0s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 2.0s;
	background-color: #375a00;
	color: #FFF;
}

.list2 {
	width: auto;
	height: auto;
}

.list2 ul {
	padding: 0px;
	margin: 0px;
}

.list2 li {
	list-style-type: none;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.facilities-icon {
	width: auto;
	height: auto;
	float: left;
}

.facilities-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #373737;
	font-weight: 300;
	text-transform: capitalize;
	text-align: left;
	line-height: 40px;
	margin-left: 10px;
	float: left;
}

.contact-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: red;
	text-transform: capitalize;
	text-align: left;
	float: left;
	font-type: bold;
}
/* Footer Start  */

.footer {
	width: auto;
	height: auto;
	background-color: #383838;
}

.footer-wapper {
	width: 1000px;
	height: 107px;
	margin: 0px auto;
	padding: 0px;
}

.footer-nav {
	width: auto;
	height: auto;
	text-align: center;
	padding-top: 30px;
}

.footer-nav  ul {
	padding: 0px;
	margin: 0px;
}

.footer-nav li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: 400;
	line-height: 0px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-left: solid 1px #FFFFFF;
	height: 13px;
}

.footer-nav li a {
	color: inherit;
	display: block;
	padding: 10px;
	position: relative;
	top: -3px
}

.footer-nav li:first-child {
	border-left: none;
}

.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
}

.owner {
	width: 900px;
	height: auto;
	padding: 10px;
	display: inline-block;
}

.owner-img {
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.owner-info {
	font-family: 'Open Sans', sans-serif;
	color: #373737;
	font-size: 13px;
	font-weight: 400;
	text-align: justify;
	position: relative;
	top: -15px;
}


/* Footer End  */