/* CSS Document */

h1 {
	width: 100%;
	max-width: 960px;
	margin: 0px;
}
h1 img {
	width: 99%;
	height: auto;
	margin: 0px;
	border: solid 2px #a2be96;
}
.switch {
	visibility: hidden;
}
#nav {
	overflow: hidden;
	width: 732px;
	margin: 20px auto;
}
.nav {
	font-size:  1em;
	display: block;
	width: 200px;
	height: 30px;
	padding: 0px 20px;
	float: left;
	text-align: center;
}
.nav1 {
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}
.nav2 {
	border-right: solid 2px #000;
}
.title {
	height: 32px;
	text-align: center;
	margin: 50px auto 30px;
}
.facility  {
	width: 752px;
	margin: 0px auto;
}
.facility h2 {
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	margin: 50px 0px 34px;
}
.link {
	width: 150px;
	margin: 10px auto 20px;
	text-align: center;
	font-size: 0.9em;
	color: #51C189;
	display: block;
	border-bottom: 1px solid #51C189 ;
}
.facility_1 {
	margin: 0px 0px 22px;
	border-top: solid 2px #000;
	overflow: hidden;
}
.facility_2 {
 	margin: 20px 0px;
}
.facility_3 {
	float: left;
}
.facility_ph {
	width: 400px;
	height: 300px;
}
.vegas-timer-progress {
	display: none;
}
.ph1 {
	background-size: contain;
}
.ph2 {
	background-size: contain;
}
.ph3 {
	background-size: contain;
}
.ph4 {
	background-size: contain;
}
.facility_tx {
	font-size: 0.8em;
	margin: 40px 0px 20px 20px;
}
.facility_tx p {
	margin: 14px 0px;
}
.map_bt{
	  margin: 1em 0px 0px 120px;
		padding: 0.3em 1em;
    text-decoration: none;
    color: #b3b3b3;
    border: solid 2px #b3b3b3;
    border-radius: 3px;
    transition: 0.4s;
		cursor: pointer;
		outline: 0;
		background: #fff;
		font-size: 1.2em;
}
.map_bt:hover {
    background: #b3b3b3;
    color: white;
}

.map iframe {
	margin-top: 10px;
	width: 100%;
}
footer p {
	margin: 10px auto;
	padding: 10px 0px 0px;
	font-size: 0.4em;
	text-align: center;
}

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

#nav {
	overflow: hidden;
	width: 322px;
	margin: 10px auto;
}
.nav {
	font-size:  0.8em;
	vertical-align: middle;
	display: block;
	width: 96px;
	height: 30px;
	padding: 0px 4px;
	margin: 0px auto;
}
.facility  {
	width: 96%;
	margin: 80px auto 0px;
}
.facility_2 {
	margin: 20px 0px 10px 14px;
}
.facility_3 {
	float: none;
}
.facility_ph {
	width: 100%;
	background-size: cover;
}
.facility_tx {
	font-size: 0.8em;
	margin: 20px 0px 50px 20px;
}
.map_bt:hover {
    color: #b3b3b3;
    background: #fff;
}


}
