/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

/*@font-face {*/
	/*font-family: PFTransportLight;*/
	/*src: url("../fonts/pftransport-light-webfont.woff") format("woff"),*/
		 /*url("../fonts/pftransport-light-webfont.ttf") format("truetype");*/
	/*font-weight: normal;*/
/*}*/

/*@font-face {*/
	/*font-family: PFTransport;*/
	/*src: url("../fonts/pftransport-regular-webfont.woff") format("woff"),*/
		 /*url("../fonts/pftransport-regular-webfont.ttf") format("truetype");*/
	/*font-weight: normal;*/
/*}*/

/*@font-face {*/
	/*font-family: PFTransportMedium;*/
	/*src: url("../fonts/pftransport-medium-webfont.woff") format("woff"),*/
		 /*url("../fonts/pftransport-medium-webfont.ttf") format("truetype");*/
	/*font-weight: normal;*/
/*}*/

/*@font-face {*/
	/*font-family: PFTransportBold;*/
	/*src: url("../fonts/pftransport-bold-webfont.woff") format("woff"),*/
		 /*url("../fonts/pftransport-bold-webfont.ttf") format("truetype");*/
	/*font-weight: normal;*/
/*}*/


@font-face {
	font-family: 'PFTransportRegular';
	src: url('../fonts/PFTransport-Regular.eot');
	src: local('βμΊ'), url('../fonts/PFTransport-Regular.woff') format('woff'),
		 url('../fonts/PFTransport-Regular.ttf') format('truetype'),
		 url('../fonts/PFTransport-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFTransportBlack';
	src: url('../fonts/PFTransportBlack-Regular.eot');
	src: local('βμΊ'), url('../fonts/PFTransportBlack-Regular.woff') format('woff'),
		 url('../fonts/PFTransportBlack-Regular.ttf') format('truetype'),
		 url('../fonts/PFTransportBlack-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFTransportBold';
	src: url('../fonts/PFTransport-Bold.eot');
	src: local('βμΊ'), url('../fonts/PFTransport-Bold.woff') format('woff'),
		 url('../fonts/PFTransport-Bold.ttf') format('truetype'),
		 url('../fonts/PFTransport-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFTransportMedium';
	src: url('../fonts/PFTransport-Medium.eot');
	src: local('βμΊ'), url('../fonts/PFTransport-Medium.woff') format('woff'),
		 url('../fonts/PFTransport-Medium.ttf') format('truetype'),
		 url('../fonts/PFTransport-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "univia_pro";
	src: url("../fonts/mostardesign_-_univiaproultra-webfont.woff") format("woff"),
		 url("../fonts/mostardesign_-_univiaproultra-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?eic0cb");
	src: url("../fonts/icomoon.eot?eic0cb#iefix") format("embedded-opentype"),
		 url("../fonts/icomoon.ttf?eic0cb") format("truetype"),
		 url("../fonts/icomoon.woff?eic0cb") format("woff"),
		 url("../fonts/icomoon.svg?eic0cb#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon2";
	src: url("../fonts/icomoon2.eot");
	src: url("../fonts/icomoon2.eot") format("embedded-opentype"),
		 url("../fonts/icomoon2.ttf") format("truetype"),
		 url("../fonts/icomoon2.woff") format("woff"),
		 url("../fonts/icomoon2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


html {
	font-family: PFTransportMedium; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

.my-guest-payment-outer {
	background:#FFF;
	border-radius: 10px;
	padding:25px;
}

.my-guest-payment-inner {
	display:flex;
}

.my-guest-payment-inner .input-holder:first-child {
	width:50%;
	text-align: center;
}

.my-guest-payment-inner .input-holder {
	width:100%;
	text-align: center;
	padding:5px 30px;
}

.my-guest-payment-inner .input-holder.style-1 input {
	width:100%;
	text-align: center;
	max-width: unset;
}

.my-guest-payment-inner label {
	display:block;
}

.maintenance .card-body {
	padding:20px;
}

.maintenance .card-body li {
	text-align:left;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

footer .cards {
	text-align: right;
	padding-top:20px;
	padding-right:20px;
	float: right;
	width: 400px;
}

footer .cards .icons {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 64px;
	height: 50px;
	background-color: white;
	border-radius: 20%;
}

footer .cards .icons .mastervisa{
	padding-top: 8px;
}

footer .cards .icons .maestro{
	padding-top: 12px;
}

footer .cards .icons .bank{
	padding-top: 8px;
}

#nav,
.main-list,
.description-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.info-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #404040;
	background: #fff;
	font-family: PFTransportMedium, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

.alert-danger, .alert-warning {
	flex-basis: 100%;
}

p {
	margin: 0 0 1em;
}

a {
	color: #005e96;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	padding: 11px 15px;
	background: #f4f4f4;
	border-radius: 2em;
	outline: none;
	color: #005e96;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #009344;
	background: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: transparent;
	outline: none;
	border: 2px solid rgba(0, 94, 150, .3);
	text-transform: uppercase;
	color: #005e96;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 15px;
	border-radius: 2em;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #005e96;
	border-color: #005e96;
	color: #fff;
}

button.small-btn,
input[type="button"].small-btn,
input[type="reset"].small-btn,
input[type="file"].small-btn,
input[type="submit"].small-btn {
	width: 30%;
}

label {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #808080;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px;
}

.lower_case {
	display: inline-block;
	vertical-align: middle;
	text-transform: inherit;
	color: #808080;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px;
}

[class^="my-icon-"],
[class*=" my-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon2" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.my-icon-payments:before {
	content: "\e93c";
}

.my-icon-payment:before {
	content: "\e93f";
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-information:before {
	content: "\e901";
}

.icon-phone:before {
	content: "\e912";
}

.icon-check:before {
	content: "\e90d";
}

.icon-close:before {
	content: "\e90e";
}

.icon-question:before {
	content: "\e910";
}

.icon-time:before {
	content: "\e911";
}

.icon-avatar:before {
	content: "\e902";
}

.icon-calendar:before {
	content: "\e903";
}

.icon-google:before {
	content: "\e904";
}

.icon-home:before {
	content: "\e906";
}

.icon-info:before {
	content: "\e907";
}

.icon-katanalosi:before {
	content: "\e908";
}

.icon-logariasmoi:before {
	content: "\e909";
}

.icon-lamp:before {
	content: "\e90a";
}

.icon-notification:before {
	content: "\e90b";
}

.icon-payment:before {
	content: "\e90c";
}

.icon-upload:before {
	content: "\e90f";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-logout:before {
	content: "\e900";
}

.icon-chevron-small-up:before {
	content: "\e913";
}

.icon-chevron-small-right:before {
	content: "\e914";
}

.icon-chevron-small-left:before {
	content: "\e915";
}

.icon-chevron-small-down:before {
	content: "\e916";
}

.icon-gear:before {
	content: "\e906";
}

/* custom checkbox styles */

.jcf-checkbox {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #f4f4f4;
	border-radius: 4px;
	border: 1px solid #e9e9e9;
	margin: 0 7px 0 0;
}

.jcf-checkbox.jcf-checked {
	border-color: #009344;
	background: #009344;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 12px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #fff;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -6px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.checkbox-wrap .jcf-checkbox {
	border: 0;
}

.checkbox-wrap .jcf-checkbox.jcf-checked {
	border-color: #005e96;
	background: #005e96;
}

/* custom radio styles */

.jcf-radio {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	border: 1px solid #005e96;
	border-radius: 50%;
	margin: 0 3px 0 0;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background: #009344;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

.jcf-select-drop .jcf-option-hideme {
	display: none !important;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #e9e9e9;
	background: #f4f4f4;
	min-width: 500px;
	height: 50px;
	border-radius: 2em;
}

.jcf-select.jcf-select-small {
	min-width: 120px;
}

.jcf-select.jcf-select-small .jcf-select-opener:before {
	font-size: 20px;
}

.jcf-select-drop.jcf-select-filter-select {
	min-width: 160px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 48px;
	margin: 0 53px 0 20px;
	color: #005e96;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 53px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 0 2em 2em 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	content: "\e916";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	font-size: 28px;
	font-family: "icomoon";
}

body > .jcf-select-drop {
	position: absolute;
	margin: 10px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 10px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	font-size: 16px;
	width: 100%;
	border-radius: 25px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 25px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.jcf-file.jcf-focus {
	outline: none;
	background: #005e96;
	border-color: #005e96;
	color: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	padding: 0;
	margin: 0;
	right: -2px;
	top: -2px;
	left: -2px;
	width: 100%;
	border-radius: 0;
	height: 100%;
}

.jcf-file .jcf-fake-input {
	display: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 2px solid rgba(0, 94, 150, .3);
	border-radius: 2em;
	padding: 17px 10px 15px 40px;
	text-transform: uppercase;
	color: #005e96;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	min-width: 260px;
	position: relative;
	text-align: left;
	cursor: pointer;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
}

.jcf-file:before {
	position: absolute;
	content: "\e90f";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	font-family: "icomoon";
	font-size: 20px;
}

.jcf-file:hover,
.jcf-file:focus {
	outline: none;
	background: #005e96;
	border-color: #005e96;
	color: #fff;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #666;
	text-shadow: none;
	border-radius: 10px;
	padding: 0 !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px PFTransportMedium, "Helvetica Neue","Helvetica","Arial","sans-serif";
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before,
.fancybox-close:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	background: #fff;
	margin: -2px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.fancybox-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
	background: #404040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/* main container styles */

#wrapper {
	overflow: hidden;
	min-height: 100vh;
}

#wrapper.log-wrap {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	text-align: center;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid rgba(0, 94, 150, .3);
	border-radius: 2em;
	text-align: center;
	color: #3b5998;
	padding: 15px 15px;
	min-width: 300px;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
	position: relative;
}

.btn:hover,
.btn:focus {
	background: rgba(0, 94, 150, .3);
	border-color: #005e96;
}

.btn.btn-info {
	border-color: #3b5998;
	background: #3b5998;
	color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
	background: rgba(59, 89, 152, .5);
	color: #3b5998;
}

.btn.btn-warning {
	border-color: #d34b39;
	background: #d34b39;
	color: #fff;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
	background: rgba(211, 75, 57, .5);
	color: #d34b39;
}

.hover-tooltip {
	background: #999;
	color: #fff;
	font-size: 14px;
	line-height: 1.15;
	z-index: 100000;
	border-radius: 2px;
	max-width: 250px;
	padding: 10px;
}

.hover-tooltip:before {
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #999;
	border-top: 6px solid transparent;
	position: absolute;
	content: "";
	top: 50%;
	left: -6px;
	z-index: 100000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hover-tooltip-1 {
	background: #005e96;
	color: #fff;
	font-size: 14px;
	line-height: 1.15;
	border-radius: 2px;
	max-width: 250px;
	padding: 10px;
	z-index: 100000;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
}

.hover-tooltip-1:before {
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #005e96;
	border-top: 6px solid transparent;
	position: absolute;
	content: "";
	top: 50%;
	z-index: 100000;
	left: -6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#pay-form {
	margin: 10px auto;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

/* page logo styles */

.select-wrap.my-meters-insert {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.select-wrap.my-meters-insert .btn {
	margin-left:20px;
}

.select-wrap.my-meters-insert .sub-title {
	width:100%;
}

.logo span {
	font: 51px/1 "univia_pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #005e96;
	margin: -10px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.logo a {
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	display: block;
	width: 100%;
}

/* header styles */

#header {
	background: #f5f7fa;
	position: relative;
	padding: 20px 0 5px;
}

#header .logo {
	float: left;
}

#header .logo a {
	width: 230px;
}

#header .logo span {
	font-size: 28px;
	margin: -10px -4px 0 0;
}

.my-profile .form-wrap, .my-profile .form-wrap .input-holder, .my-profile .form-wrap .input-holder input {
	margin:0;
	width:100%;
}

.my-profile .form-wrap .input-holder {
	padding:0;
}

#header .left-side {
	width: 20%;
	float: left;
	margin: 0 0 0 90px;
	line-height: 1.4;
}

#header .left-side p {
	color: #6a6a6a;
	font-size: 12px;
	letter-spacing: -1px;
}

#header .right-side {
	width: 280px;
	float: right;
	text-align: right;
	margin: 0 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .avatar {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	text-decoration: none !important;
}

#header .avatar:hover {
	color: rgba(0, 94, 150, .7);
	text-decoration: none !important;
}

#header .info-box {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

#header .opener .icon-chevron-small-down {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	color: #005e96;
}

#header .opener .icon-chevron-small-up {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	color: #005e96;
}

#header .slide {
	position: absolute;
	top: 100%;
	right: 30px;
	z-index: 5;
	padding: 10px 0 0;
}

#header .slide a {
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 26px;
}

#header .slide a:first-child {
	margin-bottom:15px;
}

#header .slide .icon-logout, #header .slide .icon-gear  {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
}

#header .slide-hold {
	position: relative;
	background: #005e96;
	padding: 15px 30px;
	border-radius: 10px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
}

#header .slide-hold:before {
	height: 0;
	width: 0;
	border-bottom: 5px solid #005e96;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	content: "";
	top: -5px;
	right: 14px;
}

#header .message-info {
	position: relative;
}

#header .icon-notification {
	color: #005e96;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0;
}

