* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  height: 100%;
  overflow: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}

.efblock{ width: 100%;}

#damImg {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: 20;
}

/*---------------------------------------------
loading
----------------------------------------------*/

#loader {
  display: none;
  width: 48px;
  height: 48px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 200;
}

#loader-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 150;
  display: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:link {
  color: #bf1920;
}

a:visited {
  color: #bf1920;
}

a:active {
  color: #6c0000;
}

a img {
  border: 0;
}

a:focus {
  outline: none;
}

/*---------------------------------------------
ef
----------------------------------------------*/

.ef-fade {
  opacity: 0;
  transition: 1.5s ease 0.1s;
}

.fade {
  opacity: 1.0;
  transform: translate(0, 0);
  transform: scale(1, 1);
}


/*---------------------------------------------
print
----------------------------------------------*/

@media print {
  body {
    display: none !important;
  }
}
