@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);

@font-face {
	font-family:Oswald;font-style:normal;font-display:swap;font-weight:200;src:local("Oswald Extra Light "),local("Oswald-Extra Light"),url(/_next/static/media/oswald-latin-200.d183171ff23a70d6f56342b81d28611f.woff2) format("woff2"),url(/_next/static/media/oswald-latin-200.cc14c2f821d8a4b9f2bac6d68c68ea15.woff) format("woff");
}

@font-face {
	font-family:Oswald;font-style:normal;font-display:swap;font-weight:300;src:local("Oswald Light "),local("Oswald-Light"),url(/_next/static/media/oswald-latin-300.6baac7033f0373df1850c724c33418e3.woff2) format("woff2"),url(/_next/static/media/oswald-latin-300.6397ef0940c9f9358f63939fc89a9f54.woff) format("woff");
}

@font-face {
	font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:local("Oswald Regular "),local("Oswald-Regular"),url(/_next/static/media/oswald-latin-400.5ee68289b9bf597a8aff9144e7833911.woff2) format("woff2"),url(/_next/static/media/oswald-latin-400.3d1d485b3ed0d998b43ffe5a0aed16d8.woff) format("woff");
}

@font-face {
	font-family:Oswald;font-style:normal;font-display:swap;font-weight:500;src:local("Oswald Medium "),local("Oswald-Medium"),url(/_next/static/media/oswald-latin-500.d8318e1ca3fc801039836be403f4f44a.woff2) format("woff2"),url(/_next/static/media/oswald-latin-500.4ad0010b374a70399f91704213ed20ea.woff) format("woff");
}

@font-face {
	font-family:Oswald;font-style:normal;font-display:swap;font-weight:600;src:local("Oswald SemiBold "),local("Oswald-SemiBold"),url(/_next/static/media/oswald-latin-600.4ccfaf63875913f86ff047f18727fc79.woff2) format("woff2"),url(/_next/static/media/oswald-latin-600.98b7df2b43024102f102bc6925bb5c36.woff) format("woff");
}

@font-face {
	font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:local("Oswald Bold "),local("Oswald-Bold"),url(/_next/static/media/oswald-latin-700.b06529212af7ac33fc07ff263af15696.woff2) format("woff2"),url(/_next/static/media/oswald-latin-700.f9aecc9a5487eb4022fc4dddafc1d383.woff) format("woff");
}


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

.img-fluid1{
	width: 100%;
}

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

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

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

@-webkit-keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

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

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.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);
	}
}

