@charset "utf-8";
html, body {
	height: 97%;
	}
body {
	font-family: Tahoma, Geneva, sans-serif;
	background: gold; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,128,0,0),rgba(255,215,0,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(0,128,0,0),rgba(255,215,0,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(0,128,0,0),rgba(255,215,0,1)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(78,116,15,1),rgba(255,215,0,1)); /*Standard 4e740f*/	
	color: #111;
	border: 7px solid #ffd700;
	font-size: 16px;
	/*display: block;
	margin: 8px;*/
	}
div {
	/*display: table-caption;*/
	}
h2 {
	color: #ffd500;
	text-align: center;
	font-size: 30px;
	word-spacing: 5px;
	letter-spacing: 3px;
	height: 20%;
	width: 100%;
	font-weight: bold;
	}
.thumb {
	width: 16%;		/* making 6 images per row  */
	height:auto;
}
.movie1 {	
	float: left;
	padding-left: 3%;
	padding-top: 3%;
	height: auto;
	max-width: 30%;
	}
.tstill {	
	/*
	float: left;	
	padding-top: 3%;
	padding-left: 3%
	height: auto;	
	*/
	width: 50%;
	margin-top:10%;
	
	}
/*
.still {		
	padding-left: 3%;
	padding-top: 3%;

	height: auto;
	width: 85%;
	text-align: left;
	}
	*/

.image-container {
	text-align: center;		   
	margin: auto;
	width: 90%;
	}
.imageName {
	width: 80%;
	max-width:80%;   /* constraining the image to it's container */
	}
	
.modalDialog {
	position: fixed;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-left: 10%;
	padding-right: 15%;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {	
	border: 3px solid #006000;
	width: 60%;
	color: red;	
	position: relative;
	margin: 5%;
	padding: 2px 20px 13px 10px;
	border-radius: 10px;
	background: #000;	
}
.close {
	background: #00d9ff;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.close:hover { 
	background: #FF9090;
	color: #FFFFFF;
	}

p {
	padding-left: 5px;
	}
.top {
	color: #ffd500;
	text-align: center;
	font-size: 40px;
	word-spacing: 8px;
	letter-spacing: 4px;
	height: 20%;
	width: 100%;
	font-weight: bold;
	text-shadow: 0 1px 0 #cccc00,
				 0 2px 0 #c9c900,
				 0 3px 0 #bbbb00,
				 0 4px 0 #b9b9b9,
				 0 5px 0 #aaaa00,
				 0 6px 1px rgba(0,0,0,.1),
				 0 0 5px rgba(0,0,0,.1),
				 0 1px 3px rgba(0,0,0,.3),
				 0 3px 5px rgba(0,0,0,.2),
				 0 5px 10px rgba(0,0,0,.25),
				 0 10px 10px rgba(0,0,0,.2),
				 0 20px 20px rgba(0,0,0,.15);		
	}
.top-td {
	width:80%;
	}
.menu-hide {
	font-size: 0px;
	visibility: hidden;
	height: 0px;
	}
.left {
	margin: 5px;
	height: 77%;
	width: 15%;
	padding-left: 5px;
	}
.right {
	height: 77%;
	width: 5%;
	float: right;
	}		
.centre {	
	width: 79%;
	height: 77%;
	float: right;
	}
.content {
	width: 90%;
	height: 400px;
	float: right;	
	}
.gallery {
	padding-left: 10%;
	}

.img-index {
	padding-left: 10%;
	width: 85%;
    height: auto;
	}
.img-about {
	padding-right: 3%;	
	float: left;
	max-width: 50%;
    height: auto;
	}
.img-facilities {	
	width: 80%;		 /*making 6 images per row  
	height:auto;*/
	
	}
.table-contact {
	width: 50%;
	text-align: left;	
	}
.bottom {
	color: #393;
	height: 3%;
	width: 100%;
	padding-left: 40%;	
	}
a:link {	
	color: #FFFF00;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: -1px -1px 0px #999,	
	-1px 1px 0 #999;
	}	
a:visited {
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
	-1px -1px 0px #999,	
	-1px 1px 0 #999;	
	}
a:hover {
	text-decoration: none;
	color: #0028ff;
	}
.full-img {	
	cursor: pointer;
	}
.full-img:hover {	/*  .full-img:hover or :active {*/	
	cursor:none;
	animation: display 6s;		
	}
.full-img:visited {
	cursor: pointer;			
	}
.still {
	/*cursor: pointer;*/
	cursor:none;
	/*
	padding-top: 6%;
	float: top;
	height: auto;
	width: 60%;
	*/
	padding-left: 3%;
	}
.still:hover {		
	/*cursor:none;*/
	animation: scalestill 6s;		
	}
.still:visited {		
	cursor: pointer;	/**/	
	}
@keyframes display {	
	0% { 		
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		}
	20% { 		
		opacity: 1; 
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-o-transform: scale(3);
		-ms-transform: scale(3);		
		}
	80% {
		opacity: 1; 
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-o-transform: scale(3);
		-ms-transform: scale(3);		
		}		
	100% {
		opacity: 1;      
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);			
		}
}
@keyframes scalestill {	
	0% { 		
		
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1);
		}
	20% { 		
		 
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);		
		}
	80% {
		 
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);		
		}		
	100% {
		     
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1);			
		}	
}