@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url('fonts/RobotoCondensed-Regular.eot');
  src: url('fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular.woff2') format('woff2'),
         url('fonts/RobotoCondensed-Regular.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('RobotoCondensed-Light.eot') format('embedded-opentype');
  src: url('fonts/RobotoCondensed-Light.eot');
  src: url('fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Light.woff2') format('woff2'),
         url('fonts/RobotoCondensed-Light.woff') format('woff'),
         url('fonts/RobotoCondensed-Light.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Light.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

body {}

.full-width {min-width: 100%; width: 100%; margin: 0; padding: 0;}
.fit-image {min-width: 100%; width: 100%;}

.top-20 {margin-top: 20px;}
.top-50 {margin-top: 50px;}
.top-100 {margin-top: 100px;}

video {
    opacity: 0.3; 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 999999;
    transform: translateX(-50%) translateY(-50%);
    background: url('poster.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#loader {
  z-index: 999999;
}

.home { 
  overflow: hidden;
}

#home-page {

    -webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 10s; /* Firefox < 16 */
        -ms-animation: fadein 10s; /* Internet Explorer */
         -o-animation: fadein 10s; /* Opera < 12.1 */
            animation: fadein 10s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.about { 
  background: url(http://res.cloudinary.com/aangwahyudi/image/upload/v1440748514/dreamlight/bg-about.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.bg-contact { 
  background: url(http://res.cloudinary.com/aangwahyudi/image/upload/v1440748516/dreamlight/bg-contact.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; 
  
}

.directors { 
  background: url(http://res.cloudinary.com/aangwahyudi/image/upload/v1440748515/dreamlight/bg-directors.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: auto;
}

.directors-page { 
  background: url(http://res.cloudinary.com/aangwahyudi/image/upload/v1440748515/dreamlight/bg-directors.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.page-director {margin: 20% 0 0 0; font-family: 'RobotoCondensed-Light';} 
.page-director .name h1 {color: #fff; font-size: 32px; font-weight: 100; position: absolute; margin: -50px 0 0 -30px;}
.page-director .name {height: 20px;}

.pd { margin: -5px 10px 0 0;}

.directors-name li .pd-one {
  visibility: hidden;
  color: #fff;
  margin: -5px 10px 0 0;
  font-size: 25px;
}

.directors-name li:hover .pd-one {
 visibility:visible;
}

.movie-d {}
.movie-d p {padding-left: 80px; font-family: 'robotolight';}
.movie-d h2 {font-size: 30px; color: #535353; margin: -20px 0 0 0; padding-left: 80px; text-transform: uppercase;}
.movie-d span {text-transform: none;}
.movie-d h3 {font-size: 18px;color: #535353; margin: 0; padding-left: 80px;}

.movie-dir {margin: -20px auto;}
.movie-dir h2 {font-size: 30px; color: #535353; margin: 0px 0 0 0; padding-left: 80px; text-transform: uppercase;}
.movie-dir span {text-transform: none; font-size: 18px;}
.movie-dir h3 {font-size: 18px;color: #535353; margin: 0; padding-left: 80px;}
#director-port1 {
  overflow: auto;
}

.reveal-modal{ overflow:auto}


.details {padding: 10px; background: #ccc; color: #333;}

.works {background: #8cb74e;}
.bg-contact {background: #8cb74e;}
.about {background: #8cb74e;}

.slide {
  overflow: hidden;
}

.slide img{ 
  background-position: center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  min-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.orbit-container .orbit-timer {display: none;}

.f-tag {
	width: 100%;
	text-align: center;
	margin: 8% auto 0;
	text-transform: uppercase;
	color: #fff;
}

.f-tag p {
  font-family: 'RobotoCondensed-Light';
  font-weight: normal;
	margin: 0; 
	padding: 0;
	font-size: 50px;
	line-height: 60px;
}

.flow {
	text-align: center;
	margin: 0 auto 0;
	padding: 0;
}

.logo-menu {position: absolute; left: 0px; top: 0px; z-index: 999;}
.logo-menu img {width: 250px;}

.lft {margin-left: -50px;}

.logo {
	text-align: center;
	margin: 0 auto 0;
	padding: 0;
}

.directors-name {
  width: 100%;
  margin: 150px 0 0 0;
  float: left;
}

.directors-name ul {
  list-style: none;  
}
.directors-name li {
  display: block;
  margin-bottom:5px;
}
.directors-name li a {
  font-family: 'RobotoCondensed-Light';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.7s ease;
  transition: all 0.3s ease;
}
.directors-name li a:hover, .directors-name li a:focus {
    color: #fff ; }

.directors-name:hover a:not(:hover){
  color: #5e6772;    
}

.directors-name li .fa {
  visibility: hidden;
  color: #fff;
  margin: -5px 10px 0 0;
  font-size: 25px;
}

.directors-name li:hover .fa {
 visibility:visible;
}

.directors-name p {color: #fff; 
  font-family: 'robotolight';
  font-size: 14px;
} 
.directors-name h1 {color: #fff; font-size: 22px; font-family: 'RobotoCondensed-Light';}
.directors-name h2 {font-size: 18px; color: #fff; font-family: 'RobotoCondensed-Light';}
.f-dropdown {
  outline: 0px dotted #333;
}

.icon-back {margin-top: -5px; }

.top-bgt {position: fixed; top:155px; max-width: 50%; width: 50%;} 

.directors-tab {
    margin: 20% 0 0 0;
}

.directors-tab .tabs-content > .content {
  margin: 0 0 0 250px;
  padding: 0;
  color: #fff;
  font-family: 'robotothin';
}

.directors-tab .tabs dd.active a, .tabs .tab-title.active a {background: none;}
.directors-tab .tabs dd > a, .tabs .tab-title > a {
  background: none;  
}

.directors-tab .tabs-content > .content {
  width: 75%;
}

.directors-tab h1 {color: #fff; font-family: 'robotolight'; font-size: 20px; margin: 10px 0 0 0;}

.fa {color: #fff; margin: 0 10px 0 0;}

.our-works {width: 90%; margin: 100px auto;}
.our-works .tabs-content {
  margin-bottom: 0rem;
  width: 100%;
  background-color: none;
  padding: 0px;
}

.our-works .tabs dd.active a, .tabs .tab-title.active a {font-family: 'Roboto Condensed', sans-serif; color: #8cb74e; line-height: 10px; background: #fff;}
.our-works .tabs dd > a, .tabs .tab-title > a {font-family: 'Roboto Condensed', sans-serif; color: #017cbf; line-height: 10px; outline: none; text-decoration: none;}
.our-works .tabs {
  margin-bottom: 0 !important;
  margin-left: 40%;
}

.works-content {padding: 10px 5px 10px 5px; background: #fff;} 

.works-grid {
  background: #fff;
}
.works-grid ul {
    list-style: none;
    padding: 5px 5px 0 5px;
    margin: 0;
}
.works-grid li {
    display: inline-block;
    width: 33.1%;
    margin: 0;
    padding: 0;
}
.works-grid li a:hover {background: rgba(23,124,174, 0.4);}

.works-grid.reveal-modal {background: rgba(255,255,255,0.6);}

.work-ovr {
  position: relative;
  transition: all .4s;
  overflow: hidden;
  height: 200px;
}

.work-ovr img { 
  display: block;
  margin-bottom: 0!important;
  min-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-width: 100%;
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.overlay {
  /*background: rgba(23,124,174, 0.8);*/
  background: rgba(1,124,191, 0.8);
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 100%;
  color: #fff;
  opacity: 0;
  transition: all .4s;
  cursor: pointer;
}

.details {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background: rgba(3, 101, 155, .5);
  padding: 50px 0 0 0;
  margin: 0;
}

.details h3 {text-align: center; font-family: 'RobotoCondensed-Regular'; color: #fff;}
.details h2 {    
    text-align: center;
    font-family: 'robotolight';
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 18px;}
.details h1 {
  padding: 10px 0 0 0;
  text-align: center;
  font-family: 'robotolight';
  color: #fff;
  font-size: 22px;
  background: rgba(0,60,143, 0.5);
  width: 100%;
  height: 100px;
  margin-top: 30px;
}

.details-directors {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background: rgba(3, 101, 155, .5);
  padding: 60px 0 0 0;
  margin: 0;
}
.details-directors h3 {text-align: center; font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size: 33px; line-height: 33px; margin: 0; padding:0; }
.details-directors h2 {text-align: center; font-family: 'robotolight'; color: #fff; font-size: 18px; line-height: 18px; margin: 0; padding:0;}
.details-directors h1 {
    padding: 5px 0 0 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 25px;
    background: rgba(23,124,174, 0.7);
    width: 100%;
    height: 50px;
    margin-top: 70px;
}

.modal-director {
    background-color: rgba(255,255,255,0);
    padding: 1.875rem;
    border: solid 0px #666666;
}

.left-close a {
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    left: 1.375rem;
}
.left-close a:hover {
    color: #fff;
}

.work-ovr:hover .overlay {
  opacity: 1;
  transition: all .4s;
}

.btm-40 {margin-bottom: 40px;}

.page-nav {
  text-align: center;
  position: absolute;
  color: #017cbf;
  font-size: 18px;
  left: 50%;
  margin-top: -26px;
}

.page-nav a {font-family: 'Roboto Condensed', sans-serif; color: #017cbf; text-align: center; font-size: 18px;}

.contact-us {margin: 150px auto; width: 100%;}
.contact-us h1 { color: #fff; font-family: 'RobotoCondensed-Light'; font-size: 60px; font-weight: 100; line-height: 60px; text-align: center;}

.contact-us-grid ul {
  width: 100%;
  margin: 50px auto;
  list-style: none;
  text-align: center;
  clear: both;
  max-height: 100px;
}

.contact-us-grid li {
  display: inline-block;
  padding: 10px; 
  text-align: left;
  margin:0; 
}

.list-contact {height: 100px; width: 100%; margin:0; padding: 0; }
.list-contact p {font-family: 'robotolight'; color: #fff; margin: 0; padding: 0; color: #000;}
.list-contact p1 {font-family: 'robotolight'; color: #fff; margin: 0; padding: 0; color: #000;}
.list-contact .images {width: 20%; float: left; margin: 0px 10px 0 0; }
.list-contact .images1 {width: 20%; float: left; margin: 0px -5px 10 0; margin-top: -0px;}
.list-contact .text {width: 75%; margin: 5px 0 0 0; float: left; color: #000;}

.map-btn {padding: 10px; border-radius: 10px; background: rgba(23,124,174, 0.8); width: 170px; margin: 50px auto;}
.map-btn h1 {font-family: 'robotolight'; font-size: 20px; font-weight: 100; line-height: 20px; text-align: center;}

.footer-contact {position: fixed; bottom: 0; width: 100%; height: 50px; background: #333630; padding: 10px;}
.footer-contact p {text-align: center; color: #8cb74e; font-family: 'robotolight'; font-size: 14px;}

.social {position: absolute; bottom: -25px; right: 10px;}
.social ul {list-style: none; margin-right: 30px; }
.social li {display: inline-block; margin: 0 0px 0 0; padding: 20px 0px 20px 20px;}
.social li img {width: 20px;}

#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px 50px 30px 0px;
  float: right;
  z-index: 999;
  position: absolute;
  right: 0;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
  z-index: 99999;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #187daf;
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  background-color: #187daf;
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
  text-align: center;
}

/* menu appearance*/
#menu {
  top: 0px;
  color: #fff;
  width: 100%;
  padding: 50px 0 0 0;
  background: rgba(255,255,255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  position: absolute;
  z-index: 99;
}
/*
#menu:after {
  position: absolute;
  top: -15px;
  right: 50px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
*/
#menu ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
}
#menu li {
	margin: 10px 0 20px 0;
}
#menu li a {
  	padding: 20px;
  	margin: 0;
  	color: #017cbf;
  	text-decoration: none;
  	transition: all .2s;
  	text-transform: uppercase;
    font-family: 'RobotoCondensed-Regular'; 
  	font-size: 22px;
    font-weight: normal;
}

#menu li a:hover,
li a:focus {
  color: #8cb74e;
}

.slide .orbit-next  {
   content: url("images/right-arrow.png");
   width: auto !important;
   height: auto !important;
   margin-right: 40px;
   opacity: 0.2;
}

.slide .orbit-container .orbit-next:hover  {
   content: url("images/right-arrow.png");
   background-color: transparent; 
   opacity: 1;
}   

.slide .orbit-prev  {
   content: url("images/left-arrow.png");
   width: auto !important;
   height: auto !important;
   margin-left: 40px;
   opacity: 0.2;
}

.slide .orbit-container .orbit-prev:hover  {
   content: url("images/left-arrow.png");
   background-color: transparent; 
   opacity: 1; 
}   
/*
.content .orbit-container .orbit-slide-number {
  bottom: 72px;
  font-size: 18px;
  position: fixed;
  z-index: 10;
  left: 49%;
  color: #017cbf;
  margin: 0 0 0 50px;
}
*/

.page-nav {
  text-align: center;
  position: absolute;
  color: #017cbf;
  font-size: 18px;
  left: 50%;
  margin-top: -26px;
}

.page-nav a {font-family: 'Roboto Condensed', sans-serif; color: #017cbf; text-align: center; font-size: 18px;}


.orbit-container .work-slide-number {
  margin: 10px 0 0 600px;
  color: #017cbf; 
}

.nav-next {
  position: absolute;
  right: -95px; 
  top: 0;
}

.nav-prev {
  position: absolute;
  top: 0;
  width: 100px;
  left: -50px;
}

.nav-prev span {margin-left: 5px;}

.left-about {padding: 200px 0 0 0;}
.left-about p {    
    font-size: 45px;
    color: #fff;
    font-family: 'RobotoCondensed-Light';
    font-weight: 100;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: 52px;}

.right-about {padding: 210px 0 0 50px;}
.right-about p {font-size: 14px; color: #fff; font-family: 'robotolight'; font-weight: 100;}

.wait {text-align: center; color: #fff; margin-top: 30%;}

.reveal-modal .close-reveal-modal-dir {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1;
    position: absolute;
    top: 4.5rem;
    left: 10px;
}

.arrow-dir {margin-left: 110px; opacity: 0.4;}
.arrow-dir:hover {opacity: 1;}
/*================================= INTRO PAGE ==================================*/

.intro {
  min-width: 100%; width: 100%; 
  min-height: 100%;
  height: 100%;
  background: url(http://res.cloudinary.com/aangwahyudi/image/upload/v1440748530/dreamlight/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  position: absolute; left: 0; top: 0; bottom: 0; right: 0;
  z-index: 999999;
  overflow: hidden;
  opacity: 1;
}

@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; z-index: 0;} }
@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; z-index: 0;} }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; z-index: 0;} }

.fade-out {
  opacity:1;  /* make things invisible upon start */
  -webkit-animation:fadeOut ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeOut ease-in 1;
  animation:fadeOut ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-out.one {
-webkit-animation-delay: 8s;
-moz-animation-delay: 8s;
animation-delay: 8s;
}


/*==================================== TEXT ANIMATION ==============================*/

#typedtext {
  font-family: 'robotothin';
  margin: 0; 
  padding: 0;
  font-size: 50px;
  line-height: 60px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-logo {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

