@font-face {
  font-family: 'CenturyGothic';
  src: url('fonts/CenturyGothic.eot');
  src: url('fonts/CenturyGothic.eot') format('embedded-opentype'),
       url('fonts/CenturyGothic.woff2') format('woff2'),
       url('fonts/CenturyGothic.woff') format('woff'),
       url('fonts/CenturyGothic.ttf') format('truetype'),
       url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}@font-face {
  font-family: mvc-i;
  src: url('fonts/MinionVariableConcept-Italic.otf');
}
@font-face {
  font-family: mvc;
  src: url('fonts/MinionVariableConcept-Roman.otf');
}
.block{
  font-family: "CenturyGothic";
  background-color: black;
  color: #EAEAEA;
  position: relative;
  overflow: hidden;
}
.mvcfont{
  font-family: mvc;
}
.block-row {
  width: 80%;
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
}
.textcenter{
  text-align: center;
}
@media (max-width: 500px) {
  .block-row {
    width: 90%;
  }
}
.block h2.msiText{
  font-size: 35px;
  line-height: 1.2em;
  /* font-family: 'CenturyGothic'; */
  font-family: mvc-i;
  margin-bottom: 40px;
  color: #EAEAEA
}
.block p.msiText{
  font-size: 24px;
  line-height: 1.7em;
  font-family: 'CenturyGothic';
}

@media( max-width: 2600px ){

  .block p.msiText{
    font-size: 18px;
  }
}
@media( max-width: 1920px ){
  .block h2.msiText{
    margin-bottom: 20px;
  }
  .block p.msiText{
    font-size: 14px;
  }
}

.up-fade-out {
  transition: 0.7s;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.ufo-in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


.olshow-s{
  animation: animatedgradient 1s ease-in-out;
}
.olshow .photos-block{
  opacity: 0;
}
.opacitystart{
  animation: opcityc 0.5s ease-in-out;
}

.fade-out,
.r-fade-out {
  transition: 1s;
  opacity: 0;
}
.fo-in {
  opacity: 1;
}
@keyframes opcityc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 100% 100%;
    opacity: 0;
  }
  100% {
    background-position: 0% 0%;
    opacity: 1
  }
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.embed-container { 
  position: relative;
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}