@charset "UTF-8";

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	border: 0;
 	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	box-sizing: border-box
}

*,:after,:before {
	box-sizing: inherit
}

* {
	margin: 0;
	padding: 0;
	outline: 0
}

body,html {
	position: relative;
	width: 100%;
	min-height: 100%;
	font-family: maven_promedium, 微软雅黑;
}

.btn,.submit,button,input[type=button],input[type=submit] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

input,textarea {
	font-family: inherit
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1
}

::-moz-placeholder {
	color: inherit;
	opacity: 1
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1
}

::placeholder {
	color: inherit;
	opacity: 1
}

em {
	font-style: italic
}

a {
	outline: 0;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

p:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

hr {
	display: block;
	height: 2px;
	border: none;
	padding: 0;
	clear: both
}

svg {
	display: inline-block;
	overflow: hidden;
	width: 100%
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-buttons div,.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.grabbing {
	cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

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

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

@-webkit-keyframes bounce {
	0%,100%,20%,53%,80% {
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	40%,43% {
		transition-timing-function: cubic-bezier(0.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	70% {
		transition-timing-function: cubic-bezier(0.755,.05,.855,.06);
		-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% {
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	40%,43% {
		transition-timing-function: cubic-bezier(0.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	70% {
		transition-timing-function: cubic-bezier(0.755,.05,.855,.06);
		-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;
	-ms-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(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1)
	}

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

	65% {
		-webkit-transform: scale3d(0.95,1.05,1);
		transform: scale3d(0.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(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1)
	}

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

	65% {
		-webkit-transform: scale3d(0.95,1.05,1);
		transform: scale3d(0.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;
	-ms-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(0.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(0.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(0.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(0.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 bounceIn {
	0%,100%,20%,40%,60%,80% {
		transition-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3,.3,.3);
		transform: scale3d(0.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(0.9,.9,.9);
		transform: scale3d(0.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(0.97,.97,.97);
		transform: scale3d(0.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% {
		transition-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3,.3,.3);
		transform: scale3d(0.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(0.9,.9,.9);
		transform: scale3d(0.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(0.97,.97,.97);
		transform: scale3d(0.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% {
		transition-timing-function: cubic-bezier(0.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% {
		transition-timing-function: cubic-bezier(0.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% {
		transition-timing-function: cubic-bezier(0.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% {
		transition-timing-function: cubic-bezier(0.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% {
		transition-timing-function: cubic-bezier(0.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% {
		transition-timing-function: cubic-bezier(0.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% {
		transition-timing-function: cubic-bezier(0.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% {
		transition-timing-function: cubic-bezier(0.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(0.9,.9,.9);
		transform: scale3d(0.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(0.3,.3,.3);
		transform: scale3d(0.3,.3,.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9,.9,.9);
		transform: scale3d(0.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(0.3,.3,.3);
		transform: scale3d(0.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: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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
	}

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

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

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

.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(0.95,.95,.95);
		transform: perspective(400px) scale3d(0.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(0.95,.95,.95);
		transform: perspective(400px) scale3d(0.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);
		transition-timing-function: ease-in;
		opacity: 0
	}

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

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

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

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

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

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

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

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

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

.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);
		transition-timing-function: ease-in;
		opacity: 0
	}

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

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

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

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

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

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

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

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

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

.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(0.3,.3,.3);
		transform: scale3d(0.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

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

	50% {
		opacity: 1
	}
}

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(0.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(0.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(0.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(0.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

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

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

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

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

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

	100% {
		opacity: 0
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(0.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(0.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

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

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

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px,0,0);
		transform: scale(0.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

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

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px,0,0);
		transform: scale(0.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

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

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

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px,0,0);
		transform: scale(0.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

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

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px,0,0);
		transform: scale(0.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(0.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(0.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(0.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.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
}

.header-nav {
	position:fixed;
	top:0;
	width: 100%;
	height: 60px;
	padding-right: 40px;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 90;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-family: maven_probold;
	opacity: 1;
	background-color:#441b5b
}


.header-nav.hidden {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	top: 0
}

.header-nav.animate {
	opacity: 100
}

.header-nav.loading {
	display: none
}

.header-nav .logo {
	position: absolute;  
 	left: 40px;
	top: 5px;
	z-index: 5
}
 

.header-nav .logo--home img {
	height:50px
	
}


.header-nav .logo svg {
	width: 19px;
	height: 19px;
	margin-right: 12px;
	fill: rgba(255,255,255,.6);
	transition: width .2s ease,hight .2s ease
}

.header-nav .logo--back svg {
	width: 12px;
	height: 19px
}

.header-nav .logo span {
	font-size: 14px;
	color: rgba(255,255,255,.6);
	text-transform: uppercase;
	transition: font-size .2s ease
}

.header-nav nav {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 45px
}

.header-nav nav a,.header-nav nav li {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	color: rgba(255,255,255,.6);
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	font-family: maven_promedium, 微软雅黑;
 }
.header-nav .active a{ color: #fff}


.header-nav nav a.active,.header-nav nav a.active a,.header-nav nav li.active,.header-nav nav li.active a {
	color: #fff
}

.header-nav nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	padding: 0;
	margin: 0
}

.header-nav nav ul li {
	padding: 0 20px
}

.header-nav nav ul li.social {
	display: none
}
 

@media (min-width:1130px) {
	.header-nav .logo:hover span,.header-nav nav a.btn-hi:hover span,.header-nav nav a:hover {
		color: #fff
	}

	.header-nav .logo:hover svg,.header-nav nav a.btn-hi:hover svg {
		fill: #e73387
	}
}

input[type=checkbox].navTrigger {
	position: absolute;
	top: -9999px;
	left: -9999px
}

input[type=checkbox].navTrigger+label {
	display: none
}

@media (max-width:768px) {
	.project-wrap .video{  height:500px; }
	.header-nav nav ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		top: -100%;
		left: 0;
		height: 100%;
		width: 100%!important;
		padding-top: 45px;
		overflow: auto;
		z-index: 97;
		background-color: #441b5b;
		transition: top .3s ease
	}

	.header-nav nav ul li {
		padding: 0;
		line-height: 80px;
		height: auto
	}

	.header-nav nav ul li .btn-hi span,.header-nav nav ul li a {
		font-size: 45px;
		line-height: 80px;
		height: auto;
		color: #fff
	}

	.header-nav nav ul li .btn-hi span svg,.header-nav nav ul li a svg {
		display: none
	}

	input[type=checkbox].navTrigger~label {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		right: 0;
		width: 50px;
		height: 45px;
		z-index: 99
	}

	input[type=checkbox].navTrigger:checked~ul {
		top: 0;
		padding: 0
	}

	input[type=checkbox].navTrigger:checked~ul .social {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 2.7vh;
		left: 0
	}

	input[type=checkbox].navTrigger:checked~ul .social .box-social {
		width: 100%
	}

	input[type=checkbox].navTrigger:checked~ul .social .box-social__link:not(:first-of-type) {
		margin-left: 30px
	}

	input[type=checkbox].navTrigger:checked~ul .social .box-social__link {
		display: inline-block
	}

	input[type=checkbox].navTrigger:checked~ul .social .box-social__link svg {
		fill: #725B89;
		display: block
	}

	input[type=checkbox].navTrigger:checked~ul .social__brand {
		font-size: 14px;
		line-height: 14px;
		text-transform: uppercase;
		font-family: maven_probold;
		color: #725b89
	}
}

@media (max-width:768px) {
	.project-wrap .video{  height:380px; }
	.header-nav nav ul li {
		line-height: 55px
	}

	.header-nav nav ul li.social {
		line-height: 35px
	}

	.header-nav nav ul li .btn-hi span,.header-nav nav ul li a {
		font-size: 35px;
		line-height: 50px
	}
}

@media (max-width:420px) {
	.project-wrap .video{  height:200px; }
	.project-wrap h2{  font-size:18px; }

	.header-nav {
		padding: 0 10px 0 20px;
 	}

	.header-nav .logo {
		left: 20px
	}

	.header-nav .logo span {
		font-size: inherit
	}

	.header-nav nav ul li {
		padding: 0 10px
	}

	.header-nav nav ul li .btn-hi span,.header-nav nav ul li a {
		font-size: 35px;
		line-height: 55px
	}

	input[type=checkbox].navTrigger:checked~ul .social .box-social__link:not(:first-of-type) {
		margin-left: 20px
	}
}

@media (max-width:375px) {
	.project-wrap .video{  height:180px; }
	input[type=checkbox].navTrigger:checked~ul .social .box-social {
		height: 60px
	}
}

.menuButton {
	display: inline-block;
	padding: 0;
	transition: .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	font-size: 1px
}

.lines {
	position: relative;
	top: 5px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	display: inline-block;
	width: 32px;
	height: 4px;
	background: rgba(255,255,255,.6);
	transition: .3s
}

.lines:after,.lines:before {
	display: inline-block;
	width: 32px;
	height: 4px;
	background: rgba(255,255,255,.6);
	transition: .3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: 2.29px center;
	-ms-transform-origin: 2.29px center;
	transform-origin: 2.29px center
}

.lines:before {
	top: 8px
}

.lines:after {
	top: -8px
}

.lines.close {
	background: 0 0;
	box-shadow: none
}

.lines.close:after,.lines.close:before {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 32px;
	border-radius: 2.29px;
	background-color: #6a5381
}

.lines.close:before {
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg)
}

.lines.close:after {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg)
}

.scroll-up {
	background-color: rgba(255,255,255,.93);
	padding: 0 0 0 12px;
	top: 0
}

.scroll-up .logo {
	left: 12px
}

.scroll-up .logo svg {
	fill: #3F4A56
}

.scroll-up .logo span,.scroll-up nav a {
	color: #3f4a56;
	font-size: 14px
}

.scroll-up .logo span.active,.scroll-up nav a.active {
	color: #3F4A56
}

.scroll-up .lines,.scroll-up .lines:after,.scroll-up .lines:before {
	background: #3f4a56
}

@media only screen and (max-width:1130px) {
	.scroll-up .lines.close {
		background: 0 0;
		box-shadow: none
	}

	.scroll-up .lines.close:after,.scroll-up .lines.close:before {
		background-color: #6a5381
	}
}

.scroll-up nav ul li {
	padding: 0 12px
}

.scroll-up nav ul li:last-of-type {
	padding: 0
}

.scroll-up nav ul li a.btn-hi span {
	padding: 0 12px;
	color: #3f4a56
}

.scroll-up nav ul li a.btn-hi svg {
	opacity: 0
}

@media only screen and (max-width:1023px) {
	.scroll-up nav ul li {
		padding: 0
	}
}

@media (min-width:1130px) {
	.scroll-up .logo:hover span,.scroll-up nav a:hover {
		color: #3F4A56
	}

	.scroll-up nav a.btn-hi:hover span {
		background-color: #e73387
	}
}

@media (max-width:1023px) {
	.scroll-up nav a,.scroll-up nav a.active,.scroll-up nav a:hover,.scroll-up nav ul li a.btn-hi span {
		color: #fff
	}
}

.outer_face {
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 140px
}

@media only screen and (max-width:768px) {
	.outer_face {
		width: 13.67vw;
		height: 13.67vw;
		border-radius: 13.67vw
	}
}

@media only screen and (max-width:568px) {
	.outer_face {
		display: none
	}
}

.outer_face .marker,.outer_face::after,.outer_face::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	z-index: 0;
	left: 50%;
	margin-left: -2px;
	top: 0;
	border-top: 16px solid #fff;
	border-bottom: 16px solid #fff
}

.outer_face::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.outer_face .marker {
	width: 4px;
	margin-left: -2px;
	border-top: 16px solid #fff;
	border-bottom: 16px solid #fff
}

.outer_face .marker.oneseven {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.outer_face .marker.twoeight {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.outer_face .marker.fourten {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.outer_face .marker.fiveeleven {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.inner_face {
	position: relative;
	width: 88%;
	height: 88%;
	border-radius: 1000px;
	z-index: 1000;
	left: 6%;
	top: 6%
}

.inner_face::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%
}

.inner_face::after {
	content: attr(data-content);
	position: absolute;
	width: 100%;
	font-family: maven_probold;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	bottom: 7%
}

.hand,.hand.hour {
	position: absolute;
	width: 4px;
	height: 30%;
	top: 20%;
	left: 50%;
	margin-left: -2px;
	background: #fff;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	z-index: -1
}

.hand.minute {
	height: 40%;
	top: 10%;
	width: 5px;
	margin-left: -2.5px
}

.hand.second {
	height: 50%;
	width: 2px;
	margin-left: -1px;
	top: 0
}

.ca-clock .inner_face::after {
	color: #e73387
}

.ca-clock .hand.second {
	background-color: #e73387
}

.var-clock .inner_face::after {
	color: #4acef6
}

.var-clock .hand.second {
	background-color: #4acef6
}
 

@font-face {
	font-family:brandon_grotesquebold;
	src:url(http://dtailstudio.com/assets/fonts/Brandon_bld-webfont.eot);
	}
 

@font-face {
	font-family:maven_probold;
	src:url(http://dtailstudio.com/assets/fonts/Brandon_blk-webfont.eot);
}
 

body,html {
	height: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

* {
	-webkit-font-smoothing: antialiased;
	-webkit-user-drag: none
}

html {
	font-size: 100%
}

@media only screen and (min-width:1241px) and (max-width:1550px) {
	html {
		font-size: 85%
	}
}

@media only screen and (max-width:1240px) {
	html {
		font-size: 75%
	}
}

@media only screen and (max-width:640px) {
	html {
		font-size: 70%
	}
}

body {
	font-family: maven_promedium;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	color: #333;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	z-index: 0;
	height: 100%;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	position: relative
}

p {
	font-size: inherit;
	padding-bottom: 30px
}

@media only screen and (max-width:1550px) {
	p {
		padding-bottom: 3.226vw
	}
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1;
	color: #333
}

h1 {
	font-family: maven_probold;
	font-size: 3.25rem;
	text-transform: uppercase
}

h1.small {
	font-size: 3.80938rem;
	text-align: center
}

h1.big {
	font-size: 4.6875rem;
	color: #fff;
	text-align: center
}

@media only screen and (max-width:640px) {
	h1.big {
		font-size: 3.6875rem
	}
}

@media only screen and (max-width:640px) {
	h1 {
		font-size: 2.25rem
	}
}

h2 {
	font-family: maven_probold;
	font-size: 2.8125rem;
	text-transform: uppercase
}

@media (max-width:640px) {
	h2 {
		font-size: 1.8125rem
	}
}

h2.small {
	font-size: 1.6875rem;
	color: #a69ead;
	text-align: center;
	margin-bottom: 3.47vh
}

@media (max-width:640px) {
	h2.small {
		font-size: 1.5rem
	}
}

h2.big {
	font-size: 3.125rem
}

h2.bigger {
	color: #fff;
	font-size: 4.875rem
}

@media only screen and (min-width:640px) and (max-width:1240px) {
	h2.space {
		padding-bottom: 70px
	}
}

@media (max-width:640px) {
	h2.space {
		font-size: 1.8125rem;
		padding-bottom: 40px
	}
}

h2.biggest {
	font-family: maven_promedium;
	font-weight: 300;
	font-style: normal;
	font-size: 3.5rem;
	color: #01b0ff;
	text-transform: none
}

@media only screen and (max-width:1240px) {
	h2.biggest {
		font-size: 2.9rem
	}
}

h3 {
	font-family: maven_probold;
	font-size: 2.5rem;
	line-height: 1
}

h3.smaller {
	font-size: 2rem;
	color: #fff;
	text-transform: uppercase
}

@media only screen and (max-width:640px) {
	h3.smaller {
		font-size: 1.75rem
	}
}

@media only screen and (max-width:568px) {
	h3.smaller {
		font-size: 1.5rem
	}
}

@media only screen and (max-width:450px) {
	h3.smaller {
		font-size: 1.25rem
	}
}

h3.small {
	font-size: 2.25rem
}

h3.big {
	font-size: 2.8125rem;
	color: #ececec;
	text-transform: uppercase
}

h3.bigger {
	font-size: 3.5rem;
	color: #f3f5f7;
	font-weight: 500;
	text-transform: uppercase
}

@media only screen and (max-width:1240px) {
	h3.bigger {
		margin-top: 10px;
		font-size: 2.813rem
	}
}

h4 {
	font-family: maven_probold;
	font-size: 1.875rem
}

h5 {
	font-family: maven_promedium;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5625rem
}

h6 {
	font-family: maven_promedium;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem
}

h6 em {
	font-family: maven_promedium;
	font-weight: 400;
	font-style: italic
}

h6.bordered {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #fff;
	padding: 15px 0
}

h6.small {
	font-family: maven_probold;
	font-size: 1.125rem;
	text-transform: uppercase
}

.biggest-title {
	font-size: 7.9375rem;
	color: #fff;
	text-align: center;
	padding-bottom: 10px
}

@media only screen and (max-width:768px) {
	.biggest-title {
		font-size: 5rem
	}
}

@media only screen and (max-width:640px) {
	.biggest-title {
		font-size: 4.2rem
	}
}

@media only screen and (max-width:500px) {
	.biggest-title {
		font-size: 3.8rem
	}
}

.title-dash {
	position: relative; 
}

.title-dash:before {
	content: '';
	display: block;
	position: absolute;
	top: -3.3125rem;
	left: 50%;
	width: 7.5rem;
	height: 8px;
	margin-left: -3.75rem;
	background: #e23c8a
}

.title-dash--small {
	margin-top: 2.1875rem;
	color:#FFF;
	font-size:65px;
}

.title-dash--small:before {
	top: -2.1875rem
}

.title-dash--smaller {
	padding-bottom: 18px
}

.title-dash--smaller:before {
	width: 26px;
	margin-left: -13px
}

.title-dash--position2:before {
	top: initial;
	bottom: 0
}

a {
	color: inherit
}

section {
	width: 100%;
	position: relative
}

input,input[type=button],input[type=submit],input[type=text],select,textarea {
	-webkit-appearance: none;
	display: block
}

#back-arrow {
	display: none;
	fill: #394551;
	width: 3%
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pace-progress {
	background: #DE1374;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #DE1374;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px
}

.lazy img {
	opacity: 1!important
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}

.btn,button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	margin: 0 auto;
	font-family: maven_probold;
	font-size: 1.375rem;
	line-height: 3.125rem;
	color: #fff;
	text-transform: uppercase;
	background-color: #e73387;
	border: none;
	cursor: pointer;
	position: relative
}

.btn--default,button--default {
	min-width: 9.22vw
}

@media only screen and (min-width:1920px) {
	.btn--default,button--default {
		min-width: 236px
	}
}

@media only screen and (max-width:640px) {
	.btn.contact-btn,button.contact-btn {
		font-size: 1rem
	}
}

.btn--slider,button--slider {
	font-size: 1.5rem;
	background-color: #139ad7;
	border-radius: 30px;
	padding: 0 55px
}

.btn--shadow {
	width: 276px;
	font-size: 1.875rem;
	line-height: 5.125rem;
	text-align: center;
	margin: 0;
	border-radius: 7px;
	background-color: #e13485
}

@media only screen and (max-width:1240px) {
	.btn--shadow {
		margin-top: 20px!important;
		height: 50px!important;
		line-height: inherit!important;
		width: auto!important
	}
}

.pages {
	position: relative
}

.pages--height {
	height: 100%
}

.page {
	height: 100%;
	position: relative
}

.page--home {
	height: 100%
}

.page__header {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #32424b
}

.page__header .arrow-down {
	position: absolute;
	width: 31px;
	height: 17px;
	left: 0;
	right: 0;
	bottom: 55px;
	margin: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 2
}

.page__header .arrow-down svg {
	fill: #fff;
	width: 100%;
	height: 100%;
	opacity: .17
}

@media only screen and (max-width:1024px) {
	.page__header .arrow-down {
		bottom: 40px
	}
}

@media only screen and (max-width:1280px) {
	.page__header .arrow-down {
		width: 16px;
		height: 25px
	}
}

.page__casestudy .page-section .shell:first-of-type {
	max-width: 1550px
}

.owl-carousel {
	height: 100%
}

.owl-carousel .shell {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.owl-carousel .item,.owl-carousel .owl-item,.owl-carousel .owl-stage,.owl-carousel .owl-stage-outer,.owl-carousel .owl-wrapper,.owl-carousel .owl-wrapper-outer {
	height: 100%
}

.page--home .item {
	background-position: center top;
	background-size: cover;
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	text-align: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.owl-carousel .item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-indent: -4000
}

.page--home .item a {
	position: relative;
	width: 192px;
	height: 72px;
	background-color: rgba(255,255,255,.13);
	border-radius: 40px;
	margin: 55px auto 0;
	font-size: 30px;
	line-height: 76px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-family: maven_probold
}

@media only screen and (max-width:1550px) {
	.page--home .item a {
		width: 160px;
		height: 57px;
		line-height: 57px;
		font-size: 24px
	}
}

@media only screen and (max-width:1280px) {
	.page--home .item a {
		width: 130px;
		height: 45px;
		line-height: 45px;
		font-size: 24px
	}
}

@media only screen and (max-width:1024px) {
	.page--home .item a {
		margin-top: 20px
	}
}

@media only screen and (min-width:1024px) {
	.page--home .item a:hover {
		background-color: #fff;
		color: #242629
	}
}

.page--home .owl-next,.page--home .owl-prev {
	position: absolute;
	top: 0;
	width: 180px;
	height: 100%
}

.page--home .owl-next svg,.page--home .owl-prev svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 29px;
	height: 48px;
	fill: #fff;
	opacity: .17;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none
}

@media only screen and (max-width:1280px) {
	.page--home .owl-next,.page--home .owl-prev {
		width: 8vw
	}

	.page--home .owl-next svg,.page--home .owl-prev svg {
		width: 14px;
		height: 23px
	}
}

@media only screen and (min-width:1024px) {
	.page--home .owl-next:hover svg,.page--home .owl-prev:hover svg {
		opacity: 1
	}
}

@media only screen and (max-width:1022px) {
	.page--home .owl-next,.page--home .owl-prev {
		display: none!important
	}
}

.page--home .owl-next {
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.page--home .owl-controls {
	z-index: 2
}

.page--home .owl-pagination {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 10
}

.page--home .owl-pagination:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.page--home .owl-page {
	display: inline-block;
	width: 7px;
	height: 7px;

	border: 1px solid rgba(255,255,255,.3);
	border-radius: 100%
}

.page--home .owl-page+.owl-page {
	margin-left: 15px
}

.page--home .owl-page.active {
	background-color: #fff;
	border: 1px solid #fff
}

#networx {
	background-image: url(../images/networx.jpg)
}

#networx .title-dash:before {
	background: #e23e27
}

.page--home #rich-beach {
	background-image: url(../images/reach-beach.jpg)
}

.page--home #rich-beach .title-dash:before {
	background: #e22a6c
}

.page--home #inseller {
	background-image: url(../images/inseller.jpg)
}

.page--home #inseller .title-dash:before {
	background: #fff
}

.page--home #destiny {
	background-image: url(../images/destiny.jpg);
	height:100%;
}

.page--home #destiny .title-dash:before {
	background: #00dae9
}

.wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 20
}

.content {
	position: relative;
	z-index: 1;
	padding-bottom: 200px
}

.shell {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 66px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.shell--height {
	height: 100%
}

.shell--jobs {
	max-width: 1280px;
	padding: 0 20px
}

.shell__middle {
	min-height: 100vh
}

@media only screen and (max-width:1550px) {
	.shell__middle {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
}

@media only screen and (max-width:320px) {
	.shell__middle {
		padding-bottom: 21.75vh
	}
}

.shell--columns {
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-self: initial;
	-ms-flex-item-align: initial;
	align-self: initial;
	-webkit-align-items: initial;
	-ms-flex-align: initial;
	align-items: initial
}

@media only screen and (min-width:641px) and (max-width:1550px) {
	.shell {
		padding-left: 40px;
		padding-right: 40px
	}

	.shell--jobs {
		padding: 0 20px
	}
}

.s-2{ display:none}

@media only screen and (max-width:640px) {
	.s-1{ display:none}
	.s-2{ display:block}
	.shell {
		padding-left: 20px;
		padding-right: 20px
	}
	.title-dash--small {
 	font-size:40px;
}
}

.footer{ padding: 35px; text-align:center; color:#999; font-family: maven_promedium, 微软雅黑;}
 
.btn-hi {
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-hi span {
	width: 100%;
	height: 100%;
	text-align: center
}

.btn-hi--big {
	display: block
}

.btn-hi--big svg {
	width: 160px;
	height: 95px;
	fill: #47515d
}

@media only screen and (max-width:1550px) {
	.btn-hi--big svg {
		width: 135px;
		height: 65px
	}
}

.btn-hi--big span {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 27px;
	font-size: 1.5rem;
	color: #fff
}

@media only screen and (max-width:1550px) {
	.btn-hi--big span {
		font-size: 1.7rem;
		padding-top: 17px
	}
}

.btn-hi--small svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -33px;
	width: 66px;
	height: 41px;
	fill: rgba(255,255,255,.13);
	transition: opacity .2s ease
}

.btn-hi--small span {
	display: block;
	position: relative;
	color: rgba(255,255,255,.6)
}

.btn-hi.active:hover svg {
	fill: #e73387
}

@media only screen and (min-width:1024px) {
	.btn-hi:hover svg {
		fill: #e73387
	}
}

.box-social__link:not(:first-of-type) {
	margin-left: 30px
}

.box-social__link {
	display: block
}

.box-social__link svg {
	fill: #bcc0c4
}

.box-social__link--facebook {
	width: 12px;
	height: 22px
}

.box-social__link--twitter {
	width: 25px;
	height: 20px
}

.box-social__link--google {
	width: 21px;
	height: 21px
}

.box-social__link--dribbble {
	width: 23px;
	height: 23px
}

.box-social__link--behance {
	width: 29px;
	height: 18px
}

.box-social__link--instagram {
	width: 22px;
	height: 21px
}

@media screen and (min-width:1024px) {
	.box-social__link:hover {
		opacity: 1
	}

	.box-social__link:hover svg {
		fill: #E13485
	}
}

.page-section {
	position: relative;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.page-section--height {
	height: 100%
}

.page-section--top {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed
}

.page-section--home {
	font-size: 1.5625rem;
	line-height: 2.1rem;
	color: #a69ead;
	background-color: #fff;
	text-align: center;
	background-position: center 100%;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-section--home p {
	margin: 0 auto;
	font-family: maven_promedium, 微软雅黑;
	font-weight: 400;
	font-style: normal
}

.page-section--home--bg-0 {
	color: #3f4a56;
	background-image: url(../images/buildup.jpg)
}

.page-section--home--bg-0 h1 {
	color: #242629
}

.page-section--home--bg-0 h1 span {
	position: relative;
	color: #fff;
	display: inline-block;
	height: 100%
}

.page-section--home--bg-0 h1 span img {
	width: auto;
	height: 100%;
	position: absolute;
	top: -20px;
	left: 8px
}

@media only screen and (max-width:1024px) {
	.page-section--home--bg-0 h1 span img {
		top: -15px
	}
}

@media only screen and (max-width:768px) {
	.page-section--home--bg-0 h1 span img {
		top: -10px
	}
}

@media only screen and (max-width:640px) {
	.page-section--home--bg-0 p {
		font-size: 18px;
		line-height: 1.9rem
	}
}

.page-section--home--bg-1 {
	color: #b1a2c0;
	background-image: url(../images/together.jpg)
}

.page-section--home p {
	max-width: 870px
}

.page-section--home--bg-2 {
	background-image: url(../images/design.jpg);
	color: #3f4a56
}

.page-section--home--bg-2 h1 {
	color: #242629
}

.page-section--home--bg-3 {
	background-image: url(../images/implement.jpg);
	color: #b1a2c0
}

@media only screen and (max-width:500px) {
	.page-section--home--bg-3 .biggest-title {
		font-size: 2.8rem
	}
}



@media only screen and (max-width:1024px) {
	.page-section--content {
		width: 100%
	}
}

.pattern-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none
}

@media screen and (min-width:1025px) and only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
	.pattern-overlay:before {
		background-image: url(../img/pattern@2.png)
	}
}

@media screen and (max-width:1024px) {
	.pattern-overlay:before {
		display: none
	}
}

.page-section__top {
	width: 100%;
	padding: 0;
	max-height: 26.403vh;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:640px) {
	.page-section__top {
		max-height: initial
	}
}

.page--projects {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.page-section--projects {
	background-size: auto 50vh;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.page-section--projects .item-color {
	display: none
}

@media only screen and (min-width:1440px) {
	.page-section--projects .item-color {
		display: block
	}
}

@media only screen and (max-width:1024px) {
	.page-section--projects {
		background-size: auto 40vh
	}
}

@media only screen and (max-width:640px) {
	.page-section--projects {
		background-size: auto 55vh
	}
}

.page-section--projects.pattern-overlay:before {
	height: 50vh
}

@media only screen and (max-width:1024px) {
	.page-section--projects.pattern-overlay:before {
		height: 40vh
	}
}

@media only screen and (max-width:640px) {
	.page-section--projects.pattern-overlay:before {
		height: 55vh
	}
}

.shell--projects {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0
}

@media only screen and (max-width:1024px) {
	.shell--projects {
		height: initial
	}
}

@media only screen and (max-width:600px) {
	.shell--projects {
		padding-left: 0;
		padding-right: 0
	}
}

.shell--projects .title-dash {
	margin-top: 2.5rem;
	margin-bottom: 5vh
}

.projects-list {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 0;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.projects-list>div {
	position: relative
}

.projects-list:after {
	content: '';
	display: block;
	clear: both
}

@media only screen and (max-width:1440px) {
	.projects-list {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.footer--projects {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	jutify-content: center;
	background-color: #fff;
	z-index: 1;
	height: auto
}

.project-item {
	display: block;
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center
}

@media only screen and (min-width:1440px) {
	.project-item.item-color:last-of-type {
		display: none
	}
}

@media only screen and (max-width:1440px) {
	.project-item {
		-webkit-flex: 1 1 33%;
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
		max-width: 33.33%
	}

	.project-item.item-color {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

@media only screen and (max-width:1024px) {
	.project-item {
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%
	}

	.project-item.item-color:last-of-type {
		display: none
	}
}

@media only screen and (max-width:600px) {
	.project-item {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%
	}

	.project-item.item-color {
		display: none
	}
}

.project-item img {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #fff
}

.project-cnt {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	background: 0 0;
	transition: background .2s ease
}

.project-cnt h3 {
	opacity: 0;
	transition: opacity .2s ease
}

.project-cnt button {
	background: #fff;
	border-radius: 3px;
	position: absolute;
	bottom: 3.75rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.project-cnt--event-pro button {
	color: #1b6ea8
}

.project-cnt--networx button {
	color: #ec4e38
}

.project-cnt--bob-marlay button {
	color: rgba(18,121,154,.68)
}

.project-cnt--inseller button,.project-cnt--rich-beach button {
	background: #fff;
	color: #37bc9b;
	opacity: .88
}

.project-cnt--placehoder {
	opacity: 0
}

.project-cnt--placehoder:hover {
	opacity: 0!important
}

.project-cnt.pattern-overlay {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-conten: center
}

.project-cnt.pattern-overlay .big {
	margin-bottom: 5px
}

.project-cnt.pattern-overlay .smaller {
	color: #e591be;
	font-size: 1.125rem;
	font-family: maven_probold;
	text-transform: uppercase
}

@media only screen and (min-width:1241px) {
	.project-cnt:hover {
		opacity: 1;
		background: rgba(226,42,108,.88);
		border: 1px solid #fff
	}

	.project-cnt:hover h3 {
		opacity: 1
	}
}

.project-item--coming-soon img {
	visibility: hidden
}

.project-item--coming-soon .project-cnt {
	background-color: #CDB388;
	opacity: 1
}

.project-item--coming-soon h3 {
	opacity: 1
}

.more-indication:before {
	content: '...';
	display: none;
	position: absolute;
	font-family: maven_probold;
	font-size: 5vw;
	line-height: 8vw;
	color: #fff;
	padding-left: .6vw;
	text-transform: uppercase;
	letter-spacing: .5vw;
	width: 10vw;
	height: 10vw;
	right: 6.66vw;
	bottom: 6.66vw;
	background-color: rgba(255,255,255,.13);
	border-radius: 32px
}

@media only screen and (max-width:600px) {
	.more-indication:before {
		display: block
	}
}

@media screen and (max-width:640px) {
	.careers .footer {
		min-height: 150px
	}
}

.page-section--careers {
	background: url(../img/careers/careers-hero.jpg) center 0/auto 50vh repeat-x;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	padding-bottom: 100px
}

@media only screen and (max-width:1024px) {
	.page-section--careers {
		background-size: auto 40vh
	}
}

@media only screen and (max-width:640px) {
	.page-section--careers {
		background-size: auto 55vh;
		padding-bottom: 50px
	}
}

.page-section--careers.pattern-overlay:before {
	height: 50vh
}

@media only screen and (max-width:1024px) {
	.page-section--careers.pattern-overlay:before {
		height: 40vh
	}
}

@media only screen and (max-width:640px) {
	.page-section--careers.pattern-overlay:before {
		height: 55vh
	}
}

.careers-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 182px;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 0;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate(0,50%);
	-ms-transform: translate(0,50%);
	transform: translate(0,50%)
}

.careers-list:after {
	content: '';
	display: block;
	clear: both
}

.careers-list__item {
	position: relative;
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	max-width: 540px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #F9F6FC;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.careers-list__item:nth-of-type(1),.careers-list__item:nth-of-type(3) {
	background-color: #F3F1F5
}

.careers-list__item h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	color: #3f4a56;
	text-transform: uppercase;
	font-family: maven_promedium;
	font-weight: 300;
	font-style: normal;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.careers-list__item h3 span {
	display: block
}

@media only screen and (max-width:1024px) {
	.careers-list__item {
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%
	}

	.careers-list__item:nth-of-type(3) {
		background-color: #F9F6FC
	}

	.careers-list__item:last-of-type {
		background-color: #F3F1F5
	}
}

@media only screen and (max-width:640px) {
	.careers-list__item {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%
	}

	.careers-list__item:nth-of-type(3) {
		background-color: #F3F1F5
	}

	.careers-list__item:last-of-type {
		background-color: #F9F6FC
	}
}

@media only screen and (max-width:1024px) {
	.careers-list {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@media only screen and (min-width:1024px) {
	.careers-list .careers-list__item:hover {
		background-color: #E13485
	}

	.careers-list .careers-list__item:hover h3 {
		color: #fab2d4
	}

	.careers-list .careers-list__item:hover h3 span {
		border-bottom: 1px solid #fab2d4
	}
}

@media only screen and (max-width:640px) {
	.careers-list {
		height: auto
	}

	.careers-list__item {
		height: 140px
	}
}

.jobs-holder__head {
	position: relative;
	height: 397px;
	background: url(../img/careers/careers-hero.jpg) center 0/cover repeat-x
}

.jobs-holder__head h1 {
	position: relative;
	padding-top: 40px;
	font-size: 4.6875rem;
	line-height: 4.6875rem;
	color: #fff;
	font-family: maven_probold;
	text-align: center
}

.jobs-holder__head h1:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 120px;
	height: 8px;
	background-color: #E23C8A
}

.jobs-holder__desc {
	padding: 100px 20px;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: auto
}

.jobs-holder__desc article {
	max-width: 850px;
	margin-bottom: 40px;
	color: #47515d
}

.jobs-holder__desc article.lists p {
	position: relative;
	padding: 0 0 10px;
	display: list-item;
	list-style-type: none;
	text-indent: 8px
}

.jobs-holder__desc article.lists p:before {
	position: relative;
	left: -8px;
	content: '-'
}

.jobs-holder__desc article h3 {
	font-size: 1.9rem;
	text-transform: uppercase;
	font-family: maven_probold;
	margin-bottom: 3.5vh
}

.jobs-holder__desc article p {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-bottom: 3.125vh
}

@media only screen and (max-width:1280px) {
	.jobs-holder__desc {
		padding: 100px 20px
	}

	.jobs-holder__desc article {
		width: 100%;
		margin: 0 auto 40px
	}
}

@media only screen and (max-width:1024px) {
	.jobs-holder__desc {
		padding: 100px 40px
	}

	.jobs-holder__desc article {
		max-width: 100%
	}
}

@media screen and (max-width:640px) {
	.jobs-holder__head h1 {
		font-size: 4rem;
		line-height: 4rem
	}

	.jobs-holder__desc {
		padding: 30px 20px
	}
}

.footer--jobs .footer__shell {
	max-width: 1280px;
	padding: 0 20px
}

.footer--jobs .footer__shell .apply-btn {
	position: relative;
	width: 192px;
	height: 72px;
	background-color: #47515D;
	border-radius: 40px;
	color: #fff;
	font-size: 30px;
	line-height: 76px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-family: maven_probold
}

@media only screen and (max-width:1280px) {
	.footer--jobs .footer__shell .apply-btn {
		width: 130px;
		height: 45px;
		line-height: 50px;
		font-size: 24px
	}
}

@media only screen and (min-width:1024px) {
	.footer--jobs .footer__shell .apply-btn:hover {
		background-color: #E13485
	}
}[data-tab],[data-tabber-content] {
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}[data-tab] {
 	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 50
}[data-tab].active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

@media only screen and (max-width:1025px) {
	.clicked,[data-tab-link].clicked,[data-tab-link].clicked span {
		color: #e73387!important
	}
}

#casestudies {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	overflow: auto;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}[data-tabber-content=pages] {
	overflow-x: hidden
}[data-tabber-content=pages]>[data-tab] {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden; 
}

.slide-effect-in {
	z-index: 70;
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	transform: translateX(0)!important
}

@media only screen and (max-width:1024px) {
	.slide-effect-in {
		transition-delay: 1s
	}
}

.slide-effect-out-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.slide-effect-out-left {
	z-index: 60;
	transition: -webkit-transform 1.4s ease;
	transition: transform 1.4s ease;
	-webkit-transform: translateX(-100%)!important;
	-ms-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important
}

@media only screen and (max-width:1024px) {
	.slide-effect-out-left {
		transition-delay: 1s
	}
}

.no-scroll .page.active,.no-scroll .pages,.no-scroll .scroll-wrapper {
	overflow: hidden
}

.page-section--contact {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

@media only screen and (max-width:768px) {
	.page-section--contact {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width:568px) and (orientation:landscape) {
	.page-section--contact {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 100vh
	}
}

.contacts-col {
	position: relative;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	max-width: 50%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	font-family: maven_promedium;
	font-weight: 500;
	font-style: normal;
	font-size: 2.125rem;
	color: #fff
}

@media only screen and (max-width:768px) {
	.contacts-col {
		max-width: 100%;
		height: 50%
	}
}

@media only screen and (max-width:568px) and (orientation:landscape) {
	.contacts-col {
		max-width: 50%;
		height: 100%;
		font-size: 2rem
	}
}

@media only screen and (min-width:1025px) {
	.contacts-col a:hover {
		color: #e73387
	}
}

.contacts-col p {
	padding-bottom: 15px
}

.contacts-col small {
	font-size: 1.375rem
}

.contacts-col--ca {
	background-image: url(../img/contact/contact-ca-bg.jpg)
}

.contacts-col--var {
	background-image: url(../img/contact/contact-bg-bg.jpg)
}

.contacts-col--var h2:before {
	background: #4acef6
}

@media only screen and (min-width:1025px) {
	.contacts-col--var a:hover {
		color: #4acef6
	}
}

@media only screen and (max-width:768px) {
	.contacts-col--var {
		padding-bottom: 40px
	}
}

@media only screen and (max-width:568px) {
	.contacts-col--var {
		padding-bottom: 0
	}
}

.contacts-col h2 {
	font-size: 5.625rem;
	color: #fff;
	padding-bottom: .9375rem;
	margin-bottom: .9375rem
}

@media only screen and (max-width:768px) {
	.contacts-col h2 {
		font-size: 4rem
	}
}

.footer--contact {
	position: absolute;

	background: 0 0;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media only screen and (max-width:568px) {
	.footer--contact {
		display: none
	}
}

.footer--contact .footer__box p {
	color: #fff
}

.footer--contact .footer__row {
	padding-bottom: 0
}

.footer--contact .box-social a svg {
	fill: #fff
}

@media only screen and (min-width:1025px) {
	.footer--contact .box-social a:hover svg {
		fill: #e73387
	}
}

.page__casestudy {
	padding-top: 100vh
}

.page__casestudy img {
	display: block;
	width: 100%
}

.page__casestudy .slick-slider {
	position: relative;
	z-index: 2;
	overflow: hidden
}

.page__casestudy .slick-list,.page__casestudy .slick-track {
	position: relative;
	z-index: 2
}

.page__casestudy .slick-slide {
	display: inline-block;
	z-index: 2
}

.page__casestudy .owl-item {
	width: 100%
}

.page__casestudy .owl-nav svg,.page__casestudy .slick-next svg,.page__casestudy .slick-prev svg {
	fill: #d6dfe6
}

@media only screen and (min-width:1025px) {
	.page__casestudy .owl-nav:hover svg,.page__casestudy .slick-next:hover svg,.page__casestudy .slick-prev:hover svg {
		fill: #e7398a
	}
}

.page__casestudy .owl-next,.page__casestudy .owl-prev,.page__casestudy .slick-next,.page__casestudy .slick-prev {
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 4.5%;
	max-width: 65px;
	min-width: 55px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	font-indent: -4000px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	cursor: pointer
}

.page__casestudy .owl-next svg,.page__casestudy .owl-prev svg,.page__casestudy .slick-next svg,.page__casestudy .slick-prev svg {
	pointer-events: none
}

@media only screen and (max-width:1022px) {
	.page__casestudy .owl-next,.page__casestudy .owl-prev,.page__casestudy .slick-next,.page__casestudy .slick-prev {
		display: none!important
	}
}

.page__casestudy .owl-prev,.page__casestudy .slick-prev {
	left: 3.5%;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

@media (max-width:640px) {
	.page__casestudy .owl-prev,.page__casestudy .slick-prev {
		left: 0
	}
}

.page__casestudy .owl-next,.page__casestudy .slick-next {
	right: 3.5%
}

@media (max-width:640px) {
	.page__casestudy .owl-next,.page__casestudy .slick-next {
		right: 0
	}
}

.page__casestudy .owl-dots,.page__casestudy .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 10.138%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 9999;
	height: 5px
}

.page__casestudy .owl-dot,.page__casestudy .slick-dots li button {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 2px;
	background-color: #d6dfe6;
	padding: 0
}

.page__casestudy .owl-dot+.owl-dot,.page__casestudy .slick-dots li button+.owl-dot {
	margin-left: 5px
}

.page__casestudy .owl-dot.active,.page__casestudy .slick-dots li button.active {
	background-color: #e7398a
}

.page__casestudy .slick-dots li {
	height: 5px;
	display: inline-block
}

.page__casestudy .slick-dots li+li {
	margin-left: 5px
}

.page__casestudy .slick-dots li.slick-active button {
	background-color: #e7398a
}

@media (max-width:450px) {
	.page__casestudy .slick-dots {
		bottom: 16.138%
	}
}

.casestudy__top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.casestudy__top__overlay {
	width: 100%;
	height: 100%;
	opacity: 0
}

.casestudy__details {
	position: relative;
	font-family: maven_promedium;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 1.625rem
}

.casestudy__title {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 11.164vw;
	top: -11.164vw
}

@media only screen and (min-width:1024px) and (max-width:1920px) and (orientation:portrait) {
	.casestudy__title {
		height: 9.164vw;
		top: -9.164vw
	}
}

@media only screen and (max-width:1024px) and (orientation:portrait) {
	.casestudy__title {
		height: 19.164vw;
		top: -19.164vw
	}
}

@media only screen and (max-width:740px) and (orientation:landscape) {
	.casestudy__title {
		height: 12vw;
		top: -12vw
	}

	.casestudy__title h1 {
		font-size: 2.5rem
	}

	.casestudy__title h2 {
		font-size: 2.1rem
	}
}

@media only screen and (max-width:320px) and (orientation:portrait) {
	.casestudy__title {
		height: 23vw;
		top: -23vw
	}
}

.scroll-arrow {
	opacity: 0;
	fill: #fff;
	position: absolute;
	top: 0;
	right: 5%;
	width: 4%;
	max-width: 42px;
	height: 100%;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

@media only screen and (max-width:760px) {
	.scroll-arrow {
		opacity: 1
	}
}

.casestudy__details.active .scroll-arrow {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

h2.space {
	padding-bottom: 4vw
}

h2.space~h6 {
	max-width: 967px
}

.shell--spacing {
	padding-top: 4vw;
	padding-bottom: 2vw
}

.casestudy__info__wrapper {
	height: auto;
	overflow: hidden;
	-webkit-transform-style: flat;
	transform-style: flat;
	transition: height .5s ease
}

@media only screen and (min-width:760px) {
	.casestudy__info__wrapper {
		height: auto!important
	}
}

@media only screen and (max-width:760px) {
	.casestudy__info__wrapper {
		height: 0
	}
}

.casestudy__info {
	padding-bottom: 30px
}

@media screen only and (max-width:1550px) {
	.casestudy__info {
		padding-bottom: 1.172vw
	}
}

.casestudy__info__cols-wrapper {
	padding: 10px 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.casestudy__info h6 {
	color: #fff
}

.casestudy__info__col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.casestudy__info__col--cnt {
	-webkit-flex: 2 1 796px;
	-ms-flex: 2 1 796px;
	flex: 2 1 796px;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 24px
}

.casestudy__info__col--cnt p {
	width: 100%;
	max-width: 50%;
	padding-right: 1.953vw
}

@media only screen and (max-width:700px) {
	.casestudy__info__col--cnt p {
		min-width: 100%
	}
}

@media only screen and (max-width:700px) {
	.casestudy__info__col--cnt {
		height: auto!important;
		margin-bottom: 30px
	}
}

.casestudy__info__col--obj {
	-webkit-flex: 1 1 365px;
	-ms-flex: 1 1 365px;
	flex: 1 1 365px;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

@media only screen and (max-width:1240px) {
	.casestudy__info__col--obj {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media only screen and (max-width:568px) {
	.casestudy__info__col--obj {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.btn--casestudy {
	font-family: maven_probold;
	height: 60px;
	padding: 0 40px;
	font-size: 1.25rem;
	line-height: 60px;
	border-radius: 30px;
	margin: 0
}

@media only screen and (min-width:1024px) {
	.btn--casestudy:hover {
		background-color: #fff
	}
}

@media only screen and (min-width:640px) and (max-width:1280px) {
	.btn--casestudy {
		min-width: 100%
	}
}

@media only screen and (max-width:568px) {
	.btn--casestudy {
		min-width: 100%
	}
}

.btn--app-store {
	padding: 15px 29px;
	border-radius: 29px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1;
	text-transform: none
}

.btn--app-store svg {
	width: 17px;
	height: 29px;
	margin-right: 10px;
	fill: #fff
}

.btn--app-store small {
	font-size: 10px;
	display: block
}

.btn--app-store strong {
	font-size: 24px
}

.objectives {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-top: -28px
}

@media only screen and (max-width:1280px) {
	.objectives {
		margin-top: 0;
		padding-right: 50px
	}
}

.obj__row {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (min-width:640px) and (max-width:1280px) {
	.obj__row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.obj__list {
	max-width: auto;
	margin-right: 0;
	font-family: maven_promedium;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 1.625rem;
	padding: 30px 0
}

.download-section {
	display: block
}

.casestudy__background {
	background-repeat: no-repeat;
	background-position: center 0
}

.footer--casestudies h3 {
	color: #fff
}

.footer--casestudies p {
	color: rgba(255,255,255,.36)
}

.footer--casestudies p a:hover {
	color: #fff
}

.footer--casestudies .box-social__link svg {
	fill: rgba(255,255,255,.36)
}

.casestudy__top--event-pro {
	background-image: url(../img/projects/event-pro/casestudy-top.jpg)
}

.casestudy__overlay--event-pro {
	background-color: #216c9f
}

.btn--event-pro {
	background-color: rgba(21,68,100,.3);
	color: #33c8ff
}

@media only screen and (min-width:1025px) {
	.btn--event-pro:hover {
		color: #154464
	}
}

.event-pro {
	color: #154464
}

h1.event-pro,h6.event-pro {
	color: #fff
}

@media only screen and (min-width:1025px) {
	.casestudy--event-pro .owl-next:hover:hover svg,.casestudy--event-pro .owl-prev:hover:hover svg,.casestudy--event-pro .slick-next:hover:hover svg,.casestudy--event-pro .slick-prev:hover:hover svg {
		fill: #12aaeb
	}
}

.casestudy--event-pro .owl-dot.active,.casestudy--event-pro .slick-dots li button.active,.casestudy--event-pro .slick-dots li.slick-active button {
	background-color: #12aaeb
}

.bordered.event-pro {
	border-top-color: rgba(21,68,100,.3)
}

.casestudy__details--event-pro {
	color: #d0dfe9;
	background: #216c9f
}

.casestudy__title--event-pro {
	background: rgba(33,108,159,.95)
}

.casestudy__slider--event-pro {
	background-color: #e8eff5
}

.casestudy__slider--event-pro--type2 {
	background-color: #fff;
	overflow: hidden
}

.casestudy__preview--event-pro {
	background-color: #eef3f7
}

.footer--event-pro {
	background-image: url(../img/projects/event-pro/footer-bg.jpg)
}

.footer--event-pro .btn-hi svg {
	fill: #01b0ff
}

.footer--event-pro .btn-hi span {
	color: #fff
}

@media only screen and (min-width:1025px) {
	.footer--event-pro .btn-hi:hover svg {
		fill: #fff
	}

	.footer--event-pro .btn-hi:hover span {
		color: #01b0ff
	}
}

.footer--event-pro h2 {
	color: #01b0ff
}

.footer--event-pro p a:hover {
	color: #2d92d7
}

.footer--event-pro .box-social__link:hover svg {
	fill: #2d92d7
}

.casestudy__top--networx {
	background-image: url(../img/projects/networx/networx-top.jpg)
}

.casestudy__overlay--networx {
	background-color: #f2472e
}

.btn--networx {
	background-color: rgba(161,48,31,.3);
	color: #fff
}

@media only screen and (min-width:1025px) {
	.btn--networx:hover {
		color: #f2472e
	}
}

.networx {
	color: #a1301f
}

h1.networx,h6.networx {
	color: #fff
}

@media only screen and (min-width:1025px) {
	.casestudy--networx .owl-next:hover svg,.casestudy--networx .owl-prev:hover svg,.casestudy--networx .slick-next:hover svg,.casestudy--networx .slick-prev:hover svg {
		fill: #f23216
	}
}

.casestudy--networx .owl-dot.active,.casestudy--networx .slick-dots li button.active,.casestudy--networx .slick-dots li.slick-active button {
	background-color: #f23216
}

.bordered.networx {
	border-top-color: rgba(161,48,31,.3)
}

.casestudy__details--networx {
	color: #fff;
	background: #f2472e
}

.casestudy__title--networx {
	background: rgba(242,71,46,.98)
}

.casestudy__slider--networx {
	background-color: #fff
}

.casestudy__slider--networx--type2 {
	background-color: #fff;
	overflow: hidden
}

.casestudy__preview--networx {
	background-color: #eef3f7
}

.footer--networx {
	background-image: url(../img/projects/networx/networx-footer.jpg)
}

.footer--networx .btn-hi svg {
	fill: #f2472e
}

.footer--networx .btn-hi span {
	color: #fff
}

@media only screen and (min-width:1025px) {
	.footer--networx .btn-hi:hover svg {
		fill: #fff
	}

	.footer--networx .btn-hi:hover span {
		color: #f2472e
	}
}

.footer--networx h2 {
	color: #f2472e
}

.footer--networx .box-social__link:hover svg {
	fill: #fff
}

.casestudy__top--bob-marley {
	background-image: url(../img/projects/bob-marley/bob-marley-top.jpg)
}

.casestudy__overlay--bob-marley {
	background-color: #35bd6e
}

.casestudy__details--bob-marley {
	color: #fff;
	background-color: #35bd6e
}

.casestudy__details--bob-marley h1 {
	color: #fff
}

.casestudy__details--bob-marley h2,.casestudy__details--bob-marley h2.space {
	color: #1c6c3e
}

@media only screen and (min-width:1024px) {
	.casestudy__details--bob-marley h2.space span {
		display: block
	}
}

.casestudy__details--bob-marley .btn {
	background-color: #1c6c3e
}

@media only screen and (min-width:1025px) {
	.casestudy__details--bob-marley .btn:hover {
		background-color: #fff;
		color: #1c6c3e
	}
}

.casestudy__title--bob-marley {
	background-color: #35bd6e
}

.casestudy__slider--bob-marley .owl-carousel {
	position: absolute;
	top: 0;
	left: 0
}

.casestudy__slider--bob-marley .owl-carousel .owl-controls .owl-buttons .owl-next,.casestudy__slider--bob-marley .owl-carousel .owl-controls .owl-buttons .owl-prev {
	background: rgba(213,23,44,0)
}

.casestudy__slider--bob-marley .owl-carousel .owl-controls .owl-buttons .owl-next svg,.casestudy__slider--bob-marley .owl-carousel .owl-controls .owl-buttons .owl-prev svg {
	fill: #fff;
	width: 26px;
	height: 42px
}

.casestudy__slider--bob-marley .item {
	max-width: 850px;
	width: 100%;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.casestudy__slider--bob-marley .item h2 {
	margin-top: 140px;
	font-family: maven_probold;
	font-size: 66px;
	font-weight: 500;
	color: #1A7858;
	text-align: center
}

.casestudy__slider--bob-marley .item h2 span {
	color: #fff
}

.casestudy__slider--bob-marley .item .video {
	position: relative;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	height: 487px;
	width: 835px
}

.casestudy__slider--bob-marley .item .video:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: -75px;
	background: url(../img/projects/bob-marley/video-shadow.png) center top/100% 100% no-repeat;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);

	z-index: 2
}

@media only screen and (max-width:1024px) {
	.casestudy__slider--bob-marley .item .video:after {
		background-image: url(../img/projects/bob-marley/video-shadow.png);
		height: 54px;
		bottom: -69px
	}
}

.casestudy__slider--bob-marley .item .video video {
	display: none
}

.casestudy__slider--bob-marley .item .video.visible video {
	width: 100%;
	display: block;
	margin-top: 9px;
	margin-left: 1px;
	height: 468px;
	z-index: 3
}

.casestudy__slider--bob-marley .item .video.visible:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 97.5%;
	top: 6px;
	left: 0;
	border: 5px solid #fff;
	background: 0 0;
	pointer-events: none
}

@media only screen and (min-width:1280px) and (max-width:1919px) {
	.casestudy__slider--bob-marley .item h2 {
		margin-top: 110px;
		font-size: 54px
	}

	.casestudy__slider--bob-marley .item .video {
		height: 400px;
		width: 691px
	}

	.casestudy__slider--bob-marley .item .video.visible video {
		height: 386px
	}
}

@media (min-width:1280px) {
	.casestudy__slider--bob-marley .item .video {
		cursor: pointer
	}
}

@media (max-width:1279px) {
	.casestudy__slider--bob-marley .item h2 {
		margin-top: 100px;
		font-size: 54px
	}

	.casestudy__slider--bob-marley .item .video {
		height: 360px;
		width: 620px
	}

	.casestudy__slider--bob-marley .item .video.visible video {
		height: 345px
	}
}

@media (max-width:1150px) {
	.casestudy__slider--bob-marley .item h2 {
		margin-top: 80px;
		font-size: 40px
	}

	.casestudy__slider--bob-marley .item .video {
		height: 305px;
		width: 522px
	}

	.casestudy__slider--bob-marley .item .video.visible video {
		height: 290px
	}
}

@media (max-width:960px) {
	.casestudy__slider--bob-marley .item h2 {
		margin-top: 65px;
		font-size: 29px
	}

	.casestudy__slider--bob-marley .item .video {
		height: 250px;
		width: 433px
	}

	.casestudy__slider--bob-marley .item .video.visible video {
		height: 240px
	}

	.casestudy__slider--bob-marley .item .video:after {
		bottom: -60px
	}
}

@media (max-width:740px) {
	.casestudy__slider--bob-marley .item h2 {
		margin-top: 45px;
		font-size: 18px
	}

	.casestudy__slider--bob-marley .item .video {
		height: 155px;
		width: 270px
	}

	.casestudy__slider--bob-marley .item .video.visible video {
		height: 148px
	}

	.casestudy__slider--bob-marley .item .video:after {
		bottom: -55px
	}
}

@media (max-width:500px) {
	.casestudy__slider--bob-marley .item h2 {
		margin-top: 20px;
		font-size: 15px
	}

	.casestudy__slider--bob-marley .item .video {
		height: 95px;
		width: 165px
	}

	.casestudy__slider--bob-marley .item .video.visible video {
		height: 88px
	}

	.casestudy__slider--bob-marley .item .video:after {
		bottom: -40px
	}
}

.casestudy__slider--bob-marley-device .slick-dots li.slick-active button {
	background-color: #1c6c3e
}

@media only screen and (min-width:1025px) {
	.casestudy__slider--bob-marley-device .owl-nav:hover svg,.casestudy__slider--bob-marley-device .slick-next:hover svg,.casestudy__slider--bob-marley-device .slick-prev:hover svg {
		fill: #1c6c3e
	}
}

.footer--bob-marley {
	background-image: url(../img/projects/bob-marley/bg-footer.jpg)
}

.footer--bob-marley img {
	position: absolute;
	top: 0;
	left: 0
}

.footer--bob-marley .btn-hi svg {
	fill: #35bd6e
}

@media only screen and (min-width:1025px) {
	.footer--bob-marley .btn-hi:hover svg {
		fill: #fff
	}

	.footer--bob-marley .btn-hi:hover span {
		color: #35bd6e
	}
}

.footer--bob-marley h2 {
	color: #35bd6e
}

.footer--bob-marley p a:hover {
	color: #1c6c3e
}

@media only screen and (min-width:1025px) {
	.footer--bob-marley .box-social__link:hover svg {
		fill: #fff
	}
}

.casestudy__top--rich-beach {
	background-image: url(../img/projects/rich-beach/rich-beach-top.jpg)
}

.casestudy__overlay--rich-beach {
	background-color: #043660
}

.casestudy__details--rich-beach {
	color: #9ab3c3;
	background-color: #043660
}

.casestudy__details--rich-beach h1 {
	color: #fff
}

.casestudy__details--rich-beach h2,.casestudy__details--rich-beach h2.space {
	color: #ff2d74
}

@media only screen and (min-width:1024px) {
	.casestudy__details--rich-beach h2.space span {
		display: block
	}
}

.casestudy__details--rich-beach .btn {
	background-color: #ff2d74
}

@media only screen and (min-width:1025px) {
	.casestudy__details--rich-beach .btn:hover {
		background-color: #fff;
		color: #ff2d74
	}

	.casestudy__details--rich-beach .btn:hover svg {
		fill: #ff2d74
	}
}

.casestudy__title--rich-beach {
	background-color: #043660
}

.footer--rich-beach {
	background-image: url(../img/projects/rich-beach/rich-beach-footer.jpg)
}

.footer--rich-beach img {
	position: absolute;
	top: 0;
	left: 0
}

.footer--rich-beach .btn-hi svg {
	fill: #ed3475
}

@media only screen and (min-width:1025px) {
	.footer--rich-beach .btn-hi:hover svg {
		fill: #fff
	}

	.footer--rich-beach .btn-hi:hover span {
		color: #ed3475
	}
}

.footer--rich-beach h2 {
	color: #ed3475
}

.footer--rich-beach p a:hover {
	color: #ff2d74
}

@media only screen and (min-width:1025px) {
	.footer--rich-beach .box-social__link:hover svg {
		fill: #ed3475
	}
}

.casestudy__top--inseller {
	background-image: url(../img/projects/inseller/inseller-top.jpg)
}

.casestudy__overlay--inseller {
	background-color: #f6f4f1
}

.casestudy__details--inseller {
	color: #757575;
	background-color: #f6f4f1
}

.casestudy__details--inseller h1 {
	color: #263238
}

.casestudy__details--inseller h2.space {
	color: #36454C
}

.casestudy__details--inseller h2 {
	color: #cdb388
}

.casestudy__details--inseller h6 {
	color: #4A5A61
}

@media only screen and (min-width:1024px) {
	.casestudy__details--inseller h2.space span {
		display: block
	}
}

.casestudy__details--inseller .btn {
	background-color: #cdb388
}

@media only screen and (min-width:1025px) {
	.casestudy__details--inseller .btn:hover {
		background-color: #fff;
		color: #cdb388
	}

	.casestudy__details--inseller .btn:hover svg {
		fill: #cdb388
	}
}

.casestudy__title--inseller {
	background-color: rgba(246,244,241,.95)
}

.footer--inseller {
	background-image: url(../img/projects/inseller/inseller-footer.jpg)
}

.footer--inseller img {
	position: absolute;
	top: 0;
	left: 0
}

.footer--inseller .btn-hi svg {
	fill: #cdb388
}

@media only screen and (min-width:1025px) {
	.footer--inseller .btn-hi:hover svg {
		fill: #fff
	}

	.footer--inseller .btn-hi:hover span {
		color: #cdb388
	}
}

.footer--inseller h2 {
	color: #cdb388
}

.footer--inseller h3 {
	color: #263238
}

.footer--inseller p {
	color: rgba(38,50,56,.36)
}

.footer--inseller p a:hover {
	color: #cdb388
}

.footer--inseller .box-social__link svg {
	fill: rgba(38,50,56,.36)
}

@media only screen and (min-width:1025px) {
	.footer--inseller .box-social__link:hover svg {
		fill: #cdb388
	}
}

.casestudy__top--destiny {
	background-image: url(../img/projects/destiny/destiny-top.jpg)
}

.casestudy__overlay--destiny {
	background-color: #00284a
}

.casestudy__details--destiny {
	color: #6fa0c1;
	background-color: #00284a
}

.casestudy__details--destiny h1 {
	color: #fff
}

.casestudy__details--destiny h2.space {
	color: #ebf2f6
}

.casestudy__details--destiny h2 {
	color: #00d5e6
}

.casestudy__details--destiny h6 {
	color: #fff
}

@media only screen and (min-width:1024px) {
	.casestudy__details--destiny h2.space span {
		display: block
	}
}

.casestudy__details--destiny .btn {
	color: #1b3659;
	background-color: #00d5e6
}

@media only screen and (min-width:1025px) {
	.casestudy__details--destiny .btn:hover {
		background-color: #fff;
		color: #1b3659
	}

	.casestudy__details--destiny .btn:hover svg {
		fill: #00d5e6
	}
}

.obj__row {
	width: auto
}

.casestudy__title--destiny {
	background-color: #00284a
}

.footer--destiny {
	background-image: url(../img/projects/destiny/destiny-footer.jpg)
}

.footer--destiny img {
	position: absolute;
	top: 0;
	left: 0
}

.footer--destiny .btn-hi svg {
	fill: #00d5e6
}

@media only screen and (min-width:1025px) {
	.footer--destiny .btn-hi:hover svg {
		fill: #fff
	}

	.footer--destiny .btn-hi:hover span {
		color: #00d5e6
	}
}

.footer--destiny h2 {
	color: #fff
}

.footer--destiny h3 {
	color: #00d5e6
}

.footer--destiny p {
	color: rgba(97,111,131,.36)
}

.footer--destiny p a:hover {
	color: #00d5e6
}

.footer--destiny .box-social__link svg {
	fill: #677282
}

@media only screen and (min-width:1025px) {
	.footer--destiny .box-social__link:hover svg {
		fill: #00d5e6
	}
}

.casestudy__top--svg-devices {
	background-image: url(../img/projects/svg-devices/svg-devices-header.jpg)
}

.casestudy__overlay--svg-devices {
	background-color: #4a325e
}

@media only screen and (min-width:1025px) {
	.btn--svg-devices:hover {
		color: #e73387
	}
}

.svg-devices {
	color: #b491cc
}

h1.svg-devices,h6.svg-devices {
	color: #fff
}

.casestudy__details--svg-devices {
	color: #ebe3f1;
	background-color: #4a325e
}

.casestudy__details--svg-devices strong {
	display: block;
	color: #b491cc
}

.casestudy__slider--svg-devices .slick-slide {
	float: left
}

.casestudy__slider--svg-devices .slick-next,.casestudy__slider--svg-devices .slick-prev {
	height: 75%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.casestudy__slider--svg-devices .slick-prev {
	-webkit-transform: translateY(-50%) scale(-1);
	-ms-transform: translateY(-50%) scale(-1);
	transform: translateY(-50%) scale(-1)
}

.casestudy__title--svg-devices {
	background-color: rgba(74,50,94,.95)
}

.footer--svg-devices {
	background-image: url(../img/projects/svg-devices/footer-bg.jpg)
}

.footer--svg-devices .btn-hi svg {
	fill: #e63083
}

.footer--svg-devices .btn-hi span {
	color: #fff
}

@media only screen and (min-width:1025px) {
	.footer--svg-devices .btn-hi:hover svg {
		fill: #fff
	}

	.footer--svg-devices .btn-hi:hover span {
		color: #e63083
	}
}

.footer--svg-devices h2,.footer--svg-devices p a:hover {
	color: #e63083
}

.footer--svg-devices .box-social__link:hover svg {
	fill: #e63083
}

@media only screen and (max-width:1240px) {
	.casestudy__top>div {
		display: none
	}
}

@media only screen and (max-width:640px) {
	.lazy {
		background-position: center
	}

	.lazy img {
		opacity: 0
	}
}

.casestudy {
	padding-top: 100vh;
	z-index: 100
}

.casestudy * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.casestudy__top>div {
	width: 100%;
	height: 100%;
	opacity: 0
}

#eventray-case .casestudy__top>div {
	background-color: #216c9f
}

#networx-case .casestudy__top>div {
	background-color: #f2472e
}

.dtail-brand {
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0;
	bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #685777;
	font-family: maven_probold
}

.errors {
	height: 100%;
	background: #4A325E
}

.errors__holder {
	position: relative;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.errors__holder div {
	max-width: 590px
}

.errors__holder__message {
	position: relative;
	height: 325px
}

.errors__holder__message h1 {
	font-size: 276px;
	color: #fff;
	text-align: center
}

.errors__holder__message h2 {
	font-size: 29px;
	color: #fff
}

.errors__holder__message a {
	position: absolute;
	width: auto;
	height: 20px;
	left: 0;
	right: 0;
	bottom: -13.15vh;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	color: #fb3592;
	font-family: maven_probold
}

.landing-screen {
	height: 100%;
	background-color: #4A325E;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.landing-screen:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	width: 0;
	background: #e73387;
	-webkit-animation: loader 1s forwards;
	animation: loader 1s forwards
}

.landing-screen--loading:before {
	width: auto;
	max-width: 100%
}

.landing-screen--loaded:before {
	width: 100%
}

.landing-screen__logo svg {
	width: 191px;
	height: 191px;
	fill: #fff;
	margin-bottom: 20px
}

.landing-screen__logo p {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: maven_probold
}

@-webkit-keyframes loader {
	0% {
		width: 0
	}

	100% {
		width: 90%
	}
}

@keyframes loader {
	0% {
		width: 0
	}

	100% {
		width: 90%
	}
}

