
.quick-nav__item_shop:before {
	background-image: url(../images/sprites.png);
	background-position: -348px -238px;
	width: 18px;
	height: 40px;
}

.wrap-content-block{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.wrap-content-row{
	width: 100%;
}
.wrap-full-width{
	width: 100%;
}
.text-center{
	text-align: center;
}


@media only screen and (max-width:800px){
	.scroll-frame{
		overflow: scroll;
	}
	.partner__figure{
		display: block !important;
	}
	.wrap-five-ten{
		width: 100%;
	}
	.boss{
		display:block;width:100%;
	}
	.wrap-full-width{
		padding: 5px 10px;
	}
}


/*Animate.css - http://daneden.me/animateLicensed under the MIT license - http://opensource.org/licenses/MITCopyright (c) 2014 Daniel Eden*/

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

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

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

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

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

@-webkit-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0);
		transform: rotate3d(0, 0, 1, 0)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0);
		transform: rotate3d(0, 0, 1, 0)
	}
}

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

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

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

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

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

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

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

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

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

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

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

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

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

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

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

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

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	100% {
		opacity: 0
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

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

.load {
	position: relative
}

.load:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 10
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -127px;
	z-index: 100;
	display: none
}

.loading #loader {
	display: block
}

#loader {
	width: 234px;
	height: 28px
}

.loader {
	position: absolute;
	top: 0;
	background-color: #c3243c;
	width: 24px;
	height: 24px;
	animation-name: bounce_loader;
	-o-animation-name: bounce_loader;
	-ms-animation-name: bounce_loader;
	-webkit-animation-name: bounce_loader;
	-moz-animation-name: bounce_loader;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3)
}

#loader_1 {
	left: 0;
	animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s
}

#loader_2 {
	left: 29px;
	animation-delay: .75s;
	-o-animation-delay: .75s;
	-ms-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s
}

#loader_3 {
	left: 58px;
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s
}

#loader_4 {
	left: 88px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s
}

#loader_5 {
	left: 117px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s
}

#loader_6 {
	left: 146px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s
}

#loader_7 {
	left: 175px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s
}

#loader_8 {
	left: 205px;
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s
}

@keyframes bounce_loader {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #c3243c
	}
	100% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		background-color: #fff
	}
}

@-webkit-keyframes bounce_loader {
	0% {
		-webkit-transform: scale(1);
		background-color: #c3243c
	}
	100% {
		-webkit-transform: scale(0.3);
		background-color: #fff
	}
}


/* * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */


/* * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3fc856160fe1b32ecb60272cf52ded8b) * Config saved to config.json and https://gist.github.com/3fc856160fe1b32ecb60272cf52ded8b */