#header .counter {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -10px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	background: #fd3638;
}

#header .counter:hover {
	background: rgba(0, 94, 150, .7);
}

#header .min-title {
	color: #005e96;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

#header .name {
	display: block;
	color: #005e96;
	font-size: 14px;
	font-weight: bold;
}

#header .name a {
	color: inherit;
}

#header .name a:hover {
	color: #d34b39;
}

#header .mail {
	color: #6a6a6a;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}

.menu {
	float: left;
	margin: 0 0 0 30px;
}

.nav-opener {
	width: 18px;
	height: 12px;
	display: block;
	position: relative;
	z-index: 5;
	float: right;
	margin: 15px 12px 0 0;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #005e96;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px; /* height/2 */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 5%;
}

.nav-opener:after {
	top: 95%;
}

.drop {
	position: absolute;
	top: 100%;
	bottom: -99999px;
	z-index: 999;
	left: 0;
	width: 80px;
	overflow: hidden;
	padding: 0 0 0 10px;
	background: #f5f7fa;
	box-shadow: inset -2px -3px 8px 0 rgba(0, 0, 0, .08);
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}

.nav-active .drop {
	width: 350px;
}

.drop .back-hold {
	width: 340px;
}

.drop .back {
	margin: 0 0 0 70px;
	padding: 0 0 0 18px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	opacity: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: margin .3s ease-in-out, opacity .3s ease-in-out;
	transition: margin .3s ease-in-out, opacity .3s ease-in-out;
}

