body {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  color: #444;
  line-height: 2em;
}

a[href^=tel] {
  color: #444;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #444;
}

h, h1, h2, h3, h4 {
  font-weight: normal;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.nav {
	position: fixed;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 9999;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	background-color: #FFFFFF;
}

#nav-link {
  float: right;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: block;
	float: left;
}

.nav ul li a {
	display: block;
	margin: 0px 1px;
	padding: 0px 20px;
	height: 100%;
	line-height: 64px;	
	text-align: center;
}

.nav ul li a:hover, .nav-hover {
	color: #fff;
	/*background-color: rgba(255, 0, 0, 0.6);*/
	background-color: #ef5252;
}

.nav2 {
	position: fixed;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 9999;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	background-color: #FFFFFF;
}

.nav2 ul {
	margin: 0;
	padding: 0;
}

.nav2 ul li {
	display: block;
	float: left;
}

.nav2 ul li a {
	display: block;
	margin: 0px 1px;
	padding: 0px 20px;
	height: 100%;
	line-height: 64px;	
	text-align: center;
}

.nav2 ul li a:hover, .nav2-hover {
	color: #fff;
	/*background-color: rgba(30, 196, 81, 0.6);*/
	background-color: #f2c008
}

#nav2-link {
  float: right;
}

#nav-logo {
	display:block;
	float:left;
	margin-left: 20px;
}

.short-line {
	border-bottom: 2px solid #aaa;
	width: 80px;
}

.short-line-white {
  border-bottom: 2px solid #444;
	width: 80px;
}

.short-line-white-dashed {
  border-bottom: 2px dashed #444;
	width: 80px;
}

.short-hline {
	display: block;
	margin-top: auto;
	height: 50px;
	border-left: 2px solid #aaa;
}

div.background {
  overflow: hidden;
  width: 100%;
  display: block;
  
  margin: 0px;
  padding: 0px;
  background-size: 100% 100%;
/*  background-position: center center;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#bg-1 {
  background-image:url("../images/bg.jpg");
}

#bg-2 {
  background-image:url("../images/bg2.jpg");
}

#bg-3 {
	background-image:url("../images/intersection-blue.png");
  background-repeat: repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: auto;
}

#bg2-1 {
  background-image:url("../images/bgx.png");
}

#bg2-2 {
	background-image:url("../images/bgx2.png");
}

#bg2-3 {
  background-image:url("../images/intersection.png");
  background-repeat: repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: auto;
}

.page {
  display: block;
  width: 100%;
  padding-top: 100px;
  text-align: center;
}

#page-1 {
  height: 650px;
}

#page-2 {
  height: 650px;
  line-height: 650px;
}

#page-3 {
  margin-bottom: 200px;
} 

#page-4 {
  margin-bottom: 100px;
}

#page-5 {
/*  margin-bottom: 200px;*/
	padding-top: 0px;
	/*color: #444;*/
}

#gallery {
  width: 60%;
  min-width: 500px; 
/*  text-align: left; */
  margin-left:auto; 
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

#gallery-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  
}

#gallery-screen img {
  display:block;
  margin: auto;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}

.gallery-image {
  display: inline-block;
}

.panel {
  vertical-align: top;
  display: inline-block;
  width: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#page-2-data {
  min-width: 500px;
  max-width: 50vw;
  vertical-align: middle;
  line-height: 2em;
  display: inline-block;
  margin-top:-36px;
}

.border-radius {
	border-radius: 38px;
	border: 5px solid rgba(10, 107, 189, 0.75);
}

.container-radius {
	border-radius: 30px;
	background-color: rgba(10, 107, 189, 0.75);
	margin: 2px;
	padding: 12px;
}

.border-radius2 {
	border-radius: 38px;
	border: 5px solid rgba(242, 192, 8, 0.75);
}

.container-radius2 {
	border-radius: 30px;
	background-color: rgba(242, 192, 8, 0.75);
	margin: 2px;
	padding: 12px;
}

.text-white {
  color: #fff;
}

.text-jasmineupc-normal {
  font-size: 1.4em;
}

.text-align-left {
  text-align: left;
}

.map {
  height:100%; max-height:558px; width:800px; max-width:100%;
}

.map.ios {
  height:500px;
}

#bg-1.ios {
  background: none;
}

#bg-2.ios {
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
}

#bg-3.ios {
  background: none;
  color:#444;
}

#bg2-1.ios {
  background: none;
}

#bg2-2.ios {
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
}

#bg2-3.ios {
  background: none;
  color:#444;
}

.shadow-down {
	width: 100%;
	height: 5px;
	background-image: url("../images/w1h5-shadow.png");
}