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

.content-box{
	width:80%;
	height:auto;
	padding:20px;
	position:fixed;
	margin:10%;
	text-align:center;
	background-color:rgb(0,100,0, 0.5);
}
			 
.content-box p{
	color:#FFF;
	text-align: justify;
	font-family: "Montserrat";
	line-height:30px;
	font-size:14px;
	margin:0px;
	padding-top:12px;
	font-weight:400;
}

.content-box span{
	color:#FFF;
	font-family: "Montserrat";
	line-height:30px;
	font-size:14px;
	margin:0px;
	padding-top:12px;
	font-weight:400;
}			 
			 
.banner-box{
	width:70%;
	height:auto;
	float:left;
	background-color:#D1FFA4;
}			 

.resort-section {
    padding: 2em 0;
	background: #FFF;
}
.resort-grids,.super-grids {
    margin-top: 2em;
}
.gray:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cap-img img {
    border-radius: 2px;    
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	margin:3%;
}

.list {
    background: #fff;
    border: 1px solid #dedede;
    padding: 10px;
}
.list ul li {
    display: inline-block;
    letter-spacing: 0.2px;
    line-height: 1em;
    font-size: 0.95em;
    color: #222;
    padding: 1em 0;
}.detais {
    margin-top: 2.5em;
}
.list i {
    margin-right: 0.5em;
}
.detail-top {
    padding: 1em;
    margin-top: 0em;
    border: 1px solid #eee;
    background: #f7f7f7;
    text-align: center;
}
.deatils-right {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 1px solid #dedede;
    padding: 1em;
	margin-top: 1em;
}
.detail-top span {
    font-size: 1em;
    color: #777;
}

h3.tittle {
    font-size: 2em;
    text-align: center;
	color: #000;
}

.cap h4 {
    font-size: 1.8em;
	padding-top:10%;
	color:#9EDD0D;
}
.cap p{
    font-size: 1.2em;
    line-height: 2em;
}

.gallery-box-main{
	width:100%;
	height:auto;
	margin-top:20px;
}

.contact-box-main{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
	
.location-box{
	width:100%;
	height:auto;
	border: #9EDD0D 1px solid;
	padding:20px;
	margin-bottom:10px;
}

.contact-box-main h1{
	font-size:20px;
	margin-bottom:17px;
	margin-top:0px;
	font-family: "Montserrat";
}

.address-box{
	width:100%;
	height:auto;
	border: #9EDD0D 1px solid;
	padding:20px;
}

.address-box span{ color:#9EDD0D;
padding-right:10px;}

	
.address-box p{
	font-size:17px;
	font-weight:normal;
	font-family: "Montserrat";
}
	
.address-box a{ 
	text-decoration:none;
	color:#000;
}	

.booking-box-main{
	width:100%;
	height:auto;
	margin-top:64px;
	margin-bottom:64px;
}

.bookingheading{
	width:100%;
	height:auto;
	padding: 10px 0px;
	text-align:center;
	font-size:16px;
	margin-top:50px;
	font-family: "Montserrat";
}

.booking-box1{
	width:50%;
	height:auto;
	float:left;
	border: #9EDD0D 1px solid;
	padding:20px;
}

.booking-box-main h1{
	font-size:20px;
	margin-bottom:17px;
	font-family: "Montserrat";
	margin-top:0px;
}

.booking-box2{
	width:49%;
	height:auto;
	float:left;
	margin-left:1%;
	border: #9EDD0D 1px solid;
	padding:20px;
}

.p1{
	width:300px;
	font-family: "Montserrat";
}
				 
			 
.b1{ width:500px;
     border-radius: 4px;
     border: 1px solid #d9d9d9;
	 margin-bottom:10px;
	 outline:none;
	 padding-left:10px;
	 font-family: "Montserrat";
}

.b2{ width:500px;
	 height:25px;
     border-radius: 4px;
     border: 1px solid #d9d9d9;
	 margin-bottom:10px;
	 outline:none;
	 padding-left:10px;
	 font-family: "Montserrat";
}

.bookbutton{padding: 10px 20px;
    line-height: 1.6;
	font-size: 13px;
    background-color: #9EDD0D;
	border: none;
	border-radius: 4px;
	color:#FFF;
	cursor:pointer;
	width:48%;
	float:left;
	margin:1%;
	margin-top:10px;
	outline:none;
	font-family: "Montserrat";}
	
	
.bookbutton:hover{background-color:#000;}


.about-box-main{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
	
.about-box1{
	width:30%;
	height:532px;
	float:left;
	background-image:url(../images/7I1A16091.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}

.about-box2{
	width:70%;
	height:auto;
	float:left;
	padding:20px;
}
	
.about-box2 p{
	font-size:17px;
	font-family: "Montserrat";
	text-align:justify;
}
	



@media screen and (max-width: 550px) {
	
.location-box{
	width:100%;
	float:none;
	margin-bottom:1%;
}

.address-box{
	width:100%;
	float:none;
	margin-left:0%;
}

.contact-banner-box{
	width:100%;
	height:auto;
	float:none;
	margin-left:0%;
}
    
}