/** Bootstrap v3.3.7 (http://getbootstrap.com)* Copyright 2011-2016 Twitter, Inc.* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/


/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media(min-width:640px) {
	.container {
		width: 750px
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}
}

@media(min-width:1280px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
	float: left
}

.col-xs-12 {
	float: left;
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media(min-width:640px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11 {
		float: left
	}
	.col-sm-12 {
		float: left;
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media(min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11 {
		float: left
	}
	.col-md-12 {
		float: left;
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media(min-width:1280px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11 {
		float: left
	}
	.col-lg-12 {
		float: left;
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled] {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover,
.btn-default:active,
.btn-default.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active:focus,
.btn-default.active:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.open>.dropdown-toggle.btn-default:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active.focus,
.btn-default.active.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active {
	background-image: none
}

.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default.disabled:focus,
.btn-default[disabled]:focus {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-default:focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default.disabled.focus,
.btn-default[disabled].focus {
	background-color: #fff;
	border-color: #ccc
}

fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active:focus,
.btn-primary.active:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.open>.dropdown-toggle.btn-primary:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active.focus,
.btn-primary.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active,
.btn-primary.active {
	background-image: none
}

.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.disabled:focus,
.btn-primary[disabled]:focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

fieldset[disabled] .btn-primary:focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.disabled.focus,
.btn-primary[disabled].focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover,
.btn-success:active,
.btn-success.active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active:focus,
.btn-success.active:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.open>.dropdown-toggle.btn-success:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active.focus,
.btn-success.active.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,
.btn-success.active {
	background-image: none
}

.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.disabled:focus,
.btn-success[disabled]:focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-success:focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.disabled.focus,
.btn-success[disabled].focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover,
.btn-info:active,
.btn-info.active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active:focus,
.btn-info.active:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.open>.dropdown-toggle.btn-info:focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active.focus,
.btn-info.active.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active {
	background-image: none
}

.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.disabled:focus,
.btn-info[disabled]:focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-info:focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.disabled.focus,
.btn-info[disabled].focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active:focus,
.btn-warning.active:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.open>.dropdown-toggle.btn-warning:focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active.focus,
.btn-warning.active.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active {
	background-image: none
}

.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.disabled:focus,
.btn-warning[disabled]:focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-warning:focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.disabled.focus,
.btn-warning[disabled].focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active:focus,
.btn-danger.active:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.open>.dropdown-toggle.btn-danger:focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active.focus,
.btn-danger.active.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,
.btn-danger.active {
	background-image: none
}

.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.disabled:focus,
.btn-danger[disabled]:focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-danger:focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.disabled.focus,
.btn-danger[disabled].focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link:active,
.btn-link.active,
.btn-link[disabled] {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover {
	color: #777;
	text-decoration: none
}

fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a {
	color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media(min-width:640px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 11px
}

.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.container:before,
.container:after {
	content: " ";
	display: table
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
	display: none !important
}

@media(max-width:639px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media(max-width:639px) {
	.visible-xs-block {
		display: block !important
	}
}

@media(max-width:639px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media(max-width:639px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media(min-width:640px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media(min-width:640px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media(min-width:640px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media(min-width:640px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media(min-width:992px) and (max-width:1279px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media(min-width:992px) and (max-width:1279px) {
	.visible-md-block {
		display: block !important
	}
}

@media(min-width:992px) and (max-width:1279px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media(min-width:992px) and (max-width:1279px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1280px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media(min-width:1280px) {
	.visible-lg-block {
		display: block !important
	}
}

@media(min-width:1280px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media(min-width:1280px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media(max-width:639px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:640px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1279px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1280px) {
	.hidden-lg {
		display: none !important
	}
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !important
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@media(min-width:1280px) {
	.places-area table {
		width: auto !important
	}
	.top-matches.visible-lg {
		display: inline-block !important
	}
	.aviable-monthes [data-toggle="dropdown"] {
		display: none
	}
	.aviable-monthes .dropdown-menu {
		display: block;
		position: static;
		margin: 0;
		padding: 0;
		min-width: 100%;
		text-align: justify;
		height: 35px;
		margin-bottom: 30px
	}
	.aviable-monthes .dropdown-menu:after {
		content: "";
		display: inline-block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 100%
	}
	.aviable-monthes .month-link {
		min-width: 100px
	}
}

@media(max-width:1279px) {
	.page-content,
	.page-header {
		padding-left: 40px;
		padding-right: 40px
	}
	.page-content-wide {
		padding-left: 0;
		padding-right: 0
	}
	.hidden-row-content {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 -40px
	}
	.places-legends {
		padding-left: 40px;
		padding-right: 40px;
		margin-left: -40px;
		margin-right: -40px
	}
	.header-top {
		padding-right: 175px
	}
	.header-top-menu li {
		margin-left: 20px
	}
	.copyright {
		font-size: .929em
	}
	.header-bottom {
		padding: 0
	}
	.mobile-menu-toggle {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 50;
		width: 80px
	}
	.mobile-menu-toggle span,
	.mobile-menu-toggle span:before,
	.mobile-menu-toggle span:after {
		position: absolute;
		width: 32px;
		height: 2px;
		left: 20px;
		top: 50%;
		margin-top: -1px;
		background-color: #fff;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
		-webkit-transition-delay: .1s;
		transition-delay: .1s
	}
	.mobile-menu-toggle span:before,
	.mobile-menu-toggle span:after {
		content: '';
		left: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s
	}
	.main-menu-item:before {
		display: none
	}
	.menu-opened .mobile-menu-toggle span:before,
	.menu-opened .mobile-menu-toggle span:after {
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
		margin-top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.menu-opened .mobile-menu-toggle span:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.mobile-menu-toggle span:before {
		margin-top: -12px
	}
	.mobile-menu-toggle span:after {
		margin-top: 10px
	}
	.menu-opened .mobile-menu-toggle span {
		background-color: transparent;
		-webkit-transition-delay: 0s;
		transition-delay: 0s
	}
	.header .logo {
		left: 50%;
		margin-left: -250px
	}
	.main-menu {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		top: 100%;
		background-color: #c3243c;
		border-top: 1px solid #b71129;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .3s ease-out;
		transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		transition: transform .3s ease-out, -webkit-transform .3s ease-out
	}
	.menu-opened .main-menu {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.main-menu-list>li {
		display: block;
		text-align: left;
		margin: 0
	}
	.main-menu-item {
		line-height: 40px;
		padding: 0 20px;
		border-top: 1px solid #d73a50
	}
	.contacts-col {
		float: right;
		margin-top: -135px
	}
	.main-menu [data-toggle="collapse"]:after {
		content: '';
		position: absolute;
		right: 20px;
		top: 18px;
		width: 10px;
		height: 10px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	.main-menu [data-toggle="collapse"].collapsed:after {
		top: 12px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.top-sub-menu {
		background-color: #fff;
		padding: 10px 0;
		list-style: none;
		margin: 0
	}
	.top-sub-menu a {
		display: block;
		line-height: 40px;
		padding: 0 20px;
		text-transform: uppercase
	}
	.aviable-monthes .dropdown {
		display: inline-block;
		width: 190px;
		margin-left: 15px
	}
	.aviable-monthes [data-toggle="dropdown"] {
		display: block;
		width: 100%;
		position: relative;
		text-align: left
	}
	.aviable-monthes [data-toggle="dropdown"]:before {
		content: '';
		position: absolute;
		right: 11px;
		top: 7px;
		width: 12px;
		height: 12px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		-webkit-transition: border-color .2s ease-out;
		transition: border-color .2s ease-out;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.aviable-monthes .open [data-toggle="dropdown"]:before {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 14px
	}
	.aviable-monthes [data-toggle="dropdown"]:hover:before {
		border-color: #bf2d3d
	}
	.aviable-monthes .drop-active [data-toggle="dropdown"]:before {
		border-color: #fff
	}
	.aviable-monthes .drop-active [data-toggle="dropdown"] {
		border-color: #bf2d3d;
		color: #fff;
		background-color: #bf2d3d
	}
	.aviable-monthes .open [data-toggle="dropdown"] {
		border-radius: 3px 3px 0 0;
		border-bottom: 0
	}
	.aviable-monthes .dropdown-menu {
		background-color: #fff;
		width: 100%;
		min-width: 100%;
		border: 2px solid #bf2d3d;
		border-top: 0;
		border-radius: 0 0 3px 3px;
		margin: 0
	}
	.aviable-monthes .dropdown-menu .month-link.active {
		display: none
	}
	.aviable-monthes .dropdown-menu a {
		display: block;
		text-align: left;
		border-radius: 0;
		border: 0
	}
	.ticket-params {
		max-width: 560px
	}
	.order-buttons {
		margin-top: 15px;
		margin-bottom: 30px
	}
	.aviable-monthes {
		margin-bottom: 30px
	}
	.abon-matches-list {
		margin: 0
	}
	.list-slide {
		padding: 0
	}
	.match-checkbox .date {
		width: 44%
	}
	.match-checkbox .team {
		width: 54%
	}
	.match-checkbox label {
		font-size: 1.071em
	}
	.match-checkbox .team-logo {
		margin-left: 5px
	}
	.match-checkbox label {
		padding-left: 40px
	}
}

@media(max-width:990px) {
	.page-content,
	.page-header {
		padding-left: 15px;
		padding-right: 15px
	}
	.page-content-wide {
		padding-left: 0;
		padding-right: 0
	}
	.places-legends {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px
	}
	.hidden-row-content {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px
	}
	.container {
		padding: 0 15px
	}
	.logo-image {
		width: 77px
	}
	.logo-title {
		font-size: .714em;
		line-height: 18px;
		margin-top: 0
	}
	.header .logo {
		margin-left: -255px;
		top: 18px
	}
	.header-dropdown-menu {
		display: none;
		position: absolute;
		left: -20px;
		top: 100%;
		min-width: 200px;
		background-color: #222e37
	}
	.dropdown.open {
		z-index: 500
	}
	.dropdown.open .header-dropdown-menu {
		display: block
	}
	.header-top-menu {
		text-align: left;
		width: 135px;
		margin-right: 50px
	}
	.header-top-menu li {
		margin: 0;
		display: block;
		line-height: 1;
		padding: 0
	}
	.header-top-menu li a {
		line-height: 40px;
		display: block;
		padding: 0 20px
	}
	.footer-socials {
		padding-top: 0;
		margin-right: 0
	}
	.contacts-col {
		margin-top: 0;
		float: none;
		padding-top: 30px
	}
	.special-large {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.footer-sub-menu {
		display: none
	}
	.drop-opened .footer-sub-menu {
		display: block
	}
	.copyright {
		padding-top: 20px
	}
	.footer {
		padding-bottom: 20px;
		padding-top: 20px
	}
	.footer-top {
		margin-left: auto;
		margin-right: auto;
		max-width: 580px
	}
	.footer-bottom {
		margin-top: 30px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: 580px
	}
	.header-link.footer-drop-toggle {
		font-weight: 400;
		margin-bottom: 0;
		display: block;
		position: relative;
		padding-bottom: 5px;
		padding-right: 25px
	}
	.header-link.footer-drop-toggle:after {
		content: '';
		position: absolute;
		right: 7px;
		top: 7px;
		width: 10px;
		height: 10px;
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.drop-opened .header-link.footer-drop-toggle:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 14px
	}
	.footer-menu>li {
		border-bottom: 1px solid #444;
		margin-bottom: 10px
	}
	.footer-sub-menu .header-link {
		color: #b8b8b8;
		font-weight: 400;
		margin-bottom: 0
	}
	.footer-sub-menu li+li {
		margin-top: 0
	}
	.footer-sub-menu {
		padding-bottom: 10px
	}
	.footer-sub-menu a {
		display: block;
		line-height: 40px
	}
	.footer-sub-menu .header-link,
	.footer-sub-menu a {
		font-size: 1.143em
	}
	.orders-table .ticket-type {
		max-width: 150px
	}
	.orders-table td {
		font-size: 1.143em
	}
	.matches-table .match-leage {
		display: none
	}
	.sector-table {
		margin-top: 30px
	}
	.ticket-row {
		font-size: 1em
	}
	.sector-gallery.slick-slider {
		margin-bottom: 70px
	}
	.scheme,
	.sector-gallery-wrap {
		max-width: 100%
	}
}

@media(max-width:767px) {
	.matches-table .match-places {
		display: none
	}
}

@media(max-width:639px) {
	.no-tickets:before {
		top: 10px
	}
	.no-tickets {
		padding-top: 90px
	}
	.page-content,
	.page-header {
		padding-left: 10px;
		padding-right: 10px
	}
	.page-content-wide {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0
	}
	.hidden-row-content {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 -10px
	}
	.page-header {
		font-size: 1em;
		margin-bottom: 0
	}
	.container {
		padding: 0 10px
	}
	.page-menu {
		display: none
	}
	.header-top {
		padding-right: 0
	}
	.header-phone {
		display: none
	}
	.header-top-menu {
		width: auto
	}
	.header-dropdown-menu {
		left: auto;
		right: -50px
	}
	.header .logo-title {
		display: none
	}
	.header .logo {
		margin-left: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.footer-bottom {
		margin-top: 15px
	}
	.footer-socials {
		text-align: left;
		margin-bottom: 20px
	}
	.copyright {
		text-align: left
	}
	.footer-top {
		max-width: 300px
	}
	.footer-bottom {
		max-width: 300px
	}
	.contacts-col {
		padding-top: 20px
	}
	.special-large {
		padding-bottom: 20px
	}
	.orders-table th {
		font-size: .857em
	}
	.orders-table .last-row {
		width: 30px
	}
	.orders-table th {
		padding-left: 5px;
		padding-right: 5px;
		white-space: nowrap
	}
	.orders-table tr:not(.hidden-row) td {
		font-size: .929em
	}
	.orders-table td {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align: middle
	}
	.orders-table .ticket-type {
		display: none
	}
	.orders-table .date {
		white-space: normal
	}
	h2 {
		font-size: 1.4em
	}
	.orders-list-section+.orders-list-section {
		margin-top: 70px
	}
	.team-name {
		display: none
	}
	.score {
		width: 90px
	}
	.matches-table td.match-date {
		font-size: 11px
	}
	.matches-table td {
		font-size: 12px
	}
	.aviable-monthes .dropdown {
		width: 175px
	}
	.step-title {
		font-size: 1.429em;
		padding-left: 50px;
		margin-bottom: 30px
	}
	.step-num {
		width: 30px;
		height: 30px;
		line-height: 30px
	}
	.sector-table td:last-child,
	.sector-table th:last-child {
		display: none
	}
	.selected-places {
		font-size: 13px
	}
	.pricezone-legend {
		margin-right: 20px
	}
	.selection-step+.selection-step .step-title {
		margin-top: 45px
	}
	.aboniment {
		margin-bottom: 0
	}
	.aboniment-description {
		display: none
	}
	.abon-active .aboniment-description {
		display: block;
		padding-bottom: 30px
	}
	.gallery-thumb {
		height: 100px
	}
	.team-logo {
		width: auto;
		text-align: left
	}
}

.loading {
	position: relative
}

.loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 900
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -127px;
	z-index: 1000;
	display: none
}

.loading #loader {
	display: block
}

#loader {
	width: 234px;
	height: 28px
}

.loader {
	position: absolute;
	top: 0;
	background-color: #c3243c;
	width: 24px;
	height: 24px;
	animation-name: bounce_loader;
	-o-animation-name: bounce_loader;
	-ms-animation-name: bounce_loader;
	-webkit-animation-name: bounce_loader;
	-moz-animation-name: bounce_loader;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3)
}

#loader_1 {
	left: 0;
	animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s
}

#loader_2 {
	left: 29px;
	animation-delay: .15s;
	-o-animation-delay: .15s;
	-ms-animation-delay: .15s;
	-webkit-animation-delay: .15s;
	-moz-animation-delay: .15s
}

#loader_3 {
	left: 58px;
	animation-delay: .3s;
	-o-animation-delay: .3s;
	-ms-animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s
}

#loader_4 {
	left: 88px;
	animation-delay: .45s;
	-o-animation-delay: .45s;
	-ms-animation-delay: .45s;
	-webkit-animation-delay: .45s;
	-moz-animation-delay: .45s
}

#loader_5 {
	left: 117px;
	animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s
}

#loader_6 {
	left: 146px;
	animation-delay: .75s;
	-o-animation-delay: .75s;
	-ms-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s
}

#loader_7 {
	left: 175px;
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s
}

#loader_8 {
	left: 205px;
	animation-delay: 1.15s;
	-o-animation-delay: 1.15s;
	-ms-animation-delay: 1.15s;
	-webkit-animation-delay: 1.15s;
	-moz-animation-delay: 1.15s
}

@keyframes bounce_loader {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #c3243c
	}
	100% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		background-color: #fff
	}
}

@-webkit-keyframes bounce_loader {
	0% {
		-webkit-transform: scale(1);
		background-color: #c3243c
	}
	100% {
		-webkit-transform: scale(0.3);
		background-color: #fff
	}
}



.col-lg-offset-1_5 {
	margin-left: 12.5%
}

@media(max-width:1279px) {
	.col-lg-offset-1_5 {
		margin-left: 0
	}
}

.lg-up-5>.col,
.sm-up-3>.col,
.md-up-5>.col,
.xs-up-2>.col {
	float: left;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem
}

@media(max-width:639px) {
	.xs-up-2>.col {
		width: 50%
	}
}

@media(min-width:640px) {
	.sm-up-3>.col {
		width: 33.33%
	}
}

@media(min-width:992px) {
	.md-up-5>.col {
		width: 20%
	}
}

@media(min-width:1280px) {
	.lg-up-5>.col {
		width: 20%
	}
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

@media(min-width:640px) {
	.text-sm-center {
		text-align: center
	}
	.text-sm-right {
		text-align: right
	}
	.text-sm-left {
		text-align: left
	}
}

@media(min-width:992px) {
	.text-md-center {
		text-align: center
	}
	.text-md-right {
		text-align: right
	}
	.text-md-left {
		text-align: left
	}
}

@media(min-width:1280px) {
	.text-lg-center {
		text-align: center
	}
	.text-lg-right {
		text-align: right
	}
	.text-lg-left {
		text-align: left
	}
}

.page-header_new {
	margin-bottom: 0
}

.carafe {
	background-size: cover;
	padding-bottom: 6.5rem;
	background-position: center;
	padding-top: 15rem;
	background-image: url(../images/carafe.jpg)
}

.carafe__text {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 19rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #113142, 0 0 1em #113142
}

.carafe__title {
	font-weight: 700;
	margin-bottom: 4.2rem;
	font-size: 5rem;
	color: #cab074;
	text-transform: uppercase
}

@media(max-width:639px) {
	.carafe {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.carafe__text {
		margin-bottom: 9rem
	}
}

.btn_request {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'PFDinDisplayPro', 'Verdana', sans-serif;
	color: #fff;
	margin-bottom: 2rem;
	height: 4rem;
	border: .2rem solid #fff;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	line-height: 4rem;
	background-color: rgba(0, 0, 0, 0.4)
}

.btn_request:hover {
	background: #fff;
	color: #cab074
}

.btn_black {
	margin-bottom: 2rem;
	font-family: 'PFDinDisplayPro', 'Verdana', sans-serif;
	color: #000;
	background: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 4rem;
	border: .2rem solid #000;
	height: 4rem;
	padding-left: 5.6rem;
	padding-right: 5.6rem;
	text-transform: uppercase
}

.btn_black:hover {
	background: #000;
	color: #fff
}

.btn_grey {
	margin-bottom: 2rem;
	font-family: 'PFDinDisplayPro', 'Verdana', sans-serif;
	color: #d1d3d4;
	background: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 4rem;
	border: .2rem solid #d1d3d4;
	height: 4rem;
	padding-left: 5.6rem;
	padding-right: 5.6rem;
	text-transform: uppercase
}

.btn_grey:hover {
	background: #d1d3d4;
	color: #fff
}

.btn_gold {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'PFDinDisplayPro', 'Verdana', sans-serif;
	color: #000;
	margin-bottom: 2rem;
	height: 4rem;
	border: .2rem solid #cab074;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	line-height: 4rem
}

.btn_gold:hover {
	background: #cab074
}

.btn_tel {
	margin-bottom: 2rem;
	font-family: 'PFDinDisplayPro', 'Verdana', sans-serif;
	color: #cab074;
	background: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 4rem;
	height: 4rem;
	text-transform: uppercase
}

/***
.btn_white {
	margin-bottom: 2rem;
	font-family: 'PFDinDisplayPro', 'Verdana', sans-serif;
	color: #fff;
	background: #cab074;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 4rem;
	height: 4rem;
	text-transform: uppercase
}
***/

