@font-face {
	font-family: 'Corporate E';
	src: url('../fonts/CorporateE-Regular.eot');
	src: url('../fonts/CorporateE-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CorporateE-Regular.woff') format('woff'),
		url('../fonts/CorporateE-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Corporate E';
	src: url('../fonts/CorporateE-Bold.eot');
	src: url('../fonts/CorporateE-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CorporateE-Bold.woff') format('woff'),
		url('../fonts/CorporateE-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

#loadingMessage {
  display: none;
}
.info {
	position: absolute;
	width: 100%;
	background-color: #BBBBBB;
	text-align: center;
	top: 0;
	left: 0;
	opacity: 0.7;
}
#notice {
  position: absolute;
  background: rgba(255,255,255,0.66);
  width: 240px;
  height: 190px;
  left: 30px;
  top: 80px;
  padding: 20px 10px 10px 10px;
  border-radius: 10px 10px;
}
#notice img {
  max-width: 200px;
  margin-left: 20px;
}
#notice p {
  font-family: 'Corporate E';
  font-size: 18px;
  color: #0c62a7;
  font-weight: normal;
  margin: 10px 20px 10px 20px;
  text-align: center;
  
}
#videocontainer {
  position: absolute;
  background: none;
  width: 320px;
  height: 320px;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

/* portrait */
@media screen and (orientation:portrait) {
	.info img {
    max-width: 60% !important;
    margin: 4px 0;
  }
}
/* landscape */
@media screen and (orientation:landscape) {
	.info img {
    max-width: 30% !important;
    margin: 0;
  }
  #notice {
    width: 140px;
    height: 90px;
    top: 10px;
    left: 80px;
    padding-top: 5px;
  }
  #notice img {
    max-width: 100px;
  }
  #notice p {
    font-size: 10px;
    margin: 5px 20px 20px 20px;
  }
  #videocontainer {
    width: 140px;
    height: 140px;
    right: 0;
    left: auto;
}