@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;800&display=swap');
* {
	padding: 0;
	margin: 0;
}
.dl-menu li a:hover
{
text-decoration: underline;
text-decoration: overline;
}
.dl-menu .active
{
text-decoration: overline;
    color: rgb(99, 73, 117);
    font-size: 16px;
}
body {
	background-color: #fff;
	 font-family: 'Assistant', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #8d9aa8;
	font-weight: 400;
	letter-spacing: -.2px;
	position: relative;
	overflow-x: hidden
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: rgb(99, 73, 117)
}

::selection {
	background-color: rgb(99, 73, 117);
	color: #fff
}

-webkit-::selection {
	background-color: rgb(99, 73, 117);
	color: #fff
}

::-moz-selection {
	background-color: rgb(99, 73, 117);
	color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	color: #263a4f
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
	color: #fff
}

.bg-dark p,
.bg-dark span {
	color: #999
}

h1 {
	font-size: 45px;
	font-weight: 400;
	line-height: 55px;
	margin: 0 0 10px;
	color: #263a4f
}

h2 {
	font-size: 32px;
	line-height: 42px;
	color: #263a4f;
	margin: 0 0 10px;
	font-weight: 600;
	letter-spacing: -1px
}

h3,
h4 {
	margin: 0 0 10px;
	font-weight: 400;
	line-height: 1.7;
	color: #263a4f;
	letter-spacing: -.5px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 16px
}

h5,
h6 {
	font-size: 14px;
	margin: 0 0 10px
}

img {
	border: none;
	outline: none;
	max-width: 100%
}

ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0
}

p,
li,
a,
span {}

p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px
}

a,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0;
	text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ddd!important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ddd!important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ddd!important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ddd!important
}

button {
	border: none;
	background: 0 0
}

.padding {
	padding: 100px 0
}

.no-padding {
	padding: 0
}

.padding-15 {
	padding: 15px
}

.padding-20 {
	padding: 20px
}
.fservice li
{
	padding-top:5px;
}
.box-padding {
	padding: 0 50px
}

.bg-white {
	background-color: #fff
}

.bg-grey {
	background-color: #f9fafa
}

.bg-dark {
	background-color: #242323!important
}

.bd-top {
	border-top: 1px solid #e5e5e5
}

.bd-bottom {
	border-bottom: 1px solid #e5e5e5
}

.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
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.fz-28 {
	font-size: 28px
}

.fz-24 {
	font-size: 24px
}

.fz-22 {
	font-size: 22px
}

.fz-20 {
	font-size: 20px
}

.fz-18 {
	font-size: 18px
}

.fz-16 {
	font-size: 16px
}

.text-black {
	color: #333
}

.text-white {
	color: #fff
}

.box-shadow,
.box-shadow-hover:hover {
	-webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	-moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1)
}

.btn_group {}

.btn_group a {
	margin: 5px
}

.btn_group_left a {
	margin-right: 15px;
	margin-bottom: 15px
}

.default-btn {
	background-color: rgb(99, 73, 117);
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	line-height: 45px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: .5px;
	padding: 0 30px;
	-webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
	box-shadow: 0 3px 10px rgba(71, 44, 173, .2)
}

.default-btn:hover {
	background-color: #232427;
	color: #fff
}

.section-heading h2 {
	font-size: 32px;
	display: block
}

.section-heading span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	color: #263a4f;
	font-weight: 600;
	letter-spacing: 0;
	position: relative;
	margin-bottom: 10px;
	z-index: 1
}

.section-heading span:before {
	background-color: transparent;
	position: absolute;
	content: "";
	width: 20px;
	height: 30px;
	left: calc(50% - 10px);
	top: calc(50% - 15px);
	border: 3px solid rgb(99, 73, 117);
	opacity: .5;
	z-index: -1
}

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.header {
	background-color: #fff;
	width: 100%;
	height: auto;
	display: block
}

.viewport-sm .primary-header {
	padding: 10px 0
}

.header-menu-wrap {
	margin-left: auto
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	z-index: 99
}

.sticky-header .primary-header {
	background-color: #fff;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1)
}

.sticky-header.headroom--top {
	transform: translateY(-100%)
}

.headroom {
	transition: transform .25s ease-in-out;
	will-change: transform
}

.headroom--unpinned {
	transform: translateY(-100%)
}

.headroom--pinned {
	transform: translateY(0)
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-menu-icon {
	display: none
}

.burger-menu {
	width: 20px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
	transition: transform 330ms ease-out
}

.burger-menu.menu-open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.line-menu {
	background-color: #222;
	border-radius: 2px;
	width: 100%;
	height: 3px
}

.line-menu.line-half {
	width: 50%
}

.line-menu.first-line {
	transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transform-origin: right
}

.menu-open .line-menu.first-line {
	-webkit-transform: rotate(-90deg) translateX(3px);
	-moz-transform: rotate(-90deg) translateX(3px);
	-o-transform: rotate(-90deg) translateX(3px);
	transform: rotate(-90deg) translateX(3px)
}

.line-menu.last-line {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transform-origin: left
}

.menu-open .line-menu.last-line {
	-webkit-transform: rotate(-90deg) translateX(-3px);
	-moz-transform: rotate(-90deg) translateX(-3px);
	-o-transform: rotate(-90deg) translateX(-3px);
	transform: rotate(-90deg) translateX(-3px)
}

.header-menu-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.header-menu-wrap ul li {
	display: inline-block;
	position: relative;
	font-size: 13px;
}

.header-menu-wrap ul li>a {
	display: block;
	
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #263a4f;
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased
}

.header-menu-wrap ul li:hover>a {
	color: rgb(99, 73, 117)
}

.header-menu-wrap li ul {
	background-color: #fff;
	display: block;
	width: 250px;
	padding: 30px 0;
	-webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07);
	box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07);
	position: absolute;
	left: -35px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	-o-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease
}

.header-menu-wrap li:hover>ul {
	opacity: 1;
	visibility: visible;
	z-index: 99
}

.header-menu-wrap li li {
	display: block;
	padding: 0 35px;
	margin-bottom: 5px;
	text-align: left;
	position: relative
}

.header-menu-wrap li li:last-child {
	margin: 0
}

.header-menu-wrap li li>a {
	display: block;
	height: auto;
	line-height: inherit;
	color: #263a4f;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2.5;
	text-transform: capitalize;
	padding: 1px 8px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased
}

.header-menu-wrap li li:hover>a {
	color: rgb(99, 73, 117)!important;
	background-color: #f9f9f9
}

.header-menu-wrap li ul li ul {
	width: 250px;
	position: absolute;
	left: 100%;
	top: 0
}

@media(min-width:993px) {
	.header-menu-wrap li ul {
		display: block!important
	}
}