.drop .back:before {
	position: absolute;
	content: "\e915";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon";
}

.drop .back:hover {
	color: #d34b39;
	opacity: 1;
}

.nav-active .drop .back {
	opacity: .5;
	width: 100%;
}

/* main navigation of the page styles */

#nav {
	overflow: hidden;
	margin: 0 0 20px;
}

#nav li {
	width: 340px;
}

#nav li.active {
	margin: -1px 0 0;
}

#nav li.active a {
	color: #009344;
	background: #fff;
	box-shadow: inset 4px 0 0 0 #009344, 2px 2px 8px rgba(0, 0, 0, .08);
}

#nav li.active i,
#nav li.active span {
	border-color: transparent;
}

#nav li.tag-active .tag {
	display: block;
}

#nav a {
	display: block;
	position: relative;
	padding: 0 0 0 70px;
}

#nav a:hover {
	color: #009344;
	background: #fff;
}

#nav a .tag {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	color: #fff;
	background: #009344;
	font-size: 11px;
	line-height: 1;
	padding: 7px 6px 5px;
	min-width: 60px;
	border-radius: 50px;
	text-align: center;
}

#nav i {
	width: 70px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 20px;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: border .3s ease-in-out, width .3s ease-in-out;
	transition: border .3s ease-in-out, width .3s ease-in-out;
}

.nav-active #nav i {
	border-bottom: 1px solid transparent;
}

#nav i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#nav span {
	font-size: 16px;
	padding: 22px 10px 21px 0;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	border-color: #e6e6e6;
}

.nav-active #nav span {
	opacity: 1;
}

.input-holder {
	margin: 0 0 15px;
	position: relative;
	text-align: left;
}

.input-holder.parent-focus.parent-active .tooltip {
	opacity: 0;
	visibility: hidden;
}

.input-holder.input-error input {
	border-color: #ff3b30;
	background: #fff;
}

.input-holder.style-1.parent-focus.parent-active input {
	background: #fff;
}

.input-holder.style-1 .input-placeholder-text {
	margin: -9px 0 0;
	font-weight: bold;
	color: #005e96 !important;
}

.input-holder.style-1 input {
	border-color: #009344;
	padding: 9px 15px 8px;
	min-width: 165px;
	max-width: 165px;
}

.input-holder.input-error input {
	border-color: #ff3b30;
}

.input-holder.input-error .input-placeholder-text {
	color: #ff3b30 !important;
}

.input-holder.input-error .input-placeholder-text:before {
	color: #999 !important;
}

.input-placeholder-text {
	top: 50%;
	margin: -9px 0 0;
	left: 15px;
	right: 15px;
	color: #999 !important;
}

.check-hold {
	position: relative;
	text-align: left;
	margin: 0 0 20px;
	padding: 0 0 0 33px;
	line-height: 1;
}

.check-hold.add label {
	text-transform: none;
	margin: 0 0 2px;
}

.check-hold .jcf-checkbox {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* login form styles */

.login-form {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 27px;
}

.login-form.new {
	max-width: none;
	padding: 0 20px 19px;
	text-align: left;
	margin: 0 auto 20px;
}

.login-form.new .input-placeholder-text:before {
	position: absolute;
	content: "*";
	line-height: 1;
	font-size: 22px;
	top: 50%;
	-webkit-transform: translateY(-34%);
	-ms-transform: translateY(-34%);
	transform: translateY(-34%);
	right: 0;
}

.login-form.new .check-hold {
	margin: 18px 0 0;
}

.login-form .tooltip {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	color: #999;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.login-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.login-form .row .input-holder {
	width: 48%;
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
	width: 100%;
}

.login-form label {
	color: #808080;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 1.5;
	margin: 0;
	margin-left: 5%;
}

.login-form button {
	position: relative;
	margin: 0 0 17px;
}

.login-form button:before {
	position: absolute;
	content: "\e914";
	font-family: "icomoon";
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 28px;
}

.login-form button:hover,
.login-form button:focus {
	color: #005e96;
}

.login-form a {
	text-decoration: underline;
}

.login-form a:hover {
	text-decoration: none;
}

.login-form .agree {
	font-size: 14px;
	line-height: 1.5;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
}

.login-form .agree a {
	color: inherit;
	text-decoration: underline;
}

.login-form .agree a:hover {
	text-decoration: none;
	color: #005e96;
}

.login-form .button-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0 0;
}

.login-form .button-hold span {
	line-height: 1;
	color: #808080;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.login-form .button-hold b {
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0;
}

.login-form .button-hold button {
	margin: 0;
}

/* info form styles */

.info-form .input-holder {
	margin: 0 0 20px;
}

.info-form .input-placeholder-text {
	left: 20px;
	right: 20px;
}

.info-form button {
	margin: 9px 0 0;
}

/* password form styles */

.pass-form.add {
	display: none;
	padding: 15px 0 0;
}

.pass-form.add button {
	margin: 10px 0 0;
}

.pass-form.easy-password .progress .progress-bar {
	background: #fd4847;
}

.pass-form.medium-password .progress .progress-bar {
	background: #fb9537;
}

.pass-form.strong-password .progress .progress-bar {
	background: #009344;
}

.pass-form .col button {
	width: 100%;
}

.pass-form button {
	margin: 18px 0 0 -10px;
	line-height: 1.05;
}

/* checkbox form styles */

.check-form .col-holder {
	padding-top: 0;
}

.check-form .check-hold {
	margin: 0 0 15px;
}

.check-form label {
	text-transform: none;
	font-weight: normal;
	margin: 5px 0 0;
	font-size: 18px;
}

.check-form label.jcf-label-active {
	font-weight: bold;
}

/* pay form style*/

.pay-form .btn:hover,
.pay-form .btn:focus {
	background: #005e96;
	color: #fff;
}

.pay-form .btn:before {
	position: absolute;
	content: "\e914";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	font-size: 26px;
	font-family: "icomoon";
}

.form-new {
	position: relative;
}

.form-new:before {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	right: -9999px;
	left: -9999px;
	background: rgba(51, 51, 51, .8);
	z-index: 1000;
}

.form-new.form-error .error-lightbox {
	display: block;
}

.form-new.form-error:before {
	content: "";
}

.form-new .error-lightbox {
	min-width: 620px;
	display: none;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, .3);
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10000;
}

.form-new .error-lightbox .heading {
	margin: 0;
}

.form-new .error-lightbox .body-box {
	background: #fff;
	padding-top: 55px;
	border-radius: 0 0 10px 10px;
}

.form-new .error-lightbox .title {
	padding: 0;
	margin: 0;
	border: 0;
}

.form-new .error-lightbox a {
	text-decoration: none;
}

.danger-box
{
	position: relative;
	border: 1px solid #bf0a00;
	background: #ff3b30;
	border-radius: 5px;
	color: #fff;
	padding: 8px 10px 8px 38px;
	margin: 0 0 20px;
	text-align: left;
}

