@charset "UTF-8";
/*PLUGIN*/
/*!
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
/* @import url('https://fonts.googleapis.com/css?family=Titillium+Web:100,300,400,600,700&display=swap'); */
html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
	overflow: hidden;
	position: relative;
}
.fp-scroller {
	overflow: hidden;
}
.iScrollIndicator {
	border: 0 !important;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-slidesNav.bottom {
	bottom: 17px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	/* font-family: arial, helvetica, sans-serif; */
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
	height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
	height: auto !important;
}
/*@import (less)	"plugins/smooth-scrollbar.css";*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	from {
		-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);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-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);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes shake {
	from,
	to {
		-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 {
	from,
	to {
		-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 headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
@-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);
	}
	to {
		-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);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	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);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	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);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		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);
	}
	to {
		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);
	}
	to {
		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);
	}
	to {
		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);
	}
	to {
		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);
	}
	to {
		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);
	}
	to {
		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);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-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 {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-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 {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-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 {
	from {
		-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;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	from {
		-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;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
	from {
		-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;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	from {
		-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;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
	from {
		-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);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes lightSpeedIn {
	from {
		-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);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-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 {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-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;
	}
	to {
		-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;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		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 {
	from {
		opacity: 1;
	}
	to {
		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 {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.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.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}
.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}
.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}
/*.greenPackSelector{ 
		position: relative !important;
width: auto !important;
height: auto !important;
overflow: visible !important;
opacity: 1 !important;
}*/
.rangeslider {
	position: relative;
	display: block;
	cursor: pointer;
	height: 25px;
	width: 100%;
}
.rangeslider__fill,
.rangeslider__fill__bg,
.rangeslider__handle {
	display: block;
	position: absolute;
	top: 50%;
	height: 2px;
	z-index: 2;
	background: #29e;
	border-radius: 10px;
	will-change: width;
}
.rangeslider__handle {
	will-change: width, height, top;
	width: 14px;
	height: 14px;
	display: inline-block;
	z-index: 3;
	cursor: pointer;
	border: solid 2px #fff;
	border-radius: 50%;
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, top 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, top 0.1s ease-in-out;
}
.rangeslider__handle:active {
	background: #107ecd;
}
.rangeslider__fill__bg {
	background: #ccc;
	width: 100%;
}
.rangeslider--disabled {
	opacity: 0.4;
}
/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
	background-color: #fff;
	direction: ltr;
	font-size: 12px;
	left: 0;
	line-height: 30px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 210px;
	z-index: -1;
}
.datepicker-container::before,
.datepicker-container::after {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.datepicker-dropdown {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 6px #ccc;
	box-shadow: 0 3px 6px #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: 1;
}
.datepicker-inline {
	position: static;
}
.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #39f;
}
.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
	border-top: 0;
	left: 10px;
	top: -5px;
}
.datepicker-top-left::before,
.datepicker-top-right::before {
	border-bottom-color: #39f;
}
.datepicker-top-left::after,
.datepicker-top-right::after {
	border-bottom-color: #fff;
	top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #39f;
}
.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	border-bottom: 0;
	bottom: -5px;
	left: 10px;
}
.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
	border-top-color: #39f;
}
.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
	border-top-color: #fff;
	bottom: -4px;
}
.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	left: auto;
	right: 10px;
}
.datepicker-panel > ul {
	margin: 0;
	padding: 0;
	width: 102%;
}
.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
	content: " ";
	display: table;
}
.datepicker-panel > ul::after {
	clear: both;
}
.datepicker-panel > ul > li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px;
}
.datepicker-panel > ul > li:hover {
	background-color: #e5f2ff;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
	color: #999;
}
.datepicker-panel > ul > li.highlighted {
	background-color: #e5f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
	background-color: #cce5ff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	background-color: #fff;
	color: #ccc;
	cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: #e5f2ff;
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
	font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
	width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
	background-color: #fff;
	cursor: default;
}
.datepicker-hide {
	display: none;
}
/*FONTS*/
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?bvoct9');
	src: url('fonts/icomoon.eot?bvoct9#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?bvoct9') format('truetype'), url('fonts/icomoon.woff?bvoct9') format('woff'), url('fonts/icomoon.svg?bvoct9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-checkul:before {
	content: "\e90a";
}
.icon-data:before {
	content: "\e909";
}
.icon-pdf:before {
	content: "\e908";
}
.icon-plus:before {
	content: "\e907";
}
.icon-check-round:before {
	content: "\e90f";
}
.icon-info:before {
	content: "\e906";
}
.icon-user:before {
	content: "\e900";
}
.icon-arrowleft:before {
	content: "\e901";
}
.icon-check:before {
	content: "\e902";
}
.icon-bullet:before {
	content: "\e903";
}
.icon-bullet-active:before {
	content: "\e904";
}
.icon-arrowright:before {
	content: "\e905";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-youtube:before {
	content: "\ea9d";
}
.icon-linkedin:before {
	content: "\eaca";
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon/fonts/icomoon.eot?bvoct9');
	src: url('../fonts/icomoon/fonts/icomoon.eot?bvoct9#iefix') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon.ttf?bvoct9') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?bvoct9') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?bvoct9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*COMPONENTS*/
/* Core variables and mixins */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*@import "bootstrap-3.3.6/less/print.less"; */
/*@import "bootstrap-3.3.6/less/glyphicons.less";*/
/* Core CSS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	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;
}
[role="button"] {
	cursor: pointer;
}
/*@import "bootstrap-3.3.6/less/type.less"; */
/*@import "bootstrap-3.3.6/less/code.less";*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.best-women-employer-row {
		align-items: center;
		display: flex;
	}

	.container {
		width: 750px;
	}

	#best-women-eployer-logo {
		margin-bottom: 0!important;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
/*@import "bootstrap-3.3.6/less/tables.less";*/
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: 7px 11px 19px -8px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
/*@import "bootstrap-3.3.6/less/buttons.less"; */
/* Components */
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-box-shadow: 7px 11px 19px -8px 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 7px 11px 19px -8px 0 6px 12px rgba(0, 0, 0, 0.175);
	-o-box-shadow: 7px 11px 19px -8px 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 7px 11px 19px -8px 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
/*@import "bootstrap-3.3.6/less/button-groups.less";
@import "bootstrap-3.3.6/less/input-groups.less";*/
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 7px 11px 19px -8px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 7px 11px 19px -8px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-o-box-shadow: 7px 11px 19px -8px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 7px 11px 19px -8px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-shadow: 7px 11px 19px -8px none;
		-moz-box-shadow: 7px 11px 19px -8px none;
		-o-box-shadow: 7px 11px 19px -8px none;
		box-shadow: 7px 11px 19px -8px none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #fff;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
/*@import "bootstrap-3.3.6/less/breadcrumbs.less";
@import "bootstrap-3.3.6/less/pagination.less";
@import "bootstrap-3.3.6/less/pager.less";
@import "bootstrap-3.3.6/less/labels.less";
@import "bootstrap-3.3.6/less/badges.less";
@import "bootstrap-3.3.6/less/jumbotron.less";*/
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333333;
}
/*@import "bootstrap-3.3.6/less/alerts.less";
@import "bootstrap-3.3.6/less/progress-bars.less";*/
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
/*@import "bootstrap-3.3.6/less/list-group.less";
@import "bootstrap-3.3.6/less/panels.less";
@import "bootstrap-3.3.6/less/wells.less";*/
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
/* Components w/ JavaScript */
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 7px 11px 19px -8px 0 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 7px 11px 19px -8px 0 3px 9px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 7px 11px 19px -8px 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 7px 11px 19px -8px 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 7px 11px 19px -8px 0 5px 15px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 7px 11px 19px -8px 0 5px 15px rgba(0, 0, 0, 0.5);
		-o-box-shadow: 7px 11px 19px -8px 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 7px 11px 19px -8px 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 1110px;
	}
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
	.modal-lg {
		width: 970px;
	}
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.modal-lg {
		width: 100%;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.tooltip.in {
	filter: alpha(opacity=90);
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
/*@import "bootstrap-3.3.6/less/popovers.less";
@import "bootstrap-3.3.6/less/carousel.less";*/
/* Utility classes */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
/*
* Bootstrap 3 Modal Vertically Center
*
* References: https://codepen.io/dimbslmh/full/mKfCc
*
*/
.modalVerticalAlign {
	text-align: center;
	padding: 0!important;
}
.modalVerticalAlign:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modalVerticalAlign .modal-dialog {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
/*
 * Centering List Items Horizontally
 * Applay this class to ul tag
 *
 * Reference:
 * http://css-tricks.com/centering-list-items-horizontally-slightly-trickier-than-you-might-think
 * http://stackoverflow.com/questions/5838454/inline-block-doesnt-work-in-internet-explorer-7-6
 *
 */
.horizontal-list {
	text-align: center;
	width: 100%;
}
.horizontal-list li {
	display: inline-block;
	/* IE6/IE7,*/
	*display: inline;
	*zoom: 1;
	float: none;
}
.horizontal-list li:first-child,
.horizontal-list li.first {
	margin: 0;
	padding: 0;
	border: none;
}
/*
* Justify UL
* https://css-tricks.com/almanac/properties/j/justify-content/
*
*/
.ul-justify-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.ul-justify-content li {
	display: block;
}
.full-background {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	justify-content: center;
	padding: 0;
}
.responsive-background {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.square {
	background-color: transparent;
	border-width: none;
	border-style: solid;
	border-color: transparent;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.absolute-left-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	left: 15px;
}
.absolute-right-center {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(0, -50%);
	right: 15px;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.absolute-center-top {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
}
.absolute-right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.absolute-center-bottom {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
.flex-align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.verical-centered {
	display: table;
	height: 100%;
}
.verical-centered .centered {
	display: table-cell;
	vertical-align: middle;
}
.verical-centered .vertical-bottom {
	display: table-cell;
	vertical-align: bottom;
}
.remove-box-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.opaque {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
/* Clearfix for the .slides element */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix,
html[xmlns] .container,
html[xmlns] .container-fluid,
html[xmlns] .row,
html[xmlns] .form-horizontal .form-group,
html[xmlns] .nav,
html[xmlns] .navbar,
html[xmlns] .navbar-header,
html[xmlns] .navbar-collapse,
html[xmlns] .modal-header,
html[xmlns] .modal-footer {
	display: block;
}
* html .clearfix,
* html .container,
* html .container-fluid,
* html .row,
* html .form-horizontal .form-group,
* html .nav,
* html .navbar,
* html .navbar-header,
* html .navbar-collapse,
* html .modal-header,
* html .modal-footer {
	height: 1%;
}
.first-child:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.inline-block {
	display: inline-block;
	/* IE6/IE7,*/
	*display: inline;
	*zoom: 1;
}
.box_rotate {
	-webkit-transform: rotate(45deg);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(45deg);
	/* IE 9 */
	transform: rotate(45deg);
	/* Firefox 16+, IE 10+, Opera */
}
.box_rotate-90 {
	-webkit-transform: rotate(-90deg);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	transform: rotate(-90deg);
	/* Firefox 16+, IE 10+, Opera */
}
.box_rotate90 {
	-webkit-transform: rotate(90deg);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(90deg);
	/* IE 9 */
	transform: rotate(90deg);
	/* Firefox 16+, IE 10+, Opera */
}
.box_rotate0 {
	-webkit-transform: rotate(0deg);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg);
	/* IE 9 */
	transform: rotate(0deg);
	/* Firefox 16+, IE 10+, Opera */
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 9px solid;
}
.ease-in-out-25 {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.ease-in-out-5 {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.rotate-0 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.rotate-45 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rotate45 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rotate-90 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.rotate90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
@-webkit-keyframes fadeinout {
	50% {
		opacity: 1;
	}
}
@keyframes fadeinout {
	50% {
		opacity: 1;
	}
}
/*COLOR*/
body {
	/* font-family: 'Titillium Web', sans-serif; */
	color: #606060;
	overflow-x: hidden;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,
h2,
h3 {
	margin: 0;
}
a {
	-webkit-transition: background-color 0.1s linear, color 0.1s linear;
	-moz-transition: background-color 0.1s linear, color 0.1s linear;
	-o-transition: background-color 0.1s linear, color 0.1s linear;
	-ms-transition: background-color 0.1s linear, color 0.1s linear;
	transition: background-color 0.1s linear, color 0.1s linear;
}
a:focus {
	text-decoration: none;
	outline: none;
}
img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}
scrollbar > div {
	padding-top: 96px;
}
@media (min-width: 1111px) {
	.container {
		width: 1110px;
	}
}
/********************/
/* < @screen-lg-min */
.fixed-container {
	width: 100%;
	max-width: 1600px;
}
@media (max-width: 1600px) {
	.fixed-container {
		padding: 0;
	}
}
/*
@media (max-width: @screen-lg-min) {
		.fixed-container{width: 100%; padding: 0}
}*/
/********************/
.no-style p {
	margin: 20px 0 !important;
}
.no-style ul {
	margin-left: 22px;
}
.no-style ul li {
	list-style: disc;
	font-size: 22px;
	font-weight: 100;
	margin-top: 10px;
}
.no-style ul li:first-child {
	margin: 0;
}
/********************/
section h1.title {
	font-size: 30px;
	letter-spacing: .05em;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	scrollbar > div {
		padding-top: 55px;
	}
	section h1.title {
		letter-spacing: 0;
		line-height: 1;
		font-size: 28px;
	}
}
/* only phone */
@media (max-width: 480px) {
	section h1.title {
		font-size: 28px;
	}
}
/********************/
/********************/
ul.icon li {
	position: relative;
}
ul.icon li:before {
	content: "\e902";
	font-family: 'icomoon';
	position: absolute;
}
/********************/
/********************/
.btn {
	display: inline-block;
	width: 206px;
	height: 52px;
	line-height: 52px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
}
.btn:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
	text-decoration: none;
}
.btn.orange {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	color: #FFFFFF;
}
.btn.blue {
	background: #0066ca;
	background: linear-gradient(90deg, #0066ca 0%, #333366 100%);
	color: #FFFFFF;
}
.btn.white {
	background-color: #FFFFFF;
	color: #E36F18;
}
.btn.grey {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
	color: #FFFFFF;
}
.btn.small {
	width: 127px;
	height: 40px;
	line-height: 40px;
}
.btn.large {
	padding: 0 25px;
	letter-spacing: .03em;
	font-size: 26px;
	width: auto;
	height: 75px;
	line-height: 75px;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.btn.large {
		padding: 0 25px;
		font-size: 19px;
		height: 66px;
		line-height: 70px;
		max-width: 100%;
	}
}
body.aevv .btn.orange {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
body.aevv .btn.white {
	color: #E32E2C;
}
body.acel .btn.orange {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
body.acel .btn.white {
	color: #0088C7;
}
body.business .btn.orange {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}
body.business .btn.white {
	color: #606060;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.btn {
		font-size: 18px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.btn {
		width: 100%;
		max-width: 250px;
	}
}
/********************/
.light-grey-gradient {
	background: #dbdbdb;
	background: linear-gradient(90deg, #dbdbdb 0%, #c1c1c1 100%);
}
.blue-gradient {
	background: #4c698b;
	background: linear-gradient(90deg, #4c698b 0%, #a9c4df 100%);
}
.dark-blue-gradient {
	background: #0066ca;
	background: linear-gradient(90deg, #0066ca 0%, #333366 100%);
}
.grey-gradient {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}
.orange-gradient {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}
.acel-gradient {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
.aevv-gradient {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
/********************/
.align-center {
	text-align: center;
}
.align-center img {
	margin: 0 auto;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.italic {
	font-style: italic;
}
.margin-top-bottom {
	margin-top: 23px;
	margin-bottom: 23px;
}
.margin-top {
	margin-top: 30px;
}
.margin-bottom {
	margin-bottom: 30px !important;
}
.position-relative {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	transform: none;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}
.no-pading,
.no-padding {
	padding: 0;
}
/* < @screen-md-min */
@media (max-width: 992px) {
}
/********************/
.swiper-slider {
	position: relative;
}
.swiper-slider .swiper-button-next,
.swiper-slider .swiper-button-prev {
	outline: none;
}
.swiper-slider .swiper-button-next:hover,
.swiper-slider .swiper-button-prev:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
.swiper-slider .swiper-button-next:after,
.swiper-slider .swiper-button-prev:after {
	font-size: 34px;
}
.top-header {
	background-color: #606060;
	/* display: none; */
}
.top-header ul {
	padding: 9px 10px 9px 0;
	border-left: 1px solid #FFFFFF;
	position: relative;
	text-align: right;
}
.top-header ul li a {
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.top-header ul:before {
	content: "";
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 38px;
	width: 99999px;
}
body.acel .top-header {
	display: block;
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
	.top-header .container {
		width: 100%;
	}
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.top-header ul {
		padding: 9px 0 9px 0;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.top-header {
		background: #0084c2;
		background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
	}
	.top-header ul {
		border: none;
	}
	.top-header ul:before {
		display: none;
	}
}
.toggle-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	right: 15px;
	top: 8px;
}
.toggle-wrapper .menu-toggle {
	display: block;
	width: 33px;
	height: 33px;
	position: relative;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.toggle-wrapper .menu-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #E36F18;
	opacity: 1;
	left: 0;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.toggle-wrapper .menu-toggle span:nth-child(1) {
	top: 4px;
}
.toggle-wrapper .menu-toggle span:nth-child(2),
.toggle-wrapper .menu-toggle span:nth-child(3) {
	top: 15px;
}
.toggle-wrapper .menu-toggle span:nth-child(4) {
	top: 26px;
}
.toggle-wrapper.menu-open {
	/*				padding-right: 30px;*/
	-webkit-transition: background-color 0.1s linear, color 0.1s linear;
	-moz-transition: background-color 0.1s linear, color 0.1s linear;
	-o-transition: background-color 0.1s linear, color 0.1s linear;
	-ms-transition: background-color 0.1s linear, color 0.1s linear;
	transition: background-color 0.1s linear, color 0.1s linear;
}
.toggle-wrapper.menu-open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
}
.toggle-wrapper.menu-open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrapper.menu-open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toggle-wrapper.menu-open span:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
}
body.acel .toggle-wrapper .menu-toggle span {
	background: #0088C7;
}
body.aevv .toggle-wrapper .menu-toggle span {
	background: #E32E2C;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.toggle-wrapper .menu-toggle {
		width: 38px;
	}
	.toggle-wrapper .menu-toggle span {
		height: 4px;
	}
	.toggle-wrapper .menu-toggle span:nth-child(1) {
		top: 8px;
	}
	.toggle-wrapper .menu-toggle span:nth-child(2),
	.toggle-wrapper .menu-toggle span:nth-child(3) {
		top: 18px;
	}
	.toggle-wrapper .menu-toggle span:nth-child(4) {
		top: 28px;
	}
	.toggle-wrapper.menu-open span:nth-child(2),
	.toggle-wrapper.menu-open span:nth-child(3) {
		top: 15px;
	}
	.toggle-wrapper.menu-open span:nth-child(1),
	.toggle-wrapper.menu-open span:nth-child(4) {
		top: 15px;
	}
}
.hero-slider {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	color: #FFFFFF;
	position: relative;
}
.hero-slider h2 {
	font-size: 50px;
	margin: 0;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.hero-slider small {
	font-size: 9px;
	display: block;
}
.hero-slider .btn {
	margin-top: 13px;
}
.hero-slider .text {
	padding-top: 65px;
	padding-left: 68px;
}
.hero-slider .swiper-slide {
	padding-bottom: 137px;
}
.hero-slider img.mobile {
	display: none;
}
.hero-slider .swiper-pagination {
	bottom: 140px;
	width: 100%;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
	margin-left: 17px;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	opacity: 1;
	background: none;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FFFFFF;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet:first-child {
	margin: 0;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	color: #FFFFFF;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-container-rtl .swiper-button-prev {
	right: -43px;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-container-rtl .swiper-button-next {
	left: -43px;
}
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-container-rtl .swiper-button-prev::after {
	content: '\e905';
	font-family: 'icomoon';
}
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-container-rtl .swiper-button-next::after {
	content: '\e901';
	font-family: 'icomoon';
}
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
	font-size: 150px;
}
body.acel .hero-slider {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
body.aevv .hero-slider {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
	.hero-slider h2 {
		font-size: 45px;
	}
	.hero-slider .text {
		padding-top: 40px;
		padding-left: 53px;
	}
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-container-rtl .swiper-button-prev {
		right: -15px;
	}
	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-container-rtl .swiper-button-next {
		left: -15px;
	}
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.hero-slider .container {
		width: 100%;
	}
	.hero-slider .text {
		padding-top: 10px;
	}
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-container-rtl .swiper-button-prev {
		right: -5px;
	}
	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-container-rtl .swiper-button-next {
		left: -5px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.hero-slider h2 {
		line-height: 1;
		margin-top: 40px;
	}
	.hero-slider h2 br {
		display: none;
	}
	.hero-slider .text {
		font-size: 40px;
		line-height: 1;
		padding: 0 15px;
	}
	.hero-slider img.desktop {
		display: none;
	}
	.hero-slider img.mobile {
		display: block;
	}
	.hero-slider .btn {
		margin: 25px 0;
	}
	.hero-slider .swiper-button-prev::after,
	.hero-slider .swiper-button-next::after {
		font-size: 100px;
	}
	.hero-slider .swiper-pagination {
		bottom: 95px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.hero-slider h2 {
		font-size: 40px;
	}
	.hero-slider .text {
		padding: 15px 15px 0 15px;
	}
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev {
		display: none;
	}
}
.hero {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	color: #FFFFFF;
	padding: 67px 0;
}
.hero a {
	color: #FFFFFF;
}
.hero h1 {
	font-size: 50px;
	margin: 0 0 15px 0;
}
.hero h1 span {
	font-weight: 100;
}
.hero p {
	margin: 0;
	font-size: 22px;
}
body.acel .hero {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
body.aevv .hero {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
body.business .hero {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.hero {
		padding: 50px 0;
		font-size: 40px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.hero h1 {
		font-size: 35px;
	}
}
.configuratore {
	border: 0px solid #ebebeb;
}
.configuratore .header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px 0;
}
.configuratore ul {
	border: none;
}
.configuratore ul li {
	width: 50%;
	margin: 0;
}
.configuratore ul li a {
	margin: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	background: #dbdbdb;
	background: linear-gradient(90deg, #dbdbdb 0%, #c1c1c1 100%);
	border: none;
	font-size: 14px;
	color: #606060;
	text-align: center;
	padding: 20px 0;
}

.configuratore ul li a:hover {
	color: #FFFFFF;
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}

.business .configuratore ul li a:hover {
	color: #FFFFFF;
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}

.configuratore ul li.active a {
	border: none;
	color: #FFFFFF;
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}
.configuratore ul li.active a:hover,
.configuratore ul li.active a:focus {
	border: none;
	color: #FFFFFF;
}
.configuratore .rangeslider .rangeslider__handle {
	border: none;
	background-color: #E36F18;
	width: 26px;
	height: 26px;
}
.configuratore .rangeslider .rangeslider__fill,
.configuratore .rangeslider .rangeslider__fill__bg {
	height: 12px;
	border-radius: 12px;
	background: #ebebeb;
}
.configuratore .rangeslider .rangeslider__fill {
	display: none;
}
.configuratore .rangeslider .rangeslider__fill__bg {
	top: 6px;
	width: auto;
	position: relative;
}
.configuratore .item {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
}
.configuratore .item h3 {
	font-size: 16px;
	text-align: center;
}
.configuratore .item .range {
	margin-top: 10px;
}
.configuratore .item .range:before,
.configuratore .item .range:after {
	content: " ";
	display: table;
}
.configuratore .item .range:after {
	clear: both;
}
.configuratore .item .range:before,
.configuratore .item .range:after {
	content: " ";
	display: table;
}
.configuratore .item .range:after {
	clear: both;
}
.configuratore .item .range > div {
	padding: 0 5px;
}
.configuratore .item .range .label {
	font-weight: 100;
}
.configuratore .item p {
	margin: 0;
	text-align: center;
	line-height: 1.3;
}
.configuratore .item.grey {
	background-color: #ebebeb;
}
.configuratore .item.grey .rangeslider .rangeslider__fill,
.configuratore .item.grey .rangeslider__fill__bg {
	background: #FFFFFF;
}
.configuratore .checkbox-wrapper {
	font-size: 14px;
	margin-top: 11px;
}
.configuratore .checkbox-wrapper:before,
.configuratore .checkbox-wrapper:after {
	content: " ";
	display: table;
}
.configuratore .checkbox-wrapper:after {
	clear: both;
}
.configuratore .checkbox-wrapper:before,
.configuratore .checkbox-wrapper:after {
	content: " ";
	display: table;
}
.configuratore .checkbox-wrapper:after {
	clear: both;
}
.configuratore .checkbox-wrapper .checkbox-container {
	margin-bottom: 17px;
}
.configuratore .checkbox-wrapper > div {
	padding: 0 5px;
}
.configuratore .corrispettivi-wrapper {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: .07em;
}
.configuratore .corrispettivi-wrapper .row {
	margin: 0;
}
.configuratore .corrispettivi-wrapper .item-row {
	padding: 0;
	height: 60px;
	position: relative;
}
.configuratore .corrispettivi-wrapper .item-row .label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.configuratore .corrispettivi-wrapper .item-row .value {
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	right: 10px;
	text-align: right;
}
.configuratore .corrispettivi-wrapper .item-row .value small {
	font-size: 13px;
	font-weight: 100;
	margin-top: -3px;
}
.configuratore .corrispettivi-wrapper .item-row .value small span {
	text-decoration: line-through;
}
.configuratore .corrispettivi-wrapper .item-row .value.multi {
	display: none;
}
.configuratore .corrispettivi-wrapper .item-row.luce {
	background-color: #dcdb18;
}
.configuratore .corrispettivi-wrapper .item-row.gas {
	background-color: #189bd7;
}
.configuratore .corrispettivi-wrapper .item-row.orange {
	background-color: #E36F18;
}
.configuratore .corrispettivi-wrapper .item-row.grey {
	background-color: #ebebeb;
	color: #E36F18;
}
body.business .configuratore ul li.active a {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}
body.business .configuratore .corrispettivi-wrapper .item-row.orange {
	background-color: #606060;
}
body.business .configuratore .corrispettivi-wrapper .item-row.grey {
	color: #606060;
}
body.acel .configuratore ul li.active a {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
body.acel .configuratore .corrispettivi-wrapper .item-row.orange {
	background-color: #0088C7;
}
body.acel .configuratore .corrispettivi-wrapper .item-row.grey {
	color: #0088C7;
}
body.aevv .configuratore ul li.active a {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
body.aevv .configuratore .corrispettivi-wrapper .item-row.orange {
	background-color: #E32E2C;
}
body.aevv .configuratore .corrispettivi-wrapper .item-row.grey {
	color: #E32E2C;
}
/*https://www.w3schools.com/howto/howto_css_custom_checkbox.asp*/
/*<label class="checkbox-container round">Domiciliazione
		<input type="checkbox" checked="checked">
		<span class="checkmark"></span>
</label>

<label class="checkbox-container square">Domiciliazione
		<input type="checkbox" checked="checked">
		<span class="checkmark"></span>
</label>*/
/* Customize the label (the checkbox-container) */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkbox-container .checkmark {
	position: absolute;
	background-color: #FFFFFF;
}
.checkbox-container.square .checkmark {
	border: 1px solid #ebebeb;
	height: 20px;
	width: 20px;
	top: 0;
	left: -3px;
}
.checkbox-container.round .checkmark {
	-webkit-border-top-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-moz-border-radius-topright: 24px;
	border-top-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-left-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	border-bottom-right-radius: 24px;
	height: 24px;
	width: 24px;
	top: 0;
	left: 0;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .checkmark {
	display: block;
}
/* When the checkbox is checked, add a blue background */
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-container.round .checkmark:after {
	left: 6px;
	top: 6px;
	width: 12px;
	height: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
	background-color: #E36F18;
}
.checkbox-container.square .checkmark:after {
	left: 5px;
	top: 1px;
	width: 7px;
	height: 13px;
	border: solid #636362;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
body.business .checkbox-container.round .checkmark::after {
	background-color: #606060;
}
body.acel .checkbox-container.round .checkmark::after {
	background-color: #0088C7;
}
body.aevv .checkbox-container.round .checkmark::after {
	background-color: #E32E2C;
}
.box-servizi .titolo-offerta {
	position: absolute;
	top: 10px;
	left: 14px;
	font-size: 32px;
}
.box-servizi .titolo-offerta small {
	font-size: 35px;
	margin-left: -5px;
}
.box-servizi .titolo-offerta span {
	font-size: 15px;
}
.box-servizi .title-wrapper {
	height: 182px;
	position: relative;
}
.box-servizi .title-wrapper .titolo-offerta {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 32px;
}
.box-servizi .title-wrapper .titolo-offerta span {
	font-size: 14px;
	top: -6px;
}
.box-servizi .wrapper {
	border: 1px solid #B3B3B3;
	padding-bottom: 22px;
}
.box-servizi .image-wrapper {
	position: relative;
}
.box-servizi .label {
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 20px;
	letter-spacing: .03em;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	bottom: 0;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	line-height: 25px;
}
.box-servizi .text {
	padding: 22px 27px 0 27px;
}
.box-servizi .text.content {
	font-size: 16px;
	padding: 22px 45px;
	line-height: 1.5;
}
.box-servizi img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.box-servizi h2 {
	font-size: 14px;
	margin: 0 0 6px 0;
	color: #E36F18;
}
.box-servizi ul li {
	margin-top: 15px;
	font-size: 13px;
	color: #636362;
	line-height: 1.3;
	padding-left: 39px;
}
.box-servizi ul li:first-child {
	margin: 0;
}
.box-servizi ul li:before {
	font-size: 45px;
	left: -12px;
	top: -20px;
	color: #E36F18;
}
.box-servizi .btn {
	margin-top: 25px;
}
.box-servizi .business .title-wrapper,
.business .box-servizi .title-wrapper,
.box-servizi .business .label,
.business .box-servizi .label,
.box-servizi .business .btn.orange,
.business .box-servizi .btn.orange {
	background: #606060 !important;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%) !important;
}
.box-servizi .business h2,
.business .box-servizi h2,
.box-servizi .business ul li::before,
.business .box-servizi ul li::before {
	color: #606060;
}
article.business h3 {
	color: #606060 !important;
}
/* body.acel .box-servizi h2,
body.acel .box-servizi ul li::before {
	color: #0088C7;
}
body.aevv .box-servizi h2,
body.aevv .box-servizi ul li::before {
	color: #E32E2C;
} */
body.business .box-servizi {
	/*				h2, ul li::before{color: @grey}*/
}
body.business .box-servizi h2 {
	color: #606060;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.box-servizi .titolo-offerta {
		font-size: 80px;
	}
	.box-servizi .titolo-offerta span {
		font-size: 48px;
		top: -11px;
	}
	.box-servizi .titolo-offerta small {
		font-size: 70px;
		margin-left: -16px;
	}
	.box-servizi .label {
		font-size: 22px;
		line-height: 28px;
		height: 28px;
	}
	.box-servizi h2 {
		font-size: 18px;
	}
	.box-servizi ul li {
		font-size: 17px;
		padding-left: 27px;
	}
	.box-servizi ul li::before {
		font-size: 40px;
		top: -13px;
	}
	.box-servizi .text {
		padding: 0 10px 0 10px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.box-servizi .titolo-offerta {
		font-size: 60px;
	}
	.box-servizi .titolo-offerta span {
		font-size: 31px;
		top: -11px;
	}
	.box-servizi .titolo-offerta small {
		font-size: 60px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.box-servizi .label {
		height: 25px;
		font-size: 15px;
		line-height: 25px;
	}
	.box-servizi .titolo-offerta {
		font-size: 32px;
	}
	.box-servizi .titolo-offerta small {
		font-size: 35px;
		margin-left: -5px;
	}
	.box-servizi .titolo-offerta span {
		font-size: 15px;
		top: -7px;
	}
}
html .logo h1 {
	background: url(../img/logo.png) 0 0 no-repeat;
}
html.svg .logo h1 {
	background: url(../img/logo.png) 0 0 no-repeat;
}
header {
	z-index: 4;
	background-color: #FFFFFF;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
header .container.header {
	padding-top: 27px;
	padding-bottom: 27px;
	position: relative;
}
header .logo h1 {
	width: 180px;
	height: 41px;
	text-indent: -9999px;
	top: -25px;
	background: url(../img/logo.png) center center no-repeat;
}
.mainMenu {
	position: inherit;
	padding: 0;
}
.mainMenu:before,
.mainMenu:after {
	content: " ";
	display: table;
}
.mainMenu:after {
	clear: both;
}
.mainMenu:before,
.mainMenu:after {
	content: " ";
	display: table;
}
.mainMenu:after {
	clear: both;
}
.mainMenu .toggle-wrapper {
	display: none;
}
.mainMenu nav {
	padding: 0;
}
.mainMenu nav ul {
	display: flex;
	justify-content: space-between;
}
.mainMenu nav ul li {
	position: relative;
}
.mainMenu nav ul li a {
	font-size: 14px;
	color: #606060;
	display: block;
	padding: 11px 10px;
}
.mainMenu nav ul li a:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
	text-decoration: none;
}
.mainMenu nav ul li.offerta-casa a,
.mainMenu nav ul li.offerta-business a {
	font-weight: bold;
}
.mainMenu nav ul li.offerta-casa a:after,
.mainMenu nav ul li.offerta-business a:after {
	content: "";
	height: 5px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 3px;
}
.mainMenu nav ul li.offerta-casa a {
	color: #E36F18;
}
.mainMenu nav ul li.offerta-casa a:after {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}
.mainMenu nav ul li.offerta-business a::after {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}
.mainMenu nav ul li.login a {
	background-color: #E36F18;
	color: #FFFFFF;
	padding-left: 41px;
}
.mainMenu nav ul li.login a:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
.mainMenu nav ul li.login .icon-user {
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.mainMenu nav ul li.active a {
	background-color: #606060;
	color: #FFFFFF;
	text-decoration: none;
}
.login:before,
.login:after {
	content: " ";
	display: table;
}
.login:after {
	clear: both;
}
.login:before,
.login:after {
	content: " ";
	display: table;
}
.login:after {
	clear: both;
}
.login a {
	position: relative;
	background-color: #E36F18;
	color: #FFFFFF;
	padding: 11px 0;
	display: block;
	padding-left: 41px;
	width: 140px;
	float: right;
}
.login a:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
	text-decoration: none;
}
.login .icon-user {
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
body.acel .login a {
	background-color: #0088C7;
}
body.aevv .login a {
	background-color: #E32E2C;
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
	header .container {
		width: 100%;
	}
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.mainMenu nav ul li.login a {
		padding: 1px 2px;
	}
	.mainMenu nav ul li.login .icon-user {
		position: relative;
		font-size: 38px;
		left: auto;
		top: auto;
	}
	.mainMenu nav ul li a {
		padding: 11px 10px;
	}
	.login a {
		width: auto;
		padding: 0;
	}
	.login .label {
		display: none;
	}
	.login .icon-user {
		position: relative;
		font-size: 38px;
		left: auto;
		top: auto;
	}
}
/* < than @screen-tablet burger menu brackpoint */
@media (max-width: 767px) {
	header .container.header {
		padding: 7px 0;
	}
	.mainMenu .toggle-wrapper {
		display: block;
	}
	.mainMenu nav {
		margin-left: -15px;
		margin-right: -15px;
		top: 55px;
		padding: 0 38px;
		background-color: #FFFFFF;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.mainMenu nav ul {
		padding: 10px 0;
		display: block;
	}
	.mainMenu nav ul li a {
		font-size: 23px;
	}
	.mainMenu nav ul li a:hover {
		background-color: transparent;
		color: #E36F18;
	}
	.login {
		right: 85px;
		position: absolute;
	}
}
footer {
	background-color: #606060;
	padding: 26px 0;
}
footer h2 {
	color: #FFFFFF;
	font-size: 15px;
}
footer .desktop ul li {
	margin: 4px 0 0 0;
	position: relative;
}
footer .desktop ul li a {
	color: #FFFFFF;
	font-size: 14px;
}
footer .desktop ul li a:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
	color: #FFFFFF;
	text-decoration: none;
}
footer .desktop ul li.last {
	position: absolute;
	bottom: 0;
	left: 15px;
}
footer .desktop ul li.last a {
	font-weight: bold;
	font-size: 17px;
}
footer .social {
	/* margin-top: 80px; */
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .07em;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 2px solid #FFFFFF;
}
/* footer .social ul {
	float: right !important;
} */
footer .social .social-item, footer .social ul li {
	/* float: left; */
	margin: 0 0 0 13px;
	color: #FFFFFF;
}
footer .social .social-item a, footer .social ul li a {
	display: block;
	color: #FFFFFF;
}
footer .social .social-item a:hover, footer .social ul li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration: none;
}
footer .social .social-item span, footer .social ul li span {
	font-size: 27px;
}
/* footer .social ul li span.icon-youtube {
	position: relative;
	top: 2px;
}
footer .social ul li span.icon-facebook {
	position: relative;
	top: -2px;
}
footer .social ul li:first-child {
	margin: 0 19px 0 0;
	position: relative;
	top: 3px;
} */
footer .copy {
	padding-top: 22px;
	border-top: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
}
footer .copy small {
	font-size: 14px;
	letter-spacing: .05em;
}
footer .mobile {
	display: none;
}
footer .mobile .accordion {
	padding: 10px 0;
	border-bottom: 1px solid white;
}
footer .mobile .accordion h2 {
	position: relative;
}
footer .mobile .accordion h2 span {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	right: -5px;
	top: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
footer .mobile .accordion h2 a {
	color: #FFFFFF;
	font-size: 20px;
	display: block;
}
footer .mobile .accordion h2 a:hover {
	text-decoration: none;
}
footer .mobile .accordion h2 a.collapsed span {
	-webkit-transform: rotate(90deg) !important;
	-moz-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}
footer .mobile .accordion ul li a {
	color: #FFFFFF;
	font-size: 18px;
}
footer .mobile .accordion ul li a:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
	text-decoration: none;
}
/*body.acel{
		footer{
				h2, ul li.orange a{color: @acel-color; }
		} 
}


body.aevv{
		footer{
				h2, ul li.orange a{color: @aevv-color; }
		} 
}*/
/* < @screen-md-min */
@media (max-width: 992px) {
	footer .desktop ul {
		margin-bottom: 30px;
	}
	footer .desktop ul li.orange {
		position: relative;
		bottom: auto;
		left: auto;
	}
	footer .desktop ul li.orange a {
		font-weight: normal;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	footer {
		padding: 20px 0 30px 0;
	}
	footer .desktop .menu li a,
	footer .desktop .menu li h2 {
		font-size: 17px;
	}
	footer .desktop {
		display: none;
	}
	footer .mobile {
		display: block;
	}
}
/* only phone */
@media (max-width: 480px) {
	footer .social {
		padding-left: 15px;
		padding-right: 15px;
	}
	footer .social ul {
		float: none;
	}
}
select {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 1px solid #B3B3B3;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('../img/arrow.svg'), linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	/* background-size: 2.1em auto, 100%; */
	background-size: 1.3em auto, 100%;
}
.range .rangeslider .rangeslider__handle {
	background-color: #E36F18;
	border: none;
}
body.acel .icon-info:hover {
	color: #0088C7;
}
body.acel .range .rangeslider .rangeslider__handle {
	background-color: #0088C7;
}
body.aevv .icon-info:hover {
	color: #E32E2C;
}
body.aevv .range .rangeslider .rangeslider__handle {
	background-color: #E32E2C;
}
body.business .icon-info:hover {
	color: #606060;
}
body.business .range .rangeslider .rangeslider__handle {
	background-color: #606060;
}
.more-button {
	font-weight: bold;
	color: #606060;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(0, -50%);
	right: 15px;
}
.more-button span {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.more-button:hover,
.more-button:focus {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
	text-decoration: none;
	color: #606060;
}
.more-button.collapsed span, .collapsed .more-button span	{
	display: initial;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.collapsed .more-button span {
	display: initial;
}
.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	width: 100%;
	height: 40px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}
.no-js .inputfile + label {
	display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
.titolo-offerta {
	font-size: 60px;
	line-height: 1;
	margin-bottom: -5px;
	font-weight: normal;
	color: #FFFFFF !important;
	margin: 0 !important;
}
.titolo-offerta small {
	font-weight: bold;
	margin-left: -14px;
	letter-spacing: -0.03em;
	font-size: 50px;
	font-style: italic;
}
.titolo-offerta span {
	display: inline-block;
	font-weight: bold;
	padding: 5px 11px;
	font-size: 19px;
	letter-spacing: .13em;
	margin-left: 5px;
	top: -7px;
	position: relative;
	color: #FFFFFF;
}
.titolo-offerta span.luce {
	background-color: #dcdb18;
}
.titolo-offerta span.gas {
	background-color: #189bd7;
}
.titolo-offerta .shadow {
	display: inline-block;
	text-shadow: 4px 2px 3px rgba(0, 0, 0, 0.5);
}
.titolo-offerta.center {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	top: 20px;
}
.portale-offerte {
	text-align: center;
	padding: 10px 0;
	background-color: #520a76;
	transition: .3s ease;
}
.portale-offerte:hover {
	background-color: #310646;
}
.portale-offerte img {
	margin: 0 auto;
}
#modal-form .modal-content {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
#modal-form form {
	padding: 36px 65px;
	padding-bottom: 60px;
	border-top: 24px solid #606060;
}
#modal-form form h1 {
	margin: 0 0 23px 0;
	letter-spacing: .065em;
}
#modal-form form .modalheader {
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 45px;
	margin-bottom: 45px;
	position: relative;
}
#modal-form form .modalheader .close {
	color: #606060;
	font-size: 40px;
	position: absolute;
	top: -6px;
	right: 10px;
	opacity: 1;
}
#modal-form form .modalheader .close:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
#modal-form form p {
	margin: 0;
}
#modal-form form input[type=text],
#modal-form form select,
#modal-form form input[type="email"] {
	width: 100%;
	height: 40px;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	padding: 0 20px;
	color: #000000;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#modal-form form select {
	color: #636362;
	background-image: url('../img/arrow-grey.svg'), linear-gradient(to bottom, #ebebeb 0%, #ebebeb 100%);
}
#modal-form form input[type=text]:focus,
#modal-form form select:focus,
#modal-form form input[type=email]:focus {
	border: 1px solid #000000;
}
#modal-form form .wrapper {
	position: relative;
	margin-bottom: 20px;
}
#modal-form form .wrapper label.error {
	color: red;
	font-size: 11px;
	font-weight: 100;
	position: absolute;
	left: 15px;
	bottom: -11px;
	margin: 0;
}
#modal-form form .modalfooter {
	border-top: 2px solid #ebebeb;
	padding-top: 36px;
	margin-top: 26px;
}
#modal-form form .modalfooter h2 {
	font-size: 16px;
	margin: 0;
}
#modal-form form .modalfooter .btn {
	margin-top: 30px;
}
#form-offerta {
	padding: 0 20px;
	margin-top: 13px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ebebeb;
}
#form-offerta .header {
	position: relative;
	display: block;
}
#form-offerta .header .more-button {
	font-size: 35px;
	position: absolute;
}
#form-offerta .header h1,
#form-offerta .header .more-button {
	color: #E36F18;
}
#form-offerta .header h1 {
	letter-spacing: normal;
}
#form-offerta .header:hover {
	text-decoration: none;
}
#form-offerta #wrapper-offerta-form {
	margin-top: 26px;
}
#form-offerta p {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.3;
	margin: 0 0 29px 0;
}
#form-offerta .wrapper {
	position: relative;
	margin-bottom: 10px;
}
#form-offerta .wrapper label.error {
	color: red;
	font-size: 11px;
	font-weight: 100;
	position: absolute;
	left: 15px;
	bottom: -7px;
	margin: 0;
}
#form-offerta input[type=text],
#form-offerta input[type="email"] {
	width: 100%;
	height: 63px;
	line-height: 63px;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	padding: 0 20px;
	color: #000000;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
}
#form-offerta input[type=text]:focus,
#form-offerta input[type=email]:focus {
	border: 1px solid #000000;
}
#form-offerta .btn {
	font-size: 26px;
	width: 310px;
	height: 61px;
	line-height: 61px;
	margin-bottom: 23px;
}
#form-offerta small {
	font-size: 18px;
	font-weight: 100;
}
.hero-slider-full {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	color: #FFFFFF;
	position: relative;
}
.hero-slider-full .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	-webkit-background-size: unset;
	-moz-background-size: unset;
	-o-background-size: unset;
	background-size: unset;
	background-repeat: repeat-y;
}
.hero-slider-full .bg.mobile {
	display: none;
}
.hero-slider-full .wrapper-text {
	margin-top: 0px;
	margin-bottom: 177px;
	padding-left: 0;
}
.hero-slider-full .wrapper-text .text {
	background-color: #E36F18;
	zoom: 1;
	background-color: transparent\9;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80e36f18, endColorstr=#80e36f18)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80e36f18, endColorstr=#80e36f18);
	background-color: rgba(227, 111, 24, 0.5);
	padding: 76px 10px 44px 17px;
	margin-bottom: 18px;
}
.hero-slider-full .wrapper-text .text h2 {
	font-size: 50px;
	line-height: .9;
	margin: 0;
}
.hero-slider-full .wrapper-text small {
	font-size: 9px;
	display: block;
	margin-bottom: 14px;
}
.hero-slider-full .swiper-pagination {
	bottom: 140px;
	width: 100%;
}
.hero-slider-full .swiper-pagination .swiper-pagination-bullet {
	margin-left: 17px;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	opacity: 1;
	background: none;
}
.hero-slider-full .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FFFFFF;
}
.hero-slider-full .swiper-pagination .swiper-pagination-bullet:first-child {
	margin: 0;
}
.hero-slider-full .swiper-button-next,
.hero-slider-full .swiper-button-prev {
	color: #E36F18;
}
.hero-slider-full .swiper-button-next,
.hero-slider-full .swiper-container-rtl .swiper-button-prev {
	right: 10px;
}
.hero-slider-full .swiper-button-prev,
.hero-slider-full .swiper-container-rtl .swiper-button-next {
	left: 10px;
}
.hero-slider-full .swiper-button-next::after,
.hero-slider-full .swiper-container-rtl .swiper-button-prev::after {
	content: '\e905';
	font-family: 'icomoon';
}
.hero-slider-full .swiper-button-prev::after,
.hero-slider-full .swiper-container-rtl .swiper-button-next::after {
	content: '\e901';
	font-family: 'icomoon';
}
.hero-slider-full .swiper-button-prev::after,
.hero-slider-full .swiper-button-next::after {
	font-size: 150px;
}
body.acel .hero-slider-full {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
body.aevv .hero-slider-full {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
/* < @screen-lg-min */
@media (max-width: 1340px) {
	.hero-slider-full .wrapper-text {
		padding-left: 30px;
	}
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
	.hero-slider-full .wrapper-text {
		padding-left: 15px;
	}
	.hero-slider-full .wrapper-text .text {
		padding: 66px 10px 34px 10px;
	}
	.hero-slider-full .swiper-button-next,
	.hero-slider-full .swiper-container-rtl .swiper-button-prev {
		right: 7px;
	}
	.hero-slider-full .swiper-button-prev,
	.hero-slider-full .swiper-container-rtl .swiper-button-next {
		left: 7px;
	}
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.hero-slider-full .wrapper-text .text h2 {
		font-size: 44px;
		line-height: 1;
	}
	.hero-slider-full .swiper-button-next,
	.hero-slider-full .swiper-container-rtl .swiper-button-prev {
		right: 15px;
	}
	.hero-slider-full .swiper-button-prev,
	.hero-slider-full .swiper-container-rtl .swiper-button-next {
		left: 15px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.hero-slider-full .swiper-button-next,
	.hero-slider-full .swiper-container-rtl .swiper-button-prev,
	.hero-slider-full .swiper-button-prev,
	.hero-slider-full .swiper-container-rtl .swiper-button-next {
		display: none;
	}
	.hero-slider-full .swiper-pagination {
		bottom: 95px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.hero-slider-full .bg.mobile {
		display: block;
	}
	.hero-slider-full .bg.desktop {
		display: none;
	}
	.hero-slider-full .swiper-wrapper {
		height: 540px;
	}
	.hero-slider-full .wrapper-text {
		padding-left: 15px;
		margin: 0;
	}
	.hero-slider-full .wrapper-text small {
		color: #E36F18;
	}
	.hero-slider-full .wrapper-text .text {
		background-color: transparent;
		color: #E36F18;
		padding: 30px 0 0 0;
	}
	.hero-slider-full .wrapper-text .text h2 {
		font-size: 35px;
	}
	.hero-slider-full .wrapper-text .text h2 br {
		display: none;
	}
	.hero-slider-full .swiper-button-next,
	.hero-slider-full .swiper-button-prev {
		display: none;
	}
}
.links {
	background: transparent !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 20px;
	margin-bottom: 20px;
}
.links ul {
	text-align: center;
	width: 100%;
}
.links ul li {
	display: inline-block;
	/* IE6/IE7,*/
	*display: inline;
	*zoom: 1;
	float: none;
}
.links ul li:first-child,
.links ul li.first {
	margin: 0;
	padding: 0;
	border: none;
}
.links ul li {
	margin-left: 40px;
}
.links ul li:first-child {
	margin: 0;
}
.links ul li a {
	font-size: 15px;
	font-weight: bold;
	color: #606060;
	text-decoration: underline;
}
.links ul li a:hover {
	text-decoration: none;
}
.links ul li.orange a {
	color: #E36F18;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.links ul li {
		display: block;
		margin: 0 !important;
	}
}
.icon-info-tooltip {
	color: #FFFFFF;
	font-size: 40px;
}
.icon-info-tooltip:hover,
.icon-info-tooltip:focus {
	text-decoration: none;
	color: #FFFFFF;
}
.icon-info-tooltip:before {
	content: "\e906";
	font-family: 'icomoon' !important;
}
.tooltip .tooltip-arrow {
	border-top-color: #EAEAEA !important;
}
.tooltip .tooltip-inner {
	background-color: #EAEAEA;
	font-size: 10px;
	color: #000000;
	border-radius: 12px;
	padding: 11px 12px;
	line-height: 1.2;
	text-align: left;
	width: 220px;
}
/*COMPONENTS HP*/
.offerta {
	/*margin-bottom: 48px;*/
}
.offerta h1 {
	margin-bottom: 10px;
	text-align: center;
	padding: 0 15px;
}
.offerta .container {
	background: #dbdbdb;
	background: linear-gradient(90deg, #dbdbdb 0%, #c1c1c1 100%);
	padding: 28px 85px;
}
.offerta h2 {
	margin-bottom: 27px;
	font-weight: normal;
}
.offerta .wrapper-items {
	padding: 0 60px;
}
.offerta .wrapper-items ul {
	text-align: center;
	width: 100%;
	position: relative;
}
.offerta .wrapper-items ul li {
	display: inline-block;
	/* IE6/IE7,*/
	*display: inline;
	*zoom: 1;
	float: none;
}
.offerta .wrapper-items ul li:first-child,
.offerta .wrapper-items ul li.first {
	margin: 0;
	padding: 0;
	border: none;
}
.offerta .wrapper-items ul:before,
.offerta .wrapper-items ul:after {
	content: " ";
	display: table;
}
.offerta .wrapper-items ul:after {
	clear: both;
}
.offerta .wrapper-items ul:before,
.offerta .wrapper-items ul:after {
	content: " ";
	display: table;
}
.offerta .wrapper-items ul:after {
	clear: both;
}
.offerta .wrapper-items ul li:first-child {
	float: left;
}
.offerta .wrapper-items ul li:last-child {
	float: right;
}
.offerta .wrapper-items.three-items {
	padding: 0 25px;
}
.offerta .wrapper-items.three-items ul li:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.offerta .wrapper-items.three-items .rangeslider__fill__bg:after {
	content: "";
	width: 1px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ebebeb;
}
.offerta .icon-info-tooltip {
	position: absolute;
	top: 19px;
	right: 0;
}
.offerta .range {
	margin-bottom: 35px;
	position: relative;
}
.offerta .range .rangeslider {
	margin-bottom: 17px;
}
.offerta .range .rangeslider .rangeslider__handle {
	border: none;
	width: 34px;
	height: 34px;
}
.offerta .range .rangeslider .rangeslider__fill,
.offerta .range .rangeslider .rangeslider__fill__bg {
	height: 21px;
	border-radius: 21px;
	background: #FFFFFF;
}
.offerta .range .rangeslider .rangeslider__fill {
	display: none;
}
.offerta .range .rangeslider .rangeslider__fill__bg {
	top: 3px;
	width: auto;
	/*left: -5px; right: -5px;*/
	position: relative;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.offerta .range {
		border-bottom: 1px dotted #B3B3B3;
		padding-bottom: 35px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.offerta .container {
		padding: 28px 35px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.offerta .container {
		padding: 28px 15px;
	}
}
.link {
	padding: 0;
	margin-bottom: 13px;
}
.link ul li {
	margin-left: 1px;
	float: left;
	width: 33.26%;
}
.link ul li:first-child {
	margin: 0;
}
.link ul li .btn {
	width: 100%;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	letter-spacing: .1em;
	font-weight: normal;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.link ul li {
		width: 33%;
	}
	.link ul li .btn {
		letter-spacing: .05em;
	}
}
/* only phone */
@media (max-width: 480px) {
	.link {
		margin-bottom: 30px;
	}
	.link ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 1px;
		float: none;
	}
	.link ul li .btn {
		max-width: 100%;
	}
	.link ul li:first-child {
		margin-bottom: 1px;
	}
}
.domiciliazione {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	color: #FFFFFF;
	padding: 27px 0px;
	margin-bottom: 25px;
}
.domiciliazione h1 {
	margin: 0 0 2px 0;
	margin-bottom: 20px;
}
.domiciliazione h2 {
	display: inline-block;
	background-color: #FFFFFF;
	color: #E36F18;
	height: 22px;
	line-height: 22px;
	padding: 0 16px;
	-webkit-border-top-left-radius: 22px;
	-moz-border-radius-topleft: 22px;
	border-top-left-radius: 22px;
	-webkit-border-top-right-radius: 22px;
	-moz-border-radius-topright: 22px;
	border-top-right-radius: 22px;
	-webkit-border-bottom-left-radius: 22px;
	-moz-border-radius-bottomleft: 22px;
	border-bottom-left-radius: 22px;
	-webkit-border-bottom-right-radius: 22px;
	-moz-border-radius-bottomright: 22px;
	border-bottom-right-radius: 22px;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 12px 0;
}
.domiciliazione p {
	margin: 0 0 27px 0;
}
.domiciliazione ul {
	margin-bottom: 40px;
}
.domiciliazione ul li {
	font-size: 18px;
	padding-left: 56px;
}
.domiciliazione ul li:before {
	font-size: 55px;
	left: -15px;
	top: -24px;
}
body.acel .domiciliazione {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
body.acel .domiciliazione h2 {
	color: #0088C7;
}
body.aevv .domiciliazione {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
body.aevv .domiciliazione h2 {
	color: #E32E2C;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.domiciliazione p {
		font-size: 17px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.domiciliazione ul {
		margin-bottom: 25px;
	}
	.domiciliazione p {
		font-size: 17px;
		margin: 0 0 13px 0;
	}
}
.contattarci {
	text-align: center;
	margin-bottom: 34px;
}
.contattarci h1 {
	margin-bottom: 24px;
}
.contattarci img {
	margin: 0 auto;
	margin-bottom: 3px;
}
.contattarci h2 {
	font-size: 30px;
	margin: 0 0 5px 0;
}
.contattarci p {
	margin: 0;
}
.contattarci .text {
	padding: 0 30px;
	margin-bottom: 27px;
}
.contattarci .item {
	position: relative;
	padding-bottom: 70px;
}
.contattarci .item:before {
	content: "";
	background-color: #E36F18;
	width: 1px;
	height: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	left: 0;
}
.contattarci .item:first-child:before {
	display: none;
}
.contattarci .item .btn {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 24px;
}
body.acel .contattarci .item::before {
	background-color: #0088C7;
}
body.aevv .contattarci .item::before {
	background-color: #E32E2C;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.contattarci p {
		font-size: 17px;
	}
	.contattarci .item {
		padding-top: 30px;
		margin-top: 30px;
		padding-bottom: 0;
	}
	.contattarci .item:before {
		content: "";
		background-color: #E36F18;
		width: 70%;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		left: auto;
		top: 0;
	}
	.contattarci .item:first-child {
		margin: 0;
		padding: 0;
	}
	.contattarci .item .btn {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
	}
}
.vieni-trovarci {
	/*		.image{
				img{.absolute-center }
		}*/
}
.vieni-trovarci h1 {
	text-align: center;
	margin: 0 0 20px 0;
}
.vieni-trovarci .wrapper {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	overflow: hidden;
}
.vieni-trovarci .text {
	padding: 80px 0;
	color: #FFFFFF;
	text-align: center;
}
.vieni-trovarci .text h2 {
	font-size: 30px;
	margin-bottom: 6px;
}
.vieni-trovarci .text p {
	margin: 0;
	margin-bottom: 30px;
}
.vieni-trovarci .btn {
	width: auto;
}
.vieni-trovarci .full-background {
	background-position: right;
}
body.acel .vieni-trovarci .wrapper {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%);
}
body.aevv .vieni-trovarci .wrapper {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.vieni-trovarci .image {
		height: 150px;
	}
	.vieni-trovarci .text {
		padding: 10px 0 25px 0;
	}
	.vieni-trovarci .text p {
		font-size: 17px;
	}
}
.template-homepage .news {
	/* margin-bottom: 24px; */
}
.template-homepage .news h1 {
	text-align: center;
	margin-bottom: 20px;
}
.template-homepage .news h2 {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 10px;
	color: #E36F18;
}
.template-homepage .news p {
	font-size: 15px;
	margin: 0;
	margin-bottom: 20px;
}
.template-homepage .news .featured-post {
	color: #FFFFFF;
	background: #4c698b;
	background: linear-gradient(90deg, #4c698b 0%, #a9c4df 100%);
	margin-bottom: 20px;
}
.template-homepage .news .featured-post h2 {
	color: #FFFFFF;
}
.template-homepage .news .text,
.template-homepage .news .cta {
	padding-top: 34px;
	padding-bottom: 34px;
}
.template-homepage .news .cta img {
	margin: 0 auto 20px auto;
}
.template-homepage .news .single-post {
	padding: 9px 19px 17px 19px;
	border: 1px solid #B3B3B3;
	height: 100%;
}
body.acel .template-homepage .news .single-post h2 {
	color: #0088C7;
}
body.aevv .template-homepage .news .single-post h2 {
	color: #E32E2C;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-homepage .news p {
		font-size: 17px;
		line-height: 1.2;
	}
	.template-homepage .news .cta .btn {
		width: auto;
	}
	.template-homepage .news .post > article {
		padding: 0;
		margin-bottom: 20px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-homepage .news .featured-post .image {
		display: none;
	}
	.template-homepage .news .post > article {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.template-homepage .news .featured-post .text,
	.template-homepage .news .featured-post .cta {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.template-homepage .news .featured-post .text p {
		margin-bottom: 0;
	}
	.template-homepage .news .featured-post .cta .btn {
		width: 100%;
	}
}
/*PAGES*/
.template-homepage .box-servizi {
	margin-bottom: 25px;
	margin-top: -122px;
	position: relative;
	z-index: 1;
}
.template-homepage footer {
	margin-top: 0;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-homepage .box-servizi {
		margin-top: -80px;
	}
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-homepage .box-servizi article {
		margin-top: 50px;
	}
	.template-homepage .box-servizi article:first-child {
		margin: 0;
	}
}
.template-offerte .offerte-slider {
	position: relative;
	margin-bottom: 50px;
	margin-top: -50px;
}
.template-offerte .offerte-slider .swiper-container {
	padding: 30px 20px;
}
.template-offerte .offerte-slider .swiper-slide .wrapper {
	text-align: center;
	background-color: #FFFFFF;
	color: #636362;
	cursor: pointer;
	padding: 16px;
	-webkit-box-shadow: #636362;
	box-shadow: #636362;
	-webkit-box-shadow: 7px 11px 19px -8px #636362;
	-moz-box-shadow: 7px 11px 19px -8px #636362;
	-o-box-shadow: 7px 11px 19px -8px #636362;
	box-shadow: 7px 11px 19px -8px #636362;
	height: 100%;
}
.template-offerte .offerte-slider .swiper-slide .wrapper h2 {
	font-size: 30px;
	margin: 0 0 24px 0;
	line-height: 1;
	text-transform: uppercase;
}
.template-offerte .offerte-slider .swiper-slide .wrapper h2 span {
	font-weight: 100;
	font-style: italic;
}
.template-offerte .offerte-slider .swiper-slide .wrapper:hover {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	color: #FFFFFF;
}
.template-offerte .offerte-slider .swiper-button-next,
.template-offerte .offerte-slider .swiper-button-prev {
	color: #E36F18;
}
.template-offerte .offerte-slider .swiper-button-next,
.template-offerte .offerte-slider .swiper-container-rtl .swiper-button-prev {
	right: -20px;
}
.template-offerte .offerte-slider .swiper-button-prev,
.template-offerte .offerte-slider .swiper-container-rtl .swiper-button-next {
	left: -20px;
}
.template-offerte .offerte {
	margin-bottom: 10px;
}
.template-offerte .offerte h1 {
	text-align: center;
	margin: 0 0 50px 0;
}
.template-offerte .offerte article {
	margin-top: 40px;
	background: #dbdbdb;
	background: linear-gradient(90deg, #dbdbdb 0%, #c1c1c1 100%);
	padding: 40px 55px;
}
.template-offerte .offerte article h3 {
	text-align: center;
	margin: 0 0 33px 0;
	font-size: 30px;
	color: #E36F18;
}
.template-offerte .offerte article h3 i {
	font-weight: 100;
}
.template-offerte .offerte article h3 span {
	font-size: 25px;
	color: #606060;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
	text-trasform: uppercase;
}
.template-offerte .offerte article h3 span:before {
	content: "";
	width: 1px;
	height: 50px;
	background-color: #636362;
	left: 0;
	position: absolute;
}
.template-offerte .offerte article:first-child {
	margin-top: 0;
}
.template-offerte .offerte article .box-servizi .wrapper {
	background-color: #FFFFFF;
}
.template-offerte .offerte article .box-servizi h2 {
	margin: 0 0 16px 0;
}
.template-offerte .offerte article .box-servizi ul li {
	margin-top: 23px;
}
.template-offerte .offerte article .box-servizi ul li:first-child {
	margin: 0;
}
.template-offerte .offerte article .box-servizi .btn {
	margin-top: 50px;
}
.template-offerte .cta {
	margin-bottom: 17px;
	text-align: center;
}
.template-offerte .cta h4 {
	line-height: 1.2;
	margin: 0 0 15px 0;
	font-size: 30px;
}
.template-offerte .cta .btn {
	font-size: 16px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-offerte .offerte-slider {
		margin-bottom: 40px;
	}
	.template-offerte .offerte-slider .swiper-slide .wrapper {
		padding: 12px;
	}
	.template-offerte .offerte-slider .swiper-slide .wrapper h2 {
		font-size: 27px;
		margin: 0 0 18px 0;
	}
	.template-offerte .offerte-slider .swiper-slide .wrapper h2 span {
		display: block;
	}
	.template-offerte .offerte-slider .swiper-button-next,
	.template-offerte .offerte-slider .swiper-container-rtl .swiper-button-prev {
		right: -14px;
	}
	.template-offerte .offerte-slider .swiper-button-prev,
	.template-offerte .offerte-slider .swiper-container-rtl .swiper-button-next {
		left: -14px;
	}
	.template-offerte .offerte .box-servizi {
		margin-top: 30px;
	}
	.template-offerte .offerte .box-servizi:first-child {
		margin: 0;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-offerte .offerte article {
		padding: 30px 0;
	}
	.template-offerte .offerte article h3 span {
		display: block;
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	.template-offerte .offerte article h3 span:before {
		display: none;
	}
	.template-offerte .cta h4 {
		line-height: 1;
		font-size: 26px;
	}
}
.template-singola-offerta .hero-image {
	padding: 31px 0;
	min-height: 610px;
	position: relative;
}
.template-singola-offerta .hero-image .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}
.template-singola-offerta .hero-image .bg.mobile {
	display: none;
}
.template-singola-offerta .hero-image ul.breadcrumb {
	margin-bottom: 28px;
}
.template-singola-offerta .hero-image ul.breadcrumb:before,
.template-singola-offerta .hero-image ul.breadcrumb:after {
	content: " ";
	display: table;
}
.template-singola-offerta .hero-image ul.breadcrumb:after {
	clear: both;
}
.template-singola-offerta .hero-image ul.breadcrumb:before,
.template-singola-offerta .hero-image ul.breadcrumb:after {
	content: " ";
	display: table;
}
.template-singola-offerta .hero-image ul.breadcrumb:after {
	clear: both;
}
.template-singola-offerta .hero-image ul.breadcrumb li,
.template-singola-offerta .hero-image ul.breadcrumb a {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
.template-singola-offerta .hero-image ul.breadcrumb a:hover {
	text-decoration: none;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
.template-singola-offerta .hero-image ul.breadcrumb li:before {
	content: ">";
	margin: 0 3px;
}
.template-singola-offerta .hero-image ul.breadcrumb li:first-child:before {
	display: none;
}
.template-singola-offerta .hero-image .intro {
	color: #FFFFFF;
	/*						h1{
														font-size: 60px; line-height: 1; margin-bottom: -5px;
														i{font-weight: 100; margin-left: -14px; letter-spacing: -.06em;}
														span{
																display: inline-block; padding: 5px 11px; font-size: 32px; letter-spacing: .13em; margin-left: 5px; top: -8px; position: relative;
																&.yellow{background-color: @yellow}
														}
												}*/
}
.template-singola-offerta .hero-image .intro h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 40px;
}
.template-singola-offerta .hero-image .intro ul li {
	margin-top: 30px;
	font-size: 20px;
	position: relative;
	padding-left: 40px;
	line-height: 1;
}
.template-singola-offerta .hero-image .intro ul li:first-child {
	margin: 0;
}
.template-singola-offerta .hero-image .intro ul li:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	left: 5px;
	font-size: 48px;
	content: "\e90f";
	color: #FFFFFF;
	font-family: 'icomoon';
}
.template-singola-offerta .cta {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
	color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
}
.template-singola-offerta .cta span {
	display: inline-block;
	margin-right: 34px;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: .02em;
}
.template-singola-offerta .cta .btn {
	font-size: 30px;
	padding: 0 40px;
	display: inline-block;
	width: auto;
}
.template-singola-offerta.sticky .tostick {
	position: fixed;
	left: 0;
	right: 0;
	top: 134px;
	z-index: 4;
	background-color: #FFFFFF;
}
.template-singola-offerta .attivazione {
	color: #E36F18;
	text-align: center;
	padding: 37px 0 20px 0;
}
.template-singola-offerta .attivazione h1 {
	line-height: 1;
	margin: 50px 0 2px 0;
}
.template-singola-offerta .attivazione h2 {
	font-size: 18px;
	margin: 0 0 37px 0;
	font-weight: normal;
}
.template-singola-offerta .attivazione ul {
	position: relative;
	margin-bottom: 54px;
}
.template-singola-offerta .attivazione ul:before,
.template-singola-offerta .attivazione ul:after {
	content: " ";
	display: table;
}
.template-singola-offerta .attivazione ul:after {
	clear: both;
}
.template-singola-offerta .attivazione ul:before,
.template-singola-offerta .attivazione ul:after {
	content: " ";
	display: table;
}
.template-singola-offerta .attivazione ul:after {
	clear: both;
}
.template-singola-offerta .attivazione ul:before {
	content: "";
	height: 3px;
	width: 74%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 30px;
	background-color: #E36F18;
}
.template-singola-offerta .attivazione ul li {
	width: 25%;
	float: left;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}
.template-singola-offerta .attivazione ul li span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	border: 3px solid #E36F18;
	width: 68px;
	height: 68px;
	line-height: 59px;
	text-align: center;
	-webkit-border-top-left-radius: 66px;
	-moz-border-radius-topleft: 66px;
	border-top-left-radius: 66px;
	-webkit-border-top-right-radius: 66px;
	-moz-border-radius-topright: 66px;
	border-top-right-radius: 66px;
	-webkit-border-bottom-left-radius: 66px;
	-moz-border-radius-bottomleft: 66px;
	border-bottom-left-radius: 66px;
	-webkit-border-bottom-right-radius: 66px;
	-moz-border-radius-bottomright: 66px;
	border-bottom-right-radius: 66px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 13px;
}
.template-singola-offerta .attivazione ul li p {
	font-size: 18px;
	font-weight: 100;
	margin: 0;
	line-height: 1.1;
}
.template-singola-offerta .attivazione ul li p strong {
	font-size: 25px;
}
.template-singola-offerta .banner {
	color: #FFFFFF;
	padding-top: 75px;
	padding-bottom: 80px;
}
.template-singola-offerta .banner p {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.template-singola-offerta .addons {
	text-align: center;
	color: #606060;
	padding: 58px 0px;
}
.template-singola-offerta .addons h1 {
	margin: 0 0 5px 0;
	line-height: 1;
}
.template-singola-offerta .addons p {
	font-size: 18px;
	font-weight: 100;
	margin: 0 0 50px 0;
}
.template-singola-offerta .addons li,
.template-singola-offerta .addons h2 {
	position: relative;
	padding: 20px 75px 20px 20px;
	border-bottom: 1px solid #606060;
	margin-top: -6px;
	text-align: left;
}
.template-singola-offerta .addons li a,
.template-singola-offerta .addons h2 a {
	color: #606060;
	font-size: 18px;
	font-weight: bold;
}
.template-singola-offerta .addons li a:hover,
.template-singola-offerta .addons h2 a:hover {
	text-decoration: none;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
.template-singola-offerta .addons li:first-child,
.template-singola-offerta .addons h2:first-child {
	margin: 0;
}
.template-singola-offerta .addons.grey {
	background: #dbdbdb;
	background: linear-gradient(90deg, #dbdbdb 0%, #c1c1c1 100%);
}
.template-singola-offerta .addons .icon {
	font-size: 40px;
}
.template-singola-offerta .addons .icon.icon-pdf {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	right: 0;
	left: auto;
}
.template-singola-offerta .addons .text {
	font-size: 18px;
	text-align: left;
	padding: 10px;
}
body.business.template-singola-offerta .cta {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}
body.business.template-singola-offerta .attivazione {
	color: #606060;
}
body.business.template-singola-offerta .attivazione ul li span {
	border-color: #606060;
}
body.business.template-singola-offerta .attivazione ul::before {
	background-color: #606060;
}
body.business #form-offerta .header h1,
body.business #form-offerta .header .more-button {
	color: #606060;
}
/* body.acel.template-singola-offerta .cta {
	background: #0084c2;
	background: linear-gradient(90deg, #0084c2 0%, #019bd1 100%); 
}*/
body.acel.template-singola-offerta .attivazione {
	color: #0088C7;
}
body.acel.template-singola-offerta .attivazione ul li span {
	border-color: #0088C7;
}
body.acel.template-singola-offerta .attivazione ul::before {
	background-color: #0088C7;
}
body.acel #form-offerta .header h1,
body.acel #form-offerta .header .more-button {
	color: #0088C7;
}
body.aevv.template-singola-offerta .cta {
	background: #c22c2b;
	background: linear-gradient(90deg, #c22c2b 0%, #e1362f 100%);
}
body.aevv.template-singola-offerta .attivazione {
	color: #E32E2C;
}
body.aevv.template-singola-offerta .attivazione ul li span {
	border-color: #E32E2C;
}
body.aevv.template-singola-offerta .attivazione ul::before {
	background-color: #E32E2C;
}
body.aevv #form-offerta .header h1,
body.aevv #form-offerta .header .more-button {
	color: #E32E2C;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-singola-offerta .hero-image .intro {
		margin-bottom: 40px;
	}
	.template-singola-offerta .hero-image .intro h1 {
		font-size: 50px;
	}
	.template-singola-offerta .hero-image .intro ul li {
		font-size: 18px;
	}
	.template-singola-offerta .hero-image .intro ul li:before {
		font-size: 35px;
		left: 14px;
	}
	.template-singola-offerta .banner {
		padding: 60px 0;
	}
	.template-singola-offerta .banner p {
		font-size: 26px;
		line-height: 1.1;
		margin: 0 0 40px 0;
	}
	.template-singola-offerta .addons {
		padding: 38px 0px;
	}
	.template-singola-offerta .addons p {
		margin: 0 0 30px 0;
	}
	.template-singola-offerta .cta span,
	.template-singola-offerta .cta .btn {
		font-size: 25px;
	}
	.template-singola-offerta .cta span {
		margin-right: 24px;
	}
	.template-singola-offerta .cta .btn {
		padding: 0 30px;
	}
	.template-singola-offerta .tostick.sticky {
		top: 55px;
	}
	.template-singola-offerta .attivazione {
		padding: 25px 0;
	}
	.template-singola-offerta .attivazione ul:before {
		top: 23px;
	}
	.template-singola-offerta .attivazione ul li span {
		width: 48px;
		height: 48px;
		line-height: 41px;
		font-size: 22px;
	}
	.template-singola-offerta .attivazione ul li p strong {
		font-size: 20px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.template-singola-offerta .hero-image .bg.mobile {
		display: block;
	}
	.template-singola-offerta .hero-image .bg.desktop {
		display: none;
	}
	.template-singola-offerta .cta span {
		display: block;
		margin: 0 0 10px 0;
		line-height: 1;
	}
	.template-singola-offerta .attivazione h1 {
		margin: 0 0 10px 0;
	}
	.template-singola-offerta .attivazione ul:before {
		content: "";
		height: 100%;
		width: 3px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #E36F18;
		left: 34px;
		height: 87%;
	}
	.template-singola-offerta .attivazione ul li {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	.template-singola-offerta .attivazione ul li:before,
	.template-singola-offerta .attivazione ul li:after {
		content: " ";
		display: table;
	}
	.template-singola-offerta .attivazione ul li:after {
		clear: both;
	}
	.template-singola-offerta .attivazione ul li:before,
	.template-singola-offerta .attivazione ul li:after {
		content: " ";
		display: table;
	}
	.template-singola-offerta .attivazione ul li:after {
		clear: both;
	}
	.template-singola-offerta .attivazione ul li:first-child {
		margin: 0;
	}
	.template-singola-offerta .attivazione ul li span {
		float: left;
	}
	.template-singola-offerta .attivazione ul li p {
		float: right;
		width: 80%;
	}
}
.template-servizi .hero {
	margin-bottom: 40px;
}
.template-servizi .hero h1 {
	margin: 0 0 4px 0;
}
.template-servizi .hero p {
	line-height: 1.2;
}
.template-servizi .step {
	display: none;
}
.template-servizi .step.visibility {
	display: block;
}
.template-servizi .select {
	margin-bottom: 99px;
}
.template-servizi .select h1 {
	letter-spacing: 0;
}
.template-servizi .select .label {
	font-weight: bold;
	font-size: 27px;
}
.template-servizi .select .range .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
.template-servizi .select .rangeslider {
	top: 6px;
}
.template-servizi .select .rangeslider .rangeslider__handle {
	width: 34px;
	height: 34px;
}
.template-servizi .select .rangeslider .rangeslider__fill,
.template-servizi .select .rangeslider .rangeslider__fill__bg {
	height: 21px;
	border-radius: 21px;
	background: #ebebeb;
}
.template-servizi .select .rangeslider .rangeslider__fill {
	display: none;
}
.template-servizi .select .rangeslider .rangeslider__fill__bg {
	top: 3px;
	width: auto;
	position: relative;
}
.template-servizi .wrapper-servizio {
	margin-top: 50px;
}
.template-servizi .wrapper-servizio h1 {
	color: #E36F18;
	margin: 0 0 64px 0;
	text-align: center;
}
.template-servizi .wrapper-servizio:first-child {
	margin: 0;
}
.template-servizi .wrapper-servizio article.row {
	margin-top: 4px;
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
}
.template-servizi .wrapper-servizio article.row h2 {
	color: #E36F18;
	margin: 0;
	line-height: 1;
	display: inline-block;
}
.template-servizi .wrapper-servizio article.row span {
	margin-left: 6px;
	display: inline-block;
	padding: 2px 14px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}
.template-servizi .wrapper-servizio article.row span.luce {
	background-color: #dcdb18;
}
.template-servizi .wrapper-servizio article.row span.gas {
	background-color: #189bd7;
}
.template-servizi .wrapper-servizio article.row p {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	line-height: 1;
}
.template-servizi .wrapper-servizio article.row:first-child {
	margin-top: 0;
	border: none;
	padding-top: 0;
}
.template-servizi .wrapper-servizio article.row.border {
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.template-servizi footer {
	margin-top: 130px;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-servizi .select {
		margin-bottom: 50px;
	}
	.template-servizi .range {
		margin-top: 20px;
	}
	.template-servizi .wrapper-servizio h1 {
		margin: 0 0 30px 0;
	}
	.template-servizi .wrapper-servizio .text-wrapper {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
	}
	.template-servizi .wrapper-servizio .btn {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		margin-top: 10px;
	}
}
body.acel.template-servizi .wrapper-servizio h1,
body.acel.template-servizi .wrapper-servizio article.row h2 {
	color: #0088C7;
}
body.aevv.template-servizi .wrapper-servizio h1,
body.aevv.template-servizi .wrapper-servizio article.row h2 {
	color: #E32E2C;
}
/* only phone */
@media (max-width: 480px) {
	.template-servizi .wrapper-servizio article.row h2 {
		display: block;
		margin: 0 0 3px 0;
	}
	.template-servizi .wrapper-servizio article.row span {
		margin: 0 5px 10px 0;
	}
}
.template-store-locator input[type=submit] {
	width: 188px;
	height: 40px;
	border: none;
	letter-spacing: .02em;
	line-height: 40px;
}
.template-store-locator input[type=submit]:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
.template-store-locator .search {
	padding-top: 20px;
	padding-bottom: 45px;
}
.template-store-locator .search h1 {
	margin-bottom: 30px;
	text-align: center;
}
.template-store-locator .search form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.template-store-locator .search input[type=text] {
	width: 258px;
	height: 50px;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	background-color: #ebebeb;
	border: none;
	color: #000000;
	padding: 0 40px;
	margin-right: 70px;
}
.template-store-locator .map-wrapper {
	height: 680px;
}
.template-store-locator .map-wrapper .acf-map {
	height: 100%;
	width: 100%;
}
.template-store-locator .locations {
	margin-bottom: 40px;
}
.template-store-locator .locations .item {
	padding-left: 30px;
	padding-right: 30px;
}
.template-store-locator .locations article {
	position: relative;
	padding-top: 25px;
	padding-right: 115px;
	margin-top: 27px;
	border-top: 1px solid #ebebeb;
}
.template-store-locator .locations article:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none;
}
.template-store-locator .locations h1 {
	line-height: 1;
	margin-top: 50px;
}
.template-store-locator .locations h1.ener {
	color: #E36F18;
}
.template-store-locator .locations h1.aevv {
	color: #E32E2C;
}
.template-store-locator .locations h1.acel {
	color: #0088C7;
}
.template-store-locator .locations h2 {
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
}
.template-store-locator .locations p {
	margin: 0;
	font-size: 14px;
}
.template-store-locator .locations .more-button span {
	margin-left: 14px;
	font-size: 30px;
	position: relative;
	top: 7px;
}
.template-store-locator .contact-form {
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
	padding-left: 50px;
	padding-right: 50px;
}
.template-store-locator .contact-form h2 {
	display: block;
	/* } */
	/* .template-store-locator .contact-form h2 { */
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px 0;
	position: relative;
	/* color: #606060; */
}
/* .template-store-locator .contact-form h2 a:hover {
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.template-store-locator .contact-form h2 span {
	font-size: 50px;
} */
.template-store-locator .contact-form p {
	margin: 0 0 20px 0;
	font-size: 22px;
}
.template-store-locator .contact-form form {
	margin-top: 40px;
}
.template-store-locator .contact-form form input[type=text],
.template-store-locator .contact-form form .data input,
.template-store-locator .contact-form form select,
.template-store-locator .contact-form form textarea,
.template-store-locator .contact-form form input[type="email"] {
	width: 100%;
	height: 54px;
	border: 1px solid #ebebeb;
	padding: 0 20px;
	color: #000000;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 100;
}
.template-store-locator .contact-form form .data input,
.template-store-locator .contact-form form select {
	color: #636362;
}
.template-store-locator .contact-form form input[type=text]:focus,
.template-store-locator .contact-form form .data input:focus,
.template-store-locator .contact-form form select:focus,
.template-store-locator .contact-form form textarea:focus,
.template-store-locator .contact-form form input[type=email]:focus {
	border: 1px solid #000000;
}
.template-store-locator .contact-form form textarea {
	height: 136px;
	resize: none;
}
.template-store-locator .contact-form form .data {
	position: relative;
}
.template-store-locator .contact-form form .data .icon {
	color: #E36F18;
	position: absolute;
	right: 0;
	font-size: 71px;
	top: -8px;
}
.template-store-locator .contact-form form .custom-upload {
	margin-bottom: 14px;
}
.template-store-locator .contact-form form .custom-upload label {
	font-size: 22px;
	font-weight: 100;
}
.template-store-locator .contact-form form .checkbox-container {
	margin-bottom: 15px;
}
.template-store-locator .contact-form form .wrapper {
	position: relative;
}
.template-store-locator .contact-form form .wrapper label.error {
	color: red;
	font-size: 11px;
	font-weight: 100;
	position: absolute;
	left: 0;
	bottom: 14px;
}
.template-store-locator .contact-form form .wrapper input.error {
	margin-bottom: 34px;
}
.template-store-locator footer {
	margin-top: 70px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-store-locator .map-wrapper {
		height: 480px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-store-locator .search input[type="text"] {
		margin-right: 30px;
		width: 200px;
		padding: 0 20px;
	}
	.template-store-locator .map-wrapper {
		height: 350px;
	}
	.template-store-locator .locations article {
		padding-right: 0;
	}
	.template-store-locator .locations .more-button {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
	}
	.template-store-locator .contact-form {
		padding-left: 15px;
		padding-right: 15px;
	}
	.template-store-locator .contact-form p {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.template-store-locator .contact-form h2 {
		font-size: 25px;
	}
	.template-store-locator .contact-form h2 span {
		font-size: 40px;
	}
	.template-store-locator footer {
		margin-top: 50px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.template-store-locator .locations .item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.template-store-locator .contact-form .more-button {
		right: -7px;
		top: 20px;
	}
}
.template-offerte.placet .hero {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
	margin-bottom: 30px;
}
.template-offerte.placet .box-servizi h2 {
	color: #606060;
	font-size: 18px;
	margin: 0;
}
.template-offerte.placet .box-servizi h3 {
	font-size: 16px;
	margin: 20px 0 0 0;
	text-align: left;
}
.template-offerte.placet .title-wrapper {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}
.template-offerte.placet .wrapper-btn:before,
.template-offerte.placet .wrapper-btn:after {
	content: " ";
	display: table;
}
.template-offerte.placet .wrapper-btn:after {
	clear: both;
}
.template-offerte.placet .wrapper-btn:before,
.template-offerte.placet .wrapper-btn:after {
	content: " ";
	display: table;
}
.template-offerte.placet .wrapper-btn:after {
	clear: both;
}
.template-offerte.placet .wrapper-btn p {
	margin: 12px 0 0 0;
}
.template-offerte.placet .wrapper-btn .btn {
	width: 100%;
	height: 28px;
	text-align: center;
	line-height: 30px;
	margin-top: 0 !important;
	padding: 0;
	max-width: 138px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-offerte .offerte article .box-servizi .btn {
		margin-top: 5px !important;
	}
}
.template-offerte.business .offerte-slider .swiper-button-next,
.template-offerte.business .offerte-slider .template-offerte .offerte-slider .swiper-button-prev {
	color: #606060;
}
.template-offerte.business .offerte-slider .swiper-slide .wrapper:hover {
	background: #606060;
	background: linear-gradient(90deg, #606060 0%, #a8a8a8 100%);
}
.template-offerte.business .offerte h1,
.template-offerte.business .offerte article h3 {
	color: #606060;
}
.template-offerte.business .cta {
	color: #E36F18;
}
.template-offerte.business .cta .btn {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}
.template-offerte.business .image-text-content .content {
	background-color: #FFFFFF;
	font-size: 20px;
	padding-bottom: 22px;
	height: 100%;
	border: 2px solid #B3B3B3;
	border-left: none;
}
.template-offerte.business .image-text-content p {
	margin: 0;
	padding: 67px 42px;
	line-height: 1.22;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-offerte.business .image-text-content .text,
	.template-offerte.business .image-text-content .image {
		padding-left: 15px;
		padding-right: 15px;
	}
	.template-offerte.business .image-text-content .image img {
		width: 100%;
	}
	.template-offerte.business .image-text-content .content {
		border: 2px solid #B3B3B3;
		border-bottom: none;
	}
	.template-offerte.business .image-text-content .content p {
		padding: 20px 15px;
	}
}
.template-singolo-servizi .hero {
	margin-bottom: 43px;
}
.template-singolo-servizi .content {
	/*				small{
										text-align: center; font-size: 22px; font-weight: 100; margin: 10px 0 0 0; display: block;
										a{ 
												color: @grey;
												&:hover{text-decoration: none; .opaque}
										}
				
								}*/
}
.template-singolo-servizi .content article {
	padding: 0 70px 70px 70px;
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 7px;
}
.template-singolo-servizi .content article:before,
.template-singolo-servizi .content article:after {
	content: " ";
	display: table;
}
.template-singolo-servizi .content article:after {
	clear: both;
}
.template-singolo-servizi .content article:before,
.template-singolo-servizi .content article:after {
	content: " ";
	display: table;
}
.template-singolo-servizi .content article:after {
	clear: both;
}
.template-singolo-servizi .content article h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 18px 0;
	line-height: 1;
}
.template-singolo-servizi .content article h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1;
	margin-top: 20px;
}
.template-singolo-servizi .content article p {
	margin: 0;
	font-size: 22px;
	font-weight: 100;
	line-height: 1.3;
}
.template-singolo-servizi .content article p.large {
	font-size: 30px;
}
.template-singolo-servizi .content article a {
	color: #606060;
}
.template-singolo-servizi .content article a:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Modern Browsers */
	opacity: 0.8;
}
.template-singolo-servizi .content article a.btn {
	color: #FFFFFF;
}
.template-singolo-servizi .content article .icona {
	padding-right: 100px;
	position: relative;
}
.template-singolo-servizi .content article .icona a .icon {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 40px;
}
.template-singolo-servizi .content article.no-border {
	border-bottom: none;
	padding-bottom: 0 !important;
}
.template-singolo-servizi .content article.no-border-padding {
	border-bottom: none;
}
.template-singolo-servizi .content article span.orange {
	color: #E36F18;
	font-size: 40px;
}
.template-singolo-servizi .content article .privacy {
	font-size: 12px;
	margin-bottom: 41px;
	font-weight: bold;
}
.template-singolo-servizi .content article .note {
	font-size: 17px;
}
.template-singolo-servizi .content article .store {
	text-align: center;
}
.template-singolo-servizi .content article .store h4 {
	font-size: 22px;
	margin: 50px 0	40px 0;
	line-height: 1.2;
}
.template-singolo-servizi .content article .store .button-wrapper a {
	display: inline-block;
}
.template-singolo-servizi .content article .store .button-wrapper a img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 8px 4px;
}
.template-singolo-servizi .content form .info {
	font-weight: bold;
	font-size: 22px;
	text-align: right;
	margin-bottom: 3px;
}
.template-singolo-servizi .content form input[type=text],
.template-singolo-servizi .content form .data input,
.template-singolo-servizi .content form select,
.template-singolo-servizi .content form textarea,
.template-singolo-servizi .content form input[type="email"] {
	width: 100%;
	height: 54px;
	border: 1px solid #ebebeb;
	padding: 0 20px;
	color: #000000;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 100;
}
.template-singolo-servizi .content form select {
	color: #636362;
}
.template-singolo-servizi .content form input[type=text]:focus,
.template-singolo-servizi .content form select:focus,
.template-singolo-servizi .content form textarea:focus,
.template-singolo-servizi .content form input[type=email]:focus {
	border: 1px solid #000000;
}
.template-singolo-servizi .content form textarea {
	height: 315px;
	resize: none;
}
.template-singolo-servizi .content form textarea.small {
	height: 150px;
}
.template-singolo-servizi .content form .custom-upload {
	line-height: 55px;
	position: relative;
	margin-bottom: 30px;
}
.template-singolo-servizi .content form .custom-upload label {
	font-size: 22px;
	font-weight: 100;
	width: 148px;
	height: 55px;
	line-height: 55px;
}
.template-singolo-servizi .content form .custom-upload label span {
	display: block;
	padding-left: 10px;
	width: 139px;
}
.template-singolo-servizi .content form .custom-upload .button {
	position: absolute;
	right: 0;
	top: 0;
}
.template-singolo-servizi .content form .custom-upload h4 {
	font-size: 22px;
	font-weight: 100;
	margin: 0;
	width: 66%;
}
.template-singolo-servizi .content form .custom-upload label.error {
	width: auto;
	height: auto;
	bottom: 0 !important;
	left: 0 !important;
	line-height: 1;
}
.template-singolo-servizi .content form select + label.error {
	bottom: -17px !important;
	left: 25px !important;
}
.template-singolo-servizi .content form .checkbox-container {
	margin-bottom: 37px;
	font-size: 12px;
	letter-spacing: .02em;
}
.template-singolo-servizi .content form .checkbox-container label.error {
	bottom: -17px !important;
	left: 34px !important;
}
.template-singolo-servizi .content form .wrapper {
	position: relative;
}
.template-singolo-servizi .content form .wrapper label.error {
	color: red;
	font-size: 12px;
	font-weight: 100;
	position: absolute;
	left: 15px;
	bottom: 14px;
	margin: 0;
}
.template-singolo-servizi .content form .wrapper input.error {
	margin-bottom: 34px;
}
.template-singolo-servizi .content form input[type="submit"] {
	font-size: 27px;
	height: 75px;
	line-height: 75px;
}
.template-singolo-servizi footer {
	margin-top: 70px;
}
.template-singolo-servizi.disambiguazione .content article {
	border: none;
	padding: 0;
}
.template-singolo-servizi.disambiguazione .item {
	margin: 20px 0;
}
.template-singolo-servizi.disambiguazione .offerta ul:before,
.template-singolo-servizi.disambiguazione .offerta ul:after {
	content: " ";
	display: table;
}
.template-singolo-servizi.disambiguazione .offerta ul:after {
	clear: both;
}
.template-singolo-servizi.disambiguazione .offerta ul:before,
.template-singolo-servizi.disambiguazione .offerta ul:after {
	content: " ";
	display: table;
}
.template-singolo-servizi.disambiguazione .offerta ul:after {
	clear: both;
}
.template-singolo-servizi.disambiguazione .offerta ul li {
	width: 33%;
	float: left;
	text-align: center;
}
.template-singolo-servizi.disambiguazione .offerta ul li img {
	margin: 0 auto;
	margin-bottom: 10px;
}
.template-singolo-servizi.disambiguazione .offerta ul li:first-child {
	margin: 0;
}
.template-singolo-servizi.disambiguazione .offerta ul li span {
	font-size: 22px;
}
.template-singolo-servizi.disambiguazione .btn-wrapper {
	text-align: center;
	margin-top: 90px;
}
.template-singolo-servizi.disambiguazione .btn-wrapper .btn {
	width: 325px;
	margin-left: 80px;
	display: inline-block;
}
.template-singolo-servizi.disambiguazione .btn-wrapper .btn:first-child {
	margin: 0;
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-singolo-servizi .content article {
		padding: 0 30px 30px 30px;
	}
	.template-singolo-servizi.autolettura article img {
		margin-top: 30px;
	}
	.template-singolo-servizi.disambiguazione .btn-wrapper .btn {
		width: 302px;
		margin-left: 60px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-singolo-servizi .content article {
		padding: 0 15px 15px 15px;
	}
	.template-singolo-servizi .content article .icona {
		padding-right: 50px;
	}
	.template-singolo-servizi .content article .store h4 {
		font-size: 20px;
		margin: 30px 0 14px 0;
	}
	.template-singolo-servizi .content article .store .button-wrapper a img {
		margin: 0 4px;
	}
	.template-singolo-servizi.disambiguazione .offerta ul li span {
		font-size: 18px;
	}
	.template-singolo-servizi.disambiguazione .btn-wrapper .btn {
		width: auto;
		margin-left: 10px;
	}
	.template-singolo-servizi.disambiguazione .offerta ul li {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px !important;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-singolo-servizi .content article h2 {
		font-size: 28px;
	}
}
/* only phone */
@media (max-width: 480px) {
	.template-singolo-servizi .content form .custom-upload {
		line-height: 1;
	}
	.template-singolo-servizi .content form .custom-upload h4 {
		margin: 0 0 5px 0;
	}
	.template-singolo-servizi .content form .custom-upload label {
		height: 44px;
		line-height: 44px;
	}
	.template-singolo-servizi .content form .custom-upload .button {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 30px;
	}
	.template-singolo-servizi .content form .custom-upload label.error {
		bottom: -14px !important;
	}
	.template-singolo-servizi.disambiguazione .btn-wrapper {
		margin-top: 0;
	}
	.template-singolo-servizi.disambiguazione .btn-wrapper .btn {
		margin-top: 10px !important;
		display: block;
		margin-left: 0 !important;
	}
}
.template-chi-siamo .hero-image .intro {
	font-size: 50px;
	font-weight: 100;
	color: #FFFFFF;
	padding: 214px 0 77px 0;
	line-height: 1.3;
}
.template-chi-siamo .entry {
	padding-top: 40px;
	padding-bottom: 40px;
}
.template-chi-siamo .entry p {
	font-size: 22px;
	line-height: 1.3;
	margin: 0;
	font-weight: 100;
}
.template-chi-siamo .content.bg {
	background: #e65a24;
	background: linear-gradient(90deg, #e65a24 0%, #e37218 100%);
}
.template-chi-siamo .content.bg p {
	color: #FFFFFF;
}
.template-chi-siamo footer {
	margin-top: 70px;
}
/* < than @screen-tablet burger menu breakpoint */
/* only phone */
@media (max-width: 480px) {
	.template-chi-siamo .hero-image .intro {
		padding: 40px 0;
		font-size: 35px;
	}
	.template-chi-siamo .hero-image .intro br {
		display: none;
	}
}
.template-news .hero {
	margin-bottom: 80px;
}
.template-news .wrapper-news {
	border: 1px solid #B3B3B3;
	margin-bottom: 30px;
	position: relative;
}
.template-news .wrapper-news:before,
.template-news .wrapper-news:after {
	content: " ";
	display: table;
}
.template-news .wrapper-news:after {
	clear: both;
}
.template-news .wrapper-news:before,
.template-news .wrapper-news:after {
	content: " ";
	display: table;
}
.template-news .wrapper-news:after {
	clear: both;
}
.template-news .wrapper-news h2 {
	font-size: 25px;
	line-height: 1;
	color: #E36F18;
	margin-bottom: 40px;
}
.template-news .wrapper-news p {
	font-size: 15px;
	margin: 0;
}
.template-news .wrapper-news .cta {
	text-align: right;
}
.template-news .wrapper-news.featured {
	min-height: 270px;
	padding: 45px 16px 0 16px;
}
.template-news .wrapper-news.featured.image {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	justify-content: center;
	padding: 0;
}
.template-news .wrapper-news.featured.image h2,
.template-news .wrapper-news.featured.image p {
	color: #FFFFFF;
}
.template-news .wrapper-news.featured.image h2 {
	margin-bottom: 10px;
}
.template-news .wrapper-news.featured.image .content {
	position: absolute;
	left: 30px;
	bottom: 36px;
}
.template-news .wrapper-news.featured.image .cta {
	position: absolute;
	right: 30px;
	bottom: 36px;
}
.template-news .wrapper-news.post {
	padding: 11px 42px 17px 29px;
}
.template-news .wrapper-news.post p {
	margin-bottom: 20px;
}
.template-news .wrapper-news.post h2 {
	font-size: 23px;
}
/* body.acel.template-news .wrapper-news h2 {
	color: #0088C7 !important;
}
body.aevv.template-news .wrapper-news h2 {
	color: #E32E2C !important;
} */
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-news .wrapper-news p {
		font-size: 17px !important;
		line-height: 1.2;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-news .wrapper-news.featured {
		background-image: none !important;
		min-height: auto;
		padding: 9px 19px 17px 19px !important;
	}
	.template-news .wrapper-news.featured h2 {
		color: #E36F18 !important;
	}
	.template-news .wrapper-news.featured p {
		color: #606060 !important;
		margin-bottom: 30px;
	}
	.template-news .wrapper-news.featured .content,
	.template-news .wrapper-news.featured .cta {
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
		padding: 0;
	}
}
.template-single .image-wrapper {
	position: relative;
}
.template-single .image-wrapper .caption {
	color: #FFFFFF;
	font-size: 24px;
	left: 55px;
	letter-spacing: .04em;
	line-height: 1.3;
	padding: 2em;
	right: 55px;
}
.template-single .entry {
	margin: 50px 0;
	font-size: 22px;
	line-height: 1.23;
	letter-spacing: .01em;
}
.template-single .entry ul {
	margin: 27px 0;
	padding-left: 40px;
}
.template-single .entry ul li {
	color: #E36F18;
	margin-top: 33px;
	list-style: disc;
	position: relative;
}
.template-single .entry ul li:first-child {
	margin: 0;
}
.template-single .entry ul.check {
	padding-left: 0;
}
.template-single .entry ul.check li {
	list-style: none;
	padding-left: 40px;
}
.template-single .entry ul.check li:before {
	content: "\e90a";
	font-family: 'icomoon';
	position: absolute;
	left: -7px;
	top: -9px;
	font-size: 40px;
}
body.acel.template-single .entry ul li {
	color: #0088C7;
}
body.aevv.template-single .entry ul li {
	color: #E32E2C;
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
	.template-single .image-wrapper .caption {
		font-size: 20px;
	}
}
/* < @screen-md-min */
@media (max-width: 992px) {
	.template-single .image-wrapper .caption {
		line-height: 1.1;
		left: 35px;
		font-size: 18px;
	}
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
	.template-single .image-wrapper .caption {
		font-size: 16px;
		line-height: 1.1;
		left: 25px;
		top: auto;
		transform: translate(0, 0);
		bottom: 15px;
	}
}
/*RESPONSIVE QUERY*/
/* @end */
/* @group MEDIA QUERY */
/*
== Media queries breakpoints
## Define the breakpoints at which your layout will change, adapting to different screen sizes.

Extra small screen / phone
@screen-xs-min:							480px;

Small screen / tablet
@screen-sm-min:							 768px;

Medium screen / desktop
@screen-md-min:							992px

Large screen / wide desktop
@screen-lg-min:							1200px;

So media queries don't overlap when required, provide a maximum
@screen-xs-max:							(@screen-sm-min - 1);
@screen-sm-max:							(@screen-md-min - 1);
@screen-md-max:							(@screen-lg-min - 1);
*/
/* < @screen-xl-min */
/* < @screen-lg-min */
/* < @screen-lg-min */
@media (max-width: 1340px) {
}
/* < @screen-md-min */
/* > than @screen-tablet */
@media (min-width: 768px) {
}
/*	> than @screen-tablet and < @screen-sm-max */
@media (min-width: 768px) and (max-width: 991px) {
}
/* @screen-tablet */
/* < than @screen-tablet burger menu breakpoint */
/* only phone */
/*# sourceMappingURL=dist/luce-gas-e-servizi/_assets/css/main.css.map */


/*modifiche 2023*/
@media (max-width: 767.98px) {
	.hero .container {
		width: 100%;		
	}
}
a{
	cursor:pointer;
}