/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
body{
	padding: 0;
	margin: 0;
	font-size: 1em;
	background: #000;
}

#container, #view, section{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

img{
	width: 100%;
	height: auto;
}

a{
    text-decoration: none;
}

ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

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

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

.container-big-x{
    width: 80%;
    max-width: 1080px;
    margin: 1em auto;
}

.container-big{
    width: 100%;
    margin: 1em auto;
}

.container-medium-x{
    width: 80%;
    max-width: 1080px;
    margin: 1em auto;
}

.container-medium{
    width: 70%;
    max-width: 1024px;
    margin: 1em auto;
}

.normal_text_big-xx{
    color: #515151;
    font-family: 'SignikaNegative-Light';
    font-size: 2.5em;
}

.normal_text_big{
    color: #515151;
    font-family: 'SignikaNegative-Light';
    font-size: 1.5em;
}

.normal_text_medium{
    color: #515151;
    font-family: 'SignikaNegative-Light';
    font-size: 1.3em;
}

.normal_text_short-xx{
    color: #515151;
    font-family: 'SignikaNegative-Light';
    font-size: 1.2em;
}

.normal_text_short{
    color: #515151;
    font-family: 'SignikaNegative-Light';
    font-size: 1em;
}

.title_text_big{
    color: #FF4C00;
    font-family: 'SignikaNegative-Light';
    font-size: 3em;
}

.title_text_medium{
    color: #FF4C00;
    font-family: 'SignikaNegative-Light';
    text-align: center;
    font-size: 2em;
}

.title_text_short{
    color: #FF4C00;
    font-family: 'Dekko';
    text-align: center;
    font-size: 1.5em;
}

.form-contact .success{
   color: #67BC4A; 
}

#terms{
    margin: 4em auto;
}

#terms h2{
    text-align: center;
    margin: 1.5em auto;
}

#terms p{
    color: #515151;
    font-size: 1.3em;
    text-align: justify;
}

#terms span{
    color: #000;
    font-size: 1.3em;
    text-align: justify;
    font-weight: bold;
    font-family: 'Dekko';
    display: block;
    margin: 2em 0;
}

.menu-site{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: -99999999;
    opacity: 0;
    transition: .5s;
}

.menu-site ul{
    width: 100%;
    height: 90%;
    background: #FF4C03;
}

.menu-site div{
    width: 100%;
    height: 10%;
    background: #515151;
    color: #FFF;
    position: relative;
}

.menu-site div img{
    position: absolute;
    width: auto;
    height: 40%;
    top: 30%;
    right: 5%;
    cursor: pointer;
}

.menu-site ul li a{
    color: #ffffff;
    text-decoration: none;
}

.menu-site ul li{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: blue;
    font-family: 'Dekko';
    font-size: 2.5em;
    background: #FF4C03;
    transition: .5s;
    margin: 0 auto;
}

.menu-site ul li:hover{
    background: #FFF;
    cursor: pointer;
}  

.menu-site ul li:hover a{
    color: #FF4C03;
}

.navigation-back-next{
    display: block;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 4em;
}

.navigation-back-next img{
    width: 3.5em; 
}

.lightbox, .lightboxOverlay{
    z-index: 9999999999 !important;
}

@media(max-width: 1680px){

}

@media(max-width: 1366px){

    .container-medium-x{
        width: 90%;
    }

    .container-medium{
        width: 70%;
    }

}

@media(max-width: 1280px){

	body{
		font-size: .9em;
	}

}

@media(max-width: 1024px){

	body{
		font-size: .8em;
	}

}

@media(max-width: 970px){

    .container-medium, .container-medium-x{
        width: 70%;
        max-width: 860px;
    }
    
	
}


@media(max-width: 720px){

    .container-medium, .container-medium-x{
        width: 80%;
        max-width: 420px;
    }

    body{
        font-size: .7em;
    }

}


@media(max-width: 640px){	

    .container-medium, .container-medium-x{
        width: 80%;
    }

}


#intro{
	position: relative;
/*	height: 100vh;*/
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
	font-family: 'SignikaNegative-Light';
	font-size: 1em;
	background: #FFF;
} 

#main-home{
	width: 100%;
}

.middle-play{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: space-around;
}

.middle-play .logo{
	width: 110px;
	margin-top: 2vh;
	margin-left: 3%;
	z-index: 2;
}

.middle-play .login{
	width: auto;
	z-index: 2;
	margin-top: 5vh;
	margin-right: 3%;
	font-size: 1.5em;
	color: #ADADAD; 
	text-transform: uppercase;
}

.login a{
	color: #ADADAD; 
}

.middle-play .login span{
	display: inline-block;
	width: 1.1em;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
	transition: .5s;
	transform: scale(1);
}

.middle-play .login div:hover span{
	transform: scale(1.1);
}

.middle-play .login span:hover{
	transform: scale(1.1);
}

.middle-play .login > div{
	display: inline-block;
	cursor: pointer;
}

.middle-play .pattern{
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 10%;
	left: 0%;
	background: url('./../images/patternHome.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	position: absolute;
  	z-index: 2;
}

.middle-play .video{
	margin-top: 15vh;
	width: 686px;
	height: 386px;
	position: relative;
	border: .8em solid #E6E7E8;
	z-index: 2;
}

.video #video-youtube{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.video .cover{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: url('./../images/boost.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	cursor: pointer;
  	z-index: 10;
  	opacity: 1;
  	transition: .5s;
}

.video .cover img{
	width: 12%;
	height: auto;
	transition: .5s;
	transform: scale(1);
}

.video .cover:hover img{
	transform: scale(.9);
}

.video .character{
	position: absolute;
	bottom: 0;
	width: 18%;
	z-index: 2;
	opacity: 0;
}

.video .character:nth-of-type(1){
	left: -18%;
	
}

.video .character:nth-of-type(2){
	right: -18%;
}

.navigation-home{
	width: 100%;
	margin-top: 4vh;
}

.navigation-home ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.navigation-home ul li{
	font-size: 2em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	transition: .5s;
	transform: scale(1);
}