.btn__poly {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto !important
}

.tie {
	top: 0;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 2rem;
	cursor: pointer
}

.tie.js-active {
	top: -4.2rem
}

.tie.js-active .tie__text {
	opacity: 1
}

.tie.js-active .tie__img img {
	-webkit-box-shadow: 0 4rem 6.4rem .6rem rgba(0, 1, 1, 0.15);
	box-shadow: 0 4rem 6.4rem .6rem rgba(0, 1, 1, 0.15)
}

.tie__img img {
	border-radius: 50%
}

.tie__text {
	margin-bottom: 2rem;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
	font-size: 1.6rem
}

.mb165 {
	margin-bottom: 16.5rem;
	height: .1rem
}

.mb125 {
	margin-bottom: 12.5rem;
	height: .1rem
}

.mb50 {
	margin-bottom: 5rem;
	height: .1rem
}

.mb30 {
	margin-bottom: 3rem
}

.pub__slide {
	padding-top: 12rem;
	background-size: cover;
	padding-bottom: 11rem;
	background-position: center
}

.pub__special {
	color: #cab074;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.6rem;
	text-shadow: 1px 1px 2px #113142, 0 0 1em #113142
}

.pub__special_white {
	color: #fff
}

.pub .slick-dots {
	bottom: 6.2rem
}

