@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import"../fonts/bootstrap-icons-1.11.1/font/bootstrap-icons.css";
@import"../fonts/font-awesome-6.4.2/css/all.css";

s .main-page-wrapper {
	overflow-x: hidden
}

.row {
	padding-left: 0 !important;
	padding-right: 0 !important;

}

body {
	font-family: "Instrument Sans", sans-serif;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	color: #6e797b
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #333
}

p {
	line-height: 1.5
}

.fw-600 {
	font-weight: 600
}

.fw-500 {
	font-weight: 500
}

.fs-80 {
	font-size: 80px;
	line-height: 1.5em
}

.fs-16 {
	font-size: 16px;
	line-height: 2em
}

.fs-20 {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1px;
}

.fs-22 {
	font-size: 22px;
	/* line-height: 1.45454em */
}

.fs-24 {
	font-size: 24px
}

.fs-26 {
	font-size: 26px
}

.fs-32 {
	font-size: 32px
}

.fs-30 {
	font-size: 30px
}

.fs-40 {
	font-size: 40px
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shapes {
	position: absolute;
	z-index: -1
}

.font-poppins {
	font-family: "Poppins", sans-serif !important
}

.article {
	position: relative;
	padding-left: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
}

.article.mirror {
	padding-left: 0;
	padding-right: 50%;
}

.article .text-box {
	padding-left: 13%;
	padding-right: 9%;
	padding-bottom: 50px;
	padding-top: 50px;
	background: #FEB312;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.article.mirror .text-box {
	background: #EDEDED;
	padding-left: 9%;
	padding-right: 13%;
}



.article .text-box h4 {
	font-size: 26px;
	line-height: 2;
	font-weight: 700;
	margin-bottom: 12px;
}

.article .text-box p {
	line-height: 2;
	text-align: justify;
}

.en .article .text-box p {
	text-align: left;
	/* word-break: break-all; */
}

.en .feature-block-three .text-meta p {
	text-align: left;
	/* word-break: break-all; */
}

.en .blog-section-one .p {
	text-align: left;
	/* word-break: break-all; */
}

.en .service-section-one .col-lg-3 {
	width: 33.33333333%;
}

.article .li-left.img {
	position: absolute;
	left: 0;
	width: 52%;
	z-index: 1;
	top: 30px;
	bottom: 30px;
	background-size: cover;
}

.article .li-right.img {
	position: absolute;
	right: 0;
	width: 52%;
	z-index: 1;
	top: 30px;
	bottom: 30px;
	background-size: cover;
	background-position: center;
}

.blog-section-one .advantage .li .blog-title-sm {
	display: none;
}

.box-layout-one {
	max-width: 1794px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto
}

.box-layout-two {
	max-width: 1594px;
	margin-left: auto;
	margin-right: auto
}

.header-space-fix {
	margin-top: 150px
}

.ctn-preloader {
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.ctn-preloader .icon {
	display: inline-block;
	position: relative
}

.ctn-preloader .icon img {
	width: 55px
}

.ctn-preloader .txt-loading {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 45px
}

.ctn-preloader .txt-loading .letters-loading {
	font-weight: 700;
	letter-spacing: 10px;
	display: inline-block;
	color: rgba(254, 179, 18, .08);
	position: relative;
	font-size: 65px;
	line-height: 30px
}

.ctn-preloader .txt-loading .letters-loading::before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #FEB312;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	line-height: 30px;
	position: absolute
}

.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@-webkit-keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg)
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg)
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

.scroll-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 99;
	text-align: center;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fd8e44;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.scroll-top .icon-up {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	display: block;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%)
}