.navigation-home ul:nth-child(2){
	margin: 7vh auto 3vh auto;
}

.navigation-home ul:nth-child(2) li{
	width: 1.5em !important;
	margin-left: 1em !important;
	margin-right: 1em !important;
}

.navigation-home ul li:hover{
	transform: scale(.9);
}

.navigation-home ul li a{
	color: #EF4B23;
	text-decoration: none;
}

.circle{
	transition: 1s;
	border-radius: 50%;
	background: #EF4B23;
	position: absolute;
	width: 0px;
	height: 0px;
	transform: translate(0%,0%);
	top: 0;
	left: 0;
}

.goto-footer{
	width: 100%;
	height: auto;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 8vh;
}

.style-footer-b{
	margin: 0 !important;
}

.down-container{
	width: 8em;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.down-container span{
	width: 40%;
	height: auto;
	position: absolute;
	top: -75%;
	left: 30%;
	transition: .5s;
	transform: scale(1);
}

.down-container span:hover{
	cursor: pointer;
	transform: scale(.8);
}

#accordion{
	width: 100%;
	position: relative;
	display: none;
}

#accordion .loading{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
}

#features-pattern{
	width: 100%;
	height: auto;
	position: relative;
	padding: 6em 0 6em 0;
}

#features-pattern .container-features{
	width: 70%;
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-content: space-around;
	align-items: flex-start;
	margin-top: 2em;
}

.container-features img{
	width: auto;
	height: 8em;
	display: block;
	margin: 0 auto;
}

.container-features div{
	width: 38%;
	text-align: justify;
}

#features-pattern h2, #kind-patterns h2{
	color: #FF4C00;
	font-family: 'SignikaNegative-Light';
	text-align: center;
	font-size: 3em;
	width: 80%;
}

#kind-patterns h2{
	margin: 0 auto;
}

#features-pattern h2{
	margin: 0em 0 1em 0;
}

.container-features p{
	color: #515151;
	font-family: 'SignikaNegative-Light';
	text-align: justify;
	text-align-last: center;
	font-size: 1.3em;
}

#kind-patterns{
	background: url('./../images/backPattern.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	width: 100%;
  	padding: 8em 0;
}

#kind-patterns .container-kind{
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	background: #FFF;
}

#kind-patterns .container-kind h2{
	margin: .5em auto;
	width: 80% !important;
	display: block;
}

#kind-patterns .container-kind .patterns{
	width: 40%;
}

#kind-patterns .container-kind .patterns img{
	display: block;
}

#kind-patterns .container-kind .description-patterns{
	width: 55%;
}

#kind-patterns .description-patterns p{
	width: 80%;
	margin: 1em auto;
	font-family: 'SignikaNegative-Light';
	font-size: 1.3em;
	text-align: justify;
	text-align-last: center;
	color: #000;
}

#our-character-design{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 30vw;
}

#our-character-design .character-description{
	width: 60%;
	height: 100%;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
}

.character-description div{
	width: 80%;
	max-width: 649px;
}

.character-description h2{
	color: #FF4C00;
	font-family: 'SignikaNegative-Light';
	text-align: center;
	font-size: 3em;
	margin: 1em 0;
	width: 120%;
	margin: 0 auto;
	margin-left: -10%;
}

.character-description p{
	width: 100%;
	margin: 1em auto;
	font-family: 'SignikaNegative-Light';
	font-size: 1.3em;
	text-align: justify;
	text-align-last: center;
	color: #FFF;
}

#our-character-design .characters-design{
	width: 40%;
	height: 100%;
	background: #EF4B23;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
}

.characters-design .pattern-character{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
}

.pattern-character img{
	display: block;
	width: 100%;
}

.container-characters{
	width: 50%;
	margin: 0 auto;
	position: relative;
	margin-left: 12.5%;
}

.container-characters img{
	width: 100%;
}

.container-characters img.character-img{
	position: absolute;
}

.container-characters img.character1{
	width: 55%;
	left: -12.5%;
	bottom: -6%;
}

.container-characters img.character2{
	width: 35%;
	right: 8%;
	top: -5%;
}


.container-characters img.character3{
	width: 35%;
	right: 8%;
	bottom: -5%;
}

#last-post{
	width: 100%;
	position: relative;
	background: linear-gradient(180deg, #FFF 56.5%, #000 0%);
}

#last-post h2{
	color: #FF4C00;
	font-family: 'SignikaNegative-Light';
	text-align: center;
	font-size: 3em;
	margin: 1.5em auto;
	width: 80%;
}

#last-post .post-container{
	width: 80%;
	max-width: 1080px;
	margin: 1em auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}

.post-container .post{
	width: 20%;
	height: 30em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}

.post-container .post .thumbnail, .post-container .post .thumbnail img{
	width: auto;
	height: 100%;
	display: block;
}

.post-container .post a{
	width: 3em; 
}

.post-container .post .thumbnail{
	width: 100%;
	height: 45%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.post-container .description{
	width: 100%;
	height: 55%;
	text-align: center;
	color: #FFF;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #FF4C00;
}

.post-container .post:nth-child(1) .description, .post-container .post:nth-child(3) .description{
	background: #FF4C00;
}

.post-container .description p{
	text-align: center;
	text-align-last: center;
	font-family: 'SignikaNegative-Light';
	font-size: 1em;
	margin: 0 10%;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.35;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5em;

}

.post-container .description span{
	background: blue;
	height: 8em;
	display: block;
	
}

.post-container .description img{
	width: 100%;
	padding: 1em 0;
}

#choose-us{
	width: 100%;
	padding: 3em 0;
}

#choose-us .container-choose{
	width: 80%;
	max-width: 1080px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}

.container-choose div{
	width: 45%;
}

.container-choose div h2{
	color: #FF4C00;
	font-family: 'SignikaNegative-Light';
	text-align: center;
	font-size: 3em;
	width: 100%;
}