.danger-box .icon-information {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.danger-box span {
	display: inline-block;
	vertical-align: middle;
}

.success-box {
	position: relative;
	border: 1px solid #008f04;
	background: #2bc22d;
	border-radius: 5px;
	color: #fff;
	padding: 8px 10px 8px 38px;
	margin: 0 0 20px;
	text-align: left;
}

.success-box .icon-information {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.success-box span {
	display: inline-block;
	vertical-align: middle;
}

.dash-holder {
	padding: 55px 15px 0;
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height:unset;
}

.dash-holder .back {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	padding: 0 0 0 15px;
	opacity: .5;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.dash-holder .back:before {
	position: absolute;
	content: "\e915";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -10px;
	font-family: "icomoon";
	font-size: 28px;
	line-height: 1;
}

.dash-holder .back:hover {
	opacity: 1;
}

.dash-holder .heading {
	position: relative;
	margin: 0 0 25px;
}

.dash-holder .wrap {
	position: relative;
	padding: 0 0 130px;
}

.dash-holder .wrap.style-1 {
	padding: 0 0 240px;
}

.dash-holder .sub-title {
	display: block;
	color: #005e96;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -.5px;
	margin: 0 0 25px;
}

.dash-holder .left-side {
	width: 23.8%;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.dash-holder .left-side a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 20px;
	max-width: 135px;
}

.dash-holder .left-side a:hover {
	opacity: .7;
}

.dash-holder .left-side img {
	display: block;
	width: 100%;
}

.dash-holder .center-side {
	width: 52.4%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
	background: #fff;
}

.dash-holder .right-side {
	width: 23.8%;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.dash-holder .right-side a {
	color: #fff;
	font-size: 20px;
}

.dash-holder .right-side a:hover {
	color: #d34b39;
}

.dash-holder .top-box {
	background: #f4f4f4;
	border-radius: 10px 10px 0 0;
	padding: 17px 15px 35px;
	margin: 0 0 17px;
	position: relative;
}

.dash-holder .title {
	display: block;
	color: #005e96;
	font-size: 28px;
	margin: 0 0 20px;
	font-weight: bold;
}

.dash-holder .btn-info,
.dash-holder .btn-warning {
	min-width: 260px;
	margin: 0 7px;
}

.dash-holder .btn-info i,
.dash-holder .btn-warning i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 35px;
	font-size: 20px;
}

.dash-holder .or {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	border-radius: 50%;
	background: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #005e96;
	margin-bottom: -15px;
	font-family: PFTransportMedium, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.dash-holder .bottom-box {
	background: #005e96;
	border-radius: 0 0 10px 10px;
	padding: 15px 20px;
	color: #fff;
}

.dash-holder .bottom-box span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.dash-holder .bottom-box a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	text-decoration: underline;
	font-weight: bold;
}

.dash-holder .bottom-box a:hover {
	text-decoration: none;
}

.dash-holder .phone-hold {
	color: #fff;
	margin: 44px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dash-holder .phone-hold > div {
	text-align: left;
}

.dash-holder .phone-hold i {
	font-size: 34px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.dash-holder .phone-hold a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: .8;
	font-size: 28px;
	font-family: "univia_pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.dash-holder .phone-hold span {
	display: block;
	text-transform: uppercase;
	line-height: 1;
	font-size: 9px;
	margin: 3px 0 0;
}

.wrapper-hold {
	padding: 0 0 0 80px;
	-webkit-transition: margin .3s ease-in-out, padding .3s ease-in-out;
	transition: margin .3s ease-in-out, padding .3s ease-in-out;
}

.nav-active .wrapper-hold {
	margin: 0 0 0 350px;
	padding: 0;
}

.wrapper-hold .shadow-hold {
	box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, .08);
	position: relative;
	padding: 15px 22px 0 20px;
}

.wrapper-hold .title {
	display: block;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -1px;
	border-bottom: 1px solid #e9e9e9;
	color: #009344;
	margin: 0 0 20px;
	padding: 0 0 14px;
}

.wrapper-hold .title.style-1 {
	color: #404040;
}

.wrapper-hold .title.style-2 {
	color: #009344;
}

.wrapper-hold .sub-title {
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin: 0 0 15px;
}

.wrapper-hold .sub-title.style-1 {
	color: #005e96;
}

.wrapper-hold .create-title {
	display: block;
	color: #808080;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 0 3px;
}

.wrapper-hold .title-holder .sub-title {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.wrapper-hold .tooltip-1 {
	display: inline-block;
	vertical-align: middle;
	color: #999;
}

.wrapper-hold .tooltip-1:hover {
	color: #009344;
}

.main-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-list li {
	width: 49.3%;
	background: #f5f7fa;
	position: relative;
	color: #005e96;
	padding: 10px 10px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
}

.main-list li:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-image: -webkit-linear-gradient(228deg, #005e96 0%, #009344 100%);
	background-image: linear-gradient(222deg, #005e96 0%, #009344 100%);
}

.main-list .li-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 130px;
	width: 75%;
}

.main-list .heading {
	line-height: 1;
}

.main-list .heading a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 30px;
}

.main-list .heading a:hover {
	color: #d34b39;
}

.main-list .heading i {
	position: absolute;
	top: 1px;
	left: 0;
}

.main-list .sub-title {
	font-weight: bold;
	margin: 0;
}

.main-list .add {
	display: block;
	color: #009344;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
}

.main-list .add.style-1 {
	color: #ff3b30;
}

.main-list .add.style-1 > span {
	position: relative;
}

.main-list .add.style-1 > span:after {
	height: 0;
	width: 0;
	border-bottom: 10px solid #ff3b30;
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;
	position: absolute;
	content: "";
	right: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-list .add.add-1 {
	display: none;
	position: relative;
	padding: 0 0 0 42px;
	margin: 0 -40px 0 0;
}

.main-list .check {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -18px 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #009344;
}

.main-list .check span {
	position: absolute;
	display: block;
	height: 9px;
	width: 14px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	border: 3px solid #fff;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-list .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1;
	padding: 15px 0 0 28px;
}

.main-list .holder p {
	margin: 0;
	font-size: 16px;
}

.main-list .holder time {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.main-list .holder time a {
	color: inherit;
}

.main-list .holder time a:hover {
	color: #d34b39;
}

.main-list .text-box {
	padding: 20px 0 0;
}

.post-holder time {
	font-weight: bold;
	display: block;
	margin: 0 0 17px;
	color: #005e96;
}

.post-holder time a {
	color: inherit;
}

.post-holder time a:hover {
	color: #d34b39;
}

.post-holder .post {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 155px 25px 0;
	margin: 0 0 20px;
}

.post-holder p {
	margin: 0 0 13px;
}

.post-holder .btn {
	font-weight: bold;
}

.post-holder .btn i {
	font-size: 26px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.col-holder {
	padding: 30px 0 40px 0;
	margin: 0 0 35px;
	border-bottom: 1px solid #e9e9e9;
}

.col-holder.appear {
	padding: 0 0 45px;
}

.col-holder.appear-1 {
	padding: 0;
	border: 0;
}

.col-holder.activated #preview {
	display: block;
}

.col-holder.activated .upload-link {
	display: none;
}

.col-holder .form-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-holder input {
	width: 100%;
}

.col-holder .small-col {
	width: 30%;
	padding: 0 10px;
}

.col-holder .large-col {
	width: 60%;
	padding: 0 10px;
}

.col-holder .single-col {
	width: 100%;
}

.col-holder .single-col .col {
	width: 30%;
}

.col-holder .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

.col-holder .row.right-side {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.col-holder .row.style-1 {
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-holder .row.style-1 .col:first-child {
	width: 46%;
}

.col-holder .row.style-1 .col:last-child {
	width: 49%;
}

.col-holder .row.style-1 .jcf-select {
	min-width: 450px;
}

.col-holder .row.style-1 .jcf-select .jcf-select-text {
	letter-spacing: -1.4px;
	margin: 0 40px 0 20px;
}

.col-holder .row.add {
	padding: 0;
}

.col-holder .col {
	width: 50%;
	padding: 0 10px;
}

.col-holder .col-title {
	display: block;
	color: #808080;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px;
}

.col-holder .photo-box {
	background: #f9f9f9;
	border-radius: 10px;
	padding: 20px 20px 5px;
	text-align: center;
}

.col-holder #preview {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: none;
}

.col-holder #preview img {
	display: block;
	width: 100%;
}

.col-holder .upload-link {
	width: 120px;
	height: 120px;
	text-align: center;
	display: block;
	border-radius: 50%;
	margin: 0 auto 20px;
}

.col-holder .upload-link:hover i {
	color: rgba(0, 94, 150, .5);
	border-color: #005e96;
	background: rgba(0, 94, 150, .3);
}

.col-holder .upload-link img {
	display: block;
	width: 100%;
	border-radius: inherit;
}

.col-holder .icon-avatar {
	display: inline-block;
	vertical-align: middle;
	color: #e9e9e9;
	font-size: 100px;
	border: 1px solid #e9e9e9;
	padding: 9px;
	border-radius: inherit;
	background: #f4f4f4;
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out;
}

.saved-icon-avatar {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	padding: 9px;
	border-radius: 100%;
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out;
}

.col-holder .select-holder {
	padding: 55px 0 30px;
	font-weight: bold;
}

.progress-holder {
	margin: 32px 0 0;
}

.progress-holder span {
	display: inline-block;
	vertical-align: middle;
	color: #009344;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.progress {
	height: 10px;
	max-width: 200px;
	overflow: hidden;
	background: #e9e9e9;
}

.progress .progress-bar {
	height: 100%;
	background: #009344;
}

.delete-btn,
.create-btn {
	position: relative;
}

.delete-btn {
	min-width: 260px;
	min-height: 55px;
}

.delete-btn:hover,
.create-btn:hover {
	background: hsl(202, 100%, 29%);
	border-color: #005e96;
	color: #fff;
}

.create-btn i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	font-size: 24px;
}

.home .info-holder {
	border-bottom: none!important;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.info-holder {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 30px;
	margin: 0 0 25px;
}

.info-holder.add {
	border-bottom: 0;
	margin: 0;
}

.info-holder .large-col {
	float: left;
	width: 68.4%;
	padding: 0 15px 0 0;
}

.info-holder .small-col {
	float: left;
	width: 31.6%;
	padding: 0 15px 0 0;
}

.info-holder time {
	display: block;
	color: #009344;
	margin: 27px 0 0;
	font-weight: bold;
}

.info-holder .info-box {
	background: #f5f7fa;
	border-radius: 6px;
	padding: 15px 20px 22px;
	margin: 30px 0 0;
}

.info-holder .info-box.no-background {
	background: #fff;
	padding: 15px 0 22px;
}

.info-holder .info-box.add {
	margin: 0 0 20px;
}

.info-holder .info-box span {
	display: block;
}

.info-holder .info-box span:first-child {
	margin: 0 0 7px;
}

.info-holder .info-box span:nth-child(2) {
	margin: 0 15px 15px 0;
}

.info-holder .price {
	color: #005e96;
	display: inline-block !important;
	vertical-align: middle;
	font-weight: bold;
	font-size: 40px;
	margin: 0 15px 0 0 !important;
}

.info-holder .btn {
	font-weight: bold;
}

.info-holder .btn:hover,
.info-holder .btn:focus {
	background: #005e96;
	color: #fff;
}

.info-holder .btn:before {
	position: absolute;
	content: "\e914";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	font-size: 26px;
	font-family: "icomoon";
}

.table-holder .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 25px;
}

.table-holder .heading .sub-title {
	margin: 0;
}

.table-holder .select-hold {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 20px;
}

.table-holder .min-title {
	color: #404040;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.table-wrap {
	overflow-x: auto;
	margin: 0 -15px 20px 0;
	padding: 0 0 0 20px;
}

.table-wrap .wrap {
	min-width: 950px;
}

/* table style */

.table {
	text-align: center;
	width: 100%;
}

.table th {
	font-weight: bold;
	font-size: 16px;
	color: #005e96;
	text-align: left;
	cursor: pointer;
	letter-spacing: -1px;
}

.table th.headerSortDown span,
.table th.headerSortUp span {
	color: #009344;
	position: relative;
}

.table th.headerSortDown span:before,
.table th.headerSortUp span:before {
	background: #009344;
}

.table th.headerSortDown span:after,
.table th.headerSortUp span:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	margin: -5px 0 0;
	color: #009344;
	font-family: "icomoon";
}

.table th.headerSortUp span:after {
	content: "\e913";
}

.table th.headerSortDown span:after {
	content: "\e916";
}

.table th:last-child {
	bottom: 0;
}

.table th span {
	display: block;
	padding: 0 0 7px 0;
	position: relative;
}

.table th span:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #005e96;
}

.table td {
	padding: 12px 20px 12px 5px;
}

.table td:first-child {
	/*text-transform: uppercase;*/
	/*text-align: left;*/
	padding: 12px 5px 12px 0;
}

.table td a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.table td a i {
	position: absolute;
	bottom: -2px;
	right: -14px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.table td a i.warning {
	color: #fb9537;
}

.table td a i.error {
	color: #fd3638;
}

.table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.table tbody tr td {
	vertical-align: middle;
}

.table tbody tr:last-child {
	border-width: 3px;
}

.table .invisible {
	display: none;
}

.description-list {
	margin: 0 0 20px 20px;
}

.description-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	padding: 0 20px 0 30px;
	color: #666;
	position: relative;
}

.description-list i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 20px;
}

.description-list .icon-check {
	color: #009344;
}

.description-list .icon-check.warning {
	color: #fb9537;
}

.description-list .icon-close,
.description-list .icon-time {
	color: #fd3638;
}

.thanks-box {
	padding: 15px 0 0;
	display: none;
}

.thanks-box i {
	float: left;
	font-size: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #009344;
	margin: 0 18px 0 0;
}

.thanks-box .text-hold {
	overflow: hidden;
}

.thanks-box .thanks-title {
	display: block;
	color: #005e96;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 5px;
}

.thanks-box span {
	display: block;
	color: #808080;
	font-size: 20px;
}

/* lightbox styles */

.lightbox-demo {
	max-width: 620px;
	text-align: center;
}

.lightbox-demo .heading {
	background-image: url(../images/bg-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 28px 55px 32px;
	border-radius: 10px 10px 0 0;
}

.lightbox-demo .title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}

.lightbox-demo .body-box {
	padding: 30px 0 35px;
	line-height: 1.38;
}

.lightbox-demo .body-box > div {
	width: 78%;
	margin: 0 auto;
}

.lightbox-demo .body-box > div.style-1 {
	width: 83%;
}

.lightbox-demo p:only-of-type {
	margin: 0;
}

.lightbox-demo a:hover {
	color: #007ec9;
}

.pay-holder {
	padding: 13px 0 0;
}

.radio-holder {
	background: #f9f9f9;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	min-height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.radio-holder .radio-wrap {
	position: relative;
	padding: 0 5px 0 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 2px solid #e6e6e6;
	width: 192px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.radio-holder .jcf-radio {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.radio-holder label {
	text-transform: none;
	color: #005e96;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
	letter-spacing: -1px;
}

.radio-holder label.jcf-label-active {
	color: #009344;
}

.radio-holder .text-wrap {
	padding: 15px 15px 15px 30px;
}

.radio-holder .text-wrap span {
	display: block;
}

.radio-holder .pay-title {
	margin: 0 0 10px;
}

.radio-holder .price {
	color: #005e96;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 10px;
}

.radio-holder .input-holder.style-1 .input-placeholder-text {
	left: 30px;
}

.radio-holder .input-holder input {
	padding-left: 30px;
}

.radio-holder .input-holder i {
	font-style: normal;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	color: #005e96;
	font-weight: bold;
}

.form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 15px;
}

.form-wrap .input-holder {
	width: 320px;
	padding: 0 10px;
}

.form-wrap .input-holder input {
	width: 100%;
	padding: 12px 15px;
	margin: 0 0 17px;
}

.form-wrap .input-holder label {
	display: inline-block;
}

.form-wrap .input-holder .info {
	color: #999;
	display: block;
}

.graph-wrap .heading-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 20px;
}

.graph-wrap .heading-holder .select-holder {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.graph-wrap .heading-holder .select-holder .jcf-select {
	min-width: 200px;
}

.graph-wrap .heading-holder .title-info .sub-title {
	font-size: 16px;
	margin: 0 0 12px;
	letter-spacing: -.5px;
}

.graph-wrap .heading-holder .title-info .txt {
	font-size: 16px;
}

.nvtooltip {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	border-radius: 2px 2px 2px 1px;
	padding: 10px 5px 5px;
	background: #fff;
	z-index: 9999;
}

.nvtooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}

.nvtooltip .header-tooltip {
	color: #666;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .23px;
	margin: 0 0 10px;
}

.nvtooltip div {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 5px;
}

.nvtooltip div .circle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px 1px 0;
}

