


.slantedDiv
{
position:relative;
width:100%;
height:auto;
box-sizing:border-box;
margin-bottom:100px;
margin-top:-20px;

}


.slantedDiv:after
{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	background-color:inherit;
	top:0;
	bottom:0;
	right:0;
	left:0;
	transform-origin:right;
    transform: skewY(-3deg);
	z-index:-1;
	

}


.slideP{
	font-size:14px;
	padding:10px 200px;
}



.slantbox{
	background-color:white;
	transform: skew(0deg, -10deg) 	translateY(-100px);
	z-index:-1;
	padding: 200px 0px;
	color:black;
	box-sizing:border-box;
	box-shadow: 1px 1px  3px grey;

	
}



.ourServices{
	padding:30px 50px;
	transform: skew(0deg, 10deg);
	text-align:center;


}



.download{
	padding: 0px 200px 150px;
	text-align:right;
}




.TwoF{
float:left;
width:50%;

}






.TwoFC{
	
padding: 50px 0px;
	
text-align:center;

}

.ov{
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  transition: 0.1s ease;
  background-color: black;
}

.ov:hover .overlay {
  opacity: 1;
  cursor:pointer;
  height:100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
  width:100%;
  padding: 0px 20px;
  
}

.text h2{
	color:gold;
}





video{
	max-height:100%;
	max-width:100%;
	height:auto;
	width:auto;
}



.view{
    color: white;
    background-color: #177e38;
	border-radius:30px;
	padding:20px 25px;
	transition: 0.5s ease;
	
  
}



.view:hover{
    color: white;
    background-color: gold;
	border-radius:30px;
	padding:20px 20px;
	text-decoration:none;
	color:black;
	
  
}










.m{
	padding: 50px 0px;
}




.r{
	
	text-align:right;
}




.l{
	text-align:left;
}


.your-class{
	margin-left: 29px;
	text-align:center;
}



.three{
	float:left;
	width: 48%;
	margin-left:1%;
}


.threeC{
	padding: 10px 20px;
}



.hiddenn{
	opacity: 0;
}

.visiblee{
	opacity: 1;
}




#date{
	
	font-size:14px;
}


.greenp{
	color: #177e38;
}


.cre{
	color:gold;
	text-decoration:none;
	font-size:14px;
	
}



.cre:hover{
	color:white;
	text-decoration:none;
	font-size:199px;
	
}







.aboutus{
	
	color:white;
	padding-bottom:30px;
	padding-right:20px;
	padding-left:20px;
	background-color:transparent;
	padding-top:20px;
	background-position: right;
    background-repeat: no-repeat;
	background-image:url('../ab.jpg');
	
	
	}


 .aboutus h1{
	 color:white;
	 padding: 40px 40px;
	 text-align:left;
 }


.whoo{
	padding: 20px 100px;
	
}


.gold{
	background-color:gold;
	border-radius:50%;
	padding:4px 14px;
	text-align:left;
}


.green{
	background-color:green;
	border-radius:50%;
	padding:4px 14px;
	text-align:left;
}

.black{
	background-color:black;
	border-radius:50%;
	padding:4px 14px;
	text-align:left;
	
}



.txt{
	text-align:justify;
	
}










.go{
	color:gold;
	padding: 0px 5px;
}


.gr{
	color:green;
	padding: 0px 5px;
}

.bl{
	color:black;
	padding: 0px 5px;
}




.suply{
	background-color: #177e38;
	padding: 30px 10px;
	color:white;
	box-shadow: 2px 2px 5px;
}





.contt{
	
	color:white;
	padding-bottom:70px;
	padding-right:20px;
	padding-left:20px;
	background-color:transparent;
	padding-top:70px;
	background-position: bottom right;
    background-repeat: no-repeat;
	background-image:url('../contt.jpg');
	text-align:center;
	
	
	}


.conttt{
	
	color:white;
	padding-bottom:70px;
	padding-right:20px;
	padding-left:20px;
	background-color:transparent;
	padding-top:70px;
	background-position: center;
    background-repeat: no-repeat;
	background-image:url('../car.jpg');
	text-align:center;
	
	
	}