@media(max-width:992px) {
	.headroom--top .header-menu-wrap,
	.headroom--unpinned .header-menu-wrap {
		display: none!important
	}
	.dropdown-plus {
		width: 49px;
		height: 49px;
		line-height: 49px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer
	}
	.dropdown-plus:before,
	.dropdown-plus:after {
		position: absolute;
		content: '';
		top: 24px;
		right: 18px;
		width: 13px;
		height: 1px;
		background-color: #222
	}
	.dropdown-plus:after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.dropdown-plus.dropdown-open:after {
		display: none
	}
	.mobile-menu-icon {
		display: block
	}
	.header-menu-wrap {
		display: none;
		background-color: #fff;
		width: 100%;
		height: auto;
		padding: 0 20px;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 999
	}
	.header-menu-wrap ul li {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .04)
	}
	.header-menu-wrap ul li:first-child {
		border-top: 1px solid rgba(0, 0, 0, .04)
	}
	.header-menu-wrap ul li>a {
		padding: 10px 15px;
		height: inherit;
		line-height: inherit
	}
	.header-menu-wrap ul li ul li ul,
	.header-menu-wrap ul li ul {
		background-color: transparent;
		width: 100%;
		opacity: 1;
		padding: 0;
		visibility: visible;
		position: inherit;
		display: none;
		top: inherit;
		left: inherit;
		box-shadow: none
	}
	.header-menu-wrap li li {
		padding-left: 11px
	}
	.header-menu-wrap li li:last-child {
		border-bottom: none
	}
	.header-menu-wrap li li>a {
		color: #263a4f;
		font-size: 13px
	}
	.header-menu-wrap li li:hover>a {
		color: #666
	}
}

@media(max-width:580px) {
	.header-right a.menu-btn {
		line-height: 40px;
		font-size: 10px;
		padding: 0 25px
	}
	.primary-header .header-logo {
		max-width: 150px
	}
}

.primary-header-inner .header-right {
	display: flex;
	align-items: center;
	line-height: 80px;
	margin-left: 20px
}

.header-right .mobile-menu-icon {
	margin-left: 20px
}

.header-right a.menu-btn {
	background-color: rgb(99, 73, 117);
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 20px
}

.header-right a.menu-btn:hover {
	background-color: rgb(99, 73, 117);
	opacity: .8;
	color: #fff
}

.primary-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}

.primary-header .header-logo {
	max-width: 180px
}

.viewport-lg .primary-header .header-menu-wrap {
	display: block!important
}

.about-section {}

.about-wrap {
	display: flex;
	align-items: center
}

.about-content {}

.about-content h2 {
	margin-bottom: 20px
}

.about-content p {
	margin-bottom: 30px
}

.about-promo {
	padding-left: 80px
}

.about-promo .about-promo-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.about-promo .about-promo-item:last-child {
	margin-bottom: 0
}

.about-promo .about-promo-item i {
	font-size: 70px;
	color: rgb(99, 73, 117);
	margin-right: 30px
}

.service-section {
	position: relative;
	z-index: 1
}

.service-section .dark-bg {
	position: absolute;
	background-color: #232427;
	width: 100%;
	height: 350px;
	left: 0;
	top: 0;
	z-index: -2;
	padding-top: 80px
}