@-moz-keyframes bounce {
	0%,20%,53%,80%,to {
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

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

	70% {
		-moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-moz-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

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

@keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

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

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0);
		-moz-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

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

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

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

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

@-moz-keyframes flash {
	0%,50%,to {
		opacity: 1;
	}

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

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

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

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

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

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}

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

	to {
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}

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

	to {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

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

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

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

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

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

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-moz-keyframes rubberBand {
	0% {
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-moz-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-moz-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

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

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

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

	to {
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		-moz-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		-moz-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

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

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

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

	to {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

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

@-webkit-keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

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

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

@-moz-keyframes shake {
	0%,to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

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

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

@keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes swing {
	20% {
		-moz-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-moz-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-moz-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

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

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

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

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

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

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-moz-keyframes tada {
	0% {
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-moz-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-moz-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-moz-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		-moz-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		-moz-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		-moz-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

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

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

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

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

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

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

@-moz-keyframes wobble {
	0% {
		-moz-transform: none;
		transform: none;
	}

	15% {
		-moz-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}

	30% {
		-moz-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}

	45% {
		-moz-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}

	60% {
		-moz-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}

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

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

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes jello {
	0%,11.1%,to {
		-moz-transform: none;
		transform: none;
	}

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

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

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

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

	66.6% {
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-moz-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

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

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

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

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

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

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		-moz-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

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

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

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

@-moz-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

	40% {
		-moz-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-moz-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-moz-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		-moz-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		-moz-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		-moz-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
}

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

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

@-moz-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

@-moz-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

@keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

@-moz-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

@keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-moz-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

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

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

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

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

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

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

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

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

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

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

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

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

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

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

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

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

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

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

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

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

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

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

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

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

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

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

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

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

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

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

@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

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

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

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

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

@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

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

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

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

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

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

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

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

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

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

@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
		-moz-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-moz-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

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

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

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		-moz-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

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

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

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

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

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

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

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

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

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-moz-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-moz-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

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

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		-moz-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-moz-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		-moz-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

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

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

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

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

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

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

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

@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-moz-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-moz-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

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

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		-moz-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-moz-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		-moz-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

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

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

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

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

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

@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-moz-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-moz-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-moz-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		-moz-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

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

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

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

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

@-moz-keyframes flipOutY {
	0% {
		-moz-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-moz-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-moz-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		-moz-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		-moz-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

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

@-webkit-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;
	}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

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

@-moz-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

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

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

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

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

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

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

@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center;
		transform-origin: center;
		-moz-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

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

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		-moz-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

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

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

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

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

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

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

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

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

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

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

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

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

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

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

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

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

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

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

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

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

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

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

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

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

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

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

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

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

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-moz-transform-origin: center;
		transform-origin: center;
		-moz-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		-moz-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

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

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

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

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

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

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

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

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

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

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

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

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

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

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

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

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		-moz-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-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: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

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

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

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

	20%,60% {
		-moz-transform: rotate(80deg);
		transform: rotate(80deg);
		-moz-transform-origin: top left;
		transform-origin: top left;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

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

@-moz-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-moz-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-moz-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-moz-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		-moz-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		-moz-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	-moz-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

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

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

@-moz-keyframes rollIn {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}

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

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

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

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

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

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

@-moz-keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-moz-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

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

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

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

	50% {
		opacity: 1;
	}
}

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

	50% {
		opacity: 1;
	}
}

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

	50% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	to {
		opacity: 0;
	}
}

@-moz-keyframes zoomOut {
	0% {
		opacity: 1;
	}

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

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

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

	to {
		opacity: 0;
	}
}

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

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

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

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

	to {
		opacity: 0;
		-moz-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-moz-transform-origin: center bottom;
		transform-origin: center bottom;
		-moz-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	to {
		opacity: 0;
		-moz-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-moz-transform-origin: center bottom;
		transform-origin: center bottom;
		-moz-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

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

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

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	-moz-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		-moz-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		-moz-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		-moz-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		-moz-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-moz-keyframes slideInUp {
	0% {
		-moz-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		-moz-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	-moz-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

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

@-moz-keyframes slideOutDown {
	0% {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-moz-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		-moz-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	-moz-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

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

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-moz-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

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

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-moz-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		-moz-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

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

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-moz-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:FontAwesome;src:url(../media/fontawesome-webfont.8b43027f47b20503057dfbbaa9401fef.eot);src:url(../media/fontawesome-webfont.8b43027f47b20503057dfbbaa9401fefd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../media/fontawesome-webfont.20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"),url(../media/fontawesome-webfont.f691f37e57f04c152e2315ab7dbad881.woff) format("woff"),url(../media/fontawesome-webfont.1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"),url(../media/fontawesome-webfont.c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg#fontawesomeregular) format("svg");font-weight:400;font-style:normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	-moz-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	-moz-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-moz-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	transform: scaleY(-1);
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-close:before,.fa-remove:before,.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-cog:before,.fa-gear:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-repeat:before,.fa-rotate-right:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-cogs:before,.fa-gears:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-floppy-o:before,.fa-save:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-sort:before,.fa-unsorted:before {
	content: "\f0dc";
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-gavel:before,.fa-legal:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-bolt:before,.fa-flash:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-clipboard:before,.fa-paste:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-chain-broken:before,.fa-unlink:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: "\f150";
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: "\f151";
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: "\f152";
}

.fa-eur:before,.fa-euro:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-inr:before,.fa-rupee:before {
	content: "\f156";
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: "\f157";
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: "\f158";
}

.fa-krw:before,.fa-won:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-try:before,.fa-turkish-lira:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: "\f19c";
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: "\f1c5";
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: "\f1c6";
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
	content: "\f1d0";
}

.fa-empire:before,.fa-ge:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7";
}

.fa-paper-plane:before,.fa-send:before {
	content: "\f1d8";
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-bed:before,.fa-hotel:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-y-combinator:before,.fa-yc:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
	content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-television:before,.fa-tv:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
	content: "\f2a3";
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-sign-language:before,.fa-signing:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-address-card:before,.fa-vcard:before {
	content: "\f2bb";
}

.fa-address-card-o:before,.fa-vcard-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family:fontello;src:url(../media/fontello.fc1690a04a07e99868f02c938eb1f7a9.eot);src:url(../media/fontello.fc1690a04a07e99868f02c938eb1f7a9.eot#iefix) format("embedded-opentype"),url(../media/fontello.c0dea815775d799fe8af70251e1597c4.woff2) format("woff2"),url(../media/fontello.b94c10a94a142b9cc8686b6404b74760.woff) format("woff"),url(../media/fontello.67f22f61273ba3a13f28fd773427e310.ttf) format("truetype"),url(../media/fontello.6420ae46b0bae3abbee5292fcba11596.svg#fontello) format("svg");font-weight:400;font-style:normal;
}

[class*=" mei-"]:before,[class^=mei-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mei-settings:before {
	content: "\e800";
}

.mei-team:before {
	content: "\e801";
}

.mei-transfer:before {
	content: "\e802";
}

.mei-web-design:before {
	content: "\e803";
}

.mei-app-development:before {
	content: "\e804";
}

.mei-computer-graphic:before {
	content: "\e805";
}

.mei-development-1:before {
	content: "\e806";
}

.mei-development:before {
	content: "\e807";
}

.mei-pie-chart:before {
	content: "\e808";
}

.mei-menu:before {
	content: "\e809";
}

.mei-production:before {
	content: "\e80a";
}

.mei-project-management:before {
	content: "\e80b";
}

.mei-advertising:before {
	content: "\e80c";
}

.mei-magnifying-glass:before {
	content: "\e80d";
}

body,html {
	margin: 0;
	padding: 0;
}

body {
	line-height: 32px;
	color: #818181;
	letter-spacing: .64px;
	font-size: 16px;
	font-family: Oswald,sans-serif;
	font-weight: 400;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

h1,h2,h3,h4,h5 h6 {
	color: #58b0bc;
	font-weight: 400;
	margin: 0 0 15px;
}

a {
	color: #58b0bc;
	text-decoration: none;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

a:focus,a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	color: #fff;
}

ul li {
	margin: 0;
	list-style: none;
}

.noPadding,ul li {
	padding: 0;
}

.noPaddingLeft,.noPaddingRight {
	padding-right: 0;
}

.common_btn {
	border: none;
	font-size: 16px;
	font-weight: 400;
	background: #58b0bc;
	color: #fff;
	height: 70px;
	text-transform: uppercase;
	text-align: center;
	padding: 28px 45.5px;
	display: inline-block;
	line-height: .8;
	letter-spacing: 1.6px;
	position: relative;
	outline: none;
	transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}

.common_btn span {
	position: relative;
	z-index: 2;
}

.common_btn:after {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}

.common_btn:hover:after {
	width: 100%;
}

.common_btn:hover {
	color: #000;
}

.common_btn.red_bg {
	padding: 28px 40.5px;
}

.common_btn.red_bg:after {
	background: #e62b4a;
}

.common_btn.red_bg:hover:after {
	width: 100%;
}

.common_btn.red_bg:hover {
	color: #fff;
}

.commonSection {
	padding: 120px 0;
	position: relative;
}

.commonSection .container {
	position: relative;
	z-index: 2;
}

.singlefunfact{
    background: #fff;
    padding-bottom: 29px;
    border-radius: 10px;
}

.grays {
	background: #f5f6fa;
}

.sub_title {
	font-size: 38px;
	color: #17a2b8;
	letter-spacing: 1.2px;
	margin: 0 0 5px;
}
.justify-center{
	text-align: inherit !important;
}

.sec_title,.sub_title {
	font-weight: 400;
	text-transform: uppercase;
}

.sec_title {
	font-size: 50px;
	line-height: 60px;
	color: #58b0bc;
	letter-spacing: 2px;
	margin: 0 0 25px;
	white-space: pre-line;
}

.red_color {
	color: #e62b4a;
}

.white {
	color: #fff;
}

.sec_desc {
	margin: 0 0 54px;
	white-space: pre-line;
	text-align: justify;
}

.color_aaa {
	color: #aaa;
}

.google-map__contact-page {
	width: 100%;
	height: 609px;
}

.google-map__contact-page iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

@media(min-width:1200px) {
	.container {
		max-width: 1200px;
	}
}

.header_01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	background: transparent;
	padding: 39px 40px 0 45px;
	border-bottom: 2px solid hsla(0,0%,100%,.1);
}

.logo img {
	max-width: 100%;
	height: auto;
}

.mainmenu {
	position: relative;
}

.mainmenu ul {
	margin: 0;
	padding: 0;
}

.mainmenu ul li {
	list-style: none;
	padding: 0;
	
}
.mainmenu ul li a{
	display: block;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
}

.sub-menu1 li a {
	display: block;
    font-size: 15px !important;
    line-height: 32px;
    
	
}
.sub-menu1 li a:hover{
	color: #000;
}
.sub-menu1 li{
	position: relative;
	padding-left: 17px !important;
}
.sub-menu1 li:before{
font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #fff;

}

.sub-heading {
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(40deg, #dc354557, #68b3bf);
    padding-left: 10px;
    border-radius: 3px;
    margin-top: 3px;
}

.mainmenu ul ul.sub-menu {
	background: #58b0bc;
	
	z-index: 9;
	padding: 25px 30px 13px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	visibility: hidden;
	opacity: 0;
	
	
}




.navigator {
	position: relative;
	padding: 6px 0 37px;
}

.navigator a {
	display: inline-block;
	color: #fff;
	line-height: .8;
	font-size: 25px;
	margin: 0;
}

.navigator a.search {
	margin-right: 16px;
}

.navigator a.active,.navigator a:hover {
	color: #e62b4a;
}

.black_color {
	border-color: #e5e5e5;
}

.black_color .mainmenu ul li a {
	color: #000;
}

.black_color .mainmenu ul li a:hover {
	color: #000;
}

.black_color .mainmenu ul li a:after {
	background: #000;
}

.black_color .navigator a {
	color: #000;
}

.black_color .navigator a.active,.black_color .navigator a:hover {
	color: #e62b4a;
}

.fixedHeader {
	background: #000;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border: none;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

.black_color.fixedHeader {
	background: #fff;
}

.black_color .mainmenu ul ul.sub-menu {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

.black_color .mainmenu ul ul.sub-menu:before {
	border-bottom: 5px solid #fff;
}

.black_color .mainmenu ul li:hover ul.sub-menu {
	top: 66px;
}

.rev_slider {
	position: relative;
}

.rev_slider .tp-leftarrow.me_arrows,.rev_slider .tp-rightarrow.me_arrows {
	width: 74px;
	height: 72px;
	border-radius: 0;
	background: hsla(0,0%,100%,.35);
	color: #000;
	text-align: center;
	padding: 25px 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.rev_slider .tparrows.tp-rightarrow:before {
	content: "\f105";
	font-size: 24px;
	line-height: .8;
	color: #000;
	font-family: fontAwesome;
}

.rev_slider .tparrows.tp-leftarrow:before {
	content: "\f104";
	font-size: 24px;
	line-height: .8;
	color: #000;
	font-family: fontAwesome;
}

.rev_slider .tp-leftarrow.me_arrows:hover,.rev_slider .tp-rightarrow.me_arrows:hover {
	background: #fff;
}

.rev_slider .common_btn {
	padding: 28px 45.5px!important;
}

.rev_slider.slider_2 .tp-leftarrow.me_arrows,.rev_slider.slider_2 .tp-rightarrow.me_arrows {
	background: rgba(0,0,0,.35);
	color: #fff;
}

.rev_slider.slider_2 .tparrows.tp-leftarrow:before,.rev_slider.slider_2 .tparrows.tp-rightarrow:before {
	color: #fff;
}

.rev_slider.slider_2 .tp-leftarrow.me_arrows:hover,.rev_slider.slider_2 .tp-rightarrow.me_arrows:hover {
	background: #000;
}

.tp-bannertimer {
	display: none;
}

.service_section {
	background: url(../media/1.07c900b759d7624843c1bda656a18f90.jpg) no-repeat 50%/cover;
}

.icon_box_1 {
	display: inline-block;
	position: relative;
	width: 100%;
	background: transparent;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.icon_box_1 .back i,.icon_box_1 .front i {
	font-size: 64px;
	line-height: 1;
	display: block;
	margin-bottom: 17px;
}

.icon_box_1 .back h3,.icon_box_1 .back i,.icon_box_1 .front h3,.icon_box_1 .front i {
	color: #aaa;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.icon_box_1 .back h3,.icon_box_1 .front h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.icon_box_1 .flipper {
	-webkit-transform-origin: 100% 213.5px;
	-moz-transform-origin: 100% 213.5px;
	transform-origin: 100% 213.5px;
}

.flipper {
	-webkit-transform-style: preserve-3d;
	-ms-transition: .6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: .6s;
	transform-style: preserve-3d;
	position: relative;
}

.back,.flipper,.front {
	-webkit-transition: .6s;
	-moz-transition: .6s;
}

.back,.front {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: .6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: .6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: .6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: transparent;
	z-index: 2;
	border: 2px solid #1b1b1b;
	padding: 48px 45px 45px;
	width: 100%;
}

.vertical .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.back {
	background: #e62b4a;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	position: relative;
	padding: 48px 45px 45px;
	border: 2px solid #e62b4a;
	width: 100%;
}

.icon_box_1.hover .front,.icon_box_1:hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.icon_box_1.hover .back,.icon_box_1:hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.custom_column .col-lg-3 {
	width: 20%;
	-webkit-flex: 0 0 20%;
	-moz-box-flex: 0;
	flex: 0 0 20%;
}

.icon_box_1 .back h3,.icon_box_1 .back i {
	color: #fff;
}

.ab_agency {
	padding-bottom: 40px;
	padding-top: 30px;
}

.PR_79 {
	padding-right: 79px;
}

.MB_45 {
	margin-bottom: 45px;
}

.ab_img1 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.ab_img1 img {
	max-width: 100%;
	height: auto;
	width: 90%;
	
}

.ab_img2 {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 2;
}

.ab_img2:after {
	position: absolute;
	top: -40px;
	left: 40px;
	content: "";
	border: 10px solid #e62b4a;
	width: 470px;
	height: 458px;
}

.ab_img2 img {
	max-width: 100%;
	height: auto;
	box-shadow: -2px 4px 35px 0 rgba(0,0,0,.3);
}

.what_wedo {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 72px;
}

.what_wedo:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	content: "";
	background: #f4f4f4;
}

.videoWrap {
	position: relative;
	margin-bottom: 100px;
}

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

.play_video {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.play_video a.video_popup {
	display: inline-block;
	width: 115px;
	height: 115px;
	border-radius: 0;
	position: relative;
	background: #e62b4a;
	color: #fff;
	font-size: 30px;
	line-height: .8;
	padding: 42px 0;
	margin-bottom: 31px;
}

.play_video a.video_popup:hover {
	background: #000;
	color: #fff;
}

.play_video h2 {
	font-size: 50px;
	line-height: 1;
	letter-spacing: 2px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}

.subscribefrom {
	position: relative;
	text-align: right;
}

.subscribefrom input[type=email] {
	width: 470px;
	height: 70px;
	background: #f4f4f4;
	color: #818181;
	line-height: 70px;
	font-weight: 400;
	letter-spacing: .56px;
	padding-left: 30px;
	border: none;
	outline: none;
}

.subscribefrom .common_btn.red_bg {
	padding: 28px 42.5px;
	margin-left: 5px;
}

.subscribefrom input[type=email]::-moz-placeholder {
	color: #818181!important;
	opacity: 1!important;
}

.subscribefrom input[type=email]::-ms-input-placeholder {
	color: #818181!important;
	opacity: 1!important;
}

.subscribefrom input[type=email]::-webkit-input-placeholder {
	color: #818181!important;
	opacity: 1!important;
}

.porfolio {
	padding-bottom: 90px;
}

.singlefolio {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}

.singlefolio img {
	display: block;
	width: 100%;
	height: auto;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.folioHover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 20px;
	bottom: 50px;
	z-index: 3;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
}

.singlefolio:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(230,43,74,.8);
	overflow: hidden;
	width: 0;
	height: 100%;
	content: "";
	transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}

.singlefolio .folioHover a.cate {
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	display: block;
	letter-spacing: 1.2px;
	margin: 0 0 3px;
	text-transform: uppercase;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.singlefolio .folioHover h4 {
	font-size: 20px;
	line-height: .8;
	color: #fff;
	letter-spacing: .8px;
	margin: 0;
	text-transform: uppercase;
}

.singlefolio .folioHover h4 a {
	color: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.singlefolio:hover img {
	transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-webkit-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.singlefolio:hover .folioHover {
	visibility: visible;
	opacity: 1;
	left: 50px;
}

.singlefolio:hover:after {
	width: 100%;
}

.singlefolio .folioHover a.cate:hover,.singlefolio .folioHover h4 a:hover {
	color: #58b0bc;
}

.funfact {
	background: linear-gradient(183deg, #e7787b1f 26%, #90cad133 82%);
	padding: 0 0 330px;
}

.BR {
	border-right: 1px solid #1a1a1a;
}

.singlefunfact {
	position: relative;
	padding-top: 30px;
}

.singlefunfact h1 {
	font-size: 60px;
	line-height: 1;
	letter-spacing: 2.4px;
	font-weight: 300;
	color: #1a1616;
	margin: 0 0 25px;
	font-weight: bold;
}

.singlefunfact h3 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: .8;
	color: #58b0bc;
	letter-spacing: 1.6px;
	margin: 0;
	font-weight: bold;
}

.trustClient {
	padding: 0;
	margin-top: -283px;
	z-index: 5;
}

.pb_120 {
	padding-bottom: 30px;
}

.CL_content {
	position: relative;
}

.CL_content img {
	max-width: 100%;
	height: auto;
}

.abc_inner {
	position: relative;
	margin-top: -477px;
	z-index: 2;
}

.abci_content {
	position: relative;
	background: #fff;
	padding: 16px 0 0 100px;
	margin-left: -17px;
	padding-bottom: 33px;

}

.abci_content h2 {
	font-size: 50px;
	letter-spacing: 2px;
	color: #58b0bc;
	line-height: 63px;
	text-transform: uppercase;
	margin: 0 0 43px;
}



.team {
	padding-bottom: 120px;
}

.slick-list {
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.singleTM {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.team_slider .slick-slide {
	margin: 0 15px;
	outline: none;
}

.tm_img {
	position: relative;
}

.tm_img img {
	width: 100%;
	height: auto;
	max-width: none;
	width: -moz-calc(100% + 20px);
	width: calc(100% + 20px);
	transition: opacity .35s,-webkit-transform .35s;
	-moz-transition: opacity .35s,transform .35s,-moz-transform .35s;
	transition: opacity .35s,transform .35s;
	transition: opacity .35s,transform .35s,-webkit-transform .35s,-moz-transform .35s;
	-webkit-transform: translate3d(-10px,0,0);
	-moz-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.singleTM:hover .tm_img img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.singleTM .tm_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
}

.singleTM .tm_overlay:after {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(230,43,74,.7);
	overflow: hidden;
	width: 0;
	height: 100%;
	content: "";
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.singleTM .team_social {
	position: absolute;
	left: 20px;
	top: 49px;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
}

.singleTM .team_social a {
	display: block;
	font-size: 12px;
	line-height: .8;
	letter-spacing: 1.2px;
	color: #fff;
	margin: 0 0 19px;
	position: relative;
	text-transform: uppercase;
}

.singleTM .team_social a span {
	position: relative;
}

.singleTM .team_social a span:after {
	width: 0;
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.singleTM .team_social a span:hover:after {
	width: 100%;
}

.tm_overlay a.common_btn {
	position: absolute;
	left: 20px;
	bottom: 50px;
	visibility: hidden;
	opacity: 0;
	padding: 24px 30.5px;
	height: 60px;
	font-size: 14px;
	letter-spacing: 1.4px;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
}

.singleTM:hover .tm_overlay a.common_btn {
	visibility: visible;
	opacity: 1;
	left: 50px;
	z-index: 9;
}

.singleTM:hover .team_social {
	visibility: visible;
	opacity: 1;
	left: 50px;
}

.singleTM:hover .tm_overlay:after {
	width: 100%;
}

.detail_TM {
	position: relative;
	text-align: center;
	padding: 30px 15px 0;
}

.detail_TM h5 {
	font-size: 20px;
	letter-spacing: .8px;
	color: #000;
	display: block;
	margin: 0 0 3px;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.detail_TM h5,.detail_TM h6 {
	line-height: .8;
	text-transform: uppercase;
}

.detail_TM h6 {
	font-size: 12px;
	letter-spacing: 1.2px;
	color: #818181;
	position: relative;
	display: inline-block;
}

.detail_TM h6:after {
	width: 0;
	height: 1px;
	content: "";
	background: #818181;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.singleTM:hover .detail_TM h5 {
	color: #e62b4a;
}

.singleTM:hover .detail_TM h6:after {
	width: 100%;
}

.slick-dots {
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -74px;
	float: none;
	text-align: center;
}

#team-carousel-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	text-align: center;
	margin-top: 40px;
}

#team-carousel-pagination .swiper-pagination-bullet,.slick-dots li {
	list-style: none;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #dbdbdb;
	border: none;
	margin: 0 3px;
	cursor: pointer;
	padding: 0;
	opacity: 1;
	border-radius: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.slick-dots li button[type=button] {
	border: none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	text-indent: -9999px;
	z-index: 10;
	outline: none;
}

#team-carousel-pagination .swiper-pagination-bullet-active,#team-carousel-pagination .swiper-pagination-bullet:hover,.slick-dots li.slick-active,.slick-dots li:hover {
	background: #000;
}

.client {
	background: #f4f4f4;
}

.singleClient {
	position: relative;
	width: 100%;
	height: 208px;
	margin-bottom: 30px;
	background: #fff;
	text-align: center;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.singleClient a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: inline-block;
}

.singleClient a img {
	max-width: 119px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: .4;
	display: inline-block!important;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.singleClient:after {
	width: 4px;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	background: #e62b4a;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.singleClient:hover:after {
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.singleClient:hover a img {
	opacity: 1;
}

.singleClient:hover {
	box-shadow: 0 10px 35px 0 rgba(0,0,0,.05);
}

.client_slider .owl-controls .owl-nav {
	display: none;
}

.client_slider .owl-controls .owl-dots {
	line-height: .8;
	text-align: center;
	margin-top: 27px;
}

.client_slider .owl-controls .owl-dots .owl-dot span,.client_slider .swiper-pagination-bullet {
	line-height: .8;
	width: 10px;
	height: 10px;
	border-radius: 0;
	margin: 0 3px;
	padding: 0;
	background: #dbdbdb;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
	opacity: 1;
}

.client_slider .owl-controls .owl-dots .owl-dot.active span,.client_slider .owl-controls .owl-dots .owl-dot:hover span,.client_slider .swiper-pagination-bullet-active,.client_slider .swiper-pagination-bullet:hover {
	background: #000;
}

.client_slider .swiper-pagination {
	position: relative;
	width: 100%;
	left: auto;
	top: auto;
	margin-top: 25px;
}

.singleClient_2 {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: none;
	padding: 40px 15px 46px 50px;
	width: 100%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.singleClient_2:after {
	width: 4px;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	background: #e62b4a;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.singleClient_2:hover:after {
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.singleClient_2:hover {
	box-shadow: 0 10px 35px 0 rgba(0,0,0,.05);
}

.singleClient_2 h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: .8px;
	margin: 0 0 30px;
}

.singleClient_2 p {
	line-height: 30px;
	margin: 0;
}

.testimonial {
	background: url(../media/3.120eafd34ad5791c684ceb5f0811b8a9.jpg) no-repeat fixed 50%/cover;
	padding-bottom: 10px;
	padding-top: 15px;
}

.testimonial_content {
	position: relative;
	text-align: center;
	padding: 0 65px;
}

.testimonial_content .testi_icon {
	width: 115px;
	height: 115px;
	background: #e62b4a;
	text-align: center;
	display: inline-block;
	font-size: 64px;
	line-height: .8;
	color: #fff;
	padding: 25px 0;
	
}

.testimonial_content h2 {
	font-size: 50px;
	line-height: 62px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	
}

.testimonial_content h2 span {
	color: #e62b4a;
}

.testimonial_content p {
	font-size: 20px;
	color: #fff;
	letter-spacing: .8px;
	white-space: pre-line;
	margin: 0;
}

.chooseUs, .blog{
	padding-top: 20px;
	padding-bottom: 20px;
	background: linear-gradient(183deg, #e7787b1f 26%, #90cad133 82%);
}


.latestBlogItem {
	position: relative;
	background: #fff;
	margin: 0 0 51px;
}

.lbi_thumb {
	overflow: hidden;
	position: relative;
}

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

.lbi_details {
	text-align: left;
	position: relative;
	margin: -20px 10px 0;
	padding: 30px 30px 0;
	background: #fff;
	z-index: 3;
}

.lbi_details .lbid_date {
	font-size: 10px;
	line-height: .8;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	height: 31px;
	width: 65px;
	background: #58b0bc;
	color: #fff;
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.lbi_details .lbid_date:hover {
	color: #fff;
	background: #e62b4a;
}

.lbi_details h2 {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 1.04px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 13px;
}

.lbi_details h2 a {
	color: #000;
}

.lbi_details h2 a:hover {
	color: #e62b4a;
}

.lbi_details .learnM {
	display: inline-block;
	font-size: 12px;
	line-height: .8;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	color: #000;
	position: relative;
}

.lbi_details .learnM:after {
	width: 0;
	height: 1px;
	content: "";
	background: #e62b4a;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.lbi_details .learnM:hover:after {
	width: 100%;
}

.lbi_details .learnM:hover {
	color: #e62b4a;
}



.ready .sec_title {
	margin: 0;
	margin-top: 16px;
}

.ready .common_btn {
	padding: 28px 42.5px;
}

.ready_2 {
	background: url(../media/6.e42f242e3a283fe42a34a321217b678a.jpg) no-repeat 50%/cover;
}

.ready_2 .sec_title {
	margin: 0;
}

.ready_2 .common_btn {
	padding: 28px 42.5px;
	background: #fff;
	color: #000;
}

.footer_1 {
	padding-top: 0;
	position: relative;
	background: url(../media/5.7387848ede37cac6035c3bb2d5786bf3.jpg) no-repeat 50%/cover;
}


.footer_1 {
    /*background: linear-gradient(126deg, var(--info), #ff000063);*/
    background: linear-gradient(#58b0bc,#eda0a3);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.footer_1 .widget {
	position: relative;
	padding: 0 0 112px;
}

.footer_1 .widget .widget_title {
	font-size: 18px;
	letter-spacing: .72px;
	color: #fff;
	line-height: .8;
	margin: 0 0 43px;
	position: relative;
	text-transform: uppercase;
}

.footer_1 .aboutwidget {
	padding-right: 110px;
	margin-top: -8px;
}

.footer_1 .aboutwidget img {
	max-width: 100%;
	height: auto;
	margin-bottom: 34px;
}

.footer_1 .aboutwidget p {
	font-size: 14px;
	letter-spacing: .56px;
	color: #aaa;
	margin: 0;
}

.footer_1 .contact_widgets {
	padding-left: 60px;
}

.footer_1 .contact_widgets p {
	font-size: 14px;
	letter-spacing: .56px;
	color: #aaa;
	margin: 0;
}

.footer_1 .contact_widgets p a,.footer_1 .copyright a {
	color: #fff;
	text-decoration: underline;
}

.footer_1 .contact_widgets p a:hover,.footer_1 .copyright a:hover {
	color: #e62b4a;
}

.footer_1 .contact_widgets p:first-of-type {
	margin-bottom: 32px;
}

.footer_1 .social_widget ul {
	margin: 0;
	padding: 0;
}

.footer_1 .social_widget ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.footer_1 .social_widget ul li a {
	font-size: 14px;
	letter-spacing: .56px;
	color: #aaa;
	margin: 0;
	display: block;
	text-align: left;
}

.footer_1 .social_widget ul li a i {
	font-size: 16px;
	color: #fff;
	margin-right: 12px;
}

.footer_1 .social_widget ul li a:hover {
	color: #fff;
}

.footer_1 .copyright {
	
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom:15px;
}

.icon_box_2 {
	position: relative;
	width: 100%;
	background: #fff;
	border: 2px solid #f4f4f4;
	padding: 50px 65px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.icon_box_2:after {
	width: 4px;
	height: 0;
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	background: #e62b4a;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.icon_box_2 h3 {
	font-size: 20px;
	letter-spacing: .8px;
	color: #000;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 35px;
}

.icon_box_2 p {
	margin: 0 0 31px;
}

.icon_box_2 .iconWrap {
	position: relative;
	margin: 0 0 44px;
}

.icon_box_2 .iconWrap:after {
	background: url(../media/shadow.f8622b8f389112198639e13f7f789779.png) no-repeat 50%/cover;
	height: 7px;
	width: 75px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -17px;
	margin: 0 auto;
	z-index: 2;
}

.icon_box_2 .iconWrap i {
	font-size: 64px;
	font-style: normal;
}

.icon_box_2 .iconWrap i,.icon_box_2 a {
	color: #000;
	display: inline-block;
	margin: 0;
}

.icon_box_2 a {
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: .8;
	text-transform: uppercase;
}

.icon_box_2 a:hover {
	color: #e62b4a;
}

.icon_box_2:hover {
	box-shadow: 0 10px 35px 0 rgba(0,0,0,.05);
	border-color: transparent;
}

.icon_box_2:hover:after {
	visibility: visible;
	opacity: 1;
	height: 101%;
}

.featured {
	background: #f4f4f4;
	overflow: hidden;
}

.features_content {
	padding-right: 30px;
}

.singleFeature {
	position: relative;
	padding-left: 70px;
	margin-bottom: 56px;
}

.singleFeature:last-child {
	margin-bottom: 0;
}

.singleFeature:after {
	position: absolute;
	left: 24px;
	top: 58px;
	content: "";
	width: 2px;
	height: 95px;
	background: #000;
}

.singleFeature:last-child:after {
	display: none;
}

.singleFeature .f_count {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	padding: 18px 0;
	width: 50px;
	height: 48px;
	line-height: .8;
	background: #000;
}

.singleFeature h3 {
	font-size: 18px;
	line-height: .8;
	letter-spacing: .72px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 29px;
}

.singleFeature p {
	margin: 0;
}

.features_img {
	position: relative;
}

.img_details {
	background: #e62b4a;
	display: inline-block;
	padding: 43px 103px 45px 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.img_details h4 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: pre-line;
}

.testimonial_2 {
	background: url(../media/7.b79e31038436f2ff680f16eb4736f4bb.jpg) no-repeat 50%/cover;
}

.testimoniTab {
	position: relative;
}

#testimonial_2_thumb,.testimoniTab ul {
	margin: 53px 0 0;
	padding: 0;
}

#testimonial_2_thumb .swiper-slide,.testimoniTab ul li {
	list-style: none;
	display: inline-block;
	opacity: .6;
}

#testimonial_2_thumb .swiper-slide-thumb-active,.testimoniTab ul li.active {
	opacity: 1;
}

.testimoniTab ul li:last-child {
	margin-right: 0;
}

#testimonial_2_thumb .swiper-slide a,.testimoniTab ul li a {
	display: block;
}

#testimonial_2_thumb .swiper-slide a span,.testimoniTab ul li a span {
	width: 79px;
	height: 79px;
	display: block;
	margin-bottom: 21px;
	position: relative;
}

#testimonial_2_thumb .swiper-slide a span img,.testimoniTab ul li a span img {
	width: 100%;
	height: 100%;
}

#testimonial_2_thumb .swiper-slide a span:after,.testimoniTab ul li a span:after {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "“";
	background: #e62b4a;
	font-size: 30px;
	line-height: .8;
	padding: 11px 0;
	z-index: 9;
	color: #fff;
	text-align: center;
}

#testimonial_2_thumb .swiper-slide a .author_detail,.testimoniTab ul li a .author_detail {
	position: relative;
}

#testimonial_2_thumb .swiper-slide a .author_detail h5,.testimoniTab ul li a .author_detail h5 {
	font-size: 16px;
	line-height: .8;
	color: #fff;
	margin: 0 0 16px;
	text-transform: uppercase;
}

#testimonial_2_thumb .swiper-slide a .author_detail h6,.testimoniTab ul li a .author_detail h6 {
	font-size: 12px;
	line-height: .8;
	color: #aaa;
	letter-spacing: 1.2px;
	margin: 0;
	text-transform: uppercase;
}

.testi_con {
	position: relative;
	text-align: left;
	padding-top: 120px;
}

.testi_con p {
	font-size: 24px;
	line-height: 42px;
	letter-spacing: .96px;
	color: #fff;
	font-weight: 300;
	margin: 0 0 21px;
}

.testi_con span {
	text-transform: uppercase;
	color: #aaa;
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: .9;
	display: block;
	margin: 0;
}

#testimonials-carousel-pagination,.dots_owl {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 9;
	bottom: auto;
	left: auto;
	text-align: right;
	line-height: 1;
}

#testimonials-carousel-pagination .swiper-pagination-bullet,.dots_owl .owl-dot {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 0;
	background: #1a1a1a;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
	opacity: 1;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#testimonials-carousel-pagination .swiper-pagination-bullet-active,#testimonials-carousel-pagination .swiper-pagination-bullet:hover,.dots_owl .owl-dot.active,.dots_owl .owl-dot:hover {
	background: #fff;
}

.chooseUs_title {
	margin: 0;
	padding: 0;
}

.chooseUs_title li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 33.33333333%;
	display: inline-block;
	position: relative;
	float: left;
}

.chooseUs_title li a {
	display: block;
	font-size: 20px;
	line-height: .8;
	color: #000;
	letter-spacing: .8px;
	background: #f4f4f4;
	padding: 49px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.chooseUs_title li.active a,.chooseUs_title li:hover a {
	background: #dc35458f;
	color: #fff;
}

.padding-bottom-fix{
	margin-top: 140px;
}
.padding-bottom-fix .row{
	align-items: center;
}
.chose_img {
	position: relative;
	margin: 60px 0 0;
}

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

.wh_choose {
	position: relative;
	margin: 51px 0 0;
}

.wh_choose p {
	margin: 0 0 25px;
	text-align: justify !important;
}

.wh_choose ul {
	margin: 0;
	padding: 0;
}

.wh_choose ul li {
	display: block;
	line-height: 36px;
}

.wh_choose ul li i {
	font-size: 14px;
	color: #e62b4a;
	line-height: 32px;
	margin-right: 15px;
}

.what_wedo_2 {
	background: #f4f4f4;
}

.single_wedo {
	position: relative;
	overflow: hidden;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
	margin-bottom: 26px;
    border-radius: 10px;
}

.single_wedo img {
	width: 100%;
	height: auto;
	opacity: 0.6;
	border-radius: 10px;
	height: 400px;
}

.single_wedo .overlay_wedo {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	margin: auto;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: linear-gradient(45deg, #17a2b82b, #ed020226);
}

.single_wedo .overlay_wedo:after {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	margin: auto;
	background: rgba(230,43,74,.7);
	overflow: hidden;
	width: 0;
	height: 100%;
	content: "";
	visibility: hidden;
	opacity: 0;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.single_wedo:hover .overlay_wedo:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.single_wedo .overlay_wedo a {
	height: 68px;
	color: #000;
	line-height: .8;
	font-size: 18px;
	letter-spacing: .72px;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	text-align: center;
	padding: 26px 0;
	width: 240px;
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.single_wedo .overlay_wedo a:hover {
	color: #fff;
	background: #58b0bc;
}

.gmapsection {
	position: relative;
}

.gmap {
	width: 100%;
	height: 609px;
}

.btn_link {
	position: relative;
}

.btn_link,.btn_link a {
	width: 100%;
	line-height: .8;
}

.btn_link a {
	display: inline-block;
	height: 143px;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #fff;
	letter-spacing: .96px;
	background: #e62b4a;
	padding: 61px 0;
}

.btn_link a:hover {
	background: #000;
	color: #fff;
}

.btn_link.bg_black a {
	background: #000;
}

.btn_link.bg_black a:hover {
	background: #e62b4a;
}

.pageBanner {
	min-height: 350px;
	background: url(../media/8.8ed97d7374b5a8469caa19b1afb25cd1.jpg) no-repeat 50%/cover;
	padding-top: 165px;
}

.ready{
	padding: 20px 0;
}
.banner_content,.pageBanner {
	position: relative;
}

.banner_content h4 {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.banner_content h4 a {
	color: #fff;
	display: inline-block;
}

.banner_content h4 a:hover {
	color: #000;
}

.banner_content h2 {
	font-size: 56px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2.8px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.agency_img1 {
	position: relative;
	text-align: right;
}

.agency_img1:after {
	position: absolute;
	right: 60px;
	top: 60px;
	border: 10px solid #e62b4a;
	height: 464px;
	width: 530px;
	content: "";
	z-index: 6;
}

.agency_img2 {
	position: relative;
	text-align: left;
	z-index: 4;
	margin-top: -20px;
}

.agency_img1 img,.agency_img2 img {
	max-width: 100%;
	height: auto;
	box-shadow: -2px 4px 35px 0 rgba(0,0,0,.3);
}

.compay_date {
	position: absolute;
	right: 60px;
	bottom: 3px;
	z-index: 4;
}

/* animated */

.choose-image {
    position: relative;
    top: 12px;
}
.choose-image .choose-image-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    width: 124px;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.choose-image .choose-image-shape .shape-2 {
    position: absolute;
    right: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
}
.choose-image .choose-image-shape .shape-3 {
    position: absolute;
    bottom: 10%;
    left: 12%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    width: 119px;
    top: -0px;
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@keyframes moveScale {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.6);
    }
}
@keyframes moveLeftBounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes border-transform-default {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}















.compay_date h5 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: .8;
	color: #000;
	margin: 0 0 3px;
}

.compay_date h2 {
	font-size: 110px;
	line-height: .9;
	letter-spacing: 4.4px;
	color: #000;
	margin: 0;
}

.subscribe {
	padding: 100px 0 72px;
	border-bottom: 1px solid #e7e7e7;
}

.our_work {
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 59px;
    position: relative;
    padding-top: 36px;
}

.videoWrap_2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 50%;
	z-index: 10;
}

.videoWrap_2 .play_video h2 {
	color: #fff;
}

.videoWrap_2 img {
	width: 100%;
	height: 100%;
}

.ab_detail_wrap {
	padding-left: 90px;
}

.ab_detail_wrap .sec_title {
	margin-bottom: 46px;
}

.ab_detail_wrap .sec_desc {
	line-height: 36px;
}

.service_detail {
	padding-top: 40px;
}

.serviceArea {
	position: relative;
}
.serviceArea p{
	text-align: justify;
}
.serviceArea img {
	width: 100%;
	height: auto;
	margin-bottom: 57px;
}
ul,ol{
	padding-left: 0;
}

.serviceArea h2 {
    text-transform: uppercase;
    color: #58b0bc;
    font-size: 33px;
    letter-spacing: 2px;
    margin-bottom: 34px;
    font-weight: bold;
}

.serviceArea p {
	margin: 0 0 31px;
}

.serviceArea h3 {
    line-height: 48px;
    text-transform: uppercase;
    /* letter-spacing: 6px; */
    color: #17a2b8;
    font-size: 30px;
    margin-bottom: 20px;
}

.serviceArea .gaping {
	padding: 24px 0 0;
}

.serviceArea .gaping img {
	margin-bottom: 52px;
}

.serviceArea ul {
	margin: 0;
	padding: 0;
}

.serviceArea ul li {
	list-style: none;
	display: inline-block;
	line-height: 32px;
	font-size: 16px;
}

.serviceArea ul li i {
	color: #e62b4a;
	margin-right: 10px;
	line-height: 36px;
}

.meipaly_services_help {
	background: linear-gradient(#db8688fa,#62b5c1);
    padding: 47px 50px;
    border-radius: 10px;
    color: #000;
}

.meipaly_services_help h4 {
	font-size: 18px;
	color: #fff;
	letter-spacing: .72px;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.meipaly_services_help p {
	color: #aaa;
	margin: 0 0 25px;
	padding-right: 5px;
}

.meipaly_services_help h2 {
	font-size: 30px;
	color: #fff;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 0;
}

.folio_mixing {
	position: relative;
	text-align: center;
	margin: 0 0 65px;
}

.folio_mixing ul {
	margin: 0;
	padding: 0;
	line-height: .8;
}

.folio_mixing ul li {
	display: inline-block;
	list-style: none;
	margin: 0 17px;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: .8;
	color: #818181;
	cursor: pointer;
	position: relative;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.folio_mixing ul li:after {
	width: 0;
	height: 1px;
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -5px;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.folio_mixing ul li.active,.folio_mixing ul li:hover {
	color: #000;
}

.folio_mixing ul li.active:after,.folio_mixing ul li:hover:after {
	width: 100%;
}

.custom {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.custom .mix {
	display: none;
}

.mt_30 {
	margin-top: 30px;
}

.porfolioDetail {
	padding-bottom: 0;
}

.portDetailThumb {
	position: relative;
	margin-bottom: 30px;
}

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

.nextprevPagination {
	position: relative;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 51px 0;
	margin-top: 30px;
}

.nextprevPagination a {
	text-transform: uppercase;
	color: #000;
	line-height: .8;
	font-size: 16px;
	letter-spacing: 1.6px;
	margin: 0;
	display: inline-block;
}

.nextprevPagination a.prevFolio i {
	line-height: .8;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.nextprevPagination a.nextFolio i {
	line-height: .8;
	margin-left: 8px;
	position: relative;
	top: -1px;
}

.nextprevPagination a:hover {
	color: #e62b4a;
}

.singlePortfoio_content {
	position: relative;
	margin: 0 0 35px;
}

.singlePortfoio_content h3 {
	font-size: 30px;
	line-height: .8;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1.04px;
	margin: 0 0 39px;
}

.singlePortfoio_content h4 {
	font-size: 18px;
	line-height: .8;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .72px;
	margin: 0 0 9px;
}

.singlePortfoio_content p {
	line-height: 30px;
	margin: 0;
}

.singlePortfoio_content p a {
	display: inline-block;
	color: #818181;
}

.singlePortfoio_content p a:hover {
	color: #e62b4a;
}

.singlePortfoio_content ul {
	margin: 17px 0 0;
	padding: 0;
}

.singlePortfoio_content ul li {
	list-style: none;
	display: block;
	line-height: .8;
	margin: 0 0 17px;
}

.singlePortfoio_content ul li a {
	color: #818181;
	font-size: 12px;
	text-transform: uppercase;
	line-height: .8;
	letter-spacing: 1.2px;
	display: inline-block;
	position: relative;
}

.singlePortfoio_content ul li a:after {
	width: 0;
	height: 1px;
	content: "";
	background: #e62b4a;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.singlePortfoio_content ul li a:hover {
	color: #e62b4a;
}

.singlePortfoio_content ul li a:hover:after {
	width: 100%;
}

.relatedPortfolio {
	padding-bottom: 90px;
}

.meipaly_paginations a,.meipaly_paginations span {
	position: relative;
	display: inline-block;
	height: 46px;
	width: 45px;
	background: #f4f4f4;
	color: #818181;
	font-size: 14px;
	letter-spacing: .56px;
	text-align: center;
	padding: 17px 0;
	line-height: .8;
	margin: 0 3px;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.meipaly_paginations a.next,.meipaly_paginations a.prev {
	font-size: 20px;
	padding: 12px 0;
	margin: 0 2px;
}

.meipaly_paginations a:after,.meipaly_paginations span:after {
	width: 4px;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	background: #e62b4a;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.meipaly_paginations a.prev:after {
	right: auto;
	left: 0;
}

.meipaly_paginations a:hover:after,.meipaly_paginations span.current:after {
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.meipaly_paginations a:hover,.meipaly_paginations span.current {
	color: #fff;
	background: #000;
}

.blog_thumb,.single_blog {
	position: relative;
}

.blog_thumb {
	margin: 0;
}

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

.blog_headings {
	position: relative;
	margin: -20px 10px 29px;
	background: #fff;
	z-index: 3;
	
}

.blog_headings span.blog_date {
	font-size: 10px;
	line-height: .8;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	height: 31px;
	width: 65px;
	background: #e62b4a;
	color: #fff;
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.blog_headings h2 {
	text-transform: uppercase;
	font-size: 40px;
	color: #000;
	line-height: 40px;
	letter-spacing: 1.6px;
	margin: 0 0 7px;
}

.blog_headings .blog_metas {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1.2px;
	color: #818181;
	text-transform: uppercase;
	margin: 0;
}

.blog_headings .blog_metas a {
	display: inline-block;
	color: #818181;
	margin: 0 10px;
}

.blog_headings .blog_metas a:first-of-type {
	margin-left: 0;
}

.blog_headings .blog_metas a:hover {
	color: #e62b4a;
}



.blog_details p {
	line-height: 30px;
	margin: 0 0 30px;
}

.blog_tagitems {
	position: relative;
	border-top: 1px solid #e7e7e7;
	padding: 34px 0 35px;
}

.blog_tagitems span {
	font-size: 20px;
	color: #000;
	letter-spacing: .8px;
	margin-right: 3px;
}

.blog_tagitems a,.blog_tagitems span {
	line-height: 30px;
	display: inline-block;
}

.blog_tagitems a {
	color: #818181;
	font-size: 16px;
}

.blog_tagitems a:hover {
	color: #000;
}

.post_author {
	position: relative;
	background: #f4f4f4;
	padding: 57px 70px 60px 270px;
	margin-bottom: 60px;
}

.post_author img {
	width: 170px;
	height: 190px;
	position: absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.post_author h3 {
	font-size: 20px;
	line-height: .8;
	color: #000;
	letter-spacing: .8px;
	margin: 0 0 39px;
}

.post_author h3 a {
	color: #000;
}

.post_author h3 a:hover {
	color: #e62b4a;
}

.post_author p {
	line-height: 30px;
	margin: 0 0 16px;
}

.post_author>a {
	color: #e62b4a;
	line-height: .8;
	display: inline-block;
	position: relative;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-size: 12px;
}

.post_author>a:after {
	width: 100%;
	height: 1px;
	content: "";
	background: #e62b4a;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -5px;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.post_author>a:hover {
	color: #000;
}

.post_author>a:hover:after {
	background: #000;
}

.comment_area {
	position: relative;
}

.comment_area h3 {
	font-size: 30px;
	line-height: .8;
	letter-spacing: 1.2px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 61px;
}

.comment_area ol {
	margin: 0;
	padding: 0;
}

.comment_area ol li {
	list-style: none;
	display: block;
	margin: 0;
}

.single-comment {
	position: relative;
	padding-left: 143px;
	padding-right: 100px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 55px;
	margin-bottom: 60px;
}

.single-comment img {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
}

.single-comment .authorDetails {
	position: relative;
}

.single-comment .authorDetails h5 {
	font-size: 20px;
	line-height: .8;
	color: #000;
	letter-spacing: .8px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.single-comment .authorDetails h5 a {
	color: #000;
}

.single-comment .authorDetails h5 a:hover {
	color: #e62b4a;
}

.single-comment .authorDetails span {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #e62b4a;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin: 0 0 27px;
}

.single-comment .comment {
	position: relative;
	margin: 0;
}

.single-comment .comment p {
	line-height: 30px;
	margin: 0;
}

.single-comment .common_btn.red_bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	font-size: 14px;
	letter-spacing: 1.4px;
	padding: 19px 21px;
}

.commentForm {
	position: relative;
}

.commentForm h3 {
	font-size: 30px;
	line-height: .8;
	letter-spacing: 1.2px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 61px;
}

.input-form {
	width: 100%;
	height: 70px;
	background: #f4f4f4;
	border: none;
	text-align: left;
	padding: 0 30px;
	font-size: 14px;
	letter-spacing: .56px;
	line-height: 70px;
	color: #818181;
	margin: 0 0 30px;
	outline: none;
	border-radius: 0;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.input-form.reqError {
	border: 1px solid #e62b4a;
}

textarea.input-form {
	height: 190px;
	resize: none;
	line-height: 30px;
	padding: 21px 30px;
	margin-bottom: 21px;
}

input.input-form[type=email]::-moz-placeholder,input.input-form[type=text]::-moz-placeholder,textarea.input-form::-moz-placeholder {
	color: #818181!important;
	opacity: 1!important;
}

input.input-form[type=email]::-ms-input-placeholder,input.input-form[type=text]::-ms-input-placeholder,textarea.input-form::-ms-input-placeholder {
	color: #818181!important;
	opacity: 1!important;
}

input.input-form[type=email]::-webkit-input-placeholder,input.input-form[type=text]::-webkit-input-placeholder,textarea.input-form::-webkit-input-placeholder {
	color: #818181!important;
	opacity: 1!important;
}

.commentForm .common_btn.red_bg {
	padding: 28px 42.5px;
}

input.input-form:focus,textarea.input-form:focus {
	box-shadow: 0 10px 35px 0 rgba(0,0,0,.05);
	border-right: 4px solid #e62b4a;
	background: #fff;
}

.sidebar .widget {
	position: relative;
	margin-bottom: 30px;
}

.sidebar .widget.search-widget {
	padding: 0;
}

.sidebar .widget form.searchform {
	margin: 0;
	padding: 0;
}

.sidebar .widget form.searchform input {
	width: 100%;
	height: 91px;
	border: none;
	border-radius: 0;
	background: #000;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 30px;
	color: #fff;
	padding: 0 50px;
	text-transform: uppercase;
	outline: none;
}

.sidebar .widget form.searchform input::-moz-placeholder {
	color: #fff!important;
	opacity: 1!important;
}

.sidebar .widget form.searchform input::-ms-input-placeholder {
	color: #fff!important;
	opacity: 1!important;
}

.sidebar .widget form.searchform input::-webkit-input-placeholder {
	color: #fff!important;
	opacity: 1!important;
}

.sidebar .widget_title {
	font-size: 18px;
	text-transform: uppercase;
	line-height: .8;
	letter-spacing: .72px;
	margin: 0 0 -2px;
	padding: 23px 48px 24px;
	border: 2px solid #f4f4f4;
}

.meipaly_post_widget {
	position: relative;
	background: #f4f4f4;
	padding: 50px;
}

.mpw_item {
	position: relative;
	padding-left: 80px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 21px;
}

.mpw_item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mpw_item img {
	width: 60px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
}

.mpw_item a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #818181;
	display: inline-block;
	margin: 3px 0 0;
}

.mpw_item a:hover {
	color: #000;
}

.meipaly_categorie_widget {
	position: relative;
	background: #99cfd7;
	padding: 43px 50px 44px;
}
.services_sidebar{
	height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.meipaly_categorie_widget ul {
	margin: 0;
	padding: 0;
}

.meipaly_categorie_widget ul li {
	list-style: none;
	display: block;
	margin: 0 0 12px;
}

.meipaly_categorie_widget ul li:last-of-type {
	margin-bottom: 0;
}

.meipaly_categorie_widget ul li a {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.meipaly_categorie_widget ul li a:hover {
	color: #000;
}

.meipaly_tagcloude_widget {
	position: relative;
	background: #f4f4f4;
	padding: 43px 50px 44px;
}

.meipaly_tagcloude_widget a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #818181;
}

.meipaly_tagcloude_widget a:hover {
	color: #000;
}

.contactFrom {
	position: relative;
	text-align: center;
}

.contactFrom textarea.input-form {
	height: 190px;
	resize: none;
	line-height: 30px;
	padding: 21px 30px;
	margin-bottom: 21px;
}

.contactFrom .common_btn.red_bg {
	padding: 28px 42.5px;
}

.searchFixed {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(17,17,17,.98);
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.popupBG {
	background-image: url(../media/line-maker.d4a31ece52786952ca593e2f961f8457.svg);
	background-repeat: repeat;
	background-position: 50%;
	padding: 0;
}

.searchForms {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.searchForms button[type=submit] {
	padding: 0;
	outline: none;
	border: none;
	background: transparent;
	font-size: 24px;
	line-height: .9;
	color: #fff;
	position: absolute;
	height: 100%;
	width: 60px;
	text-transform: uppercase;
	right: 15px;
	top: -2px;
	text-align: center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.searchForms button[type=submit]:hover {
	color: #e62b4a;
}

.searchForms input {
	width: 100%;
	height: 91px;
	border: none;
	border-bottom: 1px solid hsla(0,0%,100%,.5);
	background: none;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: 300;
}

.searchForms input:focus {
	outline: none;
	box-shadow: none;
}

.searchForms input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.searchForms input:-moz-placeholder,.searchForms input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.searchForms input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.sfCloser {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 0 #fff;
	font-weight: 600;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 30px;
	text-transform: uppercase;
	transition: all .5s cubic-bezier(.7,0,.3,1);
	-moz-transition: all .5s cubic-bezier(.7,0,.3,1);
	z-index: 99;
}

.sfCloser:after {
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 17.5px;
	top: 24px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.sfCloser:before {
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 17.5px;
	top: 24px;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.sfCloser:hover {
	box-shadow: 0 0 0 10px hsla(0,0%,100%,.2);
	-moz-box-shadow: 0 0 0 10px hsla(0,0%,100%,.2);
}

.sfCloser:hover:after,.sfCloser:hover:before {
	background: #e62b4a;
}

.popup {
	background: rgba(17,17,17,.98);
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	height: 100vh;
	opacity: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	width: 100%;
	z-index: 1000;
}

.close-popup {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 0 #fff;
	font-weight: 600;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 30px;
	top: 30px;
	text-transform: uppercase;
	transition: all .5s cubic-bezier(.7,0,.3,1);
	-moz-transition: all .5s cubic-bezier(.7,0,.3,1);
	z-index: 99;
}

.close-popup:after {
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 17.5px;
	top: 24px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.close-popup:before {
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 17.5px;
	top: 24px;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.close-popup:hover {
	box-shadow: 0 0 0 10px hsla(0,0%,100%,.2);
	-moz-box-shadow: 0 0 0 10px hsla(0,0%,100%,.2);
}

.close-popup:hover:after,.close-popup:hover:before {
	background: #e62b4a;
}

.logo2 {
	z-index: 99;
	position: absolute;
	left: 0;
	top: 30px;
}

.footer__contacts {
	position: absolute;
	left: 0;
	bottom: 40px;
	margin: 0;
	padding-left: 0;
}

.popUp_social {
	position: absolute;
	right: 0;
	bottom: 34px;
	padding: 0;
}

.popUp_social ul {
	margin: 0;
	padding: 0;
}

.popUp_social ul li {
	padding: 0;
	margin: 0 20px 0 0;
	list-style: none;
	display: inline-block;
}

.popUp_social ul li:last-of-type {
	margin-right: 0;
}

.popUp_social ul li a {
	font-size: 14px;
	letter-spacing: .56px;
	color: #aaa;
	margin: 0;
	display: block;
	text-align: left;
}

.popUp_social ul li a i {
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

.popUp_social ul li a:hover {
	color: #fff;
}

.footer__contacts li {
	list-style: none;
	display: block;
	font-size: 16px;
	color: #818181;
	line-height: 22px;
	margin: 0 0 7px;
}

.footer__contacts li:last-child {
	margin-bottom: 0;
}

.popup__btn-close {
	background-color: transparent;
	border: 0;
	letter-spacing: .3rem;
	opacity: 1;
	position: absolute;
	right: 30px;
	top: 30px;
	font-weight: 700;
	text-transform: uppercase;
	-moz-transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	z-index: 1;
}

.popup__btn-close:hover {
	opacity: .5;
}

.popup-inner {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	height: 100vh;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all .6s cubic-bezier(.7,0,.3,1) 1s;
	transition: all .6s cubic-bezier(.7,0,.3,1) 1s;
	width: 100%;
}

.show-overlay-nav .popup-inner,.show-overlay-nav .popup.popup__menu,.show-popup .popup-inner,.show-popup .popup.popup-overlay {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.show-overlay-nav .popup.popup__menu,.show-popup .popup.popup-overlay {
	opacity: 1;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: visible;
}

.show-overlay-nav,.show-popup {
	overflow: hidden;
}

.popup.popup__menu {
	background-image: url(../media/line-maker.d4a31ece52786952ca593e2f961f8457.svg);
	background-repeat: repeat;
	background-position: 50%;
	padding: 0;
}

.popup.popup__menu .popup-inner {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.show-overlay-nav .popup.popup__menu.popup__menu {
	box-shadow: none;
}

.show-overlay-nav .top {
	background-color: transparent;
	box-shadow: none;
}

.dl-menu__wrap {
	height: auto;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% -200%;
	-moz-perspective-origin: 50% -200%;
	perspective-origin: 50% -200%;
	text-align: center;
	-moz-transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	width: 100%;
}

.dl-menu__wrap ul {
	list-style: none;
	padding: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menu__wrap ul li {
	margin: 13px 0;
	position: relative;
	display: block;
}

.dl-menu__wrap ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: .8;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	-moz-transition: all .6s cubic-bezier(.7,0,.3,1);
	transition: all .6s cubic-bezier(.7,0,.3,1);
}

.dl-menu__wrap ul li a:after {
	position: absolute;
	width: 0;
	height: 1px;
	content: "";
	background: #fff;
	left: 0;
	right: 0;
	bottom: -5px;
	-moz-transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	transition: all .6s cubic-bezier(.7,0,.3,1) 0s;
	z-index: -1;
}

.dl-menu__wrap ul li.menu-item-has-children>a {
	position: relative;
}

.dl-menu__wrap ul li button {
	position: relative;
	transition: -webkit-transform .5s ease;
	-moz-transition: transform .5s ease,-moz-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease,-moz-transform .5s ease;
}

.dl-menu__wrap ul li button:hover {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.dl-menu__wrap ul li.active>a:after,.dl-menu__wrap ul li a:hover:after {
	width: 100%;
}

.dl-menu__wrap ul.sub-menu,.dl-menu__wrap ul.sub-menu.hide,.dl-menu__wrap ul li .dl-submenu {
	display: none;
}

.dl-menu__wrap ul.sub-menu.show {
	display: block;
}

.dl-menu__wrap button {
	border: none;
	background-color: transparent;
	outline: none;
	color: #fff;
}

.dl-menu__wrap .dl-menu {
	margin: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
}

.dl-menu__wrap .dl-menu.dl-menu-toggle {
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.dl-menu__wrap .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.dl-menu__wrap .dl-menu.dl-subview li,.dl-menu__wrap .dl-menu.dl-subview li.dl-subview>a,.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>a {
	display: none;
}

.dl-menu__wrap .dl-menu.dl-subview li.dl-subview,.dl-menu__wrap .dl-menu.dl-subview li.dl-subview .dl-submenu,.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen,.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
	display: block;
}

.dl-menu__wrap .dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 .4s ease;
	-moz-animation: MenuAnimOut3 .4s ease;
	animation: MenuAnimOut3 .4s ease;
}

.dl-menu__wrap .dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 .4s ease;
	-moz-animation: MenuAnimIn3 .4s ease;
	animation: MenuAnimIn3 .4s ease;
}

.dl-menu__wrap .dl-menu .dl-back a {
	position: relative;
	width: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.dl-menu__wrap .dl-menu .dl-back a:before {
	content: "";
	background-color: transparent;
	background-image: url(../media/arrow-back.7fedfc4849e6d00d31186adb984e4fe7.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 26px;
}

.dl-menu__wrap .dl-menu .dl-back a:after {
	display: none;
}

.dl-menu__wrap .dl-menu.dl-subview .dl-back {
	-webkit-animation: SubMenuAnimIn3 .4s ease;
	-moz-animation: SubMenuAnimIn3 .4s ease;
	animation: SubMenuAnimIn3 .4s ease;
}

.dl-menu__wrap>.dl-submenu {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.dl-menu__wrap>.dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 .4s ease;
	-moz-animation: SubMenuAnimIn3 .4s ease;
	animation: SubMenuAnimIn3 .4s ease;
}

.dl-menu__wrap>.dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 .4s ease;
	-moz-animation: SubMenuAnimOut3 .4s ease;
	animation: SubMenuAnimOut3 .4s ease;
}

@-webkit-keyframes MenuAnimOut3 {
	to {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	to {
		-moz-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	to {
		-webkit-transform: translateZ(300px);
		-moz-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		-moz-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		-moz-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	to {
		-moz-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateZ(-300px);
		-moz-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

.preloader {
	background: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.la-ball-circus,.la-ball-circus>div {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-circus {
	display: block;
	font-size: 0;
	color: #fff;
}

.la-ball-circus.la-dark {
	color: #fff;
}

.la-ball-circus>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid;
}

.la-ball-circus {
	width: 16px;
	height: 16px;
}

.la-ball-circus>div {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 16px;
	width: 100%;
	height: 16px;
	height: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: ball-circus-position 2.5s cubic-bezier(.25,0,.75,1) infinite,ball-circus-size 2.5s cubic-bezier(.25,0,.75,1) infinite;
	-moz-animation: ball-circus-position 2.5s cubic-bezier(.25,0,.75,1) infinite,ball-circus-size 2.5s cubic-bezier(.25,0,.75,1) infinite;
	animation: ball-circus-position 2.5s cubic-bezier(.25,0,.75,1) infinite,ball-circus-size 2.5s cubic-bezier(.25,0,.75,1) infinite;
}

.la-ball-circus>div:first-child {
	-webkit-animation-delay: 0s,-.5s;
	-moz-animation-delay: 0s,-.5s;
	animation-delay: 0s,-.5s;
}

.la-ball-circus>div:nth-child(2) {
	-webkit-animation-delay: -.5s,-1s;
	-moz-animation-delay: -.5s,-1s;
	animation-delay: -.5s,-1s;
}

.la-ball-circus>div:nth-child(3) {
	-webkit-animation-delay: -1s,-1.5s;
	-moz-animation-delay: -1s,-1.5s;
	animation-delay: -1s,-1.5s;
}

.la-ball-circus>div:nth-child(4) {
	-webkit-animation-delay: -1.5s,-2s;
	-moz-animation-delay: -1.5s,-2s;
	animation-delay: -1.5s,-2s;
}

.la-ball-circus>div:nth-child(5) {
	-webkit-animation-delay: -2s,-2.5s;
	-moz-animation-delay: -2s,-2.5s;
	animation-delay: -2s,-2.5s;
}

.la-ball-circus.la-sm {
	width: 8px;
	height: 8px;
}

.la-ball-circus.la-sm>div {
	width: 8px;
	height: 8px;
}

.la-ball-circus.la-2x {
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	position: absolute;
}

.la-ball-circus.la-2x>div {
	width: 32px;
	height: 32px;
}

.la-ball-circus.la-3x {
	width: 48px;
	height: 48px;
}

.la-ball-circus.la-3x>div {
	width: 48px;
	height: 48px;
}

@-webkit-keyframes ball-circus-position {
	50% {
		left: 100%;
	}
}

@-moz-keyframes ball-circus-position {
	50% {
		left: 100%;
	}
}

@keyframes ball-circus-position {
	50% {
		left: 100%;
	}
}

@-webkit-keyframes ball-circus-size {
	50% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@-moz-keyframes ball-circus-size {
	50% {
		-moz-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes ball-circus-size {
	50% {
		-webkit-transform: scale(.3);
		-moz-transform: scale(.3);
		transform: scale(.3);
	}
}

.showit {
	background: #e62b4a;
	bottom: 60px;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: .8;
	padding: 10px 12px;
	position: fixed;
	right: 60px;
	text-align: center;
	width: 40px;
	z-index: 99;
	cursor: pointer;
}

.showit:hover {
	background: #000;
	color: #fff;
}

.color_settings {
	position: fixed;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	left: -240px;
	top: 25%;
	width: 240px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 20px 20px;
	z-index: 1000;
	background: #fff;
	box-shadow: 1px 0 3px rgba(0,0,0,.1);
	-moz-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.color_settings .switch-btn {
	width: 40px;
	height: 40px;
	background: #fff;
	font-size: 18px;
	color: #000;
	border: none;
	position: absolute;
	line-height: .8;
	padding: 11px 0;
	top: 20px;
	right: -40px;
	box-shadow: inset -1px 0 2px rgba(0,0,0,.1);
	text-align: center;
}

.color_settings .color_preset button {
	background: #fff;
	border: none;
	border-radius: 0;
	height: 30px;
	width: 50px;
	display: block;
	float: left;
	margin: 5px;
	outline: none;
}

.color_settings .color_preset button.active {
	opacity: .2;
}

.color_settings .color_preset h4 {
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: .8;
	font-weight: 500;
	text-transform: uppercase;
	padding: 9px 0;
	margin: 0 0 7px;
	border: 2px solid #f5f6fa;
}

.color_settings .switch-btn.active,.color_settings .switch-btn:hover {
	color: #e62b4a;
}

.main-slider .swiper-slide {
	height: 100vh;
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.main-slider .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 7s ease;
	-moz-transition: transform 7s ease,-moz-transform 7s ease;
	transition: transform 7s ease;
	transition: transform 7s ease,-webkit-transform 7s ease,-moz-transform 7s ease;
	transition: transform 7s ease,-webkit-transform 7s ease;
}

.main-slider .container {
	position: relative;
	z-index: 10;
	padding-top: 115px;
}

.main-slider__title {
	white-space: pre-line;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.15em;
	font-weight: 700;
	margin: 5px 0 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	transform: translateY(90px);
	-moz-transition-delay: 1s;
	transition-delay: 1s;
	transition: opacity 2s ease,-webkit-transform 2s ease;
	-moz-transition: transform 2s ease,opacity 2s ease,-moz-transform 2s ease;
	transition: transform 2s ease,opacity 2s ease;
	transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease,-moz-transform 2s ease;
	transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease;
}

@media (min-width:768px) {
	.main-slider__title {
		font-size: 60px;
		margin-bottom: 40px;
	}
}

@media (min-width:992px) {
	.main-slider__title {
		margin-bottom: 40px;
		font-size: 70px;
	}
}

@media (min-width:1200px) {
	.main-slider__title {
		font-size: 110px;
	}
}

.main-slider__subtext {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
	opacity: 0;
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	transform: translateY(-120px);
	-moz-transition-delay: 0;
	transition-delay: 0;
	transition: opacity 2s ease,-webkit-transform 2s ease;
	-moz-transition: transform 2s ease,opacity 2s ease,-moz-transform 2s ease;
	transition: transform 2s ease,opacity 2s ease;
	transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease,-moz-transform 2s ease;
	transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease;
}

.main-slider .common_btn {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	transform: translateY(100px);
	-moz-transition-delay: 2.5s;
	transition-delay: 2.5s;
	transition: opacity 2s ease,color .5s ease,background .5s ease,-webkit-transform 2s ease;
	-moz-transition: transform 2s ease,opacity 2s ease,color .5s ease,background .5s ease,-moz-transform 2s ease;
	transition: transform 2s ease,opacity 2s ease,color .5s ease,background .5s ease;
	transition: transform 2s ease,opacity 2s ease,color .5s ease,background .5s ease,-webkit-transform 2s ease,-moz-transform 2s ease;
	transition: transform 2s ease,opacity 2s ease,color .5s ease,background .5s ease,-webkit-transform 2s ease;
}

.main-slider .swiper-slide-active .image-layer {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.main-slider .swiper-slide-active .common_btn,.main-slider .swiper-slide-active .main-slider__subtext,.main-slider .swiper-slide-active .main-slider__title {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-moz-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider [class*=swiper-button-]:after {
	display: none;
}

.main-slider [class*=swiper-button-] {
	width: 50px;
	height: 50px;
	background-color: #58b0bc;
	color: #fff;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 24px;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	display: none;
}

.main-slider [class*=swiper-button-]:hover {
	background-color: #fff;
}

@media (min-width:768px) {
	.main-slider [class*=swiper-button-] {
		width: 70px;
		height: 70px;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
}

@media (min-width:768px) {
	.main-slider .swiper-button-next {
		right: 30px;
	}

	.main-slider .swiper-button-prev {
		left: 30px;
	}
}

@media (min-width:1200px) {
	.main-slider .swiper-button-next {
		right: 60px;
	}

	.main-slider .swiper-button-prev {
		left: 60px;
	}
}

.main-slider__two .main-slider__subtext,.main-slider__two .main-slider__title {
	color: #000;
}

@media (min-width:320px) and (max-width:767px) {
	.mainmenu {
		padding: 0;
		margin: 0 -15px;
	}

	.mainmenu>ul {
		text-align: center;
		display: none;
		position: absolute;
		z-index: 10;
		background: #000;
		left: 0;
		top: -2px;
		padding: 30px 15px 20px;
		height: 300px;
		width: 100%;
		overflow-y: scroll;
		border-top: 1px solid hsla(0,0%,100%,.1);
	}

	.mainmenu ul li {
		display: block;
		padding: 0 0 32px;
	}

	.mainmenu ul li a {
		display: inline-block;
	}

	.mainmenu>ul>li.menu-item-has-children>a:before {
		position: absolute;
		right: -18px;
		top: 2px;
		content: "\f107";
		-moz-transition: all .3s cubic-bezier(.7,0,.3,1);
		transition: all .3s cubic-bezier(.7,0,.3,1);
		font-family: fontAwesome;
		font-size: 12px;
		color: #fff;
		line-height: .8;
	}

	.black_color .mainmenu ul ul.sub-menu,.mainmenu ul ul.sub-menu {
		top: 20px;
		display: none;
		width: 100%;
		visibility: visible;
		opacity: 1;
		left: auto;
		margin: auto;
		position: relative;
		right: auto;
		text-align: center;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		z-index: 2;
		-moz-transition: none;
		transition: none;
		padding: 15px 0 2px;
	}

	.mainmenu ul ul.sub-menu:before {
		border-bottom: none;
		border-top: 5px solid hsla(0,0%,100%,.98);
		-moz-transition: none;
		transition: none;
	}

	.black_color .mainmenu ul li:hover ul.sub-menu,.mainmenu ul li:hover ul.sub-menu {
		visibility: visible;
		opacity: 1;
		top: 20px;
	}

	.mainmenu>ul>li.menu-item-has-children.active>a:before,.mainmenu>ul>li.menu-item-has-children>a:hover:before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
		color: #fff;
	}

	.mainmenu>ul>li.active>a:after {
		width: 100%;
	}

	.black_color .mainmenu ul li a {
		color: #fff;
	}

	.black_color .mainmenu ul ul.sub-menu {
		background: transparent;
		box-shadow: none;
	}

	.black_color .mainmenu ul li.active a,.black_color .mainmenu ul li a:hover {
		color: #fff;
	}

	.black_color .mainmenu ul li.active a:after,.black_color .mainmenu ul li a:after {
		background: #fff;
	}

	.header_01 {
		padding: 0 0 0;
		position: inherit;
	}

	.navigator {
		padding-top: 0;
	}

	.navigator a.search {
		margin-right: 10px;
	}

	.close-popup {
		top: 20px;
		right: 15px;
		width: 40px;
		height: 40px;
	}

	.close-popup:after,.close-popup:before {
		right: 13px;
		top: 19px;
	}

	.container.mobileContainer {
		width: 100%;
	}

	.logo2 {
		left: 15px;
		top: 20px;
	}

	.dl-menu__wrap ul li {
		margin: 5px 0;
	}

	.dl-menu__wrap ul li a {
		font-size: 14px;
	}

	.footer__contacts {
		text-align: center;
		padding: 0 5px;
		bottom: 55px;
		left: 0;
		right: 0;
	}

	.footer__contacts li {
		font-size: 13px;
		margin: 0;
	}

	.popUp_social {
		text-align: center;
		right: 0;
		left: 0;
		bottom: 15px;
	}

	.popUp_social ul li {
		margin-right: 10px;
	}

	.popUp_social ul li a {
		font-size: 13px;
	}

	.popUp_social ul li a i {
		margin-right: 5px;
		font-size: 14px;
	}

	.searchForms button[type=submit] {
		width: 40px;
		font-size: 15px;
	}

	.searchForms input {
		font-size: 15px;
		height: 70px;
	}

	.rev_slider .tp-leftarrow.me_arrows,.rev_slider .tp-rightarrow.me_arrows {
		width: 40px;
		height: 40px;
		padding: 10px 0;
	}

	.rev_slider .tp-leftarrow.me_arrows {
		left: -50px!important;
	}

	.rev_slider .tp-rightarrow.me_arrows {
		right: -90px!important;
		left: auto!important;
	}

	.sec_title {
		font-size: 34px;
		letter-spacing: 1px;
		line-height: 50px;
	}

	.sec_desc br,.sec_title br {
		display: none;
	}

	.custom_column .col-lg-3 {
		width: 100%;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		flex: 0 0 100%;
	}

	.icon_box_1 {
		margin-bottom: 30px;
	}

	.PR_79 {
		padding-right: 15px;
		text-align: center;
	}

	.ab_img1 {
		position: relative;
		margin: 50px 0 0;
	}

	.ab_img2 {
		position: relative;
		top: 30px;
	}

	.ab_img2:after {
		display: none;
	}

	.ab_img1 img,.ab_img2 img {
		width: 100%;
	}

	.videoWrap {
		margin-bottom: 50px;
	}

	.play_video a.video_popup {
		width: 45px;
		height: 45px;
		font-size: 15px;
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.play_video h2 {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.subscribefrom {
		text-align: left;
	}

	.subscribefrom input[type=email] {
		width: 100%;
		margin-bottom: 15px;
	}

	.subscribefrom .common_btn.red_bg {
		margin-left: 0;
	}

	.BR {
		border-right: none;
	}

	.CL_content img {
		width: 100%;
	}

	.abc_inner {
		margin-top: 0;
	}

	.abci_content {
		margin-left: 0;
		padding: 50px 0 0;
	}

	.abci_content h2 {
		font-size: 36px;
		letter-spacing: 1px;
		line-height: 50px;
	}

	.team_slider .slick-slide {
		margin: 0 10px;
	}

	.singleTM:hover .team_social,.singleTM:hover .tm_overlay a.common_btn {
		left: 40px;
	}

	.testimonial_content {
		padding: 0;
	}

	.testimonial_content h2 {
		font-size: 36px;
		letter-spacing: 1px;
		line-height: 50px;
	}

	.testimonial_content p br {
		display: none;
	}

	.lbi_details {
		padding: 30px 10px 0;
	}

	.lbi_details h2 {
		font-size: 22px;
	}

	.ready .common_btn,.ready_2 .common_btn {
		float: left;
		margin-top: 30px;
	}

	.footer_1 .aboutwidget {
		padding-right: 0;
		margin-top: 0;
	}

	.footer_1 .widget {
		padding-bottom: 40px;
		padding-left: 0;
	}

	.footer_1 .contact_widgets p:first-of-type {
		margin-bottom: 15px;
	}

	.footer_1 .widget.social_widget {
		padding-bottom: 80px;
	}

	.icon_box_2 {
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.features_content {
		padding-right: 0;
	}

	.singleFeature:last-child {
		margin-bottom: 56px;
	}

	.features_img {
		padding-right: 15px;
	}

	.features_img img {
		width: 100%;
	}

	.img_details {
		padding: 15px;
	}

	.img_details h4 {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 24px;
	}

	.dots_owl {
		right: 30px;
	}

	.testimoniTab ul li a .author_detail h5 {
		line-height: 22px;
	}

	.testi_con {
		padding-top: 100px;
	}

	.chooseUs_title li {
		width: 100%;
	}

	.chooseUs_title li a {
		padding: 32px 0;
		font-size: 18px;
	}

	.wh_choose ul li {
		line-height: 20px;
		margin-bottom: 10px;
	}

	.single_wedo {
		margin-bottom: 30px;
	}

	.gmap {
		height: 300px;
	}

	.btn_link a {
		height: 100px;
		padding: 41px 0;
		font-size: 20px;
	}

	.singleClient_2 {
		margin-bottom: 30px;
	}

	.banner_content h2 {
		font-size: 36px;
		line-height: 1.2;
	}

	.serviceArea h2 {
		font-size: 32px;
		line-height: 1.2;
	}

	.serviceArea h3 {
		margin-bottom: 30px;
		line-height: 1.2;
	}

	.serviceArea ul {
		margin: 0 0 30px;
	}

	.sidebar {
		margin-top: 50px;
	}

	.sidebar .widget_title {
		padding-left: 28px;
	}

	.meipaly_categorie_widget,.meipaly_post_widget,.meipaly_services_help,.meipaly_tagcloude_widget {
		padding-left: 30px;
		padding-right: 30px;
	}

	.folio_mixing {
		margin-bottom: 50px;
	}

	.folio_mixing ul li {
		margin-bottom: 20px;
	}

	.custom .mix {
		width: 100%;
	}

	
	.blog_headings h2 {
		font-size: 30px;
	}

	.blog_headings .blog_metas a {
		margin: 0 5px;
	}

	.blog_details {
		padding-left: 20px;
		padding-right: 20px;
	}

	.post_author {
		padding-left: 20px;
		padding-right: 15px;
		padding-top: 150px;
	}

	.post_author img {
		width: 100px;
		height: 110px;
		left: 20px;
		right: auto;
		top: 20px;
		bottom: auto;
	}

	.post_author h3 {
		margin-bottom: 20px;
	}

	.single-comment img {
		width: 75px;
		height: 80px;
	}

	.single-comment {
		padding-left: 85px;
		padding-right: 0;
		padding-bottom: 100px;
	}

	.single-comment .common_btn.red_bg {
		left: 85px;
		right: auto;
		bottom: 30px;
		top: auto;
	}

	.single-comment .authorDetails span {
		margin-bottom: 10px;
	}

	.sidebar .widget form.searchform input {
		padding: 0 30px;
	}

	.mpw_item a {
		font-size: 15px;
	}

	.agency_img1 {
		margin-top: 45px;
	}

	.agency_img2 {
		margin: 30px 0 40px;
	}

	.agency_img1:after {
		display: none;
	}

	.compay_date {
		position: relative;
		bottom: 0;
		left: 0;
		text-align: center;
	}

	.videoWrap_2 {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}

	.ab_detail_wrap {
		padding: 0;
		text-align: center;
	}

	.showit {
		right: 20px;
		bottom: 20px;
	}
}

@media (min-width:481px) and (max-width:767px) {
	.rev_slider .tp-leftarrow.me_arrows,.rev_slider .tp-rightarrow.me_arrows {
		width: 50px;
		height: 48px;
		padding: 14px 0;
	}

	.subscribefrom input[type=email] {
		width: 470px;
	}

	.banner_content h2 {
		font-size: 44px;
	}
}

@media (min-width:768px) and (max-width:990px) {
	.rev_slider .tp-leftarrow.me_arrows,.rev_slider .tp-rightarrow.me_arrows {
		width: 60px;
		height: 60px;
		padding: 19px 0;
	}

	.rev_slider .tp-leftarrow.me_arrows {
		left: -35px!important;
	}

	.rev_slider .tp-rightarrow.me_arrows {
		right: -95px!important;
		left: auto!important;
	}

	.header_01 {
		padding-left: 0;
		padding-right: 0;
	}

	.mainmenu ul li {
		padding: 0 12px 53px;
	}

	.mainmenu ul li:first-of-type {
		padding-left: 0;
	}

	.mainmenu ul li:last-of-type {
		padding-right: 0;
	}

	.mainmenu ul li a {
		font-size: 14px;
	}

	.footer__contacts {
		padding-left: 10px;
	}

	.logo2 {
		left: 20px;
	}

	.sec_title {
		font-size: 40px;
	}

	.sec_title br {
		display: none;
	}

	.custom_column .col-lg-3 {
		width: 33.33333333%;
		-webkit-flex: 0 0 33.33333%;
		-moz-box-flex: 0;
		flex: 0 0 33.33333%;
	}

	.icon_box_1,.icon_box_2 {
		margin-bottom: 30px;
	}

	.icon_box_2 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.back,.front {
		padding-left: 50px;
		padding-right: 50px;
	}

	.PR_79 {
		padding-right: 15px;
	}

	.MB_45 {
		margin-bottom: 30px;
	}

	.ab_img1 {
		position: relative;
		float: right;
		right: -5px;
	}

	.ab_img2:after {
		width: 350px;
		left: 15px;
	}

	.subscribefrom input[type=email] {
		width: 100%;
	}

	.subscribefrom .common_btn.red_bg {
		margin-top: 15px;
	}

	.BR {
		border: none;
	}

	.abci_content {
		padding: 40px 0 0 20px;
	}

	.abci_content h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.abci_content p {
		margin-bottom: 47px;
	}

	.testimonial_content {
		padding: 0;
	}

	.testimonial_content h2 {
		font-size: 40px;
		line-height: 56px;
		letter-spacing: 1px;
	}

	.lbi_details {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer_1 .aboutwidget {
		padding-right: 0;
	}

	.footer_1 .contact_widgets {
		padding-left: 0;
	}

	.features_content {
		padding-bottom: 50px;
		padding-right: 100px;
	}

	.features_img img {
		width: 100%;
	}

	.chooseUs_title li a {
		font-size: 16px;
		padding: 40px 0;
	}

	.single_wedo,.singleClient_2 {
		margin-bottom: 30px;
	}

	.gmap {
		height: 450px;
	}

	.btn_link a {
		font-size: 22px;
		height: 120px;
		padding: 51px 0;
	}

	.banner_content h2 {
		font-size: 60px;
	}

	.sidebar .widget_title {
		padding-left: 13px;
	}

	.meipaly_categorie_widget,.meipaly_post_widget,.meipaly_services_help,.meipaly_tagcloude_widget {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar .widget form.searchform input {
		padding: 0 15px;
		height: 70px;
	}

	.mpw_item {
		padding-left: 70px;
	}

	.mpw_item a {
		font-size: 14px;
		letter-spacing: 0;
	}

	.serviceArea h3,.serviceArea ul {
		margin-bottom: 30px;
	}

	.singlePortfoio_content h3 {
		margin-bottom: 20px;
	}

	.singlePortfoio_content {
		margin-bottom: 28px;
	}

	.nextprevPagination {
		padding: 35px 0;
	}

	.blog_headings {
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog_headings h2 {
		font-size: 32px;
	}

	.blog_details {
		padding: 0 25px 22px;
	}

	.post_author {
		padding-left: 150px;
		padding-right: 15px;
	}

	.post_author img {
		left: 15px;
		width: 120px;
		height: 140px;
		top: -10px;
	}

	.post_author h3 {
		margin-bottom: 10px;
	}

	.post_author p {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 30px;
	}

	.single-comment {
		padding-left: 127px;
		padding-right: 80px;
	}

	.single-comment .authorDetails span {
		margin-bottom: 15px;
	}

	.agency_img2 {
		margin-top: -20px;
		margin-right: 180px;
	}

	.agency_img1:after {
		width: 380px;
		height: 400px;
		top: 30px;
		right: 30px;
	}

	.compay_date {
		right: 15px;
		bottom: 0;
	}

	.compay_date h2 {
		font-size: 70px;
	}

	.ab_detail_wrap {
		padding: 0;
	}

	.ab_detail_wrap .sec_title {
		margin-bottom: 20px;
		line-height: 50px;
		font-size: 32px;
		letter-spacing: 1px;
	}

	.videoWrap_2 .play_video h2 {
		font-size: 36px;
	}

	.videoWrap_2 .play_video a.video_popup {
		width: 80px;
		height: 80px;
		padding: 27px 0;
		font-size: 25px;
	}

	.ab_detail_wrap .sec_desc {
		line-height: 32px;
	}

	.testimoniTab .sec_title {
		font-size: 34px;
	}

	.testimoniTab ul li a .author_detail h5 {
		line-height: 22px;
	}

	.testi_con p {
		font-size: 18px;
		line-height: 32px;
	}
}

@media (min-width:991px) and (max-width:1199px) {
	.rev_slider .tp-leftarrow.me_arrows,.rev_slider .tp-rightarrow.me_arrows {
		width: 60px;
		height: 60px;
		padding: 19px 0;
	}

	.rev_slider .tp-leftarrow.me_arrows {
		left: -40px!important;
	}

	.rev_slider .tp-rightarrow.me_arrows {
		right: -100px!important;
		left: auto!important;
	}

	.header_01 {
		padding-left: 0;
		padding-right: 0;
	}

	.mainmenu ul li:first-of-type {
		padding-left: 0;
	}

	.mainmenu ul li:last-of-type {
		padding-right: 0;
	}

	.PR_79 {
		padding-right: 15px;
	}

	.ab_img2:after {
		width: 100%;
		left: 20px;
	}

	.back,.front {
		padding-left: 25px;
		padding-right: 25px;
	}

	.abci_content h2,.sec_title {
		font-size: 44px;
	}

	.subscribefrom input[type=email] {
		width: 390px;
	}

	.abci_content {
		padding-left: 70px;
		padding-top: 55px;
	}

	.testimonial_content {
		padding: 0;
	}

	.lbi_details {
		padding-left: 15px;
		padding-right: 15px;
	}

	.lbi_details h2 {
		font-size: 22px;
	}

	.ready .common_btn,.ready_2 .common_btn {
		padding: 28px 38.5px;
	}

	.footer_1 .aboutwidget {
		padding-right: 0;
	}

	.footer_1 .contact_widgets {
		padding-left: 0;
	}

	.icon_box_2 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.features_content {
		padding-right: 0;
	}

	.features_img img {
		width: 100%;
	}

	.img_details {
		padding: 20px 40px 20px 25px;
	}

	.img_details h4 {
		font-size: 18px;
	}

	.singleFeature {
		margin-bottom: 32px;
	}

	.gmap {
		height: 500px;
	}

	.singleClient_2 {
		padding-left: 30px;
	}

	.sidebar .widget_title {
		padding-left: 28px;
	}

	.meipaly_categorie_widget,.meipaly_post_widget,.meipaly_services_help,.meipaly_tagcloude_widget {
		padding-left: 30px;
		padding-right: 30px;
	}

	.sidebar .widget form.searchform input {
		padding: 0 30px;
	}

	.serviceArea h3 {
		margin-bottom: 20px;
	}

	.serviceArea ul {
		margin-top: -25px;
	}

	
	.blog_headings h2 {
		font-size: 36px;
	}

	.post_author {
		padding-left: 250px;
		padding-right: 30px;
	}

	.post_author img {
		left: 50px;
	}

	.agency_img1:after {
		width: 450px;
	}

	.agency_img2 {
		margin-top: -160px;
		margin-right: 140px;
	}

	.compay_date {
		right: 10px;
		bottom: 0;
	}

	.compay_date h2 {
		font-size: 60px;
		letter-spacing: 2px;
	}

	.ab_detail_wrap {
		padding: 0;
	}

	.ab_detail_wrap .sec_title {
		margin-bottom: 25px;
		font-size: 40px;
	}

	.ab_detail_wrap .sec_desc {
		line-height: 32px;
	}

	.videoWrap_2 .play_video h2 {
		font-size: 40px;
	}
}

@media (min-width:1200px) and (max-width:1600px) {
	.rev_slider .tp-caption.layer_1 {
		top: 30px!important;
	}

	.rev_slider .tp-caption.layer_2 {
		font-size: 70px!important;
		line-height: 80px!important;
	}

	.rev_slider .tp-caption.layer_3 {
		bottom: 54px!important;
	}

	.rev_slider.slider_2 .tp-caption.layer_1,.rev_slider.slider_2 .tp-caption.layer_2,.rev_slider.slider_2 .tp-caption.layer_3 {
		left: 80px!important;
	}

	.rev_slider.slider_2 .tp-caption.layer_1 {
		top: 45px!important;
	}

	.rev_slider.slider_2 .tp-caption.layer_3 {
		bottom: 78px!important;
	}
}

.search_box p{
	margin-bottom: 1rem;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 10px;
}
.contact_address i{
	color: #fff;
    padding: 6px 9px;
    background: #58b0bc;
    border-radius: 4px;
}
.contact_address p{
	color: #4c4949
}