.graph-holder {
	background: #f5f7fa;
	position: relative;
}

.graph-holder img {
	width: 100%;
	visibility: hidden;
}

.graph {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.axis .tick text {
	fill: #005e96;
	font-weight: bold;
	font-size: 14px;
}

.axis .tick line {
	visibility: hidden;
}

.axis path {
	visibility: hidden;
}

.grid path {
	visibility: hidden;
}

.grid line {
	stroke: #e4e4e4;
}

.nvtooltip {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	text-transform: uppercase;
	margin: -10px 0 0;
}

.series text {
	text-transform: uppercase;
	color: #005e96;
	font-size: 12px;
	font-weight: 700;
}

.grid .first-grid-line {
	stroke-width: 2;
}

.date-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px;
}

.date-wrap.date-style {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 25px;
}

.date-wrap.date-style .date-box .date-hold {
	max-width: none;
	min-width: 300px;
	margin: 0 0 15px;
}

.date-wrap.date-style .date-box .date-hold input {
	color: #999;
}

.date-wrap.date-style .info {
	display: block;
	width: 100%;
	color: #999;
}

.date-wrap .date-select .jcf-select {
	min-width: 180px;
}

.date-wrap label {
	display: block;
}

.date-wrap button {
	height: 50px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.date-wrap .date-item {
	margin: 0 10px 0 0;
}

.select-wrap {
	margin: 0 0 20px;
}

.date-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.date-box .date-hold {
	position: relative;
	max-width: 200px;
}

.date-box .date-hold .icon-calendar,
.date-box .date-hold .icon-chevron-small-down {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #005e96;
}

.date-box .date-hold .icon-calendar,
.date-box .date-hold .icon-chevron-small-up {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #005e96;
}

.date-box .date-hold .icon-chevron-small-down {
	left: auto;
	right: 15px;
	font-size: 26px;
	color: #404040;
}

.date-box .date-hold .icon-chevron-small-up {
	left: auto;
	right: 15px;
	font-size: 26px;
	color: #404040;
}

.date-box .date-hold.parent-focus i {
	color: #009344;
}

.date-box .date-hold.parent-focus input {
	border-color: #009344;
}

.date-box .date-hold label.label-focus.label-active {
	color: #009344;
}

.date-box .date-hold input {
	min-height: 50px;
	width: 100%;
	padding: 11px 15px 11px 55px;
}

.date-box .date-item {
	margin: 0 10px 0 0;
}

.datepicker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 18px;
}

