﻿html, body {
	margin: 0;
	padding: 0;
}
body {
  color: #fff;
  font-size: 1.1em;
  font-family: Arial, "Microsoft yahei", Roboto-Light, Helvetica, Sans-Serif;
  /*background: url('../imageAPSC/bg.jpg') no-repeat center center fixed; 
  background-size: cover;
  background-size: cover;*/
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  height: 100% !important;
  align-items: center;
  justify-content: center;
}
a {
  color: #ff6;
  text-decoration: none;
}
a:hover {
	color: #f60;
}
.gap {
  margin-top: 120px;
}
.gap-top {
  height: 20px;
}
.gap-logo-bottom {
  padding-left: 80px;
}
.relative {
	position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.big {
  font-size: 1.2em;
}
.small {
  font-size: .85em;
}
img {
	margin: 0; 
	border: none;
  max-width: 100%;
}
.img {
  width: 58px;
  vertical-align: middle;
}
.img-logo-bottom {
  width: 70px;
  vertical-align: middle;
}
.content-wrapper {
  margin: 0 auto;
	padding: 0;
	/* (viewport width:1008) 958/1008=.95 */
	width: 100%;
  max-width: 1000px;
}
footer {
  width: 100%;
  clear: both;
  font-size: 0.8em;
  height: 80px;
  text-align: center;
}
.img-logo {
  width: 40%;
}
.img-bg {
  width: 100%;
}
.clear {
  clear: both;
}
.desk {
  /*display: block;*/
}

.very-specific-design {
  width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.scaleable-wrapper {
  resize: both;
  position: relative;
  height: 1116px;
  margin-bottom: 200px;
}
.ui-resizable-se {
  position: absolute;
  background-color: rgba(0, 51, 153, 0.7);
  padding: 0 7px;
}
.ui-resizable-se:hover {
  background-color: #000;
}
.t1 {  
  top: -1%;
  left: 43%;
}
.t2 {  
  top: 9%;
  left: 32.5%;
}
.t3 {  
  top: 29%;
  left: 43%;
}
.t4 {  
  top: 9%;
  left: 59%;
}
.t5 {  
  top: 13%;
  left: 2%;
}
.t6 {  
  top: 11.5%;
  left: 18%;
}
.t7 {  
  top: 26%;
  left: 0%;
}
.t8 {  
  top: 25.5%;
  left: 18.5%;
}
.t9 {  
  top: 48.5%;
  left: 8%;
}
.t10 {  
  top: 11.5%;
  left: 70%;
}
.t11 {  
  top: 13%;
  left: 84%;
}
.t12 {  
  top: 25%;
  left: 72%;
}
.t13 {  
  top: 26%;
  left: 87%;
}
.t14 {  
  top: 47.5%;
  left: 82%;
}
.t15 {  
  top: 57%;
  left: 8%;
}
.t16 {  
  top: 69%;
  left: 1%;
}
.t17 {  
  top: 69%;
  left: 20%;
}
.t18 {  
  top: 83%;
  left: 8%;
}
.t19 {  
  top: 59%;
  left: 44%;
}
.t20 {  
  top: 66%;
  left: 31%;
}
.t21 {  
  top: 66%;
  left: 61%;
}
.t22 {  
  top: 80%;
  left: 31%;
}
.t23 {  
  top: 80%;
  left: 62%;
}
.t24 {  
  top: 98%;
  left: 44%;
}
.t25 {  
  top: 51%;
  left: 78%;
}
.t26 {  
  top: 55%;
  left: 90%;
}
.t27 {  
  top: 68%;
  left: 71%;
}
.t28 {  
  top: 69%;
  left: 90%;
}
.t29 {  
  top: 96%;
  left: 71%;
}
.t30 {  
  top: 93%;
  left: 88%;
}
.t31 {  
  top: 100.5%;
  left: 5%;
}

#popup
{
  position: relative;
  top: -120px;
  width: 90%;
  background-color: #b9d9df;
  font-size: 0.8em;
  color: black;
  -ms-filter: "alpha(opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter : alpha(opacity=0);
  opacity : 0;
  padding: 20px;
  border-style: solid;
  border-radius:15px;
  border-color:#bbd8b3;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#popup:target
{
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter : alpha(opacity=100);
  opacity : 1;
}
.a {
  color: #f00;
  text-decoration: none;
}
.a:hover {
	color: #f60;
}
#close
{
  position:absolute;
  left: 100%;
  top: -20px;
  margin-left: -10px;
  background-color: #EFF1F3;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 50px;
  border-style: solid;
  border-color: #bbd8b3;
  font-weight: bold;
  color: #bbd8b3;
  text-decoration: none;
  font-family: arial;
}
#close:hover
{
  background-color: #EFF1F3;
  border-color: #bbd8b3;
  color: #D77A61;
}
#close:active
{
  background-color: #A9F5F2;
  color: black;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
.img-logo {
  width: 40%;
}
}	

@media only screen and (max-width: 767px)
{
.desk {
  display: none;
}
.mobile-show {
  display: block;
}
.img-logo {
  width: 57%;
  padding-left: 60px;
}
.img-logo-bottom {
  width: 60px;
}
.img {
  width: 38px;
}
body {
  font-size: .6em;
}
.content-wrapper {
	width: 100%;
}
footer {
  height: 60px;
}
.gap {
  margin-top: 320px;
}
.gap-top {
  height: 30px;
}
.gap-logo-bottom {
  padding-left: 20px;
}
.scaleable-wrapper {
  height: 800px;
  margin-bottom: 200px;
}
.t31 {  
  top: 110.5%;
  left: 5%;
}
#popup
{
  top: -100px;
  width: 86%;
}
#close
{
  font-size: 24px;
  border-radius: 60px;
}
.big {
  font-size: 1.6em;
}
}