.contt h1{
	color:white;
	text-shadow: 1px 1px  5px black;
}



.gre{
	background-color:gold;
	padding:20px;
	color:black;
}



.lee{
	text-align:left;
}


.marg{
	margin-top:-200px;
}




.tt{
	padding:20px 20px;
	padding-left:40px;
}

.tt img{
	max-width:220px;
	
}



.tt img:hover{
	max-width:300px;
	
}








body {
	padding-top: 50px;
	color: #959595;
	font-family: 'Alice', serif;
	max-width:1300px;
	margin:0 auto;
	box-shadow: 2px 2px 10px grey;
	
	}
	
h1, h2, h3, h4, h5, h6 {
	color: black;
	
	}
	
.feature {
	background: yellowgreen linear-gradient(to bottom, greenyellow, olivedrab);
	color: black;
	
	}

#feature-carousel {
	min-height: 0px;
	
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: yellowgreen;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.footer-blurb,
.small-print {
	text-align: center;
	}
	
	
	
	
.item a{
	
	padding:10px 20px 10px 20px;
margin-bottom:40px;
}

	
	
.full{
	
	background-color:red;
	color:white;
	height:100vh;
	padding-top:50px;
	position:relative;
	background-image:url('2.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
	
	
	
.full h1{
	
	color:black;
	text-align:center;
	margin-top:200px;
}
	
	

#cssmenu {
  font-size: 14px;
  line-height: 15px;
  text-align: center;



}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background:#177e38;
 
  border-bottom: 3px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  margin-bottom:-4px;
 

  
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;

}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
  z-index:+999;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 93% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
   background: #006699; 
   background-image:url('images/caret.png') no-repeat;
  background-position: 90% 195%;

}
#cssmenu > ul li a {
  display: block;
  padding: 20px 34px 20px 34px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 1px 0px #fff;

 
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: gold;
  color: black;
  text-shadow: 0px 1px 0px #000;
 
}
@media (max-width: 900px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
      background: gold;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 900px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}








.logo{
	
	margin-top:-50px;
	padding-left:30px;
	background-color:white;
	padding: 10px 10px;
	padding-left:20px;
;
}

.logo p{
	
	color:#D4D4D4;;
}

	
	
	#feature-carousel{
		background-color:#177e38;
		border-top:2px solid gold;
		
	}
	.feature {
    background:white;
    color: black;
	padding:-20px;
	
}
.jumbotron {
    padding-top: 0px;
    padding-bottom: 4px;
	padding-left:0px;
	padding-right:0px;

}
.container {
    padding-right: 0px;
    padding-left: 0px;
   
}
	
	
	
	
	
	
	
	
	.btn-primary {
    color: black;
    background-color: gold;
	border:none;
	
	
  
}
	
	
		
	.btn-primary2 {
    color: white;
    background-color: gold;
	border-radius:30px;
  
}

	
	.btn-primary3{
    color: white;
    background-color: gold;
	border-radius:0px;
  
}
	
	
	
	.contact{
		
		padding-right:20px;
		margin-top:-80px;
		color: #006699;
	}
	
	.contact img {

	max-width:20px;
	}
	
	
	
	
	
	
	.jumbotron h1 {
    color: gold;
	font-size:40px;
	margin-bottom:-5px;
	
}
	.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
	color:white;
	
}
	
.book{
	background-color:#137b37;
	color:white;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	
}	

		
	
		
 	#cssmenu > ul .book a{

	color:white;
	text-shadow: 0px 0px 0px #fff;
}	
	

	
			
 	#cssmenu > ul .book a:hover{

	color:white;
	text-shadow: 0px 0px 0px #fff;
}	
	
	
	h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    line-height: 46px;
    font-size: 32px;
    margin: 0 0 23px 0;
    }
p {
    font-family: 'Alice', serif;
    font-size: 16px;
    font-weight: normal;
    }
	
	

img{max-width:100%;}


#container{
	margin-top:20px; 
	padding:20px;
	text-align:center;
	 overflow:hidden;
	 font-size:0.8em;
	}

#container img {
    border-radius: 8px;
}