.pub .slick-dots li {
	width: 4rem;
	height: 4rem
}

.pub .slick-dots li.slick-active:before {
	background: #cab074
}

.pub .slick-dots li:before {
	width: 1.4rem;
	height: 1.4rem;
	background: 0;
	border: .3rem solid #cab074
}

@media(max-width:991px) {
	.pub__special {
		font-size: 2.8rem
	}
	.pub__slide {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.arena {
	position: relative;
	margin-bottom: 6.5rem
}

.arena__lvl-btn {
	z-index: 100
}

.arena__photo {
	position: absolute;
	top: 16.67%;
	width: 82rem;
	background: #000;
	border-radius: 5rem;
	overflow-y: auto;
	overflow-x: hidden;
	height: 64%;
	left: calc(50% - 410px)
}

.arena__photo.js-shadow .arena__desc {
	display: block
}

.arena__photo.js-shadow .arena__stadium {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.arena__photo.js-shadow .arena__stadium:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.7)
}

.arena__stadium {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover
}

.arena__desc {
	padding-top: 3rem;
	position: relative;
	z-index: 2;
	display: none
}

.arena__eye {
	width: 3.2rem;
	height: 2.1rem;
	cursor: pointer;
	position: absolute;
	z-index: 3;
	right: 5.2rem;
	top: 5.2rem;
	background: url("../images/eye-open.svg") no-repeat center
}

.arena__title {
	font-size: 3.6rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #cab074
}

.arena__title_white {
	color: #fff;
	margin-bottom: 4.3rem
}

.arena__img path {
	cursor: pointer
}

.arena__img .st0 {
	fill: #cab074
}

.arena__img .st1 {
	fill: #fff
}

.arena__img .st2 {
	fill: #d2d4d5
}

.arena__img .js-active>g .st1 {
	fill: #cab074
}

.arena__img .js-active>path:nth-child(1) {
	fill: transparent
}

.arena__img .js-active>path:nth-child(1).st1 {
	fill: #fff
}

.arena__img .js-active>.st2 {
	fill: #d2d4d5 !important
}

.arena__price {
	margin-bottom: 5.5rem;
	font-size: 1.8rem;
	font-weight: 300;
	font-family: 'PFDinTextPro', 'Verdana', sans-serif;
	text-transform: uppercase;
	color: #fff
}

@media(max-width:1100px) {
	.arena__photo {
		width: 75%;
		height: 56%;
		left: 12.5%;
		top: 27%
	}
	.arena__title_white {
		margin-bottom: 0
	}
	.arena__price {
		margin-bottom: 1rem
	}
}

@media(max-width:639px) {
	.arena__photo {
		top: 20%
	}
	.arena__photo.js-shadow .arena__desc,
	.arena__photo.js-shadow .arena__eye {
		display: none
	}
	.arena__photo.js-shadow .arena__stadium {
		-webkit-filter: none;
		filter: none
	}
	.arena__photo.js-shadow .arena__stadium:after {
		display: none
	}
}

.state {
	margin-bottom: 5rem
}

.state__photo {
	background: url("../images/state.png") no-repeat;
	background-size: cover;
	padding-top: 6.3rem;
	background-position: center;
	padding-bottom: 4.8rem
}

.state__content {
	padding-top: 4rem;
	padding-bottom: 10rem;
	position: relative;
	-webkit-box-shadow: 13px 18px 57px rgba(0, 0, 0, 0.15);
	box-shadow: 13px 18px 57px rgba(0, 0, 0, 0.15)
}

.state .state__input {
	font-size: 1.8rem;
	font-weight: 400;
	border: 0;
	border-bottom: .2rem solid #000;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	width: 28.5rem;
	margin-bottom: 2.3rem;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	max-width: 100%
}

.state .state__input::-webkit-input-placeholder {
	color: #000
}

.state .state__input::-moz-placeholder {
	color: #000
}

.state .state__input:-moz-placeholder {
	color: #000
}

.state .state__input:-ms-input-placeholder {
	color: #000
}

.state__discount {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 7rem;
	color: #fff;
	line-height: 1.1;
	text-shadow: 1px 1px 2px #113142, 0 0 1em #113142
}

.state__date {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3.5rem;
	color: #fff;
	margin-bottom: 5.6rem;
	text-shadow: 1px 1px 2px #113142, 0 0 1em #113142
}

.state__note {
	color: #3cb371;
	font-size: 2rem
}

@media(max-width:1279px) {
	.state__content {
		padding-left: 4rem;
		padding-right: 4rem
	}
}

.send {
	font-size: 3.6rem;
	font-weight: 700
}

.send_big {
	margin-bottom: 7.5rem
}

@media(max-width:639px) {
	.send {
		font-size: 2.5rem
	}
}

.profile__file {
	margin-bottom: .5rem
}

.document-form {
	margin-bottom: 2rem
}

input.document-form__input {
	margin-bottom: 1rem
}

.program {
	background: #f8f8f9 url("../images/hockey-1.png") no-repeat center top;
	padding-top: 24rem;
	position: relative;
	margin-bottom: 14rem;
	padding-bottom: 31.2rem
}

.program__title {
	text-shadow: 0 0 30px #000;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-size: 4.9rem;
	text-transform: uppercase
}

@media(max-width:639px) {
	.program__title {
		font-size: 3.5rem
	}
}

.team-corp {
	text-transform: uppercase;
	font-size: 2.5rem;
	width: 47rem;
	display: inline-block;
	border: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	-webkit-transition: .3s;
	transition: .3s;
	left: calc(50% - 235px);
	font-weight: 700;
	max-width: 100%;
	line-height: 1.2;
	position: absolute;
	color: #c3243c;
	bottom: -5rem;
	background: #fff;
	-webkit-box-shadow: 13px 18px 57px rgba(0, 0, 0, 0.15);
	box-shadow: 13px 18px 57px rgba(0, 0, 0, 0.15)
}

.team-corp:focus,
.team-corp:hover {
	background: #c3243c;
	color: #fff
}

.team-corp_mini {
	left: calc(50% - 164px);
	width: 32.8rem;
	bottom: -13.6rem
}

.team-corp_big {
	bottom: -8rem
}

@media(max-width:639px) {
	.team-corp {
		left: 0;
		width: 31rem;
		left: calc(50% - 155px);
		font-size: 2rem
	}
}

.employer {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#c3243c), to(#be1d34));
	background-image: linear-gradient(to top, #c3243c 0, #be1d34 100%);
	position: relative;
	margin-bottom: 2rem
}

.employer:hover .employer__text,
.employer:focus .employer__text {
	opacity: 1
}

.employer__text {
	padding-left: 1.8rem;
	padding-right: 1.8rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(247, 248, 246, 0.97);
	text-transform: uppercase;
	font-size: 1.8rem;
	padding-top: 1.5rem;
	font-weight: 700;
	color: #222425;
	-webkit-transition: .3s;
	transition: .3s;
	line-height: 1.3;
	opacity: 0
}

.employer__img {
	width: 13rem;
	display: inline-block;
	line-height: 23rem
}

.employer__img img {
	max-height: 10.2rem
}

.privilege {
	height: 23rem;
	position: relative
}

.privilege__text {
	color: #c3243c;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.5rem
}

.privilege__button {
	width: 7rem;
	height: 7rem;
	position: absolute;
	bottom: 2rem;
	right: 4rem;
	background: url("../images/scroll-down.png") no-repeat center
}

.work {
	margin-bottom: 2rem
}

.work__text {
	padding-bottom: .5rem;
	background-color: #f8f8f9;
	color: #000;
	min-height: 7.5rem;
	font-size: 1.8rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.position-fixed {
	position: fixed
}

.position-static {
	position: static
}

.promo {
	margin-top: 4rem
}

.promo__title {
	font-weight: 600;
	font-size: 18px;
	font-family: 'PFDinTextCondPro', 'Verdana', sans-serif
}

.promo__input {
	text-transform: uppercase
}

.promo__btn {
	height: 26px;
	line-height: 26px
}

.promo__text {
	line-height: 15px;
	margin-top: 8px
}

@media(max-width:639px) {
	.promo {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
	.promo__input {
		margin-bottom: 1rem
	}
}

.video-bg {
	position: relative;
	top: 0;
	right: 0;
	color: #fff;
	bottom: 0;
	left: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	height: 67.3rem;
	overflow: hidden;
	z-index: 1;
	background: url("../images/KUZ_0144.JPG") no-repeat center;
	background-size: cover;
	padding-top: 2.8rem
}

.video-bg__text {
	font-size: 2.5rem;
	text-transform: uppercase;
	line-height: 1.15;
	margin-bottom: 8rem;
	font-weight: 700
}

.video-bg__head {
	margin-bottom: 3rem;
	padding-top: 17.6rem
}

.video-bg__logo {
	padding-left: 4rem
}

.video-bg__info {
	padding-right: 5rem;
	padding-top: 2rem
}

.video-bg__tel {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-right: 5.6rem
}

.video-bg .row {
	position: relative;
	z-index: 2
}

.video-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	height: auto
}

@media(max-width:991px) {
	.video-bg__logo {
		padding-left: 0
	}
	.video-bg__head {
		padding-top: 10rem
	}
}

@media(max-width:639px) {
	.video-bg__text {
		margin-bottom: 3rem;
		font-size: 1.7rem
	}
	.video-bg__head {
		font-size: 3.5rem;
		padding-top: 4.2rem
	}
	.video-bg__tel {
		margin-right: 1rem;
		margin-left: 1rem
	}
	.video-bg__info {
		padding-right: 1rem
	}
}

@supports((-o-object-fit:cover) or(object-fit:cover)) {
	.video-bg__video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.buy {
	background-image: linear-gradient(-220deg, #b32024 0, #b32024 2%, #e42e28 100%);
	font-size: 1.8rem;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.5rem;
	line-height: 4.1rem;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 25.7rem;
	max-width: 100%;
	height: 4.1rem
}

.buy_empty {
	border: .2rem solid #fff;
	background: 0
}

.buy_empty:hover {
	color: #c3243c;
	background: #fff
}

.poly {
	margin-bottom: 9rem
}

@media(min-width:1280px) {
	.poly {
		padding: 0 0 0 8rem
	}
}

.poly p {
	margin-bottom: 1rem
}

.poly__wrapper,
.poly__content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.poly__tab {
	position: relative
}

.poly__tab_active::after {
	position: absolute;
	content: '';
	top: -2.8rem;
	bottom: 2.5rem;
	right: 0;
	width: 2rem;
	background-color: #e02b3b
}

.poly__tab:first-child.poly__tab_active::after {
	top: 0
}

.poly__baby {
	height: 37.4rem
}

.poly__title,
.poly__content-title {
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 70%;
	padding-right: 2rem
}

@media screen and (min-width:780px) {
	.poly__title,
	.poly__content-title {
		font-size: 1.8rem
	}
}

.poly__img {
	margin-top: 2.2rem;
	margin-right: 3.6rem;
	display: block;
	padding-left: 1rem;
	max-width: 3rem;
	width: 30%
}

@media screen and (min-width:780px) {
	.poly__img {
		max-width: 6.9rem
	}
}

.poly__img_big {
	width: 17rem
}

.poly__img_top {
	width: 10.5rem
}

.poly__text {
	padding-left: 4.8rem;
	color: #c2c3c2;
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 1.5
}

.poly__text_top {
	padding-top: 12rem
}

.poly__hr,
.poly__content-hr {
	border-bottom: .2rem solid #c2c3c2;
	margin-bottom: 2.5rem
}

.poly__content {
	display: none;
	padding-bottom: 20rem;
	position: relative
}

@media screen and (min-width:640px) {
	.poly__content {
		padding-bottom: 3.2rem
	}
}

@media screen and (max-width:639px) {
	.poly__content {
		margin-bottom: 4rem
	}
}

.poly__content_active {
	display: block
}

.poly__content-box {
	background-color: white;
	padding: 2.5rem;
	position: absolute;
	bottom: 2rem;
	left: 1rem;
	margin-right: 1rem;
	color: #7f7f7f;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1.5;
	-webkit-box-shadow: 3rem 0 5.4rem .6rem rgba(26, 2, 5, 0.2);
	box-shadow: 3rem 0 5.4rem .6rem rgba(26, 2, 5, 0.2)
}

@media screen and (min-width:430px) {
	.poly__content-box {
		left: 4.5rem;
		margin-right: 4.5rem;
		padding: 3.5rem
	}
}

@media(min-width:640px) {
	.poly__content-box {
		font-size: 1.8rem
	}
}

@media screen and (min-width:960px) {
	.poly__content-box {
		-webkit-box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.2);
		box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.2);
		left: 9.5rem;
		min-height: 28rem;
		max-width: 34.2rem;
		margin-right: auto
	}
}

@media screen and (min-width:640px) {
	.poly__content-wrapper {
		display: none
	}
}

@media screen and (min-width:640px) {
	.poly__content-hr {
		display: none
	}
}

.poly__content-title {
	cursor: default;
	color: black;
	padding-left: 16.21621621621622%;
	padding-right: 0;
	font-size: 1.8rem
}

@media(max-width:639px) {
	.poly__text_top {
		padding-left: 0;
		padding-top: 4rem
	}
}

@media screen and (max-width:639px) {
	.x-poly {
		display: none
	}
}

.x-poly-target {
	padding-bottom: 0 !important
}

.x-poly-target .slick-dots {
	bottom: 0
}

.x-poly-target .slick-dots li::before {
	content: none
}

.x-poly-target .slick-dots li {
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	border: .1rem solid #828282
}

.x-poly-target .slick-dots li:not(:last-child) {
	margin-right: 2.3rem
}

.x-poly-target .slick-dots li.slick-active {
	background-color: #c62625;
	border: .1rem solid #c62625
}

.x-poly-target .slick-dots li button {
	display: none
}

.row.collapsed>div {
	padding-left: 0;
	padding-right: 0
}

.head {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: .15rem;
	text-transform: uppercase
}

.head_black {
	color: #3c3f41
}

@media(max-width:639px) {
	.head {
		font-size: 3.5rem
	}
}

.ticket {
	height: 47.9rem;
	position: relative;
	overflow: hidden
}

.ticket:after,
.ticket:before {
	content: "";
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(39%, #fff), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, #fff 0, #fff 39%, rgba(255, 255, 255, 0) 100%);
	width: 31rem;
	height: 56rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6
}

.ticket:after {
	background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(39%, #fff), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to left, #fff 0, #fff 39%, rgba(255, 255, 255, 0) 100%);
	left: auto;
	right: 0
}

.ticket .slick-next,
.ticket .slick-prev {
	left: 2rem;
	width: 4.1rem;
	height: 6.3rem;
	-webkit-transform: none;
	transform: none;
	top: 15rem;
	z-index: 7;
	background: url("../images/arr.png") no-repeat center
}

.ticket .slick-next {
	left: auto;
	right: 2rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ticket__slide {
	padding-top: 2.9rem;
	padding-bottom: 7.9rem;
	padding-left: .5rem;
	outline: 0;
	-webkit-transition: .3s;
	transition: .3s;
	padding-right: .5rem
}

.ticket__slide:hover {
	padding-bottom: 0
}

@media(max-width:1100px) {
	.ticket:before,
	.ticket:after {
		display: none
	}
}

.match {
	display: inline-block;
	width: 31.7rem;
	color: #222424;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.15);
	box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.15)
}

.match:hover {
	width: 35.7rem;
	top: -2.9rem;
	z-index: 5
}

.match:hover .match__time {
	font-size: 2.8rem
}

.match:hover .match__price {
	font-size: 2rem
}

.match:hover .match__team {
	font-size: 2rem;
	padding-left: 3rem;
	padding-right: 3rem
}

.match:hover .match__btn {
	display: inline-block
}

.match__img {
	position: relative
}

.match__btn {
	position: relative;
	display: none;
	margin-bottom: 0;
	bottom: -2rem
}

.match__main {
	padding: 2.5rem 2rem 0;
	position: relative;
	background: #fff
}

.match__help {
	height: 0
}

.match__day {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase
}

.match__price {
	font-size: 1.8rem;
	color: #c3263c;
	text-transform: uppercase
}

.match__time {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: .9rem
}

.match__team {
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 3;
	display: inline-block;
	position: absolute;
	padding-left: 2rem;
	padding-right: 2rem;
	bottom: 1.9rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: .4rem;
	padding-bottom: .4rem;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.2);
	box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.2)
}

@media(max-width:639px) {
	.match {
		width: 28rem
	}
	.match:hover {
		width: 32rem
	}
}

.review {
	margin-bottom: 6.9rem;
	padding-top: 6rem;
	position: relative;
	padding-left: 17.4rem;
	padding-right: 17.4rem;
	z-index: 10
}

.review__btn {
	position: absolute;
	bottom: -3.5rem;
	left: calc(50% - 125px)
}

.review__inner {
	background: #fff;
	max-width: 100%;
	padding-left: 3.3rem;
	padding-bottom: 3.5rem;
	padding-right: 3.3rem;
	width: 100.8rem;
	-webkit-box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.1);
	box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.1);
	display: inline-block
}

.review__info {
	padding-top: 8rem;
	padding-left: 8rem
}

.review__wrapper {
	position: relative
}

.review__img {
	position: absolute;
	top: -3.6rem
}

.review img {
	display: inline-block
}

.review__block {
	padding-left: 4.4rem
}

.review .slick-next,
.review .slick-prev {
	background: url("../images/arr.png") no-repeat center;
	width: 4.1rem;
	height: 6.3rem;
	top: 32rem;
	-webkit-transform: none;
	transform: none;
	z-index: 5
}

.review .slick-prev {
	left: 2.5rem
}

.review .slick-next {
	right: 2.5rem;
	background: url("../images/arr-dark.png") no-repeat center
}

.review:after {
	content: "";
	width: 100%;
	position: absolute;
	top: 12.4rem;
	left: 0;
	height: 43.7rem;
	background-image: linear-gradient(-220deg, #b32024 0, #b32024 2%, #e42e28 100%);
	z-index: 3
}

.review__slide {
	outline: 0;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-bottom: 5rem
}

.review .slick-list {
	position: relative;
	z-index: 4;
	padding-top: 3rem
}

.review__num {
	font-family: "Oxtail", sans-serif;
	font-size: 2.5rem;
	color: #e42f29;
	display: inline-block;
	text-transform: uppercase
}

.review__num_second {
	position: relative;
	top: 1rem
}

.review__num_third {
	position: relative;
	top: 2rem
}

.review__text {
	color: #c2c3c2;
	margin-bottom: 12rem;
	font-size: 1.8rem;
	text-transform: uppercase
}

.review__title {
	margin-bottom: 5rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase
}

@media(max-width:1200px) {
	.review {
		padding-left: 5rem;
		padding-right: 5rem
	}
}

@media(max-width:991px) {
	.review:after {
		height: 80rem
	}
	.review__info {
		padding-top: 3rem;
		padding-left: 1rem
	}
	.review__text {
		margin-bottom: 3rem
	}
	.review__block {
		margin-bottom: 3rem
	}
	.review__img {
		display: inline-block;
		position: static
	}
}

@media(max-width:639px) {
	.review {
		padding-left: 0;
		padding-right: 0
	}
	.review__slide {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.tabs__li {
	cursor: pointer;
	padding-left: 18px;
	padding-right: 18px;
	width: calc(75%/3);
	-webkit-box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.1);
	box-shadow: 0 0 5.4rem .6rem rgba(26, 2, 5, 0.1);
	margin-left: 14px;
	margin-bottom: 1.8rem;
	margin-right: 14px;
	display: inline-block;
	padding-top: .8rem;
	position: relative;
	padding-bottom: 1.2rem;
	background: #fff
}

.tabs__li_active:after {
	content: "";
	width: 2.6rem;
	height: 1.8rem;
	left: calc(50% - 13px);
	position: absolute;
	bottom: -2.5rem;
	background: url("../images/down.png") no-repeat center
}

.tabs__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tabs__text {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'PFDinDisplayPro', 'Verdana', sans-serif;
}

.tabs__time {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.tabs__caption {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none
}

.tabs__content {
	display: none
}

.tabs__content_active {
	display: block
}

@media(max-width:991px) {
	.tabs__li {
		margin-bottom: 4rem
	}
}

.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 3rem;
	padding-bottom: 56.25%;
	overflow: hidden
}

.responsive-embed iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.responsive-embed_shadow {
	-webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.1)
}

.responsive-embed_shadow img {
	min-width: 100%
}

.copy {
	background-image: linear-gradient(-220deg, #b32024 0, #b32024 2%, #e42e28 100%);
	font-size: 1.2rem;
	padding-top: 2.1rem;
	padding-bottom: 2.2rem;
	padding-left: 5rem;
	padding-right: 5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.poly-title {
	z-index: 100;
	position: relative;
	top: -3rem;
	text-transform: uppercase;
	font-size: 5rem;
	max-width: 107.5rem;
	height: 12rem;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4rem;
	padding: 2rem;
	text-align: center;
	font-weight: 700;
	-webkit-box-shadow: 0 0 6rem 1.5rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 6rem 1.5rem rgba(0, 0, 0, 0.15);
	background-color: white
}

@media(max-width:1075px) {
	.poly-title {
		margin-right: 4rem;
		margin-left: 4rem;
		height: auto;
		font-size: 3.7rem
	}
	.slider-controls {
		position: absolute;
		right: 40px;
		bottom: 17px;
		z-index: 50;
	}
}

@media(max-width:460px) {
	.poly-title {
		font-size: 2.2rem
	}
}


.main-slider-wrap {
	position: relative;
	overflow: hidden;
}

.main-slide {
	position: relative;
	/*height: 685px;*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	outline: none;
}

.main-slide img{
	width: 100%;
	height: auto;
}


.slider-controls{
	position: absolute;
	right: 20px;
	bottom: 17px;
	z-index: 50;
}
.l-news .slider-controls{
	position: absolute;
	right: 20px;
	top: 17px;
	z-index: 50;
}
.slider-controls .slide-arrow{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #c3243c;
	margin-right: 4px;
	position: relative;
}
.slider-controls .slide-arrow:before{
	background-image: url(../images/sprites.png);
	background-position: -477px -229px;
	width: 12px;
	height: 23px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -11.5px;
}
.slider-controls .slide-arrow.slider-left{}
.slider-controls .slide-arrow.slider-left:before{
}
.slider-controls .slide-arrow.slider-right{}
.slider-controls .slide-arrow.slider-right:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-controls .slides-amount {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #c3243c;
	margin-right: 4px;
	color: #ffffff;
	text-align: center;
	font-family: "PFDinTextPro-Med";
}
.slider-controls .slides-amount.wide-amount{
	width: 55px;
}
.slider-controls .slides-amount span{
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #ffffff;
}

.main-slide{
	display: none;
}
.main-slide:first-child{
	display: block;
}

@media(max-width:1075px) {
	.slider-controls {
		position: absolute;
		right: 20px;
		bottom: 57px;
		z-index: 50;
	}
}
.banner-shadow-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, .4);
}

.banner-carousel__pict-wrap img{
	width: 100%;
	height: auto;
}
.banner-news-thumb{
	height: auto;
}

.wrap-content-news{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap-content-news .wrap-title-news{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}
.wrap-content-news .wrap-title-news .title-news{
	display: inline-block;
}
.wrap-content-news .wrap-title-news .title-news .h1{
	color: #ffffff;
}
.wrap-content-news .wrap-subtitle-news{
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	padding-top: 35px;
}
.wrap-content-news .wrap-subtitle-news .subtitle-news{
	font-size:1.25rem;
	color:#ffffff
}
.wrap-social-block{
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.social-block{
	text-align: center;
}
.social-block .share{
	color: #ffffff;
}

@media only screen and (max-width: 39.9375em){
	.banner-shadow-wrap {
		z-index: 10;
	}
	.wrap-content-news,
	.wrap-social-block {
		z-index: 11;
	}
	.banner-news-thumb .banner-carousel__pict-wrap{
		padding-top:0;
	}
	.wrap-content-news .wrap-subtitle-news,
	.wrap-content-news .wrap-title-news{
		max-width: 95%;
		margin: 0 auto;
	}
}

.form_380 {
	width: 380px; }
@media only screen and (max-width: 640px) {
	.form_380 {
		width: 100%; } }

.form-group {
	position: relative;
	display: inline-block; }

.form-group_no-error .ws-errorbox {
	display: none !important; }

.form__step {
	width: 100%;
	position: relative;
	margin-bottom: 20px; }
.form__step:last-child {
	margin-bottom: 0; }

.ws-errorbox {
	position: absolute;
	bottom: 100%;
	right: 0; }
.ws-errorbox p {
	margin: 0;
	color: #c3243c;
	font-size: 16px;
	line-height: 1;
	font-family: "PFDinTextCondPro-Light"; }

.ws-errorbox_method {
	bottom: auto;
	top: 250px;
	right: 135px; }

.ws-errorbox_getback {
	bottom: 0;
	right: 0; }

.form__step_group .form-group-wrap {
	position: relative;
	float: left;
	margin-right: 15px; }
.form__step_group .form-group-wrap:first-child {
	width: 100px; }
.form__step_group .form-group-wrap:nth-child(2) {
	width: 113px; }
.form__step_group .form-group-wrap:nth-child(3) {
	width: 137px;
	margin-right: 0; }

.placeholder_a {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position: absolute;
	top: 4px;
	right: 4px;
	color: #000;
	font-size: 12px;
	font-family: "PFDinDisplayPro-Reg"; }
.input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: solid 1px #999;
	padding: 0 10px;
	font-family: "PFDinDisplayPro-Reg";
	font-size: 14px; }

.wrap-form-feedback.success{
	color:green;
	padding:15px;
	border: 1px solid green;
}
.wrap-form-feedback.error p{
	color:red;
	padding:15px;
	border: 1px solid red;
}

@media (max-width: 768px){
	.l-wrapper_schedule{
		margin: 1.75rem auto 0;
	}
	.l-wrapper_schedule .schedule__more{
		margin-bottom: 1.75rem;
	}
}
.btn_gray {
	background-color: transparent;
	border-color: #B7B7B7;
	color: #B7B7B7
}