@charset "UTF-8";
@font-face {
  font-family: 'glines';
  src: url('../fonts/glines.eot?62521039');
  src: url('../fonts/glines.eot?62521039#iefix') format('embedded-opentype'),
	   url('../fonts/glines.woff2?62521039') format('woff2'),
	   url('../fonts/glines.woff?62521039') format('woff'),
	   url('../fonts/glines.ttf?62521039') format('truetype'),
	   url('../fonts/glines.svg?62521039#glines') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glines-fa {
  display: inline-block;
  font: normal normal normal 14px/1 glines;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glines-fa-spin {
  -webkit-animation: glines-fa-spin 2s infinite linear;
  animation: glines-fa-spin 2s infinite linear;
}
@-webkit-keyframes glines-fa-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}
.glines-fa-download:before { content: '\e800'; }
.glines-fa-ok:before { content: '\e801'; }
.glines-fa-cancel:before { content: '\e802'; }
.glines-fa-help-circled:before { content: '\e803'; }
.glines-fa-plus:before { content: '\e804'; }
.glines-fa-align-left:before { content: '\e805'; }
.glines-fa-upload:before { content: '\e806'; }
.glines-fa-list-alt:before { content: '\e807'; }
.glines-fa-pencil:before { content: '\e808'; }
.glines-fa-align-center:before { content: '\e809'; }
.glines-fa-align-right:before { content: '\e80a'; }
.glines-fa-bold:before { content: '\e80b'; }
.glines-fa-italic:before { content: '\e80c'; }
.glines-fa-resize-small:before { content: '\e80d'; }
.glines-fa-down-big:before { content: '\e80e'; }
.glines-fa-left-big:before { content: '\e80f'; }
.glines-fa-right-big:before { content: '\e810'; }
.glines-fa-up-big:before { content: '\e811'; }
.glines-fa-stop:before { content: '\e812'; }
.glines-fa-picture:before { content: '\e813'; }
.glines-fa-resize-vertical:before { content: '\e814'; }
.glines-fa-resize-horizontal:before { content: '\e815'; }
.glines-fa-resize-full:before { content: '\e816'; }
.glines-fa-up-hand:before { content: '\e817'; }
.glines-fa-globe:before { content: '\e818'; }
.glines-fa-move:before { content: '\f047'; }
.glines-fa-docs:before { content: '\f0c5'; }
.glines-fa-underline:before { content: '\f0cd'; }
.glines-fa-money:before { content: '\f0d6'; }
.glines-fa-plus-squared:before { content: '\f0fe'; }
.glines-fa-spinner:before { content: '\f110'; }
.glines-fa-code:before { content: '\f121'; }
.glines-fa-direction:before { content: '\f124'; }
.glines-fa-ellipsis-vert:before { content: '\f142'; }
.glines-fa-minus-squared:before { content: '\f146'; }
.glines-fa-dot-circled:before { content: '\f192'; }
.glines-fa-trash:before { content: '\f1f8'; }

.glines-ready {
	display: block !important;
	box-sizing: border-box;
	vertical-align: top;
	margin: 12px 8px;
	position: relative;
}
.glines-ready a.glines-link, .glines-ready a.glines-link:visited, .glines-ready a.glines-link:active, .glines-ready a.glines-link:focus {
	box-shadow: none !important;
	outline: none !important;
	border-width: 0 !important;
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
	display: block !important;
	text-align: center !important;
}
.glines-ready a.glines-here {
	position: absolute;
	right: 5px;
	bottom: 5px;
	line-height: 1;
	font-size: 12px !important;
	text-transform: none !important;
	opacity: 0.7;
	font-weight: normal !important;
	box-shadow: none !important;
	outline: none !important;
	border-width: 0 !important;
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
	text-decoration: none !important;
	z-index: 999;
}

.glines-form-ready {
	display: block !important;
	box-sizing: border-box;
	text-align: left;
}
.glines-error {
	display: none !important;
}
.glines-nourl {
	cursor: default !important;
}
.glines-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;
}
.glines-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;
}
.glines-form-error {
	margin: 60px auto;
	text-align: center;
	box-sizing: border-box;
}
.glines-element {
	clear: both;
	height: auto !important;
	padding: 10px;
	position: relative;
}
.glines-row.glines-element {
	padding: 0 !important;
}
.glines-element:before {
	content: " ";
	display: block;
}
.glines-col {
	width: 50%;
	float: left;
	min-height: 1px;
}
.glines-collapsed .glines-col {
	width: 100% !important;
}
.glines-collapsed .glines-button {
	display: block !important;
}
.glines-col .glines-element:first-of-type {
	margin-top: 0;
}
.glines-col .glines-element:last-of-type {
	margin-bottom: 0;
}

