body {
  background-color: #000;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 10px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.center {
  position: absolute;
  width: 92px;
  height: 120px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -46px;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  text-transform: uppercase;
}

.ws-listings {
  min-height: 420px;
}

.ws-listing {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  text-transform: uppercase;
}

.ws-addr {
  /*
  background: #eff1ff;
  background: radial-gradient(ellipse at center, #eff1ff 40%, #000 100%);
  background-size: 54% 156%;
  background-position: center center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  text-align: center;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.015em;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  margin-bottom: 0px;
}

.ws-city {
  font-size: 20px;
  color: #666;
  letter-spacing: 3px;
  font-weight: 700;
  display: block;
  margin: 5px 0;
}

.ws-distance {
  font-size: 13px;
  color: #666;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
}

a {
  color: #2997ff;
  text-decoration: none;
}

.ws-vr-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: solid 1px #fff;
  margin: 5px auto 10px auto;
}

.ws-vr-container .ws-listing-sign {
  position: absolute;
  width: 30%;
  height: auto;
  top: 0;
  left: 0;
}

.ws-vr-container iframe {
  width: 100%;
  height: 100%;
}

.ws-vr-container .ws-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.ws-options {
  margin-bottom: 40px;
}

.ws-name {
  font-size: 21px;
  font-weight: bold;
}

.ws-brand span {
  display:block;
}

.ws-brand .ws-title {
  font-size: 10px;
}

.ws-top {
  /* position: fixed; */
  top: 0;
  width: 100%;
  background-color: #111;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}

.ws-top .ws-top-hide {
  display: none;
}

.ws-top .ws-name {
  font-size: 18px;
}

.ws-top .ws-phone, .ws-top .ws-email {
  font-size: 14px;
}

.ws-top .ws-avatar img {
  width: 100%;
  height: 100%;
}

.ws-top .ws-avatar {
  width: 128px;
  height: 128px;
  border-radius: 200px;
  overflow: hidden;
  border: solid 1px #fff;
}

.ws-details {
  font-size: 13px;
}

.ws-a-item {
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
  margin: 0 3px;
  width: 90px;
}

footer {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  text-align: center;
  bottom: 0;
}

.ws-fixed-bottom {
  background-color: rgba(0,0,0,0.8);
  padding: 15px 30px;
  border-top: solid 1px #fff;
}

.ws-vr-container .ws-listing-play {
  position: absolute;
  width: 80px;
  height: auto;
  top: calc(50% - 30px);
  left: calc(50% - 40px);
}

.ws-vr-container .ws-mp-play {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  font-size: 12px;
  text-align: center;
  text-shadow: 2px 1px #000;
}

.ws-round-button {
	box-sizing: border-box;
	display:block;
	width: 70px;
	height: 70px;
	padding-top: 18px;
	padding-left: 8px;
	line-height: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size:16px;
	font-weight:bold;
	transition: all 0.3s ease;
  margin: 20px auto 0px auto;
}
.ws-round-button:hover {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}

@media only screen and (max-width: 760px) {
  .ws-vr-container {
    max-width: 94%;
    height: 250px;
  }

  .ws-addr {
    font-size: 20px;
    margin-bottom: 0;
  }
  .ws-city {
    font-size: 14px;
    margin: 0;
  }
  .ws-distance {
    font-size: 10px;
    margin-bottom: 0;
  }
}