.ui-datepicker {
	background: #fff;
	padding: 0;
	margin: 10px 0 0 0;
	width: 318px;
	font-size: 15px;
	line-height: 1.3;
	display: none;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.ui-datepicker .ui-datepicker-calendar {
	border-radius: 0 0 6px 6px;
	padding: 10px 10px 10px 9px;
	display: block;
	border: 2px solid #005e96;
	border-width: 0 2px 2px 2px;
	width: 100%;
	font-size: 18px;
}

.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
	padding: 4px 11px;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
	display: none;
}

.ui-datepicker .ui-datepicker-calendar thead {
	color: #005e96;
	text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
	text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody td a {
	color: #999;
	display: block;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a {
	border-bottom: 2px solid #009344;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
	line-height: 31px;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #005e96;
}

.ui-datepicker-header {
	background: #005e96;
	border-radius: 6px 6px 0 0;
	position: relative;
}

.ui-datepicker-header:after {
	content: "";
	position: absolute;
	left: 51%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 22px;
	background: #fff;
	width: 1px;
	opacity: .15;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
	display: none;
}

.ui-datepicker-header .ui-datepicker-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
	width: 50%;
	border: 0;
}

.ui-datepicker-header .ui-datepicker-title .jcf-select {
	width: 100%;
	min-width: auto;
	margin: 0;
	border: 0;
	border-radius: 0;
	height: 40px;
	background: transparent;
}

.ui-datepicker-header .ui-datepicker-title .jcf-select .jcf-select-text,
.ui-datepicker-header .ui-datepicker-title .jcf-select .jcf-select-opener {
	font-weight: 700;
	color: #fff;
	line-height: 40px;
}

.ui-datepicker-header .ui-datepicker-title .jcf-select .jcf-select-opener {
	font-size: 28px;
	font-weight: 400;
}

.ui-datepicker-header .ui-datepicker-title .jcf-select .jcf-select-opener:before {
	right: 2px;
}

.highcharts-credits {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (max-width: 1399px) {
	button.small-btn,
	input[type="button"].small-btn,
	input[type="reset"].small-btn,
	input[type="file"].small-btn,
	input[type="submit"].small-btn {
		width: 33%;
	}

	.jcf-file {
		font-size: 12px;
		min-width: auto;
		padding-left: 34px;
	}

	.jcf-file:before {
		font-size: 16px;
	}

	.info-form .input-placeholder-text {
		margin: -8px 0 0;
	}

	.main-list .li-hold {
		width: 100%;
	}

	.main-list .add.add-1 {
		font-size: 24px;
		margin: 0;
	}

	.col-holder .small-col {
		width: 33%;
		font-size: 16px;
	}

	.col-holder .large-col {
		font-size: 16px;
		width: 66%;
	}

	.col-holder .single-col .col {
		width: 33%;
	}

	.col-holder .photo-box {
		padding: 20px 10px 10px;
	}

	.table-wrap {
		margin: 0 0 20px;
		padding: 0;
	}

	.description-list {
		margin: 0 0 20px;
	}
}

@media (max-width: 1299px) {
	.table th.headerSortDown span:after,
	.table th.headerSortUp span:after {
		right: 5px;
	}
}

@media (max-width: 1199px) {
	.jcf-select {
		min-width: 300px;
	}

	.jcf-file {
		text-align: center;
		letter-spacing: 0;
		padding: 15px 15px;
	}

	.jcf-file:before {
		display: none;
	}

	#header .left-side {
		width: 27%;
		margin: 0 0 0 30px;
	}

	.drop {
		width: 60px;
	}

	.nav-active .drop {
		width: 290px;
	}

	.drop .back-hold {
		width: 280px;
	}

	.drop .back {
		font-size: 12px;
		padding: 0 0 0 14px;
		margin: 0 0 0 48px;
	}

	#nav li {
		width: 280px;
	}

	#nav a {
		padding: 0 0 0 50px;
	}

	.nav-active #nav i {
		width: 50px;
	}

	#nav i {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}

	#nav span {
		font-size: 14px;
		padding: 18px 10px 17px 0;
	}

	.input-holder.style-1 .input-placeholder-text {
		margin: -7px 0 0;
	}

	.input-placeholder-text {
		font-size: 14px;
		margin: -7px 0 0;
	}

	.info-form .input-placeholder-text {
		margin: -7px 0 0;
	}

	.dash-holder .wrap {
		padding: 0 0 175px;
	}

	.dash-holder .wrap.style-1 {
		padding: 0 0 100px;
	}

	.dash-holder .btn-info,
	.dash-holder .btn-warning {
		min-width: 200px;
		margin: 0 5px;
	}

	.dash-holder .btn-info i,
	.dash-holder .btn-warning i {
		font-size: 16px;
		left: 20px;
	}

	.wrapper-hold {
		padding: 0 0 0 60px;
	}

	.nav-active .wrapper-hold {
		margin: 0 0 0 290px;
	}

	.wrapper-hold .shadow-hold {
		padding: 15px 10px 0 10px;
	}

	.wrapper-hold .title {
		padding: 0 0 5px;
	}

	.main-list .heading i {
		font-size: 16px;
	}

	.main-list .sub-title {
		font-size: 16px;
	}

	.main-list .add.add-1 {
		font-size: 20px;
	}

	.main-list .holder p {
		font-size: 14px;
	}

	.main-list .holder time {
		font-size: 16px;
	}

	.col-holder {
		padding: 15px 0;
	}

	.col-holder .row.style-1 .col:first-child {
		width: 50%;
	}

	.col-holder .row.style-1 .col:last-child {
		width: 50%;
	}

	.col-holder .row.style-1 .jcf-select {
		width: 100%;
		min-width: 300px;
	}

	.table-holder .min-title {
		font-size: 16px;
	}

	.table th {
		font-size: 14px;
	}

	.table td {
		font-size: 14px;
	}

	.radio-holder label {
		font-size: 14px;
		letter-spacing: 0;
	}

	.radio-holder .text-wrap {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	button.small-btn,
	input[type="button"].small-btn,
	input[type="reset"].small-btn,
	input[type="file"].small-btn,
	input[type="submit"].small-btn {
		width: 50%;
	}

	.jcf-select {
		min-width: 210px;
	}

	.jcf-select .jcf-select-text {
		font-size: 14px;
		margin: 0 32px 0 20px;
	}

	.jcf-select .jcf-select-opener {
		width: 32px;
	}

	.jcf-select .jcf-select-opener:before {
		font-size: 22px;
		right: 8px;
	}

	.jcf-list {
		font-size: 12px;
		line-height: 16px;
	}

	#wrapper.log-wrap {
		background-position: 100% 0;
	}

	#wrapper {
		font-size: 14px;
	}

	.logo {
		clear: both;
	}

	.logo span {
		font-size: 28px;
	}

	.logo a {
		width: 202px;
	}

	#header {
		padding: 60px 0 5px;
	}

	#header .logo {
		float: none;
		position: absolute;
		top: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#header .left-side {
		margin: 0 0 0 30px;
		width: 36%;
	}

	#header .right-side {
		margin: 4px 15px 0 0;
	}

	.menu {
		margin: 0 0 0 15px;
	}

	.nav-opener {
		margin: 5px 0 0;
	}

	.login-form .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.login-form .row .input-holder {
		width: 100%;
	}

	.login-form .button-hold {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.login-form .button-hold span {
		padding: 0 0 5px;
	}

	.login-form .button-hold button {
		margin: 0 auto;
	}

	.pass-form button {
		margin: 18px 0 0;
	}

	.dash-holder {
		padding: 30px 15px 0;
	}

	.dash-holder .back {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		float: left;
	}

	.dash-holder .wrap {
		padding: 0 0 75px;
	}

	.dash-holder .wrap.style-1 {
		padding: 0 0 50px;
	}

	.dash-holder .top-box {
		padding-bottom: 20px;
	}

	.dash-holder .title {
		font-size: 24px;
		margin: 0 0 10px;
	}

	.dash-holder .btn-info,
	.dash-holder .btn-warning {
		margin: 0 0 15px;
	}

	.dash-holder .bottom-box {
		font-size: 14px;
	}

	.dash-holder .phone-hold {
		margin: 0 0 30px;
	}

	.main-list li {
		width: 49%;
	}

	.main-list .li-hold {
		min-height: 110px;
	}

	.main-list .heading a {
		padding: 0 0 0 24px;
	}

	.main-list .heading i {
		font-size: 14px;
		top: -1px;
	}

	.main-list .sub-title {
		font-size: 14px;
	}

	.main-list .holder {
		padding: 0 0 0 24px;
		font-size: 14px;
	}

	.main-list .holder time {
		font-size: 14px;
	}

	.col-holder .form-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.col-holder form.pass-form .col {
		width: 50%;
	}

	.col-holder .small-col {
		width: 100%;
	}

	.col-holder .large-col {
		width: 100%;
	}

	.col-holder .row.style-1 .jcf-select {
		min-width: 210px;
	}

	.col-holder .photo-box {
		margin: 0 0 15px;
	}

	.info-holder .large-col {
		width: 50%;
		padding: 0 10px 0 0;
	}

	.info-holder .small-col {
		width: 50%;
		padding: 0 10px 0 0;
	}

	.table-holder .heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.table-holder .select-hold {
		margin: 0 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.description-list li {
		width: 50%;
		margin: 0 -4px 15px 0;
	}

	.radio-holder {
		padding: 0 0 0 10px;
	}

	.radio-holder .radio-wrap {
		width: 165px;
	}

	.radio-holder .text-wrap {
		padding: 10px 10px 10px 15px;
	}

	.form-wrap .input-holder {
		width: 50%;
	}

	.axis .tick text {
		font-size: 11px;
	}

	.date-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.date-wrap .date-select {
		margin: 0 0 15px;
	}

	.date-wrap .date-select .jcf-select {
		min-width: 300px;
	}

	.date-wrap .date-select .jcf-select .jcf-select-text {
		font-size: 16px;
	}

	.date-wrap .date-item {
		width: 100%;
		margin: 0 0 10px;
	}

	.select-wrap .jcf-select .jcf-select-text {
		font-size: 16px;
	}

	.date-box {
		width: 100%;
		margin: 0 0 20px;
	}

	.date-box .date-hold {
		max-width: none;
	}

	.date-box .date-hold input {
		font-size: 16px;
	}

	.date-box .date-item:last-child {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.my-guest-payment-inner {
		flex-direction:column;
	}

	.my-guest-payment-inner .input-holder:first-child {
		width:100%;
	}

	.fancybox-close {
		right: 10px;
		top: 10px;
	}

	.btn {
		min-width: 260px;
	}

	.logo span {
		margin: -10px 0 0;
	}

	#header {
		padding: 15px 0 5px;
	}

	#header .logo {
		clear: none;
		position: static;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		float: right;
		margin: 0 15px 0 0;
	}

	#header .left-side {
		width: 100%;
		padding: 0 15px;
		margin: 0;
	}

	#header .right-side {
		width: 290px;
		padding: 0 15px;
		margin: 0;
	}

	.nav-opener {
		margin: 10px 0 0;
	}

	.drop {
		width: 0;
		padding: 0;
	}

	.nav-active .drop {
		width: 100%;
	}

	.drop .back-hold {
		width: 100%;
	}

	#nav li {
		width: 100%;
	}

	.login-form {
		padding: 0 15px;
	}

	.login-form.new .check-hold {
		margin: 10px 0;
	}

	.login-form label {
		font-size: 16px;
	}

	.login-form a {
		font-size: 14px;
	}

	.dash-holder .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.dash-holder .left-side {
		position: static;
		width: 50%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.dash-holder .center-side {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.dash-holder .right-side {
		position: static;
		width: 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.dash-holder .title {
		font-size: 20px;
	}

	.dash-holder .bottom-box {
		padding: 10px;
	}

	.dash-holder .phone-hold {
		margin: 0 0 15px;
	}

	.wrapper-hold {
		padding: 0;
	}

	.nav-active .wrapper-hold {
		margin: 0;
	}

	.wrapper-hold .shadow-hold {
		padding: 15px;
	}

	.wrapper-hold .sub-title {
		margin: 0 0 5px;
	}

	.post-holder .post {
		padding: 0 0 25px;
	}

	.col-holder .row.style-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 0;
	}

	.col-holder .row.style-1 .col:first-child {
		width: 100%;
	}

	.col-holder .row.style-1 .col:last-child {
		width: 100%;
	}

	.col-holder .row.style-1 .item {
		display: block;
		padding: 0 0 15px;
	}

	.info-holder .large-col {
		padding: 0;
		width: 100%;
		margin: 0 0 15px;
	}

	.info-holder .small-col {
		padding: 0;
		width: 100%;
	}

	.info-holder time {
		margin: 0;
	}

	.info-holder .info-box {
		margin: 15px 0 0;
	}

	.info-holder .price {
		margin: 0 0 10px !important;
		display: block !important;
		font-size: 30px;
	}

	.table-holder .heading {
		margin: 0 0 15px;
	}

	.table-holder .select-hold {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.table-holder .min-title {
		margin: 0 0 10px;
	}

	.table-wrap .wrap {
		width: 800px;
	}

	.table th {
		font-size: 12px;
	}

	.table td {
		font-size: 12px;
	}

	.lightbox-demo .heading {
		padding: 20px 40px;
	}

	.lightbox-demo .title {
		font-size: 20px;
	}

	.lightbox-demo .body-box {
		padding: 15px;
		font-size: 16px;
	}

	.lightbox-demo .body-box > div {
		width: 100%;
	}

	.lightbox-demo .body-box > div.style-1 {
		width: 100%;
	}

	.radio-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: none;
		padding: 15px 10px;
	}

	.radio-holder .radio-wrap {
		border: 0;
		margin: 0 0 15px;
	}

	.radio-holder .text-wrap {
		padding: 0;
	}

	.form-wrap {
		margin: 0 0 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-wrap .input-holder {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}

	.form-wrap .input-holder input {
		margin: 0 0 10px;
	}

	.form-wrap .input-holder .info {
		font-size: 14px;
	}

	.form-wrap .input-holder .info br {
		display: none;
	}

	.graph-wrap .heading-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.graph-wrap .heading-holder .select-holder {
		width: 100%;
	}

	.graph-wrap .heading-holder .select-holder .jcf-select {
		min-width: auto;
		width: 100%;
	}

	.graph-wrap .heading-holder .title-info {
		margin: 0 0 15px;
	}

	.graph-body {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.graph-holder {
		min-width: 737px;
	}

	.date-wrap.date-style {
		margin: 0 0 10px;
	}

	.date-wrap.date-style .date-box {
		margin: 0 0 10px;
	}

	.date-wrap.date-style .date-box .date-hold {
		margin: 0;
		min-width: auto;
	}

	.date-wrap .date-select .jcf-select {
		min-width: 260px;
	}

	.ui-datepicker {
		width: 290px;
	}

	.ui-datepicker .ui-datepicker-calendar {
		font-size: 15px;
	}

	.ui-datepicker-header .ui-datepicker-title .jcf-select .jcf-select-text,
	.ui-datepicker-header .ui-datepicker-title .jcf-select .jcf-select-opener {
		font-size: 16px;
	}

	.ui-datepicker-header .ui-datepicker-title .jcf-select .jcf-select-opener {
		font-size: 22px;
	}
}

@media (max-width: 479px) {
	button.small-btn,
	input[type="button"].small-btn,
	input[type="reset"].small-btn,
	input[type="file"].small-btn,
	input[type="submit"].small-btn {
		width: 100%;
	}

	.pass-form button {
		margin: 0;
	}

	.main-list li {
		width: 100%;
	}

	.col-holder form.pass-form .col {
		width: 100%;
	}

	.col-holder .single-col {
		padding: 0 15px;
	}

	.col-holder .row {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.col-holder .col {
		width: 100%;
		padding: 0;
	}

	.progress-holder {
		margin: 5px 0 0;
	}

	.date-wrap .date-select {
		margin: 0 0 10px;
	}

	.date-wrap .date-select .jcf-select {
		min-width: auto;
		width: 100%;
	}

	.select-wrap {
		margin: 0 0 15px;
	}

	.select-wrap .jcf-select {
		min-width: auto;
		width: 100%;
	}

	.date-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 15px;
	}

	.date-box .date-item {
		margin: 0 0 15px;
	}
}

.transaction-number {
	display:block;
	margin-top: 24px;
}

.carousel-indicators li {
	background-color: #999;
	background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
	background-color: #009344;
}

#my-info-messages-success {
	display:none;
	background-color: #009344;
	color: #fff;
	padding:15px;
	margin: 0 0 20px 0;
}

#my-info-messages-fail {
	display:none;
	background-color: #ff0000;
	color: #fff;
	padding:15px;
	margin: 0 0 20px 0;
}	