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

html,
body {
	height:100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,	u,	i,	center,	dl,	dt,	dd,	ol, ul, li, fieldset, form,label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'latoregular';
    font-size: 14px;
    color: #dddddd;
	text-align: justify;
	line-height: 18px;
}

a {text-decoration: none;}

a:link    {color:#ddd;}
a:visited {color:#ddd;}
a:hover   {color:#666;}
a:active  {color:#0CF;}
a:focus {color:#0CF;}

h1 {
	font-family: Lato;
	font-size: 38px;
	color: #FFF;
}

h2 {
	font-family: CenturyGothic;
	font-size: 44px;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	padding-top: 15px;
}

h3 {
	font-family: CenturyGothic;
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-left: 5%;
}
h4 {
	font-size: 20px;
	padding-bottom: 20px;
}

h5 {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight:normal;
	text-align:left;
}

.clear {
	clear:both;
}

.showselected {
	color:#0CF !important;
}

/***************** Content *******************/
#divabout, #divlocation, #divfacilities, #divcontact, #divgallery, #divplana, #divplanb, #divplanc, #divpland, #divplane, #divplanf, #divplang, #divmainplan {
	display:none;
}

#mainwrapper {
	min-height:100%;
	position:relative;
}

.content-page {
	/*display:block;*/
	padding-top:20px;
}

.navigation-page, .navigation-plan-page {
	/*height: 483px;
	max-width: 81%;
	max-height: 50%;
	margin-left: auto;
	margin-right: auto;*/
	height: 70%;
	text-align: center;
	background-color: rgba(0,0,0,.8);
	width: 81%;
	max-width: 1600px;
	max-height: 800px;
	z-index: 40;
	max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
	position: absolute;
	margin: auto;
	/*min-height: 463px;
	min-height: 568px;
	position: relative;
	display: none;*/
}

.navigation-page {
	min-height: 584px;
}

.navigation-plan-page {
	min-height: 472px;
}

.half-page {
	width:47.9%;
	float:left;
	padding:1%;	
	display:table;
	height:100%;
}

.border-right {
	border-right:thin solid #fff;
	margin:2% 0;
	height:91%;
	float:left;
}
.inside-page {
    width: 80%;
    margin: 20px auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pagehalfcontent {
	margin:5px auto;
	width:85%;	
}


/***************** about *******************/
.paddingabout {
	margin:0 0 40px 0;
	float:right;	
}

.paddingabout #aboutitle {
	max-width:100%;
}

.inside-page .about-img {
	max-width:80%;
}
/***************** end about *******************/


/***************** location *******************/

.inside-page .locationtagline {
	float:right;
	margin: 32px 8% 0 0;
}

#divlocation .inside-page {
	position:relative;
}

/*#mapviewBtn {s
	margin-top: 5px;
	background-image: url(../images/button_MapView.png);
	background-repeat: no-repeat;
	width: 79px;
	height: 26px;
	right: 5px;
	margin-left: 75%;
}*/

#mapviewBtn {
	background-image: url(../images/button_MapView.png);
	background-repeat: no-repeat;
	width: 79px;
	height: 26px;
	right: 6%;
    bottom: 26px;
	position:absolute;
}

#mapviewBtn img {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;	
	opacity:0;
}
#mapviewBtn img:hover {
	opacity:1;
	cursor:pointer;
    -webkit-animation-duration: 1s; 
    /*-webkit-animation-iteration-count: 		
	infinite;*/
    -webkit-animation-timing-function: linear;	
	Chrome, and Safari */
}

#locationviewviewBtn {
	background-image: url(../images/button_location.png);
	background-repeat: no-repeat;
	width: 102px;
    height: 26px;
    right: 19%;
    bottom: 26px;
	position:absolute;
}

#locationviewviewBtn img {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;	
	opacity:0;
}
#locationviewviewBtn img:hover {
	opacity:1;
	cursor:pointer;
    -webkit-animation-duration: 1s; 
    /*-webkit-animation-iteration-count: 		
	infinite;*/
    -webkit-animation-timing-function: linear;	
	Chrome, and Safari */
}

#locationmapview {
	position: relative;
	/*width: 393px;
	height: 446px;
	width: 465px;*/
	width: 100%;
	margin:auto;
}

#locationmyframe {
	width: 393px;
	height: 446px;
}

#locationmyframe2 {
	display:none;
}

#locationmyframe3 {
	display:none;
}

.ratio {
	display: none;
	height: auto;
	width: 100%;
}

.location-map-img {
	display:none;
}

.location-img-map {
	width:100%;	
	height:100%;
}
/***************** end location *******************/



/***************** facility *******************/
.facilities-wrapper {
	width:90%;
	margin:30px auto;
}

.facilities-border {
	border-bottom: thin solid #fff;	
}