.left-column
{
float:left;
width:33%;
background-color:white;
border:2px solid #F3F6F7;
min-height:360px;
padding-top:20px;
padding-bottom:20px;
color:grey;
padding-left:15px;
padding-right:15px;
background-attachment:fixed;
box-shadow: 2px 2px 5px grey;

}
.right-column
{
float:right;
width:33%;
background-color:white;
border:2px solid #F3F6F7;
min-height:360px;
padding-top:20px;
padding-bottom:20px;
color:grey;
padding-left:15px;
padding-right:15px;
background-attachment:fixed;
box-shadow: 2px 2px 5px grey;
}

.center-column
{
margin:auto;
width:33%;
background-color:white;
border:2px solid #F3F6F7;
color:grey;
min-height:360px;
padding-top:20px;
padding-bottom:20px;

padding-left:15px;
padding-right:15px;
background-attachment:fixed;
box-shadow: 2px 2px 5px grey;
}

.center-column h1{
	color:#333333;
}

.right-column h1{
	color:gold;
}


.clear-fix{
	clear:both;
	line-height:1px;
}
	
	
	



#content {
  padding: 80px;
  background:white;
  overflow:hidden;
  }
.col {
  background:white;
  float:left;
  width:22%;
  margin-right: 4%;
  }
.col-4 {margin-right:0;}

.col h1{
font-size:16px;
font-weight:bold;
text-transform:uppercase;	
color:#177e38;
line-height:20px;

}

.col li a{
text-decoration:none;
color:black;


}

.col li a:hover{

color: #177e38;
text-shadow:1px 0px #397797;
}



.col li {

list-style-type:none;
margin-bottom:20px;
}
	
.col img{
	margin-bottom:10px;
}	
	
.rightc{
	float:right;
	width:55%;
	text-align:justify;
}



.leftc{
	float:left;
	width:45%;
	text-align:justify;
}


.leftc h1{
	text-align:left;
	color:#2e6d8f;
}

.containe{ 
padding:30px;
}



  .google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }










	input[type=text], select {
		width: 40%;
		padding: 10px 17px;
		margin: 8px 0;
		color:black;
		display: inline-block;
		border: 1px solid #ccc;
	box-sizing: border-box;
	}

	input[type=submit] {
		width: 10%;
		font-weight:bold;
		background-color:#177e38;
		color: white;
		padding: 10px 18px;
		margin: 8px 0;
		border: none;
		cursor: pointer;
	}

	input[type=submit]:hover {color:white;
		background-color: #45a049;
	}


	textarea {
		width: 43%;
		height: 200px;
		padding: 12px 20px;
		box-sizing: border-box;
		border: 2px solid #ccc;
		
		resize: none;
		color:black;
	}

.track{
	
	color:white;
	padding-bottom:30px;
	padding-right:20px;
	padding-left:20px;
	text-align:center;
	background-color:transparent;
	padding-top:20px;
	background-attachment:fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../12.jpg');
	
	}





.clink{
	color: #828688;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}


	

.clink:hover{
	text-decoration:none;
	color:gold;
}	
	
.gsign{
	
	padding-left:60px;
	font-weight:bold;
	font-size:0.8em;
	color:#397797;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.intro{
padding: 10px 180px 10px 180px;
text-align:justify;	
}



#room{
	margin-bottom:-100px;
}










.footerlast{
	max-height:120px;
	background-color:#177e38;
	position:static;
	color:white;
	margin-right:0px;
	padding:0px; 
	overflow:hidden;
	text-align:center;
	padding:70px;
	border-top:6px solid gold;
	}


hr{
	margin-top:-60px;
}


h2, h4 {
	font-weight:bold;
	font-weight:600px;
}

	
.rarticle{
	padding:10px 20px 10px 20px;
}	
	
.b{
	font-weight:bold;
	padding-bottom:80px;
	margin-bottom:40px;
}	
	
.rates{
	
	color:white;
	margin-top:20px;
	padding:20px 20px 20px 20px;
	display:inline-block;
	border-radius:10px;
	background-color:red;
	font-weight:bold;
	 box-shadow: 5px 5px 5px grey;
	
}	
	