.glines-element div.glines-input, .glines-element div.glines-upload-input {
	position: relative;
}
.glines-input-right {
	text-align: right;
}
.glines-input-center {
	text-align: center;
}
.glines-element .glines-input input[type="text"],
.glines-element .glines-input input[type="email"],
.glines-element .glines-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;
}
.glines-element .glines-input:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
}
.glines-row.glines-element::after {
	display: table;
	content: ' ';
	clear: both;
}
.glines-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: black;
	display: block;
}
input[type="checkbox"].glines-tile, input[type="radio"].glines-tile {
	display: none !important;
}
input[type="checkbox"].glines-tile+label, input[type="radio"].glines-tile+label {
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
input[type="checkbox"].glines-tile+label:before,
input[type="checkbox"].glines-tile+label:after,
input[type="radio"].glines-tile+label:before,
input[type="radio"].glines-tile+label:after {
	content: '';
}
input[type="checkbox"].glines-tile+label:before,
input[type="radio"].glines-tile+label:before {
	display: none !important;
}
input[type="checkbox"].glines-tile+label,
input[type="radio"].glines-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"].glines-tile:checked+label,
input[type="radio"].glines-tile:checked+label {
	border-color: rgba(136, 176, 75, 1);
}
.glines-button, .glines-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;
}
.glines-button:hover, .glines-button:focus {
	background: rgba(187, 194, 52, 1);
}
.glines-button:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
.glines-button span+i {
	margin: 0 0 0 0.5em;
	text-align: right;
}
.glines-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.glines-total {
	font-size: 1.5em;
}
span.glines-total {
	font-weight: bold;
}
.glines-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;
}
.glines-terms-container::-webkit-scrollbar {
	width: 5px;
}
.glines-terms-container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.glines-terms-container::-webkit-scrollbar-thumb {
	background-color: rgba(136, 176, 75, 1);
}
input[type="checkbox"].glines-checkbox {
	display: none !important;
}
input[type="checkbox"].glines-checkbox+label {
	vertical-align: middle;
	margin: 0;
}
input[type="checkbox"].glines-checkbox+label:before,
input[type="checkbox"].glines-checkbox+label:after {
	content: '';
}
input[type="checkbox"].glines-checkbox+label:before {
	display: none !important;
}
input[type="checkbox"].glines-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"].glines-checkbox:checked+label {
	background: rgba(187, 194, 52, 1);
	color: #fff;
}
input[type="checkbox"].glines-checkbox:checked+label:after {
	font-family: arial;
	content: '✔';
}
.glines-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;
}
.glines-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;
}
.glines-preview-buttons {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
.glines-preview-delete, .glines-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);
}
.glines-preview-delete {
	color: #ffffff;
	background: #d9534f;
}
.glines-preview-live, .glines-preview-live:visited, .glines-preview-live:active, .glines-preview-live:hover, .glines-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;
}
.glines-preview-live:hover, .glines-preview-live:focus {
    background: rgba(187, 194, 52, 1) !important;
}
.glines-preview-delete:active, .glines-preview-live:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
.glines-preview-delete i, .glines-preview-live i {
	font-size: 1.1em;
	width: 1em;
	height: 1em;
}
.glines-preview-live i {
	margin-right: 0.2em;
}
.glines-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;
	}
.glines-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;
}
.glines-element-error span {
	padding: 0.3em 0.7em;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	display: inline-block;
}
.glines-form-pay {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.glines-container {
	margin: 0 auto;
	text-align: center;
}
#glines-ready{width: 1px !important;}