.container-choose div p{
	width: 100%;
	font-family: 'SignikaNegative-Light';
	font-size: 1.3em;
	text-align: justify;
	text-align-last: center;
	color: #000;
}

@media(max-width: 1680px){

	.top .logo{
		width: 100px;
		margin-left: 8%;
	}

}

@media(max-width: 1366px){

	#features-pattern .container-features{
		width: 70%;
	}

	.container-features div{
		width: 45%;
	}

	#kind-patterns .container-kind{
		width: 90%;
	}

	#last-post .post-container{
		width: 90%;
	}

/*	#kind-patterns .container-kind .patterns{
		width: 40%;
	}

	#kind-patterns .container-kind .description-patterns{
		width: 60%;
	}*/

	#kind-patterns .container-kind h2{
		width: 60% !important;
	}

	#choose-us .container-choose{
		width: 90%;
	}

}

@media(max-width: 1280px){

	.top .logo{
		margin-left: 7%;
	}

	.middle-play .video{
		width: 589px;
		height: 331px;
		margin-top: 20vh;
	}

	#our-character-design{
		height: 40vw;
	}

	#our-character-design .character-description{
		width: 50%;
	}

	#our-character-design .characters-design{
		width: 50%;
	}
/*
	.character-description h2{
		width: 70%;
	}*/

}

@media(max-width: 1024px){

	.middle-play .video{
		
	}

}

@media(max-width: 970px){

	.responsive-oculted{
		display: none;
	}
	
	#features-pattern .container-features{
		width: 50%;
		max-width: 420px;
	}

	.container-features div{
		width: 100%;
		margin: 2em 0;
	}

	.middle-play{
		width: 100%;
		height: auto;
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.middle-play .logo{
		order: 2;
		margin: 2em auto;
	}

	.middle-play .login{
		order: 1;
		width: 90%;
		margin: 1em;
	}

	.middle-play .login span{
		display: inline-block !important;
	}

	.middle-play .login span:nth-of-type(1){
		width: 2em;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.middle-play .login > div{
		float: right;
	}

	.middle-play .login > div > span{
		display: inline-block;
		width: 1.5em !important;
	}

	.middle-play .video{
		order: 3;
	}

	.video .character{
		display: none;
	}

	.middle-play .video{
		margin-top: 5vh;
	}

	.middle-play .pattern{
		height: 40%;
		bottom: 5%;
	}

	.navigation-home{
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
		width: 100%;
		height: 100%;
		background: #EF4B23;
		opacity: 0;
		transition: 1s;
		margin-top: 0;
	}

	.navigation-home ul{
		width: 100%;
		height: 100%;
	}

	.navigation-home ul li:hover{
		cursor: pointer;
		background: #FFF;
	}

	.navigation-home ul li:hover a{
		color: #EF4B23;
	}

	.navigation-home ul li{
		margin: 2.5% 0 2.5% 0;
		padding: 0;
		width: 100%;
		height: 15%;
		font-size: 3em;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		vertical-align: center;
	}

	.navigation-home ul li:hover{
		transform: scale(1);
	}

	.navigation-home ul li a{
		color: #FFF;
	}

	#kind-patterns .container-kind{
		width: 50%;
		max-width: 420px;
		flex-wrap: wrap-reverse;
	}

	#kind-patterns .container-kind .patterns{
		width: 100%;
	}

	#kind-patterns .container-kind .description-patterns{
		width: 100%;
	}

	#kind-patterns .container-kind h2{
		width: 60% !important;
	}

	#our-character-design{
		height: 40vw;
	}

	#our-character-design .character-description{
		width: 50%;
	}

	#our-character-design .characters-design{
		width: 50%;
	}

	.character-description div{
		width: 50%;
		max-width: 420px;
	}
/*
	.character-description h2{
		width: 70%;
	}*/

	#our-character-design{
		height: auto;
	}

	#our-character-design .character-description{
		width: 100%;
		padding: 8em 0;
	}

	#our-character-design .characters-design{
		width: 100%;
		padding: 8em 0;
	}

/*	.character-description h2{
		width: 70%;
	}*/

	.container-characters{
		width: 35%;
		margin: 0 auto;
		position: relative;
		margin-left: 20%;
	}

	#last-post{
		width: 100%;
		position: relative;
		background: linear-gradient(180deg, #FFF 100%, #000 0%);
	}

	#last-post .post-container{
		width: 50%;
		max-width: 420px;
	}

	.post-container .post{
		width: 47%;
	}

	.post-container .post:nth-child(3), .post-container .post:nth-child(4){
		margin-top: 2em;
	} 

	.post-container .post .description{
		background: #FF4C00;
	}

	#choose-us .container-choose{
		width: 50%;
		max-width: 420px;
	}

	.container-choose div{
		width: 100%;
		margin: 1em 0;
	}

}

@media(max-width: 768px){

	.middle-play .video{
		width: 480px;
		height: 270px;
	}

}

@media(max-width: 640px){

	#features-pattern .container-features{
		width: 80%;
	}

	.container-features div{
		width: 100%;
		margin: 2em 0;
	}

	.middle-play .video{
		width: 300px;
		height: 169px;
	}

	#kind-patterns .container-kind{
		width: 80%;
	}

	.character-description div{
		width: 80%;
	}

	.container-characters{
		width: 50%;
		max-width: 280px;
		margin-left: 10%;
	}

	#last-post .post-container{
		width: 80%;
	}

	#choose-us .container-choose{
		width: 80%;
	}

}

@media(max-width: 480px){

	.middle-play .logo{
		width: 20%;
		margin: 2em;
	}

}

@media(min-width: 1680px) and (max-height: 775px){

	#intro{
		position: relative;
		height: auto !important;
	}

}

@media(min-width: 1367px) and (max-width: 1679px) and (max-height: 777px) {

	/*.middle-play .video{
		margin-top: 20vh !important;
		width: 720px !important;
		height: 420px !important;
	}*/	

}

@media(max-width: 1366px) and (max-height: 800px) and (min-width: 1024px) and (max-width: 1679px){

	/*.middle-play .video{
		width: 520px;
		height: 38vh;
		margin-top: 20vh;
	}*/

}

