@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}


@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}





.donc1  {
			   -webkit-animation-name: fadeIn;
			   animation-name: fadeIn;
			   -webkit-animation-duration: 0.5s;
			   animation-duration: 0.5s;
			   -webkit-animation-delay: 0.1s;
			   animation-delay: 0.1s; 
			   -webkit-animation-fill-mode: both;
			   animation-fill-mode: both;
	}
	
.donc2  {
			  -webkit-animation-name: fadeIn;
			  animation-name: fadeIn;
			  -webkit-animation-duration: 0.8s;
			  animation-duration: 0.8s;
			  -webkit-animation-delay: 0.3s;
			  animation-delay: 0.3s; 
			  -webkit-animation-fill-mode: both;
			  animation-fill-mode: both;
	}


.donc3  {
			  -webkit-animation-name: fadeInRight;
			  animation-name: fadeInRight;
			  -webkit-animation-duration: 0.6s;
			  animation-duration: 0.6s;
			  -webkit-animation-delay: 0.2s;
			  animation-delay: 0.2s; 
			  -webkit-animation-fill-mode: both;
			  animation-fill-mode: both;
	}
.donc4  {
			  -webkit-animation-name: slideInLeft;
			  animation-name: slideInLeft;
			  -webkit-animation-delay: 0.0s;
			  animation-delay: 0.0s; 
			  -webkit-animation-fill-mode: both;
			  animation-fill-mode: both;
	}
.donc5  {
			  -webkit-animation-name: fadeInDownBig;
			  animation-name: fadeInDownBig;
			  -webkit-animation-duration: 0.8s;
			  animation-duration: 0.8s;
			  -webkit-animation-delay: 0.0s;
			  animation-delay: 0.0s; 
			  -webkit-animation-fill-mode: both;
			  animation-fill-mode: both;
	}
	
	









@-webkit-keyframes donc6 {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

	   @keyframes donc6 {
		 from,
		 20%,
		 40%,
		 60%,
		 80%,
		 to {
		   -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		   animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 }

		 0% {
		   opacity: 0;
		   -webkit-transform: scale3d(0.3, 0.3, 0.3);
		   transform: scale3d(0.3, 0.3, 0.3);
		 }

		 20% {
		   -webkit-transform: scale3d(1.1, 1.1, 1.1);
		   transform: scale3d(1.1, 1.1, 1.1);
		 }

		 40% {
		   -webkit-transform: scale3d(0.9, 0.9, 0.9);
		   transform: scale3d(0.9, 0.9, 0.9);
		 }

		 60% {
		   opacity: 1;
		   -webkit-transform: scale3d(1.03, 1.03, 1.03);
		   transform: scale3d(1.03, 1.03, 1.03);
		 }

		 80% {
		   -webkit-transform: scale3d(0.97, 0.97, 0.97);
		   transform: scale3d(0.97, 0.97, 0.97);
		 }

		 to {
		   opacity: 1;
		   -webkit-transform: scale3d(1, 1, 1);
		   transform: scale3d(1, 1, 1);
		 }
	   }
   






@-webkit-keyframes donc7 {
	 from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	  }

	  to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }
   }

	  @keyframes donc7 {
		 from {
			opacity: 0;
			-webkit-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
		  }

		  to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		  }
	  }





@keyframes donc8 {
  from {
    transform: translate3d(300%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
		@-webkit-keyframes donc8 {
		  from {
			transform: translate3d(300%, 0, 0);
			visibility: visible;
		  }

		  to {
			transform: translate3d(0, 0, 0);
		  }
		}


@-webkit-keyframes donc10 {
	 from {
	   transform: translate3d(0, 100%, 0);
	   visibility: visible;
	 }

	 to {
	   transform: translate3d(0, 0, 0);
	 }
   }


	  @keyframes donc10 {
		   from {
			 transform: translate3d(0, 100%, 0);
			 visibility: visible;
		   }

		   to {
			 transform: translate3d(0, 0, 0);
		   }
		 }

@keyframes donc11 {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 360deg);
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

		@-webkit-keyframes donc11 {
		  from {
			transform-origin: center;
			transform: rotate3d(0, 0, 1, 360deg);
			opacity: 1;
		  }

		  to {
			transform-origin: center;
			transform: none;
			opacity: 1;
		  }
		}