.facilities-page {
	vertical-align:middle;
	margin:20px auto;
	width:90%;
}

.facilities-table {
	margin:10px auto;
	/*width:87%;*/
	width:93%;
}

.facilities-table-space {
	margin:40px 0 0 0;	
}

.factablebigtitle {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
	margin-left:12px;
}

.factablebigtitle span {
	font-size:20px;
}

#factabletowerA {
    margin: 30px 0 30px 0;
}

.factableredbutton {
    text-align: center;
    padding-right: 10px;
}

.towerA-table, .towerb-table {
	display:inline-block;
	margin:0 10px;
}

#towera-table2b {
	display:none;
}

.towerA-table, .towerb-table {
	width:30%;
	float:left;
}

.towerA-table td, .towerb-table td  {
	vertical-align:top;
	text-align:left;
}

.factabledescrip {
    /*padding-right: 50px;*/
	padding-right:5px;
}

.facilities-scroll {
	overflow-y: auto;
	/*height:483px;*/
}

.facilities-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.facilities-scroll::-webkit-scrollbar{
	width: 15px;
}

.facilities-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #555555;
	/*border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);*/
}

/***************** end facility *******************/

/***************** gallery *******************/
/*.galleryimage {
	width: 28%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}*/
.galleryimagestyle {
	max-height: 100%;
	max-width: 100%;
}

#prettyPhoto ul, .gallery-page ul {
	margin: 0 -1%;	
}

#prettyPhoto ul li, .gallery-page ul li {
	width: 31.33333333%;
    float: left;
    position: relative;
    padding: 0 1% 30px;
}

#prettyPhoto ul li img, .gallery-page ul li img {
	width: 100%;
	height: auto;	
}

#prettyPhoto {
	margin-left: 5%;
}

.gallery-page {
	width:90%;
	margin:auto;	
}

.gallery-border {
	margin:30px 0;
}
/***************** end gallery *******************/


/***************** plan ******************/
#divplan {
    padding: 15px 0;
	width:100%;
    height: 80px;
    text-align: center;
    background-color: #fff;
    display: none;
	position:absolute;
	bottom:40px;
	left:0;
	z-index:1;
}

.buttons a {
        /*color:aqua;
        -webkit-filter: grayscale(1.0);*/
}
	
.buttons a:hover, .buttons a:active {
	background-color: rgba(0,0,0,0);
	color: #666;
}
	
.buttons a:active {
	color:#0CF;	
}
.buttons a:focus {
	outline: none;
	color: #0CF;
}

.planimg {
	width: 40%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 5%;
}

.planbutton {
	cursor: pointer;
	display: inline-block;
	padding: 0 40px;
}

.planbuttonimage {
	width: 74px;
}

.breakplan1 {
	display:none;
}

.breakplan2 {
	display:none;
}

.breakplan3 {
	display:none;
}

.breakplan4 {
	display:none;
}

.planimage img {
	/*width:100%;*/	
}
/***************** end plan ******************/
/***************** contact *******************/
#submitBtn {
	width: 79px;
	height: 26px;
	right: 2px;
	float:right;
}

.fb-icon {
	padding:5px 30px 0 0;
}

small {
    font-size: 11px;
}

#contactform {
	width: 75%;
	margin:auto;
	text-justify: inter-word;
}

.contactdescrip {
	width: 76%;
    margin: 1% auto 1%;
}

.contactdescrip td {
	vertical-align:top;
}

.contacttag {
	float:right;
	margin-right:80px;
}

.formTitle {
	width:90px;
    padding-right: 5px;
    padding-bottom: 30px;
    text-align: left;
	vertical-align:top;
}

.form_box {
    border: #CCC solid thin;
    border-radius: 5px;
    background-color: rgba(0,0,0,0);
    height: 30px;
    width: 250px;
    padding-left: 20px;
    color: #FFF;
}

.formArea {
    padding-bottom: 20px;
}

.form_text {
    width: 250px;
    border: #CCC solid thin;
    border-radius: 5px;
    background-color: rgba(0,0,0,0);
    resize: none;
    padding-left: 20px;
    color: #FFF;
}

.captcha {
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    border: #CCC solid thin;
    width: 145px;
    height: 30px;
    padding-left: 20px;
    color: #FFF;
}

.contact-phone {
	display:inline-block;
}

.contactapdl {
	font-size: 8px;
    width: 85%;
    line-height: 11px;
    margin-left: 12%;
}
/***************** end contact *******************/


/***************** end Content *******************/


/*****************footer*******************/
/*.bottomclass {
	bottom: -80px !important;
}

.planbottomclass {
	bottom: -40px !important;
}*/

#logoimg {
	height: 138px;
	margin-left:20px;
}

#logoimg img {
	width: 190px;
    height: auto;
}