@media(min-width: 1367px) and (max-height: 775px) and (max-width: 1679px){

	/*.middle-play .video{
		width: 580px;
		height: 340px;
		margin-top: 20vh;
	}	*/

	#intro{
		position: relative;
		height: auto !important;
	}

	.navigation-home{
		margin-top: 4vh;
	}

}

@media(min-width: 1280px) and (max-height: 640px) and (max-width: 1367px){

	/*.middle-play .video{
		width: 580px;
		height: 340px;
		margin-top: 20vh;
	}*/

	#intro{
		position: relative;
		height: auto !important;
	}

	.navigation-home{
		margin-top: 4vh;
	}

}

@media(min-width: 1024px) and (max-height: 628px) and (max-width: 1280px){

	/*.middle-play .video{
		width: 580px;
		height: 340px;
		margin-top: 20vh;
	}*/

	#intro{
		position: relative;
		height: auto !important;
	}

	.navigation-home{
		margin-top: 4vh;
	}

}

@media(min-width: 970px) and (max-height: 670px) and (max-width: 1024px){

	#intro{
		position: relative;
		height: auto !important;
	}

}

@media(min-width: 970px) and (max-height: 712px) and (max-width: 1024px){

	#intro{
		position: relative;
		height: auto !important;
	}

	.navigation-home{
		margin: 5vh auto;
	}

	.middle-play .video{
		margin-top: 25vh;
	}

}

@media(min-width: 768px) and (max-height: 670px) and (max-width: 970px){

	/*.middle-play .video{
		height: 340px;
	}*/

	#intro{
		position: relative;
		height: auto !important;
	}

}

@media(min-width: 640px) and (max-height: 642px) and (max-width: 768px){

	/*.middle-play .video{
		height: 320px;
	}*/

	#intro{
		position: relative;
		height: auto !important;
	}

}

@media(min-width: 480px) and (max-height: 545px) and (max-width: 640px){

	/*.middle-play .video{
		height: 240px;
	}*/

	#intro{
		position: relative;
		height: auto !important;
	}

}

@media(max-width: 480px) and (max-height: 505px) and (max-width: 640px){

	/*.middle-play .video{
		height: 40vh;	
		margin-top: 0;
	}*/

	#intro{
		position: relative;
		height: auto !important;
	}

}

#contact{
	width: 100%;
	margin: 6em 0;
}

#contact h2{
	text-align: center;
	margin: 0 auto;
	margin-bottom: .5em;
}

#contact h3{

}

#contact .info-contact{
	width: 60%;
	margin: 0 auto;
}

#contact .info-contact div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	vertical-align: center;
	position: relative;
}

#contact .info-contact div img{
	width: 3em;
	margin: 0em 2em;
	position: relative;
	margin-left: -5em;
}

#contact .info-contact div span{
	text-align: center;
}

.middle-map{
	margin: 2em 0;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: space-around;
}

.middle-map .pattern{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	z-index: 1;
/*	background: url('./../images/patternContact.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;*/
}

.middle-map .logo{
	width: 110px;
	position: relative;
	margin-top: -20vh;
	margin-left: 3%;
	z-index: 1;
}

.middle-map #map{
	width: 720px;
	height: 420px;
	position: relative;
	border: .8em solid #FFF;
	z-index: 2;
}

#contact .form-contact{
	width: 55%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin: 6em auto;
}

#contact > div.form-contact > div > span{
	width: 50% !important;
	margin: 0 auto;
	text-align: right;
}

#contact > div.form-contact > div > span img{
	position: relative !important;
	width: 50% !important;
	top: 0 !important;
	left: 0 !important;
	float: right !important;
}

#contact .form-contact > div{
	width: 35%;
}

#contact .form-contact > div p{

}

#contact .form-contact > form{
	width: 45%;
	position: relative;
}

#contact .form-contact > form label, #contact .form-contact > form label input, #contact .form-contact > form textarea{
	width: 100%;
	resize: none;
}

#contact .form-contact > form label span{
	color: #515151;
	display: block;
	margin: 10px 0;
}

#contact > div.form-contact > form > label> span:nth-child(3){
	margin: 0px 0px 20px 0px !important;
}

#contact .form-contact > form label span img{
	display: inline-block;
	margin-right: 5px;
}

#contact .form-contact > form label input, #contact .form-contact > form textarea{
	outline: none;
	border: none;
	background: rgba(0,0,0,.1);
	padding: .75em .5em;
	margin: .5em 0em;
	font-family: 'SignikaNegative-Light';
	font-size: .9em;
}

#contact .form-contact > form textarea{
	height: 120px;
}

#contact .form-contact > form button{
	border: none;
	border: 2px solid #FF4C00;
	color: #FF4C00;
	background: #FFF;
	padding: .25em 3em;
	transition: 1s;
	transform: scale(1);
	cursor: pointer;
}

#contact .form-contact > form button:hover{
	transform: scale(.9);
}

.form-contact form .character{
	width: 35%;
	height: auto;
	position: absolute;
	bottom: 0%;
	right: -15%;
	opacity: 0;
}

.middle-map .character{
	position: absolute;
	z-index: 3;
	transform: scale(1);
	opacity: 1;
}

.middle-map .cloud1, .middle-map .cloud3{
	width: 8em;
} 

.middle-map .cloud2, .middle-map .cloud4{
	width: 4em;
} 

.middle-map .calamar{
	width: 10em;
}

@keyframes cloud1_a { 0% {left: -5%;} 100% {left: 105%;} }
@keyframes cloud2_a { 0% {right: -5%;} 100% {right: 105%;} }
@keyframes cloud3_a { 0% {right: -5%;} 100% {right: 105%;} }
@keyframes cloud4_a { 0% {left: -5%;} 100% {left: 105%;} }

