  @font-face {

font-family: "Gugi";
src: url("fonts/Gugi-Regular.ttf");
font-family: "Aquatico";
src: url("fonts/Aquatico-Regular.otf");

}

.slider__navi {
    position:absolute;
	top: 50%;
	right: 15%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999;
}

.slider__navi a {
	display: block;
	height: 6px;
	width: 20px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: rgba(0,0,0,0.2);
}

.slider__navi a.active {
	background: #132237;
}

.slider__container
{
  position: relative;
  height: 100%;
  left:5%;
}
.flex__container {
	position: absolute;
    width: 90%;
    height: 100%;
    margin: 3.5% auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap; 
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	z-index: 1;

}

.flex__container.flex--active {
	z-index: 2;
}

.text--sub {
	font-size: 12px;
	color:#808080;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.text--sub2 {
	font-size: 12px;
	color:#000;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	padding-top: 15px;
}
.img--sub
{
   display: inline-block;
   vertical-align: middle;
}
.a--sub, .a--sub:hover:after:before:focus:active
{
   text-decoration:none!important;
}
.text--big {
	font-family: 'Gugi', sans-serif;
	font-size: 5em;
	color:#282728;
	font-weight:lighter;
	line-height: 70px;
    margin-left: -8px;
}
.text--big2 {
	font-family: 'Aquatico', sans-serif;
	font-size: 2em;
	color:#282728;
	font-weight:lighter;
	line-height: 70px;
    margin-left: -8px;
}

.text--normal {
	font-size: 15px;
	color: #afaeaf;
	line-height: 25px;
	margin-top: 15px;
}

.flex__item {
	height: 88vh;
	color: #fff;
	transition: transform 0.1s linear;
}

.flex__item--left {
	width:50%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;

}

.flex__item--right {
	width:50%;
	transform-origin: right center;
	transition: transform 0.1s linear 0s;
	opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
	opacity: 1;
}

/* Piplup */

.flex--piplup .flex__item--left {
	background:#fff ;
}

.flex--piplup .flex__item--right {

	background: #3e9fe6;
}

/* Pikachu */

.flex--pikachu .flex__item--left {
	background: #fff;
}

.flex--pikachu .flex__item--right {
	background: #3e9fe6;
}


.flex__content {

	margin-left: 15%;
	width: 100%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}
.flex__content2 {

    position: absolute;
	right:20%;
	top:50%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}
.flex__content2  .effect3 a {
    
	overflow: hidden;
	padding: 0px;
	height: 1em;
     font-size:20px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none!important;
  color: #025796;
  text-transform: uppercase;
  margin: 0 10px;
}

.pokemon__img {
	position: absolute;
	bottom:25%;
	left: 35.8%;
	max-height: 40vw;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}
.img_bg
{
    position: absolute;
    right:6%;
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}
.flex__container.animate--start .flex__content2 {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}
.flex__container.animate--start .pokemon__img {
	transform: translate3d(-200px,0,0);
	opacity: 0;
}


/* Animate-END point */

.flex__container.animate--end .flex__item--left {
	transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
	transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
	transform: translate3d(0,200%,0);
	opacity: 0;
}
.flex__container.animate--end .flex__content2 {
	transform: translate3d(0,200%,0);
	opacity: 0;
}
.flex__container.animate--end .pokemon__img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}

@media (max-width: 1200px) 
{

  .slider__container,  .slider__navi 
  {
  display :none;
 }

 

}

@media (min-width: 1200px) 
{
 .page
 {
  display :none;
 }
}
