@charset "UTF-8";
@font-face {
  font-family: 'lebox';
  src: url('../fonts/lebox.eot?62521039');
  src: url('../fonts/lebox.eot?62521039#iefix') format('embedded-opentype'),
	   url('../fonts/lebox.woff2?62521039') format('woff2'),
	   url('../fonts/lebox.woff?62521039') format('woff'),
	   url('../fonts/lebox.ttf?62521039') format('truetype'),
	   url('../fonts/lebox.svg?62521039#lebox') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lebox-fa {
  display: inline-block;
  font: normal normal normal 14px/1 lebox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lebox-fa-spin {
  -webkit-animation: lebox-fa-spin 2s infinite linear;
  animation: lebox-fa-spin 2s infinite linear;
}
@-webkit-keyframes lebox-fa-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}
.lebox-fa-plus:before { content: '\2b'; }
.lebox-fa-mail:before { content: '\2709'; }
.lebox-fa-pencil:before { content: '\270e'; }
.lebox-fa-ok:before { content: '\2713'; }
.lebox-fa-cancel:before { content: '\2715'; }
.lebox-fa-eye:before { content: '\e70a'; }
.lebox-fa-left-open:before { content: '\e75d'; }
.lebox-fa-right-open:before { content: '\e75e'; }
.lebox-fa-align-left:before { content: '\e77e'; }
.lebox-fa-align-center:before { content: '\e77f'; }
.lebox-fa-align-right:before { content: '\e780'; }
.lebox-fa-spinner:before { content: '\f110'; }
.lebox-fa-code:before { content: '\f121'; }
.lebox-fa-ellipsis-vert:before { content: '\f142'; }
.lebox-fa-trash:before { content: '\f1f8'; }
.lebox-fa-picture:before { content: '🌄'; }
.lebox-fa-upload:before { content: '📤'; }
.lebox-fa-link:before { content: '🔗'; }
.lebox-ready {
	display: inline-block !important;
	box-sizing: border-box;
	vertical-align: top;
	margin: 2px;
}
a.lebox-ready, a.lebox-ready:visited, a.lebox-ready:active, a.lebox-ready:focus {
	box-shadow: none !important;
	outline: none !important;
	border-width: 0 !important;
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
}
.lebox-form-ready {
	display: block !important;
	box-sizing: border-box;
	text-align: left;
}
.lebox-ready img, .lebox-form-ready .lebox-preview-container img {
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	border-width: 0 !important;
	border: none !important;
	box-sizing: border-box !important;
	background: transparent !important;
	background-color: transparent !important;
	display: inline-block !important;
}
.lebox-error {
	display: none !important;
}
.lebox-nourl {
	cursor: default !important;
}
.lebox-default-placeholder {
	display: inline-block;
	border: none;
	border-width: 0;
	box-sizing: border-box;
	outline: 1px solid rgba(128,128,128, 0.2);
	background: rgba(128,128,128, 0.05);
	color: #606060;
	text-align: center;
	vertical-align: top;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.lebox-form-ready {
/*	border: 1px solid rgba(128,128,128,0.2);
	background: rgba(128,128,128, 0.01);*/
	vertical-align: top;
	box-sizing: border-box;
	margin: 10px -10px 20px -10px;
}
.lebox-form-error {
	margin: 60px auto;
	text-align: center;
	box-sizing: border-box;
}
.lebox-element {
	clear: both;
	height: auto !important;
	padding: 10px;
	position: relative;
}
.lebox-row.lebox-element {
	padding: 0 !important;
}
.lebox-element:before {
	content: " ";
	display: block;
}
.lebox-col {
	width: 50%;
	float: left;
	min-height: 1px;
}
.lebox-collapsed .lebox-col {
	width: 100% !important;
}
.lebox-collapsed .lebox-button {
	display: block !important;
}
.lebox-col .lebox-element:first-of-type {
	margin-top: 0;
}
.lebox-col .lebox-element:last-of-type {
	margin-bottom: 0;
}

.lebox-element div.lebox-input, .lebox-element div.lebox-upload-input {
	position: relative;
}
.lebox-input-right {
	text-align: right;
}
.lebox-input-center {
	text-align: center;
}
.lebox-element .lebox-input input[type="text"],
.lebox-element .lebox-input input[type="email"],
.lebox-element .lebox-input select {
	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: auto;
	width: 100%;
	height: 3em;
	line-height: 3em;
	font-size: 1em;
	border: 1px solid rgba(128,128,128,0.2);
	background: rgba(255,255,255,0.1);
	transition-property: border, background, color, box-shadow;
	-webkit-transition-property: border, background, color, box-shadow;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.lebox-element .lebox-input:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
}
.lebox-row.lebox-element::after {
	display: table;
	content: ' ';
	clear: both;
}
.lebox-description {
	margin-left: 0 !important;
	margin-right: 0 !important;
	line-height: 1em;
	margin: 0.4em 0 0 0;
	padding: 0;
	font-size: 0.96em;
	font-style: italic;
	color: rgba(128,128,128,0.5);
	display: block;
}
input[type="checkbox"].lebox-tile, input[type="radio"].lebox-tile {
	display: none !important;
}
input[type="checkbox"].lebox-tile+label, input[type="radio"].lebox-tile+label {
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
input[type="checkbox"].lebox-tile+label:before,
input[type="checkbox"].lebox-tile+label:after,
input[type="radio"].lebox-tile+label:before,
input[type="radio"].lebox-tile+label:after {
	content: '';
}
input[type="checkbox"].lebox-tile+label:before,
input[type="radio"].lebox-tile+label:before {
	display: none !important;
}
input[type="checkbox"].lebox-tile+label,
input[type="radio"].lebox-tile+label {
	appearance: none;
	border: 2px solid rgba(128,128,128,0.2);
	border-radius: 3px;
	max-width: 100%;
	text-align: center;
	background: transparent;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0.9em 1.5em;
	font-size: 1em;
	line-height: 1;
	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"].lebox-tile:checked+label,
input[type="radio"].lebox-tile:checked+label {
	border-color: rgba(136, 176, 75, 1);
}
.lebox-button, .lebox-button:visited {
	color: #ffffff !important;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	background: rgba(136, 176, 75, 1);
	border: none !important;
	border-radius: 3px;
	box-shadow: none;
	height: 44px;
	line-height: 44px;
	padding: 0 1.8em;
	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;
}
.lebox-button:hover, .lebox-button:focus {
	background: rgba(187, 194, 52, 1);
}
.lebox-button:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
.lebox-button span+i {
	margin: 0 0 0 0.5em;
	text-align: right;
}
.lebox-button i {
	font-size: inherit;
	color: inherit;
	width: 1em;
	margin: 0 0.5em 0 0;
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
}
div.lebox-total {
	font-size: 1.5em;
}
span.lebox-total {
	font-weight: bold;
}
.lebox-terms-container {
	font-family: monospace, courier;
	font-size: 0.95em;
	border: 1px solid rgba(128,128,128,0.2);
	background: rgba(255,255,255,0.1);
	margin-top: 5px;
	padding: 0.5em;
	height: 10em;
	overflow-y: scroll;
	display: none;
}
.lebox-terms-container::-webkit-scrollbar {
	width: 5px;
}
.lebox-terms-container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.lebox-terms-container::-webkit-scrollbar-thumb {
	background-color: rgba(136, 176, 75, 1);
}
input[type="checkbox"].lebox-checkbox {
	display: none !important;
}
input[type="checkbox"].lebox-checkbox+label {
	vertical-align: middle;
	margin: 0;
}
input[type="checkbox"].lebox-checkbox+label:before,
input[type="checkbox"].lebox-checkbox+label:after {
	content: '';
}
input[type="checkbox"].lebox-checkbox+label:before {
	display: none !important;
}
input[type="checkbox"].lebox-checkbox+label {
	appearance: none;
	border: 1px solid rgba(128,128,128,0.2);
	background: rgba(255,255,255,0.1);
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0;
	width: 1.3em;
	height: 1.3em;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-right: 0.5em;
	transition-property: border, background, transform;
	-webkit-transition-property: border, background, transform;
	transition-duration: .1s;
	-webkit-transition-duration: .1s;
}
input[type="checkbox"].lebox-checkbox:checked+label {
	background: rgba(187, 194, 52, 1);
	color: #fff;
}
input[type="checkbox"].lebox-checkbox:checked+label:after {
	vertical-align: top;
	font-family: arial;
	content: '✔';
}
.lebox-inline-error {
	display: none;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	background: #d9534f;
	border-radius: 3px;
	padding: 1em 1.5em;
	margin: 5px 0;
}
.lebox-preview-container {
	display: none;
	text-align: left;
	background: transparent url(../images/builder-bg-light-2.png) 0 0 repeat;
	text-align: center;
	border: 1px solid #e0e0e0;
	padding: 4em 4em;
	position: relative;
	border-radius: 3px;
	margin: 5px 0;
}
.lebox-preview-buttons {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
.lebox-preview-delete, .lebox-preview-live {
	color: #ffffff;
	background: #d9534f;
	border-radius: 3px;
	padding: 0.5em;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	margin: 0.2em;
	box-shadow: 1px 1px 10px -3px rgba(0,0,0,0.1);
}
.lebox-preview-delete {
	color: #ffffff;
	background: #d9534f;
}
.lebox-preview-live, .lebox-preview-live:visited, .lebox-preview-live:active, .lebox-preview-live:hover, .lebox-preview-live:focus {
	color: #ffffff !important;
	background: rgba(136, 176, 75, 1) !important;
	cursor: pointer !important;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
	transition-property: border, background, transform;
	-webkit-transition-property: border, background, transform;
	transition-duration: .1s;
	-webkit-transition-duration: .1s;
}
.lebox-preview-live:hover, .lebox-preview-live:focus {
    background: rgba(187, 194, 52, 1) !important;
}
.lebox-preview-delete:active, .lebox-preview-live:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
.lebox-preview-delete i, .lebox-preview-live i {
	font-size: 1.1em;
	width: 1em;
	height: 1em;
}
.lebox-preview-live i {
	margin-right: 0.2em;
}
.lebox-element-error:before {
	content: ' ';
	background: inherit;
	position: absolute;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 101;
	margin-top: -3px;
	margin-left: 5px;
	}
.lebox-element-error {
	color: #ffffff;
	background: #d9534f;
	position: absolute;
	font-size: 0.95em;
	line-height: 1.4;
	z-index: 200;
	border-radius: 4px;
	margin-top: 5px;
	display: none;
	padding: 0;
	bottom: 0;
	transform: translateY(100%);
	margin-bottom: -5px;	
	box-shadow: 1px 1px 10px -6px #000;
}
.lebox-element-error span {
	padding: 0.3em 0.7em;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	display: inline-block;
}
.lebox-form-pay {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.lebox-container {
	margin: 0 auto;
	text-align: center;
}
#lebox-ready{width: 1px !important;}