.middle-map .cloud1{
	top: 50%;
	animation-name: cloud1_a;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.middle-map .cloud2{
	top: 10%;
	animation-name: cloud2_a;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.middle-map .cloud3{
	top: 25%;
	animation-name: cloud3_a;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.middle-map .cloud4{
	top: 60%;
	animation-name: cloud4_a;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.middle-map .calamar{
	bottom: 0;
	left: 20%;
}

.msg{
}

.msg img{
	width: 2em;
	margin: 0px 10px;
	vertical-align: middle;
}

@media(max-width: 1680px){


	.middle-map #map{
		width: 720px;
		height: 420px;
	}

}

@media(max-width: 1280px){

	.middle-map #map{
		width: 580px;
		height: 340px;
	}

}

@media(max-width: 1024px){


}

@media(max-width: 970px){

	#contact > div.info-contact > div{
		
	}

	#contact > div.info-contact > div > img{
		padding: 0;
		margin: 1em auto;
	}

	#contact > div.info-contact > div > span{
		width: 100%;
	}

	#contact .form-contact{
		width: 580px;
	}

	#contact .form-contact > div{
		width: 100%;
		margin: 0 auto;
	}

	#contact .form-contact > form{
		width: 100%;
		margin: 0 auto;
	}

	.form-contact form .character{
		width: 20%;
		right: -15%;
	}

	.middle-map .logo{
		display: none;
	}

	#contact .form-contact > form label input, #contact .form-contact > form textarea{
		margin-bottom: 1.5em;
	}

}

@media(max-width: 768px){

	#contact .form-contact{
		width: 90%;
	}

	.middle-map #map{
		width: 90%;
		height: 45vh;
	}

	.form-contact form .character{
		width: 20%;
		right: -5%;
	}

}

@media(max-width: 640px){

	#contact .form-contact > form button{
		padding: .8em 3em;
		font-size: 1em;
	}

	.middle-map #map{
		height: 40vh;
	}


}

@media(max-width: 480px){


}



@charset "UTF-8";

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

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

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

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

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

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

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

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

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

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

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

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

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

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

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

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

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

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

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

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

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

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInY {
  from {
    -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);
  }

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

@keyframes flipInY {
  from {
    -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);
  }

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

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

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

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

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

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
#navigation{
	background: #EF4B23;
	width: 100%;
	height: 8em;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	z-index: 9999999;
    position: relative;
}

#navigation .features-action{
    position: absolute;
    bottom: -12em;
    right: 4%;
    width: 7em;
}

#navigation .home{
	width: 15%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: center;
    position: relative;
}

#navigation .home .gotohome{
	width: 2em;
}

#navigation .home .logo{
	width: 10em;
	align-self: flex-start;
    position: absolute;
    top: 0;
    right: 0;
}

#navigation .menu-nav{
	width: 70%;
	height: 100%;
	position: relative;
	font-size: 1em;
}

#navigation .menu-nav a{
    height: 100%;
}

#navigation .menu-nav ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
}

#navigation .menu-nav ul li{
	font-size: 1.3em;
	height: 100%;
	font-family: 'SignikaNegative-Light';
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	cursor: pointer;
    
}

#navigation .menu-nav ul li.nav{
    width: 5.5em;
}

#navigation .menu-nav ul li.social div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#navigation .menu-nav ul li span{
	display: block;
	width: 5em;
	text-align: center;
}

#navigation .menu-nav ul li.social span{
	width: 2em !important;
	padding: 0 .5em;
}

#navigation .menu-nav ul li.social span img{
	width: 100% !important; 
}

#navigation .menu-nav ul li span img{
	width: 30%;
}

#navigation .menu-nav ul li > img{
	position: absolute;
	top: 100%;
	left: 0em;
	width: 100% !important;
	height: auto;
	opacity: 0;
}

#navigation .menu-nav ul a li.selected, #navigation .menu-nav ul a li{
    width: 100% !important;
    padding: 0px .5em !important; 
}

#navigation .menu-nav ul a li.selected, #navigation .menu-nav ul a li:hover{
    color: #000 !important;
    width: 100% !important;
    padding: 0px .5em !important; 
}

#navigation .menu-nav ul li.selected img, #navigation .menu-nav ul li:hover img{
	opacity: 1;
}

#navigation .login{
	background: #000;
	width: 15%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #EF4B23;
	font-family: 'SignikaNegative-Light';
	font-size: 1.3em;
    position: relative;
}

#navigation .login .login-panel{
    position: absolute;
    top: 100%;
    left: 0;
    color: #FFF;
    width: 100%;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
}

.login-panel span{
    display: block;
    width: 100% !important;
    background: #EF4B23;
    color: #FFF !important;
    padding: 1em 0 !important;
    margin: 0 !important;
}

.login-panel span a{
    color: #FFF;
}

.login-panel span:hover{
    background: #FFF;
    color: #EF4B23 !important;
    cursor: pointer;
}

.login-panel span:hover a{
    color: #EF4B23;
}


.login a{
    display: block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#navigation .login span{
	width: 1em;
	margin: 0em 1em;
}

#burger-icon {
    display: none;
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 8em;
}

#burger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#burger-icon span:nth-child(1) {
  top: 0px;
}

#burger-icon span:nth-child(2),#burger-icon span:nth-child(3) {
  top: 10px;
}

#burger-icon span:nth-child(4) {
  top: 20px;
}

#burger-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#burger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burger-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}


@media(max-width: 1280px){


	#navigation .home .gotohome{
		width: 2em;
		margin: 0 2em;
	}

	#navigation .menu-nav ul li{
		font-size: 1.1em;
		padding: 0 1em;
	}

	#navigation .menu-nav ul li > img{
		position: absolute;
		top: 100%;
		left: 0em;
		width: 6em;
		height: auto;
		opacity: 0;
		transition: .5s;
	}

    #navigation .menu-nav ul li.nav{
        width: 5.2em;
        text-align: center !important;
    }

}

@media(max-width: 1080px){
    #navigation .menu-nav ul li.nav{
        width: 4.5em;
        text-align: center;
    }
}

