/**
* Author: YARU Creative
**/
@media screen { 
@font-face {
  font-family: 'ProximaNovaLight';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont-.eot#iefix') format('embedded-opentype'), url('../cache.php?file=../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaThBold';
  src: url('../fonts/proximanova-extrabold-webfont.eot');
  src: url('../fonts/proximanova-extrabold-webfont-.eot#iefix') format('embedded-opentype'), url('../cache.php?file=../fonts/proximanova-extrabold-webfont.woff') format('woff'), url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'), url('../fonts/proximanova-extrabold-webfont.svg#ProximaNovaThBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, form, small, label, cite, td, br {
  padding:0;
  margin:0;
  font-size:12px;
  font-weight:normal;
  font-family:'ProximaNovaLight';
  list-style:none;
  border:none;
}
header, footer, nav, aside, article, section {
  display:block;
}
body {
  font: 62.5%/16px 'ProximaNovaLight';
}
/* Layout */

#zero {
  min-height: 100vh;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-grow: 1;
}
#zero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../cache.php?file=../img/stripesblack.png');
  opacity: 0.5;
}
#slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 15%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slide.active {
  opacity: 1;
}
.header {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  color: white;
  z-index: 1;
}
#play {
  display: none;
}
#pause.active {
  display: none;
}
#play.active {
  display: block;
}
.controls {
  position:absolute;
  bottom:20px;
  width:100%;
  margin:0 auto;
  text-align: center;
  overflow:hidden;
  z-index: 1;
}
.icon {
  width: 20px;
  padding: 0 5px 0 5px;
  color:#ff0099;
}
.copyright  {
  position: fixed;
  
  font-size:8px;
  bottom:0;
  left: 50%;
  transform: translate(-50%, -0%);
  color: white;
  white-space: nowrap;
  z-index: 10;
}
.social-icons {
  width: 20px;
  padding: 0 5px 0 5px;
}
.thumbnail-row {
  position:absolute;
  bottom:55px;
  width:100%;
  margin:0 auto;
  text-align: center;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.thumbnail {
  width: 60px;
  height: 40px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  border: 0.5px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}
.active-thumbnail, .thumbnail:hover {
  border-color: #ff0099;
}
.text-box {
  position: absolute;
  top: 0;
  right: 5px;
  color: #ffffff;
  margin: 0;
  max-width: 50%;
}
.text-box p {
  font: 62.5%/8px 'ProximaNovaLight';
  font-size:8px;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
}
/* Typography */
h1 {
  font-family: 'ProximaNovaThBold';
  font-size:40px;
  line-height: 40px;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
}
h2 {
  font-family: 'ProximaNovaLight';
  font-size:10px;
  text-align: center;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
  text-transform: uppercase;
}
h3 {
  font: 62.5%/16px 'ProximaNovaLight';
  font-size:10px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
}
p {
  font-family: 'ProximaNovaLight';
  font-size:10px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
a {
  color:#ff0099;
}
a:hover {
  text-decoration:underline;
}
a:link {
  text-decoration:none;
}
*:focus {
  outline:none;
}
}
@media print {
}