/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1.2em;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: gothaproreg;
	src: url("../fonts/gothaproregeot");
	src: url("../fonts/gothaproreg@#iefix") format("embedded-opentype"), url("../fonts/gothaproreg.woff") format("woff"), url("../fonts/gothaproreg.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: gothapromed;
	src: url("../fonts/gothapromed.eot");
	src: url("../fonts/gothapromed@#iefix") format("embedded-opentype"), url("../fonts/gothapromed.woff") format("woff"), url("../fonts/gothapromed.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: gothaprolig;
	src: url("../fonts/gothaprolig.eot");
	src: url("../fonts/gothaprolig@#iefix") format("embedded-opentype"), url("../fonts/gothaprolig.woff") format("woff"), url("../fonts/gothaprolig.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: gothaprobol;
	src: url("../fonts/gothaprobol.eot");
	src: url("../fonts/gothaprobol@#iefix") format("embedded-opentype"), url("../fonts/gothaprobol.woff") format("woff"), url("../fonts/gothaprobol.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: gothaprobla;
	src: url("../fonts/gothaprobla.eot");
	src: url("../fonts/gothaprobla@#iefix") format("embedded-opentype"), url("../fonts/gothaprobla.woff") format("woff"), url("../fonts/gothaprobla.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: bebasneue-bold;
	src: url("../fonts/bebasneue-bold.eot");
	src: url("../fonts/bebasneue-boldFontName@#iefix") format("embedded-opentype"), url("../fonts/bebasneue-bold.woff") format("woff"), url("../fonts/bebasneue-bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: bebasneue-book;
	src: url("../fonts/bebasneue-book.eot");
	src: url("../fonts/bebasneue-book@#iefix") format("embedded-opentype"), url("../fonts/bebasneue-book.woff") format("woff"), url("../fonts/bebasneue-book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

.image-wrapper > img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

input.error:focus {
	border-color: red!important;
}

label.error {
	display: none!important;
}

.wrapper {
	max-width: 1920px;
	min-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.container {
	padding: 0 15px;
	width: 1200px;
	margin: auto;
}

::-webkit-input-placeholder {
	color: #091d34;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

::-moz-placeholder {
	color: #091d34;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

:-moz-placeholder {
	color: #091d34;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

:-ms-input-placeholder {
	color: #091d34;
	transition: 0.3s;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

.btn {
	background-color: #6a9346;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	position: relative;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	animation-name: pulse;
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	-moz-animation-name: rubberBand;
	animation-name: rubberBand;
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	animation-name: shake;
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	animation-name: swing;
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	animation-name: wobble;
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 0.75s;
	-moz-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: 0.75s;
	-moz-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

.fadeInUpDes {
	-webkit-animation-name: fadeInUpDes;
	-moz-animation-name: fadeInUpDes;
	animation-name: fadeInUpDes;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	animation-name: fadeOut;
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	-moz-animation-name: flip;
	animation-name: flip;
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	animation-name: flipInX;
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-animation-name: flipInY;
	animation-name: flipInY;
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-moz-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: 0.75s;
	-moz-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: 0.75s;
	-moz-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-moz-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-moz-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	animation-name: rotateIn;
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	animation-name: rotateOut;
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	animation-name: rollOut;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	animation-name: zoomIn;
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	-moz-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	-moz-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	-moz-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	-moz-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	-moz-animation-name: zoomOut;
	animation-name: zoomOut;
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	-moz-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	-moz-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	-moz-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	-moz-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.85);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222222;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â";
}

[dir="rtl"] .slick-prev:before {
	content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
}

[dir="rtl"] .slick-next:before {
	content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â";
}

/* Dots */

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

.menu {
	background: #ffffff;
	position: fixed;
	width: 100%;
	top: -80px;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	height: 80px;
}

.menu .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.menu.active {
	top: 0;
}

.menu-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 800px;
}

.menu-nav li {
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.75;
	color: #3b464b;
	font: 16px/20px gothapromed, sans-serif;
	margin: 5px;
}

.menu-nav li:hover {
	opacity: 1;
}

.menu-btn {
	border: 2px solid #6a9346;
	display: inline-block;
	color: #3b464b;
	font: 12px/17px gothaprobol, sans-serif;
	text-align: center;
	width: 190px;
	text-transform: uppercase;
	padding: 15px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

.header {
	background: #ffffff;
}

.header .container {
	position: relative;
	height: 82px;
	padding-top: 14px;
}

.header-logo {
	float: left;
	margin-top: 2px;
}

.header-info {
	color: #3b464b;
	font: 13px / normal gothapromed, sans-serif;
	text-transform: uppercase;
	margin-top: 4px;
	margin-left: 24px;
	float: left;
}

.header-city {
	float: right;
	width: 215px;
	margin-top: 11px;
	margin-right: 10px;
	background: url(../img/ico_map.png) no-repeat 2px center;
	padding-left: 26px;
}

.header-city__phone {
	color: #3b464b;
	font: 16px/16px gothapromed, sans-serif;
	display: block;
}

.header-mobiles {
	float: right;
	width: 200px;
	margin-top: 19px;
	margin-right: 10px;
	background: url(../img/ico_phone.png) no-repeat 3px center;
	padding-left: 30px;
}

.header-mobiles__phone {
	color: #3b464b;
	font: 18px/16px gothapromed, sans-serif;
	display: block;
}

.header-btn {
	border: 2px solid #6a9346;
	display: inline-block;
	color: #3b464b;
	font: 12px/17px gothaprobol, sans-serif;
	text-align: center;
	width: 190px;
	float: right;
	text-transform: uppercase;
	padding: 15px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

.promo {
	min-height: 698px;
	background: url(../img/bg_promo.jpg) no-repeat top center;
	background-attachment: fixed;
	-moz-background-size: cover;
	background-size: cover;
}

.promo .container {
	padding-top: 89px;
	padding-bottom: 20px;
}

.promo-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.promo-slogans {
	width: 735px;
	margin-top: 8px;
}

.promo-title {
	color: #ffffff;
	margin-left: -3px;
	font: 57px/72px bebasneue-bold, sans-serif;
	letter-spacing: 0.013em;
	position: relative;
}

.promo-title:before {
	display: block;
	content: "";
	background: #6a9346;
	position: absolute;
	height: 8px;
	width: 400px;
	top: 26px;
	right: -webkit-calc(100% + 27px);
	right: -moz-calc(100% + 27px);
	right: calc(100% + 27px);
}

.promo-subtitle {
	margin-top: 85px;
	padding-left: 108px;
	background: url(../img/bg_promo-subtitle.png) no-repeat 0 0;
	min-height: 70px;
	font: 18px / normal gothaprolig, sans-serif;
	color: #ffffff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-form {
	padding: 33px 39px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 370px;
	min-height: 425px;
}

.promo-form__title {
	color: #3b464b;
	font: 30px/36px bebasneue-book, sans-serif;
	letter-spacing: 0.02em;
	position: relative;
	margin-bottom: 39px;
}

.promo-form__title b {
	font-family: bebasneue-bold, sans-serif;
}

.promo-form__title .text-red {
	color: #6a9346;
}

.promo-form__title:before {
	display: block;
	content: "";
	background: #6a9346;
	position: absolute;
	height: 60px;
	width: 5px;
	left: -39px;
	top: 5px;
}

.promo-features {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin-top: 52px;
}

.promo-feature {
	padding: 27px 20px 24px 97px;
	width: 370px;
	border: 2px solid #6a9346;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	text-transform: uppercase;
	font: 14px / normal gothapromed, sans-serif;
}

.promo-feature-1 {
	/* background: url(../img/ico_promo-feature-1.png) no-repeat 25px center; */
}

.promo-feature-2 {
	/* background: url(../img/ico_promo-feature-2.png) no-repeat 22px center; */
}

.promo-feature-3 {
	/* background: url(../img/ico_promo-feature-3.png) no-repeat 26px center; */
}

.features {
	background: #ffffff;
}

.features .container {
	padding-top: 90px;
	padding-bottom: 82px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.features-title {
	margin-top: 13px;
	margin-left: -3px;
	color: #3b464b;
	width: 340px;
	font: 60px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.005em;
}

.features-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 780px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features-item {
	width: 390px;
	padding-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.features-item__icon {
	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.features-item__text {
	color: #343e43;
	font: 18px/22px gothaprolig, sans-serif;
	width: 245px;
	margin-left: 22px;
	margin-top: 6px;
}

.features-item__text-2 {
	margin-left: 16px;
}

.about {
	position: relative;
	z-index: 2;
	background: #f2f3f7;
}

.about .container {
	padding-top: 60px;
	position: relative;
	z-index: 2;
	padding-bottom: 37px;
}

.about-image {
	position: absolute;
	z-index: -1;
	top: -42px;
	right: -42px;
}

.about-info {
	width: 578px;
	border-left: 5px solid #6a9346;
	padding-left: 24px;
}

.about-text {
	color: #3b464b;
	font: 18px/24px gothaprolig, sans-serif;
	margin-bottom: 24px;
}

.about-text b {
	font-family: gothapromed, sans-serif;
}

.use {
	background: #ffffff;
}

.use .container {
	padding-top: 109px;
	padding-bottom: 120px;
}

.use-title {
	color: #3b464b;
	font: 48px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.0035em;
	margin-left: -3px;
}

.use-list {
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.use-item {
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
	background: #f2f3f7;
	margin: 13px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 42px 30px 27px 30px;
}

.use-item__icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 150px;
	height: 80px;
}

.use-item__title {
	margin-top: 53px;
	padding-top: 3px;
	padding-left: 18px;
	margin-left: -30px;
	color: #3b464b;
	text-transform: uppercase;
	font: 30px/30px bebasneue-bold, sans-serif;
	letter-spacing: 0.01em;
	border-left: 10px solid #6a9346;
}

.use-item__descr {
	margin-top: 22px;
	color: #3b464b;
	font: 17px/22px gothaprolig, sans-serif;
}

.use-btn {
	display: inline-block;
	min-width: 343px;
	text-align: left;
	font: 14px/20px gothaprobol, sans-serif;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 25px 70px 25px 40px;
	color: #ffffff;
	background-image: url(../img/ico_btn-arrow.png);
	background-position: 280px center;
}

.use-btn-wrapper {
	margin-top: 44px;
	text-align: center;
}

.need {
	background: #f2f3f7;
}

.need .container {
	padding-top: 110px;
	padding-bottom: 102px;
}

.need-title {
	color: #3b464b;
	font: 48px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.003em;
	margin-left: -1px;
}

.need-list {
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.need-item {
	width: 370px;
	margin: 14px 0 16px;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.need-item__image {
	width: 100%;
}

.need-item__text {
	padding: 12px 28px 26px;
}

.need-item__name {
	color: #3b464b;
	font: 28px / normal bebasneue-bold, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.007em;
}

.need-item__more {
	color: #7d7d7d;
	padding-left: 40px;
	position: relative;
	font: 14px/16px gothaprobol, sans-serif;
	margin-top: 29px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}

.need-item__more:before {
	content: "";
	display: block;
	background: #6a9346;
	width: 29px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 2px;
}

.need-item__catalog {
	margin-top: 15px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	color: #3b464b;
}

.need-item__catalog.active {
	max-height: 700px;
}

.need-item__catalog h6 {
	font: 20px/20px gothaprobol, sans-serif;
	margin-bottom: 10px;
}

.need-item__catalog li {
	font: 16px/18px gothapromed, sans-serif;
	margin-bottom: 5px;
}

.need-item__catalog li:before {
	content: " - ";
}

.need-item__btn {
	margin-top: 15px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	font: 13px/20px gothaprobol, sans-serif;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 20px 50px 20px 20px;
	color: #ffffff;
	background-image: url(../img/ico_btn-arrow.png);
	background-position: 270px center;
}

.brand {
	background: #ffffff;
}

.brand .container {
	padding-top: 112px;
	padding-bottom: 90px;
}

.brand-title {
	color: #3b464b;
	font: 48px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.003em;
	margin-left: -2px;
}

.brand-slider {
	width: 1030px;
	margin: auto;
}

.brand-slider-prev {
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	left: 0;
	top: -webkit-calc(50% - 21px);
	top: -moz-calc(50% - 21px);
	top: calc(50% - 21px);
	background: url(../img/btn_prev-small.png) no-repeat 50% 50%;
}

.brand-slider-next {
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	right: 0;
	top: -webkit-calc(50% - 21px);
	top: -moz-calc(50% - 21px);
	top: calc(50% - 21px);
	background: url(../img/btn_next-small.png) no-repeat 50% 50%;
}

.brand-slider-wrapper {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.brand-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.slick-slider .brand-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
}

.prepay {
	background: url(../img/bg_prepay.jpg) no-repeat top center;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 665px;
}

.prepay .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 120px;
	padding-bottom: 80px;
}

.prepay-left {
	margin-top: 53px;
	padding-top: 30px;
	padding-left: 80px;
	width: 580px;
	position: relative;
}

.prepay-left:before {
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	height: 8px;
	width: 500px;
	right: -webkit-calc(100% + 27px);
	right: -moz-calc(100% + 27px);
	right: calc(100% + 27px);
	top: 55px;
}

.prepay-title {
	color: #ffffff;
	font: 60px/64px bebasneue-bold, sans-serif;
	letter-spacing: 0.004em;
	text-transform: uppercase;
	position: relative;
}

.prepay-title:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/ico_prepay-decor.png) no-repeat 0 0;
	width: 56px;
	height: 65px;
	left: -80px;
	top: -5px;
}

.prepay-subtitle {
	margin-top: 21px;
	color: #ffffff;
	font: 18px/26px gothaprolig, sans-serif;
	text-transform: uppercase;
}

.prepay-subtitle b {
	font-family: gothaprobol, sans-serif;
}

.prepay-form {
	padding: 33px 39px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 370px;
	min-height: 425px;
}

.prepay-form__title {
	color: #3b464b;
	font: 30px/36px bebasneue-book, sans-serif;
	letter-spacing: 0.02em;
	position: relative;
	margin-bottom: 39px;
}

.prepay-form__title b {
	font-family: bebasneue-bold, sans-serif;
}

.prepay-form__title .text-red {
	color: #6a9346;
}

.prepay-form__title:before {
	display: block;
	content: "";
	background: #6a9346;
	position: absolute;
	height: 60px;
	width: 5px;
	left: -39px;
	top: 5px;
}

.prepay-form__politic {
	width: 100%;
	position: absolute;
	text-align: center;
	top: -webkit-calc(100% + 10px);
	top: -moz-calc(100% + 10px);
	top: calc(100% + 10px);
	left: 0;
	color: #ffffff;
	text-decoration: underline;
	font: 15px/20px gothaprolig, sans-serif;
}

.reason {
	background: #ffffff;
}

.reason .container {
	padding-top: 90px;
	padding-bottom: 125px;
}

.reason-title {
	margin-top: 10px;
	float: left;
	width: 570px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.reason-title__num {
	padding-top: 4px;
	color: #6a9346;
	font: 133px/140px bebasneue-bold, sans-serif;
	margin-left: -4px;
}

.reason-title__text {
	padding-bottom: 2px;
	color: #3b464b;
	font: 48px/60px bebasneue-bold, sans-serif;
	margin-left: 25px;
}

.reason-item {
	width: 570px;
	background: #f5f6fa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 30px;
	padding: 21px 35px 24px 29px;
}

.reason-item__icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 80px;
}

.reason-item-1,
.reason-item-3,
.reason-item-5,
.reason-item-7 {
	float: right;
}

.reason-item-2,
.reason-item-4,
.reason-item-6 {
	float: left;
}

.reason-item__title {
	margin-top: 39px;
	font: 30px/36px bebasneue-bold, sans-serif;
	color: #3b464b;
	letter-spacing: 0.005em;
	padding-left: 38px;
	position: relative;
	z-index: 2;
}

.reason-item__title span {
	position: absolute;
	display: block;
	background: #6a9346;
	padding: 5px 17px 1px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	text-align: right;
	color: #ffffff;
	width: 90px;
	top: -5px;
	left: -60px;
}

.reason-item__text {
	margin-top: 17px;
	color: #3b464b;
	font: 17px/22px gothaprolig, sans-serif;
}

.reason-btn {
	display: inline-block;
	min-width: 343px;
	text-align: left;
	font: 14px/20px gothaprobol, sans-serif;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 25px 90px 25px 40px;
	color: #ffffff;
	background-image: url(../img/ico_btn-arrow.png);
	background-position: 317px center;
}

.reason-btn-wrapper {
	margin-top: 47px;
	text-align: center;
	width: 100%;
	float: left;
}

.reviews {
	background: url(../img/bg_reviews.jpg) no-repeat top center;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 940px;
}

.reviews .container {
	padding-top: 110px;
	padding-bottom: 50px;
}

.reviews-title {
	color: #ffffff;
	font: 48px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.002em;
	margin-left: -2px;
	text-transform: uppercase;
}

.reviews-subtitle {
	color: #ffffff;
	font: 18px/26px gothaprolig, sans-serif;
	text-transform: uppercase;
	margin-top: 8px;
}

.reviews-slider {
	width: 900px;
	margin-left: -15px;
	margin-top: 47px;
}

.reviews-slider .slick-list {
	overflow: visible;
}

.reviews-slide {
	padding: 15px;
}

.reviews-slide__inner {
	background: #ffffff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 36px 26px 34px 40px;
}

.reviews-slide__person {
	margin-top: 5px;
	width: 230px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.reviews-slide__image {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.reviews-slide__name {
	margin-top: 18px;
	font: 17px/24px gothaprolig, sans-serif;
	color: #3b464b;
}

.reviews-slide__name b {
	font-family: gothapromed, sans-serif;
}

.reviews-slide__text {
	width: 540px;
}

.reviews-slide__title {
	color: #3b464b;
	font: 18px/26px gothaprobol, sans-serif;
	text-transform: uppercase;
}

.reviews-slide__descr {
	margin-top: 14px;
	color: #3b464b;
	font: 17px/24px gothaprolig, sans-serif;
	position: relative;
	padding-left: 35px;
}

.reviews-slide__descr:before {
	content: "''";
	color: #6a9346;
	position: absolute;
	font: 50px/50px gothapromed, sans-serif;
	left: -5px;
	top: -3px;
}

.reviews-btns {
	margin-top: 45px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	width: 900px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reviews-slider-btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	height: 70px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reviews-slider-prev {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(../img/btn_prev-big.png) no-repeat center center;
	height: 70px;
	width: 70px;
}

.reviews-slider-next {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(../img/btn_next-big.png) no-repeat center center;
	height: 70px;
	width: 70px;
}

.reviews-modal-btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 626px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reviews-modal-btn-1 {
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font: 14px/24px gothaprobol, sans-serif;
	border: 3px solid #2798d5;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 20px;
	background: transparent;
	width: 248px;
}

.reviews-modal-btn-2 {
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font: 14px/24px gothaprobol, sans-serif;
	border: 3px solid #6a9346;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 20px;
	background: #6a9346;
	width: 358px;
}

.sertificates {
	background: #ffffff;
}

.sertificates .container {
	padding-top: 110px;
	padding-bottom: 20px;
}

.sertificates-title {
	color: #3b464b;
	font: 48px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.002em;
	margin-left: -2px;
}

.sertificates-slider-wrapper {
	margin-top: 31px;
	position: relative;
}

.sertificates-slider-prev {
	top: -webkit-calc(50% - 26px);
	top: -moz-calc(50% - 26px);
	top: calc(50% - 26px);
	left: 0;
	margin-left: -80px;
	position: absolute;
	display: block;
	background: url(../img/btn_prev-small.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}

.sertificates-slider-next {
	top: -webkit-calc(50% - 26px);
	top: -moz-calc(50% - 26px);
	top: calc(50% - 26px);
	right: 0;
	margin-right: -80px;
	position: absolute;
	display: block;
	background: url(../img/btn_next-small.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}

.sertificates-slide {
	padding: 10px;
}

.sertificates-slide__bg {
	width: 247px;
	height: 319px;
	margin: auto;
	background: url(../img/bg_sertificate-miniature.jpg) no-repeat 0 0;
	padding: 23px 23px;
}

.sertificates-slide__miniature {
	width: 201px;
	height: 273px;
	overflow: hidden;
	position: relative;
}

.sertificates-slide__link {
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgb(60, 129, 246) url(../img/ico_loupe.png) no-repeat 50% 50%;
}

.sertificates-slide__bg:hover .sertificates-slide__link {
	opacity: 1;
}

.work {
	background: #ffffff;
}

.work .container {
	padding-top: 50px;
	padding-bottom: 58px;
}

.work-title {
	color: #3b464b;
	font: 48px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.003em;
	text-transform: uppercase;
	margin-left: -1px;
}

.work-steps {
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 28px;
}

.work-step {
	width: 234px;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 5px;
	z-index: 2;
}

.work-step__icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 75px;
}

.work-step__text {
	margin-top: 22px;
	color: #3b464b;
	text-align: center;
	width: 100%;
	font: 17px/22px gothaprolig, sans-serif;
}

.work-step-1 {
	top: 0;
	left: 0;
}

.work-step-2 {
	top: 260px;
	left: 300px;
}

.work-step-3 {
	width: 220px;
	top: 0;
	left: 475px;
}

.work-step-4 {
	width: 220px;
	top: 260px;
	right: 298px;
}

.work-step-5 {
	width: 200px;
	top: 0;
	right: 5px;
}

.work-step__arrow {
	position: absolute;
	z-index: -1;
}

.work-step__arrow-1 {
	top: -webkit-calc(100% + 16px);
	top: -moz-calc(100% + 16px);
	top: calc(100% + 16px);
	left: -webkit-calc(50% - 12px);
	left: -moz-calc(50% - 12px);
	left: calc(50% - 12px);
}

.work-step__arrow-2 {
	bottom: -webkit-calc(100% + 6px);
	bottom: -moz-calc(100% + 6px);
	bottom: calc(100% + 6px);
	left: -webkit-calc(50% - 12px);
	left: -moz-calc(50% - 12px);
	left: calc(50% - 12px);
}

.work-step__arrow-3 {
	top: 39px;
	left: -webkit-calc(100% - 41px);
	left: -moz-calc(100% - 41px);
	left: calc(100% - 41px);
}

.work-step__arrow-4 {
	top: -77px;
	left: -webkit-calc(100% + 26px);
	left: -moz-calc(100% + 26px);
	left: calc(100% + 26px);
}

.propose {
	background: url(../img/bg_propose.jpg) no-repeat top center;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 665px;
	background-attachment: fixed;
}

.propose .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 89px;
	padding-bottom: 80px;
}

.propose-left {
	margin-top: 53px;
	padding-top: 30px;
	padding-left: 85px;
	width: 770px;
	position: relative;
}

.propose-left:before {
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	height: 8px;
	width: 500px;
	right: -webkit-calc(100% + 27px);
	right: -moz-calc(100% + 27px);
	right: calc(100% + 27px);
	top: 55px;
}

.propose-title {
	color: #ffffff;
	font: 54px/64px bebasneue-bold, sans-serif;
	letter-spacing: 0.004em;
	text-transform: uppercase;
	position: relative;
}

.propose-title:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/ico_propose-decor.png) no-repeat 0 0;
	width: 65px;
	height: 65px;
	left: -85px;
	top: -7px;
}

.propose-subtitle {
	margin-top: -2px;
	color: #ffffff;
	font: 53px/64px bebasneue-book, sans-serif;
	text-transform: uppercase;
}

.propose-form {
	margin-top: 30px;
	padding: 33px 39px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 370px;
	min-height: 425px;
}

.propose-form__title {
	color: #3b464b;
	font: 30px/36px bebasneue-book, sans-serif;
	letter-spacing: 0.02em;
	position: relative;
	margin-bottom: 39px;
}

.propose-form__title b {
	font-family: bebasneue-bold, sans-serif;
}

.propose-form__title .text-red {
	color: #6a9346;
}

.propose-form__title:before {
	display: block;
	content: "";
	background: #6a9346;
	position: absolute;
	height: 60px;
	width: 5px;
	left: -39px;
	top: 5px;
}

.propose-form__politic {
	width: 100%;
	position: absolute;
	text-align: center;
	top: -webkit-calc(100% + 10px);
	top: -moz-calc(100% + 10px);
	top: calc(100% + 10px);
	left: 0;
	color: #ffffff;
	text-decoration: underline;
	font: 15px/20px gothaprolig, sans-serif;
}

.location {
	background: #ffffff;
}

.location .container {
	padding-top: 110px;
}

.location-title {
	color: #3b464b;
	font: 48px/60px bebasneue-bold, sans-serif;
	letter-spacing: 0.003em;
}

.location-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 27px;
}

.location-address {
	padding-left: 22px;
	width: 320px;
	background: url(../img/ico_location-1.png) no-repeat 0 4px;
}

.location-address__title {
	text-transform: uppercase;
	color: #3b464b;
	font: 18px/26px gothaprobol, sans-serif;
}

.location-address__text {
	text-transform: uppercase;
	color: #3b464b;
	font: 18px/26px gothaprolig, sans-serif;
}

.location-schedule {
	margin-left: 33px;
	padding-left: 22px;
	width: 320px;
	background: url(../img/ico_location-2.png) no-repeat 0 4px;
}

.location-schedule__title {
	text-transform: uppercase;
	color: #3b464b;
	font: 18px/26px gothaprobol, sans-serif;
}

.location-schedule__text {
	text-transform: uppercase;
	color: #3b464b;
	font: 18px/26px gothaprolig, sans-serif;
}

.location-body {
	margin-top: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.location-body__left {
	width: 770px;
}

.location-body__right {
	width: 370px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.location-body__map {
	width: 100%;
	height: 456px;
}

.location-body__descr {
	background-color: #6a9346;
	background-image: url(../img/ico_car.png);
	background-repeat: no-repeat;
	background-position: -30px 32px;
	height: 115px;
	color: #ffffff;
	text-transform: uppercase;
	font: 15px/18px gothaprolig, sans-serif;
	padding-left: 127px;
	padding-right: 100px;
	padding-top: 30px;
}

.location-footer {
	padding-top: 89px;
	text-align: right;
	color: #3b464b;
	padding-bottom: 89px;
}

.location-footer__bold {
	display: inline-block;
	font: 40px/50px gothaprobla, sans-serif;
	text-transform: uppercase;
}

.location-footer__text {
	margin-left: 10px;
	display: inline-block;
	position: relative;
	font: 40px/50px gothaproreg, sans-serif;
}

.location-footer__text:after {
	content: "";
	display: block;
	background: #6a9346;
	width: 100%;
	height: 4px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	top: 100%;
	left: 0;
}

.location-footer__text:hover:after {
	background: transparent;
}

.footer {
	background: #f5f6fa;
}

.footer-contacts {
	padding-top: 58px;
	padding-bottom: 55px;
	border-bottom: 2px solid #e6e7eb;
}

.footer-logo {
	float: left;
}

.footer-phones {
	margin-left: 44px;
	margin-top: 4px;
	width: 350px;
	float: left;
}

.footer-phones__title {
	text-transform: uppercase;
	color: #3b464b;
	font: 16px/20px gothaprolig, sans-serif;
}

.footer-phones__list {
	margin-top: 7px;
}

.footer-phones__sity {
	background: url(../img/ico_phone.png) no-repeat 2px 0;
	padding-left: 26px;
	float: left;
}

.footer-phones__mobile {
	margin-left: 11px;
	background: url(../img/ico_phone.png) no-repeat 2px 0;
	padding-left: 26px;
	float: left;
}

.footer-phones__number {
	display: block;
	color: #3b464b;
	font: 15px / normal gothapromed, sans-serif;
}

.footer-emails {
	margin-top: 4px;
	width: 488px;
	float: right;
}

.footer-emails__title {
	text-transform: uppercase;
	color: #3b464b;
	font: 16px/20px gothaprolig, sans-serif;
}

.footer-emails__list {
	margin-top: 7px;
}

.footer-emails__email {
	background: url(../img/ico_email.png) no-repeat 1px 0;
	display: inline-block;
	color: #3b464b;
	font: 15px/18px gothapromed, sans-serif;
	padding-left: 27px;
}

.footer-emails__email:first-child {
	margin-right: 18px;
}

.footer-bottom {
	padding-top: 10px;
	height: 70px;
}

.footer-copy {
	margin-top: 15px;
	float: left;
	font: 16px/20px gothaprolig, sans-serif;
	color: #3b464b;
}

.footer-socials {
	margin-top: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-socials a {
	margin-left: 14px;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.75;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.footer-socials__viber {
	background: url(../img/ico_viber.jpg) no-repeat 50% 50%;
}

.footer-socials__wa {
	background: url(../img/ico_watsapp.jpg) no-repeat 50% 50%;
}

.footer-socials__vk {
	background: url(../img/ico_vk.jpg) no-repeat 50% 50%;
}

.form-bg {
	position: relative;
	background: #ffffff url(../img/bg_form.jpg) no-repeat top right;
}

.form {
	width: 290px;
}

.form .input-wrapper {
	width: 100%;
	margin-bottom: 25px;
	height: 50px;
}

.form .input-wrapper > input {
	width: 100%;
	height: 100%;
	font: 15px/20px gothaprolig, sans-serif;
	padding: 5px 36px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #cccccc;
}

.form .input-wrapper > input[name="name"] {
	background: url(../img/ico_input-1.png) no-repeat left center;
}

.form .input-wrapper > input[name="phone"] {
	background: url(../img/ico_input-2.png) no-repeat left center;
}

.form .input-wrapper > input[name="email"] {
	background: url(../img/ico_input-3.png) no-repeat left center;
}

.form .textarea-wrapper {
	width: 100%;
	height: 122px;
	margin-bottom: 17px;
	margin-top: 36px;
}

.form .textarea-wrapper > textarea {
	width: 100%;
	height: 100%;
	font: 15px/20px gothaprolig, sans-serif;
	padding: 5px 39px;
	background: transparent;
	border: 0;
	resize: none;
	border-bottom: 1px solid #cccccc;
}

.form .textarea-wrapper > textarea[name="review"] {
	background: url(../img/ico_input-4.png) no-repeat 1px 3px;
}

.form .send-btn {
	margin-top: 15px;
	background: #6a9346;
	position: relative;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	font: 14px/20px gothaprobol, sans-serif;
	padding: 25px 40px;
	text-align: left;
	text-transform: uppercase;
}

.form .send-btn:after {
	content: "";
	display: block;
	background: url(../img/ico_btn-arrow.png) no-repeat 0 0;
	height: 14px;
	width: 22px;
	position: absolute;
	right: 40px;
	top: -webkit-calc(50% - 7px);
	top: -moz-calc(50% - 7px);
	top: calc(50% - 7px);
}

.modal {
	display: none;
}

.modal-form {
	padding: 33px 39px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 370px;
	min-height: 425px;
}

.modal-form__title {
	color: #3b464b;
	font: 30px/36px bebasneue-book, sans-serif;
	letter-spacing: 0.02em;
	position: relative;
	margin-bottom: 39px;
}

.modal-form__title b {
	font-family: bebasneue-bold, sans-serif;
}

.modal-form__title .text-red {
	color: #6a9346;
}

.modal-form__title:before {
	display: block;
	content: "";
	background: #6a9346;
	position: absolute;
	height: 60px;
	width: 5px;
	left: -39px;
	top: 5px;
}

.modal-review__title {
	color: #3b464b;
	font: 30px/36px bebasneue-book, sans-serif;
	letter-spacing: 0.02em;
	position: relative;
	margin-bottom: 35px;
}

.modal-review__title b {
	font-family: bebasneue-bold, sans-serif;
}

.modal-review__title .text-red {
	color: #c3232a;
}

.modal-review__title:before {
	display: block;
	content: "";
	background: #c3232a;
	position: absolute;
	height: 30px;
	width: 5px;
	left: -39px;
	top: 5px;
}

.modal-thanks {
	padding: 33px 39px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 550px;
	min-height: 215px;
}

.modal-thanks__title {
	font: 72px/80px bebasneue-bold, sans-serif;
	color: #c3232a;
	position: relative;
}

.modal-thanks__title:before {
	display: block;
	content: "";
	background: #c3232a;
	position: absolute;
	height: 60px;
	width: 5px;
	left: -39px;
	top: 5px;
}

.modal-thanks__subtitle {
	margin-top: -10px;
	color: #3b464b;
	font: 30px/36px bebasneue-book, sans-serif;
	letter-spacing: 0.02em;
}

.modal-thanks__subtitle b {
	color: #c3232a;
	font-family: bebasneue-bold, sans-serif;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("fancybox_sprite_402x.png");
	-moz-background-size: 44px 152px;
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
	background-image: url("fancybox_loading_402x.gif");
	-moz-background-size: 24px 24px;
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}

}

@media screen and (max-width: 1199px) {

.wrapper {
	max-width: 1200px;
	min-width: 768px;
}

.container {
	padding: 0 9px;
	width: 768px;
}

.features .container {
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.features-title {
	width: 100%;
	margin-bottom: 30px;
}

.features-title br {
	display: none;
}

.about .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 0;
}

.about-image {
	position: relative;
	top: 40px;
	right: 0;
}

.use-title br {
	display: none;
}

.use-item__descr br {
	display: none;
}

.use .container {
	padding-top: 60px;
	padding-bottom: 50px;
}

.need .container {
	padding-top: 55px;
	padding-bottom: 40px;
}

.brand .container {
	padding-top: 50px;
	padding-bottom: 40px;
}

.brand-slider {
	width: 640px;
}

.prepay .container {
	padding-top: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.prepay-left {
	margin-top: 0;
	margin-bottom: 40px;
	width: 100%;
}

.reason .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.reason-title {
	width: 100%;
}

.reason-item {
	width: 100%;
}

.reviews .container {
	padding-top: 50px;
}

.reviews-slider {
	width: 100%;
	margin-left: 0;
}

.reviews-slide__inner {
	padding: 20px;
}

.reviews-slide__person {
	width: 200px;
}

.reviews-slide__text {
	width: 460px;
}

.reviews-btns {
	width: 100%;
	margin-top: 15px;
}

.reviews-modal-btns {
	width: 570px;
}

.reviews-modal-btn-1 {
	width: 220px;
}

.reviews-modal-btn-2 {
	width: 320px;
}

.reviews {
	min-height: auto;
}

.sertificates .container {
	padding-top: 50px;
}

.sertificates-slider-wrapper {
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	margin: auto;
}

.sertificates-slider-prev {
	margin-left: -50px;
}

.sertificates-slider-next {
	margin-right: -50px;
}

.work .container {
	padding-top: 10px;
	padding-bottom: 35px;
}

.work-step__arrow {
	display: none;
}

.work-steps {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: auto;
	margin-top: 10px;
}

.work-step {
	margin: 15px 7px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.propose .container {
	padding-top: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.propose-left {
	margin-top: 0;
}

.propose-left {
	width: 100%;
}

.propose-title,
.propose-subtitle {
	font-size: 45px;
	line-height: 48px;
}

.location .container {
	padding-top: 50px;
}

.location-body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.location-body__left {
	width: 100%;
	margin-bottom: 25px;
}

.location-body__right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.location-body__image {
	width: 360px;
}

.location-footer {
	padding: 20px 0;
	text-align: center;
}

.location-footer__bold,
.location-footer__text {
	font-size: 30px;
	line-height: 40px;
}

.footer-phones {
	margin-top: 25px;
	text-align: center;
}

.footer-contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

.footer-emails {
	margin-top: 25px;
	text-align: center;
}

.header-info {
	display: none;
}

.header-btn {
	width: 180px;
}

.header-city {
	display: none;
}

.promo-feature {
	width: 240px;
}

.promo-title {
	text-align: center;
}

.promo-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-form {
	margin-top: 40px;
}

.menu-nav {
	width: 400px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

}

@-webkit-keyframes bounce {

0%,20%,53%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%,43% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

70% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

90% {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

}

@-moz-keyframes bounce {

0%,20%,53%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%,43% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	-moz-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

70% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

90% {
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

}

@keyframes bounce {

0%,20%,53%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%,43% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	-moz-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

70% {
	-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

90% {
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

}

@-webkit-keyframes flash {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@-moz-keyframes flash {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@keyframes flash {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@-webkit-keyframes pulse {

0% {
	-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);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-moz-keyframes pulse {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes pulse {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes rubberBand {

0% {
	-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(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-moz-keyframes rubberBand {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	-moz-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
}

40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	-moz-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	-moz-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
}

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	-moz-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	-moz-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes rubberBand {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	-moz-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
}

40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	-moz-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	-moz-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
}

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	-moz-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	-moz-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes shake {

0%,100% {
	-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);
}

}

@-moz-keyframes shake {

0%,100% {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

10%,30%,50%,70%,90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	-moz-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

20%,40%,60%,80% {
	-webkit-transform: translate3d(10px, 0, 0);
	-moz-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

}

@keyframes shake {

0%,100% {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

10%,30%,50%,70%,90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	-moz-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

20%,40%,60%,80% {
	-webkit-transform: translate3d(10px, 0, 0);
	-moz-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

}

@-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);
}

100% {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

}

@-moz-keyframes swing {

20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	-moz-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	-moz-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
}

60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	-moz-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
}

80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	-moz-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
}

100% {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

}

@keyframes swing {

20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	-moz-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	-moz-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
}

60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	-moz-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
}

80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	-moz-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
}

100% {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

}

@-webkit-keyframes tada {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%,20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.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);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-moz-keyframes tada {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%,20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	-moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	-moz-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);
	-moz-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);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes tada {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%,20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	-moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	-moz-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);
	-moz-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);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes wobble {

0% {
	-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);
}

100% {
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes wobble {

0% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes wobble {

0% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes bounceIn {

0%,20%,40%,60%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
}

80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
}

100% {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-moz-keyframes bounceIn {

0%,20%,40%,60%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	-moz-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
}

80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	-moz-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
}

100% {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes bounceIn {

0%,20%,40%,60%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	-moz-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
}

80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	-moz-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
}

100% {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes bounceInDown {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

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);
}

100% {
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes bounceInDown {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	-moz-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
}

75% {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

90% {
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes bounceInDown {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	-moz-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
}

75% {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

90% {
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes bounceInLeft {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

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);
}

100% {
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes bounceInLeft {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	-moz-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	-moz-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	-moz-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(5px, 0, 0);
	-moz-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes bounceInLeft {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	-moz-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	-moz-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	-moz-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(5px, 0, 0);
	-moz-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes bounceInRight {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

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);
}

100% {
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes bounceInRight {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	-moz-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	-moz-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(10px, 0, 0);
	-moz-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	-moz-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes bounceInRight {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	-moz-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	-moz-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(10px, 0, 0);
	-moz-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	-moz-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes bounceInUp {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	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);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-moz-keyframes bounceInUp {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	-moz-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

75% {
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

90% {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes bounceInUp {

0%,60%,75%,90%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	-moz-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

75% {
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

90% {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes bounceOut {

20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

50%,55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

}

@-moz-keyframes bounceOut {

20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	-moz-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

50%,55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

}

@keyframes bounceOut {

20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	-moz-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

50%,55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

}

@-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);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@-moz-keyframes bounceOutDown {

20% {
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	-moz-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@keyframes bounceOutDown {

20% {
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	-moz-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@-webkit-keyframes bounceOutLeft {

20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@-moz-keyframes bounceOutLeft {

20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	-moz-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@keyframes bounceOutLeft {

20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	-moz-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@-webkit-keyframes bounceOutRight {

20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@-moz-keyframes bounceOutRight {

20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	-moz-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	-moz-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@keyframes bounceOutRight {

20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	-moz-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	-moz-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@-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);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@-moz-keyframes bounceOutUp {

20% {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	-moz-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@keyframes bounceOutUp {

20% {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	-moz-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInDown {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInDown {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -40px, 0);
	-moz-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInDown {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -40px, 0);
	-moz-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInDownBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInDownBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	-moz-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInDownBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	-moz-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInLeft {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInLeft {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInLeft {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInLeftBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInLeftBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	-moz-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInLeftBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	-moz-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInRight {

0% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInRight {

0% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInRight {

0% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInRightBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInRightBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	-moz-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInRightBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	-moz-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInUp {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInUp {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInUpBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes fadeInUpBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	-moz-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes fadeInUpBig {

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	-moz-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInUpDes {

0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-moz-keyframes fadeInUpDes {

0% {
	opacity: 0;
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	opacity: 1;
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes fadeInUpDes {

0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-moz-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fadeOutDown {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}

@-moz-keyframes fadeOutDown {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}

@keyframes fadeOutDown {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}

@-webkit-keyframes fadeOutDownBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@-moz-keyframes fadeOutDownBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	-moz-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@keyframes fadeOutDownBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	-moz-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@-webkit-keyframes fadeOutLeft {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}

@-moz-keyframes fadeOutLeft {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}

@keyframes fadeOutLeft {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}

@-webkit-keyframes fadeOutLeftBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@-moz-keyframes fadeOutLeftBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	-moz-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@keyframes fadeOutLeftBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	-moz-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@-webkit-keyframes fadeOutRight {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}

@-moz-keyframes fadeOutRight {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}

@keyframes fadeOutRight {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}

@-webkit-keyframes fadeOutRightBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@-moz-keyframes fadeOutRightBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	-moz-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@keyframes fadeOutRightBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	-moz-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@-webkit-keyframes fadeOutUp {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@-moz-keyframes fadeOutUp {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@keyframes fadeOutUp {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@-webkit-keyframes fadeOutUpBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@-moz-keyframes fadeOutUpBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	-moz-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@keyframes fadeOutUpBig {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	-moz-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@-webkit-keyframes flip {

0% {
	-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(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

100% {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@-moz-keyframes flip {

0% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-moz-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;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-moz-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;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

100% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@keyframes flip {

0% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-moz-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;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-moz-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;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

100% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@-webkit-keyframes flipInX {

0% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-transition-timing-function: ease-in;
	transition-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-transition-timing-function: ease-in;
	transition-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);
}

100% {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}

@-moz-keyframes flipInX {

0% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	-moz-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);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

100% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

}

@keyframes flipInX {

0% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	-moz-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);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

100% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

}

@-webkit-keyframes flipInY {

0% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-transition-timing-function: ease-in;
	transition-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-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

100% {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}

@-moz-keyframes flipInY {

0% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	-moz-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);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

100% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

}

@keyframes flipInY {

0% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	-moz-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);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

100% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

}

@-webkit-keyframes flipOutX {

0% {
	-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;
}

100% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}

@-moz-keyframes flipOutX {

0% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}

@keyframes flipOutX {

0% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}

@-webkit-keyframes flipOutY {

0% {
	-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;
}

100% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}

@-moz-keyframes flipOutY {

0% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}

@keyframes flipOutY {

0% {
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}

@-webkit-keyframes lightSpeedIn {

0% {
	-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;
}

100% {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-moz-keyframes lightSpeedIn {

0% {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	-moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
}

60% {
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
}

80% {
	-webkit-transform: skewX(-5deg);
	-moz-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes lightSpeedIn {

0% {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	-moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
}

60% {
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
}

80% {
	-webkit-transform: skewX(-5deg);
	-moz-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
}

100% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes lightSpeedOut {

0% {
	opacity: 1;
}

100% {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}

}

@-moz-keyframes lightSpeedOut {

0% {
	opacity: 1;
}

100% {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	-moz-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}

}

@keyframes lightSpeedOut {

0% {
	opacity: 1;
}

100% {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	-moz-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateIn {

0% {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-moz-keyframes rotateIn {

0% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	-moz-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateIn {

0% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	-moz-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-moz-keyframes rotateInDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-moz-keyframes rotateInDownRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInDownRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-moz-keyframes rotateInUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-moz-keyframes rotateInUpRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	-moz-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInUpRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	-moz-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateOut {

0% {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

100% {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}

}

@-moz-keyframes rotateOut {

0% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

100% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	-moz-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}

}

@keyframes rotateOut {

0% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

100% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	-moz-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

}

@-moz-keyframes rotateOutDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

}

@keyframes rotateOutDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@-moz-keyframes rotateOutDownRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@keyframes rotateOutDownRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@-moz-keyframes rotateOutUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@keyframes rotateOutUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}

}

@-moz-keyframes rotateOutUpRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	-moz-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}

}

@keyframes rotateOutUpRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

100% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	-moz-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}

}

@-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;
}

100% {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}

}

@-moz-keyframes hinge {

0% {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	-moz-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40%,80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	-moz-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

100% {
	-webkit-transform: translate3d(0, 700px, 0);
	-moz-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}

}

@keyframes hinge {

0% {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	-moz-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40%,80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	-moz-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

100% {
	-webkit-transform: translate3d(0, 700px, 0);
	-moz-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}

}

@-webkit-keyframes rollIn {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-moz-keyframes rollIn {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	-moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@keyframes rollIn {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	-moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

}

@-webkit-keyframes rollOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}

@-moz-keyframes rollOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	-moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}

@keyframes rollOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	-moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}

@-webkit-keyframes zoomIn {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}

}

@-moz-keyframes zoomIn {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}

}

@keyframes zoomIn {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}

}

@-webkit-keyframes zoomInDown {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-moz-keyframes zoomInDown {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInDown {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomInLeft {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-moz-keyframes zoomInLeft {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInLeft {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomInRight {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-moz-keyframes zoomInRight {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInRight {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomInUp {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-moz-keyframes zoomInUp {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInUp {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomOut {

0% {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

100% {
	opacity: 0;
}

}

@-moz-keyframes zoomOut {

0% {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

100% {
	opacity: 0;
}

}

@keyframes zoomOut {

0% {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes zoomOutDown {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.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.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-moz-keyframes zoomOutDown {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomOutDown {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomOutLeft {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

}

@-moz-keyframes zoomOutLeft {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	-moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}

}

@keyframes zoomOutLeft {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	-moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}

}

@-webkit-keyframes zoomOutRight {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

}

@-moz-keyframes zoomOutRight {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	-moz-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
}

}

@keyframes zoomOutRight {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}

100% {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	-moz-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
}

}

@-webkit-keyframes zoomOutUp {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.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.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-moz-keyframes zoomOutUp {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomOutUp {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

100% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