@media(max-width: 970px){

	#burger-icon{
        display: block;
        position: absolute;
        top: 40%;
        right: 5%;
    }

	#navigation .home{
		flex-direction: row;
		justify-content: center;
		align-content: center;
		align-items: center;
	}

	#navigation .menu-nav{
		display: none;
	}

	#navigation .home{
		width: 70%;
	}

	#navigation .home .gotohome{
		width: 2em;
		margin: 0 6em;
	}

	#navigation .login{
		width: 30%;
	}

    #navigation .home .logo{
        top: 0;
        left: 5%;
    }


}
.footer-container{
	display: none;
}

.footer-container, #footer{
	width: 100%;
}

#footer {
	color: #fff;
}

#footer ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 2em 0;
}

#footer ul.social li{
	width: 3em; 
	margin: 0 1em;
	transform: scale(1);
	transition: .5s;
}

#footer ul.social{
	margin-bottom: 4em;
}

#footer ul.social li:hover{
	cursor: pointer;
	transform: scale(.9);
}

#footer ul.rights li{
	width: 20em;
	padding: 1em 2.5em;
	margin: 0 0em;
	text-align: center;
	font-family: 'SignikaNegative-Light';
	font-size: 1.1em;
}

#footer ul.rights li:nth-child(2){
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#footer ul.rights li a{
	color: #FFF;
	text-decoration: underline;
}

@media(max-width: 1366px){

	#footer ul.rights li{
		width: 15em;
		padding: 1em 1em;
	}

}

@media(max-width: 970px){

	#footer ul.rights li{
		width: 80%;
		padding: 1em 1.5em;
	}

	#footer ul.rights li:nth-child(2){
		border-left: 0px solid #FFF;
		border-right: 0px solid #FFF;
	}

}
#who-we-are{
    position: relative;
    padding: 6em 0 0 0;
    width: 100%;
}

#who-we-are > div{
    margin: 0 auto !important;
}

#who-we-are h2{
    margin: 0 ; 
    text-align: center ;
    margin-bottom: 1em ; 
}

#who-we-are p{
    text-align: justify;
    text-align-last: center;
}

#who-we-are div img{
    margin-top: 4em;
    margin-bottom: 4em; 
    display: block;
}

#why-choose-us{
    background: #000;
    padding: 2em 0;
    width: 100%;
    
}

.container-why-choose-us{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
}

.container-why-choose-us div{
    width: 45%;
    text-align: justify;
    text-align-last: center;
}


.container-why-choose-us div p{
    color: #FFF;
}

@media(max-width: 970px){

    #who-we-are{
        padding: 12em 0 0 0;
    }

    .container-why-choose-us div{
        width: 100%;
        text-align: justify;
        text-align-last: center;
    }


}
#our-team{
    position: relative;
    padding: 6em 0 0 0;
    width: 100%;
}

#our-team h2{
    margin: 0 ; 
    text-align: center ;
    margin-bottom: 1em ; 
}

#our-team p{
    text-align: justify;
    text-align-last: center;
}

#our-team .image-container{
    margin-top: 4em; 
    margin-bottom: 4em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

.image-container img{
    display: block;
}

.image-container img:nth-child(2), .image-container img:nth-child(3){
    width: 49%;
    margin-top: 1em;
} 

@media(max-width: 970px){

    #our-team{
        padding: 12em 0 0 0;
    }

    .image-container img:nth-child(2), .image-container img:nth-child(3){
        width: 100%;
        margin-top: 1em;
    } 

}
#services{
    position: relative;
    padding-top: 6em;
    width: 100%;
    
}

#patterns-characters-info{
    margin-top: 6em;

}

#services h2, #patterns-characters-info h2{
    width: 70%;
    margin: 0 auto; 
    text-align: center;
}

#services h2 span, #character h2 span{
    color: #000;
}

#character h2 span{
    display: block;
    margin-top: .5em;
}

#services p, #patterns-characters-info p{
    text-align: justify;
    text-align-last: center;
}

#character p{
    text-align: justify;
}

.information-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    margin: 2em auto;
}

.main-services{
    margin: 4em auto 0em auto !important;
}

.information-container div{
    width: 49%;
    height: 16vw;
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    position: relative;
}

.information-container div a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: .5;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.information-container div:nth-child(1){
    background-image: url('./../images/patterns01.png');
    font-size: 1.2em;
}

.information-container div:nth-child(2){
    background-image: url('./../images/services02.png');
    font-size: 1.2em;
}

.information-container div.selected:nth-child(1){
    background-image: url('./../images/services01.png');
    font-size: 1.2em;
}

.information-container div.selected:nth-child(2){
    background-image: url('./../images/patterns02.png');
    font-size: 1.2em;
}

.information-container div:nth-child(1):hover{
    background-image: url('./../images/services01.png');
    font-size: 1.2em;
}

.information-container div:nth-child(2):hover{
    background-image: url('./../images/patterns02.png');
    font-size: 1.2em;
}

.information-container div span{
    display: inline-block;
    color: #FFF; 
    display: block;
    text-align: center;
    padding: .1em 2em;
    margin-top: 10%;
    border: 2px solid #FFF;
}

.pattern-services{
    margin: 4em auto;
}

.kind-of-patterns, .kind-of-characters{
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 6em auto;
}

.kind-of-patterns > div{
    width: 300px;
    height: 400px;
    margin: 6em 1em;
    border: 3px solid #515151;
    text-align: justify;
    text-align-last: center;
    position: relative;
    font-size: .9em;
}

.kind-of-patterns > div div.icon{
    position: absolute;
    top: -12.5%;
    left: 25%;
    width: 50%;
}

.kind-of-patterns > div div.footer-goto{
    position: absolute;
    bottom: -12%;
    left: -1%;
    width: 102%;
}

.footer-goto div{
    position: relative;
}

.footer-goto div span{
    position: absolute;
    bottom: -30%;
    width: 40%;
    left: 30%;
    background-color: #000;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: .5em 0em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer-goto div span img{
    width: .5em;
    margin-left: .5em;
}

.kind-of-patterns > div h2{
    display: block;
    color: #FF4C00;
    width: 80%;
    margin-top: 1.5em !important;
}