.navigation-bottom {
	background-color: rgba(0,0,0,.8);	
	width:100%;
	min-height:40px;
}
#footer-wrapper {
	width:100%;
	position:absolute;
	bottom: 0;
	left:0;
	cursor: pointer;
	font-family: 'lato regular';
}

.footer-copy {
	float:right;
	margin:8px 5px;	
}
.footerlogo {
	font-size:10px;
	text-align:left;
}

@media (max-width: 1650px) {
#locationviewviewBtn {
	right: 22%;	
}
}

@media (max-width: 1366px) {
#locationviewviewBtn {
    right: 26%;
}
}

@media (max-width: 1320px) {

#contactform {
    width: 85%;
}
}

@media (max-width: 1300px) {
.planimage h5 {
	height:40px;	
}
}

@media (max-width: 1190px) {

#locationmapview {
    width: 90%;
    height:auto;
}	
	
}

@media (max-width: 1140px) {
.contactdescrip {
    width: 80%;
}	

.contacttag {
    margin-right: 10px;
	margin-left:10px;
}

.contacttag img {
   width: 80%;
}

.contactapdl {
    width: 80%;
    margin-left: 10%;
}
	
}

@media (max-width: 1100px) {
.planbutton {
    padding: 0 20px;
}

#towera-table2b {
	display:block;
}

#towera-table2a {
	display:none;
}

.towerA-table, .towerb-table {
    width: 250px;
}

#locationviewviewBtn {
    right: 30%;
}	
}
@media (max-width: 1066px) {
#prettyPhoto ul li, .gallery-page ul li {
    width: 46%;
    padding: 0 2% 30px;
}

#prettyPhoto ul, .gallery-page ul {
    margin: 0 -2%;
}

#contactform {
    width: 90%;
}
	
.navigation-bottom {
	background-color:transparent;  
}
#locationmapview {
	width: 100%;
}
#locationmyframe2 {
    width: 353px;
    height: 401px;
	display:block;
	margin-top:8%;
}

#locationmyframe3, #locationmyframe {
	display:none;	
}

.border-right {
    height: 93%;
}

#logoimg {
	height:77px;
	margin-left:22px;
}
#logoimg img {
	width:100px;
	height:77px;	
}

}


@media (max-width: 1000px) {

#contactform {
    width: 95%;
}
	
}

@media (max-width: 980px) {
.contactdescrip {
    width: 95%;
}	

.contacttag img {
   width: 80%;
}

.contactapdl {
    width: 92%;
    margin-left: 4%;
}
	
}

@media (max-width: 950px) {
.form_box {
	width:210px;
}

.form_text {
	width:208px;
}

.captcha {
	width:114px;
}
	
}

@media (max-width: 930px) {
#locationviewviewBtn {
    right: 35%;
}
}

@media (max-width: 910px) {
#locationmyframe3 {
    width: 302px;
    height: 443px;
    display: block;
    margin-top: 16%;
}

#locationmyframe2 {
	display:none;
}

.inside-page .locationtagline {
    margin: 25px 3% 0 0;
}

.locationtagline img {
	width:70%;	
	float:right;
	margin-right:5%;
}

/*#mapviewBtn {
	margin-left:67%;
}*/

.border-right {
    height: 94%;
}
}

@media (max-width: 904px) {
.facilities-page {
    width: 95%;
}
	
}

@media (max-width: 860px) {
.contactdescrip {
    width: 88%;
}

.contacttag {
    margin-right: 0;
    margin-left: 20px;
}

#towera-table2b {
	display:none;
}

#towera-table2a {
	display:block;
}

}

@media (max-width: 840px) {
#contactform {
    width: 75%;
}

#contactform table td {
	display:block;
}

.formTitle {
	padding-bottom:5px;
}

.formArea {
    padding-bottom: 5px;
}
}

@media (max-width: 830px) {
.planimage h5 {
    height: auto;
}	

.planimage img {
	width:100%;
	height:100%;
}

.planbutton {
    padding: 0 10px;
}
}

@media (max-width: 780px) {
#mapviewBtn {
	right: 0;
	bottom: 0;	
}

#locationviewviewBtn {
	bottom: 0;	
	right: 95px;
}

#logoimg {
	height:61px;
	margin-left:18px;
}

#logoimg img {
	width:80px;
	height:61px;	
}

.content-page {
    padding-top: 10px;
    padding-bottom: 150px;
}

.half-page {
	width:90%;
	margin:20px auto;	
	float:none;
	height:auto;
}

.border-right  {
	border-right:none;
    border-top: thin solid #fff;
    margin: 2% auto;
	height:1%;
    width: 90%;
    float: none;
}

.facilities-scroll {
	/*overflow-y: hidden;
	height:483px;*/
}

.navigation-page, .navigation-plan-page {
	height: 79%;
    overflow-y: auto;
    /*position: absolute;
     width: 80%; 
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;*/
}

