﻿*{
	margin:0;
	padding:0;
}

html,body{
	margin-top: 15px;
	margin-bottom:15px;
	/*margin-left:15px;
	margin-right:15px;*/

	}
	

img {
  max-width: 100% ;
  height: auto ;}



a:link    {color:silver; background-color:transparent; text-decoration:none}
a:visited {color:silver; background-color:transparent; text-decoration:none}
a:hover   {color:gray; background-color:transparent; text-decoration:none}
a:active  {color:silver; background-color:transparent; text-decoration:none}


.menu{
	font-family:Calibri;
	font-size:20px;
}
#navigate{
	position: absolute; 
	top: 0px; 
	max-height: 70px; 
	z-index: 999; 
	width: 100%; 
	padding-top: 22px; 
	background: #fff; 
	overflow: hidden;

}
#pageNavigate{
	font-family:Calibri;
	font-size:20px;

}
.logo{
	padding-bottom:10px;
}

.div-max-width{
	max-width:500px;
}

div.sticker{
	background:transparent;
	width:230px;
	/*padding:10px;*/
	margin-left:10px;
	margin-top:15px;
	float:left;
	position:fixed;
	font-family:Calibri;
	font-size:20px;
	text-align:left;
}
div.sticker1{
	background:transparent;
	width:230px;
	/*padding:10px;*/
	margin-left:200px;
	margin-top:15px;
	float:left;
	position:fixed;
	font-family:Calibri;
	font-size:20px;
	text-align:left;
}

.stick {
	position:fixed;
	top:0px;
}

.content{
	max-width:500px;
}

.table{
margin-left:15%;
margin-top:15px;
}

.table p{
	font-family:Calibri;
	font-size:15px;
}

.table h2{
	font-family:Calibri;
}
.table ul{
	font-family:Calibri;
}



div#logo{
	}
	
div#logo p{
	width: 600px;
	color:white;
}
div#logo #wording{
	font-style:italic;
	width:700px;
}



/*div#fastfact table{
	font-family:Calibri;
	font-size:15px;
	/*background:gray;
	color:white;
}
*/
/*
#fastfactdiv {
	/*margin-left:15px;
	margin-right:15px; n
	margin-top:15px; n
	margin-bottom:15px; n
	background:#F7F7F7 url('image/Fastfact.jpg') no-repeat center ;
	padding-bottom:50px;
	padding-top:50px;
	max-width:100%;
	max-height:100%;
	min-height:768px;
	min-width:1920px;

}*/

/*
#fastfactinnerdiv{
	height:768px;
width:960px;
background-color:rgba(255, 255, 255, .8);

}
#fastfactdetail {
	font-family:Calibri;
	font-size:25px; font-weight:normal; color:black; text-align:left;
	padding-bottom:5px;
	padding-top:5px;


}
*/

#hunzaprofile{
font-family:Calibri;
font-size:18px;
font-style:oblique;
font-weight:bold;
color:white;

}


#hunzaprofilebg{
	font-family:Calibri;
	font-size:20px; font-weight:lighter; color:gray; text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	
	background-color:rgba(255, 255, 255, .6);
	
	 
    

   width: 1200px; /* Default; change to your desired width. */
	margin: 0px auto; /*0px top margin, automatic right margin, 0px bottom margin, automatic left margin. */



	/*background:url('../image/pavilioninside.jpg')  no-repeat left  center;
	padding-bottom:100px;

	background-color:#F7F7F7;*/


}
	margin: 0px auto; /*0px top margin, automatic right margin, 0px bottom margin, automatic left margin. */



	/*background:url('../image/pavilioninside.jpg')  no-repeat left  center;
	padding-bottom:100px;

	background-color:#F7F7F7;*/


}
/*=====================================================*/
ol, ul {
	list-style: none; }
.profileUL{
	list-style:disc; 
}
/* Main Styles */	
	
#wrapper{
	/*width:100%;*/
	margin:0;
	/*margin-top:30px;*/
	/*float:right;*/
	
	
}