.footer-info{
    background: #000;
    padding: 2em 0;
}

.kind-of-patterns > div p{
    display: block;
    color: #515151;
    width: 80%;
    margin: 1em auto;
}

.container-footer-info{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    padding: 0 !important;
    margin: 2em auto !important;
}

.container-footer-info div{
    width: 45%;
    text-align: justify;
    text-align-last: center;
}

.container-footer-info div p{
    color: #FFF;
}

.footer-info h2{
    margin: .8em auto !important;
}

.sketch-procces, .sketch-final{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.sketch-procces img{
    width: 30%;
}

.sketch-final img{
    width: 20%;
}

.text-description-characters{
    padding: 2em 0;
}

.text-description-characters p{
    margin: 2em 0 !important;
}

#pattern-list, #character-list, #surface-list{
    width: 100%;
}

#character-list, #pattern-list{
    margin: 4em auto;
}

#surface-list{
    margin-top: 4em;
    margin-bottom: 4em;
}

#pattern-list ul, #surface-list ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-between;
    align-items: center;
}

#character-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#pattern-list ul li, #surface-list ul li{
    width: 32.5%;
    position: relative;
    margin: .5em 0.41%;
    overflow: hidden;
    cursor: pointer;
}

#pattern-list ul li img, #surface-list ul li img{
    display: block;
}

#pattern-list ul li:hover div{
    bottom: 0%;
}

#pattern-list ul li div{
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    padding: .5em 0;
    background: rgba(0,0,0,.5);
    transition: .5s;
}

#pattern-list ul li div span{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-family: 'SignikaNegative-Light';
    font-size: 1.5em;
    color: #FFF;
}

#character{
    padding: 4em 0;
}

#character-list ul li{

}

#character-list ul li img{
    display: block;
    height: 18em;
    width: auto;
    margin: 1em;
}

#character > div.character-container.container-medium > div:nth-child(2) > h2{
    margin-top: 0 !important;
}

.character-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    margin: 0em auto 0em auto;
}

.character-container div:nth-child(1){
    width: 40%;
}

.character-container div:nth-child(2){
    width: 60%;
}

.character-container div > img{
    display: block;
    width: 70%;
}

.character-container div ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    margin-top: 4em;
}

.character-container div ul li{
    width: 20%;
}

.list-images-character{
    margin: 2em auto;
}

.list-images-character ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
}

.list-images-character li{
    margin: .25em 0;
}

.eddie-character li{
    width: 32.33%;
}

.bohs-character ul{
    margin: 2em 0 !important;
}

.bohs-character li{
    width: 20%;
}

.bohs-character ul:nth-child(2) li{
    width: 24% !important;
}

.no-collections{
    margin: 2em auto 0em auto;
    padding: 4em;
    width: 80% !important; 
    height: auto !important; 
    text-align: center;
    border: none !important; 
}

.no-collections span{
    display: block;
    width: 100%;
}

.no-collections img{
    width: 10em;
    height: auto;
    margin-top: 2em;
}

.button-go-to{
    width: 100%;
    text-align: center;
    margin-bottom: 6em;
}

.button-go-to span:hover{
    cursor: pointer;
    background: #FF4C00;
    color: #FFF;
}

.button-go-to span{
    border: 2px solid #FF4C00;
    font-size: 1.5em;
    padding: .25em 2em;
    color: #FF4C00;
    transition: .5s;
}

.container-image {
    position: relative;
}

.container-image > img:nth-child(1){
    position: absolute;
    bottom: 45%;
    left: 0;
    width: 3em !important;
}

.big-characters{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    margin: 4em auto;
}

.big-characters div{
    width: 35%; 
}

.big-characters img{
    width: 100%;
    height: auto;
}

.intoduction-character > img{
    width: 60% !important;  
    height: auto;
    margin-bottom: 2em;
}

.bohs-container img{
    width: 80% !important;
}

.icons-characters{
    display: block;
    width: 100%;
}

.icons-characters ul{
    width: 70% !important;
    margin: 0 !important;
}

.icons-characters ul li{
    display: inline-block !important;
    width: 40% !important;
    margin: 0% 5% 0% 5%!important;
}

.icons-characters ul li img{
    width: 100% !important;
    height: auto;
}

@media(max-width: 1680px){

    .information-container div span{
        margin-top: 0%;
    }

}

@media(max-width: 1280px){

    .kind-of-patterns{
        width: 90%;
        max-width: 970px;
    }

    .kind-of-patterns > div{
        width: 225px;
        height: 325px;
        font-size: .8em;
    }

    .kind-of-patterns > div div.footer-goto{
        bottom: -10%;
    }

}

@media(max-width: 1024px){

    .kind-of-patterns > div{
        width: 225px;
        height: 325px;
        font-size: .9em;
    }

}

@media(max-width: 970px){

    #services{
        padding: 12em 0 0 0;
    }

    .information-container div{
        width: 100%;
        height: 23vw;
        margin: .5em auto;
    }

    .kind-of-patterns{
        width: 80%;
    }

    .big-characters div{
        width: 80%; 
    }

    .kind-of-patterns > div{
        width: 250px;
        height: 325px;
        font-size: 1em;
    }

    .kind-of-patterns > div div.footer-goto{
        bottom: -10%;
    }

    .container-footer-info div{
        width: 100%;
        text-align: justify;
        text-align-last: center;
    }

    #pattern-list ul li, #surface-list ul li{
        width: 49%;
        margin: .5em .5%;
    }

    #character-list ul li{
        width: 49%;
    }

    .character-container div:nth-child(1){
        width: 100%;
    }

    .character-container div:nth-child(2){
        width: 100%;
    }

    .list-images-character li{
        width: 100%;
        margin: .25em 0;
    }

    .bohs-character li{
        width: 40%;
    }

    .bohs-character ul:nth-child(2) li{
        width: 100% !important;
    }

    #character-list ul li{
        width: 100%;
        margin: 1em;
    }

    #character-list ul li img{
        display: block;
        height: auto;
        width: 100%;
        margin: 0em;
    }

}