.rates:hover{

	color:white;
	margin-top:20px;
	padding:20px 20px 20px 20px;
	display:inline-block;
	background-color:#1f5c98;
	font-weight:bold;
	
}	
		
	
	
	

	/* mobile adjustments  1200px*/

@media screen and (max-width: 1200px) {	
	
	
#content {
  padding: 30px;
  background:white;
  overflow:hidden;
  }
.col {
  background:white;
  float:left;
  width:44%;
  margin-right: 4%;
  text-align:center;
  }	
  
	
}
	
	
	
	
	/* mobile adjustments  900px*/

@media screen and (max-width: 900px) {
	
	

#container  {
   padding:0px;
   background-color:white;
}

.left-column
{

width:100%;
margin-bottom:20px;
 float:none

}
.right-column
{
width:100%;
margin-bottom:20px;
 float:none
}

.center-column
{
margin:auto;
width:100%;
  margin-bottom:20px;
  float:none;

}


#content {
  padding: 30px;
  background:white;
  overflow:hidden;
  }
.col {
  background:white;
  float:left;
  width:44%;
  margin-right: 4%;
  text-align:center;
  }	
  
  
  
.rightc{
	float:none;
	width:100%;
	text-align:justify;
}



.leftc{
	float:none;
	width:100%;
	text-align:justify;
}


	
.intro{
padding: 10px 60px 10px 60px;
text-align:justify;	
}


#room{
	margin-bottom:-70px;
}


.slideP{
	font-size:14px;
	padding:10px 100px;
}



	input[type=text], select {
		width: 70%;
		
	}

	input[type=submit] {
		width: 30%;
		
	}



	textarea {
		width: 70%;
		
	}
	
	


.r{
	
	text-align:center;
}




.l{
	text-align:center;
}




 .aboutus h1{
	 color:white;
	 padding: 40px 40px;
	 text-align:center;
 }


.whoo{
	padding: 20px 50px;
	
}









	
}
	
	
	/* mobile adjustments  500px*/

@media screen and (max-width: 500px) {
	
	
	
.three{
	float:left;
	width: 96%;
	margin-left:1%;
}
	
	
	
	
	.TwoF{
float:left;
width:100%;


}


.slideP{
	font-size:14px;
	padding:10px 20px;
}
	
	
	
	
	
.logo img{	
padding-bottom:10px;

}
	
	
.contact{
		color: #006699;
		font-size:0.9em;
		
	}
	
	
	
	.contact  p{
	
		font-size:1.1em;
	}
	
	
	
	
	.logo img{
	margin-bottom:5px;
	margin-left:-20px;
}



	.jumbotron h1 {
	font-size:30px;
}
	.jumbotron p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 200;
	color:white;
}






#container  {
   padding:0px;
   background-color:white;
}

.left-column
{

width:100%;
margin-bottom:20px;
 float:none

}
.right-column
{
width:100%;
margin-bottom:20px;
 float:none
}

.center-column
{
margin:auto;
width:100%;
  margin-bottom:20px;
  float:none;

}

.rooms {
	display:none;
	
}

#rooms {
	max-width:120px;
	
}

#content {
  padding: 10px;
  background:white;
  overflow:hidden;
  }
.col {
  background:white;
  float:none;
  width:100%;
  margin-right: auto;
  }

.col img{
	margin-top:20px;
	margin-bottom:5px;
}



.intro{
padding: 10px 20px 10px 20px;
text-align:justify;	
}


#room{
	margin-bottom:-20px;
}





.footerlast{

	padding:30px;
	}


	
#forex{
	display:none;
}	
	
	
	
#date{
	display:none;
}	
		
	

 .aboutus h1{
	 color:white;
	 padding: 40px 40px;
	 text-align:center;
 }


.whoo{
	padding: 20px 20px;
	
}
	
	
.footerlast{
	padding-bottom:100px;
}
	
	
	
	
.contt{
	
	
	background-position: center ;

	
	}

	
	
	.goo{
		margin-top:30px;
	}
	
	
	
	
	

}
	