/**
 * Mixins
 */
/**
 * Variables
 */
/**
 * Animations
 */
 
@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  
}

 @keyframes slide2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  
/**
 * Base
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
     font-family: 'Helvetica LT Std';
   
  font-style:   normal;
  font-weight:  400;  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.movie{
  position: absolute;
height: 50px;
 top: 100px;
 left: 100px;
  width: 100%;
  z-index: 399;
  
    position: absolute;
  top: 0%;
  left: 0%;
 
  background: white;
    padding-left: 50px;
    padding-top: 10px;
    
    
        background-image: url('mag.svg');
    background-repeat: no-repeat;
    background-position: 20px 16px;
    background-size: 14px 14px;
      opacity: 1;

}


.movie:hover {
    background: black;
    color: white;

}


.textfield {

  display: block;
  margin: 0;
  width: 90%;
   font-family: 'Helvetica LT Std';
   
  font-style:   normal;
  font-weight:  400;  -webkit-font-smoothing: antialiased;  font-size: 21px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
background-color: rgba(0, 0, 0, 0.0);  border: none;
  color: rgba(0, 0, 0, 0.5); 
  border:none;
  
  }
input[type="text"]:focus {
  outline: none;
background-color: rgba(0, 0, 0, 0.0);    
color: white;

}

/**
 * Gallery
 */
.gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 1s opacity cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1s opacity cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: white;

}
.gallery.fadeOut {
  opacity: 0;
}

.gallery__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/**
 * Poster
 */
.poster {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: inline-block;
  vertical-align: middle;
}
.poster:before, .poster:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 8px;
  width: 50%;
  top: 80%;
  max-width: 100px;
  background: #333;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.poster:after {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 8px;
  left: auto;
}

.poster__content {
  position: relative;
  width: 500px;
  height: 700px;
  overflow: hidden;
  padding: 30%;
  background-color: #EEEEEE;
  color: black;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
    
}

.poster__header {
  position: absolute;
  top: 2%;
  right: auto;
  bottom: 50%;
  left: 2%;
    margin: 0;
  font-size: 50px;
  font-weight: light;
      z-index: 3;
      width: 50%;

  
}
.poster__header h1{

 position: relative;
  left: 0%;
    margin: 0;
  font-size: 60px;
  font-weight: bold;
    z-index: 3;


}
.poster__header li {

  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  left: 0%
  font-size: 20px;
  font-weight: light;
  z-index: 3;
  bottom: 50%;
}

.poster__meta {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 3%;
  left: 2%;
    z-index: 3;

  
}
.poster__meta h2,
.poster__meta li,
.poster__meta dl {
  margin: 0;
  font-size: 26px;
  font-weight: light;
  line-height: 1.4;
}
.poster__meta ul {
  margin-top: 8px;
}
.poster__meta dt,
.poster__meta dd {
  display: inline-block;
  margin: 0 5px 0 0;
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0%;
      -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.circle--teal {
  z-index: 0;
  background-color: rgba(0, 0, 255, 0.4);
  
}
.circle--brown {
  z-index: 0;
  background-color: rgba(0,255,0, 0.4);
}

.poster__body-row {
  position: absolute;
  width: 40%;
  height: 100%;
}

.poster__body-row--1 {

  left: 2%;
}
.poster__body-row--1 .circle {
  top: 15%;
  -webkit-animation: hover 1s cubic-bezier(0.455, 2.03, 0.515, 0.955) alternate infinite;
          animation: hover 1s cubic-bezier(0.455, 2.03, 0.515, 0.955) alternate infinite;
}





.poster__body-row--2 {
  left: 0%;
  width: 100%;
  
  
}
.poster__body-row--2 .circle:nth-child(1) {
  top: -15%;
  -webkit-animation: slide 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
          animation: slide 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
}
.poster__body-row--2 .circle:nth-child(2) {
  top: 15%;
  -webkit-animation: slide 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
          animation: slide 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
}
.poster__body-row--2 .circle:nth-child(3) {
  top: 30%;
  -webkit-animation: slide2 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
          animation: slide2 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
}
.poster__body-row--2 .circle:nth-child(4) {
  top: 45%;
  -webkit-animation: slide 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
          animation: slide 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
}
.poster__body-row--2 .circle:nth-child(5) {
  top: 60%;
  -webkit-animation: slide 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
          animation: slide 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
}
.poster__body-row--2 .circle:nth-child(6) {
  top: 90%;
  -webkit-animation: slide 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
          animation: slide 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
          
}

.poster__body-row--3 {

  left: 86%;
  
}
.poster__body-row--3 .circle:nth-child(1) {
  top: 20%;
  -webkit-animation: slide2 3s cubic-bezier(0.455, 0.03, 0.115, 1.955) alternate infinite;
          animation: slide2 3s cubic-bezier(0.455, 3.03, 0.115, 0.955) alternate infinite;
}

.poster__body-row--3 .circle:nth-child(3) {
  top: 50%;
  -webkit-animation: slide 1s cubic-bezier(0.455, 0.03, 0.315, 1.955) alternate infinite;
          animation: slide 1s cubic-bezier(0.455, 3.03, 0.315, 0.955) alternate infinite;
}

.poster__body-row--3 .circle:nth-child(2) {
  top: 20%;
  -webkit-animation: slide 1s cubic-bezier(0.355, 1.03, 0.515, 1.955) alternate infinite;
          animation: slide 1s cubic-bezier(0.355, 1.03, 0.515, 0.955) alternate infinite;
          
}

.poster__body-row--3 .circle:nth-child(4) {
  top: 10%;
  -webkit-animation: slide 8s cubic-bezier(0.255, 0.03, 0.515, 1.955) alternate infinite;
          animation: slide 8s cubic-bezier(0.255, 3.03, 0.515, 0.955) alternate infinite;
}





::selection {
  background: rgba(0, 0, 0, 0.0);    /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.0);   /* Gecko Browsers */
}