@media(max-width: 640px){

    #pattern-list ul li, #surface-list ul li{
        width: 100%;
        margin: .5em 0%;
    }

    .information-container div{
        width: 100%;
        height: 36vw;
        margin: .5em auto;
    }

}
#container-error{
    width: 80%;
    max-width: 640px;
    margin: 8em auto;
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    text-align: center;
    padding: 4em 2em;
}

#container-error span{
    font-size: 10em; 
    font-family: 'SignikaNegative-Light';
    color: #FF4C00;
}

#container-error img{
    width: 30%;
    margin: 2em auto 0 auto;
}
#formSection{
    margin: 0em 0 !important;
    position: relative;
    background: url('./../images/patternform.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 100%;
}

#formSection .containerForm{
    background: #FFF;
    width: 80%;
    max-width: 620px;
    margin: 12em auto;
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    text-align: center;
    padding: 6em 2em;
    position: relative;
}

#formSection form{
    width: 100%; 
    text-align: left;
    font-size: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}

.welcome-icon{
    position: absolute;
    top: -15%;
    left: 38%;
    width: 42%;
}

#formSection form div.title-form{
    display: block;
    width: 90%;
    margin: 1.5em auto;
    font-size: 1.7em;
}

form.signin {
    width: 80% !important;
    margin: 0em auto; 
}

form.signin > span{
    text-align: center;
    color: #000;
    width: 100%;
    display: block;
    margin: .5em auto;
    font-size: 2.5em;
}

#formSection > div > form > label > span{
    display: inline-block !important;  
}

#formSection > div > form > span{
    margin: 0 !important;
}

#formSection > div > form > div.text-description-login{
    margin: 1em !important;
}

#formSection > div > form > label > span:nth-child(3) > img, #formSection > div > form > label.middle-label > span > span > img{
    display: inline-block;
    margin-right: 10px;
}

form.signin label > span{
    width: 100% !important;  
    display: block;
    text-align: center;
    margin: 1em auto;
    color: #000;
    text-align: left;
}

form.signin input{
    width: 100% !important;
    box-sizing: border-box;
}

.signin > div > div{
    top: -10% !important;
}


#formSection form label{
    display: inline-block;
    margin-bottom: 1em;
    color: #515151;
    font-family: 'SignikaNegative-Light';
    font-size: 1em;
    text-align: center;
}

#formSection form label.short-label{
    width: 50%;    
}

#formSection form label.complete-label{
    width: 100%;    
}


#formSection form label.middle-label{
    width: 70%;
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;      
}

#formSection form label.middle-label span{
    display: inline-block !important;
    width: 90% !important;
    font-size: .9em;
    margin: 0 auto;
}

#formSection form label.middle-label input{
    display: inline-block !important;
    width: 10% !important;
    box-sizing: border-box;
}

#formSection form label span{
    display: inline-block;
    margin: .5em 0;
    width: 80%;
    text-align: left;
}

#formSection form label input, #formSection form label textarea{
    padding: .6em .5em;
    margin: 0;
    border: none;
    border-radius: 5px;
    background: rgba(0,0,0,.2);
    outline: none;
    resize: none;
    font-family: 'SignikaNegative-Light';
    font-size: .9em;
    box-sizing: border-box;
}

#formSection form label input{
    width: 80%;
}

#formSection form label textarea{
    width: 90%;
    height: 60px; 
}

form.signin button{
    width: 100% !important;
}

#formSection form button{
    display: inline-block;
    width: 55%;
    margin: 1em auto;
    text-align: center;
    border: 2px solid #FF4C00;
    background: none;
    color: #FF4C00;
    padding: .7em 0;
    font-size: .9em;
    transition: .25s;
}

#formSection form button:hover{
    cursor: pointer;
    background: #FF4C00;
    color: #FFF;
}

.message-alert{
    text-align: center;
    width: 100%;
    margin: 1em 0;
}

.message-alert span{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #000;
    font-family: 'SignikaNegative-Light';
    font-size: 1.1em;
    margin: .5em auto;
}

.message-alert span img{
    width: 1.2em;
    margin-right: 10px;
}

.form-options{
    width: 100%;
    text-align: center;
    font-family: 'SignikaNegative-Light';
    font-size: 1em;
    margin-top: 1em;
}

.form-options > a:nth-child(2){
    display: block;
    color: #515151;
    text-decoration: underline;
    margin: 1em 0;
}

.form-options > a:nth-child(1){
    font-size: 1.2em; 
    color: #FF4C00;
    line-height: none;
    display: block;
}

.form-options > span{
    display: block;
    color: #515151;
}

.text-description-login{
    width: 100%;
    margin: 2em auto !important;
    text-align: justify !important;
    color: #515151;
    display: block;
    font-size: 1em !important;
}

@media(max-width: 640px){
    #formSection form label.short-label{
        width: 100%;    
    }

    #formSection form label input{
        width: 90%;
    }

    .welcome-icon{
        position: absolute;
        top: -10%;
        left: 35%;
        width: 40%;
    }

}

#feedbackSection{
    margin: 8em 0 !important;
    background: url('./../images/patternform.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 100%;
    position: relative !important;
    font-size: 1.1em;
}

#feedbackSection .containerFeedback{
    background: #FFF;
    width: 80%;
    max-width: 720px;
    margin: 12em auto;
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    text-align: center;
    padding: 8em 2em;
    position: relative;
}

.icon-feed{
    position: absolute;
    top: -15%;
    left: 42.5%;
    width: 15%;
}

#feedbackSection .desc-footer{
    margin-top: 2em;
}

.desc-footer img{
    width: 3em;
    height: auto;
    margin: 0 auto;
}

.desc-footer span{
    display: block;
    text-align: center;
    margin: 1em 0;
}

.desc-footer button{
    background: none;
    color: #FF4C00;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: .9em;
    font-family: 'SignikaNegative-Light';
}
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*# sourceMappingURL=app.css.map */