.tran3s {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.tran4s {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.tran5s {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.tran6s {
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none;
	display: inline-block;
	color: inherit
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none
}

img {
	max-width: 100%;
	display: block
}

button {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	color: inherit
}

button:focus {
	outline: none
}

input,
textarea {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

audio,
video,
canvas {
	max-width: 100%
}

iframe {
	border: none !important
}

.style-none {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.p0 {
	padding: 0 !important
}

.m0 {
	margin: 0 !important
}

.theme-mb-0 {
	margin-bottom: 0
}

.theme-pb-0 {
	padding-bottom: 0
}

.pt-5 {
	padding-top: 5px !important
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-90 {
	padding-top: 90px
}

.pt-95 {
	padding-top: 95px
}

.pt-100 {
	padding-top: 100px
}

.pt-110 {
	padding-top: 110px
}

.pt-120 {
	padding-top: 120px
}

.pt-130 {
	padding-top: 130px
}

.pt-140 {
	padding-top: 140px
}

.pt-150 {
	padding-top: 150px
}

.pt-160 {
	padding-top: 160px
}

.pt-170 {
	padding-top: 170px
}

.pt-180 {
	padding-top: 180px
}

.pt-190 {
	padding-top: 190px
}

.pt-200 {
	padding-top: 200px
}

.pt-225 {
	padding-top: 225px
}

.pt-250 {
	padding-top: 250px
}

.pt-300 {
	padding-top: 300px
}

.pt-350 {
	padding-top: 350px
}

.pb-5 {
	padding-bottom: 5px !important
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-150 {
	padding-bottom: 150px
}

.pb-160 {
	padding-bottom: 160px
}

.pb-170 {
	padding-bottom: 170px
}

.pb-180 {
	padding-bottom: 180px
}

.pb-190 {
	padding-bottom: 190px
}

.pb-200 {
	padding-bottom: 200px
}

.pb-225 {
	padding-bottom: 225px
}

.pb-250 {
	padding-bottom: 250px
}

.pb-300 {
	padding-bottom: 300px
}

.pb-350 {
	padding-bottom: 350px
}

.mt-5 {
	margin-top: 5px !important
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-95 {
	margin-top: 95px
}

.mt-100 {
	margin-top: 100px
}

.mt-110 {
	margin-top: 110px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-150 {
	margin-top: 150px
}

.mt-160 {
	margin-top: 160px
}

.mt-170 {
	margin-top: 170px
}

.mt-180 {
	margin-top: 180px
}

.mt-190 {
	margin-top: 190px
}

.mt-200 {
	margin-top: 200px
}

.mt-225 {
	margin-top: 225px
}

.mt-250 {
	margin-top: 250px
}

.mt-300 {
	margin-top: 300px
}

.mt-350 {
	margin-top: 350px
}

.mb-5 {
	margin-bottom: 5px !important
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-95 {
	margin-bottom: 95px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-150 {
	margin-bottom: 150px
}

.mb-160 {
	margin-bottom: 160px
}

.mb-170 {
	margin-bottom: 170px
}

.mb-180 {
	margin-bottom: 180px
}

.mb-190 {
	margin-bottom: 190px
}

.mb-200 {
	margin-bottom: 200px
}

.mb-225 {
	margin-bottom: 225px
}

.mb-250 {
	margin-bottom: 250px
}

.mb-300 {
	margin-bottom: 300px
}

.mb-350 {
	margin-bottom: 350px
}

@media(max-width: 1399px) {
	.xl-p0 {
		padding: 0 !important
	}

	.xl-m0 {
		margin: 0 !important
	}

	.xl-pt-10 {
		padding-top: 10px !important
	}

	.xl-pt-20 {
		padding-top: 20px !important
	}

	.xl-pt-30 {
		padding-top: 30px !important
	}

	.xl-pt-40 {
		padding-top: 40px !important
	}

	.xl-pt-50 {
		padding-top: 50px !important
	}

	.xl-pt-60 {
		padding-top: 60px !important
	}

	.xl-pt-70 {
		padding-top: 70px !important
	}

	.xl-pt-80 {
		padding-top: 80px !important
	}

	.xl-pt-90 {
		padding-top: 90px !important
	}

	.xl-pt-100 {
		padding-top: 100px !important
	}

	.xl-pt-110 {
		padding-top: 110px !important
	}

	.xl-pt-120 {
		padding-top: 120px !important
	}

	.xl-pt-130 {
		padding-top: 130px !important
	}

	.xl-pt-140 {
		padding-top: 140px !important
	}

	.xl-pt-150 {
		padding-top: 150px !important
	}

	.xl-pt-200 {
		padding-top: 200px !important
	}

	.xl-pb-10 {
		padding-bottom: 10px !important
	}

	.xl-pb-20 {
		padding-bottom: 20px !important
	}

	.xl-pb-30 {
		padding-bottom: 30px !important
	}

	.xl-pb-40 {
		padding-bottom: 40px !important
	}

	.xl-pb-50 {
		padding-bottom: 50px !important
	}

	.xl-pb-60 {
		padding-bottom: 60px !important
	}

	.xl-pb-70 {
		padding-bottom: 70px !important
	}

	.xl-pb-80 {
		padding-bottom: 80px !important
	}

	.xl-pb-90 {
		padding-bottom: 90px !important
	}

	.xl-pb-100 {
		padding-bottom: 100px !important
	}

	.xl-pb-110 {
		padding-bottom: 110px !important
	}

	.xl-pb-120 {
		padding-bottom: 120px !important
	}

	.xl-pb-130 {
		padding-bottom: 130px !important
	}

	.xl-pb-140 {
		padding-bottom: 140px !important
	}

	.xl-pb-150 {
		padding-bottom: 150px !important
	}

	.xl-pb-200 {
		padding-bottom: 200px !important
	}

	.xl-mt-10 {
		margin-top: 10px !important
	}

	.xl-mt-20 {
		margin-top: 20px !important
	}

	.xl-mt-30 {
		margin-top: 30px !important
	}

	.xl-mt-40 {
		margin-top: 40px !important
	}

	.xl-mt-50 {
		margin-top: 50px !important
	}

	.xl-mt-60 {
		margin-top: 60px !important
	}

	.xl-mt-70 {
		margin-top: 70px !important
	}

	.xl-mt-80 {
		margin-top: 80px !important
	}

	.xl-mt-90 {
		margin-top: 90px !important
	}

	.xl-mt-100 {
		margin-top: 100px !important
	}

	.xl-mt-110 {
		margin-top: 110px !important
	}

	.xl-mt-120 {
		margin-top: 120px !important
	}

	.xl-mt-130 {
		margin-top: 130px !important
	}

	.xl-mt-140 {
		margin-top: 140px !important
	}

	.xl-mt-150 {
		margin-top: 150px !important
	}

	.xl-mt-200 {
		margin-top: 200px !important
	}

	.xl-mb-10 {
		margin-bottom: 10px !important
	}

	.xl-mb-20 {
		margin-bottom: 20px !important
	}

	.xl-mb-30 {
		margin-bottom: 30px !important
	}

	.xl-mb-40 {
		margin-bottom: 40px !important
	}

	.xl-mb-50 {
		margin-bottom: 50px !important
	}

	.xl-mb-60 {
		margin-bottom: 60px !important
	}

	.xl-mb-70 {
		margin-bottom: 70px !important
	}

	.xl-mb-80 {
		margin-bottom: 80px !important
	}

	.xl-mb-90 {
		margin-bottom: 90px !important
	}

	.xl-mb-100 {
		margin-bottom: 100px !important
	}

	.xl-mb-110 {
		margin-bottom: 110px !important
	}

	.xl-mb-120 {
		margin-bottom: 120px !important
	}

	.xl-mb-130 {
		margin-bottom: 130px !important
	}

	.xl-mb-140 {
		margin-bottom: 140px !important
	}

	.xl-mb-150 {
		margin-bottom: 150px !important
	}

	.xl-mb-200 {
		margin-bottom: 200px !important
	}
}

@media(max-width: 1199px) {


	.lg-p0 {
		padding: 0 !important
	}

	.lg-m0 {
		margin: 0 !important
	}

	.lg-pt-10 {
		padding-top: 10px !important
	}

	.lg-pt-20 {
		padding-top: 20px !important
	}

	.lg-pt-30 {
		padding-top: 30px !important
	}

	.lg-pt-40 {
		padding-top: 40px !important
	}

	.lg-pt-50 {
		padding-top: 50px !important
	}

	.lg-pt-60 {
		padding-top: 60px !important
	}

	.lg-pt-70 {
		padding-top: 70px !important
	}

	.lg-pt-80 {
		padding-top: 80px !important
	}

	.lg-pt-90 {
		padding-top: 90px !important
	}

	.lg-pt-100 {
		padding-top: 100px !important
	}

	.lg-pt-110 {
		padding-top: 110px !important
	}

	.lg-pt-120 {
		padding-top: 120px !important
	}

	.lg-pt-130 {
		padding-top: 130px !important
	}

	.lg-pt-140 {
		padding-top: 140px !important
	}

	.lg-pt-150 {
		padding-top: 150px !important
	}

	.lg-pt-200 {
		padding-top: 200px !important
	}

	.lg-pb-10 {
		padding-bottom: 10px !important
	}

	.lg-pb-20 {
		padding-bottom: 20px !important
	}

	.lg-pb-30 {
		padding-bottom: 30px !important
	}

	.lg-pb-40 {
		padding-bottom: 40px !important
	}

	.lg-pb-50 {
		padding-bottom: 50px !important
	}

	.lg-pb-60 {
		padding-bottom: 60px !important
	}

	.lg-pb-70 {
		padding-bottom: 70px !important
	}

	.lg-pb-80 {
		padding-bottom: 80px !important
	}

	.lg-pb-90 {
		padding-bottom: 90px !important
	}

	.lg-pb-100 {
		padding-bottom: 100px !important
	}

	.lg-pb-110 {
		padding-bottom: 110px !important
	}

	.lg-pb-120 {
		padding-bottom: 120px !important
	}

	.lg-pb-130 {
		padding-bottom: 130px !important
	}

	.lg-pb-140 {
		padding-bottom: 140px !important
	}

	.lg-pb-150 {
		padding-bottom: 150px !important
	}

	.lg-pb-200 {
		padding-bottom: 200px !important
	}

	.lg-mt-10 {
		margin-top: 10px !important
	}

	.lg-mt-20 {
		margin-top: 20px !important
	}

	.lg-mt-30 {
		margin-top: 30px !important
	}

	.lg-mt-40 {
		margin-top: 40px !important
	}

	.lg-mt-50 {
		margin-top: 50px !important
	}


	.lg-mt-60 {
		margin-top: 60px !important
	}

	.lg-mt-65 {
		margin-top: 65px !important
	}

	.lg-mt-70 {
		margin-top: 70px !important
	}

	.lg-mt-80 {
		margin-top: 80px !important
	}

	.lg-mt-90 {
		margin-top: 90px !important
	}

	.lg-mt-100 {
		margin-top: 100px !important
	}

	.lg-mt-110 {
		margin-top: 110px !important
	}

	.lg-mt-120 {
		margin-top: 120px !important
	}

	.lg-mt-130 {
		margin-top: 130px !important
	}

	.lg-mt-140 {
		margin-top: 140px !important
	}

	.lg-mt-150 {
		margin-top: 150px !important
	}

	.lg-mt-200 {
		margin-top: 200px !important
	}

	.lg-mb-10 {
		margin-bottom: 10px !important
	}

	.lg-mb-20 {
		margin-bottom: 20px !important
	}

	.lg-mb-30 {
		margin-bottom: 30px !important
	}

	.lg-mb-40 {
		margin-bottom: 40px !important
	}

	.lg-mb-50 {
		margin-bottom: 50px !important
	}

	.lg-mb-55 {
		margin-bottom: 55px !important
	}

	.lg-mb-60 {
		margin-bottom: 60px !important
	}

	.lg-mb-70 {
		margin-bottom: 70px !important
	}

	.lg-mb-80 {
		margin-bottom: 80px !important
	}

	.lg-mb-90 {
		margin-bottom: 90px !important
	}

	.lg-mb-100 {
		margin-bottom: 100px !important
	}

	.lg-mb-110 {
		margin-bottom: 110px !important
	}

	.lg-mb-120 {
		margin-bottom: 120px !important
	}

	.lg-mb-130 {
		margin-bottom: 130px !important
	}

	.lg-mb-140 {
		margin-bottom: 140px !important
	}

	.lg-mb-150 {
		margin-bottom: 150px !important
	}

	.lg-mb-200 {
		margin-bottom: 200px !important
	}

	.lg-fs-24 {
		font-size: 24px;
	}

	.lg-fs-22 {
		font-size: 22px;
	}
}

@media(max-width: 991px) {


	.md-p0 {
		padding: 0 !important
	}

	.md-m0 {
		margin: 0 !important
	}

	.md-pt-10 {
		padding-top: 10px !important
	}

	.md-pt-20 {
		padding-top: 20px !important
	}

	.md-pt-30 {
		padding-top: 30px !important
	}

	.md-pt-40 {
		padding-top: 40px !important
	}

	.md-pt-50 {
		padding-top: 50px !important
	}

	.md-pt-60 {
		padding-top: 60px !important
	}

	.md-pt-70 {
		padding-top: 70px !important
	}

	.md-pt-80 {
		padding-top: 80px !important
	}

	.md-pt-90 {
		padding-top: 90px !important
	}

	.md-pt-100 {
		padding-top: 100px !important
	}

	.md-pt-110 {
		padding-top: 110px !important
	}

	.md-pt-120 {
		padding-top: 120px !important
	}

	.md-pt-130 {
		padding-top: 130px !important
	}

	.md-pt-140 {
		padding-top: 140px !important
	}

	.md-pt-150 {
		padding-top: 150px !important
	}

	.md-pt-200 {
		padding-top: 200px !important
	}

	.md-pb-10 {
		padding-bottom: 10px !important
	}

	.md-pb-20 {
		padding-bottom: 20px !important
	}

	.md-pb-30 {
		padding-bottom: 30px !important
	}

	.md-pb-40 {
		padding-bottom: 40px !important
	}

	.md-pb-50 {
		padding-bottom: 50px !important
	}

	.md-pb-60 {
		padding-bottom: 60px !important
	}

	.md-pb-70 {
		padding-bottom: 70px !important
	}

	.md-pb-80 {
		padding-bottom: 80px !important
	}

	.md-pb-90 {
		padding-bottom: 90px !important
	}

	.md-pb-100 {
		padding-bottom: 100px !important
	}

	.md-pb-110 {
		padding-bottom: 110px !important
	}

	.md-pb-120 {
		padding-bottom: 120px !important
	}

	.md-pb-130 {
		padding-bottom: 130px !important
	}

	.md-pb-140 {
		padding-bottom: 140px !important
	}

	.md-pb-150 {
		padding-bottom: 150px !important
	}

	.md-pb-200 {
		padding-bottom: 200px !important
	}

	.md-mt-10 {
		margin-top: 10px !important
	}

	.md-mt-20 {
		margin-top: 20px !important
	}

	.md-mt-30 {
		margin-top: 30px !important
	}

	.md-mt-40 {
		margin-top: 40px !important
	}

	.md-mt-50 {
		margin-top: 50px !important
	}

	.md-mt-60 {
		margin-top: 60px !important
	}

	.md-mt-70 {
		margin-top: 70px !important
	}

	.md-mt-80 {
		margin-top: 80px !important
	}

	.md-mt-90 {
		margin-top: 90px !important
	}

	.md-mt-100 {
		margin-top: 100px !important
	}

	.md-mt-110 {
		margin-top: 110px !important
	}

	.md-mt-120 {
		margin-top: 120px !important
	}

	.md-mt-130 {
		margin-top: 130px !important
	}

	.md-mt-140 {
		margin-top: 140px !important
	}

	.md-mt-150 {
		margin-top: 150px !important
	}

	.md-mt-200 {
		margin-top: 200px !important
	}

	.md-mb-10 {
		margin-bottom: 10px !important
	}

	.md-mb-20 {
		margin-bottom: 20px !important
	}

	.md-mb-30 {
		margin-bottom: 30px !important
	}

	.md-mb-40 {
		margin-bottom: 40px !important
	}

	.md-mb-50 {
		margin-bottom: 50px !important
	}

	.md-mb-60 {
		margin-bottom: 60px !important
	}

	.md-mb-70 {
		margin-bottom: 70px !important
	}

	.md-mb-80 {
		margin-bottom: 80px !important
	}

	.md-mb-90 {
		margin-bottom: 90px !important
	}

	.md-mb-100 {
		margin-bottom: 100px !important
	}

	.md-mb-110 {
		margin-bottom: 110px !important
	}

	.md-mb-120 {
		margin-bottom: 120px !important
	}

	.md-mb-130 {
		margin-bottom: 130px !important
	}

	.md-mb-140 {
		margin-bottom: 140px !important
	}

	.md-mb-150 {
		margin-bottom: 150px !important
	}

	.md-mb-200 {
		margin-bottom: 200px !important
	}

	.md-fs-24 {
		font-size: 24px;
	}
}

@media(max-width: 767px) {
	/* 
	.sm-pl-12 {
		padding-left: 12px;
	}

	.sm-pr-12 {
		padding-right: 12px;
	} */

	.fs-24 {
		font-size: 16px;
	}

	.sm-fs-24 {
		font-size: 24px;
	}

	.sm-fs-14 {
		font-size: 14px;
	}


	.sm-p0 {
		padding: 0 !important
	}

	.sm-m0 {
		margin: 0 !important
	}

	.sm-pt-10 {
		padding-top: 10px !important
	}

	.sm-pt-20 {
		padding-top: 20px !important
	}

	.sm-pt-30 {
		padding-top: 30px !important
	}

	.sm-pt-40 {
		padding-top: 40px !important
	}


	.sm-pt-50 {
		padding-top: 50px !important
	}

	.sm-pt-60 {
		padding-top: 60px !important
	}

	.sm-pt-70 {
		padding-top: 70px !important
	}

	.sm-pt-80 {
		padding-top: 80px !important
	}

	.sm-pt-90 {
		padding-top: 90px !important
	}

	.sm-pt-100 {
		padding-top: 100px !important
	}

	.sm-pt-110 {
		padding-top: 110px !important
	}

	.sm-pt-120 {
		padding-top: 120px !important
	}

	.sm-pt-130 {
		padding-top: 130px !important
	}

	.sm-pt-140 {
		padding-top: 140px !important
	}

	.sm-pt-150 {
		padding-top: 150px !important
	}

	.sm-pt-200 {
		padding-top: 200px !important
	}

	.sm-pb-5 {
		padding-bottom: 5px !important
	}

	.sm-pb-10 {
		padding-bottom: 10px !important
	}

	.sm-pb-20 {
		padding-bottom: 20px !important
	}

	.sm-pb-30 {
		padding-bottom: 30px !important
	}

	.sm-pb-40 {
		padding-bottom: 40px !important
	}

	.sm-pb-50 {
		padding-bottom: 50px !important
	}

	.sm-pb-60 {
		padding-bottom: 60px !important
	}

	.sm-pb-70 {
		padding-bottom: 70px !important
	}

	.sm-pb-80 {
		padding-bottom: 80px !important
	}

	.sm-pb-90 {
		padding-bottom: 90px !important
	}

	.sm-pb-100 {
		padding-bottom: 100px !important
	}

	.sm-pb-110 {
		padding-bottom: 110px !important
	}

	.sm-pb-120 {
		padding-bottom: 120px !important
	}

	.sm-pb-130 {
		padding-bottom: 130px !important
	}

	.sm-pb-140 {
		padding-bottom: 140px !important
	}

	.sm-pb-150 {
		padding-bottom: 150px !important
	}

	.sm-pb-200 {
		padding-bottom: 200px !important
	}

	.sm-mt-5 {
		margin-top: 5px !important
	}

	.sm-mt-10 {
		margin-top: 10px !important
	}

	.sm-mt-20 {
		margin-top: 20px !important
	}

	.sm-mt-30 {
		margin-top: 30px !important
	}

	.sm-mt-40 {
		margin-top: 40px !important
	}

	.sm-mt-50 {
		margin-top: 50px !important
	}

	.sm-mt-60 {
		margin-top: 60px !important
	}

	.sm-mt-70 {
		margin-top: 70px !important
	}

	.sm-mt-80 {
		margin-top: 80px !important
	}

	.sm-mt-90 {
		margin-top: 90px !important
	}

	.sm-mt-100 {
		margin-top: 100px !important
	}

	.sm-mt-110 {
		margin-top: 110px !important
	}

	.sm-mt-120 {
		margin-top: 120px !important
	}

	.sm-mt-130 {
		margin-top: 130px !important
	}

	.sm-mt-140 {
		margin-top: 140px !important
	}

	.sm-mt-150 {
		margin-top: 150px !important
	}

	.sm-mt-200 {
		margin-top: 200px !important
	}

	.sm-mb-10 {
		margin-bottom: 10px !important
	}

	.sm-mb-20 {
		margin-bottom: 20px !important
	}

	.sm-mb-30 {
		margin-bottom: 30px !important
	}

	.sm-mb-40 {
		margin-bottom: 40px !important
	}

	.sm-mb-50 {
		margin-bottom: 50px !important
	}

	.sm-mb-60 {
		margin-bottom: 60px !important
	}

	.sm-mb-70 {
		margin-bottom: 70px !important
	}

	.sm-mb-80 {
		margin-bottom: 80px !important
	}

	.sm-mb-90 {
		margin-bottom: 90px !important
	}

	.sm-mb-100 {
		margin-bottom: 100px !important
	}

	.sm-mb-110 {
		margin-bottom: 110px !important
	}

	.sm-mb-120 {
		margin-bottom: 120px !important
	}

	.sm-mb-130 {
		margin-bottom: 130px !important
	}

	.sm-mb-140 {
		margin-bottom: 140px !important
	}

	.sm-mb-150 {
		margin-bottom: 150px !important
	}

	.sm-mb-200 {
		margin-bottom: 200px !important
	}
}

@media(max-width: 575px) {
	.xs-p0 {
		padding: 0 !important
	}

	.xs-m0 {
		margin: 0 !important
	}

	.xs-pt-10 {
		padding-top: 10px !important
	}

	.xs-pt-20 {
		padding-top: 20px !important
	}

	.xs-pt-30 {
		padding-top: 30px !important
	}

	.xs-pt-40 {
		padding-top: 40px !important
	}

	.xs-pt-50 {
		padding-top: 50px !important
	}

	.xs-pt-60 {
		padding-top: 60px !important
	}

	.xs-pt-70 {
		padding-top: 70px !important
	}

	.xs-pt-80 {
		padding-top: 80px !important
	}

	.xs-pt-90 {
		padding-top: 90px !important
	}

	.xs-pt-100 {
		padding-top: 100px !important
	}

	.xs-pt-110 {
		padding-top: 110px !important
	}

	.xs-pt-120 {
		padding-top: 120px !important
	}

	.xs-pt-130 {
		padding-top: 130px !important
	}

	.xs-pt-140 {
		padding-top: 140px !important
	}

	.xs-pt-150 {
		padding-top: 150px !important
	}

	.xs-pt-200 {
		padding-top: 200px !important
	}

	.xs-pb-10 {
		padding-bottom: 10px !important
	}

	.xs-pb-20 {
		padding-bottom: 20px !important
	}

	.xs-pb-30 {
		padding-bottom: 30px !important
	}

	.xs-pb-40 {
		padding-bottom: 40px !important
	}

	.xs-pb-50 {
		padding-bottom: 50px !important
	}

	.xs-pb-60 {
		padding-bottom: 60px !important
	}

	.xs-pb-70 {
		padding-bottom: 70px !important
	}

	.xs-pb-80 {
		padding-bottom: 80px !important
	}

	.xs-pb-90 {
		padding-bottom: 90px !important
	}

	.xs-pb-100 {
		padding-bottom: 100px !important
	}

	.xs-pb-110 {
		padding-bottom: 110px !important
	}

	.xs-pb-120 {
		padding-bottom: 120px !important
	}

	.xs-pb-130 {
		padding-bottom: 130px !important
	}

	.xs-pb-140 {
		padding-bottom: 140px !important
	}

	.xs-pb-150 {
		padding-bottom: 150px !important
	}

	.xs-pb-200 {
		padding-bottom: 200px !important
	}

	.xs-mt-10 {
		margin-top: 10px !important
	}

	.xs-mt-20 {
		margin-top: 20px !important
	}

	.xs-mt-30 {
		margin-top: 30px !important
	}

	.xs-mt-40 {
		margin-top: 40px !important
	}

	.xs-mt-50 {
		margin-top: 50px !important
	}

	.xs-mt-60 {
		margin-top: 60px !important
	}

	.xs-mt-70 {
		margin-top: 70px !important
	}

	.xs-mt-80 {
		margin-top: 80px !important
	}

	.xs-mt-90 {
		margin-top: 90px !important
	}

	.xs-mt-100 {
		margin-top: 100px !important
	}

	.xs-mt-110 {
		margin-top: 110px !important
	}

	.xs-mt-120 {
		margin-top: 120px !important
	}

	.xs-mt-130 {
		margin-top: 130px !important
	}

	.xs-mt-140 {
		margin-top: 140px !important
	}

	.xs-mt-150 {
		margin-top: 150px !important
	}

	.xs-mt-200 {
		margin-top: 200px !important
	}

	.xs-mb-10 {
		margin-bottom: 10px !important
	}

	.xs-mb-20 {
		margin-bottom: 20px !important
	}

	.xs-mb-30 {
		margin-bottom: 30px !important
	}

	.xs-mb-40 {
		margin-bottom: 40px !important
	}

	.xs-mb-50 {
		margin-bottom: 50px !important
	}

	.xs-mb-60 {
		margin-bottom: 60px !important
	}

	.xs-mb-70 {
		margin-bottom: 70px !important
	}

	.xs-mb-80 {
		margin-bottom: 80px !important
	}

	.xs-mb-90 {
		margin-bottom: 90px !important
	}

	.xs-mb-100 {
		margin-bottom: 100px !important
	}

	.xs-mb-110 {
		margin-bottom: 110px !important
	}

	.xs-mb-120 {
		margin-bottom: 120px !important
	}

	.xs-mb-130 {
		margin-bottom: 130px !important
	}

	.xs-mb-140 {
		margin-bottom: 140px !important
	}

	.xs-mb-150 {
		margin-bottom: 150px !important
	}

	.xs-mb-200 {
		margin-bottom: 200px !important
	}

	.xs-fs-40 {
		font-size: 40px;
	}
}

.title-one .upper-title {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
	/* margin-bottom: 10px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	line-height: 1;
	padding: 40px 0 34px 0;
}

.title-one .upper-title .circle-orange {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FEB312;
	margin-left: 5px;
}

.title-one h2 {
	font-size: 70px;
	font-weight: 700;
	line-height: 1.0714em
}

.title-one h3 {
	font-size: 55px;
	font-weight: 700;
	line-height: 1.09em
}

.title-one h4 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.12em
}

.btn-one {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 55px;
	padding: 0 40px;
	min-width: 170px;
	text-align: center;
	background: #fd8e44;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.btn-one:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 150%;
	top: 0;
	right: calc(150% - 15px);
	background: #000;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	z-index: -1;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.btn-one:hover {
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2)
}

.btn-one:hover:before {
	right: -20px
}

.btn-one.xl {
	min-width: 230px;
	line-height: 65px
}

.btn-two {
	font-weight: 600;
	color: #104b59;
	position: relative;
	padding-left: 25px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.btn-two .arrow-icon {
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 20px;
	color: #fd8e44;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.btn-two:hover {
	padding-left: 0;
	padding-right: 25px;
	color: #fd8e44
}

.btn-two:hover .arrow-icon {
	left: calc(100% - 20px)
}

.btn-three {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 55px;
	padding: 0 40px;
	min-width: 170px;
	text-align: center;
	background: #104b59;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.btn-three:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 150%;
	top: 0;
	right: calc(150% - 15px);
	background: #000;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	z-index: -1;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.btn-three:hover {
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2)
}

.btn-three:hover:before {
	right: -20px
}

.btn-three.xl {
	min-width: 200px;
	line-height: 70px
}

.btn-three.lg {
	min-width: 200px;
	line-height: 60px
}

.btn-three.text-uppercase {
	font-size: 14px;
	font-weight: 600
}

.sidenavbtn {
	position: relative;
	z-index: 1;
	padding-left: 22px
}

.sidenavbtn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 46px;
	background: #366f7c;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidenavbtn:hover img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.offcanvas.sidebar-nav {
	width: 400px;
	border: none;
	padding: 50px 35px 20px;
	max-height: 100%;
	overflow-y: auto
}

.offcanvas.sidebar-nav .btn-close {
	-webkit-box-shadow: none;
	box-shadow: none
}

.offcanvas.sidebar-nav .title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 20px
}

.offcanvas.sidebar-nav .address-block p {
	line-height: 28px;
	margin: 0
}

.offcanvas.sidebar-nav .address-block li {
	margin-bottom: 8px
}

.offcanvas.sidebar-nav .address-block li:last-child {
	margin-bottom: 0
}

.offcanvas.sidebar-nav .address-block li a:hover {
	text-decoration: underline
}

.offcanvas.sidebar-nav .social-icon a {
	font-size: 1.3em;
	margin: 10px 10px 0;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.offcanvas.sidebar-nav .social-icon a:hover {
	color: #fd8e44
}


@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.hero-banner-one {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/index/banner.png) no-repeat top center;
	background-size: cover;

}

.hero-banner-one .logo {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0%;
}

.hero-banner-one .language {
	position: absolute;
	top: 35px;
	right: 0;
	cursor: pointer;
	color: #808080;
}

.hero-banner-one .language .active {
	color: #fff;
}

.hero-banner-one .language .first {
	margin-right: 10px
}

.hero-banner-one .slogan {
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.hero-banner-one .slogan span {
	margin: 0 15px
}

.hero-banner-one .hero-heading {
	line-height: 1.0454em;
	font-weight: 700;
	color: #fff;
	margin: 30px 0 10px;
	letter-spacing: 2px;
}

.hero-banner-one .des {
	margin-top: 20px;
}

.hero-banner-one p {
	color: #fff;
	letter-spacing: 2px;
}

.hero-banner-one .country-flags li {
	margin-right: -25px
}

.hero-banner-one .country-flags li:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	color: #000;
	margin: 0;
	position: relative;
	z-index: 1;
	font-size: 30px
}

.hero-banner-one .country-flags .flag {
	width: 75px;
	height: 75px;
	position: relative
}

.hero-banner-one .country-flags p {
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding-left: 20px
}


.hero-banner-one .screen_01 {
	right: 0;
	bottom: -2%;
	max-width: 47%;
	width: 18%;
}

.hero-banner-one .screen_01 .image {
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}

.hero-banner-one .screen_01 .image:first-child {
	margin-bottom: 10px;
}

.fancy-banner-one h2 {
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin: 0;
	letter-spacing: 2px;
}

.fancy-banner-one.style-one {
	background: url(../images/index/image_11.png) no-repeat right center;
	background-size: cover;
	padding: 60px 0 70px;
	overflow: hidden
}


.feature-block-three {
	background: #EDEDED;
}

.feature-block-three .bottom-line .line {
	position: absolute;
	width: calc(100% - 374px);
	height: 1px;
	background: #e3d6c5;
	bottom: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.feature-block-three .bottom-line .line:before,
.feature-block-three .bottom-line .line:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fd8e44;
	bottom: -3px;
	left: -6px
}

.feature-block-three .bottom-line .line:after {
	left: auto;
	right: -6px
}




.padding-left-none {
	padding-left: 0 !important;
}

.padding-left-none {
	padding: 0 25px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.card-style-one .icon {
	width: 130px;
	height: 130px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-box-shadow: 0 -3px 0 #fd8e44;
	box-shadow: 0 -3px 0 #fd8e44
}

.card-style-one h4 {
	font-weight: 700;
	font-size: 26px;
	margin: 0 0 24px 0;
	color: #BA830B;
}

.card-style-one.round-border {
	border-radius: 50px;
	-webkit-border-radius: 50px;
}

.card-style-one.version-two:before {
	width: 100%;
	-webkit-transform: none;
	transform: none
}

.card-style-one.version-two:after {
	width: 100%;
	-webkit-transform: none;
	transform: none;
	background: url(../images/shape/shape_30.png) no-repeat center;
	background-size: cover
}

.card-style-one.version-two:hover .icon {
	-webkit-box-shadow: none;
	box-shadow: none
}

.card-style-three {
	position: relative;
	z-index: 1;
}

.feature-block-three .text-meta.middle {
	margin: 0 4.5%;
	background: #FEB312;
}

.feature-block-three .text-meta {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	background-size: cover;
	min-height: 258px;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	border: solid 3px #FEB312;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.feature-block-three .text-meta h4 {
	font-weight: 700;
	margin-bottom: 17px;
	color: #333;
}

.feature-block-three .text-meta p {
	line-height: 1.2;
	margin: 0 8%;
	line-height: 2;
	color: #333;
	text-align: justify;
}

.feature-block-three .text-meta .place {
	position: absolute;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #151a1b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 21px;
	padding: 0 6px;
	left: 19px;
	bottom: -11px;
	z-index: 1
}

.feature-block-three .img-meta {
	width: 175px;
	height: 175px;
	border: 8px solid #fff;
	position: relative;
	z-index: 1;
	margin: -90px auto 0
}


.service-section-one {
	background-image: url(../images/index/map.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.service-section-one:after {
	left: auto;
	right: 0
}

.service-section-one .description {
	color: #333;
	line-height: 2;
	/* word-break: break-all; */
}

.service-section-one .slider-arrows li {
	width: 70px;
	height: 70px;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 10px;
	position: relative;
	z-index: 1;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.service-section-one .slider-arrows li .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.service-section-one .slider-arrows li .icon-white {
	opacity: 0
}

.service-section-one .slider-arrows li:hover {
	background: #fd8e44;
	border-color: #fd8e44
}

.service-section-one .slider-arrows li:hover .icon-dark {
	opacity: 0
}

.service-section-one .slider-arrows li:hover .icon-white {
	opacity: 1
}

. .blog-section-one .advantage .li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-section-one .advantage .li.middle {
	margin: 0 5%;
}


.blog-section-one.p {
	background: #EDEDED;
	font-size: 24px;
	line-height: 1.75;
}

.blog-section-one {
	color: #333;
}


.blog-meta-one {
	position: relative;
	z-index: 1
}

.blog-meta-one .img-meta {
	height: 263px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.advantage .blog-meta-one .img-meta {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.advantage .li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
}

.blog-meta-one .post-info {
	background: #104b59;
	position: relative;
	padding-left: 45px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #fff
}

.blog-meta-one .post-info:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	left: -5px;
	top: 0;
	background: #104b59
}

.blog-meta-one .post-info:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #305632;
	left: -2px;
	top: -6px;
	z-index: -1
}

.blog-meta-one .post-info .tags {
	line-height: 30px;
	position: relative;
	z-index: 1
}

.blog-meta-one .post-info .tags:before {
	content: "";
	position: absolute;
	width: 24px;
	height: calc(100% + 4px);
	bottom: 0px;
	right: 127px;
	-webkit-transform: skew(19deg);
	transform: skew(19deg);
	background: #fd8e44
}

.blog-meta-one .post-info .tags:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 4px;
	background: #104b59;
	right: -15px;
	top: -4px;
	z-index: -1
}

.blog-meta-one .post-info .tags li:last-child {
	position: relative;
	margin-top: -2px
}

.blog-meta-one .post-info .tags li:last-child:before {
	content: url(../images/shape/shape_09.png);
	position: absolute;
	top: -18px;
	left: -69px
}

.blog-meta-one .post-info a {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.blog-meta-one .post-info i {
	margin-left: 13px
}

.blog-meta-one .post-info a:hover {
	color: #fd8e44
}

.blog-meta-one .post-meta {
	background: #fff;
	/* padding: 23px 15px 28px 45px; */
	/* border-right: 4px solid #fd8e44 */
}

.blog-meta-one .post-meta .post-author {
	margin: 0 -8px
}

.blog-meta-one .post-meta .post-author li {
	margin: 8px 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fd8e44
}

.blog-meta-one .post-meta .post-author li i {
	font-size: 15px;
	margin-right: 5px
}

.blog-meta-one .post-meta .post-author li a {
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.blog-meta-one .post-meta .post-author li a:hover {
	border-bottom: 1px dashed #fd8e44
}

.blog-meta-one .post-meta .blog-title {
	line-height: 1.35em;
	font-weight: 600;
	margin: 12px 0 0;
	text-align: center;
	color: #333;
}

.blog-meta-one .post-meta .blog-title:hover a {
	text-decoration: underline
}





.main-footer {
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 16px;
	line-height: 1.875em
}

.main-footer .line-wrapper {
	width: 1px;
	height: 100%;
	margin-left: 10px;
}

.main-footer .line {
	width: 1px;
	height: 60%;
	background: #333;
	margin-top: 40px;
}

.main-footer .footer-nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.main-footer.bg-one .footer-title {
	margin-top: 20px
}


.main-footer.bg-two::after {
	display: none
}

.main-footer.bg-two .footer-newsletter form input {
	background: #112c32
}

.main-footer.bg-two.space-fix {
	padding-top: 125px;
	margin: 0
}

.main-footer .footer-title {
	font-weight: 700;
	color: #333;
	margin-bottom: 15px
}




.main-footer .footer-nav-link li:last-child {
	margin: 0
}



.main-footer .footer-newsletter form {
	position: relative;
	margin: 28px 0 42px
}

.main-footer .footer-newsletter form input {
	width: 100%;
	height: 75px;
	background: #080705;
	padding: 0 68px 0 20px;
	color: #333;
	border: none
}

.main-footer .footer-newsletter form button {
	width: 55px;
	position: absolute;
	top: 10px;
	right: 15px;
	bottom: 15px;
	background: #fd8e44
}

.main-footer .footer-newsletter .email {
	background: #1b1e1f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding: 9px 10px 9px 65px
}

.main-footer .footer-newsletter .email .icon {
	position: absolute;
	text-align: center;
	line-height: 48px;
	width: 50px;
	top: 0;
	left: 0;
	bottom: 0;
	background: #104b59
}

.main-footer .footer-newsletter .email a:hover {
	text-decoration: underline
}

.main-footer .bottom-footer {
	margin-top: 30px;
	font-size: 16px;
	color: #000;
}




@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .08);
		box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .08)
	}

	100% {
		-webkit-box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0)
	}
}




@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .08);
		box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .08)
	}

	100% {
		-webkit-box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0)
	}
}

@-webkit-keyframes rippleTwo {
	0% {
		-webkit-box-shadow: 0 0 0 .1rem rgba(16, 75, 89, .15);
		box-shadow: 0 0 0 .1rem rgba(16, 75, 89, .15)
	}

	100% {
		-webkit-box-shadow: 0 0 0 .8rem rgba(16, 75, 89, .15);
		box-shadow: 0 0 0 .8rem rgba(16, 75, 89, .15)
	}
}

@keyframes rippleTwo {
	0% {
		-webkit-box-shadow: 0 0 0 .1rem rgba(16, 75, 89, .15);
		box-shadow: 0 0 0 .1rem rgba(16, 75, 89, .15)
	}

	100% {
		-webkit-box-shadow: 0 0 0 .8rem rgba(16, 75, 89, .15);
		box-shadow: 0 0 0 .8rem rgba(16, 75, 89, .15)
	}
}

@-webkit-keyframes runSlow {
	0% {
		-webkit-transform: translateX(250px);
		transform: translateX(250px)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(250px);
		transform: translateX(250px)
	}
}

@keyframes runSlow {
	0% {
		-webkit-transform: translateX(250px);
		transform: translateX(250px)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(250px);
		transform: translateX(250px)
	}
}

@-webkit-keyframes skewwrap {
	0% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}

	50% {
		-webkit-transform: skewX(0);
		transform: skewX(0)
	}

	100% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
}

@keyframes skewwrap {
	0% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}

	50% {
		-webkit-transform: skewX(0);
		transform: skewX(0)
	}

	100% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes jumpTwo {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpTwo {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes jumpThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes jumpFour {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpFour {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes jumpFive {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpFive {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes prXOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes prXOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes prXTwo {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes prXTwo {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotatedTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes rotatedTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes scale-right {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	50% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%)
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@keyframes scale-right {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	50% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%)
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@-webkit-keyframes Fadein {
	0% {
		opacity: .2
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

@keyframes Fadein {
	0% {
		opacity: .2
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

@-webkit-keyframes hvr-ripple-out {
	0% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px
	}

	50% {
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
		opacity: .8
	}

	100% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px;
		opacity: 1
	}
}

@keyframes hvr-ripple-out {
	0% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px
	}

	50% {
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
		opacity: .8
	}

	100% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px;
		opacity: 1
	}
}

@-webkit-keyframes hvr-ripple-out-two {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	100% {
		top: -30px;
		right: -30px;
		bottom: -30px;
		left: -30px;
		opacity: 0
	}
}

@keyframes hvr-ripple-out-two {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	100% {
		top: -30px;
		right: -30px;
		bottom: -30px;
		left: -30px;
		opacity: 0
	}
}

@-webkit-keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes scale-up-two {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
}

@keyframes scale-up-two {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
}

@-webkit-keyframes scale-up-three {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale-up-three {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

@-webkit-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(150px);
		transform: translateY(150px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(150px);
		transform: translateY(150px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(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: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(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: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpTwo {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpFour {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpFive {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes prXOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes prXTwo {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotatedTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes scale-right {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	50% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%)
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: .2
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

@keyframes fade-in {
	0% {
		opacity: .2
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

@keyframes hvr-ripple-out {
	0% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px
	}

	50% {
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
		opacity: .8
	}

	100% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px;
		opacity: 1
	}
}

@keyframes hvr-ripple-out-two {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	100% {
		top: -30px;
		right: -30px;
		bottom: -30px;
		left: -30px;
		opacity: 0
	}
}

@keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale-up-two {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
}

@keyframes scale-up-three {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

[data-sal] {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-delay: var(--sal-delay, 0s);
	transition-delay: var(--sal-delay, 0s);
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-duration: var(--sal-duration, 0.2s);
	transition-duration: var(--sal-duration, 0.2s);
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-timing-function: var(--sal-easing, ease);
	transition-timing-function: var(--sal-easing, ease)
}

[data-sal][data-sal-duration="200"] {
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

[data-sal][data-sal-duration="250"] {
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

[data-sal][data-sal-duration="300"] {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

[data-sal][data-sal-duration="350"] {
	-webkit-transition-duration: .35s;
	transition-duration: .35s
}

[data-sal][data-sal-duration="400"] {
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}

[data-sal][data-sal-duration="450"] {
	-webkit-transition-duration: .45s;
	transition-duration: .45s
}

[data-sal][data-sal-duration="500"] {
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

[data-sal][data-sal-duration="550"] {
	-webkit-transition-duration: .55s;
	transition-duration: .55s
}

[data-sal][data-sal-duration="600"] {
	-webkit-transition-duration: .6s;
	transition-duration: .6s
}

[data-sal][data-sal-duration="650"] {
	-webkit-transition-duration: .65s;
	transition-duration: .65s
}

[data-sal][data-sal-duration="700"] {
	-webkit-transition-duration: .7s;
	transition-duration: .7s
}

[data-sal][data-sal-duration="750"] {
	-webkit-transition-duration: .75s;
	transition-duration: .75s
}

[data-sal][data-sal-duration="900"] {
	-webkit-transition-duration: .8s;
	transition-duration: .8s
}

[data-sal][data-sal-duration="850"] {
	-webkit-transition-duration: .85s;
	transition-duration: .85s
}

[data-sal][data-sal-duration="900"] {
	-webkit-transition-duration: .9s;
	transition-duration: .9s
}

[data-sal][data-sal-duration="950"] {
	-webkit-transition-duration: .95s;
	transition-duration: .95s
}

[data-sal][data-sal-duration="1000"] {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

[data-sal][data-sal-duration="1050"] {
	-webkit-transition-duration: 1.05s;
	transition-duration: 1.05s
}

[data-sal][data-sal-duration="1100"] {
	-webkit-transition-duration: 1.1s;
	transition-duration: 1.1s
}

[data-sal][data-sal-duration="1150"] {
	-webkit-transition-duration: 1.15s;
	transition-duration: 1.15s
}

[data-sal][data-sal-duration="1200"] {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

[data-sal][data-sal-duration="1250"] {
	-webkit-transition-duration: 1.25s;
	transition-duration: 1.25s
}

[data-sal][data-sal-duration="1300"] {
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s
}

[data-sal][data-sal-duration="1350"] {
	-webkit-transition-duration: 1.35s;
	transition-duration: 1.35s
}

[data-sal][data-sal-duration="1400"] {
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s
}

[data-sal][data-sal-duration="1450"] {
	-webkit-transition-duration: 1.45s;
	transition-duration: 1.45s
}

[data-sal][data-sal-duration="1500"] {
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s
}

[data-sal][data-sal-duration="1550"] {
	-webkit-transition-duration: 1.55s;
	transition-duration: 1.55s
}

[data-sal][data-sal-duration="1600"] {
	-webkit-transition-duration: 1.6s;
	transition-duration: 1.6s
}

[data-sal][data-sal-duration="1650"] {
	-webkit-transition-duration: 1.65s;
	transition-duration: 1.65s
}

[data-sal][data-sal-duration="1700"] {
	-webkit-transition-duration: 1.7s;
	transition-duration: 1.7s
}

[data-sal][data-sal-duration="1750"] {
	-webkit-transition-duration: 1.75s;
	transition-duration: 1.75s
}

[data-sal][data-sal-duration="1800"] {
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}

[data-sal][data-sal-duration="1850"] {
	-webkit-transition-duration: 1.85s;
	transition-duration: 1.85s
}

[data-sal][data-sal-duration="1900"] {
	-webkit-transition-duration: 1.9s;
	transition-duration: 1.9s
}

[data-sal][data-sal-duration="1950"] {
	-webkit-transition-duration: 1.95s;
	transition-duration: 1.95s
}

[data-sal][data-sal-duration="2000"] {
	-webkit-transition-duration: 2s;
	transition-duration: 2s
}

[data-sal][data-sal-delay="50"] {
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

[data-sal][data-sal-delay="100"] {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

[data-sal][data-sal-delay="150"] {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

[data-sal][data-sal-delay="200"] {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

[data-sal][data-sal-delay="250"] {
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

[data-sal][data-sal-delay="300"] {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

[data-sal][data-sal-delay="350"] {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}

[data-sal][data-sal-delay="400"] {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

[data-sal][data-sal-delay="450"] {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}

[data-sal][data-sal-delay="500"] {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

[data-sal][data-sal-delay="550"] {
	-webkit-transition-delay: .55s;
	transition-delay: .55s
}

[data-sal][data-sal-delay="600"] {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

[data-sal][data-sal-delay="650"] {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}

[data-sal][data-sal-delay="700"] {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

[data-sal][data-sal-delay="750"] {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}

[data-sal][data-sal-delay="800"] {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

[data-sal][data-sal-delay="850"] {
	-webkit-transition-delay: .85s;
	transition-delay: .85s
}

[data-sal][data-sal-delay="900"] {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}

[data-sal][data-sal-delay="950"] {
	-webkit-transition-delay: .95s;
	transition-delay: .95s
}

[data-sal][data-sal-delay="1000"] {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

[data-sal][data-sal-easing=linear] {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

[data-sal][data-sal-easing=ease] {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

[data-sal][data-sal-easing=ease-in] {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

[data-sal][data-sal-easing=ease-out] {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

[data-sal][data-sal-easing=ease-in-out] {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

[data-sal][data-sal-easing=ease-in-cubic] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

[data-sal][data-sal-easing=ease-out-cubic] {
	-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)
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

[data-sal][data-sal-easing=ease-in-circ] {
	-webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

[data-sal][data-sal-easing=ease-out-circ] {
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1)
}

[data-sal][data-sal-easing=ease-in-out-circ] {
	-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

[data-sal][data-sal-easing=ease-in-expo] {
	-webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
	transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035)
}

[data-sal][data-sal-easing=ease-out-expo] {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

[data-sal][data-sal-easing=ease-in-out-expo] {
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

[data-sal][data-sal-easing=ease-in-quad] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-sal][data-sal-easing=ease-out-quad] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-sal][data-sal-easing=ease-in-out-quad] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-sal][data-sal-easing=ease-in-quart] {
	-webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

[data-sal][data-sal-easing=ease-out-quart] {
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

[data-sal][data-sal-easing=ease-in-out-quart] {
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

[data-sal][data-sal-easing=ease-in-quint] {
	-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)
}

[data-sal][data-sal-easing=ease-out-quint] {
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

[data-sal][data-sal-easing=ease-in-out-quint] {
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

[data-sal][data-sal-easing=ease-in-sine] {
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-sal][data-sal-easing=ease-out-sine] {
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-sal][data-sal-easing=ease-in-out-sine] {
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-sal][data-sal-easing=ease-in-back] {
	-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-sal][data-sal-easing=ease-out-back] {
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-sal][data-sal-easing=ease-in-out-back] {
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-sal|=fade] {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
	opacity: 1
}

[data-sal|=slide] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-sal=slide-up] {
	-webkit-transform: translateY(20%);
	transform: translateY(20%)
}

[data-sal=slide-down] {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%)
}

[data-sal=slide-left] {
	-webkit-transform: translateX(20%);
	transform: translateX(20%)
}

[data-sal=slide-right] {
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%)
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

[data-sal|=zoom] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-sal=zoom-in] {
	-webkit-transform: scale(0.5);
	transform: scale(0.5)
}

[data-sal=zoom-out] {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

[data-sal|=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

[data-sal=flip-left] {
	-webkit-transform: perspective(2000px) rotateY(-91deg);
	transform: perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right] {
	-webkit-transform: perspective(2000px) rotateY(91deg);
	transform: perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up] {
	-webkit-transform: perspective(2000px) rotateX(-91deg);
	transform: perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down] {
	-webkit-transform: perspective(2000px) rotateX(91deg);
	transform: perspective(2000px) rotateX(91deg)
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
	-webkit-transform: none;
	transform: none
}

@-webkit-keyframes growAndFade {
	0% {
		opacity: .1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	100% {
		opacity: .08;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes growAndFade {
	0% {
		opacity: .1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	100% {
		opacity: .08;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpTwo {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpFour {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes jumpFive {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes prXOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes prXTwo {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotatedTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes scale-right {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	50% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%)
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@keyframes fade-in {
	0% {
		opacity: .2
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

@keyframes hvr-ripple-out {
	0% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px
	}

	50% {
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
		opacity: .8
	}

	100% {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px;
		opacity: 1
	}
}

@keyframes hvr-ripple-out-two {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	100% {
		top: -30px;
		right: -30px;
		bottom: -30px;
		left: -30px;
		opacity: 0
	}
}

@keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale-up-two {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
}

@keyframes scale-up-three {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: .9em;
	height: 35px;
	line-height: 35px;
	outline: none;
	padding-left: 10px;
	padding-right: 18px;
	text-transform: capitalize;
	position: relative;
	text-align: left !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	content: "";
	display: block;
	height: 7px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 7px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .1);
	box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	overflow-y: auto;
	max-height: 250px;
	border: 1px solid rgba(0, 0, 0, .05);
	padding: 5px 0 15px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .option {
	font-size: .95em;
	cursor: pointer;
	font-weight: 400;
	margin-top: 5px;
	list-style: none;
	outline: none;
	padding: 0 10px;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #104b59;
	background: rgba(16, 75, 89, .03)
}

.nice-select .option.disabled {
	background-color: rgba(0, 0, 0, 0);
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

:root {
	--f-spinner-width: 36px;
	--f-spinner-height: 36px;
	--f-spinner-color-1: rgba(0, 0, 0, 0.1);
	--f-spinner-color-2: rgba(17, 24, 28, 0.8);
	--f-spinner-stroke: 2.75
}

.f-spinner {
	margin: auto;
	padding: 0;
	width: var(--f-spinner-width);
	height: var(--f-spinner-height)
}

.f-spinner svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
	-webkit-animation: f-spinner-rotate 2s linear infinite;
	animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
	stroke-width: var(--f-spinner-stroke);
	fill: none
}

.f-spinner svg *:first-child {
	stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
	stroke: var(--f-spinner-color-2);
	-webkit-animation: f-spinner-dash 2s ease-in-out infinite;
	animation: f-spinner-dash 2s ease-in-out infinite
}

@-webkit-keyframes f-spinner-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes f-spinner-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

@keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

.f-throwOutUp {
	-webkit-animation: .175s ease-out both f-throwOutUp;
	animation: .175s ease-out both f-throwOutUp
}

.f-throwOutDown {
	-webkit-animation: .175s ease-out both f-throwOutDown;
	animation: .175s ease-out both f-throwOutDown
}

@-webkit-keyframes f-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -150px, 0);
		transform: translate3d(0, -150px, 0);
		opacity: 0
	}
}

@keyframes f-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -150px, 0);
		transform: translate3d(0, -150px, 0);
		opacity: 0
	}
}

@-webkit-keyframes f-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0
	}
}

@keyframes f-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0
	}
}

.f-zoomInUp {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp;
	animation: var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp
}

.f-zoomOutDown {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
	animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown
}

@-webkit-keyframes f-zoomInUp {
	from {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-zoomInUp {
	from {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes f-zoomOutDown {
	to {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}
}

@keyframes f-zoomOutDown {
	to {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}
}

.f-fadeIn {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
	animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
	z-index: 2
}

.f-fadeOut {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
	animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
	z-index: 1
}

@-webkit-keyframes f-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes f-fadeOut {
	100% {
		opacity: 0
	}
}

@keyframes f-fadeOut {
	100% {
		opacity: 0
	}
}

.f-fadeSlowIn {
	-webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
	z-index: 2
}

.f-fadeSlowOut {
	-webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
	z-index: 1
}

@-webkit-keyframes f-fadeSlowIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeSlowIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes f-fadeSlowOut {
	100% {
		opacity: 0
	}
}

@keyframes f-fadeSlowOut {
	100% {
		opacity: 0
	}
}

.f-fadeFastIn {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
	animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
	z-index: 2
}

.f-fadeFastOut {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
	animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
	z-index: 2
}

@-webkit-keyframes f-fadeFastIn {
	0% {
		opacity: .75
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeFastIn {
	0% {
		opacity: .75
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes f-fadeFastOut {
	100% {
		opacity: 0
	}
}

@keyframes f-fadeFastOut {
	100% {
		opacity: 0
	}
}

.f-crossfadeIn {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
	animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
	z-index: 2
}

.f-crossfadeOut {
	-webkit-animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
	animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
	z-index: 1
}

@-webkit-keyframes f-crossfadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-crossfadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes f-crossfadeOut {
	100% {
		opacity: 0
	}
}

@keyframes f-crossfadeOut {
	100% {
		opacity: 0
	}
}

.f-slideIn.from-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@-webkit-keyframes f-slideInPrev {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideInPrev {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes f-slideInNext {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideInNext {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes f-slideOutNext {
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes f-slideOutNext {
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes f-slideOutPrev {
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes f-slideOutPrev {
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.f-classicIn.from-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
	z-index: 2
}

.f-classicIn.from-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
	z-index: 2
}

.f-classicOut.to-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
	z-index: 1
}

.f-classicOut.to-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
	z-index: 1
}

@-webkit-keyframes f-classicInNext {
	0% {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicInNext {
	0% {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes f-classicInPrev {
	0% {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicInPrev {
	0% {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes f-classicOutNext {
	100% {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}
}

@keyframes f-classicOutNext {
	100% {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}
}

@-webkit-keyframes f-classicOutPrev {
	100% {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}
}

@keyframes f-classicOutPrev {
	100% {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}
}

:root {
	--f-button-width: 40px;
	--f-button-height: 40px;
	--f-button-border: 0;
	--f-button-border-radius: 0;
	--f-button-color: #374151;
	--f-button-bg: #f8f8f8;
	--f-button-hover-bg: #e0e0e0;
	--f-button-active-bg: #d0d0d0;
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 20px;
	--f-button-svg-height: 20px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: none;
	--f-button-svg-disabled-opacity: 0.65
}