@charset "UTF-8";
@-webkit-keyframes customFadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

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

@-moz-keyframes customFadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

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

@-o-keyframes customFadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

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

@keyframes customFadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

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

.customFadeInUp {
	-webkit-animation-name: customFadeInUp;
	animation-name: customFadeInUp;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes customFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-25px);
		-o-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

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

@-moz-keyframes customFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-25px);
		-o-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

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

@-o-keyframes customFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-25px);
		-o-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

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

@keyframes customFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-25px);
		-o-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

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

.customFadeInDown {
	-webkit-animation-name: customFadeInDown;
	animation-name: customFadeInDown;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes featureFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

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

@-moz-keyframes featureFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

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

@-o-keyframes featureFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

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

@keyframes featureFadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

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

.featureFadeInDown {
	-webkit-animation-name: featureFadeInDown;
	animation-name: featureFadeInDown;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes fadeInScale {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.89,.89,.89);
		-o-transform: scale3d(.89,.89,.89);
		-ms-transform: scale3d(.89,.89,.89);
		-webkit-transform: scale3d(.89,.89,.89);
		transform: scale3d(.89,.89,.89);
	}

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

@-moz-keyframes fadeInScale {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.89,.89,.89);
		-o-transform: scale3d(.89,.89,.89);
		-ms-transform: scale3d(.89,.89,.89);
		-webkit-transform: scale3d(.89,.89,.89);
		transform: scale3d(.89,.89,.89);
	}

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

@-o-keyframes fadeInScale {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.89,.89,.89);
		-o-transform: scale3d(.89,.89,.89);
		-ms-transform: scale3d(.89,.89,.89);
		-webkit-transform: scale3d(.89,.89,.89);
		transform: scale3d(.89,.89,.89);
	}

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

@keyframes fadeInScale {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.89,.89,.89);
		-o-transform: scale3d(.89,.89,.89);
		-ms-transform: scale3d(.89,.89,.89);
		-webkit-transform: scale3d(.89,.89,.89);
		transform: scale3d(.89,.89,.89);
	}

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

.fadeInScale {
	-webkit-animation-name: fadeInScale;
	animation-name: fadeInScale;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes fadeInScaleDown {
	0% {
		opacity: 0;
		-moz-transform: scale3d(1.1,1.1,1.1);
		-o-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

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

@-moz-keyframes fadeInScaleDown {
	0% {
		opacity: 0;
		-moz-transform: scale3d(1.1,1.1,1.1);
		-o-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

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

@-o-keyframes fadeInScaleDown {
	0% {
		opacity: 0;
		-moz-transform: scale3d(1.1,1.1,1.1);
		-o-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

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

@keyframes fadeInScaleDown {
	0% {
		opacity: 0;
		-moz-transform: scale3d(1.1,1.1,1.1);
		-o-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

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

.fadeInScaleDown {
	-webkit-animation-name: fadeInScaleDown;
	animation-name: fadeInScaleDown;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: .8s;
	-moz-animation-duration: .8s;
	-o-animation-duration: .8s;
	-ms-animation-duration: .8s;
	animation-duration: .8s;
}

@-webkit-keyframes stripey {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-o-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-ms-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-webkit-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
	}

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

@-moz-keyframes stripey {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-o-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-ms-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-webkit-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
	}

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

@-o-keyframes stripey {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-o-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-ms-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-webkit-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
	}

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

@keyframes stripey {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-o-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-ms-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		-webkit-transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
		transform: translate3d(0,40%,0) scale3d(.92,.92,.92);
	}

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

.stripey {
	-webkit-animation-name: stripey;
	animation-name: stripey;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	-ms-animation-duration: .7s;
	animation-duration: .7s;
}

.global-notification {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99999;
	height: 65px;
	width: 65px;
	border-radius: 50px;
	background: #25baf0;
	padding: 15px 30px;
	opacity: 0;
}

.global-notification .message {
	opacity: 0;
	color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial;
	font-weight: 600;
	position: relative;
	top: -3px;
}

@-webkit-keyframes notification {
	0% {
		width: 65px;
		opacity: 1;
	}

	100% {
		width: 400px;
		opacity: 1;
	}
}

@-moz-keyframes notification {
	0% {
		width: 65px;
		opacity: 1;
	}

	100% {
		width: 400px;
		opacity: 1;
	}
}

@-o-keyframes notification {
	0% {
		width: 65px;
		opacity: 1;
	}

	100% {
		width: 400px;
		opacity: 1;
	}
}

@keyframes notification {
	0% {
		width: 65px;
		opacity: 1;
	}

	100% {
		width: 400px;
		opacity: 1;
	}
}

@-webkit-keyframes notification-remove {
	0% {
		width: 360px;
		opacity: 1;
	}

	100% {
		width: 65px;
		opacity: 0;
		visibility: hidden;
	}
}

@-moz-keyframes notification-remove {
	0% {
		width: 360px;
		opacity: 1;
	}

	100% {
		width: 65px;
		opacity: 0;
		visibility: hidden;
	}
}

@-o-keyframes notification-remove {
	0% {
		width: 360px;
		opacity: 1;
	}

	100% {
		width: 65px;
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes notification-remove {
	0% {
		width: 360px;
		opacity: 1;
	}

	100% {
		width: 65px;
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes notification-child {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes notification-child {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes notification-child {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes notification-child {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.uber-notification-remove {
	-webkit-animation-name: notification-remove;
	animation-name: notification-remove;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	-ms-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: cubic-bezier(.37,1.39,.41,.91);
}

.uber-notification {
	-webkit-animation-name: notification;
	animation-name: notification;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .8s;
	-moz-animation-duration: .8s;
	-o-animation-duration: .8s;
	-ms-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	-o-animation-delay: .7s;
	-ms-animation-delay: .7s;
	animation-delay: .7s;
	-webkit-animation-timing-function: cubic-bezier(.37,1.39,.41,.91);
}

.uber-notification .message {
	-webkit-animation-name: notification-child;
	animation-name: notification-child;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .55s;
	-moz-animation-duration: .55s;
	-o-animation-duration: .55s;
	-ms-animation-duration: .55s;
	animation-duration: .55s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes anim-jelly {
	0% {
		-webkit-transform: matrix3d(0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);
	}

	3.333333% {
		-webkit-transform: matrix3d(.32778,0,0,0,0,.32778,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.32778,0,0,0,0,.32778,0,0,0,0,1,0,0,0,0,1);
	}

	6.666667% {
		-webkit-transform: matrix3d(.69875,0,0,0,0,.69875,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.69875,0,0,0,0,.69875,0,0,0,0,1,0,0,0,0,1);
	}

	10% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	13.333333% {
		-webkit-transform: matrix3d(1.1815,0,0,0,0,1.1815,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.1815,0,0,0,0,1.1815,0,0,0,0,1,0,0,0,0,1);
	}

	16.666667% {
		-webkit-transform: matrix3d(1.24402,0,0,0,0,1.24402,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.24402,0,0,0,0,1.24402,0,0,0,0,1,0,0,0,0,1);
	}

	20% {
		-webkit-transform: matrix3d(1.21871,0,0,0,0,1.21871,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.21871,0,0,0,0,1.21871,0,0,0,0,1,0,0,0,0,1);
	}

	23.333333% {
		-webkit-transform: matrix3d(1.14702,0,0,0,0,1.14702,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.14702,0,0,0,0,1.14702,0,0,0,0,1,0,0,0,0,1);
	}

	26.666667% {
		-webkit-transform: matrix3d(1.06589,0,0,0,0,1.06589,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.06589,0,0,0,0,1.06589,0,0,0,0,1,0,0,0,0,1);
	}

	30% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	33.333333% {
		-webkit-transform: matrix3d(.9603,0,0,0,0,.9603,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.9603,0,0,0,0,.9603,0,0,0,0,1,0,0,0,0,1);
	}

	36.666667% {
		-webkit-transform: matrix3d(.94663,0,0,0,0,.94663,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.94663,0,0,0,0,.94663,0,0,0,0,1,0,0,0,0,1);
	}

	40% {
		-webkit-transform: matrix3d(.95217,0,0,0,0,.95217,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.95217,0,0,0,0,.95217,0,0,0,0,1,0,0,0,0,1);
	}

	43.333333% {
		-webkit-transform: matrix3d(.96784,0,0,0,0,.96784,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.96784,0,0,0,0,.96784,0,0,0,0,1,0,0,0,0,1);
	}

	46.666667% {
		-webkit-transform: matrix3d(.98559,0,0,0,0,.98559,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.98559,0,0,0,0,.98559,0,0,0,0,1,0,0,0,0,1);
	}

	50% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	53.333333% {
		-webkit-transform: matrix3d(1.00868,0,0,0,0,1.00868,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00868,0,0,0,0,1.00868,0,0,0,0,1,0,0,0,0,1);
	}

	56.666667% {
		-webkit-transform: matrix3d(1.01167,0,0,0,0,1.01167,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.01167,0,0,0,0,1.01167,0,0,0,0,1,0,0,0,0,1);
	}

	60% {
		-webkit-transform: matrix3d(1.01046,0,0,0,0,1.01046,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.01046,0,0,0,0,1.01046,0,0,0,0,1,0,0,0,0,1);
	}

	63.333333% {
		-webkit-transform: matrix3d(1.00703,0,0,0,0,1.00703,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00703,0,0,0,0,1.00703,0,0,0,0,1,0,0,0,0,1);
	}

	66.666667% {
		-webkit-transform: matrix3d(1.00315,0,0,0,0,1.00315,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00315,0,0,0,0,1.00315,0,0,0,0,1,0,0,0,0,1);
	}

	70% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	73.333333% {
		-webkit-transform: matrix3d(.9981,0,0,0,0,.9981,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.9981,0,0,0,0,.9981,0,0,0,0,1,0,0,0,0,1);
	}

	76.666667% {
		-webkit-transform: matrix3d(.99745,0,0,0,0,.99745,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99745,0,0,0,0,.99745,0,0,0,0,1,0,0,0,0,1);
	}

	80% {
		-webkit-transform: matrix3d(.99771,0,0,0,0,.99771,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99771,0,0,0,0,.99771,0,0,0,0,1,0,0,0,0,1);
	}

	83.333333% {
		-webkit-transform: matrix3d(.99846,0,0,0,0,.99846,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99846,0,0,0,0,.99846,0,0,0,0,1,0,0,0,0,1);
	}

	86.666667% {
		-webkit-transform: matrix3d(.99931,0,0,0,0,.99931,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99931,0,0,0,0,.99931,0,0,0,0,1,0,0,0,0,1);
	}

	90% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	93.333333% {
		-webkit-transform: matrix3d(1.00042,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00042,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);
	}

	96.666667% {
		-webkit-transform: matrix3d(1.00056,0,0,0,0,1.00056,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00056,0,0,0,0,1.00056,0,0,0,0,1,0,0,0,0,1);
	}

	100% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}
}

@keyframes anim-jelly {
	0% {
		-webkit-transform: matrix3d(0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1);
	}

	3.333333% {
		-webkit-transform: matrix3d(.32778,0,0,0,0,.32778,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.32778,0,0,0,0,.32778,0,0,0,0,1,0,0,0,0,1);
	}

	6.666667% {
		-webkit-transform: matrix3d(.69875,0,0,0,0,.69875,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.69875,0,0,0,0,.69875,0,0,0,0,1,0,0,0,0,1);
	}

	10% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	13.333333% {
		-webkit-transform: matrix3d(1.1815,0,0,0,0,1.1815,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.1815,0,0,0,0,1.1815,0,0,0,0,1,0,0,0,0,1);
	}

	16.666667% {
		-webkit-transform: matrix3d(1.24402,0,0,0,0,1.24402,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.24402,0,0,0,0,1.24402,0,0,0,0,1,0,0,0,0,1);
	}

	20% {
		-webkit-transform: matrix3d(1.21871,0,0,0,0,1.21871,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.21871,0,0,0,0,1.21871,0,0,0,0,1,0,0,0,0,1);
	}

	23.333333% {
		-webkit-transform: matrix3d(1.14702,0,0,0,0,1.14702,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.14702,0,0,0,0,1.14702,0,0,0,0,1,0,0,0,0,1);
	}

	26.666667% {
		-webkit-transform: matrix3d(1.06589,0,0,0,0,1.06589,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.06589,0,0,0,0,1.06589,0,0,0,0,1,0,0,0,0,1);
	}

	30% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	33.333333% {
		-webkit-transform: matrix3d(.9603,0,0,0,0,.9603,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.9603,0,0,0,0,.9603,0,0,0,0,1,0,0,0,0,1);
	}

	36.666667% {
		-webkit-transform: matrix3d(.94663,0,0,0,0,.94663,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.94663,0,0,0,0,.94663,0,0,0,0,1,0,0,0,0,1);
	}

	40% {
		-webkit-transform: matrix3d(.95217,0,0,0,0,.95217,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.95217,0,0,0,0,.95217,0,0,0,0,1,0,0,0,0,1);
	}

	43.333333% {
		-webkit-transform: matrix3d(.96784,0,0,0,0,.96784,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.96784,0,0,0,0,.96784,0,0,0,0,1,0,0,0,0,1);
	}

	46.666667% {
		-webkit-transform: matrix3d(.98559,0,0,0,0,.98559,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.98559,0,0,0,0,.98559,0,0,0,0,1,0,0,0,0,1);
	}

	50% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	53.333333% {
		-webkit-transform: matrix3d(1.00868,0,0,0,0,1.00868,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00868,0,0,0,0,1.00868,0,0,0,0,1,0,0,0,0,1);
	}

	56.666667% {
		-webkit-transform: matrix3d(1.01167,0,0,0,0,1.01167,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.01167,0,0,0,0,1.01167,0,0,0,0,1,0,0,0,0,1);
	}

	60% {
		-webkit-transform: matrix3d(1.01046,0,0,0,0,1.01046,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.01046,0,0,0,0,1.01046,0,0,0,0,1,0,0,0,0,1);
	}

	63.333333% {
		-webkit-transform: matrix3d(1.00703,0,0,0,0,1.00703,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00703,0,0,0,0,1.00703,0,0,0,0,1,0,0,0,0,1);
	}

	66.666667% {
		-webkit-transform: matrix3d(1.00315,0,0,0,0,1.00315,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00315,0,0,0,0,1.00315,0,0,0,0,1,0,0,0,0,1);
	}

	70% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	73.333333% {
		-webkit-transform: matrix3d(.9981,0,0,0,0,.9981,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.9981,0,0,0,0,.9981,0,0,0,0,1,0,0,0,0,1);
	}

	76.666667% {
		-webkit-transform: matrix3d(.99745,0,0,0,0,.99745,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99745,0,0,0,0,.99745,0,0,0,0,1,0,0,0,0,1);
	}

	80% {
		-webkit-transform: matrix3d(.99771,0,0,0,0,.99771,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99771,0,0,0,0,.99771,0,0,0,0,1,0,0,0,0,1);
	}

	83.333333% {
		-webkit-transform: matrix3d(.99846,0,0,0,0,.99846,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99846,0,0,0,0,.99846,0,0,0,0,1,0,0,0,0,1);
	}

	86.666667% {
		-webkit-transform: matrix3d(.99931,0,0,0,0,.99931,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.99931,0,0,0,0,.99931,0,0,0,0,1,0,0,0,0,1);
	}

	90% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}

	93.333333% {
		-webkit-transform: matrix3d(1.00042,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00042,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);
	}

	96.666667% {
		-webkit-transform: matrix3d(1.00056,0,0,0,0,1.00056,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.00056,0,0,0,0,1.00056,0,0,0,0,1,0,0,0,0,1);
	}

	100% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	}
}

body {
	background:#f5f5f5;
	font-size: .9rem;
}

a {
	outline: 0;
}

a.active,a:focus {
	outline: 0;
}

@media (min-width:1200px) {
	.container:not(.no-override) {
		max-width: 1070px;
	}
}

@media (min-width:992px) {
	.container {
		position: relative;
	}
}

a {
	color: #3e70ff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a:hover {
	color: #459ce7;
	text-decoration: none;
}

.pagination li.active a {
	background-color: #4e7396;
}

.pagination li a {
	color: #5f8ab0;
	padding: .5rem .9rem;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

@media (max-width:991px) {
	.table-responsive td,.table-responsive th {
		white-space: nowrap;
	}
}/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*,::after,::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

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

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #f5f5f5;
}

[tabindex="-1"]:focus {
	outline: 0!important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none!important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.h1,h1 {
	font-size: 2.5rem;
}

.h2,h2 {
	font-size: 2rem;
}

.h3,h3 {
	font-size: 1.75rem;
}

.h4,h4 {
	font-size: 1.5rem;
}

.h5,h5 {
	font-size: 1.25rem;
}

.h6,h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.small,small {
	font-size: 80%;
	font-weight: 400;
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code,kbd,pre,samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table td,.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table .table {
	background-color: #fff;
}

.table-sm td,.table-sm th {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered td,.table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered thead td,.table-bordered thead th {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0,0,0,.075);
}

.table-primary,.table-primary>td,.table-primary>th {
	background-color: #b8daff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
	background-color: #9fcdff;
}

.table-secondary,.table-secondary>td,.table-secondary>th {
	background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf;
}

.table-success,.table-success>td,.table-success>th {
	background-color: #c3e6cb;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
	background-color: #b1dfbb;
}

.table-info,.table-info>td,.table-info>th {
	background-color: #bee5eb;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
	background-color: #abdde5;
}

.table-warning,.table-warning>td,.table-warning>th {
	background-color: #ffeeba;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
	background-color: #ffe8a1;
}

.table-danger,.table-danger>td,.table-danger>th {
	background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
	background-color: #f1b0b7;
}

.table-light,.table-light>td,.table-light>th {
	background-color: #fdfdfe;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
	background-color: #ececf6;
}

.table-dark,.table-dark>td,.table-dark>th {
	background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
	background-color: #b9bbbe;
}

.table-active,.table-active>td,.table-active>th {
	background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
	background-color: rgba(0,0,0,.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark td,.table-dark th,.table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255,255,255,.075);
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40,167,69,.8);
	border-radius: .2rem;
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
	border-color: #28a745;
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
	display: block;
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745;
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a;
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit;
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220,53,69,.8);
	border-radius: .2rem;
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
	border-color: #dc3545;
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
	display: block;
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9;
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit;
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width:576px) {
	.form-inline label {
		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;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-plaintext {
		display: inline-block;
	}

	.form-inline .input-group {
		width: auto;
	}

	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}

	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}

	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.btn.focus,.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn.disabled,.btn:disabled {
	opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
	background-image: none;
}

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

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary.focus,.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-primary.disabled,.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary.focus,.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-secondary.disabled,.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success.focus,.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-success.disabled,.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.focus,.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-info.disabled,.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus,.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-warning.disabled,.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

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

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus,.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-danger.disabled,.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light.focus,.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-light.disabled,.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark.focus,.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-dark.disabled,.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success.focus,.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info.focus,.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light.focus,.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link.focus,.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
}

.btn-link.disabled,.btn-link:disabled {
	color: #6c757d;
}

.btn-group-lg>.btn,.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-group-sm>.btn,.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

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

.btn-block+.btn-block {
	margin-top: .5rem;
}

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

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

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

.dropdown,.dropup {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus,.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled,.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
	z-index: 1;
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
	z-index: 1;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus {
	z-index: 3;
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control {
	margin-left: -1px;
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-append,.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-append .btn,.input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
	margin-top: 0;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	margin-bottom: 0;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0,123,255,.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-file-input:focus~.custom-file-control::before {
	border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus,.nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}


.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}

	.card-group>.card:only-child {
		border-radius: .25rem;
	}

	.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}

	.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.pagination li a, .pagination li span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination li a:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.pagination li a:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.pagination li a:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.pagination li:first-child a {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.pagination li:last-child a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.pagination li.active a {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.pagination li.disabled a {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge-success[href]:focus,.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34;
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

.badge-info[href]:focus,.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b;
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00;
}

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

.badge-danger[href]:focus,.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130;
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

.badge-light[href]:focus,.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5;
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus,.list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item:focus,.list-group-item:hover {
	z-index: 1;
	text-decoration: none;
}

.list-group-item.disabled,.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

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

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .arrow::after,.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
	margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
	margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
	margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
	margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease,-webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
	display: block;
}

.carousel-item-next,.carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d) {
	.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.active.carousel-item-right,.carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d) {
	.active.carousel-item-right,.carousel-item-next {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.active.carousel-item-left,.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d) {
	.active.carousel-item-left,.carousel-item-prev {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.carousel-control-next,.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon,.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5);
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.align-baseline {
	vertical-align: baseline!important;
}

.align-top {
	vertical-align: top!important;
}

.align-middle {
	vertical-align: middle!important;
}

.align-bottom {
	vertical-align: bottom!important;
}

.align-text-bottom {
	vertical-align: text-bottom!important;
}

.align-text-top {
	vertical-align: text-top!important;
}

.bg-primary {
	background-color: #007bff!important;
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
	background-color: #0062cc!important;
}

.bg-secondary {
	background-color: #6c757d!important;
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
	background-color: #545b62!important;
}

.bg-success {
	background-color: #28a745!important;
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
	background-color: #1e7e34!important;
}

.bg-info {
	background-color: #17a2b8!important;
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
	background-color: #117a8b!important;
}

.bg-warning {
	background-color: #ffc107!important;
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
	background-color: #d39e00!important;
}

.bg-danger {
	background-color: #dc3545!important;
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
	background-color: #bd2130!important;
}

.bg-light {
	background-color: #f8f9fa!important;
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
	background-color: #dae0e5!important;
}

.bg-dark {
	background-color: #343a40!important;
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
	background-color: #1d2124!important;
}

.bg-white {
	background-color: #fff!important;
}

.bg-transparent {
	background-color: transparent!important;
}

.border {
	border: 1px solid #dee2e6!important;
}

.border-top {
	border-top: 1px solid #dee2e6!important;
}

.border-right {
	border-right: 1px solid #dee2e6!important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
}

.border-left {
	border-left: 1px solid #dee2e6!important;
}

.border-0 {
	border: 0!important;
}

.border-top-0 {
	border-top: 0!important;
}

.border-right-0 {
	border-right: 0!important;
}

.border-bottom-0 {
	border-bottom: 0!important;
}

.border-left-0 {
	border-left: 0!important;
}

.border-primary {
	border-color: #007bff!important;
}

.border-secondary {
	border-color: #6c757d!important;
}

.border-success {
	border-color: #28a745!important;
}

.border-info {
	border-color: #17a2b8!important;
}

.border-warning {
	border-color: #ffc107!important;
}

.border-danger {
	border-color: #dc3545!important;
}

.border-light {
	border-color: #f8f9fa!important;
}

.border-dark {
	border-color: #343a40!important;
}

.border-white {
	border-color: #fff!important;
}

.rounded {
	border-radius: .25rem!important;
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important;
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important;
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important;
}

.rounded-circle {
	border-radius: 50%!important;
}

.rounded-0 {
	border-radius: 0!important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none!important;
}

.d-inline {
	display: inline!important;
}

.d-inline-block {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-table-row {
	display: table-row!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important;
	}

	.d-sm-inline {
		display: inline!important;
	}

	.d-sm-inline-block {
		display: inline-block!important;
	}

	.d-sm-block {
		display: block!important;
	}

	.d-sm-table {
		display: table!important;
	}

	.d-sm-table-row {
		display: table-row!important;
	}

	.d-sm-table-cell {
		display: table-cell!important;
	}

	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important;
	}

	.d-md-inline {
		display: inline!important;
	}

	.d-md-inline-block {
		display: inline-block!important;
	}

	.d-md-block {
		display: block!important;
	}

	.d-md-table {
		display: table!important;
	}

	.d-md-table-row {
		display: table-row!important;
	}

	.d-md-table-cell {
		display: table-cell!important;
	}

	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important;
	}

	.d-lg-inline {
		display: inline!important;
	}

	.d-lg-inline-block {
		display: inline-block!important;
	}

	.d-lg-block {
		display: block!important;
	}

	.d-lg-table {
		display: table!important;
	}

	.d-lg-table-row {
		display: table-row!important;
	}

	.d-lg-table-cell {
		display: table-cell!important;
	}

	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important;
	}

	.d-xl-inline {
		display: inline!important;
	}

	.d-xl-inline-block {
		display: inline-block!important;
	}

	.d-xl-block {
		display: block!important;
	}

	.d-xl-table {
		display: table!important;
	}

	.d-xl-table-row {
		display: table-row!important;
	}

	.d-xl-table-cell {
		display: table-cell!important;
	}

	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

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

	.d-print-inline {
		display: inline!important;
	}

	.d-print-inline-block {
		display: inline-block!important;
	}

	.d-print-block {
		display: block!important;
	}

	.d-print-table {
		display: table!important;
	}

	.d-print-table-row {
		display: table-row!important;
	}

	.d-print-table-cell {
		display: table-cell!important;
	}

	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

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

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

.float-left {
	float: left!important;
}

.float-right {
	float: right!important;
}

.float-none {
	float: none!important;
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important;
	}

	.float-sm-right {
		float: right!important;
	}

	.float-sm-none {
		float: none!important;
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important;
	}

	.float-md-right {
		float: right!important;
	}

	.float-md-none {
		float: none!important;
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important;
	}

	.float-lg-right {
		float: right!important;
	}

	.float-lg-none {
		float: none!important;
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important;
	}

	.float-xl-right {
		float: right!important;
	}

	.float-xl-none {
		float: none!important;
	}
}

.position-static {
	position: static!important;
}

.position-relative {
	position: relative!important;
}

.position-absolute {
	position: absolute!important;
}

.position-fixed {
	position: fixed!important;
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position:-webkit-sticky) or (position:sticky) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}

.w-25 {
	width: 25%!important;
}

.w-50 {
	width: 50%!important;
}

.w-75 {
	width: 75%!important;
}

.w-100 {
	width: 100%!important;
}

.h-25 {
	height: 25%!important;
}

.h-50 {
	height: 50%!important;
}

.h-75 {
	height: 75%!important;
}

.h-100 {
	height: 100%!important;
}

.mw-100 {
	max-width: 100%!important;
}

.mh-100 {
	max-height: 100%!important;
}

.m-0 {
	margin: 0!important;
}

.mt-0,.my-0 {
	margin-top: 0!important;
}

.mr-0,.mx-0 {
	margin-right: 0!important;
}

.mb-0,.my-0 {
	margin-bottom: 0!important;
}

.ml-0,.mx-0 {
	margin-left: 0!important;
}

.m-1 {
	margin: .25rem!important;
}

.mt-1,.my-1 {
	margin-top: .25rem!important;
}

.mr-1,.mx-1 {
	margin-right: .25rem!important;
}

.mb-1,.my-1 {
	margin-bottom: .25rem!important;
}

.ml-1,.mx-1 {
	margin-left: .25rem!important;
}

.m-2 {
	margin: .5rem!important;
}

.mt-2,.my-2 {
	margin-top: .5rem!important;
}

.mr-2,.mx-2 {
	margin-right: .5rem!important;
}

.mb-2,.my-2 {
	margin-bottom: .5rem!important;
}

.ml-2,.mx-2 {
	margin-left: .5rem!important;
}

.m-3 {
	margin: 1rem!important;
}

.mt-3,.my-3 {
	margin-top: 1rem!important;
}

.mr-3,.mx-3 {
	margin-right: 1rem!important;
}

.mb-3,.my-3 {
	margin-bottom: 1rem!important;
}

.ml-3,.mx-3 {
	margin-left: 1rem!important;
}

.m-4 {
	margin: 1.5rem!important;
}

.mt-4,.my-4 {
	margin-top: 1.5rem!important;
}

.mr-4,.mx-4 {
	margin-right: 1.5rem!important;
}

.mb-4,.my-4 {
	margin-bottom: 1.5rem!important;
}

.ml-4,.mx-4 {
	margin-left: 1.5rem!important;
}

.m-5 {
	margin: 3rem!important;
}

.mt-5,.my-5 {
	margin-top: 3rem!important;
}

.mr-5,.mx-5 {
	margin-right: 3rem!important;
}

.mb-5,.my-5 {
	margin-bottom: 3rem!important;
}

.ml-5,.mx-5 {
	margin-left: 3rem!important;
}

.p-0 {
	padding: 0!important;
}

.pt-0,.py-0 {
	padding-top: 0!important;
}

.pr-0,.px-0 {
	padding-right: 0!important;
}

.pb-0,.py-0 {
	padding-bottom: 0!important;
}

.pl-0,.px-0 {
	padding-left: 0!important;
}

.p-1 {
	padding: .25rem!important;
}

.pt-1,.py-1 {
	padding-top: .25rem!important;
}

.pr-1,.px-1 {
	padding-right: .25rem!important;
}

.pb-1,.py-1 {
	padding-bottom: .25rem!important;
}

.pl-1,.px-1 {
	padding-left: .25rem!important;
}

.p-2 {
	padding: .5rem!important;
}

.pt-2,.py-2 {
	padding-top: .5rem!important;
}

.pr-2,.px-2 {
	padding-right: .5rem!important;
}

.pb-2,.py-2 {
	padding-bottom: .5rem!important;
}

.pl-2,.px-2 {
	padding-left: .5rem!important;
}

.p-3 {
	padding: 1rem!important;
}

.pt-3,.py-3 {
	padding-top: 1rem!important;
}

.pr-3,.px-3 {
	padding-right: 1rem!important;
}

.pb-3,.py-3 {
	padding-bottom: 1rem!important;
}

.pl-3,.px-3 {
	padding-left: 1rem!important;
}

.p-4 {
	padding: 1.5rem!important;
}

.pt-4,.py-4 {
	padding-top: 1.5rem!important;
}

.pr-4,.px-4 {
	padding-right: 1.5rem!important;
}

.pb-4,.py-4 {
	padding-bottom: 1.5rem!important;
}

.pl-4,.px-4 {
	padding-left: 1.5rem!important;
}

.p-5 {
	padding: 3rem!important;
}

.pt-5,.py-5 {
	padding-top: 3rem!important;
}

.pr-5,.px-5 {
	padding-right: 3rem!important;
}

.pb-5,.py-5 {
	padding-bottom: 3rem!important;
}

.pl-5,.px-5 {
	padding-left: 3rem!important;
}

.m-auto {
	margin: auto!important;
}

.mt-auto,.my-auto {
	margin-top: auto!important;
}

.mr-auto,.mx-auto {
	margin-right: auto!important;
}

.mb-auto,.my-auto {
	margin-bottom: auto!important;
}

.ml-auto,.mx-auto {
	margin-left: auto!important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important;
	}

	.mt-sm-0,.my-sm-0 {
		margin-top: 0!important;
	}

	.mr-sm-0,.mx-sm-0 {
		margin-right: 0!important;
	}

	.mb-sm-0,.my-sm-0 {
		margin-bottom: 0!important;
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0!important;
	}

	.m-sm-1 {
		margin: .25rem!important;
	}

	.mt-sm-1,.my-sm-1 {
		margin-top: .25rem!important;
	}

	.mr-sm-1,.mx-sm-1 {
		margin-right: .25rem!important;
	}

	.mb-sm-1,.my-sm-1 {
		margin-bottom: .25rem!important;
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: .25rem!important;
	}

	.m-sm-2 {
		margin: .5rem!important;
	}

	.mt-sm-2,.my-sm-2 {
		margin-top: .5rem!important;
	}

	.mr-sm-2,.mx-sm-2 {
		margin-right: .5rem!important;
	}

	.mb-sm-2,.my-sm-2 {
		margin-bottom: .5rem!important;
	}

	.ml-sm-2,.mx-sm-2 {
		margin-left: .5rem!important;
	}

	.m-sm-3 {
		margin: 1rem!important;
	}

	.mt-sm-3,.my-sm-3 {
		margin-top: 1rem!important;
	}

	.mr-sm-3,.mx-sm-3 {
		margin-right: 1rem!important;
	}

	.mb-sm-3,.my-sm-3 {
		margin-bottom: 1rem!important;
	}

	.ml-sm-3,.mx-sm-3 {
		margin-left: 1rem!important;
	}

	.m-sm-4 {
		margin: 1.5rem!important;
	}

	.mt-sm-4,.my-sm-4 {
		margin-top: 1.5rem!important;
	}

	.mr-sm-4,.mx-sm-4 {
		margin-right: 1.5rem!important;
	}

	.mb-sm-4,.my-sm-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-sm-4,.mx-sm-4 {
		margin-left: 1.5rem!important;
	}

	.m-sm-5 {
		margin: 3rem!important;
	}

	.mt-sm-5,.my-sm-5 {
		margin-top: 3rem!important;
	}

	.mr-sm-5,.mx-sm-5 {
		margin-right: 3rem!important;
	}

	.mb-sm-5,.my-sm-5 {
		margin-bottom: 3rem!important;
	}

	.ml-sm-5,.mx-sm-5 {
		margin-left: 3rem!important;
	}

	.p-sm-0 {
		padding: 0!important;
	}

	.pt-sm-0,.py-sm-0 {
		padding-top: 0!important;
	}

	.pr-sm-0,.px-sm-0 {
		padding-right: 0!important;
	}

	.pb-sm-0,.py-sm-0 {
		padding-bottom: 0!important;
	}

	.pl-sm-0,.px-sm-0 {
		padding-left: 0!important;
	}

	.p-sm-1 {
		padding: .25rem!important;
	}

	.pt-sm-1,.py-sm-1 {
		padding-top: .25rem!important;
	}

	.pr-sm-1,.px-sm-1 {
		padding-right: .25rem!important;
	}

	.pb-sm-1,.py-sm-1 {
		padding-bottom: .25rem!important;
	}

	.pl-sm-1,.px-sm-1 {
		padding-left: .25rem!important;
	}

	.p-sm-2 {
		padding: .5rem!important;
	}

	.pt-sm-2,.py-sm-2 {
		padding-top: .5rem!important;
	}

	.pr-sm-2,.px-sm-2 {
		padding-right: .5rem!important;
	}

	.pb-sm-2,.py-sm-2 {
		padding-bottom: .5rem!important;
	}

	.pl-sm-2,.px-sm-2 {
		padding-left: .5rem!important;
	}

	.p-sm-3 {
		padding: 1rem!important;
	}

	.pt-sm-3,.py-sm-3 {
		padding-top: 1rem!important;
	}

	.pr-sm-3,.px-sm-3 {
		padding-right: 1rem!important;
	}

	.pb-sm-3,.py-sm-3 {
		padding-bottom: 1rem!important;
	}

	.pl-sm-3,.px-sm-3 {
		padding-left: 1rem!important;
	}

	.p-sm-4 {
		padding: 1.5rem!important;
	}

	.pt-sm-4,.py-sm-4 {
		padding-top: 1.5rem!important;
	}

	.pr-sm-4,.px-sm-4 {
		padding-right: 1.5rem!important;
	}

	.pb-sm-4,.py-sm-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-sm-4,.px-sm-4 {
		padding-left: 1.5rem!important;
	}

	.p-sm-5 {
		padding: 3rem!important;
	}

	.pt-sm-5,.py-sm-5 {
		padding-top: 3rem!important;
	}

	.pr-sm-5,.px-sm-5 {
		padding-right: 3rem!important;
	}

	.pb-sm-5,.py-sm-5 {
		padding-bottom: 3rem!important;
	}

	.pl-sm-5,.px-sm-5 {
		padding-left: 3rem!important;
	}

	.m-sm-auto {
		margin: auto!important;
	}

	.mt-sm-auto,.my-sm-auto {
		margin-top: auto!important;
	}

	.mr-sm-auto,.mx-sm-auto {
		margin-right: auto!important;
	}

	.mb-sm-auto,.my-sm-auto {
		margin-bottom: auto!important;
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto!important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important;
	}

	.mt-md-0,.my-md-0 {
		margin-top: 0!important;
	}

	.mr-md-0,.mx-md-0 {
		margin-right: 0!important;
	}

	.mb-md-0,.my-md-0 {
		margin-bottom: 0!important;
	}

	.ml-md-0,.mx-md-0 {
		margin-left: 0!important;
	}

	.m-md-1 {
		margin: .25rem!important;
	}

	.mt-md-1,.my-md-1 {
		margin-top: .25rem!important;
	}

	.mr-md-1,.mx-md-1 {
		margin-right: .25rem!important;
	}

	.mb-md-1,.my-md-1 {
		margin-bottom: .25rem!important;
	}

	.ml-md-1,.mx-md-1 {
		margin-left: .25rem!important;
	}

	.m-md-2 {
		margin: .5rem!important;
	}

	.mt-md-2,.my-md-2 {
		margin-top: .5rem!important;
	}

	.mr-md-2,.mx-md-2 {
		margin-right: .5rem!important;
	}

	.mb-md-2,.my-md-2 {
		margin-bottom: .5rem!important;
	}

	.ml-md-2,.mx-md-2 {
		margin-left: .5rem!important;
	}

	.m-md-3 {
		margin: 1rem!important;
	}

	.mt-md-3,.my-md-3 {
		margin-top: 1rem!important;
	}

	.mr-md-3,.mx-md-3 {
		margin-right: 1rem!important;
	}

	.mb-md-3,.my-md-3 {
		margin-bottom: 1rem!important;
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 1rem!important;
	}

	.m-md-4 {
		margin: 1.5rem!important;
	}

	.mt-md-4,.my-md-4 {
		margin-top: 1.5rem!important;
	}

	.mr-md-4,.mx-md-4 {
		margin-right: 1.5rem!important;
	}

	.mb-md-4,.my-md-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-md-4,.mx-md-4 {
		margin-left: 1.5rem!important;
	}

	.m-md-5 {
		margin: 3rem!important;
	}

	.mt-md-5,.my-md-5 {
		margin-top: 3rem!important;
	}

	.mr-md-5,.mx-md-5 {
		margin-right: 3rem!important;
	}

	.mb-md-5,.my-md-5 {
		margin-bottom: 3rem!important;
	}

	.ml-md-5,.mx-md-5 {
		margin-left: 3rem!important;
	}

	.p-md-0 {
		padding: 0!important;
	}

	.pt-md-0,.py-md-0 {
		padding-top: 0!important;
	}

	.pr-md-0,.px-md-0 {
		padding-right: 0!important;
	}

	.pb-md-0,.py-md-0 {
		padding-bottom: 0!important;
	}

	.pl-md-0,.px-md-0 {
		padding-left: 0!important;
	}

	.p-md-1 {
		padding: .25rem!important;
	}

	.pt-md-1,.py-md-1 {
		padding-top: .25rem!important;
	}

	.pr-md-1,.px-md-1 {
		padding-right: .25rem!important;
	}

	.pb-md-1,.py-md-1 {
		padding-bottom: .25rem!important;
	}

	.pl-md-1,.px-md-1 {
		padding-left: .25rem!important;
	}

	.p-md-2 {
		padding: .5rem!important;
	}

	.pt-md-2,.py-md-2 {
		padding-top: .5rem!important;
	}

	.pr-md-2,.px-md-2 {
		padding-right: .5rem!important;
	}

	.pb-md-2,.py-md-2 {
		padding-bottom: .5rem!important;
	}

	.pl-md-2,.px-md-2 {
		padding-left: .5rem!important;
	}

	.p-md-3 {
		padding: 1rem!important;
	}

	.pt-md-3,.py-md-3 {
		padding-top: 1rem!important;
	}

	.pr-md-3,.px-md-3 {
		padding-right: 1rem!important;
	}

	.pb-md-3,.py-md-3 {
		padding-bottom: 1rem!important;
	}

	.pl-md-3,.px-md-3 {
		padding-left: 1rem!important;
	}

	.p-md-4 {
		padding: 1.5rem!important;
	}

	.pt-md-4,.py-md-4 {
		padding-top: 1.5rem!important;
	}

	.pr-md-4,.px-md-4 {
		padding-right: 1.5rem!important;
	}

	.pb-md-4,.py-md-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-md-4,.px-md-4 {
		padding-left: 1.5rem!important;
	}

	.p-md-5 {
		padding: 3rem!important;
	}

	.pt-md-5,.py-md-5 {
		padding-top: 3rem!important;
	}

	.pr-md-5,.px-md-5 {
		padding-right: 3rem!important;
	}

	.pb-md-5,.py-md-5 {
		padding-bottom: 3rem!important;
	}

	.pl-md-5,.px-md-5 {
		padding-left: 3rem!important;
	}

	.m-md-auto {
		margin: auto!important;
	}

	.mt-md-auto,.my-md-auto {
		margin-top: auto!important;
	}

	.mr-md-auto,.mx-md-auto {
		margin-right: auto!important;
	}

	.mb-md-auto,.my-md-auto {
		margin-bottom: auto!important;
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto!important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important;
	}

	.mt-lg-0,.my-lg-0 {
		margin-top: 0!important;
	}

	.mr-lg-0,.mx-lg-0 {
		margin-right: 0!important;
	}

	.mb-lg-0,.my-lg-0 {
		margin-bottom: 0!important;
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0!important;
	}

	.m-lg-1 {
		margin: .25rem!important;
	}

	.mt-lg-1,.my-lg-1 {
		margin-top: .25rem!important;
	}

	.mr-lg-1,.mx-lg-1 {
		margin-right: .25rem!important;
	}

	.mb-lg-1,.my-lg-1 {
		margin-bottom: .25rem!important;
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: .25rem!important;
	}

	.m-lg-2 {
		margin: .5rem!important;
	}

	.mt-lg-2,.my-lg-2 {
		margin-top: .5rem!important;
	}

	.mr-lg-2,.mx-lg-2 {
		margin-right: .5rem!important;
	}

	.mb-lg-2,.my-lg-2 {
		margin-bottom: .5rem!important;
	}

	.ml-lg-2,.mx-lg-2 {
		margin-left: .5rem!important;
	}

	.m-lg-3 {
		margin: 1rem!important;
	}

	.mt-lg-3,.my-lg-3 {
		margin-top: 1rem!important;
	}

	.mr-lg-3,.mx-lg-3 {
		margin-right: 1rem!important;
	}

	.mb-lg-3,.my-lg-3 {
		margin-bottom: 1rem!important;
	}

	.ml-lg-3,.mx-lg-3 {
		margin-left: 1rem!important;
	}

	.m-lg-4 {
		margin: 1.5rem!important;
	}

	.mt-lg-4,.my-lg-4 {
		margin-top: 1.5rem!important;
	}

	.mr-lg-4,.mx-lg-4 {
		margin-right: 1.5rem!important;
	}

	.mb-lg-4,.my-lg-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-lg-4,.mx-lg-4 {
		margin-left: 1.5rem!important;
	}

	.m-lg-5 {
		margin: 3rem!important;
	}

	.mt-lg-5,.my-lg-5 {
		margin-top: 3rem!important;
	}

	.mr-lg-5,.mx-lg-5 {
		margin-right: 3rem!important;
	}

	.mb-lg-5,.my-lg-5 {
		margin-bottom: 3rem!important;
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 3rem!important;
	}

	.p-lg-0 {
		padding: 0!important;
	}

	.pt-lg-0,.py-lg-0 {
		padding-top: 0!important;
	}

	.pr-lg-0,.px-lg-0 {
		padding-right: 0!important;
	}

	.pb-lg-0,.py-lg-0 {
		padding-bottom: 0!important;
	}

	.pl-lg-0,.px-lg-0 {
		padding-left: 0!important;
	}

	.p-lg-1 {
		padding: .25rem!important;
	}

	.pt-lg-1,.py-lg-1 {
		padding-top: .25rem!important;
	}

	.pr-lg-1,.px-lg-1 {
		padding-right: .25rem!important;
	}

	.pb-lg-1,.py-lg-1 {
		padding-bottom: .25rem!important;
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: .25rem!important;
	}

	.p-lg-2 {
		padding: .5rem!important;
	}

	.pt-lg-2,.py-lg-2 {
		padding-top: .5rem!important;
	}

	.pr-lg-2,.px-lg-2 {
		padding-right: .5rem!important;
	}

	.pb-lg-2,.py-lg-2 {
		padding-bottom: .5rem!important;
	}

	.pl-lg-2,.px-lg-2 {
		padding-left: .5rem!important;
	}

	.p-lg-3 {
		padding: 1rem!important;
	}

	.pt-lg-3,.py-lg-3 {
		padding-top: 1rem!important;
	}

	.pr-lg-3,.px-lg-3 {
		padding-right: 1rem!important;
	}

	.pb-lg-3,.py-lg-3 {
		padding-bottom: 1rem!important;
	}

	.pl-lg-3,.px-lg-3 {
		padding-left: 1rem!important;
	}

	.p-lg-4 {
		padding: 1.5rem!important;
	}

	.pt-lg-4,.py-lg-4 {
		padding-top: 1.5rem!important;
	}

	.pr-lg-4,.px-lg-4 {
		padding-right: 1.5rem!important;
	}

	.pb-lg-4,.py-lg-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-lg-4,.px-lg-4 {
		padding-left: 1.5rem!important;
	}

	.p-lg-5 {
		padding: 3rem!important;
	}

	.pt-lg-5,.py-lg-5 {
		padding-top: 3rem!important;
	}

	.pr-lg-5,.px-lg-5 {
		padding-right: 3rem!important;
	}

	.pb-lg-5,.py-lg-5 {
		padding-bottom: 3rem!important;
	}

	.pl-lg-5,.px-lg-5 {
		padding-left: 3rem!important;
	}

	.m-lg-auto {
		margin: auto!important;
	}

	.mt-lg-auto,.my-lg-auto {
		margin-top: auto!important;
	}

	.mr-lg-auto,.mx-lg-auto {
		margin-right: auto!important;
	}

	.mb-lg-auto,.my-lg-auto {
		margin-bottom: auto!important;
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto!important;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important;
	}

	.mt-xl-0,.my-xl-0 {
		margin-top: 0!important;
	}

	.mr-xl-0,.mx-xl-0 {
		margin-right: 0!important;
	}

	.mb-xl-0,.my-xl-0 {
		margin-bottom: 0!important;
	}

	.ml-xl-0,.mx-xl-0 {
		margin-left: 0!important;
	}

	.m-xl-1 {
		margin: .25rem!important;
	}

	.mt-xl-1,.my-xl-1 {
		margin-top: .25rem!important;
	}

	.mr-xl-1,.mx-xl-1 {
		margin-right: .25rem!important;
	}

	.mb-xl-1,.my-xl-1 {
		margin-bottom: .25rem!important;
	}

	.ml-xl-1,.mx-xl-1 {
		margin-left: .25rem!important;
	}

	.m-xl-2 {
		margin: .5rem!important;
	}

	.mt-xl-2,.my-xl-2 {
		margin-top: .5rem!important;
	}

	.mr-xl-2,.mx-xl-2 {
		margin-right: .5rem!important;
	}

	.mb-xl-2,.my-xl-2 {
		margin-bottom: .5rem!important;
	}

	.ml-xl-2,.mx-xl-2 {
		margin-left: .5rem!important;
	}

	.m-xl-3 {
		margin: 1rem!important;
	}

	.mt-xl-3,.my-xl-3 {
		margin-top: 1rem!important;
	}

	.mr-xl-3,.mx-xl-3 {
		margin-right: 1rem!important;
	}

	.mb-xl-3,.my-xl-3 {
		margin-bottom: 1rem!important;
	}

	.ml-xl-3,.mx-xl-3 {
		margin-left: 1rem!important;
	}

	.m-xl-4 {
		margin: 1.5rem!important;
	}

	.mt-xl-4,.my-xl-4 {
		margin-top: 1.5rem!important;
	}

	.mr-xl-4,.mx-xl-4 {
		margin-right: 1.5rem!important;
	}

	.mb-xl-4,.my-xl-4 {
		margin-bottom: 1.5rem!important;
	}

	.ml-xl-4,.mx-xl-4 {
		margin-left: 1.5rem!important;
	}

	.m-xl-5 {
		margin: 3rem!important;
	}

	.mt-xl-5,.my-xl-5 {
		margin-top: 3rem!important;
	}

	.mr-xl-5,.mx-xl-5 {
		margin-right: 3rem!important;
	}

	.mb-xl-5,.my-xl-5 {
		margin-bottom: 3rem!important;
	}

	.ml-xl-5,.mx-xl-5 {
		margin-left: 3rem!important;
	}

	.p-xl-0 {
		padding: 0!important;
	}

	.pt-xl-0,.py-xl-0 {
		padding-top: 0!important;
	}

	.pr-xl-0,.px-xl-0 {
		padding-right: 0!important;
	}

	.pb-xl-0,.py-xl-0 {
		padding-bottom: 0!important;
	}

	.pl-xl-0,.px-xl-0 {
		padding-left: 0!important;
	}

	.p-xl-1 {
		padding: .25rem!important;
	}

	.pt-xl-1,.py-xl-1 {
		padding-top: .25rem!important;
	}

	.pr-xl-1,.px-xl-1 {
		padding-right: .25rem!important;
	}

	.pb-xl-1,.py-xl-1 {
		padding-bottom: .25rem!important;
	}

	.pl-xl-1,.px-xl-1 {
		padding-left: .25rem!important;
	}

	.p-xl-2 {
		padding: .5rem!important;
	}

	.pt-xl-2,.py-xl-2 {
		padding-top: .5rem!important;
	}

	.pr-xl-2,.px-xl-2 {
		padding-right: .5rem!important;
	}

	.pb-xl-2,.py-xl-2 {
		padding-bottom: .5rem!important;
	}

	.pl-xl-2,.px-xl-2 {
		padding-left: .5rem!important;
	}

	.p-xl-3 {
		padding: 1rem!important;
	}

	.pt-xl-3,.py-xl-3 {
		padding-top: 1rem!important;
	}

	.pr-xl-3,.px-xl-3 {
		padding-right: 1rem!important;
	}

	.pb-xl-3,.py-xl-3 {
		padding-bottom: 1rem!important;
	}

	.pl-xl-3,.px-xl-3 {
		padding-left: 1rem!important;
	}

	.p-xl-4 {
		padding: 1.5rem!important;
	}

	.pt-xl-4,.py-xl-4 {
		padding-top: 1.5rem!important;
	}

	.pr-xl-4,.px-xl-4 {
		padding-right: 1.5rem!important;
	}

	.pb-xl-4,.py-xl-4 {
		padding-bottom: 1.5rem!important;
	}

	.pl-xl-4,.px-xl-4 {
		padding-left: 1.5rem!important;
	}

	.p-xl-5 {
		padding: 3rem!important;
	}

	.pt-xl-5,.py-xl-5 {
		padding-top: 3rem!important;
	}

	.pr-xl-5,.px-xl-5 {
		padding-right: 3rem!important;
	}

	.pb-xl-5,.py-xl-5 {
		padding-bottom: 3rem!important;
	}

	.pl-xl-5,.px-xl-5 {
		padding-left: 3rem!important;
	}

	.m-xl-auto {
		margin: auto!important;
	}

	.mt-xl-auto,.my-xl-auto {
		margin-top: auto!important;
	}

	.mr-xl-auto,.mx-xl-auto {
		margin-right: auto!important;
	}

	.mb-xl-auto,.my-xl-auto {
		margin-bottom: auto!important;
	}

	.ml-xl-auto,.mx-xl-auto {
		margin-left: auto!important;
	}
}

.text-justify {
	text-align: justify!important;
}

.text-nowrap {
	white-space: nowrap!important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left!important;
}

.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important;
	}

	.text-sm-right {
		text-align: right!important;
	}

	.text-sm-center {
		text-align: center!important;
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important;
	}

	.text-md-right {
		text-align: right!important;
	}

	.text-md-center {
		text-align: center!important;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important;
	}

	.text-lg-right {
		text-align: right!important;
	}

	.text-lg-center {
		text-align: center!important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important;
	}

	.text-xl-right {
		text-align: right!important;
	}

	.text-xl-center {
		text-align: center!important;
	}
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.font-weight-light {
	font-weight: 300!important;
}

.font-weight-normal {
	font-weight: 400!important;
}

.font-weight-bold {
	font-weight: 700!important;
}

.font-italic {
	font-style: italic!important;
}

.text-white {
	color: #fff!important;
}

.text-primary {
	color: #007bff!important;
}

a.text-primary:focus,a.text-primary:hover {
	color: #0062cc!important;
}

.text-secondary {
	color: #6c757d!important;
}

a.text-secondary:focus,a.text-secondary:hover {
	color: #545b62!important;
}

.text-success {
	color: #28a745!important;
}

a.text-success:focus,a.text-success:hover {
	color: #1e7e34!important;
}

.text-info {
	color: #17a2b8!important;
}

a.text-info:focus,a.text-info:hover {
	color: #117a8b!important;
}

.text-warning {
	color: #ffc107!important;
}

a.text-warning:focus,a.text-warning:hover {
	color: #d39e00!important;
}

.text-danger {
	color: #dc3545!important;
}

a.text-danger:focus,a.text-danger:hover {
	color: #bd2130!important;
}

.text-light {
	color: #f8f9fa!important;
}

a.text-light:focus,a.text-light:hover {
	color: #dae0e5!important;
}

.text-dark {
	color: #343a40!important;
}

a.text-dark:focus,a.text-dark:hover {
	color: #1d2124!important;
}

.text-muted {
	color: #6c757d!important;
}

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

.visible {
	visibility: visible!important;
}

.invisible {
	visibility: hidden!important;
}

@media print {
	*,::after,::before {
		text-shadow: none!important;
		box-shadow: none!important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap!important;
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	img,tr {
		page-break-inside: avoid;
	}

	h2,h3,p {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}@	page {
		size: a3;
	}

	body {
		min-width: 992px!important;
	}

	.container {
		min-width: 992px!important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse!important;
	}

	.table td,.table th {
		background-color: #fff!important;
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd!important;
	}
}

.alert-heading {
	margin-bottom: .7rem;
}

.alert-inverse {
	background-color: #353434;
	border-color: #484545;
	color: #fff;
}

.alert-inverse hr {
	border-top-color: #585858;
}

.alert-inverse .alert-link {
	color: #fff;
}

[data-animate] {
	opacity: 0;
}

[data-animate].animated,[data-animate].animated-end {
	opacity: 1;
}

.badge {
	font-size: 80%;
}

.badge.badge-outline {
	border: 1px solid;
	background: #fff;
}

.badge.badge-outline.badge-primary {
	border-color: #0275d8;
	color: #0275d8;
}

.badge.badge-outline.badge-secondary {
	border-color: #868e96;
	color: #6a7177;
}

.badge.badge-outline.badge-success {
	border-color: #5cb85c;
	color: #5cb85c;
}

.badge.badge-outline.badge-info {
	border-color: #5bc0de;
	color: #5bc0de;
}

.badge.badge-outline.badge-warning {
	border-color: #f0ad4e;
	color: #f0ad4e;
}

.badge.badge-outline.badge-danger {
	border-color: #d9534f;
	color: #d9534f;
}

.badge.badge-outline.badge-light {
	border-color: #a9a9a9;
	color: #8a8a8a;
}

.badge.badge-outline.badge-dark {
	border-color: #222;
	color: #222;
}

.btn-outline-secondary {
	color: #9c9c9c;
}

.btn-pill {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	padding: 10px 27px;
	border-radius: 55px;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
	cursor: pointer;
	text-align: center;
}

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

.btn-pill:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
}

.btn-pill.btn-pill-lg {
	font-size: 16px;
	padding: 12px 40px;
}

.btn-pill.btn-pill-sm {
	font-size: 13px;
	padding: 6px 21px;
}

.btn-pill.btn-pill-secondary {
	background: #fff;
	border: 1px solid #bbb;
	color: #555;
	text-shadow: none;
}

.btn-pill.btn-pill-secondary:hover {
	color: #555;
}

.btn-pill.btn-pill-primary {
	background: #57b8f8;
	border: 1px solid #57b8f8;
}

.btn-pill.btn-pill-success {
	background: #7ab55c;
	border: 1px solid #7ab55c;
}

.btn-pill.btn-pill-dark {
	background: #2c394d;
	border: 1px solid #2c394d;
}

.btn-pill.btn-pill-info {
	background: #5bc0de;
	border: 1px solid #5bc0de;
}

.btn-pill.btn-pill-warning {
	background: #f0ad4e;
	border: 1px solid #f0ad4e;
}

.btn-pill.btn-pill-danger {
	background: #d9534f;
	border: 1px solid #d9534f;
}

.btn-shadow {
	border: 0;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	box-shadow: rgba(23,43,99,.24) 0 7px 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 12px 23px;
	text-shadow: 1px 1px rgba(0,0,0,.09);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.btn-shadow:focus,.btn-shadow:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: rgba(23,43,99,.3) 0 8px 35px;
}

.btn-shadow:active {
	box-shadow: rgba(23,43,99,.24) 0 7px 28px,inset 0 2px 3px rgba(0,0,0,.3);
}

.btn-shadow.btn-shadow-sm {
	font-size: 11px;
	padding: 7px 14px;
}

.btn-shadow.btn-shadow-lg {
	font-size: 14px;
	padding: 16px 31px;
}

.btn-shadow.btn-shadow-secondary {
	background: #fff;
	color: #444;
	text-shadow: none;
}

.btn-shadow.btn-shadow-primary {
	background: linear-gradient(#2083fe,#1d7bf0);
}

.btn-shadow.btn-shadow-dark {
	background: #2c394d;
}

.btn-shadow.btn-shadow-info {
	background: #42b1e2;
}

.btn-shadow.btn-shadow-warning {
	background: #e2b477;
}

.btn-shadow.btn-shadow-success {
	background: #0ad6bc;
}

.btn-shadow.btn-shadow-danger {
	background: #bd4242;
}

.btn-group .btn-primary {
	border-color: #075698;
}

.btn-group .btn-success {
	border-color: #4d9a4d;
}

.btn-group .btn-info {
	border-color: #54a3bb;
}

.btn-group .btn-warning {
	border-color: #ce9648;
}

.btn-group .btn-danger {
	border-color: #af4744;
}

.dropdown-menu {
	font-size: .9rem;
}

@media (min-width:992px) {
	.dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		z-index: 1;
		-moz-transform: translateY(8px);
		-o-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
}

.dropdown-menu.dropdown-menu-dark {
	background: #282f37!important;
	border-color: #242a31!important;
}

.dropdown-menu.dropdown-menu-dark .dropdown-item {
	color: #dadada!important;
}

.dropdown-menu.dropdown-menu-dark .dropdown-item:active,.dropdown-menu.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu.dropdown-menu-dark .dropdown-item:hover {
	color: #fff!important;
	background: #31353e!important;
}

.dropdown-menu.dropdown-menu-dark .dropdown-divider {
	border-top: 1px solid #191e23;
}

@media (min-width:992px) {
	.show>.dropdown-menu {
		opacity: 1;
		visibility: visible;
		z-index: 1000;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

.navbar .dropdown-toggle::after {
	display: none;
}

.dropdown-submenu .dropdown-toggle i {
	font-size: 10px;
	position: absolute;
	right: 14px;
	top: 8px;
	color: #a3a7bd;
}

@media (max-width:991px) {
	.dropdown-submenu .dropdown-menu {
		border-color: #e8e8e8;
	}

	.dropdown-submenu .dropdown-menu .dropdown-item {
		padding-left: 2rem;
	}
}

@media (min-width:992px) {
	.dropdown-submenu .dropdown-menu {
		left: 98%;
		top: -2px;
		border-radius: .25rem!important;
	}
}

.dropdown-extend {
	position: initial;
}

.dropdown-extend-menu {
	width: 100%;
}

@media (min-width:768px) {
	.dropdown-extend-menu {
		padding: 20px 30px;
	}
}

@media (min-width:768px) {
	.dropdown-extend-menu .dropdown-item {
		margin: 5px 0;
	}
}

.dropdown-extend-menu .dropdown-item i {
	margin-right: 3px;
	font-size: 14px;
	color: #6b7386;
}

@media (max-width:767px) {
	.dropdown-extend-menu .dropdown-item i {
		display: none;
	}
}

.iconav {
	background-color: #fff;
	border: 1px solid #eee;
	overflow-y: auto;
}

@media (min-width:768px) {
	.iconav {
		width: 70px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.iconav .iconav-nav {
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
}

.iconav .iconav-brand {
	display: block;
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 32px;
	line-height: 1;
	color: #8691b5;
	text-align: center;
	border-bottom: 0;
	background-color: #f3f4f7;
}

.iconav .nav-item+.nav-item .nav-link {
	border-top: 1px solid #eee;
}

@media (max-width:767px) {
	.iconav .nav-slider {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
}

.iconav .nav-link {
	position: relative;
	text-align: center;
	font-size: 23px;
	color: #7d8292;
}

.iconav .nav-link.active {
	background-color: #f4f4f7;
	color: #53565f;
}

.iconav .nav-link-label {
	font-size: 13px;
	display: block;
	text-align: center;
}

.iconav.iconav-inverse {
	background-color: #30343e;
	border: none;
}

.iconav.iconav-inverse .iconav-brand {
	background-color: #0f1013;
	color: #6f7890;
}

.iconav.iconav-inverse .nav-item+.nav-item .nav-link {
	border-top: 1px solid #212225;
}

.iconav.iconav-inverse .nav-link {
	color: #fff;
}

.iconav.iconav-inverse .nav-link.active {
	background-color: #20232b;
	color: #889cd0;
}

.nav-bordered.nav-vertical .nav-link.active:after {
	height: 80%;
	width: 3px;
	bottom: inherit;
	top: 2px;
	left: -5px;
	margin: auto 0;
}

.nav-bordered.nav-vertical .nav-header {
	text-transform: uppercase;
	padding: .5em 1em;
	color: #676767;
	letter-spacing: .5px;
	font-size: 90%;
}

.nav-bordered.nav-vertical li+.nav-header {
	margin-top: 20px;
}

.nav-bordered .nav-link.active {
	color: #333;
	position: relative;
}

.nav-bordered .nav-link.active:after {
	content: '';
	position: absolute;
	height: 3px;
	background-color: #6f6f6f;
	width: 75%;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.spacial-select {
	background: #f9f9f9 url(../images/ecommerce/select.png) no-repeat right center;
	border: 1px solid #ccc;
	padding: 7px 9px;
	outline: 0;
	border-radius: 2px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial;
	color: #555;
	margin: 0;
	width: 180px;
	max-width: 100%;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.statcard.statcard-primary {
	background: #1997c6;
	border-radius: 5px;
}

.statcard.statcard-primary .statcard-number {
	color: #fff;
}

.statcard.statcard-primary .statcard-desc {
	color: rgba(255,255,255,.8);
}

.statcard.statcard-primary .stat-indicator {
	color: #fff;
}

.statcard.statcard-success {
	border-radius: 5px;
	background: #16bf86;
}

.statcard.statcard-success .statcard-number {
	color: #fff;
}

.statcard.statcard-success .statcard-desc {
	color: rgba(255,255,255,.8);
}

.statcard.statcard-success .stat-indicator {
	color: #fff;
}

.statcard.statcard-dark {
	border-radius: 5px;
	background: #333;
}

.statcard.statcard-dark .statcard-number {
	color: #fff;
}

.statcard.statcard-dark .statcard-desc {
	color: rgba(255,255,255,.8);
}

.statcard.statcard-dark .stat-indicator {
	color: #fff;
}

.statcard.statcard-danger {
	border-radius: 5px;
	background: #e64759;
}

.statcard.statcard-danger .statcard-number {
	color: #fff;
}

.statcard.statcard-danger .statcard-desc {
	color: rgba(255,255,255,.8);
}

.statcard.statcard-danger .stat-indicator {
	color: #fff;
}

.statcard.statcard-warning {
	border-radius: 5px;
	background: #e4d836;
}

.statcard.statcard-warning .statcard-number {
	color: #fff;
}

.statcard.statcard-warning .statcard-desc {
	color: rgba(255,255,255,.85);
}

.statcard.statcard-warning .stat-indicator {
	color: #fff;
}

.statcard-number .stat-indicator {
	font-size: 13px;
	position: relative;
	top: -7px;
	left: 4px;
}

.statcard-number .stat-indicator:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 3px;
	vertical-align: middle;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.statcard-number .indicator-positive {
	color: #09a209;
}

.statcard-number .indicator-positive:after {
	border-top: 0;
	border-bottom: 5px solid;
}

.statcard-number .indicator-negative {
	color: #d80808;
}

.statcard-number .indicator-negative:after {
	border-bottom: 0;
	border-top: 5px solid;
}

.statcard-desc {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .7px;
	font-weight: 500;
	color: #6b7c98;
}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (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%,100%,20%,53%,80% {
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

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

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

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

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

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

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

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

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

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

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

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

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

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

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

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg);
	}

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

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg);
	}

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

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

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

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

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

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

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

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

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

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

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

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-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(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

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

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

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

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

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

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-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(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

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

	50% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		opacity: 0;
	}
}

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

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

	100% {
		opacity: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: 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;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 10045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none!important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 10044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow,button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after,.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pika-single.is-hidden {
	display: none;
}

.pika-single.is-bound {
	position: absolute;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-single:after,.pika-single:before {
	content: " ";
	display: table;
}

.pika-single:after {
	clear: both;
}

.pika-lendar {
	float: left;
	width: 240px;
	margin: 8px;
}

.pika-title {
	position: relative;
	text-align: center;
}

.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 5px;
	opacity: 0;
}

.pika-label {
	display: inline-block;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	background-color: #fff;
}

.pika-next,.pika-prev {
	display: block;
	cursor: pointer;
	position: relative;
	outline: 0;
	border: 0;
	padding: 0;
	width: 20px;
	height: 30px;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	opacity: .5;
}

.pika-next:hover,.pika-prev:hover {
	opacity: 1;
}

.pika-next.is-disabled,.pika-prev.is-disabled {
	cursor: default;
	opacity: .2;
}

.is-rtl .pika-next,.pika-prev {
	float: left;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.is-rtl .pika-prev,.pika-next {
	float: right;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

.pika-select {
	display: inline-block;
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.pika-table td,.pika-table th {
	width: 14.285714285714286%;
	padding: 0;
}

.pika-table th {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
}

.pika-table abbr {
	border-bottom: none;
	cursor: help;
}

.pika-button {
	cursor: pointer;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	font-weight: 500;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	background: #f5f5f5;
}

.is-today .pika-button {
	color: #3af;
	font-weight: 700;
}

.is-selected .pika-button {
	color: #fff;
	font-weight: 700;
	background: #3af;
	box-shadow: inset 0 1px 3px #178fe5;
	border-radius: 3px;
}

.is-disabled .pika-button,.is-outside-current-month .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: .3;
}

.pika-button:hover {
	color: #fff;
	background: #46728c;
	box-shadow: none;
	border-radius: 3px;
}

.pika-week {
	font-size: 11px;
	color: #999;
}

.is-inrange .pika-button {
	background: #d5e9f7;
}

.is-startrange .pika-button {
	color: #fff;
	background: #6cb31d;
	box-shadow: none;
	border-radius: 3px;
}

.is-endrange .pika-button {
	color: #fff;
	background: #3af;
	box-shadow: none;
	border-radius: 3px;
}

.rotating {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
	-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
	-o-transform: rotateX(0) rotateY(0) rotateZ(0);
	transform: rotateX(0) rotateY(0) rotateZ(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform-origin-x: 50%;
}

.rotating.flip {
	position: relative;
}

.rotating .back,.rotating .front {
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rotating .front {
	position: absolute;
	display: inline-block;
	-webkit-transform: translate3d(0,0,1px);
	-moz-transform: translate3d(0,0,1px);
	-ms-transform: translate3d(0,0,1px);
	-o-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
}

.rotating.flip .front {
	z-index: 1;
}

.rotating .back {
	display: block;
	opacity: 0;
}

.rotating.spin {
	-webkit-transform: rotate(360deg) scale(0);
	-moz-transform: rotate(360deg) scale(0);
	-ms-transform: rotate(360deg) scale(0);
	-o-transform: rotate(360deg) scale(0);
	transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
	z-index: 2;
	display: block;
	opacity: 1;
	-webkit-transform: rotateY(180deg) translate3d(0,0,0);
	-moz-transform: rotateY(180deg) translate3d(0,0,0);
	-ms-transform: rotateY(180deg) translate3d(0,0,0);
	-o-transform: rotateY(180deg) translate3d(0,0,0);
	transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0,0,0);
	-moz-transform: rotateX(180deg) translate3d(0,0,0);
	-ms-transform: rotateX(180deg) translate3d(0,0,0);
	-o-transform: rotateX(180deg) translate3d(0,0,0);
	transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
	-webkit-transform: translate3d(0,0,100px) scale(.9,.9);
	-moz-transform: translate3d(0,0,100px) scale(.85,.85);
	-ms-transform: translate3d(0,0,100px) scale(.85,.85);
	-o-transform: translate3d(0,0,100px) scale(.85,.85);
	transform: translate3d(0,0,100px) scale(.85,.85);
}

.rotating.flip.cube .back {
	-webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(.9,.9);
	-moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85);
	-ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85);
	-o-transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85);
	transform: rotateY(180deg) translate3d(0,0,100px) scale(.85,.85);
}

.rotating.flip.cube.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(.9,.9);
	-moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85);
	-ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85);
	-o-transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85);
	transform: rotateX(180deg) translate3d(0,0,100px) scale(.85,.85);
}

.pv-container {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.pv-inner.pv-animating {
	-webkit-transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
}

.pv-inner {
	display: inline-block;
	height: 100%;
	width: auto;
	cursor: move;
}

.pv-vertical .pv-inner {
	width: 100%;
}

.pv-inner .pv-pano {
	height: 100%;
	width: auto;
}

.pv-vertical .pv-inner .pv-pano {
	height: auto;
	width: 100%;
}

.pv-container .pv-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2);
}

.pv-container .pv-overlay i.pvicon-overlay {
	margin-top: -43px;
	top: 50%;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	width: 80px;
	height: 87px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Mzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4NDg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTgxODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTgyODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++haY+QAAD8FJREFUeNrkXXtUVHUevwzI+yEIGKBIiimQLyzXBc11tfCVbXLMU5m6nrNueTQzt/1jO6nt2tO2fLSn3bO27abuamlmmiQopWillAGmqCgCIiAIDMhrmAf7+cLvdn7zmzvDzDB3QPue8z3XufO7v/v7fe73fb+DHpKK1NHREYZDLHggOBQcAPaU+gZ1gHVgLfgmuAJ8zcPDw+jA/iQPFUDT4BAPHg0Ok24vagcXgfMBZJPbAcSEg3CYBA6Wbm8ygQvAZwCkQXUAMRGp5URwknRnEal3FkCsVw1ATOKNQxo4SrozSQ8+DBArXA4gJvDCYQ44UrqziVT6kAiiKwB8CIc4K18HgRPBg8GBzOuRSpSAz7Mn6ygNBY8H07q/B19xs4P5FCBqXQIgLh6Fwy8VviJpnMs2qrFyOYUPOeDPwS123nIyeKFwbi84040g1jIQjT0CEBeSRD0G9hK+SgU/Du5n51SN4H+CL3Uzzge8kR3Nn4ROt9vHxyfbjSDmAsAfZAA1Tk5yvwJ4M8CLRPAMBkNLU1NTBbjSZDKJakvhznNGo3FMN/eLVgKvE1kfnwU3b96c6kYAxwE4X/mDlxPSF8QCZZ7uAz/Kn6irq7uUn59/sqSkpJKeFJFGo/FISkqKT0hImBwYGHgXG+qJJ/q72tratwYMGFBi5bYNttYUHh6+oKamRh8REXHCDQB6sSThtMSMsaMAEljJ3ClKz/7Cjp1Dzp49eyg3Nzefv87f318PNkIKpZaWFt/JkydPGzx48C/k70lKIUlvxsXFtVq59dP09G2sy4SH8AHAPO0GEMlu76Tbejlx8TDh84MceNL58+czefDuvvvuprFjxzaEhoaaRfTFxcX/w4Z9IHVj6TMkMvrSpUspISEhx8SxjP4D8MMgxUOUFgUp1oSFhS3BQ9ABxHyVAfRncW+Fh4PSR3ZoMXeKbOjr4JBOj9DYWLZ3794dpLKenp4mSNnNoUOHtloNrkwmPxxeASgB8vUA9QeArrOx8Nm2NAdzGrRa7bsAs1BlEMmR5DoqgWKOO0gGjwgSdFq2d6mpqbW2wGM2kb4/wTIZKTg4OJa4J7vCnF6Q4mdggzcDRDXjxEhnnIi/AoASB2CnE4iJiWmOj4+PZTbrLnYfyicv0lMDt3GXFcoAuoog/T5+fn5LKioqNkRHR+tUAjDEGQD7WQO0vb39VltbW/vAgQNDp0+f/oSVDOV+5q13g0+xc9Vq7A4ARh45ciQOYU4x7KxeJTvocBxoFXAy4oMGDYpMS0tbAgmIszEH2bulsFWzZIFRzVW2tEg5OTlq1SQ1zgBoUkhtukSzX7+AKVOmPObl5eVnp616pLq6mkKiGDV2Bxt4ubm5uQ1HX71e7yGpiaIDJJa7S4WswKKQiiwD2t2uWN2Fw0iHlExQQfJqsrOzDzJ7aAKrgZ3OGRsoJv514HLRmch0+fLlr06ePPktQDTBI0enpKSke3t7B8nf+/r6knr9pGKVlZX5BQUFpzyt7BhzDAc/YHNXOl19RkbGfxESda41Nja2BdLeoQKAt5wBsFnh3DHwk+JJpFaFx48f/1r+DI947dy5c5+NGzfuSWuT4/vc69ev31T6buTIkXGIDyd1B94XX3yxo6GhoXOdCGPaJk2aVKeS9tY7AyCpokG4jkCaxsIViZOmy8y5dEyYMKEWOTBtqkIJbKKqqqqCsrKyTo+cmJjYAG7iwpKggICAebZMjgweAvFOyUA2o5s5c2YNbHOHSgBWOmwDAQY5kWvCaQI0ywLppqbOjQwbNuwWA49ogNK8CH/qjh07dkQGnMCDfTTIDPDuJY13BLxZs2ZVwyabVAKPHkqZM06EqEjhXH/xBHLSThFHaNNmLfBmm9cePXp0N3lM+jxixIhGAk0Y5m1tMRR/It7b5UbwiMrxoFucBbBUobwUKeTMRoQPVCyVgoKCDLYAhJ3cc+PGjXp58xMnTlQqXV2wBl5WVtYO+XoA3+4G8IjOOhvGdKqY1PU+gqcIQSXrESh32p7+/fvzAMYIib8eTqOGjWtHEF5txWNel7rK9x285CqAd8MN4FUCg3KnC6oMxMuQspFSV6XYQgJbW1vrWZhiFIz4IDFek4GeMWPGDX9/f1ubz4SaXgBg4zF/y4ULFy4DRAMPXjfXu4Jo/pM9CaR5+ooFk5R5BJrFOs3NdXIRlY+zweFmgdStW9UsbzXYs3nktGVwTtn5+fkXZPBIct0EHtFpCE+dXbmtHVLYBCkkz/m0ggfufPUXEhLCq2+0WMdDvFbNxtmd7CMkaoBnb0HY4w3vbESgrFMpULbIC7DnAruLA3aCeB0g1ojntVpt51MKDAzU23Ig8NTVshQ5cl+qrqhUYbFGJUzjJJcCyNfFzCoMtbWyYbfpgZGWJYaHh0fCU5NT0kp9k6gJ4CRznqoAOFQIYUyQrAYFFbaoukRHRyeD6Z8PsdBgp5wi9QGiuPRrcpiurMYoUbwQwlTCBjayuM6mBAo0CuC/yHl23vm4k6ji9CP4o+7AkyTJJd1ZVVJXB6ps105AqlbPmzcvbNeuXQYGHEnfq/bMp9fr6zHnJ97e3tQuN5xlIUZmhyjv/kahrOaK1Izs8RXmLNrs3HuPm4uoNNXInysuLt4FL/kWKzxcZOPScdjjos2SJ1wqJ/M9lDQjU9UWluc7uv8e28B4Bc96jS84Mhohjtu3b9/zmZmZRc8+++yjCQkJSx2452ij0fgxYs37YGPrpNuZ8ATmdwgEtV0pdXVmRXHjdvNjkH3oEIZMYOPGI6bL7HCQkJFQatevl/ffYycidilIp06dKlOQwNFCplKMUEe2Y4WIAz+1UuaqQK78GZySRTEhIiLiN8uWLZs0f/58T2xkIDiyr0hVIngL+EewFtwGPgveynoC+bHvC5Jl4CTLn43xpeoMP668vPwAGzOajVkiSlh9fX3ukCFDqP9wPPLp+0pKSj4SxyAVPAd1vsWdagBTZ0SiuySQ/0Ab/Xs3mmNiQPqxa47xXyLJvyarpcReV+L0eHGS77777q9szHBrAH744YdPc3MlrFy5cowDGm4Ar3CbCrOel0Pg39sR9qzAU89gIMYL1RXZgRi4UGO0OElhYaEcX1lt/YBdlOuC5CgKt27d6kjDED28rZDQZ9QGUbaBb4DtblL09PSc0tDQsFMMenFOyQNbNE/u2bOnqDsAeSyd3Zy/v//bmzdvvldVAJm9WGlR+DKZWmpqao4TQ+Is+pgRQjxqZwiTIATKtfv375fTNXv6o20WGrC25tLS0j3gT+jfZpvTaHzT0tJWSyr+YookcJmY0mm12tNz5sx5ODIy8nni2bNnzwE4J7ubrKys7BqXRypmO1Cri1z039aTxeMht7700kuL4uLiXge/un79+iUUIvFjYmJiqG871kV5vyKA0/kTBoOhYe7cuX/MyMiQbZDh8OHDJYsXL34G0mOzEQjOQSmE2cbv+csvv9zNgdyjOh5iwWOvvfaa3B2h37BhwzcIeczeEPr5+UUxmzhADQDpqYwUFnU8JyeniTPgtEDToUPkY6Q/CYCYCcT27dsrRQCRIlH4UZKXlzfzwIEDhWvXrr2ioL4WQDY2NnZb75NfHUhdvzmhNjl9cHDwFcFeB3NltxtqAGjWRtHe3t7KgVDCbw7x2AcAYxVAGSVOpNPpqhD06hUkkEA8zRL1OBlsMF+IzWEg9GNzVWzZsqVUYb1mL/Xl9ymsBGYVcICqwQPxVkuFbwgR/lhuUR0CECbwH5QmQnZRziXpSj3OtUxK6KGck7g2EcxZjMMMhEGZlZWVh2HLVmDDSsn9EbOqQkFBLnfPn0y4eFFycnKAWjaQYsBPrQSxUTauschdKVOQg94eLIdiy2Q+gBbuGw5P+w+kgd/Clq7jxvF593pxbb8C4auxagTS9FT+DX6E/wJe9ykcsm2UjEgK83gPW11dXarggR0lMh8UZIczKa4UNOAmC/apusO/CeRLahYNUKGhof0klRo5SYUpL73KnwwLC0t55ZVXkiXLnmh5I1STe5uzf9UbN27MVLJ/ThCBQSpdZsOuFTMbWs8A50GzuCYqKspX7ZxuuSj2FRUVGZLwvkOkq1evzsjKynoRwepUTp169Wf+WPpz4l6WL1/+MFubOsUEymvp9aRQWTGuXr2aVLu7dxJDOPASJde8Z7ltANQwlSTbs0VQU82qVavox4MDu5mHbN9FpkoXJMs+6juaeGn5m2iAY2Nj5yIDGWlH5ZcC74afG3hmALKej/cEKfRC5rDEDin82ZJor94WwxAk6ekLFy5MUC0QvZMAhMRR3PUvoSTk/fLLL/9Wun3+sIRFytbU1GRwlwQSvSHGUiSFixYtSpT6zp9tskX+CmW2VrcBCCksU5LCdevWLb1NbKHFntrb293r3BDfxILb+VgKOagOUji9r0shlrpJjAO5OFWdQNrKlxZv6IqLi6kYGt3HAfzA7PWcwdDMwEt2N4AWUkhN4StWrJjZl6UQy9zDrxnqW80AHONWANmA90QpZC/FY/owgMf59TY3NxcxAEf1BoBR4BYxR0ZYky71cl+KjTVf4tdbW1v7NZenuxdANuhVhcaeo1LX38Tqa+BpWCsKrzH7GYD3qFZM6IbelIS228jIyF9v27btQcnGT7B6ie4Rq0f19fXX2T9VaUrvFkD218peF88vWLBgja+vb1+zhaniiYsgORzsTdXwg+2rEFWZiqmSlap1L6zRA/y9uEY86IeYCkf0ig3kBlt0UFFDeXJy8ug+AuCT4vq0Wm0+F0QH9DaAGkihxRPOz8+nOmJIL4MXIVbUiQ4cOPACF0RrehVAdsEkcZFI8drWrFlDDsWjFwH8WEH68qgxkwE4TKX7OnXRbnGx1MHVW+Uu3P5xhQZL4+bNm59SU317AmAcNaOKKz548OBz7g6ucdthrK3XjIqKirZz4A1V8f5OX/hnJYcyderUJDeC56PkdVtbW0uTkpJSGXjjJBV/6dQTAH3hUIqtPPkgNwH4rkUDt8lkeOedd3jVHajyGnp0cZqS7dm5c+citR0K7vOEUmd5Xl7eFg68kW5YR88mgAfeoaBCZenp6cNVXHSyWOCQHRnndVVVXZcBiAkGAMRqhbaQz9XIUFi8V6rw0MqnTZvm9vaSHv9WDnlyLSahHut9/PmoqKhZVVVVuyIiIq66+Of49Me4zf7CJexe+6ZNm144evSo3KFFHVy312/oDAbD+x29RNnZ2Wsl835CtwX0PVZhbqJAvV5/yd3gwevv4MAb4+7ymssAZJMl0u803AUenMaJ4ODg+zkA3f6fwLgUQCIE03OgznVqg0dl+pSUlAfcFe/ZAtDl9iI1NTXIx8dnHIy7Kn2CjY2NxjNnzvA/kSCnUXrHAMiIyltxkvoNSbUMvI7eAvD/AgwAe/DxchhoDlEAAAAASUVORK5CYII=);
}

.pv-container.pv-vertical .pv-overlay i.pvicon-overlay {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Nzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4ODg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTg1ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTg2ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FSJ+/AAAC+1JREFUeNrkXQlQVOcdf7uALPch14iSqkBATYgQoihiPKitaKpTOx5NptbpYWzs2I5jp9NONWltO46pmtHMtBONOpFRSrFBSpuogXgkXqBiQMSyILiICnIuLOyy9PeH79GPl13Ot8tj95v5zzv28R2/97+/73uouru7hdEUlUo1rOfRXggO3wCFgfxBGvaTCdQMegKqIkLdZsGGZbRj7xm/vQBEO8/hkAAKGmLVBlAR6A7a6HJaAFE/cdhC0HMjbKIJlId2njgdgKjbD4c0kPco+0minI+2/qs0ANU21C++OLwmA3hiPxejzmmCworaRuC54rAM5CFz1QRikMMDiJIICrBRfwlEtcMCyPTeLBv2mVyfGY7MgXFkW2zc7zi8KJXDAYhBueAw3Q799gJNdkQOnAhys1PfI5QAoKvM9VkzHFNAG0HhIPLljoLqBnipZMFfAjWAPgY9svBcqCNyoJeVNrYwkSO9FQVR3242mwOtPPtD0CoWL8/Gs7/EsxorxsThAJxg4V4gIz56CTAajTv0en2QBfBekTzre+vWrTn19fVuNpYeRQBoqT7KsHRIb7q7uwe4urpuZyBaBK+vguZm47Vr1xTBcXYL5bjSCTpl6QcRRIjoZmvgNTQ0lFdUVOhaWlrcnBVAKpdbW1v/bg1EtVodZzEN09T0IDc3N4uC/pCQEIMzAyh4e3ufe/bsWe5Qn29sbKzIycnJ6OjoMAYEBHQkJSU1OjWAPdYkMPDjoYCIZ+5nZ2f3gbd8+fIn4FSz0wM4FBAJPHBelslk6lI6eGMCoAgijMNn4x28MQOQ2gVApV1dXc3iDVjiLp1OVwar7DJewOvxU+VM6aOuecLgqSyyuGtZ3Py1AlDbcMh2cXHJpyoHaftvo0x+KC4WHqxQij9toAcAnCcO6xCpRLq5uR0WeudDFFvsCeCrPHh1dXUlKDcePHjwCOLbPXny5JCYmJi4SZMmxYOzVADvZUQgJrg/R+Endjs7gJSlWSNKDmLb7MLCwmK6AFBmcpJxbASg5dXV1XcSExPXgxPdfX195+Je0YwZMwqcHcBUgeUJy8vLPxfBi46Obp4zZ04jwOvmjEk9imtwcPDrdB0WFrbo5s2bZbNnz25xZiucIBqIy5cvX+2xJHFxDcnJyQ08eD0dgrgCvIt4VtfDugEBkWVlZUHQiSpnBdBHYLk76D0t+XhBQUGGhISE5kGMyU1maVWhoaFhpaWlXs4KYN/ccFtbW088C50miiNZ3OmMPCV/Vy+eaDQa99raWo2z6kCTeAJxdadjeHg4rVrYCHpR+P8MHrkrt0GZQm+635vTi4JS01n2AJDmNSih6o4Q7rlp06aFe3h4kCOtsSANlMJ/Hsf3ILlR4g+PHz9+SiA6qwiTkSjtkVdPz5AFCxasswAeH114Qk++hdMX6Fqv19cibm6FGHc5K4BUPuOMgzsXthmqqqquwPe7SuecqHuLoq3Vam+wBESnM/uBpRDN2+CuOC4ONZ89e/Z4TU1Nz/RmRETEV0uWLNmk4oJr6D1dQUHBHTqPiorSOwMHmgYQzQ8BmlG8bm1trSHwKBJJSUl5unDhwuvQcw857uw4d+5cJoV5MDp6+IZGZ+DAgeYt2gGiSYxIiAOZS9MUGRnZJj7T9yZMJgN0nx4GxzR//vwGC/W1OSIHDjvcAmcNqNsQ7rV4e3tbMiDPHBHAetk7aD0T88jhAISIUnhmr9kzraO6MSV26PdDvKwmRwWQnOZWG/dbMflB2QFklvayHHWFhoYGgGJxGsslG+6ijccO7UhjgA/gptwRw7GRFHd3d7+0tLQ3uVs9e0WE3gkpp4hErgi9qaxIGaVlMfzDC2z2jxzrRJa1qQQV48V1OwyANBiUPOYcvyBbh11dYw0GwzWNRhMu9M8h3qPFmGg3154A2jSZQCCCvsTpJyMxLEajsaW0tDSjsrIyU4xcqAC8KOHrCVhKg/2rvb39Rw6XjSGdiEPGQLGypbJv3743Y2Nj90ydOvXPAPLoEHXnoTNnzsTbDUGanR8NWahPA3oFtBQ0k99VhPPGblYaGxtvr1u37rXz58/H4zIGNB30pfh7Z2cnZWloMooWm3uDG1O7JaWmpia3oKBgf1tbWzl/v7y8/ERxcfESnL4OWgMKt8XYe8YvF4A49wcdArVJxqkD/YL2kPAANjQ0FDCAfLg68sXfoedq2O/h7LdXJeD9h/2esGLFiiU049c9cMkATZQbQLVMXDwVh1tC72p86QbDSaC/YICfjtBoWUxjgctusNO6nJycPMo3DlLP99CHq83NzRMVpQPRcVqZf0YYZEO1i4vLYsHyNogRFbgzpE9JBKrJR0T9HYP9DZ6ZDiNzRJBxM5AcHPhj0EwOUGN1dfXpwsLC/XV1dZdsrMLNgpXFRwBKe+nSpT/cu3fvCPrUZ7xCQkJWrF27lkRfpRQA3+AZ8uTJk9siIiJ2JyQkfBQcHLzt7t27HwyjriLxRK/XV4wG2M2bN7+1YMGCf8bExLx///79D/kxr1mzhhzwQKUA2DfPAct6Y8OGDVc50bqZkZGxFRZ0qGD8tqOjY29FRcWprVu3vsNxGZUuieqwOs+JOp4eP378CdOfX0VHR/fbIRAUFBQoF4ByRCIaTmzEhGqt0Pv5EmHXrl2GnTt3bsfpP4aYT9wBimYhGgEgpq2K2bkfwOuC+1NszdiYzWZRHz4VeuekjZJohsbtrhQAdaKrgTf7cnh4uJtOp2uQAJOFQX2B47yh2CVQGbPmBpED8bfPANwcrVa7EVa3ZPfu3ZUSx5wc9aXMQv9bwrX9pg0QyVAU46IIRxp0hHe2Lly48Dbv23HtJPHP1dfXfyH1A4dYyJLTkpDZUjFEyBd/4MCBN0T/UGCLmtDcS3zb169ff5ccdEU40qAEvnOICrR4wxa/rgE/7IRkECMBsI+xraURhd5PAkzhXp4lAOMV4UhDtCii6Ft54OHhMRWW+DuWdIxarf5BSUnJpvT09C2JiYnplozDcITHyn1KtpYwI2axuLm5TZDLjZEllMNxGf+G4e1TMjViAM6Zxqy3XXadSzkQcfJfifsVE8qhfMoy0D3Fx8dnVmZm5korRopQpxk1Cr2qhHFeZAGQ5f3+yN9bunTpTwSFbMsfL/lAynaUihd+fn4vwpldLihkZ3m/MMVs7lYcgPStP9Db/L2VK1fSRuoQBWDWz+czGAx6JXKgyIVl4oW/v3/84cOHvymb0zry4jMeRFjkwj/x91atWvVTBehCD0mmRrEcSOUjcGHfupXAwMC5J06c+LYwdjtDBalPqtfr20fhf9oWQFqZAPo9fy8tLe3nY8yF/hIA9YJMmxhtxRX9uJAs8unTp787hrowVBIz1ysaQMaFv+HvpaamboU4TxojAPvNyiEWfioMc4rVpqGclXpV8Ldu8SFUfn7+7wT7fZyM70ue2Ieurq52T09PykhPV9S0ppWOf4sHsLOz83FycnK0ncHz5adaaT6aZYEiFA8g8/rzJIH8+8IAG21sAOAuvv2SkpLDDMDgcQEgy4SYORFq27ZtW5KdwKMVDwaxbfqwxZYtW1YyAL3GBYAskfqBhVUFPjYGj1ZCXOHb1Wq1pxh4s+TQ/3YDEM+F4u238IPJysraJNjwW6to4td8e0ajsX7ZsmWLGIAh4wpA1tkdktR/ZUpKyhQbgZdMk+l8e7m5ub9i4M0UX9x4A9ANolxswaBMkBm8INBDawuRBG4f8rgCkHV4Lm9QINamY8eOrZBZ733Cg9fe3q6bN29eCgNvipw+sN0BpGIymQ7xA0RYen/9+vWhMgG4h6+bJtj37t37fQbeDGnkJQeAqjH4hyy+GFiJWq3uC69qa2uzfXx83vPy8hpNhoQmqfbzNy5evPgO9Gw2i3spW94uBVCxodwgbS7iRdkWpaqqKovTe4G2GLucs3LD5do8WkRkq/qbmppuJyUl7WGXtEbHdjs7x4IDRYUPBX9Bbs4zGAyPVq9enco47/mBfM1xqQMlA/AsKir6WWdnZ5gczABnuePgwYOfp6en0wL1Tqb3jAMBOGppGksAuZwkfXjHV0bBoiVt5VKjYQsA/yfAACfHV19pyjS0AAAAAElFTkSuQmCC);
}/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face {
	font-family:Ionicons;src:url(https://smssnsk.ru/fonts/ionicons.eot@v=2.0.0);src:url(https://smssnsk.ru/fonts/ionicons.eot@v=2.0.0#iefix) format("embedded-opentype"),url(https://smssnsk.ru/fonts/ionicons.ttf@v=2.0.0) format("truetype"),url(https://smssnsk.ru/fonts/ionicons.woff@v=2.0.0) format("woff"),url(https://smssnsk.ru/fonts/ionicons.svg@v=2.0.0#Ionicons) format("svg");font-weight:400;font-style:normal;
}

.ion,.ion-alert-circled:before,.ion-alert:before,.ion-android-add-circle:before,.ion-android-add:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-cloud:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done-all:before,.ion-android-done:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite-outline:before,.ion-android-favorite:before,.ion-android-film:before,.ion-android-folder-open:before,.ion-android-folder:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone-off:before,.ion-android-microphone:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-notifications:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person-add:before,.ion-android-person:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove-circle:before,.ion-android-remove:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share-alt:before,.ion-android-share:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-star:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace-outline:before,.ion-backspace:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox-working:before,.ion-chatbox:before,.ion-chatboxes:before,.ion-chatbubble-working:before,.ion-chatbubble:before,.ion-chatbubbles:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-checkmark:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close-circled:before,.ion-close-round:before,.ion-close:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code-download:before,.ion-code-working:before,.ion-code:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document-text:before,.ion-document:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email-unread:before,.ion-email:before,.ion-erlenmeyer-flask-bubbles:before,.ion-erlenmeyer-flask:before,.ion-eye-disabled:before,.ion-eye:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash-off:before,.ion-flash:before,.ion-folder:before,.ion-fork-repo:before,.ion-fork:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy-outline:before,.ion-happy:before,.ion-headphone:before,.ion-heart-broken:before,.ion-heart:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-help:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information-circled:before,.ion-information:before,.ion-ionic:before,.ion-ios-alarm-outline:before,.ion-ios-alarm:before,.ion-ios-albums-outline:before,.ion-ios-albums:before,.ion-ios-americanfootball-outline:before,.ion-ios-americanfootball:before,.ion-ios-analytics-outline:before,.ion-ios-analytics:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at-outline:before,.ion-ios-at:before,.ion-ios-barcode-outline:before,.ion-ios-barcode:before,.ion-ios-baseball-outline:before,.ion-ios-baseball:before,.ion-ios-basketball-outline:before,.ion-ios-basketball:before,.ion-ios-bell-outline:before,.ion-ios-bell:before,.ion-ios-body-outline:before,.ion-ios-body:before,.ion-ios-bolt-outline:before,.ion-ios-bolt:before,.ion-ios-book-outline:before,.ion-ios-book:before,.ion-ios-bookmarks-outline:before,.ion-ios-bookmarks:before,.ion-ios-box-outline:before,.ion-ios-box:before,.ion-ios-briefcase-outline:before,.ion-ios-briefcase:before,.ion-ios-browsers-outline:before,.ion-ios-browsers:before,.ion-ios-calculator-outline:before,.ion-ios-calculator:before,.ion-ios-calendar-outline:before,.ion-ios-calendar:before,.ion-ios-camera-outline:before,.ion-ios-camera:before,.ion-ios-cart-outline:before,.ion-ios-cart:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatbubble-outline:before,.ion-ios-chatbubble:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-checkmark:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock-outline:before,.ion-ios-clock:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-close:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-outline:before,.ion-ios-cloudy:before,.ion-ios-cog-outline:before,.ion-ios-cog:before,.ion-ios-color-filter-outline:before,.ion-ios-color-filter:before,.ion-ios-color-wand-outline:before,.ion-ios-color-wand:before,.ion-ios-compose-outline:before,.ion-ios-compose:before,.ion-ios-contact-outline:before,.ion-ios-contact:before,.ion-ios-copy-outline:before,.ion-ios-copy:before,.ion-ios-crop-strong:before,.ion-ios-crop:before,.ion-ios-download-outline:before,.ion-ios-download:before,.ion-ios-drag:before,.ion-ios-email-outline:before,.ion-ios-email:before,.ion-ios-eye-outline:before,.ion-ios-eye:before,.ion-ios-fastforward-outline:before,.ion-ios-fastforward:before,.ion-ios-filing-outline:before,.ion-ios-filing:before,.ion-ios-film-outline:before,.ion-ios-film:before,.ion-ios-flag-outline:before,.ion-ios-flag:before,.ion-ios-flame-outline:before,.ion-ios-flame:before,.ion-ios-flask-outline:before,.ion-ios-flask:before,.ion-ios-flower-outline:before,.ion-ios-flower:before,.ion-ios-folder-outline:before,.ion-ios-folder:before,.ion-ios-football-outline:before,.ion-ios-football:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-b-outline:before,.ion-ios-game-controller-b:before,.ion-ios-gear-outline:before,.ion-ios-gear:before,.ion-ios-glasses-outline:before,.ion-ios-glasses:before,.ion-ios-grid-view-outline:before,.ion-ios-grid-view:before,.ion-ios-heart-outline:before,.ion-ios-heart:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-help:before,.ion-ios-home-outline:before,.ion-ios-home:before,.ion-ios-infinite-outline:before,.ion-ios-infinite:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-information:before,.ion-ios-ionic-outline:before,.ion-ios-keypad-outline:before,.ion-ios-keypad:before,.ion-ios-lightbulb-outline:before,.ion-ios-lightbulb:before,.ion-ios-list-outline:before,.ion-ios-list:before,.ion-ios-location-outline:before,.ion-ios-location:before,.ion-ios-locked-outline:before,.ion-ios-locked:before,.ion-ios-loop-strong:before,.ion-ios-loop:before,.ion-ios-medical-outline:before,.ion-ios-medical:before,.ion-ios-medkit-outline:before,.ion-ios-medkit:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-mic:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-minus:before,.ion-ios-monitor-outline:before,.ion-ios-monitor:before,.ion-ios-moon-outline:before,.ion-ios-moon:before,.ion-ios-more-outline:before,.ion-ios-more:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate-outline:before,.ion-ios-navigate:before,.ion-ios-nutrition-outline:before,.ion-ios-nutrition:before,.ion-ios-paper-outline:before,.ion-ios-paper:before,.ion-ios-paperplane-outline:before,.ion-ios-paperplane:before,.ion-ios-partlysunny-outline:before,.ion-ios-partlysunny:before,.ion-ios-pause-outline:before,.ion-ios-pause:before,.ion-ios-paw-outline:before,.ion-ios-paw:before,.ion-ios-people-outline:before,.ion-ios-people:before,.ion-ios-person-outline:before,.ion-ios-person:before,.ion-ios-personadd-outline:before,.ion-ios-personadd:before,.ion-ios-photos-outline:before,.ion-ios-photos:before,.ion-ios-pie-outline:before,.ion-ios-pie:before,.ion-ios-pint-outline:before,.ion-ios-pint:before,.ion-ios-play-outline:before,.ion-ios-play:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-plus:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetags-outline:before,.ion-ios-pricetags:before,.ion-ios-printer-outline:before,.ion-ios-printer:before,.ion-ios-pulse-strong:before,.ion-ios-pulse:before,.ion-ios-rainy-outline:before,.ion-ios-rainy:before,.ion-ios-recording-outline:before,.ion-ios-recording:before,.ion-ios-redo-outline:before,.ion-ios-redo:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-refresh:before,.ion-ios-reload:before,.ion-ios-reverse-camera-outline:before,.ion-ios-reverse-camera:before,.ion-ios-rewind-outline:before,.ion-ios-rewind:before,.ion-ios-rose-outline:before,.ion-ios-rose:before,.ion-ios-search-strong:before,.ion-ios-search:before,.ion-ios-settings-strong:before,.ion-ios-settings:before,.ion-ios-shuffle-strong:before,.ion-ios-shuffle:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipbackward:before,.ion-ios-skipforward-outline:before,.ion-ios-skipforward:before,.ion-ios-snowy:before,.ion-ios-speedometer-outline:before,.ion-ios-speedometer:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-star:before,.ion-ios-stopwatch-outline:before,.ion-ios-stopwatch:before,.ion-ios-sunny-outline:before,.ion-ios-sunny:before,.ion-ios-telephone-outline:before,.ion-ios-telephone:before,.ion-ios-tennisball-outline:before,.ion-ios-tennisball:before,.ion-ios-thunderstorm-outline:before,.ion-ios-thunderstorm:before,.ion-ios-time-outline:before,.ion-ios-time:before,.ion-ios-timer-outline:before,.ion-ios-timer:before,.ion-ios-toggle-outline:before,.ion-ios-toggle:before,.ion-ios-trash-outline:before,.ion-ios-trash:before,.ion-ios-undo-outline:before,.ion-ios-undo:before,.ion-ios-unlocked-outline:before,.ion-ios-unlocked:before,.ion-ios-upload-outline:before,.ion-ios-upload:before,.ion-ios-videocam-outline:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass-outline:before,.ion-ios-wineglass:before,.ion-ios-world-outline:before,.ion-ios-world:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-minus:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon-round:before,.ion-navicon:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person-add:before,.ion-person-stalker:before,.ion-person:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-plus:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply-all:before,.ion-reply:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad-outline:before,.ion-sad:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android-outline:before,.ion-social-android:before,.ion-social-angular-outline:before,.ion-social-angular:before,.ion-social-apple-outline:before,.ion-social-apple:before,.ion-social-bitcoin-outline:before,.ion-social-bitcoin:before,.ion-social-buffer-outline:before,.ion-social-buffer:before,.ion-social-chrome-outline:before,.ion-social-chrome:before,.ion-social-codepen-outline:before,.ion-social-codepen:before,.ion-social-css3-outline:before,.ion-social-css3:before,.ion-social-designernews-outline:before,.ion-social-designernews:before,.ion-social-dribbble-outline:before,.ion-social-dribbble:before,.ion-social-dropbox-outline:before,.ion-social-dropbox:before,.ion-social-euro-outline:before,.ion-social-euro:before,.ion-social-facebook-outline:before,.ion-social-facebook:before,.ion-social-foursquare-outline:before,.ion-social-foursquare:before,.ion-social-freebsd-devil:before,.ion-social-github-outline:before,.ion-social-github:before,.ion-social-google-outline:before,.ion-social-google:before,.ion-social-googleplus-outline:before,.ion-social-googleplus:before,.ion-social-hackernews-outline:before,.ion-social-hackernews:before,.ion-social-html5-outline:before,.ion-social-html5:before,.ion-social-instagram-outline:before,.ion-social-instagram:before,.ion-social-javascript-outline:before,.ion-social-javascript:before,.ion-social-linkedin-outline:before,.ion-social-linkedin:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest-outline:before,.ion-social-pinterest:before,.ion-social-python:before,.ion-social-reddit-outline:before,.ion-social-reddit:before,.ion-social-rss-outline:before,.ion-social-rss:before,.ion-social-sass:before,.ion-social-skype-outline:before,.ion-social-skype:before,.ion-social-snapchat-outline:before,.ion-social-snapchat:before,.ion-social-tumblr-outline:before,.ion-social-tumblr:before,.ion-social-tux:before,.ion-social-twitch-outline:before,.ion-social-twitch:before,.ion-social-twitter-outline:before,.ion-social-twitter:before,.ion-social-usd-outline:before,.ion-social-usd:before,.ion-social-vimeo-outline:before,.ion-social-vimeo:before,.ion-social-whatsapp-outline:before,.ion-social-whatsapp:before,.ion-social-windows-outline:before,.ion-social-windows:before,.ion-social-wordpress-outline:before,.ion-social-wordpress:before,.ion-social-yahoo-outline:before,.ion-social-yahoo:before,.ion-social-yen-outline:before,.ion-social-yen:before,.ion-social-youtube-outline:before,.ion-social-youtube:before,.ion-soup-can-outline:before,.ion-soup-can:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle-filled:before,.ion-toggle:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt-outline:before,.ion-tshirt:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before,.ionicons {
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
	content: "\f101";
}

.ion-alert-circled:before {
	content: "\f100";
}

.ion-android-add:before {
	content: "\f2c7";
}

.ion-android-add-circle:before {
	content: "\f359";
}

.ion-android-alarm-clock:before {
	content: "\f35a";
}

.ion-android-alert:before {
	content: "\f35b";
}

.ion-android-apps:before {
	content: "\f35c";
}

.ion-android-archive:before {
	content: "\f2c9";
}

.ion-android-arrow-back:before {
	content: "\f2ca";
}

.ion-android-arrow-down:before {
	content: "\f35d";
}

.ion-android-arrow-dropdown:before {
	content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}

.ion-android-arrow-dropleft:before {
	content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}

.ion-android-arrow-dropright:before {
	content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}

.ion-android-arrow-dropup:before {
	content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}

.ion-android-arrow-forward:before {
	content: "\f30f";
}

.ion-android-arrow-up:before {
	content: "\f366";
}

.ion-android-attach:before {
	content: "\f367";
}

.ion-android-bar:before {
	content: "\f368";
}

.ion-android-bicycle:before {
	content: "\f369";
}

.ion-android-boat:before {
	content: "\f36a";
}

.ion-android-bookmark:before {
	content: "\f36b";
}

.ion-android-bulb:before {
	content: "\f36c";
}

.ion-android-bus:before {
	content: "\f36d";
}

.ion-android-calendar:before {
	content: "\f2d1";
}

.ion-android-call:before {
	content: "\f2d2";
}

.ion-android-camera:before {
	content: "\f2d3";
}

.ion-android-cancel:before {
	content: "\f36e";
}

.ion-android-car:before {
	content: "\f36f";
}

.ion-android-cart:before {
	content: "\f370";
}

.ion-android-chat:before {
	content: "\f2d4";
}

.ion-android-checkbox:before {
	content: "\f374";
}

.ion-android-checkbox-blank:before {
	content: "\f371";
}

.ion-android-checkbox-outline:before {
	content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}

.ion-android-checkmark-circle:before {
	content: "\f375";
}

.ion-android-clipboard:before {
	content: "\f376";
}

.ion-android-close:before {
	content: "\f2d7";
}

.ion-android-cloud:before {
	content: "\f37a";
}

.ion-android-cloud-circle:before {
	content: "\f377";
}

.ion-android-cloud-done:before {
	content: "\f378";
}

.ion-android-cloud-outline:before {
	content: "\f379";
}

.ion-android-color-palette:before {
	content: "\f37b";
}

.ion-android-compass:before {
	content: "\f37c";
}

.ion-android-contact:before {
	content: "\f2d8";
}

.ion-android-contacts:before {
	content: "\f2d9";
}

.ion-android-contract:before {
	content: "\f37d";
}

.ion-android-create:before {
	content: "\f37e";
}

.ion-android-delete:before {
	content: "\f37f";
}

.ion-android-desktop:before {
	content: "\f380";
}

.ion-android-document:before {
	content: "\f381";
}

.ion-android-done:before {
	content: "\f383";
}

.ion-android-done-all:before {
	content: "\f382";
}

.ion-android-download:before {
	content: "\f2dd";
}

.ion-android-drafts:before {
	content: "\f384";
}

.ion-android-exit:before {
	content: "\f385";
}

.ion-android-expand:before {
	content: "\f386";
}

.ion-android-favorite:before {
	content: "\f388";
}

.ion-android-favorite-outline:before {
	content: "\f387";
}

.ion-android-film:before {
	content: "\f389";
}

.ion-android-folder:before {
	content: "\f2e0";
}

.ion-android-folder-open:before {
	content: "\f38a";
}

.ion-android-funnel:before {
	content: "\f38b";
}

.ion-android-globe:before {
	content: "\f38c";
}

.ion-android-hand:before {
	content: "\f2e3";
}

.ion-android-hangout:before {
	content: "\f38d";
}

.ion-android-happy:before {
	content: "\f38e";
}

.ion-android-home:before {
	content: "\f38f";
}

.ion-android-image:before {
	content: "\f2e4";
}

.ion-android-laptop:before {
	content: "\f390";
}

.ion-android-list:before {
	content: "\f391";
}

.ion-android-locate:before {
	content: "\f2e9";
}

.ion-android-lock:before {
	content: "\f392";
}

.ion-android-mail:before {
	content: "\f2eb";
}

.ion-android-map:before {
	content: "\f393";
}

.ion-android-menu:before {
	content: "\f394";
}

.ion-android-microphone:before {
	content: "\f2ec";
}

.ion-android-microphone-off:before {
	content: "\f395";
}

.ion-android-more-horizontal:before {
	content: "\f396";
}

.ion-android-more-vertical:before {
	content: "\f397";
}

.ion-android-navigate:before {
	content: "\f398";
}

.ion-android-notifications:before {
	content: "\f39b";
}

.ion-android-notifications-none:before {
	content: "\f399";
}

.ion-android-notifications-off:before {
	content: "\f39a";
}

.ion-android-open:before {
	content: "\f39c";
}

.ion-android-options:before {
	content: "\f39d";
}

.ion-android-people:before {
	content: "\f39e";
}

.ion-android-person:before {
	content: "\f3a0";
}

.ion-android-person-add:before {
	content: "\f39f";
}

.ion-android-phone-landscape:before {
	content: "\f3a1";
}

.ion-android-phone-portrait:before {
	content: "\f3a2";
}

.ion-android-pin:before {
	content: "\f3a3";
}

.ion-android-plane:before {
	content: "\f3a4";
}

.ion-android-playstore:before {
	content: "\f2f0";
}

.ion-android-print:before {
	content: "\f3a5";
}

.ion-android-radio-button-off:before {
	content: "\f3a6";
}

.ion-android-radio-button-on:before {
	content: "\f3a7";
}

.ion-android-refresh:before {
	content: "\f3a8";
}

.ion-android-remove:before {
	content: "\f2f4";
}

.ion-android-remove-circle:before {
	content: "\f3a9";
}

.ion-android-restaurant:before {
	content: "\f3aa";
}

.ion-android-sad:before {
	content: "\f3ab";
}

.ion-android-search:before {
	content: "\f2f5";
}

.ion-android-send:before {
	content: "\f2f6";
}

.ion-android-settings:before {
	content: "\f2f7";
}

.ion-android-share:before {
	content: "\f2f8";
}

.ion-android-share-alt:before {
	content: "\f3ac";
}

.ion-android-star:before {
	content: "\f2fc";
}

.ion-android-star-half:before {
	content: "\f3ad";
}

.ion-android-star-outline:before {
	content: "\f3ae";
}

.ion-android-stopwatch:before {
	content: "\f2fd";
}

.ion-android-subway:before {
	content: "\f3af";
}

.ion-android-sunny:before {
	content: "\f3b0";
}

.ion-android-sync:before {
	content: "\f3b1";
}

.ion-android-textsms:before {
	content: "\f3b2";
}

.ion-android-time:before {
	content: "\f3b3";
}

.ion-android-train:before {
	content: "\f3b4";
}

.ion-android-unlock:before {
	content: "\f3b5";
}

.ion-android-upload:before {
	content: "\f3b6";
}

.ion-android-volume-down:before {
	content: "\f3b7";
}

.ion-android-volume-mute:before {
	content: "\f3b8";
}

.ion-android-volume-off:before {
	content: "\f3b9";
}

.ion-android-volume-up:before {
	content: "\f3ba";
}

.ion-android-walk:before {
	content: "\f3bb";
}

.ion-android-warning:before {
	content: "\f3bc";
}

.ion-android-watch:before {
	content: "\f3bd";
}

.ion-android-wifi:before {
	content: "\f305";
}

.ion-aperture:before {
	content: "\f313";
}

.ion-archive:before {
	content: "\f102";
}

.ion-arrow-down-a:before {
	content: "\f103";
}

.ion-arrow-down-b:before {
	content: "\f104";
}

.ion-arrow-down-c:before {
	content: "\f105";
}

.ion-arrow-expand:before {
	content: "\f25e";
}

.ion-arrow-graph-down-left:before {
	content: "\f25f";
}

.ion-arrow-graph-down-right:before {
	content: "\f260";
}

.ion-arrow-graph-up-left:before {
	content: "\f261";
}

.ion-arrow-graph-up-right:before {
	content: "\f262";
}

.ion-arrow-left-a:before {
	content: "\f106";
}

.ion-arrow-left-b:before {
	content: "\f107";
}

.ion-arrow-left-c:before {
	content: "\f108";
}

.ion-arrow-move:before {
	content: "\f263";
}

.ion-arrow-resize:before {
	content: "\f264";
}

.ion-arrow-return-left:before {
	content: "\f265";
}

.ion-arrow-return-right:before {
	content: "\f266";
}

.ion-arrow-right-a:before {
	content: "\f109";
}

.ion-arrow-right-b:before {
	content: "\f10a";
}

.ion-arrow-right-c:before {
	content: "\f10b";
}

.ion-arrow-shrink:before {
	content: "\f267";
}

.ion-arrow-swap:before {
	content: "\f268";
}

.ion-arrow-up-a:before {
	content: "\f10c";
}

.ion-arrow-up-b:before {
	content: "\f10d";
}

.ion-arrow-up-c:before {
	content: "\f10e";
}

.ion-asterisk:before {
	content: "\f314";
}

.ion-at:before {
	content: "\f10f";
}

.ion-backspace:before {
	content: "\f3bf";
}

.ion-backspace-outline:before {
	content: "\f3be";
}

.ion-bag:before {
	content: "\f110";
}

.ion-battery-charging:before {
	content: "\f111";
}

.ion-battery-empty:before {
	content: "\f112";
}

.ion-battery-full:before {
	content: "\f113";
}

.ion-battery-half:before {
	content: "\f114";
}

.ion-battery-low:before {
	content: "\f115";
}

.ion-beaker:before {
	content: "\f269";
}

.ion-beer:before {
	content: "\f26a";
}

.ion-bluetooth:before {
	content: "\f116";
}

.ion-bonfire:before {
	content: "\f315";
}

.ion-bookmark:before {
	content: "\f26b";
}

.ion-bowtie:before {
	content: "\f3c0";
}

.ion-briefcase:before {
	content: "\f26c";
}

.ion-bug:before {
	content: "\f2be";
}

.ion-calculator:before {
	content: "\f26d";
}

.ion-calendar:before {
	content: "\f117";
}

.ion-camera:before {
	content: "\f118";
}

.ion-card:before {
	content: "\f119";
}

.ion-cash:before {
	content: "\f316";
}

.ion-chatbox:before {
	content: "\f11b";
}

.ion-chatbox-working:before {
	content: "\f11a";
}

.ion-chatboxes:before {
	content: "\f11c";
}

.ion-chatbubble:before {
	content: "\f11e";
}

.ion-chatbubble-working:before {
	content: "\f11d";
}

.ion-chatbubbles:before {
	content: "\f11f";
}

.ion-checkmark:before {
	content: "\f122";
}

.ion-checkmark-circled:before {
	content: "\f120";
}

.ion-checkmark-round:before {
	content: "\f121";
}

.ion-chevron-down:before {
	content: "\f123";
}

.ion-chevron-left:before {
	content: "\f124";
}

.ion-chevron-right:before {
	content: "\f125";
}

.ion-chevron-up:before {
	content: "\f126";
}

.ion-clipboard:before {
	content: "\f127";
}

.ion-clock:before {
	content: "\f26e";
}

.ion-close:before {
	content: "\f12a";
}

.ion-close-circled:before {
	content: "\f128";
}

.ion-close-round:before {
	content: "\f129";
}

.ion-closed-captioning:before {
	content: "\f317";
}

.ion-cloud:before {
	content: "\f12b";
}

.ion-code:before {
	content: "\f271";
}

.ion-code-download:before {
	content: "\f26f";
}

.ion-code-working:before {
	content: "\f270";
}

.ion-coffee:before {
	content: "\f272";
}

.ion-compass:before {
	content: "\f273";
}

.ion-compose:before {
	content: "\f12c";
}

.ion-connection-bars:before {
	content: "\f274";
}

.ion-contrast:before {
	content: "\f275";
}

.ion-crop:before {
	content: "\f3c1";
}

.ion-cube:before {
	content: "\f318";
}

.ion-disc:before {
	content: "\f12d";
}

.ion-document:before {
	content: "\f12f";
}

.ion-document-text:before {
	content: "\f12e";
}

.ion-drag:before {
	content: "\f130";
}

.ion-earth:before {
	content: "\f276";
}

.ion-easel:before {
	content: "\f3c2";
}

.ion-edit:before {
	content: "\f2bf";
}

.ion-egg:before {
	content: "\f277";
}

.ion-eject:before {
	content: "\f131";
}

.ion-email:before {
	content: "\f132";
}

.ion-email-unread:before {
	content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}

.ion-eye:before {
	content: "\f133";
}

.ion-eye-disabled:before {
	content: "\f306";
}

.ion-female:before {
	content: "\f278";
}

.ion-filing:before {
	content: "\f134";
}

.ion-film-marker:before {
	content: "\f135";
}

.ion-fireball:before {
	content: "\f319";
}

.ion-flag:before {
	content: "\f279";
}

.ion-flame:before {
	content: "\f31a";
}

.ion-flash:before {
	content: "\f137";
}

.ion-flash-off:before {
	content: "\f136";
}

.ion-folder:before {
	content: "\f139";
}

.ion-fork:before {
	content: "\f27a";
}

.ion-fork-repo:before {
	content: "\f2c0";
}

.ion-forward:before {
	content: "\f13a";
}

.ion-funnel:before {
	content: "\f31b";
}

.ion-gear-a:before {
	content: "\f13d";
}

.ion-gear-b:before {
	content: "\f13e";
}

.ion-grid:before {
	content: "\f13f";
}

.ion-hammer:before {
	content: "\f27b";
}

.ion-happy:before {
	content: "\f31c";
}

.ion-happy-outline:before {
	content: "\f3c6";
}

.ion-headphone:before {
	content: "\f140";
}

.ion-heart:before {
	content: "\f141";
}

.ion-heart-broken:before {
	content: "\f31d";
}

.ion-help:before {
	content: "\f143";
}

.ion-help-buoy:before {
	content: "\f27c";
}

.ion-help-circled:before {
	content: "\f142";
}

.ion-home:before {
	content: "\f144";
}

.ion-icecream:before {
	content: "\f27d";
}

.ion-image:before {
	content: "\f147";
}

.ion-images:before {
	content: "\f148";
}

.ion-information:before {
	content: "\f14a";
}

.ion-information-circled:before {
	content: "\f149";
}

.ion-ionic:before {
	content: "\f14b";
}

.ion-ios-alarm:before {
	content: "\f3c8";
}

.ion-ios-alarm-outline:before {
	content: "\f3c7";
}

.ion-ios-albums:before {
	content: "\f3ca";
}

.ion-ios-albums-outline:before {
	content: "\f3c9";
}

.ion-ios-americanfootball:before {
	content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}

.ion-ios-analytics:before {
	content: "\f3ce";
}

.ion-ios-analytics-outline:before {
	content: "\f3cd";
}

.ion-ios-arrow-back:before {
	content: "\f3cf";
}

.ion-ios-arrow-down:before {
	content: "\f3d0";
}

.ion-ios-arrow-forward:before {
	content: "\f3d1";
}

.ion-ios-arrow-left:before {
	content: "\f3d2";
}

.ion-ios-arrow-right:before {
	content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}

.ion-ios-arrow-up:before {
	content: "\f3d8";
}

.ion-ios-at:before {
	content: "\f3da";
}

.ion-ios-at-outline:before {
	content: "\f3d9";
}

.ion-ios-barcode:before {
	content: "\f3dc";
}

.ion-ios-barcode-outline:before {
	content: "\f3db";
}

.ion-ios-baseball:before {
	content: "\f3de";
}

.ion-ios-baseball-outline:before {
	content: "\f3dd";
}

.ion-ios-basketball:before {
	content: "\f3e0";
}

.ion-ios-basketball-outline:before {
	content: "\f3df";
}

.ion-ios-bell:before {
	content: "\f3e2";
}

.ion-ios-bell-outline:before {
	content: "\f3e1";
}

.ion-ios-body:before {
	content: "\f3e4";
}

.ion-ios-body-outline:before {
	content: "\f3e3";
}

.ion-ios-bolt:before {
	content: "\f3e6";
}

.ion-ios-bolt-outline:before {
	content: "\f3e5";
}

.ion-ios-book:before {
	content: "\f3e8";
}

.ion-ios-book-outline:before {
	content: "\f3e7";
}

.ion-ios-bookmarks:before {
	content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}

.ion-ios-box:before {
	content: "\f3ec";
}

.ion-ios-box-outline:before {
	content: "\f3eb";
}

.ion-ios-briefcase:before {
	content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}

.ion-ios-browsers:before {
	content: "\f3f0";
}

.ion-ios-browsers-outline:before {
	content: "\f3ef";
}

.ion-ios-calculator:before {
	content: "\f3f2";
}

.ion-ios-calculator-outline:before {
	content: "\f3f1";
}

.ion-ios-calendar:before {
	content: "\f3f4";
}

.ion-ios-calendar-outline:before {
	content: "\f3f3";
}

.ion-ios-camera:before {
	content: "\f3f6";
}

.ion-ios-camera-outline:before {
	content: "\f3f5";
}

.ion-ios-cart:before {
	content: "\f3f8";
}

.ion-ios-cart-outline:before {
	content: "\f3f7";
}

.ion-ios-chatboxes:before {
	content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}

.ion-ios-chatbubble:before {
	content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}

.ion-ios-checkmark:before {
	content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}

.ion-ios-circle-filled:before {
	content: "\f400";
}

.ion-ios-circle-outline:before {
	content: "\f401";
}

.ion-ios-clock:before {
	content: "\f403";
}

.ion-ios-clock-outline:before {
	content: "\f402";
}

.ion-ios-close:before {
	content: "\f406";
}

.ion-ios-close-empty:before {
	content: "\f404";
}

.ion-ios-close-outline:before {
	content: "\f405";
}

.ion-ios-cloud:before {
	content: "\f40c";
}

.ion-ios-cloud-download:before {
	content: "\f408";
}

.ion-ios-cloud-download-outline:before {
	content: "\f407";
}

.ion-ios-cloud-outline:before {
	content: "\f409";
}

.ion-ios-cloud-upload:before {
	content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}

.ion-ios-cloudy:before {
	content: "\f410";
}

.ion-ios-cloudy-night:before {
	content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}

.ion-ios-cloudy-outline:before {
	content: "\f40f";
}

.ion-ios-cog:before {
	content: "\f412";
}

.ion-ios-cog-outline:before {
	content: "\f411";
}

.ion-ios-color-filter:before {
	content: "\f414";
}

.ion-ios-color-filter-outline:before {
	content: "\f413";
}

.ion-ios-color-wand:before {
	content: "\f416";
}

.ion-ios-color-wand-outline:before {
	content: "\f415";
}

.ion-ios-compose:before {
	content: "\f418";
}

.ion-ios-compose-outline:before {
	content: "\f417";
}

.ion-ios-contact:before {
	content: "\f41a";
}

.ion-ios-contact-outline:before {
	content: "\f419";
}

.ion-ios-copy:before {
	content: "\f41c";
}

.ion-ios-copy-outline:before {
	content: "\f41b";
}

.ion-ios-crop:before {
	content: "\f41e";
}

.ion-ios-crop-strong:before {
	content: "\f41d";
}

.ion-ios-download:before {
	content: "\f420";
}

.ion-ios-download-outline:before {
	content: "\f41f";
}

.ion-ios-drag:before {
	content: "\f421";
}

.ion-ios-email:before {
	content: "\f423";
}

.ion-ios-email-outline:before {
	content: "\f422";
}

.ion-ios-eye:before {
	content: "\f425";
}

.ion-ios-eye-outline:before {
	content: "\f424";
}

.ion-ios-fastforward:before {
	content: "\f427";
}

.ion-ios-fastforward-outline:before {
	content: "\f426";
}

.ion-ios-filing:before {
	content: "\f429";
}

.ion-ios-filing-outline:before {
	content: "\f428";
}

.ion-ios-film:before {
	content: "\f42b";
}

.ion-ios-film-outline:before {
	content: "\f42a";
}

.ion-ios-flag:before {
	content: "\f42d";
}

.ion-ios-flag-outline:before {
	content: "\f42c";
}

.ion-ios-flame:before {
	content: "\f42f";
}

.ion-ios-flame-outline:before {
	content: "\f42e";
}

.ion-ios-flask:before {
	content: "\f431";
}

.ion-ios-flask-outline:before {
	content: "\f430";
}

.ion-ios-flower:before {
	content: "\f433";
}

.ion-ios-flower-outline:before {
	content: "\f432";
}

.ion-ios-folder:before {
	content: "\f435";
}

.ion-ios-folder-outline:before {
	content: "\f434";
}

.ion-ios-football:before {
	content: "\f437";
}

.ion-ios-football-outline:before {
	content: "\f436";
}

.ion-ios-game-controller-a:before {
	content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}

.ion-ios-game-controller-b:before {
	content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}

.ion-ios-gear:before {
	content: "\f43d";
}

.ion-ios-gear-outline:before {
	content: "\f43c";
}

.ion-ios-glasses:before {
	content: "\f43f";
}

.ion-ios-glasses-outline:before {
	content: "\f43e";
}

.ion-ios-grid-view:before {
	content: "\f441";
}

.ion-ios-grid-view-outline:before {
	content: "\f440";
}

.ion-ios-heart:before {
	content: "\f443";
}

.ion-ios-heart-outline:before {
	content: "\f442";
}

.ion-ios-help:before {
	content: "\f446";
}

.ion-ios-help-empty:before {
	content: "\f444";
}

.ion-ios-help-outline:before {
	content: "\f445";
}

.ion-ios-home:before {
	content: "\f448";
}

.ion-ios-home-outline:before {
	content: "\f447";
}

.ion-ios-infinite:before {
	content: "\f44a";
}

.ion-ios-infinite-outline:before {
	content: "\f449";
}

.ion-ios-information:before {
	content: "\f44d";
}

.ion-ios-information-empty:before {
	content: "\f44b";
}

.ion-ios-information-outline:before {
	content: "\f44c";
}

.ion-ios-ionic-outline:before {
	content: "\f44e";
}

.ion-ios-keypad:before {
	content: "\f450";
}

.ion-ios-keypad-outline:before {
	content: "\f44f";
}

.ion-ios-lightbulb:before {
	content: "\f452";
}

.ion-ios-lightbulb-outline:before {
	content: "\f451";
}

.ion-ios-list:before {
	content: "\f454";
}

.ion-ios-list-outline:before {
	content: "\f453";
}

.ion-ios-location:before {
	content: "\f456";
}

.ion-ios-location-outline:before {
	content: "\f455";
}

.ion-ios-locked:before {
	content: "\f458";
}

.ion-ios-locked-outline:before {
	content: "\f457";
}

.ion-ios-loop:before {
	content: "\f45a";
}

.ion-ios-loop-strong:before {
	content: "\f459";
}

.ion-ios-medical:before {
	content: "\f45c";
}

.ion-ios-medical-outline:before {
	content: "\f45b";
}

.ion-ios-medkit:before {
	content: "\f45e";
}

.ion-ios-medkit-outline:before {
	content: "\f45d";
}

.ion-ios-mic:before {
	content: "\f461";
}

.ion-ios-mic-off:before {
	content: "\f45f";
}

.ion-ios-mic-outline:before {
	content: "\f460";
}

.ion-ios-minus:before {
	content: "\f464";
}

.ion-ios-minus-empty:before {
	content: "\f462";
}

.ion-ios-minus-outline:before {
	content: "\f463";
}

.ion-ios-monitor:before {
	content: "\f466";
}

.ion-ios-monitor-outline:before {
	content: "\f465";
}

.ion-ios-moon:before {
	content: "\f468";
}

.ion-ios-moon-outline:before {
	content: "\f467";
}

.ion-ios-more:before {
	content: "\f46a";
}

.ion-ios-more-outline:before {
	content: "\f469";
}

.ion-ios-musical-note:before {
	content: "\f46b";
}

.ion-ios-musical-notes:before {
	content: "\f46c";
}

.ion-ios-navigate:before {
	content: "\f46e";
}

.ion-ios-navigate-outline:before {
	content: "\f46d";
}

.ion-ios-nutrition:before {
	content: "\f470";
}

.ion-ios-nutrition-outline:before {
	content: "\f46f";
}

.ion-ios-paper:before {
	content: "\f472";
}

.ion-ios-paper-outline:before {
	content: "\f471";
}

.ion-ios-paperplane:before {
	content: "\f474";
}

.ion-ios-paperplane-outline:before {
	content: "\f473";
}

.ion-ios-partlysunny:before {
	content: "\f476";
}

.ion-ios-partlysunny-outline:before {
	content: "\f475";
}

.ion-ios-pause:before {
	content: "\f478";
}

.ion-ios-pause-outline:before {
	content: "\f477";
}

.ion-ios-paw:before {
	content: "\f47a";
}

.ion-ios-paw-outline:before {
	content: "\f479";
}

.ion-ios-people:before {
	content: "\f47c";
}

.ion-ios-people-outline:before {
	content: "\f47b";
}

.ion-ios-person:before {
	content: "\f47e";
}

.ion-ios-person-outline:before {
	content: "\f47d";
}

.ion-ios-personadd:before {
	content: "\f480";
}

.ion-ios-personadd-outline:before {
	content: "\f47f";
}

.ion-ios-photos:before {
	content: "\f482";
}

.ion-ios-photos-outline:before {
	content: "\f481";
}

.ion-ios-pie:before {
	content: "\f484";
}

.ion-ios-pie-outline:before {
	content: "\f483";
}

.ion-ios-pint:before {
	content: "\f486";
}

.ion-ios-pint-outline:before {
	content: "\f485";
}

.ion-ios-play:before {
	content: "\f488";
}

.ion-ios-play-outline:before {
	content: "\f487";
}

.ion-ios-plus:before {
	content: "\f48b";
}

.ion-ios-plus-empty:before {
	content: "\f489";
}

.ion-ios-plus-outline:before {
	content: "\f48a";
}

.ion-ios-pricetag:before {
	content: "\f48d";
}

.ion-ios-pricetag-outline:before {
	content: "\f48c";
}

.ion-ios-pricetags:before {
	content: "\f48f";
}

.ion-ios-pricetags-outline:before {
	content: "\f48e";
}

.ion-ios-printer:before {
	content: "\f491";
}

.ion-ios-printer-outline:before {
	content: "\f490";
}

.ion-ios-pulse:before {
	content: "\f493";
}

.ion-ios-pulse-strong:before {
	content: "\f492";
}

.ion-ios-rainy:before {
	content: "\f495";
}

.ion-ios-rainy-outline:before {
	content: "\f494";
}

.ion-ios-recording:before {
	content: "\f497";
}

.ion-ios-recording-outline:before {
	content: "\f496";
}

.ion-ios-redo:before {
	content: "\f499";
}

.ion-ios-redo-outline:before {
	content: "\f498";
}

.ion-ios-refresh:before {
	content: "\f49c";
}

.ion-ios-refresh-empty:before {
	content: "\f49a";
}

.ion-ios-refresh-outline:before {
	content: "\f49b";
}

.ion-ios-reload:before {
	content: "\f49d";
}

.ion-ios-reverse-camera:before {
	content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}

.ion-ios-rewind:before {
	content: "\f4a1";
}

.ion-ios-rewind-outline:before {
	content: "\f4a0";
}

.ion-ios-rose:before {
	content: "\f4a3";
}

.ion-ios-rose-outline:before {
	content: "\f4a2";
}

.ion-ios-search:before {
	content: "\f4a5";
}

.ion-ios-search-strong:before {
	content: "\f4a4";
}

.ion-ios-settings:before {
	content: "\f4a7";
}

.ion-ios-settings-strong:before {
	content: "\f4a6";
}

.ion-ios-shuffle:before {
	content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}

.ion-ios-skipbackward:before {
	content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}

.ion-ios-skipforward:before {
	content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}

.ion-ios-snowy:before {
	content: "\f4ae";
}

.ion-ios-speedometer:before {
	content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
	content: "\f4af";
}

.ion-ios-star:before {
	content: "\f4b3";
}

.ion-ios-star-half:before {
	content: "\f4b1";
}

.ion-ios-star-outline:before {
	content: "\f4b2";
}

.ion-ios-stopwatch:before {
	content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}

.ion-ios-sunny:before {
	content: "\f4b7";
}

.ion-ios-sunny-outline:before {
	content: "\f4b6";
}

.ion-ios-telephone:before {
	content: "\f4b9";
}

.ion-ios-telephone-outline:before {
	content: "\f4b8";
}

.ion-ios-tennisball:before {
	content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}

.ion-ios-thunderstorm:before {
	content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}

.ion-ios-time:before {
	content: "\f4bf";
}

.ion-ios-time-outline:before {
	content: "\f4be";
}

.ion-ios-timer:before {
	content: "\f4c1";
}

.ion-ios-timer-outline:before {
	content: "\f4c0";
}

.ion-ios-toggle:before {
	content: "\f4c3";
}

.ion-ios-toggle-outline:before {
	content: "\f4c2";
}

.ion-ios-trash:before {
	content: "\f4c5";
}

.ion-ios-trash-outline:before {
	content: "\f4c4";
}

.ion-ios-undo:before {
	content: "\f4c7";
}

.ion-ios-undo-outline:before {
	content: "\f4c6";
}

.ion-ios-unlocked:before {
	content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}

.ion-ios-upload:before {
	content: "\f4cb";
}

.ion-ios-upload-outline:before {
	content: "\f4ca";
}

.ion-ios-videocam:before {
	content: "\f4cd";
}

.ion-ios-videocam-outline:before {
	content: "\f4cc";
}

.ion-ios-volume-high:before {
	content: "\f4ce";
}

.ion-ios-volume-low:before {
	content: "\f4cf";
}

.ion-ios-wineglass:before {
	content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}

.ion-ios-world:before {
	content: "\f4d3";
}

.ion-ios-world-outline:before {
	content: "\f4d2";
}

.ion-ipad:before {
	content: "\f1f9";
}

.ion-iphone:before {
	content: "\f1fa";
}

.ion-ipod:before {
	content: "\f1fb";
}

.ion-jet:before {
	content: "\f295";
}

.ion-key:before {
	content: "\f296";
}

.ion-knife:before {
	content: "\f297";
}

.ion-laptop:before {
	content: "\f1fc";
}

.ion-leaf:before {
	content: "\f1fd";
}

.ion-levels:before {
	content: "\f298";
}

.ion-lightbulb:before {
	content: "\f299";
}

.ion-link:before {
	content: "\f1fe";
}

.ion-load-a:before {
	content: "\f29a";
}

.ion-load-b:before {
	content: "\f29b";
}

.ion-load-c:before {
	content: "\f29c";
}

.ion-load-d:before {
	content: "\f29d";
}

.ion-location:before {
	content: "\f1ff";
}

.ion-lock-combination:before {
	content: "\f4d4";
}

.ion-locked:before {
	content: "\f200";
}

.ion-log-in:before {
	content: "\f29e";
}

.ion-log-out:before {
	content: "\f29f";
}

.ion-loop:before {
	content: "\f201";
}

.ion-magnet:before {
	content: "\f2a0";
}

.ion-male:before {
	content: "\f2a1";
}

.ion-man:before {
	content: "\f202";
}

.ion-map:before {
	content: "\f203";
}

.ion-medkit:before {
	content: "\f2a2";
}

.ion-merge:before {
	content: "\f33f";
}

.ion-mic-a:before {
	content: "\f204";
}

.ion-mic-b:before {
	content: "\f205";
}

.ion-mic-c:before {
	content: "\f206";
}

.ion-minus:before {
	content: "\f209";
}

.ion-minus-circled:before {
	content: "\f207";
}

.ion-minus-round:before {
	content: "\f208";
}

.ion-model-s:before {
	content: "\f2c1";
}

.ion-monitor:before {
	content: "\f20a";
}

.ion-more:before {
	content: "\f20b";
}

.ion-mouse:before {
	content: "\f340";
}

.ion-music-note:before {
	content: "\f20c";
}

.ion-navicon:before {
	content: "\f20e";
}

.ion-navicon-round:before {
	content: "\f20d";
}

.ion-navigate:before {
	content: "\f2a3";
}

.ion-network:before {
	content: "\f341";
}

.ion-no-smoking:before {
	content: "\f2c2";
}

.ion-nuclear:before {
	content: "\f2a4";
}

.ion-outlet:before {
	content: "\f342";
}

.ion-paintbrush:before {
	content: "\f4d5";
}

.ion-paintbucket:before {
	content: "\f4d6";
}

.ion-paper-airplane:before {
	content: "\f2c3";
}

.ion-paperclip:before {
	content: "\f20f";
}

.ion-pause:before {
	content: "\f210";
}

.ion-person:before {
	content: "\f213";
}

.ion-person-add:before {
	content: "\f211";
}

.ion-person-stalker:before {
	content: "\f212";
}

.ion-pie-graph:before {
	content: "\f2a5";
}

.ion-pin:before {
	content: "\f2a6";
}

.ion-pinpoint:before {
	content: "\f2a7";
}

.ion-pizza:before {
	content: "\f2a8";
}

.ion-plane:before {
	content: "\f214";
}

.ion-planet:before {
	content: "\f343";
}

.ion-play:before {
	content: "\f215";
}

.ion-playstation:before {
	content: "\f30a";
}

.ion-plus:before {
	content: "\f218";
}

.ion-plus-circled:before {
	content: "\f216";
}

.ion-plus-round:before {
	content: "\f217";
}

.ion-podium:before {
	content: "\f344";
}

.ion-pound:before {
	content: "\f219";
}

.ion-power:before {
	content: "\f2a9";
}

.ion-pricetag:before {
	content: "\f2aa";
}

.ion-pricetags:before {
	content: "\f2ab";
}

.ion-printer:before {
	content: "\f21a";
}

.ion-pull-request:before {
	content: "\f345";
}

.ion-qr-scanner:before {
	content: "\f346";
}

.ion-quote:before {
	content: "\f347";
}

.ion-radio-waves:before {
	content: "\f2ac";
}

.ion-record:before {
	content: "\f21b";
}

.ion-refresh:before {
	content: "\f21c";
}

.ion-reply:before {
	content: "\f21e";
}

.ion-reply-all:before {
	content: "\f21d";
}

.ion-ribbon-a:before {
	content: "\f348";
}

.ion-ribbon-b:before {
	content: "\f349";
}

.ion-sad:before {
	content: "\f34a";
}

.ion-sad-outline:before {
	content: "\f4d7";
}

.ion-scissors:before {
	content: "\f34b";
}

.ion-search:before {
	content: "\f21f";
}

.ion-settings:before {
	content: "\f2ad";
}

.ion-share:before {
	content: "\f220";
}

.ion-shuffle:before {
	content: "\f221";
}

.ion-skip-backward:before {
	content: "\f222";
}

.ion-skip-forward:before {
	content: "\f223";
}

.ion-social-android:before {
	content: "\f225";
}

.ion-social-android-outline:before {
	content: "\f224";
}

.ion-social-angular:before {
	content: "\f4d9";
}

.ion-social-angular-outline:before {
	content: "\f4d8";
}

.ion-social-apple:before {
	content: "\f227";
}

.ion-social-apple-outline:before {
	content: "\f226";
}

.ion-social-bitcoin:before {
	content: "\f2af";
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}

.ion-social-buffer:before {
	content: "\f229";
}

.ion-social-buffer-outline:before {
	content: "\f228";
}

.ion-social-chrome:before {
	content: "\f4db";
}

.ion-social-chrome-outline:before {
	content: "\f4da";
}

.ion-social-codepen:before {
	content: "\f4dd";
}

.ion-social-codepen-outline:before {
	content: "\f4dc";
}

.ion-social-css3:before {
	content: "\f4df";
}

.ion-social-css3-outline:before {
	content: "\f4de";
}

.ion-social-designernews:before {
	content: "\f22b";
}

.ion-social-designernews-outline:before {
	content: "\f22a";
}

.ion-social-dribbble:before {
	content: "\f22d";
}

.ion-social-dribbble-outline:before {
	content: "\f22c";
}

.ion-social-dropbox:before {
	content: "\f22f";
}

.ion-social-dropbox-outline:before {
	content: "\f22e";
}

.ion-social-euro:before {
	content: "\f4e1";
}

.ion-social-euro-outline:before {
	content: "\f4e0";
}

.ion-social-facebook:before {
	content: "\f231";
}

.ion-social-facebook-outline:before {
	content: "\f230";
}

.ion-social-foursquare:before {
	content: "\f34d";
}

.ion-social-foursquare-outline:before {
	content: "\f34c";
}

.ion-social-freebsd-devil:before {
	content: "\f2c4";
}

.ion-social-github:before {
	content: "\f233";
}

.ion-social-github-outline:before {
	content: "\f232";
}

.ion-social-google:before {
	content: "\f34f";
}

.ion-social-google-outline:before {
	content: "\f34e";
}

.ion-social-googleplus:before {
	content: "\f235";
}

.ion-social-googleplus-outline:before {
	content: "\f234";
}

.ion-social-hackernews:before {
	content: "\f237";
}

.ion-social-hackernews-outline:before {
	content: "\f236";
}

.ion-social-html5:before {
	content: "\f4e3";
}

.ion-social-html5-outline:before {
	content: "\f4e2";
}

.ion-social-instagram:before {
	content: "\f351";
}

.ion-social-instagram-outline:before {
	content: "\f350";
}

.ion-social-javascript:before {
	content: "\f4e5";
}

.ion-social-javascript-outline:before {
	content: "\f4e4";
}

.ion-social-linkedin:before {
	content: "\f239";
}

.ion-social-linkedin-outline:before {
	content: "\f238";
}

.ion-social-markdown:before {
	content: "\f4e6";
}

.ion-social-nodejs:before {
	content: "\f4e7";
}

.ion-social-octocat:before {
	content: "\f4e8";
}

.ion-social-pinterest:before {
	content: "\f2b1";
}

.ion-social-pinterest-outline:before {
	content: "\f2b0";
}

.ion-social-python:before {
	content: "\f4e9";
}

.ion-social-reddit:before {
	content: "\f23b";
}

.ion-social-reddit-outline:before {
	content: "\f23a";
}

.ion-social-rss:before {
	content: "\f23d";
}

.ion-social-rss-outline:before {
	content: "\f23c";
}

.ion-social-sass:before {
	content: "\f4ea";
}

.ion-social-skype:before {
	content: "\f23f";
}

.ion-social-skype-outline:before {
	content: "\f23e";
}

.ion-social-snapchat:before {
	content: "\f4ec";
}

.ion-social-snapchat-outline:before {
	content: "\f4eb";
}

.ion-social-tumblr:before {
	content: "\f241";
}

.ion-social-tumblr-outline:before {
	content: "\f240";
}

.ion-social-tux:before {
	content: "\f2c5";
}

.ion-social-twitch:before {
	content: "\f4ee";
}

.ion-social-twitch-outline:before {
	content: "\f4ed";
}

.ion-social-twitter:before {
	content: "\f243";
}

.ion-social-twitter-outline:before {
	content: "\f242";
}

.ion-social-usd:before {
	content: "\f353";
}

.ion-social-usd-outline:before {
	content: "\f352";
}

.ion-social-vimeo:before {
	content: "\f245";
}

.ion-social-vimeo-outline:before {
	content: "\f244";
}

.ion-social-whatsapp:before {
	content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}

.ion-social-windows:before {
	content: "\f247";
}

.ion-social-windows-outline:before {
	content: "\f246";
}

.ion-social-wordpress:before {
	content: "\f249";
}

.ion-social-wordpress-outline:before {
	content: "\f248";
}

.ion-social-yahoo:before {
	content: "\f24b";
}

.ion-social-yahoo-outline:before {
	content: "\f24a";
}

.ion-social-yen:before {
	content: "\f4f2";
}

.ion-social-yen-outline:before {
	content: "\f4f1";
}

.ion-social-youtube:before {
	content: "\f24d";
}

.ion-social-youtube-outline:before {
	content: "\f24c";
}

.ion-soup-can:before {
	content: "\f4f4";
}

.ion-soup-can-outline:before {
	content: "\f4f3";
}

.ion-speakerphone:before {
	content: "\f2b2";
}

.ion-speedometer:before {
	content: "\f2b3";
}

.ion-spoon:before {
	content: "\f2b4";
}

.ion-star:before {
	content: "\f24e";
}

.ion-stats-bars:before {
	content: "\f2b5";
}

.ion-steam:before {
	content: "\f30b";
}

.ion-stop:before {
	content: "\f24f";
}

.ion-thermometer:before {
	content: "\f2b6";
}

.ion-thumbsdown:before {
	content: "\f250";
}

.ion-thumbsup:before {
	content: "\f251";
}

.ion-toggle:before {
	content: "\f355";
}

.ion-toggle-filled:before {
	content: "\f354";
}

.ion-transgender:before {
	content: "\f4f5";
}

.ion-trash-a:before {
	content: "\f252";
}

.ion-trash-b:before {
	content: "\f253";
}

.ion-trophy:before {
	content: "\f356";
}

.ion-tshirt:before {
	content: "\f4f7";
}

.ion-tshirt-outline:before {
	content: "\f4f6";
}

.ion-umbrella:before {
	content: "\f2b7";
}

.ion-university:before {
	content: "\f357";
}

.ion-unlocked:before {
	content: "\f254";
}

.ion-upload:before {
	content: "\f255";
}

.ion-usb:before {
	content: "\f2b8";
}

.ion-videocamera:before {
	content: "\f256";
}

.ion-volume-high:before {
	content: "\f257";
}

.ion-volume-low:before {
	content: "\f258";
}

.ion-volume-medium:before {
	content: "\f259";
}

.ion-volume-mute:before {
	content: "\f25a";
}

.ion-wand:before {
	content: "\f358";
}

.ion-waterdrop:before {
	content: "\f25b";
}

.ion-wifi:before {
	content: "\f25c";
}

.ion-wineglass:before {
	content: "\f2b9";
}

.ion-woman:before {
	content: "\f25d";
}

.ion-wrench:before {
	content: "\f2ba";
}

.ion-xbox:before {
	content: "\f30c";
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:FontAwesome;src:url(https://smssnsk.ru/fonts/fontawesome-webfont.eot@v=4.7.0);src:url(https://smssnsk.ru/fonts/fontawesome-webfont.eot@#iefix&v=4.7.0) format("embedded-opentype"),url(https://smssnsk.ru/fonts/fontawesome-webfont.woff2@v=4.7.0) format("woff2"),url(https://smssnsk.ru/fonts/fontawesome-webfont.woff@v=4.7.0) format("woff"),url(https://smssnsk.ru/fonts/fontawesome-webfont.ttf@v=4.7.0) format("truetype"),url(https://smssnsk.ru/fonts/fontawesome-webfont.svg@v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

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

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

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

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

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

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

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

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

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
}

.fa-flip-vertical {
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1);
}

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-cog:before,.fa-gear:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-repeat:before,.fa-rotate-right:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

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

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

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

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-cogs:before,.fa-gears:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

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

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

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-floppy-o:before,.fa-save:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-sort:before,.fa-unsorted:before {
	content: "\f0dc";
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: "\f0de";
}

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

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-gavel:before,.fa-legal:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-bolt:before,.fa-flash:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-clipboard:before,.fa-paste:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

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

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-chain-broken:before,.fa-unlink:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

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

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: "\f150";
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: "\f151";
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: "\f152";
}

.fa-eur:before,.fa-euro:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-inr:before,.fa-rupee:before {
	content: "\f156";
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: "\f157";
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: "\f158";
}

.fa-krw:before,.fa-won:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-try:before,.fa-turkish-lira:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: "\f19c";
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: "\f1c5";
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: "\f1c6";
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
	content: "\f1d0";
}

.fa-empire:before,.fa-ge:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7";
}

.fa-paper-plane:before,.fa-send:before {
	content: "\f1d8";
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

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

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

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

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

.fa-bed:before,.fa-hotel:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-y-combinator:before,.fa-yc:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
	content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-television:before,.fa-tv:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
	content: "\f2a3";
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-sign-language:before,.fa-signing:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

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

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-address-card:before,.fa-vcard:before {
	content: "\f2bb";
}

.fa-address-card-o:before,.fa-vcard-o:before {
	content: "\f2bc";
}

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

.fa-user-circle-o:before {
	content: "\f2be";
}

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

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family:et-line;src:url(https://smssnsk.ru/fonts/et-line.eot);src:url(https://smssnsk.ru/fonts/et-line.eot@#iefix) format("embedded-opentype"),url(https://smssnsk.ru/fonts/et-line.woff) format("woff"),url(https://smssnsk.ru/fonts/et-line.ttf) format("truetype"),url(https://smssnsk.ru/fonts/et-line.svg#et-line) format("svg");font-weight:400;font-style:normal;
}

[data-icon]:before {
	font-family: et-line;
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.icon-adjustments,.icon-alarmclock,.icon-anchor,.icon-aperture,.icon-attachment,.icon-bargraph,.icon-basket,.icon-beaker,.icon-bike,.icon-book-open,.icon-briefcase,.icon-browser,.icon-calendar,.icon-camera,.icon-caution,.icon-chat,.icon-circle-compass,.icon-clipboard,.icon-clock,.icon-cloud,.icon-compass,.icon-desktop,.icon-dial,.icon-document,.icon-documents,.icon-download,.icon-dribbble,.icon-edit,.icon-envelope,.icon-expand,.icon-facebook,.icon-flag,.icon-focus,.icon-gears,.icon-genius,.icon-gift,.icon-global,.icon-globe,.icon-googleplus,.icon-grid,.icon-happy,.icon-hazardous,.icon-heart,.icon-hotairballoon,.icon-hourglass,.icon-key,.icon-laptop,.icon-layers,.icon-lifesaver,.icon-lightbulb,.icon-linegraph,.icon-linkedin,.icon-lock,.icon-magnifying-glass,.icon-map,.icon-map-pin,.icon-megaphone,.icon-mic,.icon-mobile,.icon-newspaper,.icon-notebook,.icon-paintbrush,.icon-paperclip,.icon-pencil,.icon-phone,.icon-picture,.icon-pictures,.icon-piechart,.icon-presentation,.icon-pricetags,.icon-printer,.icon-profile-female,.icon-profile-male,.icon-puzzle,.icon-quote,.icon-recycle,.icon-refresh,.icon-ribbon,.icon-rss,.icon-sad,.icon-scissors,.icon-scope,.icon-search,.icon-shield,.icon-speedometer,.icon-strategy,.icon-streetsign,.icon-tablet,.icon-target,.icon-telescope,.icon-toolbox,.icon-tools,.icon-tools-2,.icon-trophy,.icon-tumblr,.icon-twitter,.icon-upload,.icon-video,.icon-wallet,.icon-wine {
	font-family: et-line;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.icon-mobile:before {
	content: "\e000";
}

.icon-laptop:before {
	content: "\e001";
}

.icon-desktop:before {
	content: "\e002";
}

.icon-tablet:before {
	content: "\e003";
}

.icon-phone:before {
	content: "\e004";
}

.icon-document:before {
	content: "\e005";
}

.icon-documents:before {
	content: "\e006";
}

.icon-search:before {
	content: "\e007";
}

.icon-clipboard:before {
	content: "\e008";
}

.icon-newspaper:before {
	content: "\e009";
}

.icon-notebook:before {
	content: "\e00a";
}

.icon-book-open:before {
	content: "\e00b";
}

.icon-browser:before {
	content: "\e00c";
}

.icon-calendar:before {
	content: "\e00d";
}

.icon-presentation:before {
	content: "\e00e";
}

.icon-picture:before {
	content: "\e00f";
}

.icon-pictures:before {
	content: "\e010";
}

.icon-video:before {
	content: "\e011";
}

.icon-camera:before {
	content: "\e012";
}

.icon-printer:before {
	content: "\e013";
}

.icon-toolbox:before {
	content: "\e014";
}

.icon-briefcase:before {
	content: "\e015";
}

.icon-wallet:before {
	content: "\e016";
}

.icon-gift:before {
	content: "\e017";
}

.icon-bargraph:before {
	content: "\e018";
}

.icon-grid:before {
	content: "\e019";
}

.icon-expand:before {
	content: "\e01a";
}

.icon-focus:before {
	content: "\e01b";
}

.icon-edit:before {
	content: "\e01c";
}

.icon-adjustments:before {
	content: "\e01d";
}

.icon-ribbon:before {
	content: "\e01e";
}

.icon-hourglass:before {
	content: "\e01f";
}

.icon-lock:before {
	content: "\e020";
}

.icon-megaphone:before {
	content: "\e021";
}

.icon-shield:before {
	content: "\e022";
}

.icon-trophy:before {
	content: "\e023";
}

.icon-flag:before {
	content: "\e024";
}

.icon-map:before {
	content: "\e025";
}

.icon-puzzle:before {
	content: "\e026";
}

.icon-basket:before {
	content: "\e027";
}

.icon-envelope:before {
	content: "\e028";
}

.icon-streetsign:before {
	content: "\e029";
}

.icon-telescope:before {
	content: "\e02a";
}

.icon-gears:before {
	content: "\e02b";
}

.icon-key:before {
	content: "\e02c";
}

.icon-paperclip:before {
	content: "\e02d";
}

.icon-attachment:before {
	content: "\e02e";
}

.icon-pricetags:before {
	content: "\e02f";
}

.icon-lightbulb:before {
	content: "\e030";
}

.icon-layers:before {
	content: "\e031";
}

.icon-pencil:before {
	content: "\e032";
}

.icon-tools:before {
	content: "\e033";
}

.icon-tools-2:before {
	content: "\e034";
}

.icon-scissors:before {
	content: "\e035";
}

.icon-paintbrush:before {
	content: "\e036";
}

.icon-magnifying-glass:before {
	content: "\e037";
}

.icon-circle-compass:before {
	content: "\e038";
}

.icon-linegraph:before {
	content: "\e039";
}

.icon-mic:before {
	content: "\e03a";
}

.icon-strategy:before {
	content: "\e03b";
}

.icon-beaker:before {
	content: "\e03c";
}

.icon-caution:before {
	content: "\e03d";
}

.icon-recycle:before {
	content: "\e03e";
}

.icon-anchor:before {
	content: "\e03f";
}

.icon-profile-male:before {
	content: "\e040";
}

.icon-profile-female:before {
	content: "\e041";
}

.icon-bike:before {
	content: "\e042";
}

.icon-wine:before {
	content: "\e043";
}

.icon-hotairballoon:before {
	content: "\e044";
}

.icon-globe:before {
	content: "\e045";
}

.icon-genius:before {
	content: "\e046";
}

.icon-map-pin:before {
	content: "\e047";
}

.icon-dial:before {
	content: "\e048";
}

.icon-chat:before {
	content: "\e049";
}

.icon-heart:before {
	content: "\e04a";
}

.icon-cloud:before {
	content: "\e04b";
}

.icon-upload:before {
	content: "\e04c";
}

.icon-download:before {
	content: "\e04d";
}

.icon-target:before {
	content: "\e04e";
}

.icon-hazardous:before {
	content: "\e04f";
}

.icon-piechart:before {
	content: "\e050";
}

.icon-speedometer:before {
	content: "\e051";
}

.icon-global:before {
	content: "\e052";
}

.icon-compass:before {
	content: "\e053";
}

.icon-lifesaver:before {
	content: "\e054";
}

.icon-clock:before {
	content: "\e055";
}

.icon-aperture:before {
	content: "\e056";
}

.icon-quote:before {
	content: "\e057";
}

.icon-scope:before {
	content: "\e058";
}

.icon-alarmclock:before {
	content: "\e059";
}

.icon-refresh:before {
	content: "\e05a";
}

.icon-happy:before {
	content: "\e05b";
}

.icon-sad:before {
	content: "\e05c";
}

.icon-facebook:before {
	content: "\e05d";
}

.icon-twitter:before {
	content: "\e05e";
}

.icon-googleplus:before {
	content: "\e05f";
}

.icon-rss:before {
	content: "\e060";
}

.icon-tumblr:before {
	content: "\e061";
}

.icon-linkedin:before {
	content: "\e062";
}

.icon-dribbble:before {
	content: "\e063";
}

@font-face {
	font-family:entypo;src:url(https://smssnsk.ru/fonts/entypo.eot@q1pa5y);src:url(https://smssnsk.ru/fonts/entypo.eot@q1pa5y#iefix) format("embedded-opentype"),url(https://smssnsk.ru/fonts/entypo.ttf@q1pa5y) format("truetype"),url(https://smssnsk.ru/fonts/entypo.woff@q1pa5y) format("woff"),url(https://smssnsk.ru/fonts/entypo.svg@q1pa5y#entypo) format("svg");font-weight:400;font-style:normal;
}

[class*=" entypo-"],[class^=entypo-] {
	font-family: entypo!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entypo-add-to-list:before {
	content: "\e900";
}

.entypo-classic-computer:before {
	content: "\e901";
}

.entypo-controller-fast-backward:before {
	content: "\e902";
}

.entypo-creative-commons-attribution:before {
	content: "\e903";
}

.entypo-creative-commons-noderivs:before {
	content: "\e904";
}

.entypo-creative-commons-noncommercial-eu:before {
	content: "\e905";
}

.entypo-creative-commons-noncommercial-us:before {
	content: "\e906";
}

.entypo-creative-commons-public-domain:before {
	content: "\e907";
}

.entypo-creative-commons-remix:before {
	content: "\e908";
}

.entypo-creative-commons-share:before {
	content: "\e909";
}

.entypo-creative-commons-sharealike:before {
	content: "\e90a";
}

.entypo-creative-commons:before {
	content: "\e90b";
}

.entypo-document-landscape:before {
	content: "\e90c";
}

.entypo-remove-user:before {
	content: "\e90d";
}

.entypo-warning:before {
	content: "\e90e";
}

.entypo-arrow-bold-down:before {
	content: "\e90f";
}

.entypo-arrow-bold-left:before {
	content: "\e910";
}

.entypo-arrow-bold-right:before {
	content: "\e911";
}

.entypo-arrow-bold-up:before {
	content: "\e912";
}

.entypo-arrow-down:before {
	content: "\e913";
}

.entypo-arrow-left:before {
	content: "\e914";
}

.entypo-arrow-long-down:before {
	content: "\e915";
}

.entypo-arrow-long-left:before {
	content: "\e916";
}

.entypo-arrow-long-right:before {
	content: "\e917";
}

.entypo-arrow-long-up:before {
	content: "\e918";
}

.entypo-arrow-right:before {
	content: "\e919";
}

.entypo-arrow-up:before {
	content: "\e91a";
}

.entypo-arrow-with-circle-down:before {
	content: "\e91b";
}

.entypo-arrow-with-circle-left:before {
	content: "\e91c";
}

.entypo-arrow-with-circle-right:before {
	content: "\e91d";
}

.entypo-arrow-with-circle-up:before {
	content: "\e91e";
}

.entypo-bookmark:before {
	content: "\e91f";
}

.entypo-bookmarks:before {
	content: "\e920";
}

.entypo-chevron-down:before {
	content: "\e921";
}

.entypo-chevron-left:before {
	content: "\e922";
}

.entypo-chevron-right:before {
	content: "\e923";
}

.entypo-chevron-small-down:before {
	content: "\e924";
}

.entypo-chevron-small-left:before {
	content: "\e925";
}

.entypo-chevron-small-right:before {
	content: "\e926";
}

.entypo-chevron-small-up:before {
	content: "\e927";
}

.entypo-chevron-thin-down:before {
	content: "\e928";
}

.entypo-chevron-thin-left:before {
	content: "\e929";
}

.entypo-chevron-thin-right:before {
	content: "\e92a";
}

.entypo-chevron-thin-up:before {
	content: "\e92b";
}

.entypo-chevron-up:before {
	content: "\e92c";
}

.entypo-chevron-with-circle-down:before {
	content: "\e92d";
}

.entypo-chevron-with-circle-left:before {
	content: "\e92e";
}

.entypo-chevron-with-circle-right:before {
	content: "\e92f";
}

.entypo-chevron-with-circle-up:before {
	content: "\e930";
}

.entypo-cloud:before {
	content: "\e931";
}

.entypo-controller-fast-forward:before {
	content: "\e932";
}

.entypo-controller-jump-to-start:before {
	content: "\e933";
}

.entypo-controller-next:before {
	content: "\e934";
}

.entypo-controller-paus:before {
	content: "\e935";
}

.entypo-controller-play:before {
	content: "\e936";
}

.entypo-controller-record:before {
	content: "\e937";
}

.entypo-controller-stop:before {
	content: "\e938";
}

.entypo-controller-volume:before {
	content: "\e939";
}

.entypo-dot-single:before {
	content: "\e93a";
}

.entypo-dots-three-horizontal:before {
	content: "\e93b";
}

.entypo-dots-three-vertical:before {
	content: "\e93c";
}

.entypo-dots-two-horizontal:before {
	content: "\e93d";
}

.entypo-dots-two-vertical:before {
	content: "\e93e";
}

.entypo-download:before {
	content: "\e93f";
}

.entypo-emoji-flirt:before {
	content: "\e940";
}

.entypo-flow-branch:before {
	content: "\e941";
}

.entypo-flow-cascade:before {
	content: "\e942";
}

.entypo-flow-line:before {
	content: "\e943";
}

.entypo-flow-parallel:before {
	content: "\e944";
}

.entypo-flow-tree:before {
	content: "\e945";
}

.entypo-install:before {
	content: "\e946";
}

.entypo-layers:before {
	content: "\e947";
}

.entypo-open-book:before {
	content: "\e948";
}

.entypo-resize-100:before {
	content: "\e949";
}

.entypo-resize-full-screen:before {
	content: "\e94a";
}

.entypo-save:before {
	content: "\e94b";
}

.entypo-select-arrows:before {
	content: "\e94c";
}

.entypo-sound-mute:before {
	content: "\e94d";
}

.entypo-sound:before {
	content: "\e94e";
}

.entypo-trash:before {
	content: "\e94f";
}

.entypo-triangle-down:before {
	content: "\e950";
}

.entypo-triangle-left:before {
	content: "\e951";
}

.entypo-triangle-right:before {
	content: "\e952";
}

.entypo-triangle-up:before {
	content: "\e953";
}

.entypo-uninstall:before {
	content: "\e954";
}

.entypo-upload-to-cloud:before {
	content: "\e955";
}

.entypo-upload:before {
	content: "\e956";
}

.entypo-add-user:before {
	content: "\e957";
}

.entypo-address:before {
	content: "\e958";
}

.entypo-adjust:before {
	content: "\e959";
}

.entypo-air:before {
	content: "\e95a";
}

.entypo-aircraft-landing:before {
	content: "\e95b";
}

.entypo-aircraft-take-off:before {
	content: "\e95c";
}

.entypo-aircraft:before {
	content: "\e95d";
}

.entypo-align-bottom:before {
	content: "\e95e";
}

.entypo-align-horizontal-middle:before {
	content: "\e95f";
}

.entypo-align-left:before {
	content: "\e960";
}

.entypo-align-right:before {
	content: "\e961";
}

.entypo-align-top:before {
	content: "\e962";
}

.entypo-align-vertical-middle:before {
	content: "\e963";
}

.entypo-archive:before {
	content: "\e964";
}

.entypo-area-graph:before {
	content: "\e965";
}

.entypo-attachment:before {
	content: "\e966";
}

.entypo-awareness-ribbon:before {
	content: "\e967";
}

.entypo-back-in-time:before {
	content: "\e968";
}

.entypo-back:before {
	content: "\e969";
}

.entypo-bar-graph:before {
	content: "\e96a";
}

.entypo-battery:before {
	content: "\e96b";
}

.entypo-beamed-note:before {
	content: "\e96c";
}

.entypo-bell:before {
	content: "\e96d";
}

.entypo-blackboard:before {
	content: "\e96e";
}

.entypo-block:before {
	content: "\e96f";
}

.entypo-book:before {
	content: "\e970";
}

.entypo-bowl:before {
	content: "\e971";
}

.entypo-box:before {
	content: "\e972";
}

.entypo-briefcase:before {
	content: "\e973";
}

.entypo-browser:before {
	content: "\e974";
}

.entypo-brush:before {
	content: "\e975";
}

.entypo-bucket:before {
	content: "\e976";
}

.entypo-cake:before {
	content: "\e977";
}

.entypo-calculator:before {
	content: "\e978";
}

.entypo-calendar:before {
	content: "\e979";
}

.entypo-camera:before {
	content: "\e97a";
}

.entypo-ccw:before {
	content: "\e97b";
}

.entypo-chat:before {
	content: "\e97c";
}

.entypo-check:before {
	content: "\e97d";
}

.entypo-circle-with-cross:before {
	content: "\e97e";
}

.entypo-circle-with-minus:before {
	content: "\e97f";
}

.entypo-circle-with-plus:before {
	content: "\e980";
}

.entypo-circle:before {
	content: "\e981";
}

.entypo-circular-graph:before {
	content: "\e982";
}

.entypo-clapperboard:before {
	content: "\e983";
}

.entypo-clipboard:before {
	content: "\e984";
}

.entypo-clock:before {
	content: "\e985";
}

.entypo-code:before {
	content: "\e986";
}

.entypo-cog:before {
	content: "\e987";
}

.entypo-colours:before {
	content: "\e988";
}

.entypo-compass:before {
	content: "\e989";
}

.entypo-copy:before {
	content: "\e98a";
}

.entypo-credit-card:before {
	content: "\e98b";
}

.entypo-credit:before {
	content: "\e98c";
}

.entypo-cross:before {
	content: "\e98d";
}

.entypo-cup:before {
	content: "\e98e";
}

.entypo-cw:before {
	content: "\e98f";
}

.entypo-cycle:before {
	content: "\e990";
}

.entypo-database:before {
	content: "\e991";
}

.entypo-dial-pad:before {
	content: "\e992";
}

.entypo-direction:before {
	content: "\e993";
}

.entypo-document:before {
	content: "\e994";
}

.entypo-documents:before {
	content: "\e995";
}

.entypo-drink:before {
	content: "\e996";
}

.entypo-drive:before {
	content: "\e997";
}

.entypo-drop:before {
	content: "\e998";
}

.entypo-edit:before {
	content: "\e999";
}

.entypo-email:before {
	content: "\e99a";
}

.entypo-emoji-happy:before {
	content: "\e99b";
}

.entypo-emoji-neutral:before {
	content: "\e99c";
}

.entypo-emoji-sad:before {
	content: "\e99d";
}

.entypo-erase:before {
	content: "\e99e";
}

.entypo-eraser:before {
	content: "\e99f";
}

.entypo-export:before {
	content: "\e9a0";
}

.entypo-eye:before {
	content: "\e9a1";
}

.entypo-feather:before {
	content: "\e9a2";
}

.entypo-flag:before {
	content: "\e9a3";
}

.entypo-flash:before {
	content: "\e9a4";
}

.entypo-flashlight:before {
	content: "\e9a5";
}

.entypo-flat-brush:before {
	content: "\e9a6";
}

.entypo-folder-images:before {
	content: "\e9a7";
}

.entypo-folder-music:before {
	content: "\e9a8";
}

.entypo-folder-video:before {
	content: "\e9a9";
}

.entypo-folder:before {
	content: "\e9aa";
}

.entypo-forward:before {
	content: "\e9ab";
}

.entypo-funnel:before {
	content: "\e9ac";
}

.entypo-game-controller:before {
	content: "\e9ad";
}

.entypo-gauge:before {
	content: "\e9ae";
}

.entypo-globe:before {
	content: "\e9af";
}

.entypo-graduation-cap:before {
	content: "\e9b0";
}

.entypo-grid:before {
	content: "\e9b1";
}

.entypo-hair-cross:before {
	content: "\e9b2";
}

.entypo-hand:before {
	content: "\e9b3";
}

.entypo-heart-outlined:before {
	content: "\e9b4";
}

.entypo-heart:before {
	content: "\e9b5";
}

.entypo-help-with-circle:before {
	content: "\e9b6";
}

.entypo-help:before {
	content: "\e9b7";
}

.entypo-home:before {
	content: "\e9b8";
}

.entypo-hour-glass:before {
	content: "\e9b9";
}

.entypo-image-inverted:before {
	content: "\e9ba";
}

.entypo-image:before {
	content: "\e9bb";
}

.entypo-images:before {
	content: "\e9bc";
}

.entypo-inbox:before {
	content: "\e9bd";
}

.entypo-infinity:before {
	content: "\e9be";
}

.entypo-info-with-circle:before {
	content: "\e9bf";
}

.entypo-info:before {
	content: "\e9c0";
}

.entypo-key:before {
	content: "\e9c1";
}

.entypo-keyboard:before {
	content: "\e9c2";
}

.entypo-lab-flask:before {
	content: "\e9c3";
}

.entypo-landline:before {
	content: "\e9c4";
}

.entypo-language:before {
	content: "\e9c5";
}

.entypo-laptop:before {
	content: "\e9c6";
}

.entypo-leaf:before {
	content: "\e9c7";
}

.entypo-level-down:before {
	content: "\e9c8";
}

.entypo-level-up:before {
	content: "\e9c9";
}

.entypo-lifebuoy:before {
	content: "\e9ca";
}

.entypo-light-bulb:before {
	content: "\e9cb";
}

.entypo-light-down:before {
	content: "\e9cc";
}

.entypo-light-up:before {
	content: "\e9cd";
}

.entypo-line-graph:before {
	content: "\e9ce";
}

.entypo-link:before {
	content: "\e9cf";
}

.entypo-list:before {
	content: "\e9d0";
}

.entypo-location-pin:before {
	content: "\e9d1";
}

.entypo-location:before {
	content: "\e9d2";
}

.entypo-lock-open:before {
	content: "\e9d3";
}

.entypo-lock:before {
	content: "\e9d4";
}

.entypo-log-out:before {
	content: "\e9d5";
}

.entypo-login:before {
	content: "\e9d6";
}

.entypo-loop:before {
	content: "\e9d7";
}

.entypo-magnet:before {
	content: "\e9d8";
}

.entypo-magnifying-glass:before {
	content: "\e9d9";
}

.entypo-mail:before {
	content: "\e9da";
}

.entypo-man:before {
	content: "\e9db";
}

.entypo-map:before {
	content: "\e9dc";
}

.entypo-mask:before {
	content: "\e9dd";
}

.entypo-medal:before {
	content: "\e9de";
}

.entypo-megaphone:before {
	content: "\e9df";
}

.entypo-menu:before {
	content: "\e9e0";
}

.entypo-message:before {
	content: "\e9e1";
}

.entypo-mic:before {
	content: "\e9e2";
}

.entypo-minus:before {
	content: "\e9e3";
}

.entypo-mobile:before {
	content: "\e9e4";
}

.entypo-modern-mic:before {
	content: "\e9e5";
}

.entypo-moon:before {
	content: "\e9e6";
}

.entypo-mouse:before {
	content: "\e9e7";
}

.entypo-music:before {
	content: "\e9e8";
}

.entypo-network:before {
	content: "\e9e9";
}

.entypo-new-message:before {
	content: "\e9ea";
}

.entypo-new:before {
	content: "\e9eb";
}

.entypo-news:before {
	content: "\e9ec";
}

.entypo-note:before {
	content: "\e9ed";
}

.entypo-notification:before {
	content: "\e9ee";
}

.entypo-old-mobile:before {
	content: "\e9ef";
}

.entypo-old-phone:before {
	content: "\e9f0";
}

.entypo-palette:before {
	content: "\e9f1";
}

.entypo-paper-plane:before {
	content: "\e9f2";
}

.entypo-pencil:before {
	content: "\e9f3";
}

.entypo-phone:before {
	content: "\e9f4";
}

.entypo-pie-chart:before {
	content: "\e9f5";
}

.entypo-pin:before {
	content: "\e9f6";
}

.entypo-plus:before {
	content: "\e9f7";
}

.entypo-popup:before {
	content: "\e9f8";
}

.entypo-power-plug:before {
	content: "\e9f9";
}

.entypo-price-ribbon:before {
	content: "\e9fa";
}

.entypo-price-tag:before {
	content: "\e9fb";
}

.entypo-print:before {
	content: "\e9fc";
}

.entypo-progress-empty:before {
	content: "\e9fd";
}

.entypo-progress-full:before {
	content: "\e9fe";
}

.entypo-progress-one:before {
	content: "\e9ff";
}

.entypo-progress-two:before {
	content: "\ea00";
}

.entypo-publish:before {
	content: "\ea01";
}

.entypo-quote:before {
	content: "\ea02";
}

.entypo-radio:before {
	content: "\ea03";
}

.entypo-reply-all:before {
	content: "\ea04";
}

.entypo-reply:before {
	content: "\ea05";
}

.entypo-retweet:before {
	content: "\ea06";
}

.entypo-rocket:before {
	content: "\ea07";
}

.entypo-round-brush:before {
	content: "\ea08";
}

.entypo-rss:before {
	content: "\ea09";
}

.entypo-ruler:before {
	content: "\ea0a";
}

.entypo-scissors:before {
	content: "\ea0b";
}

.entypo-share-alternitive:before {
	content: "\ea0c";
}

.entypo-share:before {
	content: "\ea0d";
}

.entypo-shareable:before {
	content: "\ea0e";
}

.entypo-shield:before {
	content: "\ea0f";
}

.entypo-shop:before {
	content: "\ea10";
}

.entypo-shopping-bag:before {
	content: "\ea11";
}

.entypo-shopping-basket:before {
	content: "\ea12";
}

.entypo-shopping-cart:before {
	content: "\ea13";
}

.entypo-shuffle:before {
	content: "\ea14";
}

.entypo-signal:before {
	content: "\ea15";
}

.entypo-sound-mix:before {
	content: "\ea16";
}

.entypo-sports-club:before {
	content: "\ea17";
}

.entypo-spreadsheet:before {
	content: "\ea18";
}

.entypo-squared-cross:before {
	content: "\ea19";
}

.entypo-squared-minus:before {
	content: "\ea1a";
}

.entypo-squared-plus:before {
	content: "\ea1b";
}

.entypo-star-outlined:before {
	content: "\ea1c";
}

.entypo-star:before {
	content: "\ea1d";
}

.entypo-stopwatch:before {
	content: "\ea1e";
}

.entypo-suitcase:before {
	content: "\ea1f";
}

.entypo-swap:before {
	content: "\ea20";
}

.entypo-sweden:before {
	content: "\ea21";
}

.entypo-switch:before {
	content: "\ea22";
}

.entypo-tablet:before {
	content: "\ea23";
}

.entypo-tag:before {
	content: "\ea24";
}

.entypo-text-document-inverted:before {
	content: "\ea25";
}

.entypo-text-document:before {
	content: "\ea26";
}

.entypo-text:before {
	content: "\ea27";
}

.entypo-thermometer:before {
	content: "\ea28";
}

.entypo-thumbs-down:before {
	content: "\ea29";
}

.entypo-thumbs-up:before {
	content: "\ea2a";
}

.entypo-thunder-cloud:before {
	content: "\ea2b";
}

.entypo-ticket:before {
	content: "\ea2c";
}

.entypo-time-slot:before {
	content: "\ea2d";
}

.entypo-tools:before {
	content: "\ea2e";
}

.entypo-traffic-cone:before {
	content: "\ea2f";
}

.entypo-tree:before {
	content: "\ea30";
}

.entypo-trophy:before {
	content: "\ea31";
}

.entypo-tv:before {
	content: "\ea32";
}

.entypo-typing:before {
	content: "\ea33";
}

.entypo-unread:before {
	content: "\ea34";
}

.entypo-untag:before {
	content: "\ea35";
}

.entypo-user:before {
	content: "\ea36";
}

.entypo-users:before {
	content: "\ea37";
}

.entypo-v-card:before {
	content: "\ea38";
}

.entypo-video:before {
	content: "\ea39";
}

.entypo-vinyl:before {
	content: "\ea3a";
}

.entypo-voicemail:before {
	content: "\ea3b";
}

.entypo-wallet:before {
	content: "\ea3c";
}

.entypo-water:before {
	content: "\ea3d";
}

.entypo-500px-with-circle:before {
	content: "\ea3e";
}

.entypo-500px:before {
	content: "\ea3f";
}

.entypo-basecamp:before {
	content: "\ea40";
}

.entypo-behance:before {
	content: "\ea41";
}

.entypo-creative-cloud:before {
	content: "\ea42";
}

.entypo-dropbox:before {
	content: "\ea43";
}

.entypo-evernote:before {
	content: "\ea44";
}

.entypo-flattr:before {
	content: "\ea45";
}

.entypo-foursquare:before {
	content: "\ea46";
}

.entypo-google-drive:before {
	content: "\ea47";
}

.entypo-google-hangouts:before {
	content: "\ea48";
}

.entypo-grooveshark:before {
	content: "\ea49";
}

.entypo-icloud:before {
	content: "\ea4a";
}

.entypo-mixi:before {
	content: "\ea4b";
}

.entypo-onedrive:before {
	content: "\ea4c";
}

.entypo-paypal:before {
	content: "\ea4d";
}

.entypo-picasa:before {
	content: "\ea4e";
}

.entypo-qq:before {
	content: "\ea4f";
}

.entypo-rdio-with-circle:before {
	content: "\ea50";
}

.entypo-renren:before {
	content: "\ea51";
}

.entypo-scribd:before {
	content: "\ea52";
}

.entypo-sina-weibo:before {
	content: "\ea53";
}

.entypo-skype-with-circle:before {
	content: "\ea54";
}

.entypo-skype:before {
	content: "\ea55";
}

.entypo-slideshare:before {
	content: "\ea56";
}

.entypo-smashing:before {
	content: "\ea57";
}

.entypo-soundcloud:before {
	content: "\ea58";
}

.entypo-spotify-with-circle:before {
	content: "\ea59";
}

.entypo-spotify:before {
	content: "\ea5a";
}

.entypo-swarm:before {
	content: "\ea5b";
}

.entypo-vine-with-circle:before {
	content: "\ea5c";
}

.entypo-vine:before {
	content: "\ea5d";
}

.entypo-vk-alternitive:before {
	content: "\ea5e";
}

.entypo-vk-with-circle:before {
	content: "\ea5f";
}

.entypo-vk:before {
	content: "\ea60";
}

.entypo-xing-with-circle:before {
	content: "\ea61";
}

.entypo-xing:before {
	content: "\ea62";
}

.entypo-yelp:before {
	content: "\ea63";
}

.entypo-dribbble-with-circle:before {
	content: "\ea64";
}

.entypo-dribbble:before {
	content: "\ea65";
}

.entypo-facebook-with-circle:before {
	content: "\ea66";
}

.entypo-facebook:before {
	content: "\ea67";
}

.entypo-flickr-with-circle:before {
	content: "\ea68";
}

.entypo-flickr:before {
	content: "\ea69";
}

.entypo-github-with-circle:before {
	content: "\ea6a";
}

.entypo-github:before {
	content: "\ea6b";
}

.entypo-google-with-circle:before {
	content: "\ea6c";
}

.entypo-google:before {
	content: "\ea6d";
}

.entypo-instagram-with-circle:before {
	content: "\ea6e";
}

.entypo-instagram:before {
	content: "\ea6f";
}

.entypo-lastfm-with-circle:before {
	content: "\ea70";
}

.entypo-lastfm:before {
	content: "\ea71";
}

.entypo-linkedin-with-circle:before {
	content: "\ea72";
}

.entypo-linkedin:before {
	content: "\ea73";
}

.entypo-pinterest-with-circle:before {
	content: "\ea74";
}

.entypo-pinterest:before {
	content: "\ea75";
}

.entypo-rdio:before {
	content: "\ea76";
}

.entypo-stumbleupon-with-circle:before {
	content: "\ea77";
}

.entypo-stumbleupon:before {
	content: "\ea78";
}

.entypo-tumblr-with-circle:before {
	content: "\ea79";
}

.entypo-tumblr:before {
	content: "\ea7a";
}

.entypo-twitter-with-circle:before {
	content: "\ea7b";
}

.entypo-twitter:before {
	content: "\ea7c";
}

.entypo-vimeo-with-circle:before {
	content: "\ea7d";
}

.entypo-vimeo:before {
	content: "\ea7e";
}

.entypo-youtube-with-circle:before {
	content: "\ea7f";
}

.entypo-youtube:before {
	content: "\ea80";
}

.fxSoftScale .navOutNext {
	-webkit-animation: scaleUp 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleUp 1.5s forwards cubic-bezier(.7,0,.3,1);
}

.fxSoftScale .navInNext {
	-webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleDownUp 1.5s forwards cubic-bezier(.7,0,.3,1);
}

.fxSoftScale .navOutPrev {
	-webkit-animation: scaleDown 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleDown 1.5s forwards cubic-bezier(.7,0,.3,1);
}

.fxSoftScale .navInPrev {
	-webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleUpDown 1.5s forwards cubic-bezier(.7,0,.3,1);
}

@-webkit-keyframes scaleUp {
	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes scaleUp {
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(.9);
	}

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

@keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

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

@-webkit-keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.9);
	}
}

@keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
	}

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

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

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

.fxPressAway .navOutNext {
	-webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1);
}

.fxPressAway .navInNext {
	opacity: 1;
	-webkit-animation: slideInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: slideInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
}

.fxPressAway .navOutPrev {
	-webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
}

.fxPressAway .navInPrev {
	opacity: 1;
	-webkit-animation: slideInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: slideInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1);
}

@-webkit-keyframes slideOutScaleRight {
	to {
		-webkit-transform: translateX(100%) scale(.9);
		opacity: 0;
	}
}

@keyframes slideOutScaleRight {
	to {
		-webkit-transform: translateX(100%) scale(.9);
		transform: translateX(100%) scale(.9);
		opacity: 0;
	}
}

@-webkit-keyframes slideInFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}

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

@keyframes slideInFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

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

@-webkit-keyframes slideOutScaleLeft {
	to {
		-webkit-transform: translateX(-100%) scale(.9);
		opacity: 0;
	}
}

@keyframes slideOutScaleLeft {
	to {
		-webkit-transform: translateX(-100%) scale(.9);
		transform: translateX(-100%) scale(.9);
		opacity: 0;
	}
}

@-webkit-keyframes slideInFromRight {
	from {
		-webkit-transform: translateX(100%);
	}

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

@keyframes slideInFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

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

.fxSideSwing .navOutNext {
	-webkit-animation: slideOutScaleRight 1.2s forwards;
	animation: slideOutScaleRight 1.2s forwards;
	-webkit-animation-timing-function: cubic-bezier(1,0,0,1);
	-webkit-animation-timing-function: cubic-bezier(1,-.2,0,1);
	animation-timing-function: cubic-bezier(1,-.2,0,1);
}

.fxSideSwing .navInNext {
	opacity: 1;
	-webkit-animation: slideInFromLeft 1.2s forwards;
	animation: slideInFromLeft 1.2s forwards;
	-webkit-animation-timing-function: cubic-bezier(1,0,0,1);
	-webkit-animation-timing-function: cubic-bezier(1,-.2,0,1);
	animation-timing-function: cubic-bezier(1,-.2,0,1);
}

.fxSideSwing .navOutPrev {
	-webkit-animation: slideOutScaleLeft 1.2s forwards;
	animation: slideOutScaleLeft 1.2s forwards;
	-webkit-animation-timing-function: cubic-bezier(1,0,0,1);
	-webkit-animation-timing-function: cubic-bezier(1,-.2,0,1);
	animation-timing-function: cubic-bezier(1,-.2,0,1);
}

.fxSideSwing .navInPrev {
	opacity: 1;
	-webkit-animation: slideInFromRight 1.2s forwards;
	animation: slideInFromRight 1.2s forwards;
	-webkit-animation-timing-function: cubic-bezier(1,0,0,1);
	-webkit-animation-timing-function: cubic-bezier(1,-.2,0,1);
	animation-timing-function: cubic-bezier(1,-.2,0,1);
}

.fxFortuneWheel .itemwrap {
	-webkit-perspective: 1600px;
	perspective: 1600px;
}

.fxFortuneWheel .navOutNext {
	-webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7,0,.3,1);
}

.fxFortuneWheel .navInNext {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
}

.fxFortuneWheel .navOutPrev {
	-webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7,0,.3,1);
}

.fxFortuneWheel .navInPrev {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1);
	animation: rotateInFromRight 1.2s forwards cubic-bezier(.7,0,.3,1);
}

@-webkit-keyframes rotateInFromLeft {
	from {
		-webkit-transform: translateX(-100%) rotateY(-55deg);
	}

	to {
		-webkit-transform: translateX(0) rotateY(0);
		opacity: 1;
	}
}

@keyframes rotateInFromLeft {
	from {
		-webkit-transform: translateX(-100%) rotateY(-55deg);
		transform: translateX(-100%) rotateY(-55deg);
	}

	to {
		-webkit-transform: translateX(0) rotateY(0);
		transform: translateX(0) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInFromRight {
	from {
		-webkit-transform: translateX(100%) rotateY(55deg);
	}

	to {
		-webkit-transform: translateX(0) rotateY(0);
		opacity: 1;
	}
}

@keyframes rotateInFromRight {
	from {
		-webkit-transform: translateX(100%) rotateY(55deg);
		transform: translateX(100%) rotateY(55deg);
	}

	to {
		-webkit-transform: translateX(0) rotateY(0);
		transform: translateX(0) rotateY(0);
		opacity: 1;
	}
}

.fxSwipe .navOutNext {
	-webkit-animation: decreaseHeight .8s forwards ease-in-out;
	animation: decreaseHeight .8s forwards ease-in-out;
}

.fxSwipe .navInNext {
	-webkit-animation: show .8s forwards ease-in-out;
	animation: show .8s forwards ease-in-out;
}

.fxSwipe .navOutPrev {
	-webkit-animation: hide .8s forwards ease-in-out;
	animation: hide .8s forwards ease-in-out;
}

.fxSwipe .navInPrev {
	z-index: 1001;
	opacity: 1;
	-webkit-animation: increaseHeight .8s forwards ease-in-out;
	animation: increaseHeight .8s forwards ease-in-out;
}

@-webkit-keyframes decreaseHeight {
	to {
		height: 0;
	}
}

@keyframes decreaseHeight {
	to {
		height: 0;
	}
}

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

	1%,100% {
		opacity: 1;
	}
}

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

	1%,100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0%,99% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0%,99% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes increaseHeight {
	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

@keyframes increaseHeight {
	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

.fxPushReveal .navOutNext {
	opacity: 1;
	-webkit-animation: slideOutBottom .7s forwards ease-in-out;
	animation: slideOutBottom .7s forwards ease-in-out;
}

.fxPushReveal .navInNext {
	opacity: 1;
	-webkit-animation: slideInHalfFromTop .7s forwards ease-in-out;
	animation: slideInHalfFromTop .7s forwards ease-in-out;
}

.fxPushReveal .navOutPrev {
	opacity: 1;
	-webkit-animation: slideOutHalfTop .7s forwards ease-in-out;
	animation: slideOutHalfTop .7s forwards ease-in-out;
}

.fxPushReveal .navInPrev {
	opacity: 1;
	z-index: 1001;
	-webkit-animation: slideInFromBottom .7s forwards ease-in-out;
	animation: slideInFromBottom .7s forwards ease-in-out;
}

@-webkit-keyframes slideOutBottom {
	to {
		-webkit-transform: translateY(100%);
	}
}

@keyframes slideOutBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes slideInHalfFromTop {
	from {
		-webkit-transform: translateY(-50%);
	}

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

@keyframes slideInHalfFromTop {
	from {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

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

@-webkit-keyframes slideOutHalfTop {
	to {
		-webkit-transform: translateY(-50%);
	}
}

@keyframes slideOutHalfTop {
	to {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@-webkit-keyframes slideInFromBottom {
	from {
		-webkit-transform: translateY(100%);
	}

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

@keyframes slideInFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

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

.fxSnapIn .navOutNext {
	-webkit-animation: slideOutLeft .5s forwards ease-in;
	animation: slideOutLeft .5s forwards ease-in;
}

.fxSnapIn .navInNext {
	z-index: 1001;
	opacity: 1;
	-webkit-animation: slideFromRightFast .5s forwards cubic-bezier(.7,0,.3,1);
	animation: slideFromRightFast .5s forwards cubic-bezier(.7,0,.3,1);
}

.fxSnapIn .navOutPrev {
	-webkit-animation: slideOutRight .5s forwards ease-in;
	animation: slideOutRight .5s forwards ease-in;
}

.fxSnapIn .navInPrev {
	z-index: 1001;
	opacity: 1;
	-webkit-animation: slideFromLeftFast .5s forwards cubic-bezier(.7,0,.3,1);
	animation: slideFromLeftFast .5s forwards cubic-bezier(.7,0,.3,1);
}

.fxSnapIn li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(0,0,0,.8);
	transition: opacity .4s .1s ease-in;
}

.fxSnapIn .navOutNext::after,.fxSnapIn .navOutPrev::after {
	opacity: 1;
}

@-webkit-keyframes slideOutLeft {
	to {
		-webkit-transform: translateX(-10%);
	}
}

@keyframes slideOutLeft {
	to {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
}

@-webkit-keyframes slideFromRightFast {
	0%,50% {
		-webkit-transform: translateX(100%);
	}

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

@keyframes slideFromRightFast {
	0%,50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

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

@-webkit-keyframes slideOutRight {
	to {
		-webkit-transform: translateX(10%);
	}
}

@keyframes slideOutRight {
	to {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
}

@-webkit-keyframes slideFromLeftFast {
	0%,50% {
		-webkit-transform: translateX(-100%);
	}

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

@keyframes slideFromLeftFast {
	0%,50% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

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

.fxLetMeIn .itemwrap {
	-webkit-perspective: 1600px;
	perspective: 1600px;
}

.fxLetMeIn .navOutNext {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateOutRight .5s forwards ease-in-out;
	animation: rotateOutRight .5s forwards ease-in-out;
}

.fxLetMeIn .navInNext {
	z-index: 1001;
	opacity: 1;
	-webkit-animation: slideFromRightFast .5s forwards ease;
	animation: slideFromRightFast .5s forwards ease;
}

.fxLetMeIn .navOutPrev {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation: rotateOutLeft .5s forwards ease-in-out;
	animation: rotateOutLeft .5s forwards ease-in-out;
}

.fxLetMeIn .navInPrev {
	z-index: 1001;
	opacity: 1;
	-webkit-animation: slideFromLeftFast .5s forwards ease;
	animation: slideFromLeftFast .5s forwards ease;
}

.fxLetMeIn li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(0,0,0,.6);
	transition: opacity .5s ease-in-out;
}

.fxLetMeIn .navOutNext::after,.fxLetMeIn .navOutPrev::after {
	opacity: 1;
}

@-webkit-keyframes rotateOutRight {
	to {
		-webkit-transform: rotateY(10deg);
	}
}

@keyframes rotateOutRight {
	to {
		-webkit-transform: rotateY(10deg);
		transform: rotateY(10deg);
	}
}

@-webkit-keyframes rotateOutLeft {
	to {
		-webkit-transform: rotateY(-10deg);
	}
}

@keyframes rotateOutLeft {
	to {
		-webkit-transform: rotateY(-10deg);
		transform: rotateY(-10deg);
	}
}

.fxStickIt .itemwrap {
	-webkit-perspective: 1600px;
	perspective: 1600px;
}

.fxStickIt .navOutNext {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateBottomSideOut .8s forwards ease-in;
	animation: rotateBottomSideOut .8s forwards ease-in;
}

.fxStickIt .navInNext {
	z-index: 1001;
	opacity: 1;
	-webkit-animation: slideInFromBottomDelayed .8s forwards;
	animation: slideInFromBottomDelayed .8s forwards;
}

.fxStickIt .navOutPrev {
	opacity: 1;
	-webkit-animation: slideOutToBottom .8s forwards;
	animation: slideOutToBottom .8s forwards;
}

.fxStickIt .navInPrev {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateBottomSideIn .8s .1s forwards ease-in;
	animation: rotateBottomSideIn .8s .1s forwards ease-in;
}

@-webkit-keyframes rotateBottomSideOut {
	40% {
		-webkit-transform: rotateX(-15deg);
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.8) translateZ(-200px);
	}
}

@keyframes rotateBottomSideOut {
	40% {
		-webkit-transform: rotateX(-15deg);
		transform: rotateX(-15deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.8) translateZ(-200px);
		transform: scale(.8) translateZ(-200px);
	}
}

@-webkit-keyframes slideInFromBottomDelayed {
	0%,30% {
		-webkit-transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes slideInFromBottomDelayed {
	0%,30% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes rotateBottomSideIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8) translateZ(-200px);
	}

	60% {
		-webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateZ(0) rotateX(0);
	}
}

@keyframes rotateBottomSideIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8) translateZ(-200px);
		transform: scale(.8) translateZ(-200px);
	}

	60% {
		-webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
		transform: scale(1) translateZ(0) rotateX(-15deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateZ(0) rotateX(0);
		transform: scale(1) translateZ(0) rotateX(0);
	}
}

.fxArchiveMe .navOutNext {
	-webkit-animation: scaleHalfDown .7s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleHalfDown .7s forwards cubic-bezier(.7,0,.3,1);
}

.fxArchiveMe .navInNext {
	z-index: 1001;
	opacity: 1;
	-webkit-animation: slideInFromBottom .7s forwards cubic-bezier(.7,0,.3,1);
	animation: slideInFromBottom .7s forwards cubic-bezier(.7,0,.3,1);
}

.fxArchiveMe .navOutPrev {
	-webkit-animation: slideOutToBottom .7s forwards cubic-bezier(.7,0,.3,1);
	animation: slideOutToBottom .7s forwards cubic-bezier(.7,0,.3,1);
}

.fxArchiveMe .navInPrev {
	-webkit-animation: scaleHalfUp .7s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleHalfUp .7s forwards cubic-bezier(.7,0,.3,1);
}

.fxArchiveMe li::after,.fxArchiveMe li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(0,0,0,.7);
	transition: opacity .7s cubic-bezier(.7,0,.3,1);
}

.fxArchiveMe .navOutNext::before,.fxArchiveMe li::after {
	opacity: 1;
}

.fxArchiveMe .navInNext::after,.fxArchiveMe .navInPrev::after,.fxArchiveMe li.current::after,.fxArchiveMe li::before {
	opacity: 0;
}

.fxArchiveMe .navInNext::after {
	transition: none;
}

@-webkit-keyframes scaleHalfDown {
	to {
		-webkit-transform: scale(.6);
		opacity: 0;
	}
}

@keyframes scaleHalfDown {
	to {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0;
	}
}

@-webkit-keyframes slideOutToBottom {
	to {
		-webkit-transform: translateY(100%);
	}
}

@keyframes slideOutToBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes scaleHalfUp {
	from {
		opacity: 0;
		-webkit-transform: scale(.6);
	}

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

@keyframes scaleHalfUp {
	from {
		opacity: 0;
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}

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

.fxVGrowth .navOutNext {
	-webkit-animation: scaleDown .6s forwards cubic-bezier(.6,0,.4,1);
	animation: scaleDown .6s forwards cubic-bezier(.6,0,.4,1);
}

.fxVGrowth .navInNext {
	z-index: 1001;
	opacity: 1;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: maximize .6s forwards cubic-bezier(.6,0,.4,1);
	animation: maximize .6s forwards cubic-bezier(.6,0,.4,1);
}

.fxVGrowth .navOutPrev {
	-webkit-animation: scaleDown .6s forwards cubic-bezier(.6,0,.4,1);
	animation: scaleDown .6s forwards cubic-bezier(.6,0,.4,1);
}

.fxVGrowth .navInPrev {
	z-index: 1001;
	opacity: 1;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: maximize .6s forwards cubic-bezier(.6,0,.4,1);
	animation: maximize .6s forwards cubic-bezier(.6,0,.4,1);
}

@-webkit-keyframes maximize {
	from {
		-webkit-transform: scale(0);
	}

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

@keyframes maximize {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

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

.fxSlideBehind .itemwrap {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.fxSlideBehind .navOutNext {
	-webkit-animation: hideLeft .8s forwards;
	animation: hideLeft .8s forwards;
}

.fxSlideBehind .navInNext {
	-webkit-animation: showRight .8s forwards;
	animation: showRight .8s forwards;
}

.fxSlideBehind .navOutPrev {
	-webkit-animation: hideRight .8s forwards;
	animation: hideRight .8s forwards;
}

.fxSlideBehind .navInPrev {
	-webkit-animation: showLeft .8s forwards;
	animation: showLeft .8s forwards;
}

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

	40% {
		-webkit-transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		z-index: 9999;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(-400px);
	}
}

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

	40% {
		-webkit-transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		z-index: 9999;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(-400px);
		transform: translateZ(-400px);
	}
}

@-webkit-keyframes showRight {
	0% {
		-webkit-transform: translateZ(-400px);
		opacity: 1;
	}

	40% {
		-webkit-transform: translate(0,40%) scale(.8) rotateX(20deg);
		opacity: 1;
	}

	41% {
		-webkit-transform: translate(0,40%) scale(.8) rotateX(20deg);
		opacity: 1;
		z-index: 9999;
	}

	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
		z-index: 9999;
	}
}

@keyframes showRight {
	0% {
		-webkit-transform: translateZ(-400px);
		transform: translateZ(-400px);
		opacity: 1;
	}

	40% {
		-webkit-transform: translate(0,40%) scale(.8) rotateX(20deg);
		transform: translate(0,40%) scale(.8) rotateX(20deg);
		opacity: 1;
	}

	41% {
		-webkit-transform: translate(0,40%) scale(.8) rotateX(20deg);
		transform: translate(0,40%) scale(.8) rotateX(20deg);
		opacity: 1;
		z-index: 9999;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
		z-index: 9999;
	}
}

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

	40% {
		-webkit-transform: translate(0,40%) scale(.8) rotateX(20deg);
		z-index: 9999;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(-400px);
	}
}

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

	40% {
		-webkit-transform: translate(0,40%) scale(.8) rotateX(20deg);
		transform: translate(0,40%) scale(.8) rotateX(20deg);
		z-index: 9999;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(-400px);
		transform: translateZ(-400px);
	}
}

@-webkit-keyframes showLeft {
	0% {
		-webkit-transform: translateZ(-400px);
		opacity: 1;
	}

	40% {
		-webkit-transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		opacity: 1;
	}

	41% {
		-webkit-transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		opacity: 1;
		z-index: 9999;
	}

	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
		z-index: 9999;
	}
}

@keyframes showLeft {
	0% {
		-webkit-transform: translateZ(-400px);
		transform: translateZ(-400px);
		opacity: 1;
	}

	40% {
		-webkit-transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		opacity: 1;
	}

	41% {
		-webkit-transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		transform: translate(0,-40%) scale(.8) rotateX(-20deg);
		opacity: 1;
		z-index: 9999;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
		z-index: 9999;
	}
}

.fxSoftPulse .navOutNext,.fxSoftPulse .navOutPrev {
	-webkit-animation: scaleUpFadeOut .8s forwards ease-in;
	animation: scaleUpFadeOut .8s forwards ease-in;
}

.fxSoftPulse .navInNext,.fxSoftPulse .navInPrev {
	-webkit-animation: scaleDownFadeIn .8s forwards ease-out;
	animation: scaleDownFadeIn .8s forwards ease-out;
}

@-webkit-keyframes scaleUpFadeOut {
	50% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(1.1);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes scaleUpFadeOut {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes scaleDownFadeIn {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

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

@keyframes scaleDownFadeIn {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

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

.fxEarthquake .navOutNext {
	opacity: 1;
	-webkit-animation: shakeSlideBottom 1s .1s forwards;
	animation: shakeSlideBottom 1s .1s forwards;
}

.fxEarthquake .navInNext {
	-webkit-animation: pushFromTop 1s .1s forwards;
	animation: pushFromTop 1s .1s forwards;
}

.fxEarthquake .navOutPrev {
	opacity: 1;
	-webkit-animation: shakeSlideTop 1s .1s forwards;
	animation: shakeSlideTop 1s .1s forwards;
}

.fxEarthquake .navInPrev {
	opacity: 1;
	-webkit-animation: pushFromBottom 1s .1s forwards;
	animation: pushFromBottom 1s .1s forwards;
}

.fxEarthquake li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(0,0,0,.3);
	transition: opacity .5s;
}

.fxEarthquake .navOutNext::after,.fxEarthquake .navOutPrev::after {
	opacity: 1;
}

@-webkit-keyframes shakeSlideBottom {
	0% {
		-webkit-transform: translate(0,0) rotate(0);
	}

	2% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	4% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	6% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	8% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	10% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	12% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	14% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	16% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	18% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	20% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	22% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	24% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	26% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	28% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	30% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	32% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	34% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	36% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	38% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	40% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	42% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	44% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	46% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	48% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	50% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	52% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	54% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	56% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	58% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	60% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	62% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	64% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	66% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	68% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	70% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	100% {
		-webkit-transform: translateY(100%);
	}
}

@keyframes shakeSlideBottom {
	0% {
		-webkit-transform: translate(0,0) rotate(0);
		transform: translate(0,0) rotate(0);
	}

	2% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	4% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	6% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	8% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	10% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	12% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	14% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	16% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	18% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	20% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	22% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	24% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	26% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	28% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	30% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	32% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	34% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	36% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	38% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	40% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	42% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	44% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	46% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	48% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	50% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	52% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	54% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	56% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	58% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	60% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	62% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	64% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	66% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	68% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	70% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes pushFromTop {
	0%,70% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes pushFromTop {
	0%,70% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes shakeSlideTop {
	0% {
		-webkit-transform: translate(0,0) rotate(0);
	}

	2% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	4% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	6% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	8% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	10% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	12% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	14% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	16% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	18% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	20% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	22% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	24% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	26% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	28% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	30% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	32% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	34% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	36% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	38% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	40% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	42% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	44% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	46% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	48% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	50% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	52% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	54% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	56% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	58% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	60% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	62% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	64% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
	}

	66% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
	}

	68% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
	}

	70% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
	}

	100% {
		-webkit-transform: translateY(-100%);
	}
}

@keyframes shakeSlideTop {
	0% {
		-webkit-transform: translate(0,0) rotate(0);
		transform: translate(0,0) rotate(0);
	}

	2% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	4% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	6% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	8% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	10% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	12% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	14% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	16% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	18% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	20% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	22% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	24% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	26% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	28% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	30% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	32% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	34% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	36% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	38% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	40% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	42% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	44% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	46% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	48% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	50% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	52% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	54% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	56% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	58% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	60% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	62% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	64% {
		-webkit-transform: translate(0,-1px) rotate(-.5deg);
		transform: translate(0,-1px) rotate(-.5deg);
	}

	66% {
		-webkit-transform: translate(-1px,-1px) rotate(-.5deg);
		transform: translate(-1px,-1px) rotate(-.5deg);
	}

	68% {
		-webkit-transform: translate(-1px,0) rotate(-.5deg);
		transform: translate(-1px,0) rotate(-.5deg);
	}

	70% {
		-webkit-transform: translate(0,0) rotate(-.5deg);
		transform: translate(0,0) rotate(-.5deg);
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes pushFromBottom {
	0%,70% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes pushFromBottom {
	0%,70% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fxCliffDiving li {
	-webkit-transform-origin: 50% 400%;
	transform-origin: 50% 400%;
}

.fxCliffDiving .navOutNext {
	opacity: 1;
	-webkit-animation: rotateOutCircLeft .9s forwards cubic-bezier(.7,0,.3,1);
	animation: rotateOutCircLeft .9s forwards cubic-bezier(.7,0,.3,1);
}

.fxCliffDiving .navInNext {
	opacity: 1;
	-webkit-animation: rotateInCircRight .9s forwards cubic-bezier(.7,0,.3,1);
	animation: rotateInCircRight .9s forwards cubic-bezier(.7,0,.3,1);
}

.fxCliffDiving .navOutPrev {
	opacity: 1;
	-webkit-animation: rotateOutCircRight .9s forwards cubic-bezier(.7,0,.3,1);
	animation: rotateOutCircRight .9s forwards cubic-bezier(.7,0,.3,1);
}

.fxCliffDiving .navInPrev {
	opacity: 1;
	-webkit-animation: rotateInCircLeft .9s forwards cubic-bezier(.7,0,.3,1);
	animation: rotateInCircLeft .9s forwards cubic-bezier(.7,0,.3,1);
}

.fxCliffDiving li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background-color: #000;
	transition: opacity .9s cubic-bezier(.7,0,.3,1);
}

.fxCliffDiving .navOutNext::after,.fxCliffDiving .navOutPrev::after {
	opacity: 1;
}

@-webkit-keyframes rotateOutCircLeft {
	to {
		-webkit-transform: rotate(-20deg) translateX(-100%);
	}
}

@keyframes rotateOutCircLeft {
	to {
		-webkit-transform: rotate(-20deg) translateX(-100%);
		transform: rotate(-20deg) translateX(-100%);
	}
}

@-webkit-keyframes rotateInCircRight {
	from {
		-webkit-transform: rotate(20deg) translateX(100%);
	}

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

@keyframes rotateInCircRight {
	from {
		-webkit-transform: rotate(20deg) translateX(100%);
		transform: rotate(20deg) translateX(100%);
	}

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

@-webkit-keyframes rotateOutCircRight {
	to {
		-webkit-transform: rotate(20deg) translateX(100%);
	}
}

@keyframes rotateOutCircRight {
	to {
		-webkit-transform: rotate(20deg) translateX(100%);
		transform: rotate(20deg) translateX(100%);
	}
}

@-webkit-keyframes rotateInCircLeft {
	from {
		-webkit-transform: rotate(-20deg) translateX(-100%);
	}

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

@keyframes rotateInCircLeft {
	from {
		-webkit-transform: rotate(-20deg) translateX(-100%);
		transform: rotate(-20deg) translateX(-100%);
	}

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

.slider-component {
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 680px;
	background: #333;
}

@media (max-width:991px) {
	.slider-component {
		height: 600px;
	}
}

@media (max-width:767px) {
	.slider-component {
		height: 500px;
	}
}

.slider-component>ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.slider-component li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 995;
	overflow: hidden;
}

.slider-component li .pic {
	display: block;
	min-width: 100%;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
	background-position: center center;
}

.slider-component .current {
	opacity: 1;
	pointer-events: auto;
	z-index: 996;
}

.slider-component nav {
	position: absolute;
	top: 47%;
	width: 100%;
	z-index: 1002;
}

.slider-component nav a {
	color: #fff;
	position: absolute;
	font-size: 22px;
	outline: 0;
	width: 50px;
	display: block;
	height: 50px;
}

.slider-component nav a.prev {
	left: 70px;
}

@media (max-width:991px) {
	.slider-component nav a.prev {
		left: 40px;
	}
}

@media (max-width:767px) {
	.slider-component nav a.prev {
		left: 20px;
	}
}

.slider-component nav a.next {
	right: 70px;
}

@media (max-width:991px) {
	.slider-component nav a.next {
		right: 40px;
	}
}

@media (max-width:767px) {
	.slider-component nav a.next {
		right: 20px;
	}
}

.slider-component nav a.next .icon-wrap {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-component nav a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.slider-component nav a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slider-component nav a:hover .icon-wrap:after,.slider-component nav a:hover .icon-wrap:before {
	background: #cc6055;
}

.slider-component nav a:hover .icon-wrap:before {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.slider-component nav a:hover .icon-wrap:after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.slider-component nav a .icon-wrap {
	position: relative;
	display: block;
	margin: 10% 0 0 10%;
	width: 80%;
	height: 80%;
}

.slider-component nav a .icon-wrap:before {
	position: absolute;
	left: 25%;
	width: 3px;
	height: 50%;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform .3s,background-color .3s;
	transition: transform .3s,background-color .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.slider-component nav a .icon-wrap:after {
	position: absolute;
	left: 25%;
	width: 3px;
	height: 50%;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform .3s,background-color .3s;
	transition: transform .3s,background-color .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.footer-big-menu {
	margin-top: 120px;
	padding: 80px 0 130px;
	background: #2b4255;
	position: relative;
}

.footer-big-menu .cta .cta-title {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 40px;
	text-shadow: 0 2px 10px rgba(0,0,0,.25);
}

@media (max-width:767px) {
	.footer-big-menu .cta .cta-title {
		font-size: 1.3rem;
	}
}

.footer-big-menu .cta a {
	font-size: 12px;
}

.footer-big-menu .cta .btn-outline {
	text-transform: uppercase;
	border: 2px solid #91bbe0;
	font-weight: 600;
	padding: 12px 23px;
	color: #b5dcff;
	border-radius: .25rem;
	letter-spacing: .5px;
	display: inline-block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.footer-big-menu .cta .btn-outline:hover {
	border-color: #fff;
	color: #fff;
}

@media (max-width:575px) {
	.footer-big-menu .cta .btn-outline {
		margin-top: 20px;
	}
}

.footer-big-menu .menu {
	margin-top: 100px;
}

@media (max-width:767px) {
	.footer-big-menu .menu {
		margin-top: 60px;
		text-align: center;
	}
}

@media (max-width:991px) {
	.footer-big-menu .menu .col-md-3 {
		margin-bottom: 30px;
	}
}

.footer-big-menu .menu .menu-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-big-menu .menu .menu-link {
	color: #97b0c5;
	display: block;
	margin-bottom: 2px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.footer-big-menu .menu .menu-link:hover {
	color: #fff;
}

.footer-big-menu .menu .social-link {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: relative;
	border-radius: 30px;
	color: #dfebf5;
	border: 2px solid #c6d8e8;
	margin-right: 6px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.footer-big-menu .menu .social-link:last-child {
	margin-right: 0;
}

.footer-big-menu .menu .social-link:hover {
	color: #fff;
	border-color: #fff;
}

.footer-big-menu .menu .social-link i {
	position: absolute;
	font-size: 16px;
	left: 8px;
	top: 2px;
}

.footer-big-menu .menu .social-link i.ion-social-facebook {
	left: 11px;
}

.footer-big-menu .menu .social-link i.ion-social-whatsapp {
	left: 7px;
}

.footer-big-menu .bottom {
	color: #68849a;
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
}

.footer-big-menu .bottom a {
	color: #68849a;
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.footer-big-menu .bottom a:hover {
	color: #fff;
}

.footer-signup {
	margin-top: 100px;
	background: #334054;
	color: #fff;
	padding: 55px 0 110px;
	text-align: center;
}

.footer-signup h3 {
	font-weight: 400;
	font-size: 27px;
}

@media (max-width:767px) {
	.footer-signup h3 {
		font-size: 25px;
	}
}

.footer-signup p {
	font-size: 19px;
	color: #9aadc7;
	margin-top: 13px;
}

@media (max-width:767px) {
	.footer-signup p {
		font-size: 16px;
	}
}

.footer-signup form {
	width: 470px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 50px;
	border: 1px solid #334054;
	border-radius: 4px;
	background: #4b596e;
}

@media (max-width:767px) {
	.footer-signup form {
		width: auto;
		padding: 25px;
	}
}

.footer-signup form input[type=email],.footer-signup form input[type=password] {
	height: 46px;
	font-size: 15px;
}

.footer-signup form input[type=email]::-webkit-input-placeholder,.footer-signup form input[type=password]::-webkit-input-placeholder {
	color: #999;
}

.footer-signup form input[type=email]:-moz-placeholder,.footer-signup form input[type=password]:-moz-placeholder {
	color: #999;
}

.footer-signup form input[type=email]::-moz-placeholder,.footer-signup form input[type=password]::-moz-placeholder {
	color: #999;
}

.footer-signup form input[type=email]:-ms-input-placeholder,.footer-signup form input[type=password]:-ms-input-placeholder {
	color: #999;
}

.footer-signup form [type=submit] {
	margin-top: 20px;
	display: block;
	width: 100%;
	padding: 14px 12px;
	font-weight: 500;
	border: 0;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0,0,0,.08);
	background-color: #4ab2df;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.footer-signup form [type=submit]:active {
	outline: 0;
}

.footer-light {
	padding: 40px 0;
	text-align: center;
	background: #212a38;
	font-size: 16px;
}

.footer-light span {
	color: #aebdd3;
	margin: 0 55px;
}

.footer-light a {
	color: #aebdd3;
	text-decoration: none;
	margin: 0 15px;
}

@media (max-width:767px) {
	.footer-light a {
		display: block;
		margin-top: 20px;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-light {
	background-color: #fff;
	box-shadow: 0 1px 1px #ddd;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

@media (min-width:992px) {
	.navbar-light {
		padding: 0 1rem;
	}
}

.navbar-light .navbar-brand {
	font-size: 21px;
	letter-spacing: .5px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

@media (min-width:992px) {
	.navbar-light .dropdown-menu {
		border-color: #fbfbfb;
		box-shadow: 0 13px 20px rgba(0,0,0,.07);
		margin-top: 0;
		border-radius: 0 0 .25rem .25rem;
	}

	.navbar-light .dropdown-menu .dropdown-item {
		color: #555;
		padding: 4px 1.5rem;
		padding-right: 30px;
	}

	.navbar-light .dropdown-menu .dropdown-item:active {
		background-color: #f7f7f9;
	}
}

.navbar-light .nav-item .nav-link {
	font-weight: 500;
	font-size: 13px;
	color: rgba(0,0,0,.6);
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-ms-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}

@media (min-width:992px) {
	.navbar-light .nav-item .nav-link {
		padding: 32px 10px;
		margin: 0 8px;
	}
}

.navbar-light .nav-item .nav-link:focus,.navbar-light .nav-item .nav-link:hover {
	color: #222;
	background: 0 0;
}

@media (min-width:1200px) {
	.navbar-light .nav-item .nav-link--rounded {
		text-transform: capitalize;
		border: 1px solid #aaa;
		color: #555;
		border-radius: 25px;
		margin-left: 20px;
		margin-top: 22px;
		padding: 8px 20px 9px;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-ms-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}

	.navbar-light .nav-item .nav-link--rounded:hover {
		color: #333;
		border-color: #444;
	}

	.navbar-light .nav-item .nav-link--rounded:active {
		-moz-transform: scale(.93);
		-o-transform: scale(.93);
		-ms-transform: scale(.93);
		-webkit-transform: scale(.93);
		transform: scale(.93);
	}
}

.navbar-light .nav-item .nav-link i {
	margin-left: 4px;
	font-size: 10px;
}

.navbar-dark {
	background-color: #282f37!important;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

@media (min-width:992px) {
	.navbar-dark {
		padding: 0 1rem;
	}
}

.navbar-dark .navbar-brand {
	font-size: 21px;
	letter-spacing: .5px;
	color: #fff;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

@media (min-width:992px) {
	.navbar-dark .dropdown-menu {
		border-color: #fbfbfb;
		box-shadow: 0 13px 20px rgba(0,0,0,.07);
		margin-top: -1px;
		border-radius: 0 0 .25rem .25rem;
	}

	.navbar-dark .dropdown-menu .dropdown-item {
		color: #555;
		padding: 4px 1.5rem;
		padding-right: 30px;
	}

	.navbar-dark .dropdown-menu .dropdown-item:active {
		background-color: #f7f7f9;
	}
}

.navbar-dark .nav-item .nav-link {
	color: #dadada;
	font-weight: 500;
	font-size: 13px;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-ms-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}

@media (min-width:992px) {
	.navbar-dark .nav-item .nav-link {
		margin: 0 9px;
		padding: 32px 10px;
	}
}

.navbar-dark .nav-item .nav-link:focus,.navbar-dark .nav-item .nav-link:hover {
	color: #fff;
	background: 0 0;
}

@media (min-width:1200px) {
	.navbar-dark .nav-item .nav-link--rounded {
		text-transform: capitalize;
		border: 1px solid #868da0;
		color: #e3e6ea;
		border-radius: 25px;
		margin-left: 20px;
		margin-top: 22px;
		padding: 8px 20px 9px;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		-ms-transition: all .15s ease-out;
		-o-transition: all .15s ease-out;
		transition: all .15s ease-out;
	}

	.navbar-dark .nav-item .nav-link--rounded:hover {
		border-color: #fff;
	}

	.navbar-dark .nav-item .nav-link--rounded:active {
		-moz-transform: scale(.93);
		-o-transform: scale(.93);
		-ms-transform: scale(.93);
		-webkit-transform: scale(.93);
		transform: scale(.93);
	}
}

.navbar-dark .nav-item .nav-link i {
	margin-left: 4px;
	font-size: 10px;
}

.navbar-fixed-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

.navbar-fixed-bottom.navbar-fixed-bottom--stick {
	position: fixed;
	bottom: inherit;
	top: 0;
}

@media (min-width:992px) {
	.navbar.bg-transparent {
		background-color: transparent!important;
		box-shadow: none!important;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 999;
	}
}

@media (min-width:992px) {
	.navbar.bg-transparent .dropdown-menu {
		border-radius: .25rem;
		margin-top: -7px;
	}
}

.navbar-dark.bg-transparent .nav-item .nav-link {
	color: #fff;
}

@media (min-width:1200px) {
	.navbar-dark.bg-transparent .nav-item .nav-link--rounded {
		border-color: #fff;
		color: #fff;
	}

	.navbar-dark.bg-transparent .nav-item .nav-link--rounded:hover {
		background-color: #fff;
		color: #333;
	}
}

@media (min-width:992px) {
	.navbar-brand--centered {
		position: absolute;
		left: calc(50% - 70px);
	}
}

@media (max-width:991px) {
	.offcanvas-collapse {
		position: fixed;
		top: 56px;
		bottom: 0;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		background-color: var(--gray-dark);
		-webkit-transition: transform .3s ease-in-out;
		-moz-transition: transform .3s ease-in-out;
		-ms-transition: transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.offcanvas-collapse.open {
		-moz-transform: translateX(-1rem);
		-o-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
	}
}

.off-wrapper {
	position: relative;
	overflow: hidden;
}

.off-wrapper.active.off-wrapper-left .off-wrapper-content {
	-moz-transform: translate3d(290px,0,0);
	-o-transform: translate3d(290px,0,0);
	-ms-transform: translate3d(290px,0,0);
	-webkit-transform: translate3d(290px,0,0);
	transform: translate3d(290px,0,0);
}

.off-wrapper.active.off-wrapper-right .off-wrapper-content {
	-moz-transform: translate3d(-290px,0,0);
	-o-transform: translate3d(-290px,0,0);
	-ms-transform: translate3d(-290px,0,0);
	-webkit-transform: translate3d(-290px,0,0);
	transform: translate3d(-290px,0,0);
}

.off-wrapper.active .off-wrapper-content {
	box-shadow: 5px 0 20px 0 rgba(0,0,0,.3);
}

.off-wrapper.active .off-wrapper-menu {
	-moz-transform: translate3d(0,0,0)!important;
	-o-transform: translate3d(0,0,0)!important;
	-ms-transform: translate3d(0,0,0)!important;
	-webkit-transform: translate3d(0,0,0)!important;
	transform: translate3d(0,0,0)!important;
}

.off-wrapper.off-wrapper-left .off-wrapper-menu {
	left: 0;
	-moz-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

.off-wrapper.off-wrapper-right .off-wrapper-menu {
	right: 0;
	-moz-transform: translate3d(50%,0,0);
	-o-transform: translate3d(50%,0,0);
	-ms-transform: translate3d(50%,0,0);
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}

.off-wrapper .off-wrapper-content {
	position: relative;
	z-index: 999;
	background: #fff;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.off-wrapper .off-wrapper-menu {
	position: fixed;
	overflow-y: scroll;
	top: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	background: #2a313a;
	padding: 24px 20px;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.off-wrapper .off-wrapper-menu .menu-title {
	font-size: 1.4rem;
	color: #fff;
	margin-bottom: 25px;
	padding-left: .5em;
}

.off-wrapper .off-wrapper-menu .nav-link {
	color: #fff;
	font-size: 15px;
}

.off-wrapper .off-wrapper-menu .nav-link i {
	margin-left: 4px;
	font-size: 10px;
}

.off-wrapper .off-wrapper-menu .dropdown-menu {
	position: static;
	float: none;
	display: none;
}

.off-wrapper .off-wrapper-menu .show>.dropdown-menu {
	display: block;
}

.off-wrapper .off-wrapper-menu .dropdown-toggle::after {
	display: none;
}

.footer {
	margin-top: 100px;
	background: #283142;
	padding: 55px 0 35px;
}

.footer.footer--light {
	background: #fafafb;
	border-top: 1px solid #ddd;
	padding: 50px 0 40px;
}

.footer.footer--light .title {
	color: #333;
	font-size: 14px;
}

.footer.footer--light .menu a {
	color: #495879;
}

.footer.footer--light .menu a:hover {
	color: #333;
}

.footer.footer--light .menu i {
	color: #7994b3;
}

.footer.footer--light .newsletter p {
	color: #777;
}

.footer.footer--light .newsletter form input[type=email]::-webkit-input-placeholder {
	color: #9ba1c2;
}

.footer.footer--light .newsletter form input[type=email]:-moz-placeholder {
	color: #9ba1c2;
}

.footer.footer--light .newsletter form input[type=email]::-moz-placeholder {
	color: #9ba1c2;
}

.footer.footer--light .newsletter form input[type=email]:-ms-input-placeholder {
	color: #9ba1c2;
}

.footer.footer--light .newsletter form button {
	background: #93a5c7;
}

.footer.footer--light .bottom {
	border-top-color: #dadee4;
}

@media (max-width:767px) {
	.footer .col-md-4 {
		margin-bottom: 20px;
	}
}

.footer .title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
}

.footer .menu {
	list-style-type: none;
	padding: 0;
	margin-top: 30px;
}

.footer .menu a {
	color: #cdd6e9;
	display: inline-block;
	margin-bottom: 9px;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.footer .menu a:hover {
	color: #fff;
}

.footer .menu i {
	font-size: 23px;
	margin-right: 12px;
	width: 21px;
	position: relative;
	top: 3px;
	margin-bottom: 5px;
}

.footer .newsletter p {
	color: #bcc7df;
	margin-top: 25px;
	line-height: 20px;
}

.footer .newsletter form {
	margin-top: 27px;
	position: relative;
}

.footer .newsletter form input[type=email] {
	height: 45px;
	padding-left: 17px;
}

.footer .newsletter form input[type=email]::-webkit-input-placeholder {
	color: #9ba1c2;
}

.footer .newsletter form input[type=email]:-moz-placeholder {
	color: #9ba1c2;
}

.footer .newsletter form input[type=email]::-moz-placeholder {
	color: #9ba1c2;
}

.footer .newsletter form input[type=email]:-ms-input-placeholder {
	color: #9ba1c2;
}

.footer .newsletter form input[type=email]:focus {
	box-shadow: none;
}

.footer .newsletter form button {
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 17px;
	height: 45px;
	background: #adbfe0;
	padding: 0 15px;
	border-radius: 0 4px 4px 0;
	color: #fff;
}

.footer .bottom {
	margin-top: 40px;
	border-top: 1px solid #3a455a;
}

.footer .bottom ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-top: 15px;
}

.footer .bottom ul li {
	display: inline-block;
	margin: 0 11px;
}

.footer .bottom ul li:last-child a:after {
	content: '';
}

.footer .bottom ul a {
	color: #9daac2;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.footer .bottom ul a:after {
	content: '|';
	position: absolute;
	right: -15px;
	top: -1px;
	font-weight: 700;
}

#settings-module.opened .menu-wrap {
	height: 310px;
	width: 280px;
	padding: 20px;
	border-radius: 3px;
	-webkit-animation: anim-jelly .8s linear forwards;
	-moz-animation: anim-jelly .8s linear forwards;
	-o-animation: anim-jelly .8s linear forwards;
	-ms-animation: anim-jelly .8s linear forwards;
	animation: anim-jelly .8s linear forwards;
}

#settings-module.opened .menu-wrap .menu {
	opacity: 1;
	-webkit-transition: opacity .3s .3s;
	-moz-transition: opacity .3s .3s;
	-ms-transition: opacity .3s .3s;
	-o-transition: opacity .3s .3s;
	transition: opacity .3s .3s;
}

#settings-module.opened .menu-wrap .menu .title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

#settings-module.opened .menu-wrap .menu .options {
	margin-bottom: 20px;
}

#settings-module #open-settings {
	cursor: pointer;
	position: fixed;
	bottom: 2.5em;
	left: 2.5em;
	background: #fff;
	border-radius: 40px;
	width: 42px;
	height: 42px;
	display: block;
	z-index: 11000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#settings-module #open-settings i {
	font-size: 24px;
	color: #333;
	position: absolute;
	top: 9px;
	left: 11px;
}

#settings-module .menu-wrap {
	position: fixed;
	width: 0;
	height: 0;
	bottom: 26px;
	left: 24px;
	z-index: 10999;
	background: #fff;
	box-shadow: 0 4px 17px 0 rgba(0,0,0,.2);
	-webkit-transition: width .3s,height .3s;
	-moz-transition: width .3s,height .3s;
	-ms-transition: width .3s,height .3s;
	-o-transition: width .3s,height .3s;
	transition: width .3s,height .3s;
	-moz-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

#settings-module .menu-wrap .menu {
	opacity: 0;
}

#settings-module .menu-wrap .options a {
	display: block;
	margin-bottom: 5px;
	color: #567cb9;
}

.index-intro-header {
	padding-top: 120px;
}

@media (max-width:991px) {
	.index-intro-header {
		padding-top: 80px;
	}
}

@media (max-width:767px) {
	.index-intro-header {
		padding-top: 70px;
	}
}

.index-intro-header h1 {
	font-size: 2.6rem;
	margin-bottom: 25px;
	letter-spacing: 1.5px;
	font-weight: 400;
	color: #34404a;
}

@media (max-width:991px) {
	.index-intro-header h1 {
		font-size: 29px;
	}
}

@media (max-width:767px) {
	.index-intro-header h1 {
		font-size: 26px;
		line-height: 37px;
	}
}

.index-intro-header p {
	font-size: 16px;
	color: #505c75;
	line-height: 28px;
	margin: 40px auto 0;
}

@media (max-width:991px) {
	.index-intro-header p {
		font-size: 15px;
	}
}

.index-intro-header p a {
	color: #222;
	font-weight: 500;
}

.index-intro-cta {
	margin-top: 70px;
	text-align: center;
}

.index-intro-cta .btn-outline {
	padding: 16px 29px;
	border: 1px solid #1d7bf0;
	border-radius: 5px;
	color: #1873e4;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	padding-left: 60px;
}

.index-intro-cta .btn-outline i {
	font-size: 27px;
	position: absolute;
	left: 21px;
	top: 7px;
}

.index-intro-cta .btn-shadow {
	box-shadow: rgba(23,43,99,.35) 0 7px 28px;
}

.index-intro-cta .btn-shadow i {
	margin-left: 5px;
}

.index-intro-screens {
	margin-top: 120px;
}

.index-intro-screens .container {
	border-bottom: 1px solid #e2e2e2;
}

.index-intro-features {
	margin-top: 140px;
	text-align: center;
}

@media (max-width:767px) {
	.index-intro-features {
		margin-top: 90px;
	}
}

.index-intro-features .col-md-4 {
	margin-bottom: 60px;
}

.index-intro-features i {
	display: inline-block;
	font-size: 54px;
	color: #4e94f1;
}

.index-intro-features i.ion-ios-infinite-outline {
	position: relative;
	top: -10px;
}

.index-intro-features i.ion-ios-book-outline {
	position: relative;
	top: -10px;
}

@media (max-width:767px) {
	.index-intro-features p {
		margin-bottom: 35px;
	}
}

.index-intro-gallery {
	background: #f9f9f9;
	margin-top: 40px;
	padding-top: 80px;
	padding-bottom: 70px;
	margin-bottom: 90px;
}

.index-intro-gallery .container-fluid {
	max-width: 1400px;
}

.index-intro-gallery h4 {
	margin-bottom: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
}

.index-intro-gallery a {
	display: block;
	margin-bottom: 55px;
}

.index-intro-gallery a:hover .img-fluid {
	box-shadow: 0 7px 40px 1px rgba(0,0,0,.1);
	-moz-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.index-intro-gallery a .img-fluid {
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-intro-gallery a p {
	margin-top: 20px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.index-intro-footer {
	text-align: center;
	margin-top: 110px;
	margin-bottom: 80px;
}

.index-intro-footer a {
	display: inline-block;
	margin: 0 10px;
}

.index-intro-footer p {
	margin-top: 15px;
	color: #656565;
}

.business-hero {
	background: url(../images/unsplash/michael-benz-189971.jpg);
	background-size: cover;
	background-position: center 0;
	min-height: 100vh;
	padding-top: 220px;
	overflow: hidden;
	position: relative;
}

@media (max-width:1024px) {
	.business-hero {
		background-attachment: inherit;
	}
}

@media (max-width:991px) {
	.business-hero {
		padding-top: 100px;
		height: auto;
		padding-bottom: 100px;
	}
}

.business-hero .container {
	position: relative;
	z-index: 10;
}

.business-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(-45deg,rgba(63,89,118,.3) 0,rgba(14,20,34,.5) 80%);
}

.business-hero h2 {
	color: #fff;
	font-size: 48px;
	letter-spacing: .5px;
	font-family: Source Sans Pro,Helvetica Neue,Arial;
	font-weight: 300;
	line-height: 54px;
	width: 800px;
	text-shadow: 0 2px 1px rgba(0,0,0,.11);
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}

@media (max-width:991px) {
	.business-hero h2 {
		font-size: 43px;
		line-height: 50px;
		width: auto;
	}
}

@media (max-width:767px) {
	.business-hero h2 {
		text-align: center;
		font-size: 38px;
	}
}

.business-hero p {
	color: rgba(255,255,255,.8);
	margin-top: 40px;
	width: 480px;
	font-size: 16px;
	line-height: 25px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	-ms-animation-delay: .4s;
	animation-delay: .4s;
}

@media (max-width:991px) {
	.business-hero p {
		width: auto;
	}
}

@media (max-width:767px) {
	.business-hero p {
		text-align: center;
		font-size: 15px;
		line-height: 24px;
	}
}

.business-hero .actions {
	margin-top: 50px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	-ms-animation-delay: .4s;
	animation-delay: .4s;
}

@media (max-width:767px) {
	.business-hero .actions {
		text-align: center;
	}
}

.business-hero .actions .btn-pill {
	font-weight: 600;
	padding: 13px 44px 16px;
}

.business-hero .actions .btn-pill:active {
	border-color: #3b6b23;
}

.business-intro {
	margin-top: 90px;
}

.business-blog-grid {
	margin-top: 150px;
}

.business-blog-grid header {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.business-blog-grid header:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	top: 11px;
}

.business-blog-grid header h4 {
	position: relative;
	top: -8px;
	padding: 0 40px;
	background: #fff;
	color: #97a8b8;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.8px;
	word-spacing: 1.6px;
	font-weight: 600;
}

.business-blog-grid section {
	margin-top: 50px;
}

.business-blog-grid section .row {
	margin-bottom: 30px;
}

.business-blog-grid section .row:last-child {
	margin-bottom: 0;
}

.business-blog-grid section .post {
	position: relative;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.business-blog-grid section .post:hover .bg {
	-moz-transform: scale3d(1.12,1.12,1.12);
	-o-transform: scale3d(1.12,1.12,1.12);
	-ms-transform: scale3d(1.12,1.12,1.12);
	-webkit-transform: scale3d(1.12,1.12,1.12);
	transform: scale3d(1.12,1.12,1.12);
}

.business-blog-grid section .post .bg {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.business-blog-grid section .post .bg:after {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(9,24,42,.8)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(9,24,42,.8) 100%);
	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(9,24,42,.8));
	background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(9,24,42,.8));
}

.business-blog-grid section .post p {
	color: #fff;
	z-index: 99;
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 60%;
	font-size: 16px;
	font-weight: 600;
}

.business-single-client {
	margin-top: 160px;
	height: 500px;
	background-image: url(../images/unsplash/photo-1479243396208-be1751535cdb.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

@media (max-width:767px) {
	.business-single-client {
		height: auto;
		margin-top: 100px;
	}
}

.business-single-client .quote-wrapper {
	width: 510px;
	height: 390px;
	background: #54657b;
	position: absolute;
	right: 13%;
	bottom: -60px;
	box-shadow: 0 5px 16px rgba(76,84,109,.4);
	padding: 60px 70px;
}

@media (max-width:767px) {
	.business-single-client .quote-wrapper {
		width: auto;
		position: relative;
		left: 0;
		right: 0;
		height: auto;
		top: 0;
		padding: 50px 40px;
	}
}

.business-single-client .logo {
	max-width: 160px;
}

.business-single-client p {
	margin-top: 25px;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-style: italic;
}

@media (max-width:767px) {
	.business-single-client p {
		font-size: 16px;
	}
}

.business-single-client .author {
	color: #cfdcec;
	margin-top: 20px;
	font-size: 16px;
}

.index-header {
	min-height: 650px;
	background-image: linear-gradient(-45deg,#5f6190 0,#525480 20%,#131b2e 100%);
}

@media (max-width:991px) {
	.index-header {
		min-height: 550px;
	}
}

@media (max-width:767px) {
	.index-header {
		min-height: 510px;
	}
}

.index-header section {
	padding-top: 180px;
}

@media (max-width:991px) {
	.index-header section {
		padding-top: 130px;
	}
}

@media (max-width:767px) {
	.index-header section {
		padding-top: 80px;
		text-align: center;
	}
}

.index-header section h1 {
	color: #fff;
	line-height: 44px;
	font-size: 34px;
	font-weight: 400;
	font-family: "Libre Franklin",Lato,"Helvetica Neue",Arial;
	margin-top: 20px;
}

@media (max-width:991px) {
	.index-header section h1 {
		font-size: 25px;
		line-height: 37px;
	}
}

.index-header section p {
	color: #b7bde0;
	margin-top: 35px;
	font-size: 15px;
	width: 80%;
	line-height: 24px;
}

@media (max-width:767px) {
	.index-header section p {
		width: 100%;
	}
}

.index-header section .cta {
	margin-top: 55px;
}

@media (max-width:767px) {
	.index-header section .cta {
		margin-top: 40px;
	}
}

.index-header section .cta .btn-primary {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding: 17px 32px;
	letter-spacing: .5px;
	background-color: #57b8f8;
	border: 1px solid #57b8f8;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.index-header section .cta .btn-primary:hover {
	background-color: #5196d0;
}

.index-header section .cta .btn-primary:active {
	-moz-transform: scale(.93);
	-o-transform: scale(.93);
	-ms-transform: scale(.93);
	-webkit-transform: scale(.93);
	transform: scale(.93);
}

.index-header section .cta .btn-outline {
	text-transform: uppercase;
	color: #d3d9fa;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 29px;
	border-radius: 45px;
	margin-left: 30px;
	letter-spacing: .5px;
	text-decoration: none;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

@media (max-width:767px) {
	.index-header section .cta .btn-outline {
		margin-left: 15px;
	}
}

.index-header section .cta .btn-outline:hover {
	background: #fff;
	color: #333;
}

.index-header section .cta .btn-outline:hover .fa-play {
	color: #333;
}

.index-header section .cta .btn-outline:active {
	position: relative;
	top: 1px;
}

.index-header section .cta .btn-outline .fa-play {
	margin-right: 9px;
	color: #d3d9fa;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.index-header section .mobile-pic {
	position: absolute;
	right: 80px;
	top: -30px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	-ms-animation-delay: .4s;
	animation-delay: .4s;
}

@media (max-width:991px) {
	.index-header section .mobile-pic {
		right: 10px;
		top: 0;
		width: 70%;
	}
}

.index-intro {
	margin-top: 140px;
}

@media (max-width:767px) {
	.index-intro {
		margin-top: 80px;
	}
}

.index-intro header {
	position: relative;
}

.index-intro header:after {
	content: '';
	position: absolute;
	bottom: -50px;
	height: 1px;
	width: 85%;
	left: 0;
	right: 0;
	margin: auto;
	background: #eaeaea;
}

.index-intro header h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #555;
}

.index-intro header p {
	color: #666;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	width: 75%;
	margin: 0 auto;
	margin-top: 25px;
}

.index-intro section {
	width: 85%;
	margin: auto;
	margin-top: 90px;
}

.index-intro section h4 {
	font-size: 18px;
	color: #339bc0;
	line-height: 25px;
	margin-top: 7px;
}

@media (max-width:767px) {
	.index-intro section h4 {
		text-align: center;
	}
}

.index-intro section p {
	margin-top: 17px;
	line-height: 24px;
	width: 90%;
	color: #555;
}

@media (max-width:767px) {
	.index-intro section p {
		margin-bottom: 35px;
		text-align: center;
		width: 100%;
	}
}

.index-features {
	margin-top: 120px;
	background: #fafafa;
	border-top: 1px solid #e2e1e1;
	border-bottom: 1px solid #e2e1e1;
	padding: 70px 0 40px;
}

.index-features header {
	position: relative;
}

.index-features header:after {
	content: '';
	position: absolute;
	bottom: -50px;
	height: 1px;
	width: 87%;
	left: 0;
	right: 0;
	margin: auto;
	background: #eaeaea;
}

.index-features header h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #555;
}

@media (max-width:767px) {
	.index-features header h3 {
		font-size: 23px;
	}
}

.index-features header p {
	color: #666;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	width: 75%;
	margin: 0 auto;
	margin-top: 30px;
}

.index-features .features {
	margin: auto;
	margin-top: 110px;
	width: 88%;
}

@media (min-width:992px) {
	.index-features .features .icon {
		margin-right: 20px;
	}
}

.index-features .features .feature {
	margin-bottom: 70px;
}

@media (max-width:767px) {
	.index-features .features .feature {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
}

.index-features .features section {
	width: 83%;
	float: right;
}

@media (max-width:991px) {
	.index-features .features section {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
}

.index-features .features section h4 {
	margin-top: 0;
	font-size: 17px;
	color: #53575f;
}

.index-features .features section p {
	margin-top: 18px;
	font-size: 15px;
	line-height: 24px;
	color: #666;
	width: 95%;
}

.index-devices {
	padding-top: 140px;
	overflow-x: hidden;
}

@media (max-width:767px) {
	.index-devices {
		padding-top: 80px;
		text-align: center;
	}
}

.index-devices>section {
	width: 850px;
	margin: 0 auto;
	min-height: 473px;
	position: relative;
}

@media (max-width:991px) {
	.index-devices>section {
		padding: 0 30px;
		width: auto;
	}
}

@media (max-width:767px) {
	.index-devices>section {
		min-height: auto;
	}
}

.index-devices .devices {
	position: absolute;
	left: 430px;
	top: -15px;
}

@media (max-width:767px) {
	.index-devices .devices {
		display: none;
	}
}

.index-devices h4 {
	font-size: 24px;
	color: #36afda;
	font-weight: 400;
	margin-bottom: 25px;
}

.index-devices p {
	width: 300px;
	margin-bottom: 25px;
	color: #666;
	line-height: 24px;
}

@media (max-width:767px) {
	.index-devices p {
		width: auto;
	}
}

.index-devices .icons i {
	color: #c2c0e7;
	margin-right: 20px;
}

.index-devices .icons .ion-monitor {
	font-size: 44px;
}

.index-devices .icons .ion-ipad {
	font-size: 38px;
}

.index-devices .icons .ion-iphone {
	font-size: 32px;
}

.index-browsers {
	margin-top: 130px;
}

@media (max-width:767px) {
	.index-browsers {
		margin-top: 90px;
	}
}

.index-browsers header {
	position: relative;
}

.index-browsers header h3 {
	text-align: center;
	font-size: 25px;
	color: #555;
	font-weight: 400;
}

.index-browsers header p {
	color: #666;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	width: 75%;
	margin: 0 auto;
	margin-top: 12px;
}

.index-browsers section {
	margin-top: 75px;
}

@media (max-width:767px) {
	.index-browsers section {
		margin-top: 40px;
	}
}

@media (max-width:767px) {
	.index-browsers section .img-fluid {
		margin: 0 auto;
	}
}

.index-browsers section .info {
	padding-left: 50px;
}

@media (max-width:991px) {
	.index-browsers section .info {
		padding-left: 20px;
	}
}

@media (max-width:767px) {
	.index-browsers section .info {
		padding-left: 0;
		text-align: center;
		margin-top: 45px;
	}
}

.index-browsers section h4 {
	font-size: 18px;
	color: #555;
	margin-top: 20px;
	margin-bottom: 27px;
}

.index-browsers section h4 .badge {
	padding: 3px 8px;
	font-size: 12px;
	position: relative;
	top: -7px;
	margin-left: 5px;
}

.index-browsers section p {
	width: 80%;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

@media (max-width:991px) {
	.index-browsers section p {
		width: 100%;
	}
}

.index-browsers section .btn-rounded {
	border: 1px solid #459ce7;
	border-radius: 25px;
	padding: 10px 16px 9px;
	margin-top: 17px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.index-browsers section .btn-rounded:hover i {
	margin-left: 15px;
}

.index-browsers section .btn-rounded i {
	margin-left: 7px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.index-clients {
	margin-top: 200px;
	text-align: center;
}

@media (max-width:767px) {
	.index-clients {
		margin-top: 110px;
	}
}

.index-clients header {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
}

.index-clients header:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	top: 11px;
}

.index-clients header h4 {
	position: relative;
	top: -8px;
	padding: 0 40px;
	background: #fff;
	color: #97a8b8;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.8px;
	word-spacing: 1.6px;
	font-weight: 600;
	line-height: 24px;
}

.index-clients .img-responsive {
	margin: 0 auto;
}

.spacial-header {
	min-height: 780px;
	background-image: radial-gradient(40% 70%,#425282 15%,#1e3961 100%);
}

.spacial-header section {
	padding-top: 180px;
}

@media (max-width:991px) {
	.spacial-header section {
		padding-top: 150px;
	}
}

@media (max-width:767px) {
	.spacial-header section {
		text-align: center;
		padding-top: 100px;
	}
}

@media (min-width:768px) {
	.spacial-header section .left-col {
		padding-left: 45px;
	}
}

.spacial-header section h1 {
	color: #fff;
	font-size: 31px;
	font-family: "Libre Franklin",Lato,"Helvetica Neue",Arial;
	text-align: center;
	letter-spacing: .8px;
}

@media (max-width:767px) {
	.spacial-header section h1 {
		font-size: 27px;
		line-height: 35px;
	}
}

.spacial-header section .mobile-pic {
	position: absolute;
	top: 50px;
	right: 30px;
}

.spacial-header section .mobile-icon {
	margin-top: 100px;
}

@media (max-width:767px) {
	.spacial-header section .mobile-icon {
		margin-top: 60px;
	}
}

.spacial-header section h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .8px;
	margin-top: 52px;
}

.spacial-header section p {
	color: #fff;
	font-size: 15px;
	margin-top: 20px;
	width: 80%;
}

@media (max-width:767px) {
	.spacial-header section p {
		width: auto;
	}
}

.spacial-header section a {
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px;
	border: 2px solid #455b90;
	color: #fff;
	font-weight: 600;
	letter-spacing: .8px;
	font-size: 12px;
	margin-top: 30px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.spacial-header section a:hover {
	background: #687ed8;
	border-color: #687ed8;
	color: #fff;
}

.spacial-header section a:active {
	-moz-transform: scale(.93);
	-o-transform: scale(.93);
	-ms-transform: scale(.93);
	-webkit-transform: scale(.93);
	transform: scale(.93);
}

.spacial-intro {
	margin-top: 230px;
	margin-bottom: 150px;
}

@media (max-width:991px) {
	.spacial-intro {
		margin-bottom: 110px;
	}
}

@media (max-width:767px) {
	.spacial-intro {
		margin-top: 100px;
	}
}

.spacial-intro>section {
	min-height: 473px;
	position: relative;
	text-align: center;
}

@media (max-width:991px) {
	.spacial-intro>section {
		min-height: auto;
	}
}

@media (max-width:767px) {
	.spacial-intro>section {
		padding: 0 20px;
	}
}

.spacial-intro h2 {
	width: 270px;
	font-size: 28px;
	font-weight: 400;
	margin: 0 auto;
	line-height: 36px;
	letter-spacing: .3px;
}

@media (max-width:767px) {
	.spacial-intro h2 {
		width: auto;
		font-size: 23px;
	}
}

.spacial-intro p {
	color: #5a6c90;
	margin-top: 40px;
	letter-spacing: .3px;
	font-size: 15px;
	width: 350px;
	margin: 40px auto 0;
	line-height: 26px;
}

@media (max-width:767px) {
	.spacial-intro p {
		width: auto;
	}
}

.spacial-intro a {
	display: inline-block;
	margin-top: 90px;
	border-radius: 7px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

@media (max-width:991px) {
	.spacial-intro a {
		margin-top: 60px;
	}
}

.spacial-intro a:hover {
	box-shadow: rgba(0,0,0,.17) 0 1px 2px,rgba(112,139,232,.3) 0 10px 15px;
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.spacial-intro span {
	display: block;
	font-weight: 500;
	margin-top: 15px;
	color: #5375a2;
	opacity: .7;
}

.spacial-intro .pic-left {
	position: absolute;
	left: 0;
	top: -60px;
}

@media (max-width:991px) {
	.spacial-intro .pic-left {
		width: 180px;
		top: -20px;
	}
}

@media (max-width:767px) {
	.spacial-intro .pic-left {
		display: none;
	}
}

.spacial-intro .pic-right {
	position: absolute;
	right: 30px;
	top: -60px;
}

@media (max-width:991px) {
	.spacial-intro .pic-right {
		width: 170px;
		right: 0;
		top: -20px;
	}
}

@media (max-width:767px) {
	.spacial-intro .pic-right {
		display: none;
	}
}

.spacial-features {
	margin-top: 110px;
}

@media (max-width:767px) {
	.spacial-features {
		margin-top: 60px;
	}
}

.spacial-features .header {
	text-align: center;
}

.spacial-features .header h2 {
	font-size: 26px;
	letter-spacing: .1px;
	font-weight: 400;
}

@media (max-width:767px) {
	.spacial-features .header h2 {
		font-size: 23px;
	}
}

.spacial-features .header p {
	color: #5a6c90;
	margin-top: 15px;
	font-size: 16px;
}

@media (max-width:767px) {
	.spacial-features .header p {
		font-size: 15px;
	}
}

.spacial-features .feature {
	margin-top: 50px;
}

@media (max-width:767px) {
	.spacial-features .feature {
		text-align: center;
	}
}

.spacial-features .feature h3 {
	color: #2f4166;
	font-size: 18px;
	margin-top: 20px;
}

.spacial-features .feature h3 .badge-new {
	background-image: linear-gradient(-90deg,#609cff 0,#8d7fff 100%);
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	padding: 3px 8px;
	letter-spacing: .5px;
	font-weight: 700;
	position: relative;
	top: -3px;
	left: 7px;
}

.spacial-features .feature p {
	color: #7080a2;
	line-height: 25px;
	font-size: 15px;
	margin-top: 15px;
	width: 87%;
}

@media (max-width:767px) {
	.spacial-features .feature p {
		width: auto;
	}
}

.spacial-cta-download {
	margin-top: 110px;
	background: url(../images/graphics/spacial-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 150px 0;
}

@media (max-width:991px) {
	.spacial-cta-download {
		padding: 90px 20px;
	}
}

@media (max-width:767px) {
	.spacial-cta-download {
		padding: 70px 20px;
	}
}

.spacial-cta-download h2 {
	color: #fff;
	font-size: 34px;
	letter-spacing: .5px;
}

@media (max-width:767px) {
	.spacial-cta-download h2 {
		font-size: 28px;
	}
}

.spacial-cta-download p {
	color: #fff;
	font-size: 16px;
	width: 42%;
	margin: 0 auto;
	margin-top: 40px;
	line-height: 27px;
}

@media (max-width:991px) {
	.spacial-cta-download p {
		width: 80%;
	}
}

@media (max-width:767px) {
	.spacial-cta-download p {
		width: auto;
	}
}

.spacial-cta-download a {
	background: #7e58f9;
	color: #fff;
	display: inline-block;
	margin-top: 80px;
	padding: 20px 40px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media (max-width:767px) {
	.spacial-cta-download a {
		margin-top: 50px;
	}
}

.spacial-cta-download a:hover {
	background: #588ef9;
	box-shadow: 0 4px 18px 3px rgba(0,0,0,.42);
}

.spacial-app-store {
	margin-top: 140px;
}

@media (max-width:991px) {
	.spacial-app-store {
		margin-top: 100px;
	}
}

@media (max-width:991px) {
	.spacial-app-store section {
		text-align: center;
	}
}

.spacial-app-store section span {
	color: #4e6a8a;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
}

.spacial-app-store section h1 {
	color: #213649;
	line-height: 46px;
	font-weight: 400;
	font-size: 28px;
	margin-top: 10px;
}

@media (max-width:767px) {
	.spacial-app-store section h1 {
		font-size: 25px;
		line-height: 35px;
	}
}

.spacial-app-store section p {
	color: #7483a2;
	margin-top: 20px;
	font-size: 15px;
	width: 80%;
	line-height: 25px;
}

@media (max-width:991px) {
	.spacial-app-store section p {
		width: auto;
	}
}

.spacial-app-store section p a {
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

.spacial-app-store section .cta {
	margin-top: 35px;
	display: inline-block;
	border-radius: 6px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.spacial-app-store section .cta:hover {
	box-shadow: rgba(112,139,232,.15) 0 6px 20px;
}

.spacial-app-store section .mobile-pic {
	position: absolute;
	right: -40px;
	top: 10px;
}

@media (max-width:1199px) {
	.spacial-app-store section .mobile-pic {
		right: 0;
		top: 20px;
		width: 500px;
	}
}

@-webkit-keyframes slide-quote {
	0% {
		-moz-transform: scaleY(1.4) translateY(80px);
		-o-transform: scaleY(1.4) translateY(80px);
		-ms-transform: scaleY(1.4) translateY(80px);
		-webkit-transform: scaleY(1.4) translateY(80px);
		transform: scaleY(1.4) translateY(80px);
	}
}

@-moz-keyframes slide-quote {
	0% {
		-moz-transform: scaleY(1.4) translateY(80px);
		-o-transform: scaleY(1.4) translateY(80px);
		-ms-transform: scaleY(1.4) translateY(80px);
		-webkit-transform: scaleY(1.4) translateY(80px);
		transform: scaleY(1.4) translateY(80px);
	}
}

@-o-keyframes slide-quote {
	0% {
		-moz-transform: scaleY(1.4) translateY(80px);
		-o-transform: scaleY(1.4) translateY(80px);
		-ms-transform: scaleY(1.4) translateY(80px);
		-webkit-transform: scaleY(1.4) translateY(80px);
		transform: scaleY(1.4) translateY(80px);
	}
}

@keyframes slide-quote {
	0% {
		-moz-transform: scaleY(1.4) translateY(80px);
		-o-transform: scaleY(1.4) translateY(80px);
		-ms-transform: scaleY(1.4) translateY(80px);
		-webkit-transform: scaleY(1.4) translateY(80px);
		transform: scaleY(1.4) translateY(80px);
	}
}

.spacial-client-quotes {
	margin-top: 160px;
	text-align: center;
}

@media (max-width:991px) {
	.spacial-client-quotes {
		margin-top: 110px;
	}
}

@media (max-width:767px) {
	.spacial-client-quotes {
		margin-top: 80px;
	}
}

.spacial-client-quotes h2 {
	text-transform: uppercase;
	font-size: 13px;
	color: #4e7198;
	letter-spacing: 1px;
}

.spacial-client-quotes .client-quotes {
	margin-top: 40px;
	height: 240px;
}

@media (max-width:767px) {
	.spacial-client-quotes .client-quotes {
		height: 260px;
	}
}

.spacial-client-quotes .client-quotes .client-quote {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.spacial-client-quotes .client-quotes .client-quote.active {
	opacity: 1;
	z-index: 10;
	-webkit-animation: slide-quote .8s cubic-bezier(.2,.6,.3,1);
	-moz-animation: slide-quote .8s cubic-bezier(.2,.6,.3,1);
	-o-animation: slide-quote .8s cubic-bezier(.2,.6,.3,1);
	-ms-animation: slide-quote .8s cubic-bezier(.2,.6,.3,1);
	animation: slide-quote .8s cubic-bezier(.2,.6,.3,1);
}

.spacial-client-quotes .client-quotes .client-quote .quote {
	font-size: 21px;
	width: 620px;
	margin: 0 auto;
	line-height: 37px;
	color: #4a5879;
}

@media (max-width:767px) {
	.spacial-client-quotes .client-quotes .client-quote .quote {
		width: auto;
		padding: 0 30px;
		font-size: 17px;
		line-height: 34px;
	}
}

.spacial-client-quotes .client-quotes .client-quote .author {
	margin-top: 35px;
	font-size: 17px;
}

.spacial-client-quotes .client-quotes .client-quote .author .name {
	color: #4a5879;
}

.spacial-client-quotes .client-quotes .client-quote .author .role {
	color: #9cafda;
	margin-left: 6px;
}

.spacial-client-quotes .client-pictures {
	margin-top: 15px;
}

.spacial-client-quotes .client-pictures .client-picture {
	display: inline-block;
}

.spacial-client-quotes .client-pictures .client-picture.active img,.spacial-client-quotes .client-pictures .client-picture:hover img {
	box-shadow: 0 20px 35px rgba(0,0,0,.3);
	-moz-transform: scale3d(.8,.8,.8) translateY(-5px);
	-o-transform: scale3d(.8,.8,.8) translateY(-5px);
	-ms-transform: scale3d(.8,.8,.8) translateY(-5px);
	-webkit-transform: scale3d(.8,.8,.8) translateY(-5px);
	transform: scale3d(.8,.8,.8) translateY(-5px);
}

@media (max-width:767px) {
	.spacial-client-quotes .client-pictures .client-picture.active img,.spacial-client-quotes .client-pictures .client-picture:hover img {
		-moz-transform: scale3d(.7,.7,.7) translateY(-5px);
		-o-transform: scale3d(.7,.7,.7) translateY(-5px);
		-ms-transform: scale3d(.7,.7,.7) translateY(-5px);
		-webkit-transform: scale3d(.7,.7,.7) translateY(-5px);
		transform: scale3d(.7,.7,.7) translateY(-5px);
	}
}

.spacial-client-quotes .client-pictures .client-picture img {
	border-radius: 100px;
	cursor: pointer;
	-moz-transform: scale3d(.65,.65,.65);
	-o-transform: scale3d(.65,.65,.65);
	-ms-transform: scale3d(.65,.65,.65);
	-webkit-transform: scale3d(.65,.65,.65);
	transform: scale3d(.65,.65,.65);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

@media (max-width:991px) {
	.spacial-client-quotes .client-pictures .client-picture img {
		max-width: 100px;
	}
}

.index-mobile-alt-header {
	position: relative;
	overflow: hidden;
	background-image: radial-gradient(ellipse farthest-side at 100% 0,#a7ccdf -10%,#7cafbe 20%,#203466 110%);
}

.index-mobile-alt-header .container {
	position: relative;
	min-height: 630px;
	padding-top: 200px;
}

@media (max-width:767px) {
	.index-mobile-alt-header .container {
		padding-top: 120px;
	}
}

.index-mobile-alt-header .container .iphone {
	position: absolute;
	bottom: -50px;
	left: 50px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

@media (max-width:991px) {
	.index-mobile-alt-header .container .iphone {
		display: none;
	}
}

.index-mobile-alt-header .container .iphone:hover {
	bottom: -20px;
}

.index-mobile-alt-header .container .info {
	float: right;
	width: 560px;
}

@media (max-width:991px) {
	.index-mobile-alt-header .container .info {
		width: auto;
		float: none;
	}
}

.index-mobile-alt-header .container .info h1 {
	font-size: 34px;
	line-height: 42px;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px rgba(0,0,0,.2);
}

@media (max-width:767px) {
	.index-mobile-alt-header .container .info h1 {
		font-size: 28px;
	}
}

.index-mobile-alt-header .container .info p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #d7e9f5;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	-ms-animation-delay: .3s;
	animation-delay: .3s;
}

.index-mobile-alt-header .container .info .buttons {
	margin-top: 60px;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	-ms-animation-delay: .3s;
	animation-delay: .3s;
}

@media (max-width:767px) {
	.index-mobile-alt-header .container .info .buttons {
		text-align: center;
	}
}

.index-mobile-alt-header .container .info .buttons a {
	margin-right: 20px;
}

@media (max-width:767px) {
	.index-mobile-alt-header .container .info .buttons a {
		display: block;
		margin: 0;
		margin-bottom: 20px;
	}
}

.index-mobile-alt-header .container .info .buttons img {
	border: 0;
}

@media (min-width:992px) {
	.index-devices.mobile-alt {
		padding-top: 170px;
	}
}

.index-mobile-header {
	min-height: 520px;
	background-image: -o-linear-gradient(310deg,#6d92b9 0,#272b53 90%);
	background-image: -moz-linear-gradient(310deg,#6d92b9 0,#272b53 90%);
	background-image: -ms-linear-gradient(310deg,#6d92b9 0,#272b53 90%);
	background-image: linear-gradient(310deg,#6d92b9 0,#272b53 90%);
}

.index-mobile-header section {
	padding-top: 160px;
}

@media (max-width:767px) {
	.index-mobile-header section {
		text-align: center;
		padding-top: 80px;
	}
}

.index-mobile-header section h1 {
	color: #fff;
	line-height: 49px;
	font-size: 37px;
	margin-top: 20px;
}

@media (max-width:767px) {
	.index-mobile-header section h1 {
		font-size: 33px;
	}
}

.index-mobile-header section h1 span>span {
	left: -5px;
	top: 1px;
	font-size: 40px;
}

.index-mobile-header section p {
	color: #d4dbf1;
	margin-top: 20px;
	font-size: 16px;
	width: 80%;
	line-height: 25px;
}

@media (max-width:767px) {
	.index-mobile-header section p {
		width: auto;
	}
}

.index-mobile-header section .cta {
	margin-top: 65px;
}

.index-mobile-header section .cta a {
	display: inline-block;
	border-radius: 6px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.index-mobile-header section .cta a:hover {
	box-shadow: rgba(0,0,0,.3) 0 1px 2px,inset rgba(255,255,255,.88) 0 1px 3px -1px,rgba(0,0,0,.3) 0 1px 2px,#ccdeee 0 1px 30px;
}

.index-mobile-header section .mobile-pic {
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}

.index-mobile-features {
	margin-top: 130px;
	padding: 60px 0 65px;
	background-image: -o-linear-gradient(0deg,#495a7e 0,#333f5c 100%);
	background-image: -moz-linear-gradient(0deg,#495a7e 0,#333f5c 100%);
	background-image: -ms-linear-gradient(0deg,#495a7e 0,#333f5c 100%);
	background-image: linear-gradient(90deg,#495a7e 0,#333f5c 100%);
}

@media (max-width:767px) {
	.index-mobile-features {
		margin-top: 90px;
	}
}

.index-mobile-features header {
	text-align: center;
}

.index-mobile-features header h3 {
	margin: 0;
	color: #fff;
	font-size: 29px;
	text-shadow: 1px 1px rgba(0,0,0,.4);
}

@media (max-width:767px) {
	.index-mobile-features header h3 {
		font-size: 26px;
		line-height: 35px;
	}
}

.index-mobile-features header p {
	margin-top: 17px;
	font-size: 15px;
	color: #d9def5;
}

.index-mobile-features .features {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 55px;
}

.index-mobile-features .features .feature {
	float: left;
	width: 50%;
	text-align: center;
	padding: 40px 35px;
}

@media (max-width:767px) {
	.index-mobile-features .features .feature {
		width: 100%;
		border-bottom: 1px solid #364261;
	}

	.index-mobile-features .features .feature:last-child {
		border-bottom: 0;
	}
}

.index-mobile-features .features .feature:nth-child(1),.index-mobile-features .features .feature:nth-child(2) {
	border-bottom: 1px solid #364261;
}

.index-mobile-features .features .feature:nth-child(1),.index-mobile-features .features .feature:nth-child(3) {
	border-right: 1px solid #364261;
}

.index-mobile-features .features .feature .pic {
	min-height: 75px;
}

.index-mobile-features .features .feature .pic img.icon-camera {
	position: relative;
	top: 5px;
}

.index-mobile-features .features .feature p {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}

.index-mobile-devices {
	margin-top: 180px;
}

@media (max-width:991px) {
	.index-mobile-devices {
		margin-top: 100px;
	}
}

.index-mobile-devices section {
	width: 870px;
	margin: 0 auto;
	position: relative;
}

@media (max-width:991px) {
	.index-mobile-devices section {
		padding: 0 30px;
		width: auto;
	}
}

@media (max-width:767px) {
	.index-mobile-devices section {
		text-align: center;
	}
}

.index-mobile-devices .devices {
	position: relative;
	top: -90px;
}

@media (max-width:991px) {
	.index-mobile-devices .devices {
		width: 300px;
		top: 0;
	}
}

@media (max-width:767px) {
	.index-mobile-devices .devices {
		display: none;
	}
}

.index-mobile-devices h4 {
	font-size: 24px;
	font-weight: 400;
	color: #36afda;
	margin-bottom: 25px;
}

.index-mobile-devices p {
	width: 300px;
	font-size: 15px;
	margin-bottom: 25px;
	color: #666;
	line-height: 24px;
}

@media (max-width:767px) {
	.index-mobile-devices p {
		width: auto;
	}
}

.index-mobile-devices .icons i {
	color: #c2c0e7;
	margin-right: 20px;
}

.index-mobile-devices .icons .ion-monitor {
	font-size: 44px;
}

.index-mobile-devices .icons .ion-ipad {
	font-size: 38px;
}

.index-mobile-devices .icons .ion-iphone {
	font-size: 32px;
}

.index-mobile-call-to-action {
	margin-top: 90px;
	background: url(../images/graphics/mobile-4-1.jpg);
}

@media (min-width:1200px) {
	.index-mobile-call-to-action .container {
		width: 920px;
	}
}

@media (max-width:991px) {
	.index-mobile-call-to-action .device {
		width: 330px;
	}
}

.index-mobile-call-to-action .info {
	padding-top: 70px;
	text-align: right;
	float: right;
	width: 50%;
}

@media (max-width:991px) {
	.index-mobile-call-to-action .info {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width:767px) {
	.index-mobile-call-to-action .info {
		float: none;
		width: auto;
		text-align: center;
	}
}

.index-mobile-call-to-action .info h3 {
	color: #fff;
	font-size: 28px;
	margin-top: 20px;
	line-height: 34px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

@media (max-width:991px) {
	.index-mobile-call-to-action .info h3 {
		font-size: 22px;
	}
}

.index-mobile-call-to-action .info p {
	color: #fff;
	line-height: 25px;
	font-size: 16px;
	margin-top: 40px;
	text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.index-mobile-call-to-action .info .cta {
	margin-top: 45px;
}

.index-mobile-call-to-action .info .cta a {
	display: inline-block;
	border-radius: 6px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.index-mobile-call-to-action .info .cta a:hover {
	box-shadow: rgba(0,0,0,.3) 0 1px 2px,inset rgba(255,255,255,.88) 0 1px 3px -1px,rgba(0,0,0,.3) 0 1px 2px,#ccdeee 0 1px 30px;
}

.index-mobile-footer {
	position: relative;
	padding: 50px 0 60px;
}

@media (max-width:767px) {
	.index-mobile-footer {
		padding: 30px 0 50px;
	}
}

.index-mobile-footer:before {
	content: '';
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	background-image: -o-linear-gradient(90deg,#7fc0f4 0,#5a5bc1 100%);
	background-image: -moz-linear-gradient(90deg,#7fc0f4 0,#5a5bc1 100%);
	background-image: -ms-linear-gradient(90deg,#7fc0f4 0,#5a5bc1 100%);
	background-image: linear-gradient(90deg,#7fc0f4 0,#5a5bc1 100%);
}

.index-mobile-footer .links {
	text-align: center;
}

.index-mobile-footer .links a {
	display: inline-block;
	font-size: 15px;
	color: #8c99ab;
	margin: 0 33px;
}

@media (max-width:767px) {
	.index-mobile-footer .links a {
		display: block;
		margin: 20px 0;
	}
}

.index-mobile-footer .bottom {
	margin-top: 45px;
	text-align: center;
}

.index-mobile-footer .bottom span {
	display: inline-block;
	margin: 0 25px;
	color: #8c99ab;
}

@media (max-width:767px) {
	.index-mobile-footer .bottom span {
		display: block;
		margin: 20px 0;
	}
}

.index-mobile-footer .bottom span a {
	color: #689ce0;
}

.index-slider-header {
	position: relative;
	top: -1px;
}

.index-slider-header .slider-component {
	height: 650px;
}

.index-slider-header .slider-component .slide--center {
	text-align: center;
}

.index-slider-header .slider-component .slide--left {
	text-align: left;
}

@media (max-width:991px) {
	.index-slider-header .slider-component .slide--left {
		text-align: center;
	}
}

.index-slider-header .slider-component .slide--right {
	text-align: right;
}

@media (max-width:991px) {
	.index-slider-header .slider-component .slide--right {
		text-align: center;
	}
}

@media (min-width:1200px) {
	.index-slider-header .slider-component .slide .container {
		width: 950px;
	}
}

.index-slider-header .slider-component .slide h2 {
	color: #fff;
	font-size: 37px;
	line-height: 45px;
	margin-top: 230px;
	font-weight: 400;
	text-shadow: 1px 1px rgba(0,0,0,.17);
}

@media (max-width:991px) {
	.index-slider-header .slider-component .slide h2 {
		font-size: 33px;
	}
}

@media (max-width:767px) {
	.index-slider-header .slider-component .slide h2 {
		font-size: 27px;
		line-height: 35px;
	}
}

.index-slider-header .slider-component .slide a {
	margin-top: 35px;
}

.index-slider-header .slider-component .pic:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(82,105,128,.42);
}

.index-slider-features {
	margin-top: 110px;
}

@media (max-width:991px) {
	.index-slider-features {
		margin-top: 70px;
	}
}

@media (max-width:767px) {
	.index-slider-features .feature {
		text-align: center;
		margin-bottom: 35px;
	}
}

.index-slider-features h3 {
	font-size: 17px;
	color: #2f363f;
	line-height: 24px;
}

.index-slider-features h3 img {
	float: left;
	display: block;
	margin-right: 15px;
	position: relative;
	top: 1px;
}

@media (max-width:991px) {
	.index-slider-features h3 img {
		float: none;
		margin-bottom: 25px;
		height: 35px;
		top: 0!important;
	}
}

@media (max-width:767px) {
	.index-slider-features h3 img {
		margin: 0 auto 25px;
	}
}

.index-slider-features p {
	font-size: 15px;
	margin-top: 25px;
	line-height: 25px;
	color: #81878c;
}

.index-slider-features a {
	position: relative;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width:767px) {
	.index-slider-features a {
		top: 0;
	}
}

.index-slider-features a:hover:after {
	right: -20px;
}

.index-slider-features a:after {
	content: "▸";
	position: absolute;
	right: -15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.call-to-action-signup {
	margin-top: 110px;
	margin-bottom: -100px;
	background: #fafafa;
	padding: 60px 0 70px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.call-to-action-signup h3 {
	margin: 0;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	color: #4c4c4c;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 1px 1px #fff;
}

.call-to-action-signup form {
	margin-top: 40px;
	position: relative;
}

.call-to-action-signup form .form-group {
	margin-right: 7px;
	width: 250px;
}

@media (max-width:991px) {
	.call-to-action-signup form .form-group {
		width: 220px;
	}
}

@media (max-width:767px) {
	.call-to-action-signup form .form-group {
		width: 100%;
		margin-bottom: 1rem;
	}
}

.call-to-action-signup form input {
	box-shadow: 0 1px 1px #fff;
	height: 42px;
	width: 100%!important;
	font-size: 15px;
}

.call-to-action-signup form input:focus {
	box-shadow: none;
}

@media (max-width:1199px) {
	.call-to-action-signup form [type=submit] {
		margin-top: 25px;
	}
}

.call-to-action-signup form .agree {
	top: 20px;
	position: relative;
	display: block;
	text-align: right;
	padding-right: 50px;
	color: #555;
}

@media (max-width:1199px) {
	.call-to-action-signup form .agree {
		text-align: center;
		padding: 0;
	}
}

.scrollspy-enabled {
	position: relative;
}

.index-features-header {
	min-height: 570px;
	position: relative;
	background: url(../images/unsplash/photo-1479243396208-be1751535cdb.jpg);
	background-size: cover;
	background-position: center center;
}

@media (max-width:767px) {
	.index-features-header {
		min-height: 540px;
	}
}

.index-features-header:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(58,71,90,.85);
}

.index-features-header section {
	padding: 200px 20px 0;
	position: relative;
	z-index: 9;
}

@media (max-width:767px) {
	.index-features-header section {
		padding-top: 140px;
	}
}

.index-features-header section>h1 {
	color: #fff;
	line-height: 46px;
	font-size: 30px;
	text-align: center;
	position: relative;
}

@media (max-width:767px) {
	.index-features-header section>h1 {
		font-size: 27px;
		line-height: 40px;
	}
}

.index-features-header section>p {
	text-align: center;
	color: #c3cada;
	font-size: 16px;
	position: relative;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	-ms-animation-delay: .2s;
	animation-delay: .2s;
}

.index-features-header section .cta {
	text-align: center;
	margin-top: 50px;
}

.index-features-nav {
	height: 85px;
}

.index-features-nav .features {
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.index-features-nav .features.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	-ms-animation-duration: .5s;
	animation-duration: .5s;
}

.index-features-nav .features li {
	display: inline-block;
}

.index-features-nav .features li:nth-child(1) a {
	-webkit-animation-delay: .35s;
	-moz-animation-delay: .35s;
	-o-animation-delay: .35s;
	-ms-animation-delay: .35s;
	animation-delay: .35s;
}

.index-features-nav .features li:nth-child(2) a {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5s;
}

.index-features-nav .features li:nth-child(3) a {
	-webkit-animation-delay: .65s;
	-moz-animation-delay: .65s;
	-o-animation-delay: .65s;
	-ms-animation-delay: .65s;
	animation-delay: .65s;
}

.index-features-nav .features li:nth-child(4) a {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	-ms-animation-delay: .8s;
	animation-delay: .8s;
}

.index-features-nav .features .nav-link {
	display: inline-block;
	padding: 32px 0;
	height: 85px;
	vertical-align: top;
	margin: 0 10px;
	font-size: 15px;
	width: 180px;
	color: #333;
	position: relative;
	overflow: hidden;
}

@media (max-width:991px) {
	.index-features-nav .features .nav-link {
		width: 150px;
		font-size: 14px;
	}
}

.index-features-nav .features .nav-link.active {
	color: #ea9538;
}

.index-features-nav .features .nav-link.active:after {
	bottom: 0;
	background: #f7b063;
}

.index-features-nav .features .nav-link:after {
	content: '';
	position: absolute;
	height: 3px;
	bottom: -3px;
	left: 0;
	width: 100%;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.index-features-nav .features .nav-link:focus,.index-features-nav .features .nav-link:hover {
	opacity: 1;
	background: 0 0;
}

.index-features-nav .features .nav-link:focus:after,.index-features-nav .features .nav-link:hover:after {
	bottom: 0;
	background: #fdd0ad;
}

.index-features-friends {
	padding-top: 130px;
	overflow-x: hidden;
}

@media (max-width:767px) {
	.index-features-friends {
		padding-top: 60px;
		text-align: center;
	}
}

.index-features-friends section {
	width: 850px;
	margin: 0 auto;
	min-height: 473px;
	position: relative;
}

@media (max-width:991px) {
	.index-features-friends section {
		padding: 0 30px;
		width: auto;
	}
}

@media (max-width:767px) {
	.index-features-friends section {
		min-height: auto;
	}
}

.index-features-friends img.browser {
	position: absolute;
	left: 450px;
	top: -15px;
}

@media (max-width:767px) {
	.index-features-friends img.browser {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		margin-bottom: 40px;
	}
}

.index-features-friends .info {
	width: 330px;
}

@media (max-width:767px) {
	.index-features-friends .info {
		width: auto;
	}
}

.index-features-friends h3 {
	font-size: 14px;
	color: #70a9cd;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: 600;
}

.index-features-friends h4 {
	font-size: 27px;
	color: #4b4b4b;
	line-height: 36px;
	letter-spacing: 0;
	font-weight: 300;
	margin-top: 15px;
}

.index-features-friends p {
	font-size: 15px;
	color: #7b8398;
	line-height: 27px;
	margin-top: 30px;
}

.index-features-camera {
	margin-top: 110px;
	padding-top: 70px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
}

@media (max-width:767px) {
	.index-features-camera {
		margin-top: 80px;
	}
}

.index-features-camera h3 {
	font-size: 13px;
	color: #70a9cd;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: 600;
}

.index-features-camera h4 {
	font-size: 27px;
	color: #4b4b4b;
	line-height: 37px;
	font-weight: 300;
	width: 550px;
	margin: auto;
	margin-top: 15px;
}

@media (max-width:767px) {
	.index-features-camera h4 {
		width: auto;
		padding: 0 20px;
	}
}

.index-features-camera .pic {
	margin-top: 60px;
}

.index-features-camera .pic img {
	margin: 0 auto;
}

.index-features-user {
	padding-top: 140px;
}

@media (max-width:767px) {
	.index-features-user {
		padding-top: 100px;
	}
}

.index-features-user header {
	text-align: center;
}

.index-features-user header h3 {
	font-size: 13px;
	color: #70a9cd;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: 600;
}

.index-features-user header h4 {
	font-size: 26px;
	color: #4b4b4b;
	line-height: 37px;
	font-weight: 300;
	width: 620px;
	margin: auto;
	margin-top: 15px;
}

@media (max-width:767px) {
	.index-features-user header h4 {
		width: auto;
		padding: 0 20px;
	}
}

.index-features-user section {
	width: 850px;
	margin: 0 auto;
	margin-top: 150px;
	position: relative;
}

@media (max-width:991px) {
	.index-features-user section {
		padding: 0 30px;
		width: auto;
		margin-top: 60px;
	}
}

@media (max-width:767px) {
	.index-features-user section {
		text-align: center;
	}
}

.index-features-user section .devices {
	position: relative;
	top: -80px;
}

@media (max-width:991px) {
	.index-features-user section .devices {
		width: 300px;
		top: 0;
	}
}

@media (max-width:767px) {
	.index-features-user section .devices {
		float: none!important;
		margin-bottom: 30px;
		max-width: 100%;
	}
}

.index-features-user section h4 {
	font-size: 23px;
	color: #36afda;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
}

@media (max-width:991px) {
	.index-features-user section h4 {
		font-size: 21px;
	}
}

.index-features-user section p {
	width: 300px;
	font-size: 15px;
	margin-bottom: 25px;
	color: #666;
	line-height: 23px;
}

@media (max-width:767px) {
	.index-features-user section p {
		width: auto;
	}
}

.index-features-user section .icons i {
	color: #c2c0e7;
	margin-right: 20px;
}

.index-features-user section .icons .ion-monitor {
	font-size: 44px;
}

.index-features-user section .icons .ion-ipad {
	font-size: 38px;
}

.index-features-user section .icons .ion-iphone {
	font-size: 32px;
}

.index-features-files {
	padding-top: 90px;
}

.index-features-files .container2 {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e2e9f0;
}

.index-features-files .container2 .container1 {
	float: left;
	width: 100%;
	position: relative;
	right: 50%;
	background: #f5f7f9;
	border-right: 1px solid #e2e9f0;
}

@media (max-width:991px) {
	.index-features-files .container2 .container1 {
		right: auto;
	}
}

.index-features-files .col-left {
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
	overflow: hidden;
	padding: 78px 50px 0;
}

@media (max-width:991px) {
	.index-features-files .col-left {
		width: 100%;
		left: 0;
		padding: 60px 70px 0;
	}
}

@media (max-width:767px) {
	.index-features-files .col-left {
		padding: 50px 30px 0;
	}
}

.index-features-files .col-left .features {
	float: right;
	width: 400px;
}

@media (max-width:991px) {
	.index-features-files .col-left .features {
		float: none;
		width: auto;
	}
}

.index-features-files .col-left .features .feature {
	margin-bottom: 30px;
}

.index-features-files .col-left .features .image,.index-features-files .col-left .features .info {
	float: left;
}

@media (max-width:767px) {
	.index-features-files .col-left .features .image,.index-features-files .col-left .features .info {
		float: none;
	}
}

.index-features-files .col-left .features .info {
	width: 80%;
	margin-left: 40px;
}

@media (max-width:767px) {
	.index-features-files .col-left .features .info {
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}
}

.index-features-files .col-left .features .info strong {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #444;
	letter-spacing: .5px;
}

.index-features-files .col-left .features .info p {
	color: #657790;
	margin-top: 12px;
	line-height: 24px;
	width: 90%;
}

.index-features-files .col-right {
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
	overflow: hidden;
	padding: 50px 70px 70px;
}

@media (max-width:991px) {
	.index-features-files .col-right {
		width: 100%;
		left: 0;
	}
}

@media (max-width:767px) {
	.index-features-files .col-right {
		padding: 30px;
	}
}

.index-features-files .col-right .info {
	width: 340px;
}

@media (max-width:991px) {
	.index-features-files .col-right .info {
		width: auto;
	}
}

.index-features-files .col-right h3 {
	font-size: 13px;
	margin-top: 20px;
	color: #70a9cd;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: 600;
}

.index-features-files .col-right h4 {
	font-size: 27px;
	color: #4b4b4b;
	line-height: 37px;
	font-weight: 300;
	margin-top: 15px;
}

.index-features-files .col-right p {
	font-size: 15px;
	color: #7b8398;
	line-height: 27px;
	margin-top: 30px;
}

.index-features-cta {
	background: #495a7a;
	text-align: center;
	padding: 60px 0;
}

.index-features-cta .info {
	text-align: left;
	display: inline-block;
	margin-right: 80px;
}

@media (max-width:767px) {
	.index-features-cta .info {
		text-align: center;
		display: block;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

.index-features-cta .info strong {
	color: #fff;
	font-size: 18px;
	display: block;
	font-weight: 600;
	text-shadow: 1px 1px #5b6162;
}

.index-features-cta .info p {
	margin-top: 6px;
	color: #d4def0;
	font-size: 16px;
}

.index-features-cta a {
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	background-image: -o-linear-gradient(-89deg,#fff 0,#f0f4fa 100%);
	background-image: -moz-linear-gradient(-89deg,#fff 0,#f0f4fa 100%);
	background-image: -ms-linear-gradient(-89deg,#fff 0,#f0f4fa 100%);
	background-image: linear-gradient(-179deg,#fff 0,#f0f4fa 100%);
	box-shadow: 0 1px 4px 1px rgba(0,0,0,.32);
	font-size: 15px;
	color: #468bb6;
	line-height: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.72);
	padding: 17px 32px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: .3px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.index-features-cta a:hover {
	box-shadow: rgba(0,0,0,.3) 0 1px 2px,inset rgba(255,255,255,.88) 0 1px 3px -1px,rgba(0,0,0,.3) 0 1px 2px,#ccdeee 0 1px 30px;
}

.index-features-footer {
	position: relative;
	padding: 70px 0 90px;
}

@media (max-width:767px) {
	.index-features-footer {
		padding: 30px 0 50px;
	}
}

.index-features-footer .links {
	text-align: center;
}

.index-features-footer .links a {
	display: inline-block;
	font-size: 16px;
	color: #8c99ab;
	margin: 0 33px;
}

@media (max-width:767px) {
	.index-features-footer .links a {
		display: block;
		margin: 20px 0;
	}
}

.index-features-footer .bottom {
	margin-top: 45px;
	text-align: center;
}

.index-features-footer .bottom span {
	display: inline-block;
	margin: 0 25px;
	color: #8c99ab;
}

@media (max-width:767px) {
	.index-features-footer .bottom span {
		display: block;
		margin: 20px 0;
	}
}

.index-features-footer .bottom span a {
	color: #689ce0;
}

.index-photography-body {
	background: #f9f9f9;
}

.index-photography-header {
	position: relative;
}

.index-photography-header .slider-component {
	height: 90vh;
}

.index-photography-header .slider-component ul.itemwrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 996;
	background: linear-gradient(rgba(0,0,0,.2) 10%,rgba(0,0,0,.25) 100%);
}

.index-photography-header .intro {
	position: absolute;
	left: 0;
	right: 0;
	top: 260px;
	z-index: 998;
	text-align: center;
}

@media (max-width:767px) {
	.index-photography-header .intro {
		top: 175px;
	}
}

.index-photography-header .intro h1 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 32px;
}

@media (max-width:767px) {
	.index-photography-header .intro h1 {
		font-size: 25px;
	}
}

.index-photography-header .intro h2 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 15px;
	-webkit-animation-delay: .35s;
	-moz-animation-delay: .35s;
	-o-animation-delay: .35s;
	-ms-animation-delay: .35s;
	animation-delay: .35s;
}

.index-photography-header .intro a {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 35px;
	display: inline-block;
	letter-spacing: 2px;
	margin-top: 20px;
	font-size: 12px;
	padding: 13px 25px 12px;
	background: #88bee0;
	text-decoration: none;
	box-shadow: 0 4px 18px 3px rgba(0,0,0,.2);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-animation-delay: .35s;
	-moz-animation-delay: .35s;
	-o-animation-delay: .35s;
	-ms-animation-delay: .35s;
	animation-delay: .35s;
}

.index-photography-header .intro a:hover {
	background: #fff;
	color: #999;
}

.index-photography-intro {
	margin-top: 100px;
	text-align: center;
}

@media (max-width:767px) {
	.index-photography-intro {
		margin-top: 70px;
	}
}

.index-photography-intro h2 {
	font-size: 33px;
	text-shadow: 1px 1px #fff;
	font-weight: 300;
}

@media (max-width:767px) {
	.index-photography-intro h2 {
		font-size: 28px;
	}
}

.index-photography-intro p {
	color: #777d88;
	width: 60%;
	font-size: 16px;
	margin: 30px auto 0;
	line-height: 27px;
}

@media (max-width:991px) {
	.index-photography-intro p {
		width: 70%;
	}
}

@media (max-width:767px) {
	.index-photography-intro p {
		width: 90%;
	}
}

.index-photography-gallery {
	margin-top: 90px;
}

.index-photography-gallery .scroller {
	height: 380px;
	background-size: cover;
	background-position: center center;
	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

@media (max-width:767px) {
	.index-photography-gallery .scroller {
		height: 300px;
	}
}

.index-photography-cta {
	margin-top: 70px;
	height: 410px;
	background: url(../images/graphics/photo-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding-top: 120px;
}

.index-photography-cta h2 {
	color: #fff;
	font-size: 32px;
	letter-spacing: .5px;
}

@media (max-width:767px) {
	.index-photography-cta h2 {
		font-size: 27px;
		line-height: 35px;
	}
}

.index-photography-cta a {
	background: #88bee0;
	box-shadow: 0 5px 20px 3px rgba(0,0,0,.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin-top: 50px;
	padding: 20px 35px;
	font-size: 13px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-photography-cta a:hover {
	background: #6690e4;
}

.index-photography-feature {
	padding-top: 120px;
	position: relative;
}

@media (max-width:767px) {
	.index-photography-feature {
		padding-top: 80px;
	}
}

.index-photography-feature p {
	text-align: center;
	color: #777d88;
	width: 70%;
	font-size: 16px;
	margin: 0 auto;
	line-height: 27px;
}

@media (max-width:767px) {
	.index-photography-feature p {
		width: 100%;
	}
}

.index-photography-feature .gallery {
	margin-top: 70px;
}

.index-photography-feature .gallery .bg-img {
	background-size: cover;
	background-position: center center;
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.index-photography-feature .gallery .bg-img {
		height: 250px!important;
	}
}

.index-photography-feature .gallery .col-md-1,.index-photography-feature .gallery .col-md-2,.index-photography-feature .gallery .col-md-3,.index-photography-feature .gallery .col-md-4,.index-photography-feature .gallery .col-md-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.index-photography-feature .gallery .col-md-1 .bg-img,.index-photography-feature .gallery .col-md-2 .bg-img,.index-photography-feature .gallery .col-md-3 .bg-img,.index-photography-feature .gallery .col-md-4 .bg-img,.index-photography-feature .gallery .col-md-5 .bg-img {
	height: 210px;
}

.index-photography-feature .gallery .col-md-10,.index-photography-feature .gallery .col-md-11,.index-photography-feature .gallery .col-md-6,.index-photography-feature .gallery .col-md-7,.index-photography-feature .gallery .col-md-8,.index-photography-feature .gallery .col-md-9 {
	padding-left: 5px;
	padding-right: 5px;
}

.index-photography-feature .gallery .col-md-10 .bg-img,.index-photography-feature .gallery .col-md-11 .bg-img,.index-photography-feature .gallery .col-md-6 .bg-img,.index-photography-feature .gallery .col-md-7 .bg-img,.index-photography-feature .gallery .col-md-8 .bg-img,.index-photography-feature .gallery .col-md-9 .bg-img {
	height: 430px;
}

.index-photography-feature .gallery .col-md-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.index-photography-feature .gallery .col-md-12 .bg-img {
	height: 330px;
}

.index-photography-footer {
	margin-top: 300px;
	background: #343746;
}

@media (max-width:767px) {
	.index-photography-footer {
		margin-top: 200px;
	}
}

.index-photography-footer .footer-wrapper {
	background: #fff;
	position: relative;
	width: 590px;
	min-height: 350px;
	margin: 0 auto;
	padding: 40px 70px;
}

@media (max-width:991px) {
	.index-photography-footer .footer-wrapper {
		-moz-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
	}
}

@media (max-width:767px) {
	.index-photography-footer .footer-wrapper {
		width: auto;
		padding: 30px 20px;
	}
}

.index-photography-footer .footer-wrapper h3 {
	text-align: center;
	margin-top: 0;
}

.index-photography-footer .footer-wrapper form {
	margin-top: 30px;
}

.index-photography-footer .footer-wrapper form label {
	font-weight: 400;
}

.index-photography-footer .footer-wrapper form .form-actions {
	margin-top: 30px;
	text-align: center;
}

.index-photography-footer .social {
	text-align: center;
	padding-bottom: 100px;
	color: #fff;
}

.index-photography-footer .social a {
	color: #fff;
	font-size: 31px;
	display: inline-block;
	margin: 0 17px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.index-photography-footer .social a:hover {
	-moz-transform: scale3d(1.6,1.6,1.6);
	-o-transform: scale3d(1.6,1.6,1.6);
	-ms-transform: scale3d(1.6,1.6,1.6);
	-webkit-transform: scale3d(1.6,1.6,1.6);
	transform: scale3d(1.6,1.6,1.6);
}

.homepage-hero-module {
	border-right: none;
	border-left: none;
	position: relative;
	height: 100vh;
}

.homepage-hero-module .video-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #111;
}

.homepage-hero-module .video-container #video {
	position: relative;
	background: 0 0;
	height: 100%;
}

.homepage-hero-module .video-container .ytplayer-container {
	position: absolute;
	top: 0;
	z-index: -1;
}

.homepage-hero-module .video-container .ytplayer-shield {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	background: rgba(64,76,93,.65);
}

.homepage-hero-content {
	position: absolute;
	z-index: 99;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	top: calc(50% - 140px);
}

@media (max-width:767px) {
	.homepage-hero-content {
		top: 25%;
	}
}

.homepage-hero-content h2 {
	font-size: 45px;
	font-weight: 400;
	letter-spacing: .3px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}

@media (max-width:991px) {
	.homepage-hero-content h2 {
		font-size: 40px;
	}
}

@media (max-width:767px) {
	.homepage-hero-content h2 {
		font-size: 33px;
		line-height: 45px;
		padding: 0 20px;
	}
}

.homepage-hero-content p {
	font-size: 17px;
	width: 50%;
	margin: 25px auto 0;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	animation-delay: .6s;
}

@media (max-width:991px) {
	.homepage-hero-content p {
		width: 70%;
	}
}

@media (max-width:767px) {
	.homepage-hero-content p {
		width: 90%;
		font-size: 15px;
	}
}

.homepage-hero-content a.btn-cta {
	display: inline-block;
	padding: 11px 29px;
	border: 2px solid #fff;
	border-radius: 50px;
	text-transform: uppercase;
	background: #fff;
	color: #333;
	text-decoration: none;
	margin-top: 45px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.homepage-hero-content a.btn-cta:hover {
	color: #fff;
	background: 0 0;
}

.index-video-intro {
	margin-top: 70px;
	position: relative;
}

.index-video-intro .bg-text {
	position: absolute;
	font-weight: 600;
	font-family: Source Sans Pro,Helvetica Neue,Arial;
	font-size: 110px;
	color: #f3f3f3;
	top: 0;
	letter-spacing: -2px;
	left: 10px;
}

@media (max-width:991px) {
	.index-video-intro .bg-text {
		font-size: 70px;
	}
}

.index-video-intro .index-video-title {
	margin-top: 90px;
	margin-bottom: 50px;
}

@media (max-width:991px) {
	.index-video-intro .index-video-title {
		margin-top: 60px;
	}
}

.index-video-intro .index-video-title h3 {
	margin: 0;
	width: 45%;
	float: left;
	font-weight: 600;
	line-height: 31px;
}

@media (max-width:767px) {
	.index-video-intro .index-video-title h3 {
		width: 100%;
	}
}

.index-video-intro .index-video-title p {
	margin: 0;
	float: right;
	width: 45%;
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

@media (max-width:767px) {
	.index-video-intro .index-video-title p {
		width: 100%;
		margin-top: 20px;
	}
}

.index-video-intro .img-bg {
	display: block;
	text-decoration: none;
	height: 420px;
	background-size: cover;
	background-position: center center;
	position: relative;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

@media (max-width:991px) {
	.index-video-intro .img-bg {
		height: 330px;
	}
}

@media (max-width:767px) {
	.index-video-intro .img-bg {
		margin-bottom: 25px;
	}
}

.index-video-intro .img-bg:hover {
	-moz-transform: scale3d(1.04,1.04,1.04);
	-o-transform: scale3d(1.04,1.04,1.04);
	-ms-transform: scale3d(1.04,1.04,1.04);
	-webkit-transform: scale3d(1.04,1.04,1.04);
	transform: scale3d(1.04,1.04,1.04);
	box-shadow: 0 40px 40px rgba(0,0,0,.25);
}

.index-video-intro .img-bg:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(255,255,255,0) 60%,rgba(36,43,60,.89) 100%);
}

.index-video-intro .img-bg p {
	position: absolute;
	bottom: 15px;
	color: #fff;
	z-index: 9;
	text-align: center;
	left: 0;
	font-size: 23px;
	font-weight: 500;
	right: 0;
}

.index-video-intro .img-bg p span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	font-family: Georgia;
	color: rgba(255,255,255,.65);
}

.index-video-feature {
	margin-top: 110px;
	padding-top: 70px;
	position: relative;
}

@media (max-width:991px) {
	.index-video-feature {
		padding-top: 50px;
		margin-top: 80px;
	}
}

.index-video-feature .bg-text {
	position: absolute;
	font-family: Source Sans Pro,Helvetica Neue,Arial;
	font-weight: 600;
	font-size: 110px;
	color: #f3f3f3;
	top: 0;
	letter-spacing: -2px;
	right: 10px;
	z-index: -1;
}

@media (max-width:991px) {
	.index-video-feature .bg-text {
		font-size: 70px;
	}
}

.index-video-feature .index-video-title {
	width: 33%;
	font-weight: 600;
	line-height: 25px;
	margin-left: 37%;
}

@media (max-width:1199px) {
	.index-video-feature .index-video-title {
		width: 50%;
		margin: 20px auto 0;
		text-align: center;
	}
}

@media (max-width:991px) {
	.index-video-feature .index-video-title {
		width: 90%;
	}
}

.index-video-feature .gallery p {
	text-align: center;
	margin: 10px auto 50px;
	width: 70%;
	font-size: 15px;
	line-height: 23px;
	color: #555;
}

@media (max-width:991px) {
	.index-video-feature .gallery p {
		width: 90%;
	}
}

.index-video-feature .gallery .bg-img {
	background-size: cover;
	background-position: center center;
	width: 100%;
}

@media (max-width:767px) {
	.index-video-feature .gallery .bg-img {
		height: 210px!important;
		margin-bottom: 25px!important;
	}
}

.index-video-feature .gallery .col-md-3 .bg-img {
	height: 210px;
	margin-bottom: 25px;
}

.index-video-feature .gallery .col-md-3 .bg-img+.bg-img {
	margin-bottom: 0;
}

.index-video-feature .gallery .col-md-6 .bg-img {
	height: 445px;
}

.index-video-scroll {
	margin-top: 80px;
	margin-bottom: -60px;
	position: relative;
}

.index-video-scroll .bg-text {
	position: absolute;
	font-family: Source Sans Pro,Helvetica Neue,Arial;
	font-weight: 600;
	font-size: 110px;
	color: #f3f3f3;
	top: 0;
	letter-spacing: -2px;
	left: 10px;
}

@media (max-width:991px) {
	.index-video-scroll .bg-text {
		font-size: 70px;
	}
}

.index-video-scroll .index-scroll-title {
	width: 33%;
	font-weight: 600;
	line-height: 25px;
	position: absolute;
	top: 70px;
	left: 25%;
}

@media (max-width:991px) {
	.index-video-scroll .index-scroll-title {
		width: 100%;
		left: 0;
		top: 40px;
		padding: 0 20px;
		text-align: center;
	}
}

.index-video-scroll .scroll-wrapper {
	padding-top: 200px;
	overflow: hidden;
}

@media (max-width:991px) {
	.index-video-scroll .scroll-wrapper {
		padding-top: 150px;
	}
}

@media (max-width:767px) {
	.index-video-scroll .scroll-wrapper {
		padding-top: 170px;
	}
}

.index-video-scroll .scroll-wrapper .holder {
	overflow: hidden;
	height: 430px;
}

.index-video-scroll .scroll-wrapper .wrap {
	overflow-x: auto;
	overflow-y: visible;
	width: 100%;
}

.index-video-scroll .scroll-wrapper .item {
	width: 270px;
	display: inline-block;
	margin: 3px 3px 90px;
}

@media (max-width:767px) {
	.index-video-scroll .scroll-wrapper .item {
		width: 250px;
	}
}

.index-video-scroll .scroll-wrapper .item:first-child {
	margin-left: 280px;
}

@media (max-width:991px) {
	.index-video-scroll .scroll-wrapper .item:first-child {
		margin-left: 180px;
	}
}

@media (max-width:767px) {
	.index-video-scroll .scroll-wrapper .item:first-child {
		margin-left: 50px;
	}
}

.index-video-scroll .scroll-wrapper .item .img-bg {
	display: block;
	text-decoration: none;
	height: 370px;
	background-size: cover;
	background-position: center center;
	position: relative;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

@media (max-width:991px) {
	.index-video-scroll .scroll-wrapper .item .img-bg {
		height: 330px;
	}
}

@media (max-width:767px) {
	.index-video-scroll .scroll-wrapper .item .img-bg {
		height: 300px;
	}
}

.index-video-scroll .scroll-wrapper .item .img-bg:hover {
	box-shadow: 0 20px 35px rgba(0,0,0,.2);
}

.index-video-scroll .scroll-wrapper .item .img-bg:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(255,255,255,0) 60%,rgba(36,43,60,.89) 100%);
}

.index-video-scroll .scroll-wrapper .item p {
	margin-top: 10px;
	font-weight: 600;
	font-size: 18px;
}

.index-app-hero {
	background: url(../images/unsplash/jared-erondu-10472.jpg);
	background-position: center 0;
	background-size: cover;
	background-attachment: fixed;
	height: 590px;
	padding-top: 150px;
	overflow: hidden;
	position: relative;
}

@media (max-width:1024px) {
	.index-app-hero {
		background-attachment: inherit;
	}
}

@media (max-width:767px) {
	.index-app-hero {
		text-align: center;
		padding-top: 60px;
	}
}

.index-app-hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(26,35,62,.58);
}

.index-app-hero .container {
	position: relative;
	z-index: 10;
}

.index-app-hero h2 {
	color: #fff;
	margin-top: 40px;
	font-size: 44px;
	font-weight: 200;
	line-height: 54px;
	width: 590px;
	text-shadow: 0 2px 1px rgba(0,0,0,.11);
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}

@media (max-width:991px) {
	.index-app-hero h2 {
		font-size: 38px;
		line-height: 52px;
	}
}

@media (max-width:767px) {
	.index-app-hero h2 {
		width: auto;
	}
}

.index-app-hero p {
	color: #dfedff;
	font-weight: 400;
	margin-top: 30px;
	font-size: 17px;
	line-height: 27px;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5s;
}

.index-app-hero .btn-pill {
	margin-top: 30px;
	font-weight: 600;
	padding: 13px 44px 16px;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5s;
}

.index-app-hero .btn-pill:active {
	border-color: #3b6b23;
}

@media (max-width:767px) {
	.index-app-hero .btn-pill {
		margin-top: 30px;
	}
}

.index-app-news {
	text-align: center;
	padding: 25px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #dadada;
	color: #6e6e6e;
	font-size: 15px;
}

.index-app-news span {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #8e82de;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.index-app-news strong {
	font-weight: 600;
	color: #333;
	margin-right: 10px;
}

.index-app-news a {
	color: #0c80e4;
	margin-left: 5px;
}

@media (max-width:991px) {
	.index-app-news a {
		display: block;
		margin-top: 7px;
	}
}

.index-app-features {
	padding-top: 160px;
	overflow-x: hidden;
}

@media (max-width:767px) {
	.index-app-features {
		padding-top: 60px;
		text-align: center;
	}
}

.index-app-features section {
	width: 870px;
	margin: 0 auto;
	min-height: 473px;
	position: relative;
}

@media (max-width:991px) {
	.index-app-features section {
		padding: 0 30px;
		width: auto;
	}
}

@media (max-width:767px) {
	.index-app-features section {
		min-height: auto;
	}
}

.index-app-features img.browser {
	position: absolute;
	left: 450px;
	top: -15px;
}

@media (max-width:767px) {
	.index-app-features img.browser {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		margin-bottom: 40px;
	}
}

.index-app-features .info {
	width: 330px;
}

@media (max-width:767px) {
	.index-app-features .info {
		width: auto;
	}
}

.index-app-features h3 {
	font-size: 13px;
	color: #70a9cd;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: 600;
}

.index-app-features h4 {
	font-size: 29px;
	color: #4b4b4b;
	line-height: 38px;
	font-weight: 300;
	margin-top: 15px;
}

.index-app-features p {
	font-size: 15px;
	color: #7b8398;
	width: 90%;
	line-height: 26px;
	margin-top: 30px;
}

@media (max-width:767px) {
	.index-app-features p {
		width: auto;
	}
}

.index-features-files.index-app {
	margin-top: 50px;
	border-bottom: 1px solid #e2e9f0;
}

.business-single-client.index-app {
	margin-top: 100px;
}

.index-app-devices {
	margin-top: 220px;
	margin-bottom: 180px;
}

@media (max-width:767px) {
	.index-app-devices {
		margin-top: 150px;
		margin-bottom: 0;
	}
}

.index-app-devices .cta {
	margin-top: 90px;
	text-align: center;
}

@media (max-width:767px) {
	.index-app-devices .cta {
		margin-top: 70px;
	}
}

.index-app-devices .cta h3 {
	font-size: 29px;
}

@media (max-width:767px) {
	.index-app-devices .cta h3 {
		line-height: 35px;
		font-size: 26px;
	}
}

.index-app-devices .cta p {
	font-size: 17px;
	margin-top: 20px;
	color: #777;
}

.index-app-devices .cta a {
	margin-top: 25px;
	display: inline-block;
	background: #459ce7;
	color: #fff;
	padding: 13px 30px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.index-app-devices .cta a:hover {
	background: #66b1f2;
}

.index-dark-page {
	background: #1d1e1f;
}

.index-dark-header {
	min-height: 650px;
	background-image: url(../images/unsplash/photo-1454942901704-3c44c11b2ad1.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	color: #fff;
}

.index-dark-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.35);
}

.index-dark-header .container {
	position: relative;
	z-index: 9;
}

.index-dark-header h1 {
	text-align: center;
	padding-top: 210px;
	font-size: 40px;
	font-weight: 300;
}

@media (max-width:767px) {
	.index-dark-header h1 {
		font-size: 35px;
		padding-top: 100px;
	}
}

.index-dark-header p {
	text-align: center;
	font-size: 17px;
	width: 80%;
	margin: 15px auto;
}

@media (max-width:767px) {
	.index-dark-header p {
		width: 100%;
	}
}

.index-dark-header form {
	margin: 50px auto 0;
	text-align: center;
}

@media (max-width:767px) {
	.index-dark-header form {
		margin-top: 30px;
	}
}

.index-dark-header form .form-control {
	height: 50px;
	font-size: 18px;
	padding: 6px 18px;
	width: 330px;
	display: inline-block;
	margin-right: 6px;
}

@media (max-width:767px) {
	.index-dark-header form .form-control {
		width: 100%;
		margin-top: 20px;
	}
}

.index-dark-header form .btn-shadow {
	padding: 16px 25px;
	position: relative;
	top: -2px;
}

@media (max-width:991px) {
	.index-dark-header form .btn-shadow {
		margin-top: 30px;
	}
}

@media (max-width:767px) {
	.index-dark-header form .btn-shadow {
		width: 100%;
	}
}

.index-dark-videos {
	color: #fff;
	margin-top: 60px;
}

.index-dark-videos h1 {
	line-height: 44px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 20px;
}

.index-dark-videos p {
	margin-top: 10px;
	font-size: 19px;
	font-weight: 500;
	color: #b0976d;
}

.index-dark-videos .grid-videos {
	margin-top: 40px;
}

@media (max-width:767px) {
	.index-dark-videos .grid-videos .video {
		margin-bottom: 30px;
	}
}

.index-dark-videos .grid-videos .bg {
	height: 200px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
}

.index-dark-videos .grid-videos .bg a.btn-play {
	position: relative;
	top: 65px;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 60px;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.index-dark-videos .grid-videos .bg a.btn-play:hover {
	background: rgba(0,0,0,.85);
	-moz-transform: scale3d(1.1,1.1,1.1);
	-o-transform: scale3d(1.1,1.1,1.1);
	-ms-transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}

.index-dark-videos .grid-videos .bg a.btn-play i {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 22px;
}

.index-dark-videos .grid-videos .title {
	font-size: 17px;
	margin-top: 20px;
	line-height: 27px;
}

.index-dark-videos .grid-videos .author {
	margin-top: 15px;
	color: #dadada;
}

.index-dark-portfolio {
	margin-top: 100px;
	padding-top: 40px;
	border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width:767px) {
	.index-dark-portfolio {
		margin-top: 60px;
		padding-top: 20px;
	}
}

.index-dark-portfolio h1 {
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 20px;
}

.index-dark-portfolio .img-left {
	margin-right: 10px;
	margin-top: 20px;
}

@media (max-width:991px) {
	.index-dark-portfolio .img-left {
		width: 48%;
		float: left;
		margin-right: 0;
	}
}

.index-dark-portfolio .img-right {
	margin-left: 10px;
	margin-top: 20px;
}

@media (max-width:991px) {
	.index-dark-portfolio .img-right {
		width: 48%;
		float: right;
		margin-left: 0;
	}
}

.index-dark-features-device {
	margin-top: 110px;
	padding-top: 90px;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #fff;
}

.index-dark-features-device .info {
	padding-top: 100px;
}

@media (max-width:767px) {
	.index-dark-features-device .info {
		padding-top: 50px;
	}
}

.index-dark-features-device .label-title {
	color: #b79e75;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.index-dark-features-device h4 {
	font-size: 29px;
	line-height: 37px;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 27px;
}

.index-dark-features-device p {
	width: 80%;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

@media (max-width:991px) {
	.index-dark-features-device p {
		width: auto;
	}
}

.index-dark-features-ipad {
	margin-top: 90px;
	padding-top: 90px;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #fff;
}

@media (max-width:767px) {
	.index-dark-features-ipad {
		margin-top: 60px;
		padding-top: 60px;
	}
}

.index-dark-features-ipad .info {
	padding-top: 50px;
	padding-left: 100px;
}

@media (max-width:991px) {
	.index-dark-features-ipad .info {
		padding-top: 0;
		padding-left: 15px;
	}
}

.index-dark-features-ipad .label-title {
	color: #b79e75;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.index-dark-features-ipad h4 {
	font-size: 29px;
	line-height: 36px;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 27px;
}

.index-dark-features-ipad p {
	width: 80%;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

@media (max-width:991px) {
	.index-dark-features-ipad p {
		width: auto;
	}
}

.index-dark-banner {
	margin-top: 120px;
	height: 400px;
	background-image: url(../images/unsplash/photo-1467659226669-a1360d97be2d.jpg);
	background-size: cover;
	background-position: center center;
	color: #fff;
	position: relative;
}

.index-dark-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
}

.index-dark-banner .dark-banner-wrapper {
	text-align: center;
	padding-top: 80px;
	position: relative;
	z-index: 9;
}

@media (max-width:767px) {
	.index-dark-banner .dark-banner-wrapper {
		padding: 60px 20px 0;
	}
}

.index-dark-banner h2 {
	font-size: 32px;
	margin-top: 20px;
}

@media (max-width:767px) {
	.index-dark-banner h2 {
		font-size: 26px;
	}
}

.index-dark-banner p {
	font-size: 17px;
	width: 560px;
	margin: 15px auto;
}

@media (max-width:767px) {
	.index-dark-banner p {
		width: auto;
	}
}

.index-dark-banner a.btn-play {
	position: relative;
	margin-top: 20px;
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 60px;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.index-dark-banner a.btn-play:hover {
	background: rgba(0,0,0,.85);
	-moz-transform: scale3d(1.1,1.1,1.1);
	-o-transform: scale3d(1.1,1.1,1.1);
	-ms-transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}

.index-dark-banner a.btn-play i {
	color: #fff;
	font-size: 33px;
	position: absolute;
	top: 8px;
	left: 25px;
}

.index-dark-cta {
	margin-top: 130px;
	color: #fff;
	text-align: center;
}

.index-dark-cta h2 {
	font-size: 29px;
	font-weight: 400;
}

@media (max-width:767px) {
	.index-dark-cta h2 {
		line-height: 37px;
	}
}

.index-dark-cta p {
	color: #ccc;
	font-size: 15px;
	margin-top: 15px;
}

.index-dark-cta a {
	margin-top: 30px;
}

.footer.footer--dark {
	background: #292929;
	margin-top: 150px;
}

.footer.footer--dark .title {
	color: #bfa578;
}

.footer.footer--dark .menu a {
	color: #fff;
}

.footer.footer--dark .newsletter p {
	color: #c2c5cc;
}

.footer.footer--dark .bottom {
	border-top: 1px solid #3e3c3c;
}

.footer.footer--dark .bottom ul a {
	color: #7c7d80;
}

@media (min-width:1200px) {
	.navbar.navbar-restaurant .container {
		width: 1170px;
	}
}

@media (max-width:991px) {
	.navbar.navbar-restaurant .navbar-brand {
		top: 0;
	}
}

.navbar.navbar-restaurant .navbar-brand img {
	max-width: inherit;
}

@media (max-width:991px) {
	.navbar.navbar-restaurant .navbar-brand img {
		display: block;
		width: 126px;
	}
}

@media (max-width:767px) {
	.navbar.navbar-restaurant .navbar-brand img {
		width: 105px;
	}
}

.navbar.navbar-restaurant .link-rest-call-us {
	text-transform: uppercase;
	letter-spacing: 4.5px;
	font-size: 14px;
	font-weight: 400;
}

.restaurant-header {
	min-height: 680px;
	background-image: url(../images/unsplash/sunset.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

@media (min-width:1200px) {
	.restaurant-header .container {
		width: 1170px;
	}
}

.restaurant-header .intro {
	padding-top: 250px;
	text-align: center;
}

@media (max-width:767px) {
	.restaurant-header .intro {
		padding: 200px 20px 0;
	}
}

.restaurant-header .intro h1 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 37px;
	color: #fff;
	letter-spacing: 3.8px;
	line-height: 38px;
	text-shadow: 0 2px 7px rgba(0,0,0,.73);
	margin-top: 20px;
}

@media (max-width:767px) {
	.restaurant-header .intro h1 {
		font-size: 35px;
	}
}

.restaurant-header .intro p {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.5px;
	line-height: 38px;
	text-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.restaurant-header .bottom {
	position: absolute;
	width: 100%;
	bottom: 15px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2.5px;
	line-height: 38px;
	text-shadow: 0 2px 4px rgba(0,0,0,.4);
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	-ms-animation-delay: .2s;
	animation-delay: .2s;
}

@media (max-width:767px) {
	.restaurant-header .bottom .float-left,.restaurant-header .bottom .float-right {
		float: none!important;
		text-align: center;
	}
}

.restaurant-intro {
	margin-top: 125px;
	text-align: center;
}

@media (max-width:767px) {
	.restaurant-intro {
		padding: 0 20px;
		margin-top: 80px;
	}
}

.restaurant-intro h2 {
	text-transform: uppercase;
	color: #48494b;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 500;
}

@media (max-width:767px) {
	.restaurant-intro h2 {
		line-height: 25px;
	}
}

.restaurant-intro p {
	width: 720px;
	margin: 35px auto 0;
	font-size: 16px;
	color: #546579;
	line-height: 28px;
}

@media (max-width:767px) {
	.restaurant-intro p {
		width: auto;
		font-size: 16px;
	}
}

.restaurant-grid {
	margin-top: 125px;
}

.restaurant-grid .banner {
	height: 310px;
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}

@media (max-width:991px) {
	.restaurant-grid .banner {
		width: 50%;
		height: 260px;
	}
}

@media (max-width:767px) {
	.restaurant-grid .banner {
		width: 100%;
	}
}

.restaurant-grid .banner:hover .bg {
	-moz-transform: scale3d(1.07,1.07,1.07);
	-o-transform: scale3d(1.07,1.07,1.07);
	-ms-transform: scale3d(1.07,1.07,1.07);
	-webkit-transform: scale3d(1.07,1.07,1.07);
	transform: scale3d(1.07,1.07,1.07);
}

.restaurant-grid .banner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.restaurant-grid .banner .bg:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(39,41,64,.32);
}

.restaurant-grid .banner section {
	color: #fff;
	text-align: center;
	margin-top: 115px;
	position: relative;
	z-index: 9;
}

@media (max-width:991px) {
	.restaurant-grid .banner section {
		margin-top: 90px;
	}
}

.restaurant-grid .banner section .title {
	font-size: 26px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
}

@media (max-width:991px) {
	.restaurant-grid .banner section .title {
		font-size: 22px;
	}
}

.restaurant-grid .banner section p {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 12px;
	margin-top: 7px;
}

.restaurant-menu {
	background: #f7f7f7;
	padding: 90px 0;
}

@media (max-width:767px) {
	.restaurant-menu {
		padding-top: 60px;
		text-align: center;
	}
}

.restaurant-menu h1 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.restaurant-menu .menu-section {
	margin-top: 30px;
}

.restaurant-menu .menu-section h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
}

.restaurant-menu .menu-section p {
	font-size: 15px;
	margin-bottom: 12px;
}

.restaurant-gallery {
	margin-top: 100px;
}

.restaurant-gallery h1 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
}

@media (max-width:767px) {
	.restaurant-gallery h1 {
		font-size: 25px;
	}
}

.restaurant-gallery .gallery {
	margin-top: 50px;
}

.restaurant-gallery .gallery .bg-img {
	background-size: cover;
	background-position: center center;
	width: 100%;
}

@media (max-width:767px) {
	.restaurant-gallery .gallery .bg-img {
		height: 210px!important;
		margin-bottom: 25px!important;
	}
}

.restaurant-gallery .gallery .col-md-3 .bg-img {
	height: 210px;
	margin-bottom: 25px;
}

.restaurant-gallery .gallery .col-md-3 .bg-img+.bg-img {
	margin-bottom: 0;
}

.restaurant-gallery .gallery .col-md-6 .bg-img {
	height: 445px;
}

.restaurant-reservation {
	margin-top: 140px;
	margin-bottom: 150px;
}

@media (max-width:767px) {
	.restaurant-reservation {
		margin-top: 90px;
		margin-bottom: 100px;
	}
}

.restaurant-reservation h1 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
}

@media (max-width:767px) {
	.restaurant-reservation h1 {
		font-size: 25px;
	}
}

.restaurant-reservation form {
	margin-top: 50px;
}

.restaurant-reservation form .form-group {
	margin-bottom: 32px;
}

.restaurant-reservation form .form-group label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	color: #9198b5;
	font-weight: 600;
}

.restaurant-reservation form .form-group .form-control {
	height: 45px;
	border-radius: 1px;
	border: 2px solid #e2e2e8;
	box-shadow: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.restaurant-reservation form .form-group .form-control:focus {
	border-color: #acb2c3;
}

.restaurant-reservation form input[type=submit] {
	padding: 14px 23px;
	width: 100%;
}

.event-bg {
	background: #f4f6f2;
}

.event-title {
	color: #1d1d1f;
	line-height: 38px;
	font-size: 27px;
	font-weight: 400;
	position: relative;
	margin-top: 30px;
	margin-bottom: 60px;
}

.event-title:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 90%;
	margin: auto;
	bottom: -30px;
	left: 0;
	right: 0;
	background: #cfd1cd;
}

.event-hero {
	background-image: url(../images/unsplash/aranxa-esteve-130749.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 540px;
	position: relative;
}

@media (max-width:991px) {
	.event-hero {
		min-height: 480px;
	}
}

@media (max-width:767px) {
	.event-hero {
		min-height: 370px;
	}
}

.event-hero .container {
	z-index: 10;
	position: relative;
}

.event-hero:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: linear-gradient(150deg,rgba(111,32,154,.19) 0,rgba(227,249,47,.15) 100%);
}

.event-hero h2 {
	color: #fff;
	text-align: center;
	padding-top: 240px;
	font-size: 2.9rem;
	text-shadow: 0 2px 8px rgba(0,0,0,.15);
}

@media (max-width:767px) {
	.event-hero h2 {
		padding-top: 100px;
		font-size: 2.2rem;
	}
}

.event-hero .tickets {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: -50px;
	background: #fff;
	padding: 23px 65px;
	box-shadow: 0 8px 30px 0 rgba(0,0,0,.2);
}

.event-hero .tickets p {
	color: #1d1d1f;
	font-size: 16px;
}

.btn-get-tickets {
	border: 2px solid #7a37a2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 16px 30px;
	border-radius: 60px;
	color: #7a37a2;
	display: inline-block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.btn-get-tickets:hover {
	background: #7a37a2;
	color: #fff;
}

@media (max-width:767px) {
	.btn-get-tickets {
		margin-bottom: 20px;
	}
}

.event-intro {
	margin-top: 200px;
}

@media (max-width:991px) {
	.event-intro {
		margin-top: 130px;
	}
}

@media (min-width:992px) {
	.event-intro .event-title {
		width: 80%;
	}
}

.event-intro .event-title:after {
	width: 50%;
	margin-left: 0;
}

.event-intro p {
	color: #363841;
	line-height: 21px;
}

@media (min-width:992px) {
	.event-intro p {
		width: 80%;
	}
}

.event-speakers {
	margin-top: 180px;
}

@media (max-width:991px) {
	.event-speakers {
		margin-top: 80px;
	}
}

.event-speakers .event-title {
	margin-bottom: 90px;
}

.event-speakers .speaker {
	background: #fff;
	max-width: 309px;
	margin: auto;
}

@media (min-width:768px) {
	.event-speakers .speaker.mt-half {
		margin-top: 60px;
	}

	.event-speakers .speaker.mt-full {
		margin-top: 120px;
	}
}

@media (max-width:767px) {
	.event-speakers .speaker {
		margin-bottom: 30px;
	}
}

.event-speakers .speaker-name {
	font-size: 19px;
	color: #3746a3;
	padding: 12px 15px 7px;
}

.event-speakers .speaker-role {
	color: #1d1d1f;
	font-size: 13px;
	padding: 0 15px;
}

.event-speakers .speaker-company {
	font-size: 16px;
	color: #b0b1b4;
	padding: 10px 15px;
}

.event-schedule {
	margin-top: 120px;
}

@media (max-width:991px) {
	.event-schedule {
		margin-top: 80px;
	}
}

.event-schedule .event-title {
	margin-bottom: 30px;
}

.event-schedule .event-title:after {
	display: none;
}

.event-schedule .date-tab {
	line-height: 38px;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
}

.event-schedule .date-tab:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 110%;
	margin: auto;
	bottom: -20px;
	left: -5px;
	right: 0;
	background: #cfd1cd;
}

@media (max-width:576px) {
	.event-schedule .date-tab:after {
		width: 100%;
	}
}

.event-schedule .activity {
	padding: 32px 30px 0;
	width: 330px;
	margin: auto;
	position: relative;
}

.event-schedule .activity:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 143px;
	top: 0;
	background: #cfd1cd;
}

.event-schedule .activity:after {
	content: '';
	width: 11px;
	height: 11px;
	border: 1px solid #854bde;
	background: #f4f6f2;
	border-radius: 100%;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 138px;
}

.event-schedule .activity .time {
	display: inline-block;
	width: 40%;
	float: left;
}

.event-schedule .activity .title {
	width: 60%;
	display: inline-block;
	text-align: left;
	padding-left: 30px;
}

.event-tickets {
	margin-top: 120px;
}

@media (max-width:991px) {
	.event-tickets {
		margin-top: 80px;
	}
}

.event-tickets .event-title {
	margin-bottom: 80px;
}

.event-tickets .ticket {
	background: #fff;
	padding: 40px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width:767px) {
	.event-tickets .ticket {
		margin-bottom: 30px;
	}
}

.event-tickets .ticket:hover {
	box-shadow: 0 9px 30px 0 rgba(0,0,0,.09);
}

.event-tickets .ticket-title {
	text-align: center;
	font-size: 29px;
	margin-bottom: 30px;
}

.event-tickets h5 {
	margin-top: 45px;
}

.event-location {
	margin-top: 120px;
}

@media (max-width:991px) {
	.event-location {
		margin-top: 80px;
	}
}

.event-location .event-title {
	margin-bottom: 80px;
}

.event-location .address-container {
	box-shadow: 0 9px 30px 0 rgba(0,0,0,.09);
}

.event-location .address {
	background: #fff;
	padding: 50px 30px;
}

.event-location #map {
	height: 470px;
	width: 100%;
}

.event-location i {
	font-size: 27px;
	margin-right: 10px;
	position: relative;
	top: 6px;
}

.event-location .social-link {
	display: inline-block;
	position: relative;
	margin-right: 6px;
	margin-top: 15px;
}

.event-location .social-link i {
	font-size: 25px;
}

.event-location .social-link i.ion-social-twitter {
	color: #1da1f2;
}

.event-location .social-link i.ion-social-facebook {
	color: #3b5998;
}

.event-sponsors {
	margin-top: 130px;
	margin-bottom: 160px;
}

@media (max-width:991px) {
	.event-sponsors {
		margin-top: 80px;
	}
}

.event-sponsors .event-title {
	margin-bottom: 80px;
}

.event-sponsors img {
	margin-bottom: 50px;
}

.pricing-charts-header {
	min-height: 280px;
	background-image: linear-gradient(90deg,#20345a 0,#476991 100%);
}

.pricing-charts-header section {
	padding-top: 150px;
}

@media (max-width:767px) {
	.pricing-charts-header section {
		padding-top: 90px;
	}
}

.pricing-charts-header section h3 {
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	text-align: center;
}

@media (max-width:767px) {
	.pricing-charts-header section h3 {
		font-size: 27px;
	}
}

.pricing-charts-header section p {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: #eff7ff;
}

@media (max-width:767px) {
	.pricing-charts-header section p {
		font-size: 15px;
	}
}

.pricing-charts-tabs {
	margin-top: 55px;
	text-align: center;
}

.pricing-charts-tabs .tabs {
	margin: 0 auto;
	width: 330px;
}

.pricing-charts-tabs .tab {
	display: inline-block;
	width: 165px;
	float: left;
	border: 1px solid #c7c7c7;
	padding: 13px 0;
	background: #f9f9f9;
	color: #8f8b8b;
	cursor: pointer;
	position: relative;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.pricing-charts-tabs .tab:hover {
	color: #222;
}

.pricing-charts-tabs .tab.active {
	background: #fff;
	color: #222;
	font-weight: 600;
	cursor: default;
}

.pricing-charts-tabs .tab.active:hover {
	color: #222;
}

.pricing-charts-tabs .tab.monthly {
	border-radius: 45px 0 0 45px;
}

.pricing-charts-tabs .tab.monthly span {
	position: relative;
	left: 5px;
}

.pricing-charts-tabs .tab.annual {
	border-left: 0;
	border-radius: 0 45px 45px 0;
}

.pricing-charts-tabs .tab.annual span {
	position: relative;
	left: -5px;
}

.pricing-charts-tabs .tab .discount {
	position: absolute;
	top: -10px;
	font-size: 13px;
}

.pricing-charts {
	margin-top: 60px;
}

.pricing-charts .chart {
	border: 1px solid #d6d6d6;
	width: 300px;
	display: inline-block;
	border-radius: 3px;
	margin: 0 10px;
}

@media (max-width:991px) {
	.pricing-charts .chart {
		width: 240px;
		margin: 0 5px;
	}
}

@media (max-width:767px) {
	.pricing-charts .chart {
		display: block;
		width: 290px;
		margin: 0 auto 30px;
	}
}

.pricing-charts .chart>header {
	background: #f8f8f8;
	border-bottom: 1px solid #d6d6d6;
	padding: 25px 0 17px;
	height: 185px;
	position: relative;
}

@media (max-width:991px) {
	.pricing-charts .chart>header {
		height: 175px;
	}
}

.pricing-charts .chart>header .name {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #555;
	letter-spacing: 6.3px;
	font-family: Myriad Pro,Lato,Helvetica Neue,Arial;
}

.pricing-charts .chart>header .price {
	padding-top: 5px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.pricing-charts .chart>header .price.monthly {
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
}

.pricing-charts .chart>header .price.monthly.active {
	opacity: 1;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.pricing-charts .chart>header .price.monthly.go-out {
	opacity: 0;
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
}

.pricing-charts .chart>header .price.annually {
	-moz-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}

.pricing-charts .chart>header .price.annually.active {
	opacity: 1;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.pricing-charts .chart>header .price.annually.go-out {
	opacity: 0;
	-moz-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}

.pricing-charts .chart>header .price .currency {
	font-size: 23px;
	position: relative;
	top: -32px;
	color: #444;
}

.pricing-charts .chart>header .price .qty {
	font-size: 80px;
	font-weight: 300;
}

@media (max-width:991px) {
	.pricing-charts .chart>header .price .qty {
		font-size: 75px;
	}
}

.pricing-charts .chart>header .price .period {
	font-size: 19px;
	color: #555;
	position: relative;
	top: -1px;
}

.pricing-charts .chart .features {
	padding: 25px 0;
}

.pricing-charts .chart .features .feature {
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
	color: #555;
}

@media (max-width:991px) {
	.pricing-charts .chart .features .feature {
		font-size: 15px;
	}
}

.pricing-charts .chart .action {
	text-align: center;
	padding: 15px 0 27px;
}

.pricing-charts-faqs {
	margin-top: 120px;
	background: #fafafa;
	border-top: 1px solid #e2e1e1;
	border-bottom: 1px solid #e2e1e1;
	padding: 45px 0 40px;
}

@media (min-width:1200px) {
	.pricing-charts-faqs .container {
		width: 980px;
	}
}

.pricing-charts-faqs .faq-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #d8fbd9;
	border-radius: 100%;
	position: relative;
}

.pricing-charts-faqs .faq-icon i {
	position: absolute;
	color: #1bce40;
	font-size: 26px;
	left: 18px;
	top: 8px;
}

.pricing-charts-faqs h3 {
	text-align: center;
	font-size: 24px;
	color: #444;
	margin-bottom: 70px;
	margin-top: 40px;
}

.pricing-charts-faqs .faq {
	margin-bottom: 45px;
	padding-left: 30px;
}

@media (max-width:767px) {
	.pricing-charts-faqs .faq {
		text-align: center;
		padding-left: 15px;
	}
}

.pricing-charts-faqs .faq strong {
	font-size: 17px;
	font-weight: 500;
}

.pricing-charts-faqs .faq p {
	margin-top: 17px;
	color: #666;
	font-size: 15px;
	line-height: 24px;
	width: 85%;
}

@media (max-width:767px) {
	.pricing-charts-faqs .faq p {
		width: auto;
	}
}

.pricing-charts-doubts {
	margin-top: 80px;
	margin-bottom: 130px;
}

.pricing-charts-doubts h3 {
	text-align: center;
	font-size: 20px;
	color: #555;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.pricing-charts-doubts .alts {
	text-align: center;
}

.pricing-charts-doubts .alts a {
	display: inline-block;
	margin: 0 35px;
	color: #6eaaea;
	font-size: 17px;
	text-decoration: none;
}

@media (max-width:991px) {
	.pricing-charts-doubts .alts a {
		display: block;
		margin-bottom: 20px;
	}
}

.pricing-charts-doubts .alts a .fa-twitter {
	font-size: 26px;
	position: relative;
	top: 2px;
	margin-right: 7px;
}

.pricing-charts-doubts .alts a .ion-email {
	font-size: 27px;
	position: relative;
	top: 4px;
	margin-right: 9px;
}

.pricing-charts-doubts .alts a .fa-phone {
	font-size: 26px;
	position: relative;
	top: 3px;
	margin-right: 7px;
}

.pricing-comparison-section {
	overflow-x: scroll;
	margin-top: 50px;
}

.pricing-comparison-section .main-header {
	text-align: center;
	margin-top: 30px;
}

.pricing-comparison-section .main-header h3 {
	font-size: 24px;
	color: #444;
	line-height: 25px;
	font-weight: 500;
}

.pricing-comparison-section .main-header p {
	font-size: 16px;
	font-weight: 400;
	color: #888;
}

.pricing-comparison-section .chart {
	margin-top: 60px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	min-width: 930px;
}

@media (max-width:991px) {
	.pricing-comparison-section .chart {
		margin-right: 50px;
	}
}

.pricing-comparison-section .chart .header {
	text-align: center;
	background: #fbfbfb;
	font-weight: 500;
	font-size: 18px;
	color: #444;
	padding: 13px 0;
	border-bottom: 1px solid #dfdfdf;
}

.pricing-comparison-section .chart .header .price {
	color: #1a80d9;
	position: relative;
	top: 3px;
	font-size: 14px;
}

.pricing-comparison-section .chart .features-col {
	width: 40%;
}

.pricing-comparison-section .chart .features-col .header {
	text-align: left;
	border-radius: 3px 3px 0 0;
	margin-bottom: 30px;
	padding: 23px 30px;
	font-size: 18px;
	height: 75px;
}

.pricing-comparison-section .chart .features-col .spec {
	margin-bottom: 32px;
	padding-left: 70px;
	font-size: 15px;
	position: relative;
}

.pricing-comparison-section .chart .features-col .spec .icon {
	position: absolute;
	font-size: 21px;
	color: #8aa6cc;
	left: 23px;
}

.pricing-comparison-section .chart .plan-col {
	width: 20%;
	border-left: 1px solid #dfdfdf;
}

.pricing-comparison-section .chart .plan-col.last .header {
	border-radius: 0 3px 0 0;
}

.pricing-comparison-section .chart .plan-col .spec {
	margin-top: 33px;
}

.pricing-comparison-section .chart .plan-col .spec .check {
	margin: 0 auto;
	display: block;
	max-width: 20px;
}

.pricing-comparison-section .chart .plan-col .btn-shadow {
	margin-bottom: 20px;
}

.pricing-comparison-section .message {
	text-align: center;
	font-size: 14px;
	color: #656565;
	margin-top: 30px;
}

.pricing-tabs-section {
	margin-top: 90px;
}

.pricing-tabs-section .divider {
	height: 1px;
	width: 100%;
	background-color: #ddd;
	position: relative;
	margin: 100px 0 80px;
}

.pricing-tabs-section .divider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.75)),color-stop(.5,rgba(250,250,250,0)),color-stop(1,rgba(255,255,255,.75)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,.75) 100%);
	background-image: -moz-linear-gradient(left,rgba(255,255,255,.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,.75) 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,.75) 100%);
	background-image: -ms-linear-gradient(left,rgba(255,255,255,.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,.75) 100%);
	background-image: linear-gradient(left,rgba(255,255,255,.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,.75) 100%);
}

.pricing-tabs-section .header {
	text-align: center;
}

.pricing-tabs-section .header h3 {
	font-size: 24px;
	color: #444;
	line-height: 25px;
	font-weight: 500;
}

.pricing-tabs-section .header p {
	font-size: 16px;
	font-weight: 400;
	color: #888;
}

.pricing-tabs-section .tabs {
	background: #f8f8f8;
	text-align: center;
	border-radius: 3px;
	margin-top: 40px;
}

.pricing-tabs-section .tabs .tab {
	background-color: #f8f8f8;
	font-weight: 500;
	color: #555;
	display: inline-block;
	padding: 18px 25px;
	margin-top: 10px;
	cursor: pointer;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.pricing-tabs-section .tabs .tab.anually {
	padding: 18px 18px 18px 23px;
}

.pricing-tabs-section .tabs .tab.active {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
}

.pricing-tabs-section .tabs .tab span {
	position: relative;
	top: -2px;
}

.pricing-tabs-section .tabs .tab small {
	color: #32acda;
	margin-left: 3px;
}

.pricing-tabs-section .plans {
	margin-top: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}

.pricing-tabs-section .plans .plan {
	border-right: 0;
	min-height: 220px;
	text-align: center;
}

.pricing-tabs-section .plans .plan:first-child {
	padding-right: 0;
}

.pricing-tabs-section .plans .plan:last-child {
	padding-left: 0;
}

.pricing-tabs-section .plans .plan.middle {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	padding: 0;
}

.pricing-tabs-section .plans .plan .header {
	text-align: center;
	padding: 22px 25px 18px;
	border-bottom: 1px solid #e3e3e3;
	font-weight: 500;
	font-size: 15px;
}

.pricing-tabs-section .plans .plan .header .icon {
	color: #b7c5d8;
	font-size: 18px;
	position: relative;
	top: 2px;
	left: -4px;
}

.pricing-tabs-section .plans .plan .header .price {
	color: #3ca2e5;
	margin-top: 10px;
}

.pricing-tabs-section .plans .plan .specs {
	margin-top: 25px;
	padding: 0 10px 17px 10px;
}

.pricing-tabs-section .plans .plan .specs .spec {
	font-size: 15px;
	color: #666;
	margin-bottom: 13px;
}

.pricing-tabs-section .plans .plan .specs .spec .variable {
	color: #1fbee7;
	font-weight: 400;
}

.pricing-tabs-section .signup {
	margin-top: 50px;
	text-align: center;
}

.pricing-tabs-section .signup .message {
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
	color: #888;
}

.pricing-tabs-section .faq {
	margin-top: 90px;
}

.pricing-tabs-section .faq .header h3 {
	font-size: 20px;
	color: #454545;
	text-align: center;
	font-weight: 600;
}

.pricing-tabs-section .faq .questions {
	margin-top: 50px;
}

.pricing-tabs-section .faq .questions .question {
	margin-bottom: 40px;
}

@media (min-width:992px) {
	.pricing-tabs-section .faq .questions .question {
		width: 90%;
	}
}

.pricing-tabs-section .faq .questions .question strong {
	font-weight: 500;
	font-size: 16px;
	color: #454545;
}

.pricing-tabs-section .faq .questions .question p {
	color: #555;
	margin-top: 10px;
	font-size: 13px;
	line-height: 22px;
}

.pricing-header {
	height: 320px;
	background-image: linear-gradient(90deg,#20345a 0,#476991 100%);
}

@media (max-width:767px) {
	.pricing-header {
		height: 260px;
	}
}

.pricing-header section {
	padding-top: 170px;
}

@media (max-width:767px) {
	.pricing-header section {
		padding-top: 100px;
	}
}

.pricing-header section h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}

@media (max-width:767px) {
	.pricing-header section h3 {
		font-size: 23px;
	}
}

@media (min-width:1200px) {
	.pricing-plans .container {
		width: 920px;
	}
}

.pricing-plans .wrapper {
	background: #fff;
	position: relative;
	top: -70px;
	margin-bottom: -100px;
	border-radius: 6px 6px 0 0;
	padding: 30px;
}

@media (max-width:991px) {
	.pricing-plans .wrapper {
		padding: 20px;
	}
}

@media (max-width:767px) {
	.pricing-plans .wrapper {
		padding: 0;
	}
}

.pricing-plans .wrapper .plans {
	border: 1px solid #dee1e7;
	border-radius: 4px;
}

.pricing-plans .wrapper .plans .plan {
	padding: 36px 45px;
	border-bottom: 1px solid #dee1e7;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan {
		padding: 20px;
	}
}

.pricing-plans .wrapper .plans .plan:first-child {
	padding-bottom: 28px;
}

.pricing-plans .wrapper .plans .plan:last-child {
	border-bottom: 0;
	position: relative;
	top: -8px;
	margin-bottom: -5px;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan:last-child {
		top: 0;
	}
}

.pricing-plans .wrapper .plans .plan.popular {
	background: #f7fbff;
}

@media (min-width:768px) {
	.pricing-plans .wrapper .plans .plan.popular {
		padding: 36px 55px;
		position: relative;
		top: -8px;
		left: -12px;
		width: calc(100% + 24px);
		border-radius: 4px;
		border: 1px solid #31b3ec;
	}
}

.pricing-plans .wrapper .plans .plan.popular .flag {
	position: absolute;
	left: -71px;
	top: 65px;
	background: #1f7ff7;
	padding: 3px 10px 2px;
	font-weight: 600;
	font-size: 13px;
	border-radius: 3px 3px 0 0;
	text-transform: uppercase;
	color: #fff;
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

@media (max-width:991px) {
	.pricing-plans .wrapper .plans .plan.popular .flag {
		font-size: 12px;
		left: -67px;
	}
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan.popular .flag {
		display: none;
	}
}

.pricing-plans .wrapper .plans .plan.popular .choose a {
	padding: 12px 18px;
	top: 10px;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan.popular .choose a {
		top: -20px;
		padding: 12px;
		font-size: 12px;
	}
}

.pricing-plans .wrapper .plans .plan>div {
	float: left;
	width: 25%;
	text-align: center;
}

.pricing-plans .wrapper .plans .plan>div:first-child {
	text-align: left;
}

.pricing-plans .wrapper .plans .plan>div:first-child+div {
	text-align: left;
}

.pricing-plans .wrapper .plans .plan .plan-details {
	float: left;
	margin-top: 15px;
	color: #0b89e8;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan .plan-details {
		font-size: 13px;
	}
}

.pricing-plans .wrapper .plans .plan .plan-details strong {
	font-weight: 600;
}

.pricing-plans .wrapper .plans .plan .name {
	font-size: 20px;
	position: relative;
	top: -3px;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan .name {
		width: auto;
		float: none;
		font-size: 18px;
	}
}

.pricing-plans .wrapper .plans .plan .users {
	font-size: 18px;
	color: #555;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan .users {
		width: 40%;
		font-size: 15px;
	}
}

.pricing-plans .wrapper .plans .plan .price {
	font-size: 30px;
	color: #5b7386;
	position: relative;
	top: -7px;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan .price {
		font-size: 24px;
	}
}

.pricing-plans .wrapper .plans .plan .price small {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -2px;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan .price small {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan .choose {
		float: right;
		width: 30%;
	}
}

.pricing-plans .wrapper .plans .plan .choose a {
	position: relative;
	top: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
}

@media (max-width:767px) {
	.pricing-plans .wrapper .plans .plan .choose a {
		font-size: 12px;
		top: 0;
	}
}

.pricing-plans .wrapper .free-plan {
	margin-top: 30px;
	text-align: center;
	color: #555;
}

.pricing-plans .wrapper .free-plan a {
	font-size: 15px;
	color: #888;
	text-decoration: underline;
}

.pricing-features {
	margin-top: 80px;
}

.pricing-features .title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 400;
}

.pricing-features .features {
	margin: auto;
	width: 92%;
}

@media (max-width:991px) {
	.pricing-features .features {
		width: auto;
	}
}

@media (max-width:767px) {
	.pricing-features .features .icon {
		display: block;
		margin: 0 auto;
	}
}

.pricing-features .features .feature {
	margin-top: 70px;
}

@media (max-width:767px) {
	.pricing-features .features .feature {
		margin-top: 40px;
	}
}

.pricing-features .features section {
	float: right;
	width: 83%;
}

@media (max-width:991px) {
	.pricing-features .features section {
		width: 80%;
	}
}

@media (max-width:767px) {
	.pricing-features .features section {
		float: none;
		width: auto;
		margin-top: 10px;
		text-align: center;
	}
}

.pricing-features .features section h4 {
	margin-top: 0;
	font-size: 17px;
	color: #53575f;
}

.pricing-features .features section p {
	margin-top: 18px;
	font-size: 15px;
	line-height: 24px;
	color: #666;
	width: 95%;
}

@media (max-width:767px) {
	.pricing-features .features section p {
		width: auto;
	}
}

.coming-background {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.coming-background .device {
	position: absolute;
	left: calc(50% - 135px);
	z-index: 99;
	top: 56%;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

@media (max-width:991px) {
	.coming-background .device {
		display: none;
	}
}

.coming-background .device:hover {
	top: 50%;
}

.coming-background .left-side {
	height: 100%;
	width: 50%;
	float: left;
	position: relative;
	z-index: 9;
	background: rgba(255,255,255,.82);
	box-shadow: 2px 0 6px 0 rgba(0,0,0,.23);
}

@media (max-width:991px) {
	.coming-background .left-side {
		height: 35%;
		width: 100%;
	}
}

.coming-background .left-side>section {
	position: relative;
	top: 25%;
	right: 16%;
	float: right;
}

@media (max-width:991px) {
	.coming-background .left-side>section {
		float: none;
		right: auto;
		text-align: center;
	}
}

.coming-background .left-side>section img {
	border: 0;
}

.coming-background .left-side>section p {
	color: #394658;
	font-weight: 400;
	margin-top: 10px;
	font-size: 16px;
	margin-left: 12px;
}

.coming-background .right-side {
	height: 100%;
	width: 50%;
	position: relative;
	float: left;
	background-image: linear-gradient(-25deg,rgba(38,180,208,.8) 0,rgba(51,55,130,.8) 100%);
}

@media (max-width:991px) {
	.coming-background .right-side {
		height: 65%;
		width: 100%;
	}
}

.coming-background .right-side>section {
	position: relative;
	top: 30%;
	left: 15%;
	float: left;
}

@media (max-width:991px) {
	.coming-background .right-side>section {
		float: none;
		left: auto;
		text-align: center;
	}
}

.coming-background .right-side>section p {
	font-weight: 500;
	color: #fff;
	font-size: 17px;
	letter-spacing: .2px;
	text-shadow: 1px 1px rgba(0,0,0,.25);
}

.coming-background .right-side>section form {
	margin-top: 27px;
}

.coming-background .right-side>section form input[type=text] {
	border-radius: 5px;
	border: 1px solid #526582;
	padding: 11px 17px 12px;
	font-size: 15px;
	width: 270px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.coming-background .right-side>section form input[type=text]::-webkit-input-placeholder {
	color: #aac0ce;
	font-size: 15px;
}

.coming-background .right-side>section form input[type=text]:-moz-placeholder {
	color: #aac0ce;
	font-size: 15px;
}

.coming-background .right-side>section form input[type=text]::-moz-placeholder {
	color: #aac0ce;
	font-size: 15px;
}

.coming-background .right-side>section form input[type=text]:-ms-input-placeholder {
	color: #aac0ce;
	font-size: 15px;
}

.coming-background .right-side>section form input[type=text]:focus {
	outline: 0;
	box-shadow: 0 0 6px -1px #fff;
}

.coming-background .right-side>section form input[type=submit] {
	border-radius: 6px;
	border: 0;
	padding: 12px 20px 13px;
	background-image: -o-linear-gradient(-89deg,#fff 0,#ecf1f9 100%);
	background-image: -moz-linear-gradient(-89deg,#fff 0,#ecf1f9 100%);
	background-image: -ms-linear-gradient(-89deg,#fff 0,#ecf1f9 100%);
	background-image: linear-gradient(-179deg,#fff 0,#ecf1f9 100%);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.34);
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
	color: #4d6777;
	line-height: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.coming-background .right-side>section form input[type=submit]:hover {
	box-shadow: rgba(0,0,0,.3) 0 1px 2px,inset rgba(255,255,255,.88) 0 1px 3px -1px,rgba(0,0,0,.3) 0 1px 2px,#ccdeee 0 1px 15px;
}

.coming-background .right-side>section form input[type=submit]:focus {
	outline: 0;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.49),0 1px 2px 0 rgba(0,0,0,.34),rgba(0,0,0,.3) 0 1px 2px,#ccdeee 0 1px 15px;
}

.timeline-wrapper {
	margin-top: 60px;
	position: relative;
}

.timeline-wrapper:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	left: 0;
	background: #e7e8ec;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.timeline-wrapper .year {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
	font-size: 16px;
}

.timeline-wrapper .year:nth-child(1) {
	margin-top: 0;
	margin-bottom: 60px;
}

.timeline-wrapper .year.last {
	margin-bottom: 0;
	font-size: 21px;
}

.timeline-wrapper .year span {
	display: inline-block;
	background: #e7e8ec;
	padding: 6px 20px;
	color: #333;
	font-weight: 600;
	border-radius: 3px;
}

.timeline-wrapper .year+.node {
	margin-top: -20px;
}

.timeline-wrapper .node {
	position: relative;
	float: right;
	clear: right;
	width: 44%;
	margin: 35px 0;
	border-radius: 5px;
}

@media (max-width:767px) {
	.timeline-wrapper .node {
		width: 100%;
	}
}

.timeline-wrapper .node.left {
	float: left;
	clear: left;
}

.timeline-wrapper .node.left:before {
	right: -51px;
	left: inherit;
}

@media (max-width:991px) {
	.timeline-wrapper .node.left:before {
		right: -42px;
		width: 43px;
	}
}

.timeline-wrapper .node.left .marker {
	left: inherit;
	right: -71px;
}

@media (max-width:991px) {
	.timeline-wrapper .node.left .marker {
		right: -52px;
	}
}

.timeline-wrapper .node:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background: #e7e8ec;
	left: -51px;
	top: 62px;
}

@media (max-width:991px) {
	.timeline-wrapper .node:before {
		left: -42px;
		width: 43px;
	}
}

@media (max-width:767px) {
	.timeline-wrapper .node:before {
		display: none;
	}
}

.timeline-wrapper .node .marker {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 25px;
	background: #e7e8ec;
	left: -70px;
	top: 55px;
	border: 3px solid #f7f8fa;
}

@media (max-width:991px) {
	.timeline-wrapper .node .marker {
		left: -51px;
	}
}

@media (max-width:767px) {
	.timeline-wrapper .node .marker {
		display: none;
	}
}

.timeline-wrapper .node .entry {
	position: relative;
	padding: 20px;
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.26);
}

.timeline-wrapper .node .entry:before {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	border-radius: 0 0 5px 5px;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
	background: linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
}

.timeline-wrapper .node .entry.smallish {
	height: 320px;
}

.timeline-wrapper .node .entry.smallish .intro {
	top: 68%;
}

.timeline-wrapper .node .entry.short-entry {
	background: #e7e8ec;
	color: #63696f;
	font-size: 16px;
	height: inherit;
	padding: 20px;
	box-shadow: none;
	position: relative;
	top: 41px;
	line-height: 25px;
	left: -1px;
	margin-bottom: 20px;
	text-shadow: 1px 1px rgba(255,255,255,.4);
}

.timeline-wrapper .node .entry.short-entry:before {
	background: 0 0;
}

.timeline-wrapper .node .entry .intro {
	position: relative;
	top: 75%;
	color: #fff;
	z-index: 9;
	letter-spacing: .3px;
}

.timeline-wrapper .node .entry .intro h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	letter-spacing: .5px;
}

@media (max-width:767px) {
	.timeline-wrapper .node .entry .intro h4 {
		font-size: 17px;
	}
}

@media (max-width:767px) {
	.timeline-wrapper .node .entry .intro p {
		font-size: 13px;
	}
}

.timeline-wrapper .node .news {
	position: relative;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.26);
	background: #fff;
}

.timeline-wrapper .node .news section {
	padding: 30px 20px 40px 20px;
}

.timeline-wrapper .node .news section h3 {
	margin-top: 0;
	font-size: 18px;
	line-height: 28px;
}

.timeline-wrapper .node .news section p {
	line-height: 24px;
	color: #7a7979;
}

.timeline-wrapper .node .news footer {
	position: absolute;
	bottom: 0;
	padding: 12px 20px;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #9eaebe;
}

.timeline-wrapper .node .news footer .tag {
	position: relative;
	padding-left: 27px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.timeline-wrapper .node .news footer .tag span {
	font-size: 24px;
	position: absolute;
	top: -7px;
	left: 0;
}

.timeline-wrapper .node .news footer .date {
	font-size: 14px;
}

#api-docs {
	position: relative;
}

#api-docs #guide {
	background: #f3f6f9;
	border-right: 1px solid #dadfe5;
	left: 0;
	top: 0;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	width: 210px;
	z-index: 25;
	height: 100%;
}

#api-docs #guide .logo {
	margin-top: 0;
	font-size: 25px;
}

#api-docs #guide .logo a {
	color: #000;
	padding: 20px 0 15px 23px;
	display: block;
	border-bottom: 1px solid #d6dce0;
	box-shadow: 0 1px #fff;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-ms-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}

#api-docs #guide .logo a:hover {
	color: #858585;
	text-decoration: none;
}

#api-docs #guide .nav-link {
	color: #4a5a63;
	font-weight: 500;
	font-size: 13px;
	padding: 10px 15px 10px 25px;
	display: block;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

#api-docs #guide .nav-link:hover {
	background: #e1e8ef;
}

#api-docs #guide .nav-link.active {
	background: #dee7f1;
}

#api-docs #guide .nav-link.active+.nav {
	display: block;
}

#api-docs #guide .nav-link+.nav {
	margin-bottom: 7px;
	display: none;
}

#api-docs #guide .nav-link+.nav li a {
	font-weight: 400;
	color: #48a0d6;
	padding: 6px 15px 5px 35px;
}

#api-docs #api-info {
	background: #fff;
	margin-left: 210px;
	min-width: 750px;
}

#api-docs #api-info #methods {
	background: #292e33;
	position: relative;
	margin-left: 50%;
}

#api-docs #api-info #methods .languages {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 5px 0 5px 20px;
	background: #3b4249;
	box-shadow: 2px 1px 3px #000;
	z-index: 999;
}

#api-docs #api-info #methods .languages .language {
	display: inline-block;
	color: #c0cedd;
	padding: 5px 15px;
	font-size: 15px;
	text-decoration: none;
}

#api-docs #api-info #methods .languages .language.selected {
	color: #fff;
	font-weight: 500;
}

#api-docs #api-info #methods .method:nth-child(2) .method-section .method-description {
	padding-top: 0;
	border-top: 0;
}

#api-docs #api-info #methods .method:nth-child(2) .method-section .method-example {
	padding-top: 35px;
	border-top: 0;
	box-shadow: none;
}

#api-docs #api-info #methods .method:last-child .method-section {
	padding-bottom: 70px;
}

#api-docs #api-info #methods .method .method-section {
	margin-left: -100%;
	position: relative;
	padding-top: 50px;
}

#api-docs #api-info #methods .method .method-section .method-description {
	width: 50%;
	float: left;
	padding: 0 30px;
	border-top: 1px solid #e5e7eb;
	padding-top: 40px;
}

#api-docs #api-info #methods .method .method-section .method-description h3 {
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 20px;
}

#api-docs #api-info #methods .method .method-section .method-description p {
	color: #666;
	line-height: 23px;
	margin-bottom: 20px;
}

#api-docs #api-info #methods .method .method-section .method-description .info {
	margin-top: 45px;
	margin-bottom: 40px;
}

#api-docs #api-info #methods .method .method-section .method-description .info h4 {
	font-size: 14px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

#api-docs #api-info #methods .method .method-section .method-description .info .field {
	margin-top: 17px;
	font-size: 13px;
}

#api-docs #api-info #methods .method .method-section .method-description .info .field .key {
	width: 40%;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-weight: 700;
	color: #333;
}

#api-docs #api-info #methods .method .method-section .method-description .info .field .desc {
	width: 60%;
	float: right;
	padding-left: 10px;
	color: #555;
	line-height: 21px;
}

#api-docs #api-info #methods .method .method-section .method-description .info .field .desc strong {
	display: block;
	color: #333;
	margin-bottom: 5px;
}

#api-docs #api-info #methods .method .method-section .method-example {
	margin-left: 50%;
	width: 50%;
	padding: 75px 30px 0;
	border-top: 1px solid #000;
	box-shadow: inset 0 1px rgba(255,255,255,.17);
	color: #fff;
}

#api-docs #api-info #methods .method .method-section .method-example pre {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
}

#api-docs #api-info #methods .method .method-section .method-example pre code {
	background: 0 0;
	font-family: Monaco,Consolas,Menlo;
	font-size: 12px;
	display: none;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	color: #dae4f2;
}

#api-docs #api-info #methods .method .method-section .method-example pre code.always-visible {
	display: block!important;
}

#api-docs #api-info #methods .method .method-section .method-example pre code.ruby {
	display: block;
}

#api-docs #api-info #methods .method .method-section .method-example pre code>* {
	color: #dae4f2;
	line-height: 20px;
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby {
	color: #dae4f2;
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby>* {
	color: #dae4f2;
	line-height: 20px;
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=keyword] {
	color: #9ab4db;
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=string] {
	color: #dad0c6;
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=comment] {
	color: #b4b4b4;
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=constant] {
	color: #ffdf9d;
}

#api-docs #api-info #methods .method .method-section .method-example pre .ruby [class*=symbol] {
	color: #9ecbee;
}

#api-docs #api-info #methods .method .method-section .method-example pre .python {
	color: #dae4f2;
}

#api-docs #api-info #methods .method .method-section .method-example pre .python>* {
	color: #dae4f2;
	line-height: 20px;
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=keyword] {
	color: #9ab4db;
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=string] {
	color: #dad0c6;
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=comment] {
	color: #b4b4b4;
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=class] {
	color: #ffdf9d;
}

#api-docs #api-info #methods .method .method-section .method-example pre .python [class*=params] {
	color: #9ecbee;
}

#api-docs #api-info #methods .method .method-section .method-example pre .php {
	color: #dae4f2;
}

#api-docs #api-info #methods .method .method-section .method-example pre .php>* {
	color: #dae4f2;
	line-height: 20px;
}

#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=keyword] {
	color: #9ab4db;
}

#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=string] {
	color: #dad0c6;
}

#api-docs #api-info #methods .method .method-section .method-example pre .php [class*=comment] {
	color: #b4b4b4;
}

.support-hero {
	padding-top: 130px;
	position: relative;
	background: #f5f7f9;
	border-bottom: 1px solid #dee4ea;
}

@media (max-width:767px) {
	.support-hero {
		padding-top: 70px;
	}
}

.support-hero .container {
	position: relative;
	z-index: 10;
}

.support-hero form {
	position: relative;
}

.support-hero form input[type=text] {
	border: 1px solid #d4dae0;
	width: 100%;
	padding: 14px 80px;
	border-radius: 50px;
	outline: 0;
	font-size: 18px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.support-hero form input[type=text]::-webkit-input-placeholder {
	color: #a1a1a1;
}

.support-hero form input[type=text]:-moz-placeholder {
	color: #a1a1a1;
}

.support-hero form input[type=text]::-moz-placeholder {
	color: #a1a1a1;
}

.support-hero form input[type=text]:-ms-input-placeholder {
	color: #a1a1a1;
}

@media (max-width:767px) {
	.support-hero form input[type=text] {
		font-size: 16px;
		padding: 15px 70px;
	}
}

.support-hero form input[type=text]:focus {
	border-color: #a4b8cb;
}

.support-hero form .fa-search {
	position: absolute;
	font-size: 22px;
	top: 17px;
	left: 30px;
	color: #9cabcc;
}

@media (max-width:767px) {
	.support-hero form .fa-search {
		top: 16px;
	}
}

.support-hero .topics {
	margin: 30px 0;
}

.support-hero .topics .topic {
	display: inline-block;
	float: left;
	text-decoration: none;
	width: 25%;
	text-align: center;
	padding: 50px 0;
	border: 1px solid #f5f7f9;
	border-radius: 14px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width:767px) {
	.support-hero .topics .topic {
		width: 50%;
		padding: 35px 0;
		text-align: left;
	}
}

.support-hero .topics .topic:hover {
	border-color: #e3e7ec;
	background: #eef2f5;
	color: #459ce7;
}

.support-hero .topics .topic i {
	color: #32628c;
	font-size: 52px;
	vertical-align: middle;
}

@media (max-width:991px) {
	.support-hero .topics .topic i {
		font-size: 39px;
	}
}

.support-hero .topics .topic span {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 5px;
	color: #3d3e46;
	text-shadow: 1px 1px rgba(255,255,255,.85);
}

@media (max-width:991px) {
	.support-hero .topics .topic span {
		font-size: 13px;
	}
}

.support-faq {
	margin-top: 70px;
}

@media (max-width:767px) {
	.support-faq {
		text-align: center;
	}
}

@media (max-width:767px) {
	.support-faq .col-md-4 {
		margin-bottom: 30px;
	}
}

.support-faq h3 {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}

.support-faq h4 {
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 15px;
}

.support-faq ul {
	padding-left: 0;
	list-style-type: circle;
	color: #9ab0ce;
}

@media (max-width:767px) {
	.support-faq ul {
		list-style-type: none;
	}
}

.support-faq a {
	display: block;
	margin-bottom: 13px;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.support-contact {
	margin-top: 60px;
	margin-bottom: 180px;
}

@media (max-width:767px) {
	.support-contact {
		text-align: center;
		margin-bottom: 100px;
	}
}

.support-contact h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	border-top: 1px solid #eee;
	padding-top: 60px;
}

@media (min-width:768px) {
	.support-contact .col-md-6:first-child {
		border-right: 1px solid #eee;
	}
}

@media (min-width:768px) {
	.support-contact .col-md-6:last-child {
		padding-left: 70px;
	}
}

@media (max-width:767px) {
	.support-contact .col-md-6:last-child {
		margin-top: 40px;
	}
}

.support-contact img {
	margin-bottom: 20px;
}

.support-contact img.devices {
	max-width: 190px;
}

.support-contact img.messages {
	max-width: 106px;
}

.support-contact h4 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
}

.support-contact p {
	font-size: 15px;
	color: #454545;
	width: 80%;
	line-height: 26px;
}

@media (max-width:767px) {
	.support-contact p {
		width: auto;
	}
}

.support-topic-hero {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	background: #FFF;
	color:#4d4d4d;
	border-bottom: 1px solid #e4e4e4;
}

.support-topic-hero .topic-title {
	font-weight:300;
}

.support-topic-hero .container {
	position: relative;
	z-index: 10;
}

.support-topic-hero form {
	position: relative;
}

.support-topic-hero form input[type=text] {
	border: 1px solid #d4dae0;
	width: 100%;
	padding: 14px 80px;
	border-radius: 50px;
	outline: 0;
	font-size: 18px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.support-topic-hero form input[type=text]::-webkit-input-placeholder {
	color: #a1a1a1;
}

.support-topic-hero form input[type=text]:-moz-placeholder {
	color: #a1a1a1;
}

.support-topic-hero form input[type=text]::-moz-placeholder {
	color: #a1a1a1;
}

.support-topic-hero form input[type=text]:-ms-input-placeholder {
	color: #a1a1a1;
}

@media (max-width:767px) {
	.support-topic-hero form input[type=text] {
		font-size: 16px;
		padding: 15px 70px;
	}
}

.support-topic-hero form input[type=text]:focus {
	border-color: #a4b8cb;
}

.support-topic-hero form .fa-search {
	position: absolute;
	font-size: 22px;
	top: 19px;
	left: 30px;
	color: #9cabcc;
}

@media (max-width:767px) {
	.support-topic-hero form .fa-search {
		top: 16px;
	}
}

.support-topic-content {
	margin-top: 70px;
}

@media (max-width:767px) {
	.support-topic-content {
		margin-top: 50px;
	}
}

.support-topic-sidebar {
	background: #FFF;
	padding: 30px;
	border-radius: 4px;
}

.support-topic-sidebar h4 {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #dfe4e8;
}

.support-topic-sidebar a.related-link {
	color: #3650dc;
	display: block;
	margin-bottom: 9px;
	line-height: 22px;
	font-size: 13px;
}

.support-topic-body {
	padding: 0 20px;
}

@media (max-width:991px) {
	.support-topic-body {
		padding: 0;
	}
}

.support-topic-body .topic-title {
	font-weight: 300;
	margin-top: 10px;
	font-size: 32px;
	color: #444;
}

@media (max-width:767px) {
	.support-topic-body .topic-title {
		font-size: 29px;
		margin-top: 0;
		line-height: 36px;
	}
}

.support-topic-body .min-read {
	margin-top: 20px;
	font-weight: 500;
}

.support-topic-body p {
	margin-top: 25px;
	line-height: 22px;
	color: #454545;
}

.support-topic-body pre {
	margin-top: 30px;
}

.support-topic-body h1,.support-topic-body h2,.support-topic-body h3,.support-topic-body h4,.support-topic-body h5 {
	font-size: 17px;
	margin: 35px 0 25px;
}

.support-topic-body ul {
	padding-left: 20px;
	color: #454545;
}

.support-topic-body ul li {
	margin-bottom: 6px;
}

.support-topic-body iframe {
	width: 96%;
	height: 330px;
	margin-top: 40px;
}

@media (max-width:767px) {
	.support-topic-body iframe {
		width: 100%;
		height: 270px;
	}
}

.support-topic-body .article-helpful {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e8e8e8;
}

@media (max-width:767px) {
	.support-topic-body .article-helpful {
		text-align: center;
	}
}

.support-topic-body .article-helpful p {
	margin: 0;
	font-size: 15px;
}

.support-topic-body .article-helpful a {
	background: #e8e8e8;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
	top: 18px;
	margin-left: 20px;
}

.support-topic-body .article-helpful a i {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 8px;
	font-size: 30px;
	color: #555;
}

.support-topic-body .article-helpful a i.ion-thumbsdown {
	top: 11px;
}

.signup-page {
	background-color: #f3f5f7;
}

.signup-page .wrapper {
	text-align: center;
}

.signup-page .header {
	margin-top: 80px;
}

.signup-page .header .logo {
	display: block;
	margin: 0 auto;
}

.signup-page .header .logo img {
	max-width: 80px;
}

.signup-page form {
	width: 360px;
	margin: 45px auto 60px;
}

@media (max-width:575px) {
	.signup-page form {
		width: auto;
		padding: 0 20px;
	}
}

.signup-page form .form-field {
	margin-bottom: 16px;
}

.signup-page form input[type=email],.signup-page form input[type=password],.signup-page form input[type=text] {
	width: 100%;
	height: 52px;
	padding: 0 15px;
	outline: 0;
	border-radius: 3px;
	border: 1px solid #c6c9ce;
	box-shadow: inset 0 1px 0 #d5d7de;
	font-size: 18px;
	background: #dcdee4;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.signup-page form input[type=email]::-webkit-input-placeholder,.signup-page form input[type=password]::-webkit-input-placeholder,.signup-page form input[type=text]::-webkit-input-placeholder {
	color: #7e7e9a;
}

.signup-page form input[type=email]:-moz-placeholder,.signup-page form input[type=password]:-moz-placeholder,.signup-page form input[type=text]:-moz-placeholder {
	color: #7e7e9a;
}

.signup-page form input[type=email]::-moz-placeholder,.signup-page form input[type=password]::-moz-placeholder,.signup-page form input[type=text]::-moz-placeholder {
	color: #7e7e9a;
}

.signup-page form input[type=email]:-ms-input-placeholder,.signup-page form input[type=password]:-ms-input-placeholder,.signup-page form input[type=text]:-ms-input-placeholder {
	color: #7e7e9a;
}

.signup-page form input[type=email]:focus,.signup-page form input[type=password]:focus,.signup-page form input[type=text]:focus {
	background: #fff;
	border-color: #7b97f5;
}

.signup-page form input[type=email]:focus::-webkit-input-placeholder,.signup-page form input[type=password]:focus::-webkit-input-placeholder,.signup-page form input[type=text]:focus::-webkit-input-placeholder {
	color: #b5b5b5;
}

.signup-page form input[type=email]:focus:-moz-placeholder,.signup-page form input[type=password]:focus:-moz-placeholder,.signup-page form input[type=text]:focus:-moz-placeholder {
	color: #b5b5b5;
}

.signup-page form input[type=email]:focus::-moz-placeholder,.signup-page form input[type=password]:focus::-moz-placeholder,.signup-page form input[type=text]:focus::-moz-placeholder {
	color: #b5b5b5;
}

.signup-page form input[type=email]:focus:-ms-input-placeholder,.signup-page form input[type=password]:focus:-ms-input-placeholder,.signup-page form input[type=text]:focus:-ms-input-placeholder {
	color: #b5b5b5;
}

.signup-page form .terms {
	font-weight: 500;
	font-size: 15px;
	color: #9ca4b3;
	margin-top: 18px;
}

.signup-page form .terms input[type=checkbox] {
	font-size: 20px;
	margin-right: 6px;
}

.signup-page form .terms a {
	text-decoration: underline;
}

.signup-page form .form-action {
	margin-top: 30px;
}

.signup-page form .form-action input[type=submit] {
	width: 100%;
	padding: 14px 23px;
	box-shadow: rgba(23,43,99,.35) 0 7px 28px;
}

.signup-page form .form-bottom {
	margin-top: 40px;
	color: #768298;
}

.signup-page form .form-bottom a {
	margin-left: 5px;
}

.signin-page {
	background-color: #f3f5f7;
}

.signin-page .wrapper {
	text-align: center;
}

.signin-page .header {
	margin-top: 80px;
}

.signin-page .header .logo {
	display: block;
	margin: 0 auto;
}

.signin-page .header .logo img {
	max-width: 80px;
}

.signin-page form {
	width: 360px;
	margin: 45px auto 60px;
}

@media (max-width:575px) {
	.signin-page form {
		width: auto;
		padding: 0 20px;
	}
}

.signin-page form .form-field {
	margin-bottom: 16px;
}

.signin-page form input[type=email],.signin-page form input[type=password],.signin-page form input[type=text] {
	width: 100%;
	height: 52px;
	padding: 0 15px;
	outline: 0;
	border-radius: 3px;
	border: 1px solid #c6c9ce;
	box-shadow: inset 0 1px 0 #d5d7de;
	font-size: 18px;
	background: #dcdee4;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.signin-page form input[type=email]::-webkit-input-placeholder,.signin-page form input[type=password]::-webkit-input-placeholder,.signin-page form input[type=text]::-webkit-input-placeholder {
	color: #7e7e9a;
}

.signin-page form input[type=email]:-moz-placeholder,.signin-page form input[type=password]:-moz-placeholder,.signin-page form input[type=text]:-moz-placeholder {
	color: #7e7e9a;
}

.signin-page form input[type=email]::-moz-placeholder,.signin-page form input[type=password]::-moz-placeholder,.signin-page form input[type=text]::-moz-placeholder {
	color: #7e7e9a;
}

.signin-page form input[type=email]:-ms-input-placeholder,.signin-page form input[type=password]:-ms-input-placeholder,.signin-page form input[type=text]:-ms-input-placeholder {
	color: #7e7e9a;
}

.signin-page form input[type=email]:focus,.signin-page form input[type=password]:focus,.signin-page form input[type=text]:focus {
	background: #fff;
	border-color: #7b97f5;
}

.signin-page form input[type=email]:focus::-webkit-input-placeholder,.signin-page form input[type=password]:focus::-webkit-input-placeholder,.signin-page form input[type=text]:focus::-webkit-input-placeholder {
	color: #b5b5b5;
}

.signin-page form input[type=email]:focus:-moz-placeholder,.signin-page form input[type=password]:focus:-moz-placeholder,.signin-page form input[type=text]:focus:-moz-placeholder {
	color: #b5b5b5;
}

.signin-page form input[type=email]:focus::-moz-placeholder,.signin-page form input[type=password]:focus::-moz-placeholder,.signin-page form input[type=text]:focus::-moz-placeholder {
	color: #b5b5b5;
}

.signin-page form input[type=email]:focus:-ms-input-placeholder,.signin-page form input[type=password]:focus:-ms-input-placeholder,.signin-page form input[type=text]:focus:-ms-input-placeholder {
	color: #b5b5b5;
}

.signin-page form .form-action {
	margin-top: 30px;
}

.signin-page form .form-action input[type=submit] {
	width: 100%;
	padding: 14px 23px;
	box-shadow: rgba(23,43,99,.35) 0 7px 28px;
}

.signin-page form .form-bottom {
	margin-top: 40px;
	color: #768298;
}

.signin-page form .form-bottom a {
	margin-left: 5px;
}

.careers-header {
	min-height: 500px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/bgs/google-office-irvine-5.jpg);
}

.careers-header:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.35);
}

.careers-header section {
	padding-top: 230px;
	position: relative;
	z-index: 9;
}

@media (max-width:767px) {
	.careers-header section {
		padding-top: 190px;
	}
}

.careers-header section h1 {
	color: #fff;
	font-size: 33px;
	font-weight: 500!important;
	text-align: center;
	width: 55%;
	letter-spacing: 1px;
	margin: 0 auto;
	line-height: 42px;
}

@media (max-width:991px) {
	.careers-header section h1 {
		width: auto;
		font-size: 29px;
		line-height: 36px;
	}
}

@media (max-width:767px) {
	.careers-header section h1 {
		font-size: 26px;
	}
}

.careers-intro {
	margin-top: 70px;
}

@media (max-width:767px) {
	.careers-intro {
		margin-top: 50px;
	}
}

.careers-intro h3 {
	text-align: center;
	font-size: 27px;
	font-weight: 500;
}

@media (max-width:767px) {
	.careers-intro h3 {
		font-size: 25px;
	}
}

.careers-intro p {
	width: 74%;
	text-align: center;
	font-size: 15px;
	color: #555;
	line-height: 24px;
	margin: 20px auto 0;
}

@media (max-width:767px) {
	.careers-intro p {
		width: auto;
	}
}

.careers-intro .careers-intro-gallery {
	margin-top: 65px;
}

.careers-intro .careers-intro-gallery img {
	margin-bottom: 20px!important;
}

.careers-perks {
	margin-top: 80px;
}

@media (max-width:767px) {
	.careers-perks {
		margin-top: 50px;
	}
}

.careers-perks h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.careers-perks p {
	width: 70%;
	margin: 20px auto 55px;
	text-align: center;
	color: #444;
	line-height: 22px;
}

.careers-benefits {
	margin-top: 90px;
	height: 480px;
}

@media (max-width:991px) {
	.careers-benefits {
		height: auto;
	}
}

@media (max-width:767px) {
	.careers-benefits {
		margin-top: 60px;
	}
}

.careers-benefits .pic {
	float: left;
	width: 50%;
	background-image: url(../images/unsplash/photo-1470753937643-efeb931202a9.jpg);
	height: 100%;
	display: block;
	background-size: cover;
	background-position: 0 0;
	position: relative;
}

.careers-benefits .list {
	float: right;
	position: relative;
	width: 50%;
	height: 100%;
	background-color: #f9fafc;
	padding: 60px 100px 0 120px;
}

@media (max-width:991px) {
	.careers-benefits .list {
		float: none;
		width: auto;
		padding: 40px;
		text-align: center;
	}
}

.careers-benefits .list h3 {
	font-weight: 400;
	color: #4c4c4c;
	font-size: 24px;
}

.careers-benefits .list ul {
	margin-top: 30px;
	padding-left: 20px;
}

@media (max-width:991px) {
	.careers-benefits .list ul {
		padding-left: 0;
	}
}

.careers-benefits .list ul li {
	margin-bottom: 12px;
	list-style-type: circle;
	font-size: 15px;
	color: #626a7b;
}

@media (max-width:991px) {
	.careers-benefits .list ul li {
		list-style-type: none;
	}
}

.careers-listing {
	margin-top: 110px;
}

@media (max-width:767px) {
	.careers-listing {
		margin-top: 60px;
	}
}

.careers-listing .title {
	text-align: center;
	margin-bottom: 65px;
	font-size: 25px;
}

@media (max-width:767px) {
	.careers-listing .title {
		font-size: 23px;
	}
}

.careers-listing .department {
	margin-bottom: 40px;
}

@media (max-width:767px) {
	.careers-listing .department {
		text-align: center;
	}
}

.careers-listing .department h4 {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 20px;
}

.careers-listing .department .role {
	margin-bottom: 20px;
}

.careers-listing .department .role a {
	font-size: 16px;
}

.careers-listing .department .role .city {
	color: #555;
}

.career-post-header {
	min-height: 380px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/unsplash/photo-1474843148229-3163319fcc4c.jpg);
}

.career-post-header:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.3);
}

.career-post-header section {
	padding-top: 190px;
	position: relative;
	z-index: 9;
}

@media (max-width:767px) {
	.career-post-header section {
		padding-top: 150px;
	}
}

.career-post-header section h1 {
	color: #fff;
	font-size: 33px;
	font-weight: 500!important;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto;
	line-height: 41px;
}

@media (max-width:767px) {
	.career-post-header section h1 {
		font-size: 27px;
	}
}

.career-post-header section p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}

@media (max-width:767px) {
	.career-post-header section p {
		font-size: 15px;
	}
}

.career-post-content {
	margin-top: 70px;
}

@media (max-width:767px) {
	.career-post-content {
		margin-top: 40px;
	}
}

.career-post-content>.container {
	max-width: 750px;
}

.career-post-content section {
	margin-bottom: 40px;
}

.career-post-content h4 {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 20px;
}

.career-post-content p {
	color: #444;
}

.career-post-content ul {
	padding-left: 20px;
	color: #444;
}

.career-post-content ul li {
	margin-bottom: 5px;
}

.career-post-content .apply-now {
	padding: 21px;
	border: 1px solid #e5e7ea;
	border-radius: 5px;
	text-align: center;
	margin-top: 55px;
	font-size: 16px;
	color: #454545;
}

.career-post-content .apply-now a {
	margin-left: 25px;
}

@media (max-width:767px) {
	.career-post-content .apply-now a {
		display: block;
		margin: 25px 0 0;
	}
}

.customers-header {
	height: 260px;
	background-image: linear-gradient(-45deg,#5f6190 0,#525480 20%,#131b2e 100%);
}

.customers-header section {
	padding-top: 170px;
}

@media (max-width:767px) {
	.customers-header section {
		padding-top: 110px;
	}
}

.customers-header section h1 {
	color: #fff;
	line-height: 44px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

@media (max-width:991px) {
	.customers-header section h1 {
		font-size: 26px;
	}
}

@media (max-width:767px) {
	.customers-header section h1 {
		font-size: 24px;
		line-height: 34px;
	}
}

.customers-grid {
	margin-top: 80px;
}

@media (max-width:767px) {
	.customers-grid {
		margin-top: 60px;
	}
}

.customers-grid--bottom {
	margin-bottom: 150px;
}

@media (max-width:767px) {
	.customers-grid--bottom {
		margin-bottom: 100px;
	}
}

.customers-grid .logo {
	margin-top: 20px;
}

.customers-grid p {
	margin-top: 20px;
	color: #64738e;
	line-height: 21px;
}

.customers-grid a.read-story {
	display: inline-block;
	color: #1f8ceb;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
}

@media (max-width:767px) {
	.customers-grid a.read-story {
		margin-bottom: 40px;
	}
}

.customer-testimonial {
	margin-top: 80px;
}

@media (max-width:767px) {
	.customer-testimonial {
		margin-top: 60px;
	}
}

.customer-testimonial .row {
	padding: 20px;
	padding-top: 70px;
	padding-bottom: 50px;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}

@media (max-width:767px) {
	.customer-testimonial .row {
		padding-top: 50px;
	}
}

.customer-testimonial .customer-pic {
	width: 100px;
	border-radius: 100%;
	margin: 0 auto;
}

.customer-testimonial .logo {
	display: block;
	width: 105px;
	margin: 15px auto;
}

@media (max-width:991px) {
	.customer-testimonial .logo {
		width: 90px;
	}
}

.customer-testimonial .author {
	font-weight: 500;
	text-align: right;
	margin-right: 20px;
	position: relative;
	top: -5px;
}

@media (max-width:767px) {
	.customer-testimonial .author {
		top: 0;
	}
}

.customer-testimonial p {
	font-size: 20px;
	position: relative;
	color: #777;
	line-height: 33px;
}

@media (max-width:991px) {
	.customer-testimonial p {
		font-size: 17px;
		line-height: 28px;
		margin-left: 20px;
	}
}

@media (max-width:767px) {
	.customer-testimonial p {
		margin-top: 30px;
		margin-left: 10px;
	}
}

.customer-testimonial p span {
	font-family: Georgia;
	font-size: 49px;
	position: absolute;
	left: -25px;
	top: 0;
}

.customer-story-header {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fcfdfd;
	text-align: center;
	border-bottom: 1px solid #f7f7f7;
}

.customer-story-header p {
	margin: 28px auto 0;
	font-size: 18px;
	font-weight: 400;
	width: 63%;
	color: #75779a;
	line-height: 28px;
}

@media (max-width:767px) {
	.customer-story-header p {
		width: auto;
	}
}

.customer-story-content {
	margin-top: 30px;
	margin-bottom: 150px;
}

@media (max-width:767px) {
	.customer-story-content {
		margin-bottom: 120px;
	}
}

.customer-story-content .customer-story-body h1,.customer-story-content .customer-story-body h2,.customer-story-content .customer-story-body h3,.customer-story-content .customer-story-body h4,.customer-story-content .customer-story-body h5 {
	font-size: 18px;
	margin-top: 25px;
	color: #444;
	line-height: 25px;
}

.customer-story-content .customer-story-body p {
	margin-top: 20px;
	line-height: 25px;
	color: #454545;
}

.customer-story-content .customer-story-body .img-fluid {
	margin: 40px 0;
}

.customer-story-content .customer-story-body .quote-wrapper {
	margin: 45px 0;
}

.customer-story-content .customer-story-body .quote-wrapper .quote {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	padding-left: 45px;
	width: 95%;
}

@media (max-width:767px) {
	.customer-story-content .customer-story-body .quote-wrapper .quote {
		font-size: 18px;
	}
}

.customer-story-content .customer-story-body .quote-wrapper .quote span {
	font-family: Georgia;
	font-size: 75px;
	position: absolute;
	left: 0;
	color: #94a7d4;
	top: 10px;
}

.customer-story-content .customer-story-body .quote-wrapper .author {
	padding-left: 40px;
	margin-top: 15px;
	font-size: 15px;
	color: #656565;
}

.customer-story-content .read-more-stories {
	margin-top: 80px;
	padding-top: 30px;
	border-top: 1px solid #f7f7f7;
}

@media (max-width:767px) {
	.customer-story-content .read-more-stories .col-md-6 {
		margin-bottom: 30px;
	}
}

.customer-story-content .read-more-stories h3 {
	font-size: 24px;
	font-weight: 400;
}

.customer-story-content .read-more-stories .customers-grid {
	margin-top: 50px;
}

.customer-story-content .sidebar {
	float: right;
	width: 80%;
	padding-top: 20px;
}

@media (max-width:767px) {
	.customer-story-content .sidebar {
		float: none;
		width: auto;
	}
}

.customer-story-content .sidebar .block {
	margin-top: 25px;
}

.customer-story-content .sidebar .block:first-child {
	margin-top: 0;
}

.customer-story-content .sidebar .ion-social-twitter {
	color: #1da1f2;
	font-size: 21px;
}

.customer-story-content .sidebar .ion-social-facebook {
	color: #3b5998;
	font-size: 24px;
	margin-left: 10px;
}

.customer-story-content .sidebar .ion-social-linkedin {
	color: #007bb6;
	font-size: 24px;
	margin-left: 10px;
}

.customer-story-content .sidebar .title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	color: #4a90e2;
	font-weight: 600;
	margin-bottom: 5px;
}

.customer-story-content .sidebar p {
	margin-top: 10px;
	line-height: 22px;
	font-size: 13px;
}

.customer-story-content .sidebar a.website {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.theme-docs-header {
	background-image: linear-gradient(310deg,#272b53 0,#4f7296 90%);
}

.theme-docs-header section {
	padding-top: 120px;
	padding-bottom: 30px;
}

@media (max-width:991px) {
	.theme-docs-header section {
		padding-top: 100px;
	}
}

@media (max-width:767px) {
	.theme-docs-header section {
		padding-top: 90px;
		text-align: center;
	}
}

.theme-docs-header section h1 {
	color: #fff;
	line-height: 44px;
	font-size: 33px;
	font-weight: 400;
}

@media (max-width:991px) {
	.theme-docs-header section h1 {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.theme-docs-header section h1 {
		font-size: 27px;
	}
}

.theme-docs-header section p {
	color: #cbcfe4;
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
}

.nav-sidebar {
	margin-top: 25px;
	padding-left: 10px;
}

.nav-sidebar.fixed {
	position: fixed;
	top: 0;
}

.nav-sidebar li {
	margin: 0!important;
}

.nav-sidebar .nav .nav-link {
	color: #444;
	position: relative;
	padding: .35em 1em;
}

.nav-sidebar .nav .nav-link:focus,.nav-sidebar .nav .nav-link:hover {
	background-color: transparent;
}

.nav-sidebar .nav .nav-link.active {
	color: #724dc5;
}

.nav-sidebar .nav .nav-link.active:before {
	content: '';
	position: absolute;
	left: 0;
	height: 67%;
	top: 6px;
	width: 1px;
	background-color: #724dc5;
}

.nav-sidebar .nav .nav-link.active+.nav {
	display: block;
}

.nav-sidebar .nav .nav-link+.nav {
	padding-left: 17px;
	list-style-type: none;
	display: none;
}

.nav-sidebar .nav .nav-link+.nav .nav-link {
	padding: 5px 20px;
}

.theme-docs-wrapper {
	margin-top: 20px;
	margin-bottom: 100px;
}

.theme-docs-wrapper .h5 {
	line-height: 29px;
}

.theme-docs-wrapper .btn-pill,.theme-docs-wrapper .btn-shadow {
	outline: 0;
}

.theme-docs-wrapper pre {
	margin: 25px 0;
	padding: 20px;
	background-color: #f5f7f9;
	border: 1px solid #dee0e2;
}

.theme-docs-wrapper pre code {
	margin-top: -10px;
	display: block;
}

.theme-docs-wrapper pre code.html>* {
	color: #2f6f9f;
	line-height: 20px;
}

.theme-docs-wrapper pre code.html [class*=hljs-tag] {
	color: #2f6f9f;
}

.theme-docs-wrapper pre code.html [class*=hljs-name] {
	color: #2f6f9f;
}

.theme-docs-wrapper pre code.html [class*=hljs-attr] {
	color: #4f9fcf;
}

.theme-docs-wrapper pre code.html [class*=hljs-string] {
	color: #d44950;
}

.theme-docs-wrapper pre code.css {
	color: #2f6f9f;
}

.theme-docs-wrapper pre code.css>* {
	color: #2f6f9f;
	line-height: 20px;
}

.theme-docs-wrapper pre code.css [class*=hljs-keyword] {
	color: #069;
}

.theme-docs-wrapper pre code.css [class*=hljs-number] {
	color: #f60;
}

.theme-docs-wrapper .panel {
	margin: 25px 0;
}

.theme-docs-wrapper .panel .panel-body {
	padding: 20px;
	border: 2px solid #f5f7f9;
	border-bottom: 0;
}

.theme-docs-wrapper .panel .panel-footer {
	background-color: #f5f7f9;
}

.theme-docs-wrapper .panel .panel-footer pre {
	padding: 20px;
	margin: 0;
	border: none;
}

.theme-docs-wrapper .transparent-navbar-wrapper {
	position: relative;
}

.theme-docs-wrapper .transparent-navbar-wrapper .ion-chevron-down {
	font-size: 10px;
}

.theme-docs-wrapper .transparent-navbar-wrapper .transparent-navbar-header {
	height: 190px;
}

.theme-docs-wrapper .slider-component {
	height: 450px;
}

.theme-docs-wrapper .slider-component li {
	margin: 0;
}

.theme-docs-wrapper .slider-component h3 {
	color: #fff;
	text-align: center;
	position: absolute;
	top: calc(50% - 60px);
	left: 0;
	right: 0;
	font-size: 26px;
	text-shadow: 1px 1px rgba(0,0,0,.15);
}

.theme-docs-wrapper .slider-options {
	padding: 0;
}

.theme-docs-wrapper .slider-options li {
	display: inline-block;
	margin: 3px 25px 3px 0;
}

.theme-docs-wrapper .slider-options li a.active {
	text-decoration: underline;
}

.theme-docs-wrapper .grid-example .row div[class^=col] {
	border: 1px solid #dedede;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f7f7f7;
}

.header-welcome {
	background: url(../images/unsplash/header-technopark.jpg);
	background-size: cover;
	background-position: center 0;
	overflow: hidden;
	position: relative;
	height: 570px;
}

.header-hero {
	background: url(../images/unsplash/michael-benz-189971.jpg);
	background-size: cover;
	background-position: center 0;
	padding-top: 270px;
	overflow: hidden;
	position: relative;
	min-height: 70vh;
}

.header-hero--larger {
	min-height: 100vh;
	padding-top: 290px;
}

.header-hero--light {
	background-image: url(../images/unsplash/jorg-angeli-220264.jpg);
	border-bottom: 1px solid #dee4ea;
}

.header-hero--light:after {
	background: rgba(249,251,255,.25)!important;
}

.header-hero .container {
	position: relative;
	z-index: 10;
}

.header-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(-45deg,rgba(63,89,118,.3) 0,rgba(14,20,34,.5) 80%);
}

.header-hero h2 {
	color: #fff;
	padding-bottom: 60px;
}

.panorama-hero {
	position: relative;
}

.panorama-hero h2 {
	position: absolute;
	top: 52%;
	right: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 2.1rem;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.panorama-hero i.panorama-move {
	bottom: 30px;
	margin-left: -25px;
	position: absolute;
	left: 50%;
	width: 50px;
	height: 57px;
	background-size: 50px 57px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Mzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4NDg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTgxODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTgyODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++haY+QAAD8FJREFUeNrkXXtUVHUevwzI+yEIGKBIiimQLyzXBc11tfCVbXLMU5m6nrNueTQzt/1jO6nt2tO2fLSn3bO27abuamlmmiQopWillAGmqCgCIiAIDMhrmAf7+cLvdn7zmzvDzDB3QPue8z3XufO7v/v7fe73fb+DHpKK1NHREYZDLHggOBQcAPaU+gZ1gHVgLfgmuAJ8zcPDw+jA/iQPFUDT4BAPHg0Ok24vagcXgfMBZJPbAcSEg3CYBA6Wbm8ygQvAZwCkQXUAMRGp5URwknRnEal3FkCsVw1ATOKNQxo4SrozSQ8+DBArXA4gJvDCYQ44UrqziVT6kAiiKwB8CIc4K18HgRPBg8GBzOuRSpSAz7Mn6ygNBY8H07q/B19xs4P5FCBqXQIgLh6Fwy8VviJpnMs2qrFyOYUPOeDPwS123nIyeKFwbi84040g1jIQjT0CEBeSRD0G9hK+SgU/Du5n51SN4H+CL3Uzzge8kR3Nn4ROt9vHxyfbjSDmAsAfZAA1Tk5yvwJ4M8CLRPAMBkNLU1NTBbjSZDKJakvhznNGo3FMN/eLVgKvE1kfnwU3b96c6kYAxwE4X/mDlxPSF8QCZZ7uAz/Kn6irq7uUn59/sqSkpJKeFJFGo/FISkqKT0hImBwYGHgXG+qJJ/q72tratwYMGFBi5bYNttYUHh6+oKamRh8REXHCDQB6sSThtMSMsaMAEljJ3ClKz/7Cjp1Dzp49eyg3Nzefv87f318PNkIKpZaWFt/JkydPGzx48C/k70lKIUlvxsXFtVq59dP09G2sy4SH8AHAPO0GEMlu76Tbejlx8TDh84MceNL58+czefDuvvvuprFjxzaEhoaaRfTFxcX/w4Z9IHVj6TMkMvrSpUspISEhx8SxjP4D8MMgxUOUFgUp1oSFhS3BQ9ABxHyVAfRncW+Fh4PSR3ZoMXeKbOjr4JBOj9DYWLZ3794dpLKenp4mSNnNoUOHtloNrkwmPxxeASgB8vUA9QeArrOx8Nm2NAdzGrRa7bsAs1BlEMmR5DoqgWKOO0gGjwgSdFq2d6mpqbW2wGM2kb4/wTIZKTg4OJa4J7vCnF6Q4mdggzcDRDXjxEhnnIi/AoASB2CnE4iJiWmOj4+PZTbrLnYfyicv0lMDt3GXFcoAuoog/T5+fn5LKioqNkRHR+tUAjDEGQD7WQO0vb39VltbW/vAgQNDp0+f/oSVDOV+5q13g0+xc9Vq7A4ARh45ciQOYU4x7KxeJTvocBxoFXAy4oMGDYpMS0tbAgmIszEH2bulsFWzZIFRzVW2tEg5OTlq1SQ1zgBoUkhtukSzX7+AKVOmPObl5eVnp616pLq6mkKiGDV2Bxt4ubm5uQ1HX71e7yGpiaIDJJa7S4WswKKQiiwD2t2uWN2Fw0iHlExQQfJqsrOzDzJ7aAKrgZ3OGRsoJv514HLRmch0+fLlr06ePPktQDTBI0enpKSke3t7B8nf+/r6knr9pGKVlZX5BQUFpzyt7BhzDAc/YHNXOl19RkbGfxESda41Nja2BdLeoQKAt5wBsFnh3DHwk+JJpFaFx48f/1r+DI947dy5c5+NGzfuSWuT4/vc69ev31T6buTIkXGIDyd1B94XX3yxo6GhoXOdCGPaJk2aVKeS9tY7AyCpokG4jkCaxsIViZOmy8y5dEyYMKEWOTBtqkIJbKKqqqqCsrKyTo+cmJjYAG7iwpKggICAebZMjgweAvFOyUA2o5s5c2YNbHOHSgBWOmwDAQY5kWvCaQI0ywLppqbOjQwbNuwWA49ogNK8CH/qjh07dkQGnMCDfTTIDPDuJY13BLxZs2ZVwyabVAKPHkqZM06EqEjhXH/xBHLSThFHaNNmLfBmm9cePXp0N3lM+jxixIhGAk0Y5m1tMRR/It7b5UbwiMrxoFucBbBUobwUKeTMRoQPVCyVgoKCDLYAhJ3cc+PGjXp58xMnTlQqXV2wBl5WVtYO+XoA3+4G8IjOOhvGdKqY1PU+gqcIQSXrESh32p7+/fvzAMYIib8eTqOGjWtHEF5txWNel7rK9x285CqAd8MN4FUCg3KnC6oMxMuQspFSV6XYQgJbW1vrWZhiFIz4IDFek4GeMWPGDX9/f1ubz4SaXgBg4zF/y4ULFy4DRAMPXjfXu4Jo/pM9CaR5+ooFk5R5BJrFOs3NdXIRlY+zweFmgdStW9UsbzXYs3nktGVwTtn5+fkXZPBIct0EHtFpCE+dXbmtHVLYBCkkz/m0ggfufPUXEhLCq2+0WMdDvFbNxtmd7CMkaoBnb0HY4w3vbESgrFMpULbIC7DnAruLA3aCeB0g1ojntVpt51MKDAzU23Ig8NTVshQ5cl+qrqhUYbFGJUzjJJcCyNfFzCoMtbWyYbfpgZGWJYaHh0fCU5NT0kp9k6gJ4CRznqoAOFQIYUyQrAYFFbaoukRHRyeD6Z8PsdBgp5wi9QGiuPRrcpiurMYoUbwQwlTCBjayuM6mBAo0CuC/yHl23vm4k6ji9CP4o+7AkyTJJd1ZVVJXB6ps105AqlbPmzcvbNeuXQYGHEnfq/bMp9fr6zHnJ97e3tQuN5xlIUZmhyjv/kahrOaK1Izs8RXmLNrs3HuPm4uoNNXInysuLt4FL/kWKzxcZOPScdjjos2SJ1wqJ/M9lDQjU9UWluc7uv8e28B4Bc96jS84Mhohjtu3b9/zmZmZRc8+++yjCQkJSx2452ij0fgxYs37YGPrpNuZ8ATmdwgEtV0pdXVmRXHjdvNjkH3oEIZMYOPGI6bL7HCQkJFQatevl/ffYycidilIp06dKlOQwNFCplKMUEe2Y4WIAz+1UuaqQK78GZySRTEhIiLiN8uWLZs0f/58T2xkIDiyr0hVIngL+EewFtwGPgveynoC+bHvC5Jl4CTLn43xpeoMP668vPwAGzOajVkiSlh9fX3ukCFDqP9wPPLp+0pKSj4SxyAVPAd1vsWdagBTZ0SiuySQ/0Ab/Xs3mmNiQPqxa47xXyLJvyarpcReV+L0eHGS77777q9szHBrAH744YdPc3MlrFy5cowDGm4Ar3CbCrOel0Pg39sR9qzAU89gIMYL1RXZgRi4UGO0OElhYaEcX1lt/YBdlOuC5CgKt27d6kjDED28rZDQZ9QGUbaBb4DtblL09PSc0tDQsFMMenFOyQNbNE/u2bOnqDsAeSyd3Zy/v//bmzdvvldVAJm9WGlR+DKZWmpqao4TQ+Is+pgRQjxqZwiTIATKtfv375fTNXv6o20WGrC25tLS0j3gT+jfZpvTaHzT0tJWSyr+YookcJmY0mm12tNz5sx5ODIy8nni2bNnzwE4J7ubrKys7BqXRypmO1Cri1z039aTxeMht7700kuL4uLiXge/un79+iUUIvFjYmJiqG871kV5vyKA0/kTBoOhYe7cuX/MyMiQbZDh8OHDJYsXL34G0mOzEQjOQSmE2cbv+csvv9zNgdyjOh5iwWOvvfaa3B2h37BhwzcIeczeEPr5+UUxmzhADQDpqYwUFnU8JyeniTPgtEDToUPkY6Q/CYCYCcT27dsrRQCRIlH4UZKXlzfzwIEDhWvXrr2ioL4WQDY2NnZb75NfHUhdvzmhNjl9cHDwFcFeB3NltxtqAGjWRtHe3t7KgVDCbw7x2AcAYxVAGSVOpNPpqhD06hUkkEA8zRL1OBlsMF+IzWEg9GNzVWzZsqVUYb1mL/Xl9ymsBGYVcICqwQPxVkuFbwgR/lhuUR0CECbwH5QmQnZRziXpSj3OtUxK6KGck7g2EcxZjMMMhEGZlZWVh2HLVmDDSsn9EbOqQkFBLnfPn0y4eFFycnKAWjaQYsBPrQSxUTauschdKVOQg94eLIdiy2Q+gBbuGw5P+w+kgd/Clq7jxvF593pxbb8C4auxagTS9FT+DX6E/wJe9ykcsm2UjEgK83gPW11dXarggR0lMh8UZIczKa4UNOAmC/apusO/CeRLahYNUKGhof0klRo5SYUpL73KnwwLC0t55ZVXkiXLnmh5I1STe5uzf9UbN27MVLJ/ThCBQSpdZsOuFTMbWs8A50GzuCYqKspX7ZxuuSj2FRUVGZLwvkOkq1evzsjKynoRwepUTp169Wf+WPpz4l6WL1/+MFubOsUEymvp9aRQWTGuXr2aVLu7dxJDOPASJde8Z7ltANQwlSTbs0VQU82qVavox4MDu5mHbN9FpkoXJMs+6juaeGn5m2iAY2Nj5yIDGWlH5ZcC74afG3hmALKej/cEKfRC5rDEDin82ZJor94WwxAk6ekLFy5MUC0QvZMAhMRR3PUvoSTk/fLLL/9Wun3+sIRFytbU1GRwlwQSvSHGUiSFixYtSpT6zp9tskX+CmW2VrcBCCksU5LCdevWLb1NbKHFntrb293r3BDfxILb+VgKOagOUji9r0shlrpJjAO5OFWdQNrKlxZv6IqLi6kYGt3HAfzA7PWcwdDMwEt2N4AWUkhN4StWrJjZl6UQy9zDrxnqW80AHONWANmA90QpZC/FY/owgMf59TY3NxcxAEf1BoBR4BYxR0ZYky71cl+KjTVf4tdbW1v7NZenuxdANuhVhcaeo1LX38Tqa+BpWCsKrzH7GYD3qFZM6IbelIS228jIyF9v27btQcnGT7B6ie4Rq0f19fXX2T9VaUrvFkD218peF88vWLBgja+vb1+zhaniiYsgORzsTdXwg+2rEFWZiqmSlap1L6zRA/y9uEY86IeYCkf0ig3kBlt0UFFDeXJy8ug+AuCT4vq0Wm0+F0QH9DaAGkihxRPOz8+nOmJIL4MXIVbUiQ4cOPACF0RrehVAdsEkcZFI8drWrFlDDsWjFwH8WEH68qgxkwE4TKX7OnXRbnGx1MHVW+Uu3P5xhQZL4+bNm59SU317AmAcNaOKKz548OBz7g6ucdthrK3XjIqKirZz4A1V8f5OX/hnJYcyderUJDeC56PkdVtbW0uTkpJSGXjjJBV/6dQTAH3hUIqtPPkgNwH4rkUDt8lkeOedd3jVHajyGnp0cZqS7dm5c+citR0K7vOEUmd5Xl7eFg68kW5YR88mgAfeoaBCZenp6cNVXHSyWOCQHRnndVVVXZcBiAkGAMRqhbaQz9XIUFi8V6rw0MqnTZvm9vaSHv9WDnlyLSahHut9/PmoqKhZVVVVuyIiIq66+Of49Me4zf7CJexe+6ZNm144evSo3KFFHVy312/oDAbD+x29RNnZ2Wsl835CtwX0PVZhbqJAvV5/yd3gwevv4MAb4+7ymssAZJMl0u803AUenMaJ4ODg+zkA3f6fwLgUQCIE03OgznVqg0dl+pSUlAfcFe/ZAtDl9iI1NTXIx8dnHIy7Kn2CjY2NxjNnzvA/kSCnUXrHAMiIyltxkvoNSbUMvI7eAvD/AgwAe/DxchhoDlEAAAAASUVORK5CYII=);
}

.panorama-content {
	position: absolute;
	text-align: center;
	width: 100%;
	max-width: 1000px;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	pointer-events: none;
}

.panorama-content h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 10px;
	font-size: 2.2rem;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.panorama-content p {
	font-size: 1rem;
	color: rgba(255,255,255,.9);
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.panorama-progress {
	height: 5px;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 9999;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.panorama-progress.finish {
	opacity: 0;
}

.blog-header {
	min-height: 400px;
	background-image: url(../images/unsplash/photo-1442965416224-f6a7eca980fa.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.blog-header:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(9,24,42,.1)),color-stop(100%,rgba(9,24,42,.7)));
	background: -webkit-linear-gradient(top,rgba(9,24,42,.1) 0,rgba(9,24,42,.7) 100%);
	background: -moz-linear-gradient(top,rgba(9,24,42,.1),rgba(9,24,42,.7));
	background: -o-linear-gradient(top,rgba(9,24,42,.1),rgba(9,24,42,.7));
}

.blog-header section {
	padding-top: 190px;
	position: relative;
	z-index: 9;
}

@media (max-width:767px) {
	.blog-header section {
		padding-top: 110px;
	}
}

.blog-header a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 26px;
	text-decoration: none;
	font-weight: 500;
	text-shadow: 1px 1px rgba(0,0,0,.1);
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	-ms-animation-delay: .2s;
	animation-delay: .2s;
}

@media (max-width:767px) {
	.blog-header a {
		font-size: 23px;
	}
}

.blog-header a span {
	font-style: italic;
	text-align: center;
	text-transform: none;
	margin-top: 8px;
	display: block;
	font-size: 16px;
	color: #e1f0ff;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	-ms-animation-delay: .4s;
	animation-delay: .4s;
}

.blog-header .bottom {
	position: absolute;
	z-index: 9;
	width: 750px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width:991px) {
	.blog-header .bottom {
		width: 100%;
		padding: 0 20px;
	}
}

.blog-header .bottom .author {
	float: left;
}

.blog-header .bottom .author .avatar {
	border-radius: 50px;
	max-width: 55px;
	float: left;
}

.blog-header .bottom .author .name {
	color: #fff;
	float: left;
	position: relative;
	top: 10px;
	font-weight: 500;
	margin-left: 10px;
}

.blog-header .bottom .featured {
	float: right;
	position: relative;
	top: 30px;
	color: #13c5e5;
	font-style: italic;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: right;
}

@media (max-width:767px) {
	.blog-header .bottom .featured {
		font-size: 12px;
	}
}

@media (min-width:992px) {
	.blog-posts-list>.container {
		width: 720px;
	}
}

.blog-posts-list .post {
	margin-top: 80px;
}

.blog-posts-list .post .bg {
	width: 100%;
	height: 330px;
	margin-top: 25px;
	display: block;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
}

@media (max-width:767px) {
	.blog-posts-list .post .bg {
		height: 280px;
	}
}

.blog-posts-list .post .title {
	font-size: 25px;
	font-weight: 500;
	color: #222;
	display: block;
	text-decoration: none;
}

.blog-posts-list .post .author {
	margin-top: 2px;
	color: #888;
	position: relative;
}

.blog-posts-list .post .author .avatar {
	position: absolute;
	top: -10px;
	left: -65px;
	width: 40px;
	border-radius: 50px;
}

@media (max-width:991px) {
	.blog-posts-list .post .author .avatar {
		display: none;
	}
}

.blog-posts-list .post .description {
	font-size: 15px;
	line-height: 24px;
	color: #555;
	margin-top: 25px;
}

.blog-posts-list .post .read-more {
	display: inline-block;
	margin-top: 15px;
}

.blog-posts-list .post .read-more i {
	font-size: 12px;
	margin-left: 10px;
}

.blog-pager {
	margin-top: 80px;
}

.blog-grid-slider .slider-component {
	height: 400px;
}

@media (max-width:767px) {
	.blog-grid-slider .slider-component {
		height: 360px;
	}
}

.blog-grid-slider .slider-component .pic:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(34,34,45,.25) 10%,rgba(32,45,80,.65) 100%);
}

.blog-grid-slider .slider-component .post {
	position: relative;
	top: 250px;
}

@media (max-width:991px) {
	.blog-grid-slider .slider-component .post {
		text-align: center;
	}
}

@media (max-width:767px) {
	.blog-grid-slider .slider-component .post {
		top: 220px;
	}
}

.blog-grid-slider .slider-component .post h1 {
	color: #fff;
	font-size: 33px;
	font-weight: 400;
	margin-top: 20px;
}

@media (max-width:767px) {
	.blog-grid-slider .slider-component .post h1 {
		font-size: 25px;
	}
}

.blog-grid-slider .slider-component .post h1 a {
	color: #fff;
	text-decoration: none;
}

.blog-grid-slider .slider-component .post .bottom {
	margin-top: 15px;
}

.blog-grid-slider .slider-component .post .avatar {
	width: 50px;
	border-radius: 70%;
	position: relative;
	top: -3px;
	margin-right: 15px;
}

.blog-grid-slider .slider-component .post .category {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #13c5e5;
	font-size: 12px;
}

.blog-grid-slider .slider-component .post .date {
	color: #dadada;
	margin-left: 30px;
}

.blog-posts-grid {
	margin-top: 50px;
}

.blog-posts-grid--keep-reading {
	margin-top: 50px;
	padding: 40px 0 100px;
	background: #fbfbfb;
	margin-bottom: -100px;
}

.blog-posts-grid--keep-reading h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}

.blog-posts-grid .post {
	margin: 2px;
	position: relative;
	display: inline-block;
	height: 280px;
	width: calc(33.333% - 8px);
	overflow: hidden;
}

@media (max-width:767px) {
	.blog-posts-grid .post {
		width: 100%!important;
		margin: 0!important;
	}
}

.blog-posts-grid .post:first-child {
	width: calc(66.666% - 9px);
}

.blog-posts-grid .post:nth-child(8n-2) {
	width: calc(100% - 10px);
	margin: 0 2px;
}

.blog-posts-grid .post:nth-child(8n-1) {
	width: calc(66.666% - 10px);
	height: 400px;
}

.blog-posts-grid .post:nth-child(8) {
	height: 400px;
}

.blog-posts-grid .post:hover .bg {
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.blog-posts-grid .post:hover .info .author {
	opacity: 1;
}

.blog-posts-grid .post:hover .info .date {
	opacity: 1;
}

.blog-posts-grid .post .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	-moz-transform: scale3d(1.15,1.15,1.15);
	-o-transform: scale3d(1.15,1.15,1.15);
	-ms-transform: scale3d(1.15,1.15,1.15);
	-webkit-transform: scale3d(1.15,1.15,1.15);
	transform: scale3d(1.15,1.15,1.15);
}

.blog-posts-grid .post .bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(34,34,45,.2) 10%,rgba(32,45,80,.6) 100%);
}

.blog-posts-grid .post .info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	text-decoration: none;
	padding: 40px;
}

.blog-posts-grid .post .info .title {
	font-size: 26px;
	color: #fff;
	display: block;
	position: absolute;
	font-weight: 400;
	width: 70%;
}

@media (max-width:767px) {
	.blog-posts-grid .post .info .title {
		font-size: 20px;
	}
}

.blog-posts-grid .post .info .author {
	color: #fff;
	display: block;
	position: absolute;
	font-size: 13px;
	bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.blog-posts-grid .post .info .date {
	color: #fff;
	display: block;
	font-size: 13px;
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

@media (min-width:1200px) {
	.blog-masonry-container {
		width: 1200px!important;
	}
}

.blog-masonry-container .header {
	margin-top: 80px;
	position: relative;
}

.blog-masonry-container .header .search {
	position: absolute;
	right: 20px;
	width: 230px;
}

@media (max-width:991px) {
	.blog-masonry-container .header .search {
		display: none;
	}
}

.blog-masonry-container .header .search form {
	position: relative;
}

.blog-masonry-container .header .search form input[type=text] {
	box-shadow: none;
	-moz-transform: scale3d(0,1,1);
	-o-transform: scale3d(0,1,1);
	-ms-transform: scale3d(0,1,1);
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.blog-masonry-container .header .search form input[type=text].nice {
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.blog-masonry-container .header .search form i.ion-search {
	font-size: 27px;
	color: #cbcbcb;
	position: absolute;
	right: 10px;
	top: -1px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.blog-masonry-container .header .search form i.ion-search:hover {
	color: #000;
}

.blog-masonry-container .header h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 1px;
}

.blog-masonry-container .header h1 a {
	color: #222;
	text-decoration: none;
}

.blog-masonry-container .header .slogan {
	text-align: center;
	color: #777;
	font-size: 15px;
}

.blog-masonry-container .posts {
	margin-top: 80px;
}

.blog-masonry-container .posts .post {
	float: left;
	margin-bottom: 50px;
	border-radius: 3px;
	opacity: 0;
	padding-left: 30px;
	width: 33%;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

@media (max-width:991px) {
	.blog-masonry-container .posts .post {
		padding-left: 10px;
	}
}

@media (max-width:767px) {
	.blog-masonry-container .posts .post {
		width: 100%;
		padding-left: 0;
	}
}

.blog-masonry-container .posts .post.is-visible {
	opacity: 1;
}

.blog-masonry-container .posts .post .pic {
	position: relative;
}

.blog-masonry-container .posts .post .pic:hover .mask {
	opacity: 1;
}

.blog-masonry-container .posts .post .pic img {
	height: auto;
	max-width: 100%;
	border-radius: 3px;
}

.blog-masonry-container .posts .post .pic .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 3px;
	background: -webkit-radial-gradient(rgba(0,0,0,.35),rgba(0,0,0,.5),rgba(0,0,0,.6));
	background: radial-gradient(rgba(0,0,0,.35),rgba(0,0,0,.5),rgba(0,0,0,.6));
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.blog-masonry-container .posts .post .pic .mask span {
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-weight: 600;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 20px);
}

.blog-masonry-container .posts .post .wrapper.dark>header {
	background: #242424;
}

.blog-masonry-container .posts .post .wrapper.dark>header .title {
	color: #fff;
}

.blog-masonry-container .posts .post .wrapper.green>header {
	background: #79c3ab;
}

.blog-masonry-container .posts .post .wrapper.green>header .date {
	color: #daefe8;
}

.blog-masonry-container .posts .post .wrapper.green>header .title {
	color: #fff;
}

.blog-masonry-container .posts .post .wrapper.white>header {
	border: 1px solid #ececec;
	border-bottom: 0;
	border-radius: 3px;
	padding-bottom: 0;
}

.blog-masonry-container .posts .post .wrapper.white>header .title {
	color: #222;
}

.blog-masonry-container .posts .post .wrapper.white>section {
	padding-top: 25px;
}

.blog-masonry-container .posts .post .wrapper>.video {
	height: 215px;
}

.blog-masonry-container .posts .post .wrapper>.video iframe {
	width: 100%;
	height: 215px;
}

.blog-masonry-container .posts .post .wrapper>.image {
	height: 215px;
}

.blog-masonry-container .posts .post .wrapper>.image>a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	border-radius: 3px 3px 0 0;
}

.blog-masonry-container .posts .post .wrapper>header {
	padding: 23px;
	border-radius: 3px 3px 0 0;
}

.blog-masonry-container .posts .post .wrapper>header .date {
	font-size: 13px;
	color: #b5b5b5;
}

.blog-masonry-container .posts .post .wrapper>header .title {
	display: block;
	text-decoration: none;
	font-size: 23px;
	line-height: 28px;
	margin-top: 15px;
}

@media (max-width:991px) {
	.blog-masonry-container .posts .post .wrapper>header .title {
		font-size: 18px;
	}
}

.blog-masonry-container .posts .post .wrapper>section {
	padding: 35px 20px 30px;
	border: 1px solid #ececec;
	border-top: 0;
	border-radius: 0 0 3px 3px;
}

.blog-masonry-container .posts .post .wrapper>section .intro {
	font-weight: 300;
	font-size: 20px;
	color: #444;
}

.blog-masonry-container .posts .post .wrapper>section .description {
	margin-top: 20px;
	color: #888;
	line-height: 22px;
}

.blog-masonry-container .posts .post .wrapper>section .btn-shadow {
	margin-top: 10px;
}

.blog-masonry-container .posts .posts-width {
	width: 33%;
}

.blog-masonry-container .pager {
	margin-top: 50px;
	text-align: center;
}

.blog-masonry-container .pager a {
	background: #333;
	color: #fff;
	text-decoration: none;
	padding: 10px 18px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 13px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.blog-masonry-container .pager a:hover {
	background: #667b96;
}

.timeline-page {
	background: #f7f8fa;
}

.blog-timeline-header {
	margin-top: 55px;
	position: relative;
}

.blog-timeline-header .container {
	position: relative;
}

.blog-timeline-header .search {
	position: absolute;
	right: 0;
	width: 250px;
}

@media (max-width:767px) {
	.blog-timeline-header .search {
		display: none;
	}
}

.blog-timeline-header .search form {
	position: relative;
}

.blog-timeline-header .search form input[type=text] {
	box-shadow: none;
	-moz-transform: scale3d(0,1,1);
	-o-transform: scale3d(0,1,1);
	-ms-transform: scale3d(0,1,1);
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.blog-timeline-header .search form input[type=text].nice {
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.blog-timeline-header .search form i.ion-search {
	font-size: 27px;
	color: #cbcbcb;
	position: absolute;
	right: 10px;
	top: -1px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.blog-timeline-header .search form i.ion-search:hover {
	color: #000;
}

.blog-timeline-header h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	margin-top: 0;
	letter-spacing: 1px;
}

.blog-timeline-header h1 a {
	color: #222;
	text-decoration: none;
}

.blog-timeline-header .slogan {
	text-align: center;
	color: #777;
	font-size: 16px;
}

.blog-timeline-wrapper {
	margin-top: 40px;
	position: relative;
}

.blog-timeline-wrapper:before {
	content: '';
	position: absolute;
	background: #e7e8ec;
	width: 5px;
	height: 97%;
	left: 0;
	right: 0;
	top: 95px;
	margin: 0 auto;
	z-index: -1;
}

.blog-timeline-wrapper .post {
	position: relative;
	float: right;
	clear: right;
	width: 44%;
	margin: 40px 0;
	border-radius: 5px;
}

@media (max-width:767px) {
	.blog-timeline-wrapper .post {
		width: 100%;
	}
}

.blog-timeline-wrapper .post:before {
	content: '';
	position: absolute;
	width: 70px;
	height: 4px;
	background: #e7e8ec;
	left: -60px;
	top: 62px;
}

@media (max-width:991px) {
	.blog-timeline-wrapper .post:before {
		left: -42px;
		width: 43px;
	}
}

@media (max-width:767px) {
	.blog-timeline-wrapper .post:before {
		display: none;
	}
}

.blog-timeline-wrapper .post:nth-child(2) {
	margin-top: 100px;
}

.blog-timeline-wrapper .post.left {
	float: left;
	clear: left;
}

.blog-timeline-wrapper .post.left:before {
	right: -60px;
	left: inherit;
}

@media (max-width:991px) {
	.blog-timeline-wrapper .post.left:before {
		right: -42px;
		width: 43px;
	}
}

.blog-timeline-wrapper .post.left .marker {
	left: inherit;
	right: -71px;
}

@media (max-width:991px) {
	.blog-timeline-wrapper .post.left .marker {
		right: -52px;
	}
}

.blog-timeline-wrapper .post .marker {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 25px;
	background: #e7e8ec;
	left: -70px;
	top: 55px;
	border: 3px solid #f7f8fa;
}

@media (max-width:991px) {
	.blog-timeline-wrapper .post .marker {
		left: -51px;
	}
}

@media (max-width:767px) {
	.blog-timeline-wrapper .post .marker {
		display: none;
	}
}

.blog-timeline-wrapper .post .entry {
	position: relative;
	padding: 20px;
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.26);
}

.blog-timeline-wrapper .post .entry:before {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	border-radius: 0 0 5px 5px;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
	background: linear-gradient(top,rgba(255,255,255,0) 0,rgba(15,24,49,.94) 100%);
}

.blog-timeline-wrapper .post .entry.smallish {
	height: 320px;
}

.blog-timeline-wrapper .post .entry.smallish .intro {
	top: 68%;
}

.blog-timeline-wrapper .post .entry .intro {
	position: relative;
	top: 75%;
	color: #fff;
	z-index: 9;
	letter-spacing: .3px;
}

.blog-timeline-wrapper .post .entry .intro h4 {
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	letter-spacing: .5px;
}

@media (max-width:767px) {
	.blog-timeline-wrapper .post .entry .intro h4 {
		font-size: 17px;
	}
}

@media (max-width:767px) {
	.blog-timeline-wrapper .post .entry .intro p {
		font-size: 13px;
	}
}

.blog-timeline-wrapper .post .news {
	position: relative;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(12,26,36,.25);
	background: #fff;
}

.blog-timeline-wrapper .post .news .author {
	position: absolute;
	left: 0;
	top: -35px;
	right: 0;
	text-align: center;
}

.blog-timeline-wrapper .post .news .author img {
	border-radius: 50%;
	width: 68px;
}

.blog-timeline-wrapper .post .news section {
	padding: 60px 25px 75px 25px;
}

.blog-timeline-wrapper .post .news section h3 {
	margin-top: 0;
}

.blog-timeline-wrapper .post .news section h3 a {
	color: #333;
	text-decoration: none;
	font-size: 21px;
	text-align: center;
	display: block;
	line-height: 31px;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

.blog-timeline-wrapper .post .news section h3 a:hover {
	color: #459ce7;
}

.blog-timeline-wrapper .post .news section p {
	margin-top: 21px;
	line-height: 24px;
	color: #555;
}

.blog-timeline-wrapper .post .news section a.read-more {
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.blog-timeline-wrapper .post .news section a.read-more:hover:after {
	right: -18px;
}

.blog-timeline-wrapper .post .news section a.read-more:after {
	content: "▸";
	position: absolute;
	right: -15px;
	top: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.blog-timeline-wrapper .post .news footer {
	position: absolute;
	bottom: 0;
	padding: 12px 25px;
	width: 100%;
	font-weight: 500;
	background: #eef1f4;
	color: #92a2b2;
}

.blog-timeline-wrapper .post .news footer .tag {
	position: relative;
	padding-left: 27px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 11px;
	top: 3px;
}

.blog-timeline-wrapper .post .news footer .tag span {
	font-size: 24px;
	position: absolute;
	top: -7px;
	left: 0;
}

.blog-timeline-wrapper .post .news footer .date {
	font-weight: 600;
	font-size: 14px;
}

.blog-timeline-wrapper .pager {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}

.blog-timeline-wrapper .pager a {
	display: inline-block;
	position: relative;
	top: -10px;
	background: #e7e8ec;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 6px 23px;
	border-radius: 3px;
	color: #444;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.blog-timeline-wrapper .pager a:hover {
	box-shadow: 0 6px 15px -1px rgba(0,0,0,.15);
}

.blog-sidebar-header {
	padding: 32px 0 15px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 9;
	border-bottom: 1px solid #e4e4e4;
}

@media (min-width:992px) {
	.blog-sidebar-header.sticky {
		position: fixed;
		top: 0;
		z-index: 99;
		border-bottom: 1px solid #e4e4e4;
	}
}

.blog-sidebar-header .title {
	margin: 0;
}

.blog-sidebar-header .categories {
	float: left;
}

@media (max-width:991px) {
	.blog-sidebar-header .categories {
		width: 60%;
	}
}

@media (max-width:767px) {
	.blog-sidebar-header .categories {
		display: none;
	}
}

.blog-sidebar-header .categories a {
	text-transform: uppercase;
	letter-spacing: .7px;
	margin-right: 35px;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

@media (max-width:991px) {
	.blog-sidebar-header .categories a {
		display: inline-block;
		margin-bottom: 10px;
	}
}

.blog-sidebar-header .categories a:hover {
	color: #4e8cc8;
}

.blog-sidebar-header .search {
	float: right;
	width: 243px;
	position: relative;
	top: -7px;
}

.blog-sidebar-header .search form {
	position: relative;
}

.blog-sidebar-header .search form input[type=text] {
	box-shadow: none;
	-moz-transform: scale3d(0,1,1);
	-o-transform: scale3d(0,1,1);
	-ms-transform: scale3d(0,1,1);
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.blog-sidebar-header .search form input[type=text].opened {
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.blog-sidebar-header .search form i.ion-search {
	font-size: 27px;
	color: #aaa;
	position: absolute;
	right: 10px;
	top: -1px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.blog-sidebar-header .search form i.ion-search:hover {
	color: #000;
}

.blog-sidebar-posts {
	margin-top: 130px;
}

.blog-sidebar-posts .post {
	margin-bottom: 90px;
}

.blog-sidebar-posts .post .pic {
	border: 0;
	height: 330px;
	width: 90%;
	display: block;
	overflow: hidden;
}

@media (max-width:991px) {
	.blog-sidebar-posts .post .pic {
		width: 100%;
	}
}

@media (max-width:767px) {
	.blog-sidebar-posts .post .pic {
		height: 250px;
	}
}

.blog-sidebar-posts .post .pic:hover>div {
	-moz-transform: scale3d(1.03,1.03,1.03);
	-o-transform: scale3d(1.03,1.03,1.03);
	-ms-transform: scale3d(1.03,1.03,1.03);
	-webkit-transform: scale3d(1.03,1.03,1.03);
	transform: scale3d(1.03,1.03,1.03);
}

.blog-sidebar-posts .post .pic>div {
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media (min-width:992px) {
	.blog-sidebar-posts .post .video {
		max-width: 700px;
	}
}

.blog-sidebar-posts .post .video .iframe-wrapper {
	position: relative;
	padding-bottom: 56%;
	height: 0;
}

.blog-sidebar-posts .post .video .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-sidebar-posts .post .title {
	font-size: 26px;
	font-weight: 500;
	margin-top: 35px;
}

@media (max-width:991px) {
	.blog-sidebar-posts .post .title {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.blog-sidebar-posts .post .title {
		font-size: 23px;
	}
}

.blog-sidebar-posts .post .title a {
	color: #111;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-ms-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}

.blog-sidebar-posts .post .title a:hover {
	text-decoration: none;
	color: #428bca;
}

.blog-sidebar-posts .post .author {
	color: #888;
	margin-top: 4px;
	position: relative;
}

.blog-sidebar-posts .post .author .avatar {
	max-width: 60px;
	border-radius: 50px;
	position: absolute;
	left: -75px;
	top: -15px;
	border: 1px solid #e0e0e0;
}

@media (max-width:991px) {
	.blog-sidebar-posts .post .author .avatar {
		display: none;
	}
}

.blog-sidebar-posts .post .intro {
	margin-top: 18px;
	font-size: 15px;
	line-height: 26px;
	color: #555;
}

@media (min-width:992px) {
	.blog-sidebar-posts .post .intro {
		width: 90%;
	}
}

.blog-sidebar-posts .post .continue-reading {
	font-size: 15px;
	display: inline-block;
	margin-top: 8px;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	-ms-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear;
}

@media (max-width:991px) {
	.blog-sidebar-posts .sidebar {
		margin-top: 70px;
		text-align: center;
	}
}

.blog-sidebar-posts .sidebar .updates {
	padding: 25px 17px;
	border-radius: 5px;
	border: 1px solid #e2e7f0;
	text-align: center;
}

.blog-sidebar-posts .sidebar .updates i {
	color: #2083fe;
	font-size: 22px;
	position: relative;
	margin-left: 5px;
}

.blog-sidebar-posts .sidebar .updates strong {
	color: #444;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-top: 12px;
}

.blog-sidebar-posts .sidebar .updates p {
	margin-top: 9px;
	color: #555;
	margin-bottom: 5px;
}

.blog-sidebar-posts .sidebar .updates a {
	margin-top: 30px;
}

.blog-sidebar-posts .sidebar .best-hits {
	margin-top: 35px;
	padding: 20px 17px 25px;
	border-radius: 5px;
	border: 1px solid #e2e7f0;
	text-align: center;
}

@media (max-width:991px) {
	.blog-sidebar-posts .sidebar .best-hits {
		margin-top: 40px;
	}
}

.blog-sidebar-posts .sidebar .best-hits i {
	color: #2083fe;
	font-size: 30px;
	position: relative;
	margin-left: 5px;
}

.blog-sidebar-posts .sidebar .best-hits strong {
	color: #444;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	margin-top: 12px;
}

.blog-sidebar-posts .sidebar .best-hits a {
	text-decoration: none;
	display: inline-block;
	color: #2083fe;
	margin-bottom: 7px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width:991px) {
	.blog-sidebar-posts .sidebar .best-hits a {
		display: block;
		margin-bottom: 10px;
	}
}

.blog-cols-page {
	background: #fcfcfc;
}

.blog-cols-header {
	margin-top: 60px;
	position: relative;
}

.blog-cols-header h1 {
	font-size: 23px;
	margin-top: 0;
	color: #555;
}

.blog-cols-header p {
	color: #757575;
	font-size: 17px;
	margin-top: 12px;
}

.blog-cols-wrapper {
	margin-top: 40px;
}

@media (max-width:767px) {
	.blog-cols-wrapper {
		text-align: center;
	}
}

.blog-cols-wrapper .post {
	display: inline-block;
}

@media (min-width:992px) {
	.blog-cols-wrapper .post:nth-child(3n+3) .post-wrapper {
		margin: 20px 0;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.blog-cols-wrapper .post:nth-child(2n+2) .post-wrapper {
		margin: 20px 0;
	}
}

.blog-cols-wrapper .post .post-wrapper {
	display: inline-block;
	position: relative;
	width: 330px;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	color: #4b4f56;
	margin: 20px 20px 30px 0;
	box-shadow: 0 20px 20px rgba(0,0,0,.08);
	-webkit-transition: all 250ms cubic-bezier(.02,.01,.47,1);
	-moz-transition: all 250ms cubic-bezier(.02,.01,.47,1);
	-ms-transition: all 250ms cubic-bezier(.02,.01,.47,1);
	-o-transition: all 250ms cubic-bezier(.02,.01,.47,1);
	transition: all 250ms cubic-bezier(.02,.01,.47,1);
}

@media (max-width:1199px) {
	.blog-cols-wrapper .post .post-wrapper {
		width: 293px;
	}
}

@media (max-width:991px) {
	.blog-cols-wrapper .post .post-wrapper {
		width: 330px;
	}
}

@media (max-width:767px) {
	.blog-cols-wrapper .post .post-wrapper {
		margin: 20px 0;
	}
}

.blog-cols-wrapper .post .post-wrapper:hover {
	box-shadow: 0 40px 40px rgba(0,0,0,.16);
	transform: translate(0,-20px);
}

.blog-cols-wrapper .post .post-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 220px;
}

@media (max-width:1199px) {
	.blog-cols-wrapper .post .post-bg {
		height: 260px;
	}
}

.blog-cols-wrapper .post .post-intro {
	padding: 20px 20px 0;
}

.blog-cols-wrapper .post .post-title {
	font-size: 22px;
	line-height: 25px;
}

.blog-cols-wrapper .post .post-min-read {
	margin-top: 5px;
	font-size: 12px;
	color: #777;
}

.blog-cols-wrapper .post .post-description {
	font-size: 15px;
	margin-top: 13px;
	line-height: 23px;
	color: #90949c;
}

.blog-post {
	margin-top: 70px;
}

@media (max-width:767px) {
	.blog-post {
		margin-top: 40px;
	}
}

@media (min-width:1200px) {
	.blog-post>.container {
		/* width: 880px; */
	}
}

.blog-post-title {
	font-size: 31px;
	font-weight: 400;
	color: #444;
}

@media (max-width:991px) {
	.blog-post-title {
		font-size: 28px;
	}
}

@media (max-width:767px) {
	.blog-post-title {
		font-size: 24px;
		line-height: 35px;
	}
}

.blog-post-header {
	margin-top: 20px;
}

.blog-post-author {
	color: #888;
	display: inline-block;
}

.blog-post-author img {
	border-radius: 100%;
	width: 55px;
	margin-right: 17px;
	position: relative;
	top: -2px;
}

.blog-post-author span {
	color: #333;
}

.blog-post-date {
	display: inline-block;
	margin-left: 35px;
	color: #888;
}

@media (max-width:767px) {
	.blog-post-date {
		margin-left: 15px;
	}
}

.blog-post-date span {
	color: #333;
}

.blog-post-share {
	float: right;
	color: #888;
}

@media (max-width:767px) {
	.blog-post-share {
		float: none;
	}
}

.blog-post-share a {
	margin-left: 13px;
	position: relative;
	top: 3px;
	text-decoration: none;
}

.blog-post-share i {
	font-size: 25px;
}

.blog-post-share i.ion-social-twitter {
	color: #1da1f2;
}

.blog-post-share i.ion-social-facebook {
	color: #3b5998;
	font-size: 28px;
	margin-right: 3px;
}

.blog-post-share i.ion-social-buffer {
	color: #2d2d2d;
}

.blog-post-content {
	margin-top: 50px;
}

@media (max-width:767px) {
	.blog-post-content {
		margin-top: 30px;
	}
}

.blog-post-content h1,.blog-post-content h2,.blog-post-content h3,.blog-post-content h4,.blog-post-content h5 {
	margin: 45px 0 20px;
	font-size: 23px;
}

.blog-post-content p {
	font-size: 16px;
	color: #6b6b6b;
	line-height: 29px;
	margin-bottom: 20px;
}

@media (max-width:991px) {
	.blog-post-content p {
		font-size: 14px;
	}
}

.blog-post-content .blog-post-video {
	margin: 40px 0;
}

.blog-post-content .blog-post-video iframe {
	width: 92%;
	display: block;
	margin: 0 auto;
}

@media (max-width:991px) {
	.blog-post-content .blog-post-video iframe {
		height: 350px;
	}
}

@media (max-width:767px) {
	.blog-post-content .blog-post-video iframe {
		width: 100%;
		height: 270px;
	}
}

.blog-post-content .blog-post-gallery {
	margin: 45px -20px;
}

@media (max-width:991px) {
	.blog-post-content .blog-post-gallery {
		margin: 45px 0;
	}
}

@media (max-width:767px) {
	.blog-post-content .blog-post-gallery img {
		margin-top: 20px!important;
	}
}

.blog-post-content .blog-post-gallery .zoomerang {
	display: block;
}

.blog-post-content .blog-post-quote-wrapper {
	margin: 60px 0;
	position: relative;
}

.blog-post-content .blog-post-quote-wrapper:before {
	content: '';
	position: absolute;
	left: -25px;
	width: 3px;
	height: 100%;
	background: #e1e5ea;
}

.blog-post-content .blog-post-quote-wrapper .quote {
	font-family: Georgia,Merriweather,Arial;
	color: #444;
	font-style: italic;
	font-size: 21px;
	line-height: 25px;
	width: 95%;
}

@media (max-width:767px) {
	.blog-post-content .blog-post-quote-wrapper .quote {
		font-size: 18px;
		width: 100%;
	}
}

.blog-post-content .blog-post-quote-wrapper .author {
	margin-top: 15px;
	font-size: 15px;
	color: #9097a0;
	padding-bottom: 10px;
}

.blog-post-content .blog-post-side-image {
	margin: 50px 0;
}

@media (max-width:767px) {
	.blog-post-content .blog-post-side-image {
		margin-bottom: 30px;
	}
}

.blog-post-content .blog-post-side-image img {
	max-width: 315px;
	float: left;
	margin-left: -120px;
	margin-right: 40px;
}

@media (max-width:767px) {
	.blog-post-content .blog-post-side-image img {
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.blog-post-content .blog-post-side-image p {
	margin-top: 20px;
}

.blog-post-subscribe {
	border-top: 1px solid #ececec;
	margin-top: 80px;
	padding-top: 40px;
	margin-bottom: 100px;
	text-align: center;
}

.blog-post-subscribe h3 {
	font-size: 19px;
}

.blog-post-subscribe form {
	margin-top: 30px;
}

.blog-post-subscribe form input {
	outline: 0;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	position: relative;
	top: 1px;
	width: 230px;
	font-size: 16px;
	margin-right: 20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width:767px) {
	.blog-post-subscribe form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.blog-post-subscribe form input:focus {
	border-color: #333;
}

.blog-post-alt-hero {
	height: 330px;
	background-image: url(../images/unsplash/michael-benz-189971.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

@media (max-width:991px) {
	.blog-post-alt-hero {
		height: 300px;
	}
}

.blog-post-alt-hero:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.2);
}

.blog-post-alt {
	background: #f3f3f5;
	margin-bottom: -120px;
}

.blog-post-alt>.container {
	padding: 50px 80px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	top: -140px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

@media (min-width:1200px) {
	.blog-post-alt>.container {
		width: 900px;
	}
}

@media (max-width:991px) {
	.blog-post-alt>.container {
		padding: 30px 50px 50px;
	}
}

@media (max-width:767px) {
	.blog-post-alt>.container {
		padding: 20px 20px 50px;
		top: -160px;
	}
}

.blog-post-alt .blog-post-title {
	text-align: center;
	font-weight: 300;
	margin-bottom: 35px;
	font-size: 35px;
}

@media (max-width:767px) {
	.blog-post-alt .blog-post-title {
		font-size: 28px;
	}
}

.blog-post-alt .blog-post-title img {
	display: block;
	margin: 35px auto 0;
}

.blog-post-alt .blog-post-content {
	margin-top: 40px;
}

.blog-post-alt .blog-post-content p {
	font-size: 15px;
}

.blog-post-3-hero {
	height: 560px;
	background-image: url(../images/unsplash/photo-1470753937643-efeb931202a9.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 230px;
}

@media (max-width:991px) {
	.blog-post-3-hero {
		height: 400px;
		padding-top: 150px;
	}
}

.blog-post-3-hero:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(64,64,64,.5);
}

.blog-post-3-hero .container {
	position: relative;
	z-index: 1;
	text-align: center;
}

.blog-post-3-hero h1 {
	width: 60%;
	color: #fff;
	font-family: "Libre Franklin",Lato,"Helvetica Neue",Arial;
	font-size: 35px;
	line-height: 45px;
	text-shadow: 1px 1px rgba(0,0,0,.2);
}

@media (max-width:991px) {
	.blog-post-3-hero h1 {
		font-size: 30px;
		line-height: 40px;
		width: 70%;
	}
}

@media (max-width:767px) {
	.blog-post-3-hero h1 {
		width: 100%;
		font-size: 28px;
		line-height: 35px;
	}
}

.blog-post-3 {
	margin-top: 30px;
}

@media (max-width:767px) {
	.blog-post-3 {
		margin-top: 40px;
	}
}

@media (min-width:1200px) {
	.blog-post-3>.container {
		width: 800px;
	}
}

.blog-post-3-footer {
	margin-top: 90px;
	height: 510px;
	background-image: url(../images/unsplash/photo-1465311530779-5241f5a29892.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
	position: relative;
}

@media (max-width:767px) {
	.blog-post-3-footer {
		margin-top: 50px;
	}
}

.blog-post-3-footer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 80%;
	background-image: linear-gradient(-180deg,#fff 0,rgba(255,255,255,.65) 43%,rgba(255,255,255,0) 100%);
}

.blog-post-3-footer:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 50%;
	bottom: 0;
	background: linear-gradient(-180deg,transparent 0,rgba(107,107,107,.47) 100%);
}

.blog-post-3-footer .container {
	position: relative;
	z-index: 1;
}

.blog-post-3-footer .story {
	width: 240px;
}

@media (max-width:767px) {
	.blog-post-3-footer .story {
		float: none!important;
		margin: 0 0 20px!important;
		text-align: center;
		width: auto;
	}
}

.blog-post-3-footer .story.story--left {
	float: right;
	margin-right: 40px;
}

.blog-post-3-footer .story.story--left i {
	left: -27px;
}

.blog-post-3-footer .story.story--right {
	margin-left: 40px;
}

.blog-post-3-footer .story.story--right i {
	right: -27px;
}

@media (min-width:768px) {
	.blog-post-3-footer .story.story--right a {
		float: right;
		margin-right: 40px;
	}
}

.blog-post-3-footer .story h3 {
	font-size: 19px;
	line-height: 27px;
	text-shadow: 1px 1px rgba(255,255,255,.75);
}

@media (max-width:767px) {
	.blog-post-3-footer .story h3 {
		font-size: 16px;
	}
}

.blog-post-3-footer .story p {
	color: #676c79;
}

@media (max-width:767px) {
	.blog-post-3-footer .story p {
		display: none;
	}
}

.blog-post-3-footer .story a {
	position: relative;
	font-weight: 500;
	display: inline-block;
	margin-top: 10px;
	color: #367fad;
	text-shadow: 1px 1px rgba(255,255,255,.4);
}

@media (max-width:767px) {
	.blog-post-3-footer .story a {
		margin-top: 0;
	}
}

.blog-post-3-footer .story a i {
	font-size: 28px;
	position: absolute;
	top: -8px;
}

.blog-post-3-footer .bottom-menu {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	width: 100%;
	text-align: center;
	padding: 0 20px;
}

.blog-post-3-footer .bottom-menu .copyright {
	float: left;
	color: #fff;
}

@media (max-width:767px) {
	.blog-post-3-footer .bottom-menu .copyright {
		float: none;
	}
}

.blog-post-3-footer .bottom-menu .links {
	float: right;
}

@media (max-width:767px) {
	.blog-post-3-footer .bottom-menu .links {
		float: none;
		margin-top: 17px;
	}
}

.blog-post-3-footer .bottom-menu .links a {
	color: #fff;
	display: inline-block;
	margin-left: 20px;
}

@media (max-width:767px) {
	.blog-post-3-footer .bottom-menu .links a {
		margin: 3px 10px;
	}
}

.agency-hero {
	min-height: 100vh;
	position: relative;
	background-image: url(../images/graphics/hero-01.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media (max-width:1024px) {
	.agency-hero {
		background-attachment: inherit;
	}
}

.agency-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.17);
}

.agency-hero section {
	position: relative;
	z-index: 9;
	height: 100vh;
}

.agency-hero .hero-text {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 110px);
	text-align: center;
}

@media (max-width:767px) {
	.agency-hero .hero-text {
		top: calc(50% - 190px);
	}
}

.agency-hero h1 {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}

.agency-hero p {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	line-height: 50px;
	margin-top: 17px;
	width: 80%;
	margin: 30px auto;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	-ms-animation-delay: .4s;
	animation-delay: .4s;
}

@media (max-width:991px) {
	.agency-hero p {
		font-size: 30px;
		width: 90%;
	}
}

@media (max-width:767px) {
	.agency-hero p {
		width: 100%;
		font-size: 28px;
		line-height: 38px;
	}
}

.agency-hero a {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	border: 1px solid #fff;
	padding: 11px 22px;
	border-radius: 63px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	-ms-animation-delay: .4s;
	animation-delay: .4s;
}

.agency-hero a:hover {
	background: #fff;
	color: #222;
	text-decoration: none;
}

.agency-intro {
	margin-top: 90px;
}

.agency-intro h3 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.agency-intro hr {
	width: 130px;
	margin: 35px auto;
	border-top: 2px solid #e4e4e4;
}

.agency-intro p {
	text-align: center;
	font-size: 16px;
	color: #454545;
	width: 65%;
	margin: auto;
	line-height: 29px;
}

@media (max-width:767px) {
	.agency-intro p {
		width: auto;
	}
}

.agency-portfolio {
	padding-top: 60px;
	padding-bottom: 100px;
	background: #f9f8f8;
	margin-top: 120px;
}

@media (max-width:767px) {
	.agency-portfolio {
		padding-bottom: 60px;
	}
}

.agency-portfolio h2 {
	text-align: center;
	margin-bottom: 70px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

.agency-portfolio .project {
	width: 100%;
	margin-right: 35px;
	margin-bottom: 35px;
	overflow: hidden;
	display: block;
	position: relative;
}

.agency-portfolio .project:hover .mask {
	opacity: 1;
}

.agency-portfolio .project:hover .mask .info {
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.agency-portfolio .project:hover .mask .btn-see-project {
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.agency-portfolio .project:hover .pic {
	-moz-transform: scale3d(1.1,1.1,1.1);
	-o-transform: scale3d(1.1,1.1,1.1);
	-ms-transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}

.agency-portfolio .project .mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(68,101,144,.9);
	opacity: 0;
	z-index: 9;
	color: #fff;
	text-align: center;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-portfolio .project .mask .info {
	display: block;
	-moz-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-portfolio .project .mask h3 {
	margin-top: 70px;
	font-size: 20px;
	font-weight: 500;
}

.agency-portfolio .project .mask p {
	color: #bfceec;
	font-size: 15px;
	font-weight: 500;
}

.agency-portfolio .project .mask .btn-see-project {
	display: inline-block;
	margin-top: 30px;
	border: 1px solid #fff;
	padding: 9px 16px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .8px;
	-moz-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-portfolio .project .pic {
	display: block;
	background-size: cover;
	background-position: center center;
	height: 280px;
	width: 100%;
	float: left;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-testimonial {
	margin-top: 120px;
}

.agency-testimonial .quote {
	text-align: center;
	width: 82%;
	margin: 0 auto;
	font-size: 22px;
	position: relative;
	font-weight: 300;
	line-height: 40px;
	color: #2381b8;
}

@media (max-width:767px) {
	.agency-testimonial .quote {
		width: 90%;
		font-size: 20px;
		line-height: 33px;
	}
}

.agency-testimonial .quote .quote-mark {
	font-family: Georgia,Merriweather,Arial;
	font-size: 59px;
	position: absolute;
	top: 9px;
	color: #55a2ce;
	left: -25px;
}

.agency-testimonial .author {
	text-align: center;
	margin-top: 30px;
}

.agency-testimonial .author img {
	border-radius: 50%;
	max-width: 65px;
}

.agency-testimonial .author .name {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: #555;
	position: relative;
	top: 12px;
}

.agency-testimonial .author .name .company {
	display: block;
	text-align: left;
	font-size: 13px;
	margin-top: 3px;
	color: #777;
}

.agency-from-the-blog {
	margin-top: 120px;
	border-top: 1px solid #ececec;
	padding-top: 60px;
}

.agency-from-the-blog h3 {
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 50px;
}

@media (max-width:767px) {
	.agency-from-the-blog .post {
		margin-bottom: 40px;
	}
}

.agency-from-the-blog .post .pic {
	display: block;
	text-decoration: none;
	height: 200px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.agency-from-the-blog .post .pic:hover {
	-moz-transform: scale3d(1.04,1.04,1.04);
	-o-transform: scale3d(1.04,1.04,1.04);
	-ms-transform: scale3d(1.04,1.04,1.04);
	-webkit-transform: scale3d(1.04,1.04,1.04);
	transform: scale3d(1.04,1.04,1.04);
}

.agency-from-the-blog .post .pic:after {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(51,51,51,.3);
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.agency-from-the-blog .post .title {
	margin-top: 30px;
	font-weight: 600;
}

.agency-from-the-blog .post .min-read {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
}

.agency-from-the-blog .post p {
	margin-top: 20px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
}

.agency-footer {
	margin-top: 200px;
	padding: 70px 0 90px;
	background: #353d4d url(/images/design/footer.gif) repeat-x 100% 100%;
	position: relative;
}

@media (max-width:767px) {
	.agency-footer {
		margin-top: 130px;
		padding-bottom: 60px;
		text-align: center;
	}
}

@media (max-width:767px) {
	.agency-footer .col-md-3 {
		margin-bottom: 35px;
	}
}

.agency-footer .go-top {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -25px;
	width: 50px;
	height: 50px;
	font-size: 12px;
	letter-spacing: 1px;
	background: #fff;
	padding-left: 2px;
	padding-top: 8px;
	border-radius: 50%;
	text-align: center;
	color: #222;
	text-decoration: none;
}

.agency-footer .go-top i {
	display: block;
	font-size: 16px;
}

.agency-footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: Lato,"Helvetica Neue",Arial;
	font-size: 16px;
}

.agency-footer a.legal {
	color: #afb9cb;
	display: block;
	margin-top: 35px;
	font-size: 14px;
	line-height: 28px;
}

.agency-footer a.legal+.legal {
	margin-top: 0;
}

.agency-footer p {
	color: #afb9cb;
	margin-top: 35px;
	font-size: 14px;
	line-height: 28px;
}

.agency-footer a.social {
	width: 30px;
	height: 30px;
	background: #babfcd;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	margin-right: 12px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.agency-footer a.social:hover {
	background: #fff;
}

.agency-footer a.social.first {
	margin-top: 20px;
}

.agency-footer a.social i {
	position: absolute;
	color: #3f4552;
	font-size: 19px;
}

.agency-footer a.social i.fa-facebook {
	top: 7px;
	left: 10px;
}

.agency-footer a.social i.fa-twitter {
	top: 7px;
	left: 6px;
}

.agency-footer a.social i.fa-dribbble {
	top: 6px;
	left: 7px;
}

.agency-footer a.social i.fa-github {
	top: 6px;
	left: 7px;
}

.agency-about-hero {
	height: 550px;
	position: relative;
	background-image: url(../images/unsplash/photo-1422558041234-896cd9791234.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

@media (max-width:1024px) {
	.agency-about-hero {
		background-attachment: inherit;
	}
}

@media (max-width:767px) {
	.agency-about-hero {
		height: 500px;
	}
}

.agency-about-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom left,rgba(28,46,79,.62) 0,rgba(28,46,79,.7) 14.87%,rgba(45,83,123,.6) 100%);
	background: linear-gradient(to bottom left,rgba(28,46,79,.62) 0,rgba(28,46,79,.7) 14.87%,rgba(45,83,123,.6) 100%);
}

.agency-about-hero section {
	position: relative;
	z-index: 9;
	height: 100%;
}

.agency-about-hero .hero-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 240px;
}

@media (max-width:767px) {
	.agency-about-hero .hero-text {
		top: 170px;
	}
}

.agency-about-hero p {
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 37px;
	width: 70%;
	margin: 0 auto;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	-ms-animation-delay: .3s;
	animation-delay: .3s;
}

@media (max-width:767px) {
	.agency-about-hero p {
		font-size: 21px;
		width: 80%;
	}
}

.agency-about-intro {
	margin-top: 90px;
}

.agency-about-intro p {
	text-align: center;
	font-size: 17px;
	width: 65%;
	margin: auto;
	line-height: 32px;
	color: #828a98;
}

@media (max-width:767px) {
	.agency-about-intro p {
		width: auto;
	}
}

.agency-about-team {
	margin-top: 100px;
	background: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 70px;
	border-top: 1px solid #f0f0f0;
}

.agency-about-team h4 {
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.agency-about-team hr {
	width: 50px;
	margin: 20px auto 25px;
	border-top: 2px solid #ccc;
}

.agency-about-team h3 {
	margin-bottom: 70px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #444;
}

.agency-about-team .member {
	text-align: center;
	margin: 0 auto;
	width: 128px;
	height: 128px;
	position: relative;
}

.agency-about-team .member:hover .mask {
	opacity: 1;
}

.agency-about-team .member .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: rgba(29,32,34,.7);
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.agency-about-team .member .mask a {
	font-size: 18px;
	text-align: center;
	margin: 0 3px;
	position: relative;
	top: 52px;
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	color: #38404a;
}

.agency-about-team .member img {
	border-radius: 50%;
}

.agency-about-team .name {
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	margin-bottom: 45px;
	font-weight: 500;
}

@-webkit-keyframes collage {
	0% {
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-1810px,0,0);
		-o-transform: translate3d(-1810px,0,0);
		-ms-transform: translate3d(-1810px,0,0);
		-webkit-transform: translate3d(-1810px,0,0);
		transform: translate3d(-1810px,0,0);
	}
}

@-moz-keyframes collage {
	0% {
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-1810px,0,0);
		-o-transform: translate3d(-1810px,0,0);
		-ms-transform: translate3d(-1810px,0,0);
		-webkit-transform: translate3d(-1810px,0,0);
		transform: translate3d(-1810px,0,0);
	}
}

@-o-keyframes collage {
	0% {
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-1810px,0,0);
		-o-transform: translate3d(-1810px,0,0);
		-ms-transform: translate3d(-1810px,0,0);
		-webkit-transform: translate3d(-1810px,0,0);
		transform: translate3d(-1810px,0,0);
	}
}

@keyframes collage {
	0% {
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-1810px,0,0);
		-o-transform: translate3d(-1810px,0,0);
		-ms-transform: translate3d(-1810px,0,0);
		-webkit-transform: translate3d(-1810px,0,0);
		transform: translate3d(-1810px,0,0);
	}
}

.agency-about-pics {
	position: relative;
	height: 450px;
	width: 100%;
	max-width: inherit;
	overflow: hidden;
}

.agency-about-pics #photos {
	position: absolute;
	height: 100%;
	width: 5430px;
	background: transparent url(../images/graphics/collage.jpg) repeat-x left top;
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-animation: collage 60s linear infinite;
	-moz-animation: collage 60s linear infinite;
	-o-animation: collage 60s linear infinite;
	-ms-animation: collage 60s linear infinite;
	animation: collage 60s linear infinite;
}

.agency-about-cta {
	margin-top: 70px;
	text-align: center;
}

.agency-about-cta h3 {
	font-size: 28px;
	color: #4a5969;
}

@media (max-width:767px) {
	.agency-about-cta h3 {
		font-size: 25px;
	}
}

.agency-about-cta p {
	font-size: 16px;
	color: #7b899e;
	margin-top: 18px;
	line-height: 28px;
}

.agency-about-clients {
	margin-top: 140px;
	margin-bottom: -60px;
	text-align: center;
}

.agency-about-clients header {
	margin-bottom: 30px;
	position: relative;
}

.agency-about-clients header:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	top: 11px;
}

.agency-about-clients header h4 {
	position: relative;
	padding: 0 40px;
	background: #fff;
	color: #97a8b8;
	font-family: Lato,"Helvetica Neue",Arial;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.8px;
}

.about-2-hero {
	position: relative;
	padding-top: 130px;
}

@media (max-width:991px) {
	.about-2-hero {
		padding-top: 90px;
	}
}

@media (min-width:1200px) {
	.about-2-hero .container {
		width: 940px;
	}
}

.about-2-hero h1 {
	color: #677284;
	font-weight: 300;
	width: 70%;
	line-height: 51px;
	font-size: 2.4rem;
}

@media (max-width:991px) {
	.about-2-hero h1 {
		width: 100%;
		font-size: 2.3rem;
	}
}

.about-2-hero .pic1 {
	margin-top: 120px;
	box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.about-2-hero .pic2 {
	position: absolute;
	top: 330px;
	right: 0;
	box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.about-2-intro {
	margin-top: 200px;
}

.about-2-intro p {
	font-size: 27px;
	line-height: 39px;
	color: #606771;
	font-weight: 300;
}

.about-2-stats {
	margin-top: 90px;
}

.about-2-stats span {
	font-weight: 200;
	font-size: 50px;
}

.about-2-stats p {
	font-weight: 500;
	margin-top: 10px;
}

.about-2-team {
	margin-top: 90px;
}

.about-2-team .member {
	margin-bottom: 40px;
}

.about-2-team .member img {
	border-radius: 3px;
}

.about-2-team .member p {
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 3px;
}

.about-2-team .member span {
	color: #777;
	font-size: 13px;
}

.agency-contact-hero {
	min-height: 290px;
	position: relative;
	background-image: url(../images/graphics/hero-02.jpg);
	background-size: cover;
	background-position: center -40px;
}

@media (max-width:767px) {
	.agency-contact-hero {
		background-position: center center;
		min-height: 270px;
	}
}

.agency-contact-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

.agency-contact-hero h3 {
	position: relative;
	top: 200px;
	color: #fff;
	text-align: center;
	z-index: 1;
	font-size: 29px;
	font-weight: 400;
	line-height: 43px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
}

@media (max-width:767px) {
	.agency-contact-hero h3 {
		font-size: 25px;
		top: 130px;
	}
}

.agency-contact-intro {
	margin-top: 50px;
}

.agency-contact-intro p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	text-align: center;
	width: 75%;
	margin: 27px auto 0;
	color: #61686e;
}

@media (max-width:767px) {
	.agency-contact-intro p {
		width: auto;
		font-size: 15px;
		line-height: 27px;
	}
}

.agency-contact-form form {
	width: 550px;
	margin: 35px auto 0;
}

@media (max-width:767px) {
	.agency-contact-form form {
		width: 100%;
	}
}

.agency-contact-form form input[type=email],.agency-contact-form form input[type=text],.agency-contact-form form textarea {
	font-size: 18px;
	margin-top: 20px;
	outline: 0;
	color: #888;
	background: #fff;
	padding: 18px 20px;
	border: 1px solid #cbcdd2;
	width: 100%;
	border-radius: 4px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.agency-contact-form form input[type=email]::-webkit-input-placeholder,.agency-contact-form form input[type=text]::-webkit-input-placeholder,.agency-contact-form form textarea::-webkit-input-placeholder {
	color: #b8bbc7;
}

.agency-contact-form form input[type=email]:-moz-placeholder,.agency-contact-form form input[type=text]:-moz-placeholder,.agency-contact-form form textarea:-moz-placeholder {
	color: #b8bbc7;
}

.agency-contact-form form input[type=email]::-moz-placeholder,.agency-contact-form form input[type=text]::-moz-placeholder,.agency-contact-form form textarea::-moz-placeholder {
	color: #b8bbc7;
}

.agency-contact-form form input[type=email]:-ms-input-placeholder,.agency-contact-form form input[type=text]:-ms-input-placeholder,.agency-contact-form form textarea:-ms-input-placeholder {
	color: #b8bbc7;
}

@media (max-width:767px) {
	.agency-contact-form form input[type=email],.agency-contact-form form input[type=text],.agency-contact-form form textarea {
		padding: 15px 20px;
		font-size: 16px;
	}
}

.agency-contact-form form input[type=email]:focus,.agency-contact-form form input[type=text]:focus,.agency-contact-form form textarea:focus {
	border-color: #656565;
}

.agency-contact-form form input[type=email]:focus::-webkit-input-placeholder,.agency-contact-form form input[type=text]:focus::-webkit-input-placeholder,.agency-contact-form form textarea:focus::-webkit-input-placeholder {
	color: #666;
}

.agency-contact-form form input[type=email]:focus:-moz-placeholder,.agency-contact-form form input[type=text]:focus:-moz-placeholder,.agency-contact-form form textarea:focus:-moz-placeholder {
	color: #666;
}

.agency-contact-form form input[type=email]:focus::-moz-placeholder,.agency-contact-form form input[type=text]:focus::-moz-placeholder,.agency-contact-form form textarea:focus::-moz-placeholder {
	color: #666;
}

.agency-contact-form form input[type=email]:focus:-ms-input-placeholder,.agency-contact-form form input[type=text]:focus:-ms-input-placeholder,.agency-contact-form form textarea:focus:-ms-input-placeholder {
	color: #666;
}

.agency-contact-form form input[type=submit] {
	background: linear-gradient(to bottom,#6fb1f5 0,#3b97f7 100%);
	box-shadow: rgba(23,43,99,.24) 0 7px 28px;
	width: 100%;
	padding: 18px 20px;
	text-align: center;
	outline: 0;
	border: none;
	cursor: pointer;
	margin-top: 23px;
	font-weight: 500;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(106,132,158,.6);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.agency-contact-form form input[type=submit]:hover {
	color: #fff;
}

.agency-contact-map {
	margin-top: 120px;
	position: relative;
	height: 450px;
	width: 100%;
}

.agency-contact-map #map {
	height: 450px;
	width: 100%;
}

.agency-alt-hero {
	min-height: 500px;
	position: relative;
	background-image: url(../images/unsplash/breather-187923.jpg);
	background-size: cover;
	background-position: center center;
}

@media (max-width:767px) {
	.agency-alt-hero {
		background-position: center center;
		min-height: 270px;
	}
}

.agency-alt-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(85,93,107,.35);
}

.agency-alt-hero h3 {
	position: relative;
	top: 230px;
	color: #fff;
	text-align: center;
	z-index: 1;
	font-size: 48px;
	font-weight: 500;
	line-height: 43px;
	text-shadow: 1px 1px rgba(0,0,0,.15);
}

@media (max-width:767px) {
	.agency-alt-hero h3 {
		font-size: 33px;
		top: 130px;
	}
}

.agency-alt-contact-info {
	padding: 80px 0 90px;
}

@media (max-width:767px) {
	.agency-alt-contact-info .col-md-4 {
		text-align: center;
		margin-bottom: 25px;
	}
}

@media (min-width:992px) {
	.agency-alt-contact-info .col-md-4 {
		padding-left: 25px;
		border-left: 1px solid #ddd;
		padding-top: 10px;
	}
}

.agency-alt-contact-info h4 {
	font-weight: 400;
}

@media (max-width:767px) {
	.agency-alt-contact-info h4 {
		font-size: 1.3rem;
	}
}

.agency-alt-contact-info h4 i {
	font-size: 2rem;
	position: relative;
	top: 4px;
	margin-right: 8px;
}

.agency-alt-contact-info p {
	font-size: 17px;
}

.agency-alt-map {
	position: relative;
}

.agency-alt-map #map {
	height: 580px;
	width: 100%;
}

.agency-alt-map .location {
	background: #fff;
	padding: 45px 30px;
	max-width: 300px;
	position: absolute;
	z-index: 10;
	top: 90px;
	border-radius: 3px;
	box-shadow: 0 9px 30px 0 rgba(0,0,0,.09);
}

@media (max-width:991px) {
	.agency-alt-map .location {
		max-width: 260px;
	}
}

.agency-alt-map .location h5 {
	margin-bottom: 20px;
	color: #356c9d;
}

#project-hero {
	height: 650px;
	position: relative;
	overflow: hidden;
	background: #909396 url(../images/loading-dark.gif) no-repeat center center;
	background-position: center center;
}

@media (max-width:767px) {
	#project-hero {
		height: 500px;
	}
}

#project-hero.show .inner-bg {
	opacity: 1;
}

#project-hero .inner-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/unsplash/photo-1474843148229-3163319fcc4c.jpg);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

#project-hero .inner-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(32,43,55,.4) url(../images/graphics/noise.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#project-hero .inner-bg img {
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
}

#project-hero>section {
	position: relative;
	z-index: 999;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	-moz-transform: scale(1.13);
	-o-transform: scale(1.13);
	-ms-transform: scale(1.13);
	-webkit-transform: scale(1.13);
	transform: scale(1.13);
}

#project-hero>section.ready {
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

#project-hero h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	position: relative;
	padding-top: 280px;
	margin: 0;
	text-shadow: 1px 1px rgba(0,0,0,.14);
	letter-spacing: .3px;
}

@media (max-width:767px) {
	#project-hero h1 {
		font-size: 30px;
		line-height: 40px;
		padding-top: 200px;
	}
}

#project-intro {
	margin-top: 90px;
	position: relative;
	z-index: 10;
}

#project-intro p {
	font-size: 16px;
	width: 60%;
	margin: auto;
	line-height: 30px;
	text-align: justify;
	color: #555;
	margin-bottom: 19px;
	font-weight: 300;
	font-family: Georgia,Merriweather,Arial;
}

@media (max-width:991px) {
	#project-intro p {
		width: 80%;
	}
}

#project-intro .devices {
	margin-top: 90px;
}

#project-showcase {
	background: #f5f8fa;
	padding: 95px 0 80px;
	position: relative;
	top: -40px;
	border-top: 1px solid #e2e6e8;
	border-bottom: 1px solid #e2e6e8;
}

#project-showcase h3 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 26px;
	margin-top: 30px;
}

#project-showcase p {
	font-size: 16px;
	width: 60%;
	text-align: justify;
	margin: auto;
	line-height: 30px;
	color: #555;
	margin-bottom: 25px;
	font-weight: 300;
	font-family: Georgia,Merriweather,Arial;
}

@media (max-width:991px) {
	#project-showcase p {
		width: 80%;
	}
}

#project-showcase .browser {
	margin-top: 80px;
	margin-bottom: 100px;
}

#project-showcase .browser2 {
	margin-top: 80px;
}

#project-bottom {
	margin-top: 30px;
}

#project-bottom .link-to-site {
	text-align: center;
}

#project-bottom .link-to-site a {
	color: #5b8ec1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#project-bottom .link-to-site a:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #5b8ec1;
	width: 0;
	bottom: -7px;
	left: 0;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

#project-bottom .link-to-site a:hover {
	text-decoration: none;
}

#project-bottom .link-to-site a:hover:after {
	width: 100%;
}

#project-bottom .paging {
	padding: 30px 100px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	width: 85%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: -100px;
}

@media (max-width:767px) {
	#project-bottom .paging {
		width: auto;
		margin-bottom: -50px;
	}
}

@media (max-width:767px) {
	#project-bottom .paging .next,#project-bottom .paging .previous {
		float: none!important;
		text-align: center;
	}
}

#project-bottom .paging a {
	font-style: italic;
	font-size: 15px;
	color: #555;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

@media (max-width:767px) {
	#project-bottom .paging a {
		margin-top: 10px;
		display: block;
	}
}

#project-bottom .paging a:hover {
	color: #000;
}

.agency-portfolio-hero {
	margin-top: 100px;
}

.agency-portfolio-hero h1 {
	color: #333;
	text-align: center;
	font-size: 29px;
	font-weight: 500;
}

@media (max-width:767px) {
	.agency-portfolio-hero h1 {
		font-size: 26px;
	}
}

.agency-portfolio-hero p {
	margin-top: 13px;
	text-align: center;
	font-size: 17px;
	color: #777;
}

.agency-portfolio-gallery {
	margin: 80px auto 0;
	text-align: center;
	max-width: 1400px;
}

.agency-portfolio-gallery .project {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 5px;
}

.agency-portfolio-gallery .project:hover .mask {
	opacity: 1;
}

.agency-portfolio-gallery .project:hover .mask .info {
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.agency-portfolio-gallery .project:hover .mask .btn-see-project {
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.agency-portfolio-gallery .project:hover .pic {
	-moz-transform: scale3d(1.1,1.1,1.1);
	-o-transform: scale3d(1.1,1.1,1.1);
	-ms-transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}

.agency-portfolio-gallery .project .mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(68,101,144,.9);
	opacity: 0;
	z-index: 9;
	color: #fff;
	text-align: center;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-portfolio-gallery .project .mask .info {
	display: block;
	-moz-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-portfolio-gallery .project .mask h3 {
	margin-top: 70px;
	font-size: 23px;
}

.agency-portfolio-gallery .project .mask p {
	color: #bfceec;
	font-size: 15px;
	font-weight: 600;
}

.agency-portfolio-gallery .project .mask .btn-see-project {
	display: inline-block;
	margin-top: 30px;
	border: 1px solid #fff;
	padding: 9px 16px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .8px;
	-moz-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-portfolio-gallery .project .pic {
	display: block;
	background-size: cover;
	background-position: center center;
	height: 300px;
	width: 100%;
	float: left;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.agency-portfolio-cta {
	margin-top: 100px;
	text-align: center;
	margin-bottom: -50px;
}

.agency-portfolio-cta h3 {
	font-size: 28px;
	color: #4a5969;
}

@media (max-width:767px) {
	.agency-portfolio-cta h3 {
		font-size: 25px;
	}
}

.agency-portfolio-cta p {
	font-size: 16px;
	color: #7b899e;
	margin-top: 18px;
	line-height: 28px;
}

.agency-start-project-intro {
	margin-top: 80px;
}

.agency-start-project-intro h3 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	color: #57616b;
}

@media (max-width:767px) {
	.agency-start-project-intro h3 {
		font-size: 25px;
	}
}

.agency-start-project-intro p {
	font-size: 17px;
	line-height: 29px;
	font-weight: 300;
	text-align: center;
	width: 70%;
	margin: 20px auto 0;
	color: #61686e;
}

@media (max-width:767px) {
	.agency-start-project-intro p {
		width: auto;
		font-size: 15px;
	}
}

.agency-start-project-form form {
	width: 550px;
	margin: 40px auto 0;
}

@media (max-width:767px) {
	.agency-start-project-form form {
		width: 100%;
	}
}

.agency-start-project-form form h3 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-top: 40px;
}

.agency-start-project-form form p {
	margin-bottom: -5px;
	color: #5f748c;
}

.agency-start-project-form form input[type=email],.agency-start-project-form form input[type=text],.agency-start-project-form form textarea {
	font-size: 17px;
	margin-top: 20px;
	outline: 0;
	color: #666;
	background: #fff;
	padding: 18px 20px;
	border: 1px solid #cbcdd2;
	width: 100%;
	border-radius: 4px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.agency-start-project-form form input[type=email]::-webkit-input-placeholder,.agency-start-project-form form input[type=text]::-webkit-input-placeholder,.agency-start-project-form form textarea::-webkit-input-placeholder {
	color: #b8bbc7;
}

.agency-start-project-form form input[type=email]:-moz-placeholder,.agency-start-project-form form input[type=text]:-moz-placeholder,.agency-start-project-form form textarea:-moz-placeholder {
	color: #b8bbc7;
}

.agency-start-project-form form input[type=email]::-moz-placeholder,.agency-start-project-form form input[type=text]::-moz-placeholder,.agency-start-project-form form textarea::-moz-placeholder {
	color: #b8bbc7;
}

.agency-start-project-form form input[type=email]:-ms-input-placeholder,.agency-start-project-form form input[type=text]:-ms-input-placeholder,.agency-start-project-form form textarea:-ms-input-placeholder {
	color: #b8bbc7;
}

@media (max-width:767px) {
	.agency-start-project-form form input[type=email],.agency-start-project-form form input[type=text],.agency-start-project-form form textarea {
		padding: 15px 20px;
		font-size: 16px;
	}
}

.agency-start-project-form form input[type=email]:focus,.agency-start-project-form form input[type=text]:focus,.agency-start-project-form form textarea:focus {
	border-color: #656565;
}

.agency-start-project-form form input[type=email]:focus::-webkit-input-placeholder,.agency-start-project-form form input[type=text]:focus::-webkit-input-placeholder,.agency-start-project-form form textarea:focus::-webkit-input-placeholder {
	color: #666;
}

.agency-start-project-form form input[type=email]:focus:-moz-placeholder,.agency-start-project-form form input[type=text]:focus:-moz-placeholder,.agency-start-project-form form textarea:focus:-moz-placeholder {
	color: #666;
}

.agency-start-project-form form input[type=email]:focus::-moz-placeholder,.agency-start-project-form form input[type=text]:focus::-moz-placeholder,.agency-start-project-form form textarea:focus::-moz-placeholder {
	color: #666;
}

.agency-start-project-form form input[type=email]:focus:-ms-input-placeholder,.agency-start-project-form form input[type=text]:focus:-ms-input-placeholder,.agency-start-project-form form textarea:focus:-ms-input-placeholder {
	color: #666;
}

.agency-start-project-form form textarea {
	font-size: 16px;
}

.agency-start-project-form form input[type=submit] {
	background: linear-gradient(to bottom,#6fb1f5 0,#3b97f7 100%);
	box-shadow: rgba(23,43,99,.24) 0 7px 28px;
	width: 100%;
	padding: 18px 20px;
	text-align: center;
	outline: 0;
	border: none;
	margin-top: 23px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(106,132,158,.6);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.agency-start-project-form form input[type=submit]:hover {
	color: #fff;
}

.agency-start-city-bg {
	background: url(../images/graphics/city-bw.jpg);
	height: 370px;
	margin-bottom: -200px;
	margin-top: -60px;
	background-size: cover;
	background-position: center center;
}

.footer-social-contact {
	margin-top: 35px;
}

.footer-social-link:hover {
	text-decoration: none;
}

.footer-social-link:hover circle {
	fill: #C23930;
}