#nav {
	position:relative;
	width:auto;
	margin:0 auto;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
}

ul#navigation li {
	display:inline;
	/*font-size:12px;
	font-weight:bold;*/
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

ul#navigation li a {
	padding:10px ;
	/*color:#616161;*/
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	/*background: #f5f5f5;*/
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	/*background:#f8f8f8;
	color:#282828;*/
}

ul#navigation li:hover > a {
	/*background:#fff;*/
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:180px;
	background:#EAEAEA;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 

}

ul#navigation ul {
    top: 43px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;

}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	/*width:150px;*/
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}
/*=================second navigation===================================*/
#second-navigation{
}
#second-navigation a{
	  border-radius: 10px;
		margin-left:5px;
		margin-right:5px;

}

#second-navigation a:hover{
	background-color: #F4F4F4;
	}

/*=============================================================*/
.scrollToTop{
	width:60px; 
	height:60px;
	position:fixed;
	bottom:100px;
	right:100px;
	display:none;
	background: url('image/scrolltotop.png') no-repeat 0px 0px;
	z-index:10000;
}
.scrollToTop:hover{
	text-decoration:none;
}
/*=====================table-register=================================*/
/*.input{
	border:none;
	width:291px;
}

#table-register select{
	border:none;
	max-width:400px;
}


#table-register .first{
	border-style:solid;
	border-right:none;
	border-width:thin;
	width:125px;
	height:50px;
	padding-left:5px;
	padding-right:5px;}

#table-register .second{
	border-style:solid;
	border-width:thin;
	width:300px;
	max-width:500px;
	height:50px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	
}
#table-register {
	border-collapse: collapse;
}

#table-register .seperater{
	width:30px;
	height:50px;
}


#section-register{
	max-width:100%;
	height:768px;
	
	background-image:url('../image/alila2-contact.jpg') ;
	
.contact-title{font-family: 'Lato', serif; font-size:80px; font-weight:300; color:#fff; text-align:center;}


}*/
/*=====================table-register=================================*/
#table-register{
font-family:Calibri;
}

#table-register input{
	border:none;
	width:294px;
	background: transparent;
	color:black
	;
	font-family:Calibri;
	font-size:15px;
}

#table-register select{
	border:none;
	max-width:400px;
	background: transparent;
	color:black;
	font-family:Calibri;
	font-size:15px;

}

#table-register select option{
	border:none;
	max-width:400px;
	background: transparent;
	color:black;
}


#table-register .first{
	border-style:solid;
	border-right:none;
	border-width:thin;
	width:125px;
	height:50px;
	padding-left:5px;
	padding-right:5px;
	border-color:white;
	color:white;
	}

#table-register .second{
	border-style:solid;
	border-width:thin;
	width:300px;
	max-width:500px;
	height:50px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-color:white;
	
	
}
#table-register {
	border-collapse: collapse;
}

#table-register .seperater{
	width:30px;
	height:50px;
}


#section-register{
	max-width:100%;
	height:768px;
	
	background-image:url('image/alila2-contact.jpg') ;
}	

.title2
{	font-family:Calibri;
	font-size:50px; font-weight:lighter; color:white; text-align:center;
	padding-bottom:25px;
	padding-top: 80px;
	}
	

#btn-submit{
background:none;
border:none;
color   : #fff;
font-family:Calibri;
font-size:25px;
width:80px;
}

#div-register
{
padding-top:40px;
padding-bottom: 40px;
background-color:rgba(255, 255, 255, .4);
}

#facilitieslist
{	font-family:Calibri;
	font-size:25px; font-weight:lighter; color:gray; text-align:left;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	}
#facilitiestable td{
	padding-left:20px;
	padding-right:40px;
	padding-top:5px;
	padding-bottom:5px;

}


#floorplan{

	font-family:Calibri;
	font-size:20px; font-weight:lighter; color:gray; text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	
	background-color:rgba(255, 255, 255, .6);


}
#plandiv img{
padding-bottom:5px;
padding-top:5px;
}

