
@charset "UTF-8";

.lepopup-html-noscroll {
	overflow: hidden !important;
}

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

.lepopup-form .fas, .lepopup-form .far {
	font-family: "Font Awesome 5 Free" !important;
}

.lepopup-form .fas {
	font-weight: 900 !important;
}

.lepopup-form .far {
	font-weight: 400 !important;
}

.lepopup-form .fab {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400 !important;
}

.lepopup-popup-container {
	display: none;
}

.lepopup-popup-container .lepopup-form {
	position: fixed !important;
	z-index: 1000001;
	text-align: left;
}

.lepopup-popup-container .lepopup-form-position-top-left {
	top: 16px !important;
	left: 16px !important;
	transform: translate(0, 0);
}

.lepopup-popup-container .lepopup-form-position-top-center {
	top: 16px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-container .lepopup-form-position-top-right {
	top: 16px !important;
	right: 16px !important;
	transform: translate(0, 0);
}

.lepopup-popup-container .lepopup-form-position-middle-left {
	left: 16px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-container .lepopup-form-position-middle-center {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
}

.lepopup-popup-container .lepopup-form-position-middle-right {
	right: 16px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-container .lepopup-form-position-bottom-left {
	bottom: 16px !important;
	left: 16px !important;
	transform: translate(0, 0);
}

.lepopup-popup-container .lepopup-form-position-bottom-center {
	bottom: 16px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-container .lepopup-form-position-bottom-right {
	bottom: 16px !important;
	right: 16px !important;
	transform: translate(0, 0);
}

.lepopup-form-page-closed .lepopup-element {
	animation-duration: 500ms !important;
	animation-delay: 0ms !important;
}

.lepopup-form-inner {
	position: relative;
}

.lepopup-inline {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	margin: 0 auto;
}

.lepopup-inline>.lepopup-form {
	margin: 0 auto;
}

.lepopup-element {
	clear: both;
	line-height: 1.4;
	position: absolute !important;
}

.lepopup-element:before {
	content: " ";
	display: block;
}

.lepopup-element:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}

.lepopup-row.lepopup-element {
	padding: 0 !important;
}

.lepopup-row.lepopup-element::after {
	display: table;
	content: " ";
	clear: both;
}

.lepopup-col {
	float: left;
	min-height: 1px;
}

.lepopup-collapsed .lepopup-col {
	width: 100% !important;
}

.lepopup-collapsed .lepopup-cr-container {
	width: 100% !important;
}

.lepopup-collapsed .lepopup-button {
	display: block !important;
}

.lepopup-collapsed .lepopup-element-label-left .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-left .lepopup-column-input {
	width: 100%;
}

.lepopup-collapsed .lepopup-element-label-right .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-right .lepopup-column-input {
	width: 100%;
}

.lepopup-col .lepopup-element:first-of-type {
	margin-top: 0;
}

.lepopup-col .lepopup-element:last-of-type {
	margin-bottom: 0;
}

.lepopup-col-1 {
	width: 8.33333333%;
}

.lepopup-col-2 {
	width: 16.66666666%;
}

.lepopup-col-3 {
	width: 25%;
}

.lepopup-col-4 {
	width: 33.33333333%;
}

.lepopup-col-5 {
	width: 41.66666666%;
}

.lepopup-col-6 {
	width: 50%;
}

.lepopup-col-7 {
	width: 58.33333333%;
}

.lepopup-col-8 {
	width: 66.66666666%;
}

.lepopup-col-9 {
	width: 75%;
}

.lepopup-col-10 {
	width: 83.33333333%;
}

.lepopup-col-11 {
	width: 91.66666666%;
}

.lepopup-col-12 {
	width: 100%;
}

.lepopup-inherited {
	display: block !important;
	height: 100% !important;
	white-space: nowrap;
	box-sizing: border-box !important;
	padding: 0 !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.lepopup-inherited::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	padding-top: 3px;
}

.lepopup-inherited-red, .lepopup-inherited-red:visited {
	border: 1px solid #b20000;
	background-color: #ff3019;
	background-image: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
}

.lepopup-inherited-green, .lepopup-inherited-green:visited {
	border: 1px solid #307818;
	background-color: #48b424;
	background-image: linear-gradient(to bottom, rgba(72, 180, 36, 1) 0%, rgba(48, 120, 24, 1) 100%);
}

.lepopup-inherited-blue, .lepopup-inherited-blue:visited {
	border: 1px solid #306090;
	background-color: #2850c8;
	background-image: linear-gradient(to bottom, rgba(40, 80, 200, 1) 0%, rgba(30, 47, 144, 1) 100%);
}

.lepopup-inherited-yellow, .lepopup-inherited-yellow:visited {
	border: 1px solid #e5a904;
	background-color: #ffd25a;
	background-image: linear-gradient(to bottom, rgba(255, 210, 90, 1) 0%, rgba(255, 190, 0, 1) 100%);
}

.lepopup-inherited-orange, .lepopup-inherited-orange:visited {
	border: 1px solid #e56e0d;
	background-color: #ffaa4e;
	background-image: linear-gradient(to bottom, rgba(255, 170, 78, 1) 0%, rgba(255, 120, 10, 1) 100%);
}

.lepopup-inherited-pink, .lepopup-inherited-pink:visited {
	border: 1px solid #cc026a;
	background-color: #ff5aaa;
	background-image: linear-gradient(to bottom, rgba(255, 90, 170, 1) 0%, rgba(240, 0, 120, 1) 100%);
}

.lepopup-inherited-black, .lepopup-inherited-black:visited {
	border: 1px solid #000;
	background-color: #484848;
	background-image: linear-gradient(to bottom, rgba(72, 72, 72, 1) 0%, rgba(10, 10, 10, 1) 100%);
}

.lepopup-inherited-red:hover, .lepopup-inherited-red:focus, .lepopup-inherited-red:active, .lepopup-inherited-green:hover, .lepopup-inherited-green:focus, .lepopup-inherited-green:active, .lepopup-inherited-blue:hover, .lepopup-inherited-blue:focus, .lepopup-inherited-blue:active, .lepopup-inherited-yellow:hover, .lepopup-inherited-yellow:focus, .lepopup-inherited-yellow:active, .lepopup-inherited-pink:hover, .lepopup-inherited-pink:focus, .lepopup-inherited-pink:active, .lepopup-inherited-black:hover, .lepopup-inherited-black:focus, .lepopup-inherited-black:active, .lepopup-inherited-orange:hover, .lepopup-inherited-orange:focus, .lepopup-inherited-orange:active {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .01) 100%);
}

.lepopup-element * {
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	box-sizing: border-box;
}

.lepopup-element form {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.lepopup-element .lepopup-input:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
}

.lepopup-element-error:before, .lepopup-uploader-error:before {
	content: " ";
	background: inherit;
	position: absolute;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 799;
	margin-top: -3px;
	margin-left: 5px;
}

.lepopup-element-error, .lepopup-uploader-error {
	background: red;
	position: absolute;
	line-height: 1.4;
	z-index: 800;
	border-radius: 4px;
	margin-top: 5px;
	display: none;
	padding: 0;
	left: 0;
	margin-bottom: -5px;
	box-shadow: 1px 1px 10px -4px #000;
}

.lepopup-element-error span, .lepopup-uploader-error span {
	padding: .3em .7em;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	display: inline-block;
}

.lepopup-element label.lepopup-label {
	line-height: 1em;
	margin: 0 0 .4em 0;
	font-size: 16px;
	display: block;
}

.lepopup-form .lepopup-element-label-left .lepopup-column-label {
	padding-right: .5em;
}

.lepopup-form .lepopup-element-label-left .lepopup-column-label, .lepopup-form .lepopup-element-label-left .lepopup-column-input {
	float: left;
}

.lepopup-form .lepopup-element-label-right .lepopup-column-label {
	padding-left: .5em;
}

.lepopup-form .lepopup-element-label-right .lepopup-column-label, .lepopup-form .lepopup-element-label-right .lepopup-column-input {
	float: right;
}

.lepopup-form .lepopup-element-label-none .lepopup-column-label {
	display: none !important;
}

.lepopup-element label.lepopup-description {
	line-height: 1em;
	margin: .4em 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #888;
	display: block;
}

.lepopup-form-description-none .lepopup-element label.lepopup-description {
	display: none;
}

.lepopup-form .lepopup-element-description-none label.lepopup-description {
	display: none !important;
}

.lepopup-form .lepopup-element-description-bottom label.lepopup-description {
	display: block !important;
}

.lepopup-form .lepopup-element-label-none label.lepopup-description, .lepopup-form .lepopup-element-label-top label.lepopup-description {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.lepopup-element div.lepopup-input {
	position: relative;
}

.lepopup-input div.airdatepicker {
	z-index: 1000;
}

.lepopup-element div.lepopup-input {
	height: inherit;
	line-height: auto;
}

.lepopup-element div.lepopup-input ::placeholder {
	font-size: inherit;
}

.lepopup-element div.lepopup-input input[type="text"], .lepopup-element div.lepopup-input input[type="email"], .lepopup-element div.lepopup-input input[type="password"], .lepopup-element div.lepopup-input select, .lepopup-element div.lepopup-input textarea {
	border-spacing: 0;
	vertical-align: top;
	outline: none;
	box-sizing: border-box;
	box-shadow: none;
	padding: 0 1em !important;
	margin: 0;
	min-width: 0px;
	max-width: 100%;
	min-height: 20px;
	width: 100%;
	height: 100%;
	line-height: inherit;
	transition-property: border, background, color, box-shadow;
	-webkit-transition-property: border, background, color, box-shadow;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.lepopup-element div.lepopup-input textarea {
	padding-top: .5em !important;
	padding-bottom: .5em;
}

.lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"], .lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"], .lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"], .lepopup-element div.lepopup-input.lepopup-icon-left textarea {
	padding-left: 48px !important;
}

.lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"], .lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"], .lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"], .lepopup-element div.lepopup-input.lepopup-icon-right textarea {
	padding-right: 48px !important;
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left textarea {
	padding-left: 1em !important;
	margin-left: 40px;
	width: calc(100% - 40px);
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right textarea {
	padding-right: 1em !important;
	margin-right: 40px;
	width: calc(100% - 40px);
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="text"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="email"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="password"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right textarea {
	width: calc(100% - 80px);
}

.lepopup-element div.lepopup-input>i {
	position: absolute;
	line-height: inherit;
	width: 40px;
	text-align: center;
	font-size: 16px;
	z-index: 102;
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input>i {
	width: 40px;
}

/*.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left>i,
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right>i {
	font-size: 1.3em;
}*/
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left+label.lepopup-description {
	padding-left: 40px;
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right+label.lepopup-description {
	padding-right: 40px;
}

.lepopup-element div.lepopup-input>i.lepopup-icon-left {
	top: 0;
	left: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.lepopup-element div.lepopup-input>i.lepopup-icon-right {
	top: 0;
	right: 0;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right {
	display: table;
	line-height: initial;
	height: 100%;
}

.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left::before, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right::before {
	display: table-cell;
	vertical-align: middle;
}

.lepopup-element .lepopup-button {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	transition-property: border, background, color, box-shadow, width, height, font-size;
	-webkit-transition-property: border, background, color, box-shadow, width, height, font-size;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	outline: none;
	overflow: hidden;
	display: block !important;
	height: 100% !important;
	white-space: nowrap;
	box-sizing: border-box !important;
	padding: 0 !important;
}

.lepopup-element .lepopup-button::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.lepopup-element .lepopup-button-full {
	display: block;
}

.lepopup-element .lepopup-button.lepopup-button-tiny {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

.lepopup-element .lepopup-button.lepopup-button-small {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.lepopup-element .lepopup-button.lepopup-button-medium {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.lepopup-element .lepopup-button.lepopup-button-large {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}

.lepopup-element .lepopup-button.lepopup-button-huge {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
}

.lepopup-element .lepopup-button i {
	font-size: inherit;
	color: inherit;
	width: 1em;
	margin: 0 .5em 0 0;
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-1px);
	text-align: center;
}

.lepopup-element .lepopup-button span+i {
	margin: 0 0 0 .5em;
	text-align: right;
}

.lepopup-element .lepopup-button span {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	padding: 0;
	margin: 0;
	text-decoration: inherit;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	line-height: inherit;
	vertical-align: middle;
	display: contents;
	display: inline-block;
}

.lepopup-element .lepopup-button.lepopup-button-zoom-in:active {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.lepopup-element .lepopup-button.lepopup-button-zoom-out:active {
	transform: scale(.95);
	-webkit-transform: scale(.95);
}

.lepopup-element .lepopup-button.lepopup-button-shift-down:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

.lepopup-element .lepopup-button-disabled {
	transform: none !important;
	-webkit-transform: none !important;
	opacity: .7 !important;
}

.lepopup-element-html {
	min-height: 20px;
	min-width: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}

.lepopup-element-rectangle {
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}

.lepopup-element-html-content {
	position: relative;
	line-height: inherit;
}

.lepopup-element-html-content iframe {
	width: 100%;
	height: 100%;
	height: -moz-available;
	height: -webkit-fill-available;
	height: fill-available;
}

.lepopup-element-html-scrollable {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .05);
	scrollbar-width: thin;
	-ms-overflow-style: none;
}

.lepopup-element-html-scrollable::-webkit-scrollbar {
	width: 5px;
}

.lepopup-element-html-scrollable::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
}

.lepopup-element-html-scrollable::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
}

.lepopup-element-html strong, .lepopup-element-html b {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html em, .lepopup-element-html i {
	font-style: italic;
	font-size: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html span {
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html h1, .lepopup-element-html h2, .lepopup-element-html h3, .lepopup-element-html h4, .lepopup-element-html h5, .lepopup-element-html h6 {
	font-weight: 700;
	margin: .4em 0;
	padding: 0;
	line-height: 1.475;
	text-shadow: none;
}

.lepopup-element-html h1 {
	font-size: 32px;
}

.lepopup-element-html h2 {
	font-size: 24px;
}

.lepopup-element-html h3 {
	font-size: 20px;
}

.lepopup-element-html h4 {
	font-size: 18px;
}

.lepopup-element-html h5 {
	font-size: 16px;
}

.lepopup-element-html h6 {
	font-size: 14px;
}

.lepopup-element-html p {
	line-height: 1.475;
	padding: 0;
	margin: .4em 0;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lepopup-element-html .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.lepopup-element-html .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.lepopup-element-html img {
	max-width: 100%;
}

.lepopup-element-html hr {
	border: 0;
	border-top: 1px solid #a0a0a0;
	margin: .3em 0;
}

.lepopup-element-html ul {
	list-style: disc inside;
	margin: .3em 0;
	padding: 0;
	line-height: 1.475;
}

.lepopup-element-html ol {
	list-style: decimal inside;
	margin: .3em 0;
	padding: 0;
	line-height: 1.475;
}

.lepopup-element-html ul li, .lepopup-element-html ol li {
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 1.475;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-close span, .lepopup-element-icon span, .lepopup-element-icon a {
	display: block;
	text-align: center;
	cursor: pointer;
	font-family: arial !important;
	line-height: 1 !important;
	transition-property: color;
	transition-duration: .2s;
	text-decoration: none !important;
}

.lepopup-element-close span i, .lepopup-element-icon span i, .lepopup-element-icon a i {
	transition-property: color;
	transition-duration: .2s;
	font-size: inherit;
}

.lepopup-confirmaton-message {
	display: none;
}

.lepopup-ta-left {
	text-align: left !important;
}

.lepopup-ta-center {
	text-align: center !important;
}

.lepopup-ta-right {
	text-align: right !important;
}

/* Tiles - begin */
.lepopup-tile-layout-inline div.lepopup-tile-container {
	width: auto;
	display: inline-block;
	float: left;
}

div.lepopup-tile-container, div.lepopup-tile-box {
	max-width: 100%;
}

.lepopup-tile-layout-2 div.lepopup-tile-container, .lepopup-tile-layout-3 div.lepopup-tile-container, .lepopup-tile-layout-4 div.lepopup-tile-container, .lepopup-tile-layout-6 div.lepopup-tile-container {
	width: auto;
	display: block;
	float: left;
}

.lepopup-tile-layout-2 div.lepopup-tile-container {
	width: 50%;
}

.lepopup-tile-layout-3 div.lepopup-tile-container {
	width: 33.33333333%;
}

.lepopup-tile-layout-4 div.lepopup-tile-container {
	width: 25%;
}

.lepopup-tile-layout-6 div.lepopup-tile-container {
	width: 16.66666666%;
}

.lepopup-tile-layout-inline::after, .lepopup-tile-layout-2::after, .lepopup-tile-layout-3::after, .lepopup-tile-layout-4::after, .lepopup-tile-layout-6::after {
	content: " ";
	display: table;
	clear: both;
}

.lepopup-tile-layout-right div.lepopup-tile-container {
	float: right !important;
	text-align: right;
}

.lepopup-tile-layout-1.lepopup-tile-layout-right div.lepopup-tile-container {
	clear: both;
}

input[type="checkbox"].lepopup-tile, input[type="radio"].lepopup-tile {
	display: none !important;
}

input[type="checkbox"].lepopup-tile+label, input[type="radio"].lepopup-tile+label {
	vertical-align: middle;
	margin: 0;
}

input[type="checkbox"].lepopup-tile+label:before, input[type="checkbox"].lepopup-tile+label:after, input[type="radio"].lepopup-tile+label:before, input[type="radio"].lepopup-tile+label:after {
	content: "";
}

input[type="checkbox"].lepopup-tile+label:before, input[type="radio"].lepopup-tile+label:before {
	display: none !important;
}

input[type="checkbox"].lepopup-tile+label, input[type="radio"].lepopup-tile+label {
	appearance: none;
	border-style: solid;
	border-color: #ccc;
	border-radius: 2px;
	border-width: 1px;
	max-width: 100%;
	text-align: center;
	background: #fff;
	color: #444;
	cursor: pointer;
	display: block;
	vertical-align: top;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	white-space: nowrap;
	overflow: hidden;
}

input[type="checkbox"].lepopup-tile:checked+label, input[type="radio"].lepopup-tile:checked+label {
	border-color: red;
}

.lepopup-tile-tiny+label {
	line-height: 18px;
	height: 20px;
}

.lepopup-tile-tiny+label {
	padding: 0 .6em;
}

.lepopup-tile-small+label {
	line-height: 28px;
	height: 30px;
}

.lepopup-tile-small+label {
	padding: 0 .8em;
}

.lepopup-tile-medium+label {
	line-height: 38px;
	height: 40px;
}

.lepopup-tile-medium+label {
	padding: 0 1em;
}

.lepopup-tile-large+label {
	line-height: 48px;
	height: 50px;
}

.lepopup-tile-large+label {
	padding: 0 1.2em;
}

.lepopup-tile-huge+label {
	line-height: 58px;
	height: 60px;
}

.lepopup-tile-huge+label {
	padding: 0 1.4em;
}

.lepopup-tile-box {
	display: inline-block;
	padding: .3em;
}

.lepopup-tile-full .lepopup-tile-box {
	display: block !important;
}

.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label, .lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: scale(1.05);
}

.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label, .lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: scale(.95);
}

.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label, .lepopup-tile-transform-shift-down .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: translateY(2px);
}

/* Tiles - end */

/* Checkboxes and Radio Buttons - begin */
.lepopup-cr-layout-inline div.lepopup-cr-container {
	width: auto;
	display: inline-block;
	float: left;
}

.lepopup-cr-layout-2 div.lepopup-cr-container, .lepopup-cr-layout-3 div.lepopup-cr-container, .lepopup-cr-layout-4 div.lepopup-cr-container, .lepopup-cr-layout-6 div.lepopup-cr-container {
	width: auto;
	display: block;
	float: left;
}

.lepopup-cr-layout-2 div.lepopup-cr-container {
	width: 50%;
}

.lepopup-cr-layout-3 div.lepopup-cr-container {
	width: 33.33333333%;
}

.lepopup-cr-layout-4 div.lepopup-cr-container {
	width: 25%;
}

.lepopup-cr-layout-6 div.lepopup-cr-container {
	width: 16.66666666%;
}

.lepopup-cr-layout-inline::after, .lepopup-cr-layout-2::after, .lepopup-cr-layout-3::after, .lepopup-cr-layout-4::after, .lepopup-cr-layout-6::after {
	content: " ";
	display: table;
	clear: both;
}

.lepopup-cr-layout-inline.lepopup-cr-layout-right div.lepopup-cr-container {
	float: right;
}

.lepopup-cr-layout-inline div.lepopup-cr-container div.lepopup-cr-label {
	width: auto;
}

.lepopup-cr-layout-2.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-3.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-4.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-6.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-inline div.lepopup-cr-container-left div.lepopup-cr-label {
	padding-right: 1.4em;
}

.lepopup-cr-layout-2.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-3.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-4.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-6.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-inline div.lepopup-cr-container-right div.lepopup-cr-label {
	padding-left: 1.4em;
}

div.lepopup-cr-container {
	display: table;
	width: 100%;
	margin: 0 0 5px 0;
}

div.lepopup-cr-container>div {
	vertical-align: top;
}

div.lepopup-cr-container.lepopup-cr-container-small {
	line-height: 16px;
}

div.lepopup-cr-container.lepopup-cr-container-medium {
	line-height: 20px;
}

div.lepopup-cr-container.lepopup-cr-container-large {
	line-height: 24px;
}

div.lepopup-cr-container.lepopup-cr-container-huge {
	line-height: 28px;
}

div.lepopup-cr-container div.lepopup-cr-box {
	display: table-cell;
}

div.lepopup-cr-container div.lepopup-cr-label {
	display: table-cell;
	width: 100%;
}

div.lepopup-cr-container div.lepopup-cr-label label {
	margin: 0;
	padding: 0;
	display: block;
	text-align: inherit;
}

div.lepopup-cr-container-left div.lepopup-cr-label {
	padding-left: .7em;
}

div.lepopup-cr-container-right div.lepopup-cr-label {
	padding-right: .7em;
}

input[type="checkbox"].lepopup-checkbox {
	display: none !important;
}

input[type="checkbox"].lepopup-checkbox+label {
	vertical-align: middle;
	margin: 0;
}

input[type="checkbox"].lepopup-checkbox+label:before, input[type="checkbox"].lepopup-checkbox+label:after {
	content: "";
}

input[type="checkbox"].lepopup-checkbox+label:before {
	display: none !important;
}

input[type="checkbox"].lepopup-checkbox-classic+label, input[type="checkbox"].lepopup-checkbox-fa-check+label, input[type="checkbox"].lepopup-checkbox-square+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	border-radius: 2px;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #444;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

input[type="checkbox"].lepopup-checkbox-classic:checked+label, input[type="checkbox"].lepopup-checkbox-fa-check:checked+label, input[type="checkbox"].lepopup-checkbox-square:checked+label {
	transform: scale(1.1);
}

input[type="checkbox"].lepopup-checkbox-classic:checked+label:after {
	font-family: arial;
	content: "✔";
}

input[type="checkbox"].lepopup-checkbox-fa-check:checked+label:after {
	font-family: lepopup-if;
	content: "";
}

input[type="checkbox"].lepopup-checkbox-square:checked+label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 2px;
	background: #aaa;
	display: inline-block;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

input[type="checkbox"].lepopup-checkbox-none+label {
	appearance: none;
	font-family: arial;
	font-size: 16px;
	color: #aaa;
}

input[type="checkbox"].lepopup-checkbox-none+label:after {
	content: "none";
}

input[type="checkbox"].lepopup-checkbox-tgl+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	background: #fff;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: background .3s;
	box-sizing: border-box;
	border-radius: 100px;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

input[type="checkbox"].lepopup-checkbox-tgl+label:after {
	position: absolute;
	top: 2px;
	left: 2px;
	background: #aaa;
	border: none;
	border-radius: 100px;
	transition: left .3s cubic-bezier(.785, .135, .15, .86);
}

input[type="checkbox"].lepopup-checkbox-tgl:checked+label {
	background: #aaa;
}

input[type="checkbox"].lepopup-checkbox-tgl:checked+label:after {
	background: #fff;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge+label {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge:checked+label:after {
	font-size: 28px;
	line-height: 26px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge:checked+label:after {
	font-size: 25px;
	line-height: 25px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge:checked+label:after {
	width: 16px;
	height: 16px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label {
	width: 48px;
	height: 26px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label:after {
	width: 18px;
	height: 18px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge:checked+label:after {
	left: 24px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large+label {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large:checked+label:after {
	font-size: 24px;
	line-height: 22px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large:checked+label:after {
	font-size: 21px;
	line-height: 21px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large:checked+label:after {
	width: 12px;
	height: 12px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label {
	width: 44px;
	height: 24px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label:after {
	width: 16px;
	height: 16px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large:checked+label:after {
	left: 22px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium+label {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium:checked+label:after {
	font-size: 20px;
	line-height: 19px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium:checked+label:after {
	font-size: 18px;
	line-height: 18px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium:checked+label:after {
	width: 10px;
	height: 10px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label {
	width: 38px;
	height: 20px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label:after {
	width: 14px;
	height: 14px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium:checked+label:after {
	left: 20px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small+label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small:checked+label:after {
	font-size: 16px;
	line-height: 15px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small:checked+label:after {
	font-size: 15px;
	line-height: 14px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small:checked+label:after {
	width: 6px;
	height: 6px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label {
	width: 30px;
	height: 16px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label:after {
	width: 10px;
	height: 10px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small:checked+label:after {
	left: 16px;
}

input[type="radio"].lepopup-radio {
	display: none !important;
}

input[type="radio"].lepopup-radio+label {
	vertical-align: middle;
	margin: 0;
}

input[type="radio"].lepopup-radio+label:before, input[type="radio"].lepopup-radio+label:after {
	content: "";
}

input[type="radio"].lepopup-radio+label:before {
	display: none !important;
}

input[type="radio"].lepopup-radio-classic+label, input[type="radio"].lepopup-radio-fa-check+label, input[type="radio"].lepopup-radio-dot+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #aaa;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	padding: 0;
}

input[type="radio"].lepopup-radio-classic:checked+label, input[type="radio"].lepopup-radio-fa-check:checked+label, input[type="radio"].lepopup-radio-dot:checked+label {
	transform: scale(1.1);
}

input[type="radio"].lepopup-radio-classic:checked+label:after {
	font-family: arial;
	content: "✔";
}

input[type="radio"].lepopup-radio-fa-check:checked+label:after {
	font-family: lepopup-if;
	content: "";
}

input[type="radio"].lepopup-radio-dot:checked+label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	background: #aaa;
	display: inline-block;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-huge+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-huge+label {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-width: 2px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-huge:checked+label:after {
	font-size: 28px;
	line-height: 28px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge:checked+label:after {
	font-size: 25px;
	line-height: 29px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-huge:checked+label:after {
	width: 16px;
	height: 16px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-large+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-large+label {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-width: 2px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-large:checked+label:after {
	font-size: 24px;
	line-height: 24px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large:checked+label:after {
	font-size: 21px;
	line-height: 23px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-large:checked+label:after {
	width: 12px;
	height: 12px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-medium+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-medium+label {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-medium:checked+label:after {
	font-size: 20px;
	line-height: 20px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium:checked+label:after {
	font-size: 18px;
	line-height: 18px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-medium:checked+label:after {
	width: 10px;
	height: 10px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-small+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-small+label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-width: 1px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-small:checked+label:after {
	font-size: 16px;
	line-height: 16px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small:checked+label:after {
	font-size: 15px;
	line-height: 15px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-small:checked+label:after {
	width: 6px;
	height: 6px;
}

.lepopup-cr-box input[type="checkbox"]+label, .lepopup-cr-box input[type="radio"]+label {
	vertical-align: top !important;
}

/* Checkboxes and Radio Buttons - begin */

/* Imageselect select - begin */
.lepopup-imageselect {
	display: none !important;
}

.lepopup-imageselect+label {
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	transition-property: border, transform, box-shadow, filter;
	-webkit-transition-property: border, transform, box-shadow, filter;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
}

.lepopup-imageselect+label span.lepopup-imageselect-image {
	display: block;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.lepopup-imageselect+label span.lepopup-imageselect-label {
	padding: .5em;
	display: block;
}

.lepopup-ta-left .lepopup-imageselect+label {
	margin: 5px 10px 5px 0;
}

.lepopup-ta-center .lepopup-imageselect+label {
	margin: 5px 5px 5px 5px;
}

.lepopup-ta-right .lepopup-imageselect+label {
	margin: 5px 0 5px 10px;
}

.lepopup-imageselect-grayscale .lepopup-imageselect+label {
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.lepopup-imageselect-grayscale .lepopup-imageselect+label:hover, .lepopup-imageselect-grayscale .lepopup-imageselect:checked+label {
	-moz-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.lepopup-imageselect+label:before, .lepopup-imageselect+label:after {
	content: "";
}

.lepopup-imageselect:checked+label {
	display: inline-block;
	width: 100px;
	height: 100px;
}

/* Imageselect select - end */

/* Popup message - begin */
.lepopup-popup-message-overlay {
	position: fixed !important;
	z-index: 999999;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

.lepopup-popup-message {
	position: fixed;
	z-index: 1000000;
	text-align: left;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	min-width: 480px;
	padding: 46px 40px 40px 40px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, .8);
	color: #444;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.lepopup-popup-message-conntent {
	position: relative;
}

.lepopup-popup-message-close {
	position: absolute;
	z-index: 1000001;
	top: 8px;
	right: 8px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	font-family: lepopup-if;
	transition: color .3s;
	-webkit-transition: color .3s;
}

.lepopup-popup-message-close:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

/* Popup message - end */

/* Popup mode - begin */
.lepopup-popup-overlay {
	position: fixed !important;
	z-index: 999999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	animation-duration: 1000ms !important;
	animation-delay: 0ms;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	box-sizing: content-box;
	padding-right: 20px;
}

.lepopup-popup-loader {
	width: 90px;
	height: 90px;
	z-index: 1000000;
	position: fixed;
}

.lepopup-popup-loader-top-left {
	top: 32px !important;
	left: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-loader-top-center {
	top: 32px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-loader-top-right {
	top: 32px !important;
	right: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-loader-middle-left {
	left: 32px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-loader-middle-center {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
}

.lepopup-popup-loader-middle-right {
	right: 32px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-loader-bottom-left {
	bottom: 32px !important;
	left: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-loader-bottom-center {
	bottom: 32px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-loader-bottom-right {
	bottom: 32px !important;
	right: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-fh-container {
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-color: transparent;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.lepopup-popup-fh-container::-webkit-scrollbar {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container::-webkit-scrollbar-track {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container::-webkit-scrollbar-thumb {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container::-moz-scrollbar {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container>.lepopup-form {
	position: absolute !important;
	top: 0 !important;
	bottom: auto !important;
	transform-origin: 50% 50%;
}

.lepopup-popup {
	position: absolute;
	z-index: 1000000;
	text-align: left;
	display: none;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 25px 10px 10px 10px;
	box-sizing: border-box;
}

.lepopup-popup-close {
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	text-shadow: 1px 1px rgba(0, 0, 0, .3);
	transition: color .3s;
	-webkit-transition: color .3s;
}

.lepopup-popup-close:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

/* Popup mode - end */

/* Tripple Spinner - begin */
.lepopup-popup-loader-triple-spinner {
	display: block;
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top: 4px solid #ff5722;
	-webkit-animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
	animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
}

.lepopup-popup-loader-triple-spinner::before, .lepopup-popup-loader-triple-spinner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 4px solid transparent;
}

.lepopup-popup-loader-triple-spinner::before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-top-color: #ff9800;
	-webkit-animation: lepopup-popup-loader-triple-spinner-spin 3s linear infinite;
	animation: lepopup-popup-loader-triple-spinner-spin 3.5s linear infinite;
}

.lepopup-popup-loader-triple-spinner::after {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-top-color: #ffc107;
	-webkit-animation: lepopup-popup-loader-triple-spinner-spin 1.5s linear infinite;
	animation: lepopup-popup-loader-triple-spinner-spin 1.75s linear infinite;
}

@-webkit-keyframes lepopup-popup-loader-triple-spinner-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lepopup-popup-loader-triple-spinner-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Tripple Spinner - end */

/* File uploader - begin */
div.lepopup-uploader {
	position: relative;
}

div.lepopup-uploader-engine, div.lepopup-uploader-engine>form, div.lepopup-uploader-engine>form>input, div.lepopup-uploader-engine>iframe {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

div.lepopup-uploader-file {
	margin: .5em 0;
	line-height: 1.8;
	position: relative;
}

div.lepopup-uploader-file>span {
	font-size: .9em;
	line-height: 1.8;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	display: inline-block;
	opacity: .7;
}

div.lepopup-uploader-file>span>i {
	transition: color .3s;
	-webkit-transition: color .3s;
}

div.lepopup-uploader-file>span:hover>i {
	color: red !important;
}

div.lepopup-uploader-file>div.lepopup-uploader-file-title {
	white-space: nowrap;
	overflow: hidden;
	font-size: .9em;
	margin-right: 40px;
}

div.lepopup-uploader-file>div.lepopup-uploader-progress {
	line-height: .8em;
	height: .8em;
	font-size: .8em;
	opacity: .6;
}

div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-bar {
	height: 4px;
	background: green;
	border-radius: 4px;
}

div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-error {
	line-height: 1em;
	height: 1em;
	font-size: 1em;
	color: red;
}

/* File uploader - end */

/* Star rating - begin */
.lepopup-star-rating, .lepopup-star-rating>label {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	display: inline-block;
}

.lepopup-star-rating>input {
	display: none;
}

.lepopup-star-rating>label:before {
	content: "" !important;
}

.lepopup-star-rating>label:after {
	cursor: pointer;
	margin: 5px .4em 5px 0;
	font-size: 1.25em;
	font-family: lepopup-if;
	display: inline-block;
	content: "";
}

.lepopup-ta-right .lepopup-star-rating>label:after {
	margin: 5px 0 5px .4em;
}

.lepopup-ta-center .lepopup-star-rating>label:after {
	margin: 5px .2em 5px .2em;
}

.lepopup-star-rating-tiny>label:after {
	font-size: 16px;
}

.lepopup-star-rating-small>label:after {
	font-size: 20px;
}

.lepopup-star-rating-medium>label:after {
	font-size: 24px;
}

.lepopup-star-rating-large>label:after {
	font-size: 28px;
}

.lepopup-star-rating-huge>label:after {
	font-size: 32px;
}

.lepopup-star-rating>label {
	color: #ddd;
	float: right;
	transition-property: color, transform;
	-webkit-transition-property: color, transform;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.lepopup-star-rating>input:checked~label, .lepopup-star-rating:not(:checked)>label:hover, .lepopup-star-rating:not(:checked)>label:hover~label {
	color: #ffd700;
	transform: scale(1.2);
}

.lepopup-star-rating>input:checked+label:hover, .lepopup-star-rating>input:checked~label:hover, .lepopup-star-rating>label:hover~input:checked~label, .lepopup-star-rating>input:checked~label:hover~label {
	opacity: .7;
}

/* Star rating - end */

/* Multiselect - start */
.lepopup-multiselect {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
}

.lepopup-multiselect>input[type="checkbox"] {
	display: none !important;
}

.lepopup-multiselect>label {
	display: block !important;
	vertical-align: middle;
	margin: 0;
	padding: .5em .7em;
	color: inherit;
	margin: 0;
	text-align: inherit;
	border-bottom: 1px dashed rgba(0, 0, 0, .03);
	transition: color, background .3s;
	-webkit-transition: color, background .2s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.lepopup-multiselect>label:nth-child(4n) {
	background: rgba(0, 0, 0, .02);
}

.lepopup-multiselect>label:before, .lepopup-multiselect>label:after {
	content: "" !important;
}

.lepopup-multiselect>label:hover {
	background: rgba(0, 0, 0, .1);
}

.lepopup-multiselect>input[type="checkbox"]:checked+label {
	background: rgba(0, 0, 0, .3);
}

.lepopup-multiselect>input[type="checkbox"]:disabled+label {
	opacity: .5;
}

.lepopup-multiselect::-webkit-scrollbar {
	width: 5px;
}

.lepopup-multiselect::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

.lepopup-multiselect::-webkit-scrollbar-thumb {
	/*background-color: #bd4070;*/
	opacity: .8;
}

/* Multiselect - end */
#lepopup-ready {
	width: 1px !important;
}

.lepopup-dl {
	text-align: right;
	font-size: 14px;
	font-family: arial;
}

.lepopup-dl a {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #52af00;
	display: block;
}

.lepopup-dl a:hover {
	text-decoration: underline !important;
}

.lepopup-dl a:active {
	transform: translateY(2px);
}

/* Progress Bar - start */
div.lepopup-progress {
	padding: 10px 0;
	margin: 0 auto;
}

div.lepopup-progress.lepopup-progress-outside {
	display: none;
}

div.lepopup-progress::after {
	content: " ";
	display: table;
	clear: both;
}

div.lepopup-progress-t1>div {
	width: 100%;
	height: 18px;
	line-height: 18px;
	position: relative;
	background-color: #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px auto;
}

div.lepopup-progress-t1>div>div {
	background: #bd4070;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: inherit;
	text-align: right;
	padding-right: .6em;
	box-sizing: border-box;
	font-size: 80%;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.lepopup-progress-t1>div>div:after {
	background-size: 40px 40px;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.lepopup-progress-t1>label {
	display: block;
	font-size: 90%;
	margin-top: 4px;
	line-height: 1.2;
	color: #444;
	text-align: center;
	cursor: default;
}

div.lepopup-progress-t1.lepopup-progress-stripes>div>div:after {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==");
}

ul.lepopup-progress-t2 * {
	margin: 0;
	padding: 0;
	box-shadow: none;
	outline: none;
	cursor: default;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.lepopup-progress-t2 {
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	border-radius: 5px;
	display: block;
	margin: 0px auto;
	list-style: none;
	padding: 0;
}

ul.lepopup-progress-t2>li {
	float: left;
	text-align: center !important;
	margin: -10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.lepopup-progress-t2>li::before, ul.lepopup-progress-t2>li::after {
	display: none !important;
}

ul.lepopup-progress-t2>li>span {
	background-color: #e0e0e0;
	font-size: 90%;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 24px;
	text-align: center;
}

ul.lepopup-progress-t2>li>label {
	display: block;
	font-size: 90%;
	margin-top: 4px;
	color: #e0e0e0;
	text-align: center;
	cursor: default;
	line-height: 1.2;
}

ul.lepopup-progress-t2>li.lepopup-progress-t2-active>span {
	background-color: #bd4070;
}

ul.lepopup-progress-t2>li.lepopup-progress-t2-active>label {
	color: #444;
}

ul.lepopup-progress-t2>li.lepopup-progress-t2-passed>span {
	background-color: #bd4070;
}

.lepopup-progress-t2.lepopup-progress-stripes>li>span {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==");
}

.lepopup-progress-t2.lepopup-progress-stripes>li>span.nitro-lazy {
	background-image: none !important;
}

/* Progress Bar - end */

/* Signature Pad - begin */
.lepopup-signature-box {
	height: 100%;
	border-style: dashed !important;
	position: relative;
}

.lepopup-signature-box canvas {
	width: 1px;
	height: 1px;
	cursor: crosshair;
}

.lepopup-signature-box span {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
	left: 8px;
	bottom: 6px;
	font-size: 18px;
}

/* Signature Pad - end */

/* Ion.RangeSlider - begin */
.lepopup-rangeslider .irs-from, .lepopup-rangeslider .irs-to, .lepopup-rangeslider .irs-single, .lepopup-rangeslider .irs-min, .lepopup-rangeslider .irs-max {
	font-size: 13px !important;
}

.lepopup-rangeslider .irs-grid-text {
	font-size: 12px !important;
}

.lepopup-rangeslider .irs-from:before, .lepopup-rangeslider .irs-to:before, .lepopup-rangeslider .irs-single:before {
	display: none !important;
}

/* Ion.RangeSlider - end */

/* Numeric spinner - begin */
.lepopup-numspinner-minus, .lepopup-numspinner-plus {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lepopup-numspinner-minus:before, .lepopup-numspinner-plus:before {
	font-size: 12px;
}

/* Numeric spinner - end */
.lepopup-xd-forbidden {
	font-size: 16px;
	font-family: arial;
	text-align: center;
	padding: 2em;
	background-color: red;
	color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, .7);
}

.lepopup-global-message {
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
	z-index: 9999999;
	padding: 1em 1.5em;
	border-radius: 3px;
	font-family: arial;
	font-size: 15px;
	line-height: 1.4;
	vertical-align: middle;
	font-weight: 400;
	box-shadow: 2px 2px 10px -6px #000;
}

.lepopup-global-message-info {
	color: #fff;
	background: #5bc0de;
}

.lepopup-global-message-success {
	color: #fff;
	background: #5cb85c;
}

.lepopup-global-message-danger {
	color: #fff;
	background: #d9534f;
}

/* Required symbol - start */
span.lepopup-required-symbol {}

span.lepopup-required-symbol-label-left {
	margin-right: .2em;
}

span.lepopup-required-symbol-label-right {
	margin-left: .2em;
}

span.lepopup-if, i.lepopup-if {
	display: inline-block;
	font: normal normal normal 14px/1 "lepopup-if";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lepopup-if-spin {
	-webkit-animation: lepopup-if-spin 2s infinite linear;
	animation: lepopup-if-spin 2s infinite linear;
}

@-webkit-keyframes lepopup-if-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes lepopup-if-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.lepopup-if-star:before {
	content: "";
}

.lepopup-if-check:before {
	content: "";
}

.lepopup-if-times:before {
	content: "";
}

.lepopup-if-cancel-circled:before {
	content: "";
}

.lepopup-if-cancel-circled2:before {
	content: "";
}

.lepopup-if-help-circled:before {
	content: "";
}

.lepopup-if-minus:before {
	content: "";
}

.lepopup-if-plus:before {
	content: "";
}

.lepopup-if-spinner:before {
	content: "";
}

.lepopup-if-eraser:before {
	content: "";
}

/* Mandatory Icons - end */

/* IE10+ hacks - begin */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.lepopup-column-input {
		display: inline-flex;
	}
}

/* IE10+ hacks - end */

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.lepopup-animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

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

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

@keyframes lepopup-bounce {
	0%, 20%, 53%, 80%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

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

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

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

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

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

@keyframes lepopup-rubberBand {
	0% {
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		transform: scale3d(1.05, .95, 1);
	}
	
	100% {
		transform: scale3d(1, 1, 1);
	}
}

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

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

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

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

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

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

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

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

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

@keyframes lepopup-bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

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

@keyframes lepopup-bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		transform: none;
	}
}

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

@keyframes lepopup-bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		transform: none;
	}
}

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

@keyframes lepopup-bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		transform: none;
	}
}

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

@keyframes lepopup-bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		transform: translate3d(0, 0, 0);
	}
}

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

@keyframes lepopup-bounceOut {
	20% {
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lepopup-zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@keyframes lepopup-zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

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

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

@keyframes lepopup-zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

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

@keyframes lepopup-zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

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

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

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

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

@keyframes lepopup-zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

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

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

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

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

.lepopup-fa-star:before {
	content: "";
}

.lepopup-fa-star-o:before {
	content: "";
}

.lepopup-fa-user:before {
	content: "";
}

.lepopup-fa-check:before {
	content: "";
}

.lepopup-fa-close:before {
	content: "";
}

.lepopup-fa-upload:before {
	content: "";
}

.lepopup-fa-download:before {
	content: "";
}

.lepopup-fa-calendar:before {
	content: "";
}

.lepopup-fa-clock-o:before {
	content: "";
}

.lepopup-fa-chevron-left:before {
	content: "";
}

.lepopup-fa-chevron-right:before {
	content: "";
}

.lepopup-fa-phone:before {
	content: "";
}

.lepopup-fa-envelope:before {
	content: "";
}

.lepopup-fa-pencil:before {
	content: "";
}

.lepopup-fa-lock:before {
	content: "";
}

.lepopup-fa-picture-o:before {
	content: "";
}

.lepopup-fa-envelope-o:before {
	content: "";
}

.lepopup-fa-building-o:before {
	content: "";
}

.lepopup-fa-angle-double-left:before {
	content: "";
}

.lepopup-fa-angle-double-right:before {
	content: "";
}

.lepopup-fa-spinner:before {
	content: "";
}

.lepopup-fa-smile-o:before {
	content: "";
}

.lepopup-fa-frown-o:before {
	content: "";
}

.lepopup-fa-meh-o:before {
	content: "";
}

.lepopup-fa-send:before {
	content: "";
}

.lepopup-fa-send-o:before {
	content: "";
}

.lepopup-fa-user-o:before {
	content: "";
}