.navigation-page::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.navigation-page::-webkit-scrollbar{
	width: 15px;
}

.navigation-page::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #555555;
	/*border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);*/
}

.navigation-plan-page::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.navigation-plan-page::-webkit-scrollbar{
	width: 15px;
}

.navigation-plan-page::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #555555;
	/*border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);*/
}

#locationmapview {
	height:auto;
	margin-bottom: 25px;
}

#locationmyframe {
	display:block;	
	width: 78%;
    margin: auto;
}

#locationmyframe2, #locationmyframe3 {
	display:none;
}

.facilities-page img {
	width: 100%;
}

.inside-page .locationtagline {
	margin-bottom:15px;	
}

.contactdescrip {
	width:60%;
}

.contactdescrip td {
    display: table-cell;
}

.contacttag {
    margin-right:80px;
}

.contacttag img {
    width: 100%;
}

.form_box, .form_text {
	width:250px;
}

.captcha {
	width:145px;
}

.formTitle {
	padding-bottom:30px;
}

.formArea {
    padding-bottom: 20px;
}

#contactform table td {
   	display:table-cell;
}

}

@media (max-width: 718px) {
.paddingabout {
	margin:20px 0;	
	
}

.pagehalfcontent {
	margin:10px auto;	
}

/*#mapviewBtn {
    margin-left: 8%;
}*/
}

@media (max-width: 700px) {
.contactdescrip {
    width: 70%;
}	
}

@media (max-width: 680px) {
	
#prettyPhoto ul, .gallery-page ul {
	margin: 0;	
}
	
#prettyPhoto ul li, .gallery-page ul li {
    width: 100%;
    padding: 0 0 30px;
}
	
#locationmyframe {
    width: 95%;
}

#contactform {
    width: 85%;
}

.planbuttonimage {
    width: 50px;
}

#divplan {
    padding: 12px 0;
    height: 53px;
}
}

@media (max-width: 600px) {
.contactdescrip {
    width: 80%;
}

#logoimg img {
	width:60px;
	height:46px;	
}

#logoimg {
    height: 46px;
    margin-left: 15px;
}	
}


@media (max-width: 576px) {
.location-map-img {
	display:block;
	width:100%;
}

#locationmyframe {
	display:none;
}


#contactform {
    width: 95%;
}


}

@media (max-width: 530px) {
.contactdescrip {
    width: 90%;
}

#contactform {
    width: 98%;
}
}

@media (max-width: 515px) {
.footer-copy {
	float:left;
	margin:5px 0 5px 15px;	
	
}

#divplan {
    bottom: 76px;
}

.planbutton {
    padding: 0 5px;
}
}

@media (max-width: 500px) {

.form_box {
	width:210px;
}

.form_text {
	width:208px;
}

.captcha {
	width:114px;
}

.contactdescrip td span, .contactdescrip td small {
	display:block;	
}

.contactdescrip td span {
	display:none;
}

.contact-phone {
	display:block;
}
}

@media (max-width: 460px) {
.navigation-plan-page {
    height: 77%;
}

.pagehalfcontent {
    width: 95%;
}		

#logoimg img {
	width:50px;
	height:38px;	
}

#logoimg {
    height: 38px;
    margin-left: 12px;
}

.factablebigtitle, .factablebigtitle span {
	font-size:18px;
}
}

@media (max-width: 450px) {

#contactform table td {
   	display:block;
}

.formTitle {
	padding-bottom:5px;
}

.formArea {
    padding-bottom: 5px;
}
	
}

@media (max-width: 440px) {
.navigation-plan-page {
    height: 69%;
}
	
#divplan {
	height:128px;
	bottom: 71px;
}	

.footer-copy .asiagreenlogo {
	width:59px;
	height:15px;	
}
}

@media (max-width: 426px) {
.footer-copy {
	float:left;
	display:block;
}

.footerlogo {
	font-size:8px;
	padding-right:5px;
}

}

@media (max-width: 400px) {
.towerA-table, .towerb-table {
    width: 100%;
}

.factablebigtitle span {
	display:block;
	margin-top:8px;
}

.footerlogo {
    font-size: 7px;
    padding-right: 0;
}

.footer-copy {
    margin: 5px 0 5px 5px;
}

#divplan {
	bottom: 57px;
}

.factablebigtitle, .factablebigtitle span {
	font-size:16px;
}

.contactdescrip td {
   	display:block;
}	
}

@media (max-width: 360px) {
.planimage h5 {
	font-size:14px;
}
}

@media (max-width: 325px) {

.form_box {
	width:190px;
}

.form_text {
	width:188px;
}

.captcha {
	width:100px;
}
}

@media (max-width: 306px) {
.footer-copy table td {
	display:block;
}

#divplan {
    bottom: 75px;
}

}