/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}



.debuginfo{
	text-align:center;
	color:#999;
	font-size:11px;
	clear:both
}

.debuginfo .icon2{
	
	color:#bfbfbf;
	font:22px serif;
	
}

.debuginfo .content{
	display:none;
	color:#999;
}

.debuginfo:hover .content{
	display:inline;
	color:#999;
	font-family: "Poppins", Arial, sans-serif;
	font-size:11px;
}

.debuginfo:hover .datetime{
	display:none;
}

.datetime{
	display:inline;
	color:#999;	
}





.site-footer {
font-family: "Poppins", Arial, sans-serif;
text-align:right;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 800;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.border-on .site-footer {
  
}

.site-footer > .container {
  position: relative;
  height: inherit;
}

.site-footer > .container > .row {
  height: inherit;
}

.site-footer > .container > .row > .col-xs-12 {
  height: inherit;
}

@media (min-width: 992px) {
  .site-footer {
    display: none;
  }
}

@media (min-width: 992px) {
  .site-footer {
    position: fixed;
    display: block;
  }
}

.site-footer__inner {
  
  
}

/* copyright */
.site-footer__copyright {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  top: 50%;
  float: left;
  line-height: 1;
  font-size: 13px;
  font-weight: 100;
  color: #999;
}

.site-footer__copyright a {
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
  color: inherit;
}

.site-footer__copyright a:hover {
  border-bottom: 1px dashed #999;
}

.site-footer__social {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  top: 50%;
  float: right;
  line-height: 1;
  text-align: right;
}

.site-footer__social li {
  float: left;
  margin-right: 40px;
}

.site-footer__social li:last-child {
  margin-right: 0;
}

.site-footer__social a {
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.site-footer__social a:hover {
  border-bottom: 1px dashed #999;
}

@media (max-width: 991px) {
  .site-footer__social {
    display: none;
  }
  
  .debuginfo{
    display: none;
  }
}