.service-section:before {
	background-image: url(../img/map-pattern.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}
.label-container {
    position: fixed;
    bottom: 48px;
    right: 45px;
    z-index: 999;
}
.fixicon {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 210px;
    background-color: #00d01b;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
.footlk {
    list-style-type: none!important;
}
.footlk li {
    color: #fff;
    margin-top: 6px;
}
.my-float {
    font-size: 18px;
    margin-top: 12px;
    color: #fff;
}
.gmailcon {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 160px;
    background-color: #d44638;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
.float-call {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 110px;
    background-color: #1a72e8;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
.abtus
{
	padding-top: 15px;
}
.section-heading.dark-background h2 {
	color: #fff
}

.section-heading.dark-background span {
	color: #ddd
}

.service-item {
	background-color: #fff;
	padding: 40px 20px;
	border-right: 1px solid rgba(0, 0, 0, .03);
	transition: all .2s ease-in-out;
	text-align: center;
	position: relative;
	z-index: 1
}
.serviceitemheight
{
height:340px!important;
}
.service-item .service-icon {
	color: rgb(99, 73, 117);
	font-size: 60px;
	margin-bottom: 10px
}

.service-item .overlay-icon {
	position: absolute;
	left: 50%;
	bottom: 50%;
	font-size: 130px;
	color: rgb(99, 73, 117);
	opacity: .09;
	transform: translate(-50%, 50%);
	z-index: -1
}

.service-item h3 {
	font-size: 18px
}

.service-item .read-more {
	color: #263a4f;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative
}

.service-item .read-more:hover {
	opacity: .8
}

.service-item:hover {
	background-color: rgb(99, 73, 117);
	transition: all .2s ease-in-out
}

.service-item:hover h3,
.service-item:hover .service-icon,
.service-item:hover .overlay-icon,
.service-item:hover p,
.service-item:hover .read-more {
	color: #fff;
	transition: all .2s ease-in-out
}

.service-carousel {
	position: relative
}

.service-carousel .owl-nav {}

.service-carousel .owl-nav div {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	left: -70px;
	top: calc(50% - 20px);
	background-color: #fff;
	color: #263a4f;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.service-carousel .owl-nav div.owl-next {
	left: auto;
	right: -70px
}

.service-section.section-2 {
	position: relative;
	z-index: 1;
	padding-bottom: 100px
}

.service-section.section-2 .dots {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

.service-content {}

.service-content span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block
}

.service-content h2 {
	margin-bottom: 20px
}

.service-content p {
	margin-bottom: 30px
}

.services-list .offset-top {
	transform: translateY(30px)
}

.services-list .service-item {
	text-align: left
}

.services-list .service-item i {
	font-size: 50px;
	color: rgb(99, 73, 117);
	margin-bottom: 10px;
	display: block
}

.services-list .service-item:hover i {
	color: #fff
}

.services-list .service-item h3 {
	margin: 0 0 5px
}

.services-list .service-item p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0
}

.promo-section {}

.promo-wrap {}

.promo-item {
	padding: 30px 15px
}

.promo-item h3 {
	font-size: 18px;
	margin: 0 0 5px
}

.promo-item i {
	display: block;
	font-size: 50px;
	color: rgb(99, 73, 117);
	margin-bottom: 10px
}

.promo-item p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0
}

.work-pro-section {
	background-image: url(../img/d-slide-6.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.work-pro-section:before {
	background-color: rgba(35, 36, 39, .4);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.work-pro-item {}

.work-pro-item .number {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgb(99, 73, 117);
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1
}

.work-pro-item .number-line {
	background-color: rgba(255, 255, 255, .08);
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 25px;
	left: 150px;
	z-index: -1
}

.work-pro-item h3 {
	color: #fff;
	font-size: 18px
}

.work-pro-item p {
	color: #ddd;
	margin: 0
}

.projects-section {}

.projects-section .container-fluid {
	padding: 0
}

.projects-carousel {}

.project-item {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.project-item img {
	width: 100%
}

.project-item .overlay {
	background-color: rgba(255, 118, 7, .8);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 1
}

.project-item:hover .overlay {
	visibility: visible;
	opacity: 1;
	cursor: pointer;
	transition: all 300ms ease
}

.projects-content {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 30px;
	z-index: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .4s cubic-bezier(.37, .31, .2, .85);
	transition: all .4s cubic-bezier(.37, .31, .2, .85)
}

.project-item:hover .projects-content {
	transform: translateY(0)
}

.project-item .tittle:hover {
	text-decoration: underline
}

.projects-content .category {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 15px;
	color: #fff;
	display: block
}

.projects-content .tittle {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0;
	display: block
}

.project-item .view-icon {
	position: absolute;
	width: auto;
	height: auto;
	right: 40px;
	top: 30px;
	display: block;
	font-size: 25px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease
}

.project-item:hover .view-icon {
	cursor: pointer;
	right: 20px;
	visibility: visible;
	opacity: 1;
	z-index: 1
}

.projects-carousel {
	position: relative
}

.projects-carousel .owl-nav {}

.projects-carousel .owl-nav div {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	left: -70px;
	top: calc(50% - 20px);
	background-color: #fff;
	color: #263a4f;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.projects-carousel .owl-nav div.owl-next {
	left: auto;
	right: -70px
}

.project-single-section {
	position: relative;
	z-index: 1
}

.project-single-section .dots {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

.project-single-content {
	background-color: #fff;
	padding-left: 30px
}

.project-single-content p,
.project-single-content h2 {
	margin-bottom: 20px
}

.project-single-content .project-details li {
	line-height: 40px
}

.project-single-content .project-details span {
	text-transform: uppercase;
	font-weight: 600;
	color: #263a4f;
	font-size: 14px;
	letter-spacing: 0;
	width: 150px;
	display: inline-block
}

.cta-section {
	background-image: url(../img/cta-bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.cta-section:before {
	background-color: rgba(35, 36, 39, .8);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.cta-content {}

.cta-content span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	color: #ddd
}

.cta-content h2 {
	color: #fff;
	font-size: 42px;
	line-height: 46px;
	margin-bottom: 30px
}

.content-section {}

.content-wrap {
	display: flex;
	align-items: center
}

.content-wrap img {
	border-radius: 5px
}

.content-info {}

.content-info span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block
}

.content-info h2 {
	margin-bottom: 20px
}

.content-info p {
	margin-bottom: 30px
}

.counter-section {
	background-image: url(../img/counter-bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.counter-section:before {
	background-color: rgba(35, 36, 39, .8);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.counter-content {
	text-align: center
}

.counter-content .counter {
	color: rgb(99, 73, 117);
	font-size: 48px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	display: block;
	margin: 0 0 10px
}

.counter-content h4 {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	display: block;
	text-transform: uppercase
}

.team-section {
	position: relative;
	z-index: 1
}

.team-section .dots {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

.team-wrap .col-lg-3 {
	padding: 0
}

.team-item {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.team-item img {
	width: 100%
}

.team-item .team-content {
	display: block
}

.team-item .team-content h3 {
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	bottom: -58px;
	background-color: #fff;
	box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15);
	transform: rotate(-90deg);
	transform-origin: 0 0;
	padding: 10px 15px;
	font-size: 16px;
	z-index: 2
}

.bg-dark .team-item .team-content h3 {
	color: #263a4f
}

.team-item .team-content span {
	position: absolute;
	width: auto;
	height: auto;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px 10px;
	background-color: rgb(99, 73, 117);
	box-shadow: 0 14px 70px -10px rgba(0, 0, 0, .15);
	text-transform: uppercase;
	font-weight: 600;
	z-index: 2
}

.team-item .team-social {
	position: absolute;
	width: auto;
	height: auto;
	right: 20px;
	top: 20px;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	transition: all .3s linear
}

.team-item .team-social li {
	transform: translateX(100px);
	transition: all .3s linear
}

.team-item .team-social li:nth-child(1) {
	transition-delay: 0ms
}

.team-item .team-social li:nth-child(2) {
	transition-delay: 100ms
}

.team-item .team-social li:nth-child(3) {
	transition-delay: 150ms
}

.team-item .team-social li:nth-child(4) {
	transition-delay: 200ms
}

.team-item:hover .team-social li {
	transform: translateX(0)
}

.team-item .team-social li a {
	color: #fff;
	margin-bottom: 10px;
	display: block
}

.team-item:hover img {
	transform: scale(1.08);
	cursor: pointer
}

.team-item:hover .team-social {
	visibility: visible;
	opacity: 1
}

.team-item .overlay {
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0
}

.team-item:hover .overlay {
	visibility: visible;
	opacity: 1
}

.testimonial-section {
	position: relative;
	z-index: 1
}

.testimonial-section .dots {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

.testi-item img {
	width: 100px!important;
	height: 100px;
	line-height: 100px;
	border-radius: 50%
}

.testi-content {
	padding-left: 20px
}

.testi-content h3 {
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	margin: 0
}

.testi-content span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.testi-item {
	background-color: #fff;
	position: relative;
	padding: 30px;
	border-left: 4px solid rgb(99, 73, 117);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.testi-item .fa-quote-right {
	position: absolute;
	right: 30px;
	bottom: 25px;
	font-size: 50px;
	color: rgb(99, 73, 117);
	opacity: .5
}

.testi-content .rattings {
	display: inline-block;
	margin-left: 5px
}

.testi-content .rattings li {
	display: inline-block
}

.testi-content .rattings li i {
	font-size: 10px;
	color: rgb(99, 73, 117);
	display: inline-block
}

.owl-controls .owl-dots {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -50px;
	text-align: center
}

.owl-controls .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 1px;
	background-color: #555;
	margin: 0 3px;
	position: relative;
	text-align: center
}

.owl-controls .owl-dots .owl-dot.active {
	background-color: rgb(99, 73, 117)
}

.page-header {
	background-image: url(../img/page-header.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1
}

.page-header:before {
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.page-content {}

.page-content h2 {
	color: #fff;
	font-size: 36px
}

.page-content p {
	color: #ddd;
	margin: 0
}

.error-section {}

.error-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center
}

.error-content img {
	max-width: 100%
}

.error-content .error-info {
	padding-left: 50px;
	text-align: center
}

.error-content .error-info h2 {
	font-size: 200px;
	line-height: 200px;
	letter-spacing: -10px
}

.error-content .error-info a {
	color: #263a4f;
	font-weight: 600;
	text-decoration: underline
}

.error-content .error-info a:hover {
	color: rgb(99, 73, 117)
}

.contact-section {
	position: relative;
	z-index: 1
}

.contact-section .dots {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

.contact-info h3 {
	line-height: 28px
}

.contact-info h4 {
	font-size: 15px;
	line-height: 28px
}

.contact-info span {
	text-transform: uppercase;
	margin-right: 5px
}

.form-control {
	background-color: #fff;
	border-radius: 0;
	padding: 15px 10px;
	box-shadow: none
}

.form-control:focus {
	border-color: rgb(99, 73, 117);
	box-shadow: none;
	outline: none
}

#form-messages {
	display: none
}

#form-messages.alert-danger,
#form-messages.alert-success {
	display: block
}

#google-map {
	width: 100%;
	height: 400px
}

.blog-section {}

.blog-section.bg-dark .dots {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

.blog-item .blog-thumb {
	position: relative
}

.blog-item .blog-thumb .category {
	background-color: rgb(99, 73, 117);
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	bottom: 0
}

.blog-item .blog-thumb .category a {
	color: #fff
}

.blog-item .blog-thumb img {
	width: 100%;
	margin: 0
}

.blog-content {
	background-color: #f9fafa;
	padding: 30px
}

.blog-content h3 {
	line-height: 24px
}

.blog-content h3 a {
	color: #263a4f;
	font-size: 18px;
	line-height: 24px
}

.blog-content h3 a:hover {
	color: rgb(99, 73, 117)
}

.blog-content .read-more {
	color: #263a4f;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-left: 30px;
	transition: all 200ms linear 0ms
}

.blog-content .read-more:before {
	background-color: rgb(99, 73, 117);
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	transition: all 200ms linear 0ms
}

.blog-content .read-more:hover {
	color: rgb(99, 73, 117);
	padding-left: 40px
}

.blog-content .read-more:hover:before {
	width: 30px
}

.pagination-wrap {}

.pagination-wrap li {
	display: inline-block;
	margin: 0 5px
}

.pagination-wrap.text-left li {
	margin: 0 10px 0 0
}

.pagination-wrap li a {
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #263a4f;
	font-weight: 600;
	border-radius: 2px
}

.pagination-wrap li a:hover {
	background-color: rgb(99, 73, 117);
	color: #fff;
	opacity: 1;
	text-decoration: none
}

.pagination-wrap li a.active {
	background-color: rgb(99, 73, 117);
	border: 1px solid rgb(99, 73, 117);
	color: #fff
}

.sidebar-wrap {
	padding-left: 40px
}

.sidebar-wrap .widget-content {
	margin-bottom: 40px
}

.sidebar-wrap .widget-content h4 {
	position: relative;
	margin-bottom: 30px
}

.sidebar-wrap .widget-content h4:before {
	background-color: rgb(99, 73, 117);
	position: absolute;
	content: "";
	width: 20%;
	height: 3px;
	left: 0;
	bottom: -5px
}

.sidebar-wrap .widget-content .widget-links li a:hover {
	text-decoration: underline
}

.search-form {
	position: relative;
	margin-left: -2px
}

.search-form .form-control {
	background-color: #f5f5f5;
	box-shadow: none;
	width: 100%;
	display: block;
	border: 1px solid #e5e5e5;
	color: #263a4f;
	height: auto;
	padding: 15px 20px;
	border-radius: 2px;
	padding-right: 60px
}

.search-form .search-btn {
	background-color: transparent;
	font-size: 15px;
	color: #263a4f;
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 10px 0;
	opacity: .6
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	opacity: 1;
	cursor: pointer
}

.search-form input::-webkit-input-placeholder {
	color: #8d9aa8!important
}

.search-form input:-moz-placeholder {
	color: #8d9aa8!important
}

.search-form input::-moz-placeholder {
	color: #8d9aa8!important
}

.search-form input:-ms-input-placeholder {
	color: #8d9aa8!important
}

.thumb-post {}

.thumb-post li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: top;
	margin-bottom: 20px
}

.thumb-post li:last-child {
	margin-bottom: 0
}

.thumb-post li img {
	width: 100px;
	display: block
}

.thumb-post li a {
	font-size: 15px;
	font-weight: 600;
	color: #263a4f;
	padding-left: 15px;
	letter-spacing: -.5px
}

.thumb-post li a:hover {
	color: rgb(99, 73, 117);
	text-decoration: underline
}

.widget-content .tags {}

.widget-content .tags li {
	display: inline-block
}

.widget-content .tags li a {
	display: inline-block;
	background-color: rgb(99, 73, 117);
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	margin: 3px
}

.widget-content .tags li a:hover {
	background-color: #263a4f;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.blog-thumb {}

.blog-thumb img {
	margin-bottom: 20px
}

.blog-single-content {}

.blog-single-content h2 a {
	font-size: 28px;
	color: #263a4f
}

.blog-single-content h2 a:hover {
	color: rgb(99, 73, 117)
}

.single-post-meta {
	margin-bottom: 20px
}

.single-post-meta li {
	display: inline-block;
	margin-right: 20px
}

.single-post-meta li i {
	font-size: 12px;
	color: rgb(99, 73, 117);
	margin-right: 5px
}

.single-post-meta li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #263a4f
}

blockquote {
	background-color: #f5f5f5;
	padding: 40px;
	border-left: 4px solid rgb(99, 73, 117);
	margin: 30px 0;
	position: relative;
	z-index: 1
}

blockquote .dots {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

blockquote p {
	color: #263a4f;
	font-size: 20px
}

blockquote span {
	display: block;
	margin-top: 20px;
	color: #263a4f
}

.post-tags {
	margin-top: 30px
}

.post-tags li {
	display: inline-block
}

.post-tags li a {
	display: inline-block;
	background-color: rgb(99, 73, 117);
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	margin: 3px
}

.post-tags li a:hover {
	background-color: #263a4f;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.author-box {
	display: flex;
	align-items: center;
	padding: 30px;
	margin-top: 30px;
	border-left: 4px solid rgb(99, 73, 117)
}

.author-box img {
	border-radius: 50%
}

.author-info {
	padding-left: 30px
}

.author-info h3 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px
}

.author-box .social-icon {}

.author-box .social-icon li {
	display: inline-block;
	margin-right: 8px
}

.author-box .social-icon li a {
	font-size: 14px;
	color: #263a4f
}

.author-box .social-icon li a:hover {
	color: rgb(99, 73, 117)
}

.post-navigation {
	border: 1px solid #e5e5e5;
	margin-top: 40px;
	margin-left: 0;
	margin-right: 0
}

.post-navigation .col {
	padding: 20px
}

.post-navigation .col:not(:last-of-type) {
	border-right: 1px solid rgba(17, 17, 17, .04)
}

.post-navigation .col a {
	color: #263a4f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center
}

.post-navigation .col.next-post a {
	justify-content: flex-end
}

.post-navigation .col i {
	display: inline-block;
	font-size: 14px
}

.post-navigation .ti-arrow-left {
	margin-right: 10px
}

.post-navigation .ti-arrow-right {
	margin-left: 10px
}

.post-navigation .col a:hover {
	color: rgb(99, 73, 117)
}

.post-navigation .col.prev-post .fa {
	margin-right: 10px
}

.post-navigation .col.next-post .fa {
	margin-left: 10px
}

.blog-single-wrap .comments-area {
	margin-top: 40px
}

.blog-single-wrap .comments-area .comments {
	border-bottom: 0
}

.blog-single-wrap .comments-area li>div {
	border-bottom: 1px solid rgba(17, 17, 17, .05);
	padding: 35px
}

.blog-single-wrap .comments-area ol {
	list-style-type: none;
	padding-left: 0
}

.blog-single-wrap .comments-area ol ul {
	padding-left: 30px;
	list-style-type: none;
	margin: 0
}

.blog-single-wrap .comments-area ol>li:last-child div {
	border-bottom: 0
}

.blog-single-wrap .comments-area .comments-title {
	font-size: 22px;
	font-weight: 600
}

.blog-single-wrap .comments-area li>div {
	position: relative
}

.blog-single-wrap .comments-area .comment-thumb {
	position: absolute;
	left: 35px
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
	border-radius: 50%
}

.blog-single-wrap .comments-area .comment-main-area {
	padding-left: 100px
}

.blog-single-wrap .comments-area .comment-main-area p {
	margin-bottom: 20px
}

.blog-single-wrap .comments-area .comments-meta h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -1px
}

.blog-single-wrap .comments-area .comments-meta h4 span {
	font-weight: 600;
	text-transform: none;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 5px
}

.blog-single-wrap .comments-area .comment-reply-link {
	font-size: 12px;
	font-weight: 600;
	color: rgb(99, 73, 117);
	display: inline-block;
	text-transform: uppercase;
	padding-left: 35px;
	position: relative
}

.blog-single-wrap .comments-area .comment-reply-link:before {
	background-color: rgb(99, 73, 117);
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px)
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
	text-decoration: underline
}

.blog-single-wrap .comment-respond {}

.blog-single-wrap .comment-respond .comment-reply-title {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 20px
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 50px;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all .3s
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
	border-color: rgb(99, 73, 117)
}

.blog-single-wrap .comment-respond form textarea {
	height: 200px;
	padding: 15px
}

.blog-single-wrap .comment-respond .form-inputs {
	overflow: hidden
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
	width: 49%;
	float: left
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
	width: 49%;
	float: right
}

.blog-single-wrap .comment-respond .form-submit input {
	max-width: 180px;
	background-color: rgb(99, 73, 117);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 0;
	text-transform: uppercase
}

.blog-single-wrap .comment-respond .form-submit input:hover {
	opacity: .9
}

.sponsor-section {
	padding: 50px 0;
	position: relative;
	z-index: 1
}

.sponsor-section .dots {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg-dots.webp) 0 0 repeat;
	z-index: -1
}

.sponsor-item {}

.sponsor-item img {
	opacity: .5
}

.sponsor-item:hover img {
	opacity: 1;
	cursor: pointer
}

.widget-section {
	background-color: #232427;
	border-bottom: 1px solid #333
}

.widget-content {}

.widget-content img {
	margin-bottom: 20px
}

.widget-section .widget-content h4 {
	color: #fff
}

.widget-content p {}



.widget-content .widget-links {}

.widget-content .widget-links li {}

.widget-content .widget-links li a {
	color: #8d9aa8;
	line-height: 1.9
}

.widget-content .widget-links li a:hover {
	color: rgb(99, 73, 117);
	text-decoration: underline
}

.subscribe-form {
	position: relative
}

.subscribe-form .form-input {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 50px;
	padding: 10px;
	padding-right: 140px;
	border-radius: 2px
}

.subscribe-form .submit-btn {
	background-color: rgb(99, 73, 117);
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	line-height: 50px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: .5px;
	padding: 0 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.footer-section {
	background-color: #232427;
	display: block;
	color: #fff;
	text-align: center;
	padding: 25px 0
}

.footer-section p {
	font-size: 12px;
	color: #ababc7;
	margin: 0
}

#scroll-to-top {
	background-color: rgb(99, 73, 117);
	display: none;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	line-height: 45px;
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999
}

#scroll-to-top:hover {
	background-color: rgb(99, 73, 117);
	color: #fff;
	opacity: .8
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}
.slider-content-wrap {
	height: 650px
}

.dl-slider .overlay {
	background-color: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.dl-slider .bg-img {
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1
}

.hmframe {
	height: 400px;
	width: 100%;
}

.copyrights {
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
	background-color: #393939;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

.text-purple {
	color: #634975;
}

.footer-company-name {
	font-size: 18px;
}

.social-list li {
	display: inline-block;
	margin: 0px;
	margin-right: 5px;
}

.social-list li a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 36px;
	border-radius: 100%;
	border: 0px solid #ffffff;
	text-align: center;
	font-size: 16px;
	color: white;
}

.facebook {
	background-color: #3B5998;
}

.pd {
	margin-top: .7rem!important;
	margin-left: .4rem!important;
}

.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.googlePlus {
	background-color: #E00022;
}

.twitter {
	background-color: #55ACEE;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.dl-slider .dl-caption {
	color: #fff;
}

.dl-slider .dl-caption .inner-layer {
	display: inline-block;
	overflow: hidden
}

.dl-slider .owl-item.active .dl-caption {
	visibility: visible
}

.dl-slider .dl-caption.medium {
	white-space: nowrap;
	font-size: 35px;
	letter-spacing: 0;
	line-height: 26px;
	height: 26px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	min-height: 0;
	min-width: 0;
	max-height: none;
	max-width: none;
	opacity: 1;
	margin-bottom: 10px
}

.dl-slider .dl-caption.big {
	white-space: nowrap;
	font-size: 24px;
	line-height: 50px;
	font-weight: 600;
	color: rgb(255, 255, 255, .8);
	letter-spacing: -1px;
	height: 50px
}

.dl-slider .slider-content {
	position: relative
}

.dl-slider .dl-caption.small {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.2px;
	line-height: 26px;
	color: #fff;
	margin-top: 5px
}

.dl-slider .dl-btn-group {
	margin-top: 25px;
	overflow: hidden
}

.dl-slider .dl-btn {
	background-color: rgb(99, 73, 117);
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 12;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	display: inline-block;
	padding: 0 30px;
	line-height: 45px;
	border-radius: 3px
}

.dl-slider .dl-btn i {
	margin-left: 5px;
	line-height: 45px
}

.dl-slider .dl-btn:hover {
	background-color: #fff;
	color: #000;
	transition: all .2s ease-in-out
}

@media only screen and (max-width:992px) {
	.slider-content-wrap {
		height: 400px
	}
	.dl-slider .dl-caption.medium {
		font-size: 12px
	}
	.dl-slider .dl-caption.big {
		font-size: 28px;
		line-height: 30px;
		height: 30px;
		letter-spacing: -1px
	}
	.dl-slider .dl-caption.small {
		font-size: 12px;
		line-height: 20px
	}
	.dl-slider .dl-btn-group {
		margin-top: 10px
	}
	.dl-slider .dl-btn {
		line-height: 45px;
		padding: 0 35px;
		font-size: 12px
	}
	.dl-slider.owl-carousel div.owl-nav button {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 10px
	}
	.dl-slider .dl-caption.dl-border {
		display: none!important
	}
}

@media only screen and (max-width:520px) {
	.dl-slider .dl-caption.big {
		font-size: 24px;
		letter-spacing: -.5px
	}
	.dl-slider .dl-caption.small br {
		display: none
	}
}

.dl-slider .slick-dots {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	margin: 0;
	list-style: none
}

.dl-slider .slick-dots li {
	display: inline-block;
	margin: 0 6px
}

.dl-slider .slick-dots li button {
	background-color: rgba(255, 255, 255, .7);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -99999px;
	padding: 0;
	transition: all .3s ease-in-out;
	cursor: pointer
}

.dl-slider .slick-dots li button:focus,
.dl-slider .slick-dots li button:active {
	outline: none
}

.dl-slider .slick-dots li.slick-active button {
	background-color: rgb(99, 73, 117);
	transition: all .3s ease-in-out
}

.dl-slider.vertical-dots .slick-dots {
	width: auto;
	height: auto;
	bottom: 50%;
	left: auto;
	right: 50px;
	transform: translateY(50%)
}

.dl-slider.vertical-dots .slick-dots li {
	display: block;
	margin: 5px 0
}

.dl-slider .slick-arrow {
	background-color: rgba(0, 0, 0, .4);
	color: #ddd;
	font-size: 14px;
	width: 40px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 1;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.dl-slider .slick-arrow.slick-next {
	left: auto;
	right: 0
}

.dl-slider .slick-arrow:hover {
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	transition: all .3s ease-in-out
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-expand {
	0% {
		letter-spacing: -8px;
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		opacity: 1
	}
}

@keyframes tracking-in-expand {
	0% {
		letter-spacing: -8px;
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		opacity: 1
	}
}

.tracking-in-expand-fwd {
	-webkit-animation: tracking-in-expand-fwd .8s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-expand-fwd .8s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-expand-fwd {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes tracking-in-expand-fwd {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-700px);
		transform: translateZ(-700px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.tracking-in-expand-fwd-top {
	-webkit-animation: tracking-in-expand-fwd-top .8s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-expand-fwd-top .8s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-expand-fwd-top {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-700px) translateY(-500px);
		transform: translateZ(-700px) translateY(-500px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

@keyframes tracking-in-expand-fwd-top {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-700px) translateY(-500px);
		transform: translateZ(-700px) translateY(-500px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

.tracking-in-expand-fwd-bottom {
	-webkit-animation: tracking-in-expand-fwd-bottom .8s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-expand-fwd-bottom .8s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-expand-fwd-bottom {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-700px) translateY(500px);
		transform: translateZ(-700px) translateY(500px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

@keyframes tracking-in-expand-fwd-bottom {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-700px) translateY(500px);
		transform: translateZ(-700px) translateY(500px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

.tracking-in-contract {
	-webkit-animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-contract {
	0% {
		letter-spacing: 1em;
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		letter-spacing: normal;
		opacity: 1
	}
}

@keyframes tracking-in-contract {
	0% {
		letter-spacing: 1em;
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		letter-spacing: normal;
		opacity: 1
	}
}

.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-contract-bck 1s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px);
		transform: translateZ(400px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes tracking-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px);
		transform: translateZ(400px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.tracking-in-contract-bck-top {
	-webkit-animation: tracking-in-contract-bck-top 1s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-contract-bck-top 1s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-contract-bck-top {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(-300px);
		transform: translateZ(400px) translateY(-300px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

@keyframes tracking-in-contract-bck-top {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(-300px);
		transform: translateZ(400px) translateY(-300px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

.tracking-in-contract-bck-bottom {
	-webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(.215, .61, .355, 1) both;
	animation: tracking-in-contract-bck-bottom 1s cubic-bezier(.215, .61, .355, 1) both
}

@-webkit-keyframes tracking-in-contract-bck-bottom {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(300px);
		transform: translateZ(400px) translateY(300px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

@keyframes tracking-in-contract-bck-bottom {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px) translateY(300px);
		transform: translateZ(400px) translateY(300px);
		opacity: 0
	}
	40% {
		opacity: .6
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both;
	animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both
}

@-webkit-keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1
	}
}

@keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1
	}
}

.focus-in-expand {
	-webkit-animation: focus-in-expand .8s cubic-bezier(.25, .46, .45, .94) both;
	animation: focus-in-expand .8s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes focus-in-expand {
	0% {
		letter-spacing: -.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1
	}
}

@keyframes focus-in-expand {
	0% {
		letter-spacing: -.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1
	}
}

.focus-in-expand-fwd {
	-webkit-animation: focus-in-expand-fwd .8s cubic-bezier(.25, .46, .45, .94) both;
	animation: focus-in-expand-fwd .8s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes focus-in-expand-fwd {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-800px);
		transform: translateZ(-800px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1
	}
}

@keyframes focus-in-expand-fwd {
	0% {
		letter-spacing: -.5em;
		-webkit-transform: translateZ(-800px);
		transform: translateZ(-800px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1
	}
}

.focus-in-contract {
	-webkit-animation: focus-in-contract .7s cubic-bezier(.25, .46, .45, .94) both;
	animation: focus-in-contract .7s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes focus-in-contract {
	0% {
		letter-spacing: 8px;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1
	}
}

@keyframes focus-in-contract {
	0% {
		letter-spacing: 8px;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1
	}
}

.focus-in-contract-bck {
	-webkit-animation: focus-in-contract-bck 1s cubic-bezier(.25, .46, .45, .94) both;
	animation: focus-in-contract-bck 1s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes focus-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(12px);
		transform: translateZ(12px);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1
	}
}

@keyframes focus-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(12px);
		transform: translateZ(12px);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1
	}
}

.slide-in-top {
	-webkit-animation: slide-in-top .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-in-top .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.slide-in-right {
	-webkit-animation: slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.slide-in-left {
	-webkit-animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	animation: bounce-in-top 1.1s both
}

@-webkit-keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.bounce-in-right {
	-webkit-animation: bounce-in-right 1.1s both;
	animation: bounce-in-right 1.1s both
}

@-webkit-keyframes bounce-in-right {
	0% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateX(68px);
		transform: translateX(68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateX(32px);
		transform: translateX(32px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes bounce-in-right {
	0% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateX(68px);
		transform: translateX(68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateX(32px);
		transform: translateX(32px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.bounce-in-bottom {
	-webkit-animation: bounce-in-bottom 1.1s both;
	animation: bounce-in-bottom 1.1s both
}

@-webkit-keyframes bounce-in-bottom {
	0% {
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateY(65px);
		transform: translateY(65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateY(28px);
		transform: translateY(28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes bounce-in-bottom {
	0% {
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateY(65px);
		transform: translateY(65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateY(28px);
		transform: translateY(28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.bounce-in-left {
	-webkit-animation: bounce-in-left 1.1s both;
	animation: bounce-in-left 1.1s both
}

@-webkit-keyframes bounce-in-left {
	0% {
		-webkit-transform: translateX(-600px);
		transform: translateX(-600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateX(-68px);
		transform: translateX(-68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateX(-28px);
		transform: translateX(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes bounce-in-left {
	0% {
		-webkit-transform: translateX(-600px);
		transform: translateX(-600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateX(-68px);
		transform: translateX(-68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateX(-28px);
		transform: translateX(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.bounce-in-fwd {
	-webkit-animation: bounce-in-fwd 1.1s both;
	animation: bounce-in-fwd 1.1s both
}

@-webkit-keyframes bounce-in-fwd {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: scale(.84);
		transform: scale(.84);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes bounce-in-fwd {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: scale(.84);
		transform: scale(.84);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.bounce-in-bck {
	-webkit-animation: bounce-in-bck 1.1s both;
	animation: bounce-in-bck 1.1s both
}

@-webkit-keyframes bounce-in-bck {
	0% {
		-webkit-transform: scale(7);
		transform: scale(7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes bounce-in-bck {
	0% {
		-webkit-transform: scale(7);
		transform: scale(7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.fade-in-fwd {
	-webkit-animation: fade-in-fwd .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-fwd .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-fwd {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes fade-in-fwd {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.fade-in-bck {
	-webkit-animation: fade-in-bck .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-bck .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-bck {
	0% {
		-webkit-transform: translateZ(80px);
		transform: translateZ(80px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes fade-in-bck {
	0% {
		-webkit-transform: translateZ(80px);
		transform: translateZ(80px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.fade-in-top {
	-webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.fade-in-tr {
	-webkit-animation: fade-in-tr .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-tr .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-tr {
	0% {
		-webkit-transform: translateX(50px) translateY(-50px);
		transform: translateX(50px) translateY(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-tr {
	0% {
		-webkit-transform: translateX(50px) translateY(-50px);
		transform: translateX(50px) translateY(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

.fade-in-right {
	-webkit-animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.fade-in-br {
	-webkit-animation: fade-in-br .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-br .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-br {
	0% {
		-webkit-transform: translateX(50px) translateY(50px);
		transform: translateX(50px) translateY(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-br {
	0% {
		-webkit-transform: translateX(50px) translateY(50px);
		transform: translateX(50px) translateY(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.fade-in-bl {
	-webkit-animation: fade-in-bl .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-bl .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-bl {
	0% {
		-webkit-transform: translateX(-50px) translateY(50px);
		transform: translateX(-50px) translateY(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-bl {
	0% {
		-webkit-transform: translateX(-50px) translateY(50px);
		transform: translateX(-50px) translateY(50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

.fade-in-left {
	-webkit-animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.fade-in-tl {
	-webkit-animation: fade-in-tl .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-tl .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-tl {
	0% {
		-webkit-transform: translateX(-50px) translateY(-50px);
		transform: translateX(-50px) translateY(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-tl {
	0% {
		-webkit-transform: translateX(-50px) translateY(-50px);
		transform: translateX(-50px) translateY(-50px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

.dl-slider .slick-current.slick-active .kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out both;
	animation: kenburns-top 5s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%
	}
	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top
	}
}

@keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%
	}
	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top
	}
}

.dl-slider .slick-current.slick-active .kenburns-top-right {
	-webkit-animation: kenburns-top-right 10s ease-out both;
	animation: kenburns-top-right 10s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-top-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 16%;
		transform-origin: 84% 16%
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, -15px);
		transform: scale(1.25) translate(20px, -15px);
		-webkit-transform-origin: right top;
		transform-origin: right top
	}
}

@keyframes kenburns-top-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 16%;
		transform-origin: 84% 16%
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, -15px);
		transform: scale(1.25) translate(20px, -15px);
		-webkit-transform-origin: right top;
		transform-origin: right top
	}
}

.dl-slider .slick-current.slick-active .kenburns-right {
	-webkit-animation: kenburns-right 10s ease-out both;
	animation: kenburns-right 10s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 50%;
		transform-origin: 84% 50%
	}
	100% {
		-webkit-transform: scale(1.25) translateX(20px);
		transform: scale(1.25) translateX(20px);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}

@keyframes kenburns-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 50%;
		transform-origin: 84% 50%
	}
	100% {
		-webkit-transform: scale(1.25) translateX(20px);
		transform: scale(1.25) translateX(20px);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}

.dl-slider .slick-current.slick-active .kenburns-bottom-right {
	-webkit-animation: kenburns-bottom-right 10s ease-out both;
	animation: kenburns-bottom-right 10s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-bottom-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

@keyframes kenburns-bottom-right {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%
	}
	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

.dl-slider .slick-current.slick-active .kenburns-bottom {
	-webkit-animation: kenburns-bottom 10s ease-out both;
	animation: kenburns-bottom 10s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-bottom {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 84%;
		transform-origin: 50% 84%
	}
	100% {
		-webkit-transform: scale(1.25) translateY(15px);
		transform: scale(1.25) translateY(15px);
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
}

@keyframes kenburns-bottom {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 84%;
		transform-origin: 50% 84%
	}
	100% {
		-webkit-transform: scale(1.25) translateY(15px);
		transform: scale(1.25) translateY(15px);
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
}

.dl-slider .slick-current.slick-active .kenburns-bottom-left {
	-webkit-animation: kenburns-bottom-left 10s ease-out both;
	animation: kenburns-bottom-left 10s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-bottom-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 84%;
		transform-origin: 16% 84%
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

@keyframes kenburns-bottom-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 84%;
		transform-origin: 16% 84%
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

.dl-slider .slick-current.slick-active .kenburns-left {
	-webkit-animation: kenburns-left 10s ease-out both;
	animation: kenburns-left 10s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 50%;
		transform-origin: 16% 50%
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

@keyframes kenburns-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 50%;
		transform-origin: 16% 50%
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, 15px);
		transform: scale(1.25) translate(-20px, 15px);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

.dl-slider .slick-current.slick-active .kenburns-top-left {
	-webkit-animation: kenburns-top-left 10s ease-out both;
	animation: kenburns-top-left 10s ease-out both;
	animation-delay: .1s
}

@-webkit-keyframes kenburns-top-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 16%;
		transform-origin: 16% 16%
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, -15px);
		transform: scale(1.25) translate(-20px, -15px);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}
}

@keyframes kenburns-top-left {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 16% 16%;
		transform-origin: 16% 16%
	}
	100% {
		-webkit-transform: scale(1.25) translate(-20px, -15px);
		transform: scale(1.25) translate(-20px, -15px);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}
}
@font-face{font-family:flaticon;src:url(../fonts/Flaticon.eot);src:url(../fonts/Flaticond41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Flaticon.html) format("woff2"),url(../fonts/Flaticon.woff) format("woff"),url(../fonts/Flaticon.ttf) format("truetype"),url(../fonts/Flaticon.svg#Flaticon) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:flaticon;src:url(../fonts/Flaticon.svg#Flaticon) format("svg")}}[class^=flaticon-],[class*=" flaticon-"]{line-height:1}[class^=flaticon-]:before,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class*=" flaticon-"]:after{font-family:Flaticon;font-style:normal}.flaticon-factory:before{content:"\f100"}.flaticon-industrial-robot:before{content:"\f101"}.flaticon-worker:before{content:"\f102"}.flaticon-assembly-line:before{content:"\f103"}.flaticon-tank-truck:before{content:"\f104"}.flaticon-factory-1:before{content:"\f105"}.flaticon-conveyor:before{content:"\f106"}.flaticon-loader:before{content:"\f107"}.flaticon-worker-1:before{content:"\f108"}.flaticon-industrial-robot-1:before{content:"\f109"}.flaticon-industrial-robot-2:before{content:"\f10a"}.flaticon-gear:before{content:"\f10b"}.flaticon-tanks:before{content:"\f10c"}.flaticon-industrial-robot-3:before{content:"\f10d"}.flaticon-refinery:before{content:"\f10e"}.flaticon-power-plant:before{content:"\f10f"}.flaticon-van:before{content:"\f110"}.flaticon-control-system:before{content:"\f111"}.flaticon-3d-printer:before{content:"\f112"}.flaticon-generator:before{content:"\f113"}

@charset "UTF-8";

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.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);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-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);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-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);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-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);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-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);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-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);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-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);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-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);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-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);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-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);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-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);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-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);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-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);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-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);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-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);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.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);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.zoomInStable {
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0)
	}
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1)
	}
}

@-webkit-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0)
	}
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1)
	}
}

@-moz-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0)
	}
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1)
	}
}

@-o-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0)
	}
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1)
	}
}

@-ms-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0)
	}
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1)
	}
}
@media(max-width:1024px) {}

@media(max-width:992px) {
	.sm-padding {
		padding: 15px
	}
	.header-section .navbar-brand {
		height: 80px;
		padding: 0;
		display: flex;
		align-items: center
	}
	.menu-btn,
	.js #mainmenu {
		display: none
	}
	.about-promo {
		padding-left: 0
	}
	.project-2 .project-item,
	.js .slicknav_menu {
		display: block
	}
	.error-content .error-info {
		padding-left: 10px
	}
	.counter-content {
		text-align: left;
		padding-left: 70px
	}
	.counter-wrap .col-lg-4:last-child {
		margin-top: 50px
	}
	.projects-carousel .owl-nav div,
	.service-carousel .owl-nav div {
		left: 0
	}
	.projects-carousel .owl-nav div.owl-next,
	.service-carousel .owl-nav div.owl-next {
		right: 0
	}
	.work-pro-item .number-line {
		display: none
	}
	.section-heading h2 {
		font-size: 22px;
		line-height: 26px
	}
	.cta-content h2 {
		font-size: 36px
	}
}

@media all and (min-width:480px) and (max-width:768px) {}

@media all and (max-width:767px) {
	body,
	p {
		font-size: 12px;
		line-height: 22px
	}
	h1 {
		font-size: 30px
	}
	h2 {
		font-size: 22px
	}
	h3 {
		font-size: 16px
	}
	p br {
		display: none
	}
	.padding {
		padding: 60px 0
	}
	.xs-padding {
		padding: 15px
	}
	.page-header {
		height: 250px
	}
	.page-content h2 {
		font-size: 30px;
		margin: 0
	}
	.about-content h2 {
		font-size: 24px;
		line-height: 36px
	}
	.cta-content h2 {
		font-size: 28px;
		line-height: 1.2
	}
	.error-content {
		display: block
	}
	.error-content .error-info h2 {
		font-size: 120px;
		line-height: 120px;
		margin-bottom: 30px
	}
	.error-content .error-info a {
		display: block
	}
	.contact-form .form-group .col-sm-6:first-child {
		margin-bottom: 15px
	}
	.contact-info h2 {
		line-height: 28px
	}
	.sidebar-wrap {
		padding-left: 0
	}
	.blog-single-content h2 a {
		font-size: 22px;
		line-height: 28px
	}
	.blog-single-content h2 {
		line-height: 28px
	}
	blockquote p {
		line-height: 32px
	}
	.work-pro-item {
		padding: 0 30px
	}
	.service-content h2 {
		line-height: 28px
	}
	.service-section.section-2 {
		padding-bottom: 60px
	}
	.services-list .offset-top {
		transform: translateY(0)
	}
	#scroll-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
		bottom: 20px;
		right: 20px
	}
	.projects-section .col-lg-4.text-right {
		text-align: left!important
	}
	.projects-carousel {
		margin-top: 40px
	}
	.project-single-carousel {
		margin-bottom: 40px
	}
	.project-single-content {
		padding-left: 0
	}
}

@media all and (max-width:580px) {
	.subscribe-form {
		width: 100%
	}
	.counter-wrap .col-lg-4:first-child {
		margin-bottom: 50px
	}
	.counter-content {
		text-align: center;
		padding-left: 0
	}
	.testi-item .fa-quote-right {
		display: none
	}
}

@media all and (max-width:420px) {}

@media all and (max-width:380px) {}