@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#000;
	color:#FFF;
}

h1{
	padding:8px;
text-align:center;
	background-color:#1E3262;
	color:#FFF;
}
h2{
	padding:8px;
	background-color:#401849;
	color:#FFF;
	
}
img {
  max-width: 100%;
  height: auto;
}
.showme{
	display:block;
}
.hideme{
	display:none;
}

a{color:#FFF;
	font-weight: 600;
	text-decoration: none;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  color: #ffffff;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
	padding:0px;
	margin:0px 0px 7px 0px;
  background-color:#401849;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color:#1E3262;
}
.menu li a{
	display:block;
	margin:0px 0px 0px 0px;
  padding: 8px;
	
}
.aside {
  background-color:#1E3262;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
.menu_icon{
	display:block;
	margin:4px auto 4px auto;
}
.menu_icon{
display:block;
	width:60px;
	height:30px;
	margin:4px auto 4px auto;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;   
	transform: translateX(calc((100% - 100vw) / 2));
	z-index:0;
}


.content {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#infopan.showinfo_oldpanel{
         min-width: 400px;
		 max-width:90%;
         min-height: 400px;
         background-color: #333333;
         border: 2px solid #666666;
         padding: 20px;
         position: fixed;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         box-shadow: 0px 0px 10px #666666;
         border-radius: 10px;
         z-index:1000;
      }
.ex{
	display:block;
	float:right;
	width:20px;
	height:20px;
	font-size:12px;
	text-align:center;
	line-height:12px;
	font-weight:bold;
	background-color:#000;
	padding:6px;
}
hr{
	margin-top:20px;
	margin-bottom:60px;
	background-color:#333333;
	height:4px;
	border:none;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 820px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}