/*! 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.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* 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: 0.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: -0.5em;
}

sub {
	bottom: -0.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: 0.35em 0.625em 0.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;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

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

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

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

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

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

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

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

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

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

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

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

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

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

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

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

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

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

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

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

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

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

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

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

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

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

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}

.list-links,
.list-links .btns-list,
.accordion,
.accordion ul,
.menu,
.menu .slide .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

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

.error {
	color: #c00;
	padding: 10px 0;
}

.error li {
	color: #c00;
}

.hidden {
	display: none;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 22px/1.2 "barl", "Arial", 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;
}

.password-reset .title {
	margin-left: -21px;
}

.point {
	position: absolute;
	bottom: 35px;
	right: -5px;
	transform: translate(-50%, -50%);
	height: 35px;
}

.point .count {
	font-size: 14px;
	color: #343435;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 1s ease-in-out;
}

.point .count.red {
	color: red;
	font-weight: 800;
}

.round {
	transform: rotate(-90deg);
	transition: opacity 1s ease-in-out;
}

.round .background {
	fill: none;
	stroke: #ddd;
	stroke-width: 10;
}

.round .progressbar {
	transition: all 1s ease-in-out;
	fill: none;
	stroke: gray;
	stroke-width: 10;
	stroke-linecap: round;
	stroke-dasharray: 0 999;
}

.round.orange .progressbar {
	stroke: orange;
}

.round.red .progressbar {
	stroke: red;
}

.round.red .background {
	fill: rgba(255, 0, 0, 0.34);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 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;
}

p {
	margin: 0 0 1em;
}

a {
	color: #e76f00;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

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

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 #999;
	padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
	border-color: #000;
}

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;
	opacity: 1;
}

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;
	opacity: 1;
}

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']::-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;
}

.text-length-ok {
	color: #2a6a25;
}

.text-length-warning {
	color: #ff9c00;
}

.text-length-error {
	color: #c00;
}

.text-length-indicator {
	position: relative;
	text-align: right;
	right: 10px;
	bottom: 25px;
	margin-bottom: -20px;
	font-size: 12px;
}

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[readonly],
textarea[readonly] {
	background-color: #f1f2f3;
}

/* Customize the label (the container) */

.custom-checkbox,
.custom-radiobox {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox input,
.custom-radiobox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-checkbox.disabled input ~ .pseudo-checkbox,
.custom-radiobox.disabled input ~ .pseudo-checkbox {
	background-color: #ddd;
}

.custom-checkbox.disabled input ~ .pseudo-checkbox::after,
.custom-radiobox.disabled input ~ .pseudo-checkbox::after {
	border-color: #fff;
}

.custom-checkbox:hover input ~ .pseudo-checkbox,
.custom-radiobox:hover input ~ .pseudo-checkbox {
	background-color: #ccc;
}

.pseudo-checkbox,
.pseudo-radiobox {
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #eee;
	border: 1px solid #999;
}

.pseudo-checkbox::after,
.pseudo-radiobox::after {
	content: "";
	position: absolute;
	display: none;
}

.pseudo-radiobox {
	border-radius: 100%;
}

.custom-checkbox.disabled.custom-checkbox-checked input ~ .pseudo-checkbox::after {
	display: block;
}

.custom-checkbox input:checked ~ .pseudo-checkbox::after,
.custom-radiobox input:checked ~ .pseudo-radiobox::after {
	display: block;
}

.custom-checkbox .pseudo-checkbox::after {
	left: 4px;
	top: 0;
	width: 5px;
	height: 9px;
	border: solid #e76f00;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom-radiobox .pseudo-radiobox::after {
	left: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	background: #e76f00;
	border-radius: 100%;
}

.action-disabled {
	opacity: 0.5;
}

.radio-area {
	position: relative;
	border: 5px solid rgba(0, 0, 0, 0.1);
	height: 50px;
}

.radio-area > label {
	font: 500 16px/47px "barl", "Arial", sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	width: 63px;
	color: #e76f00;
	text-transform: uppercase;
	padding: 0 2px 0 10px;
	background: #f1f2f3;
	z-index: 5;
	height: 47px;
}

.radio-area .radio-controls {
	display: block;
	position: relative;
	color: #707070;
	padding: 15px;
	margin-left: 108px;
	background: #d0d2d3;
}

.radio-area .radio-controls.radio-inline {
	display: flex;
}

.radio-area .radio-controls.radio-inline .form-control {
	padding: 0 5px;
}

.resize-active * {
	transition: none !important;
}

body {
	background: url(../images/main-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 1340px;
	padding: 0 100px;
	margin: 0 auto;
	min-height: 100vh;
}

.btn-primary {
	font-size: 22px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	background: #818489;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 10px 4px;
	transition: all 0.4s ease;
	border: none;
	text-align: center;
	margin-bottom: 3px;
}

.btn-primary .toggle-loader,
.btn-primary .draft-toggle-loader {
	font-size: 19px;
}

.mac.webkit .btn-primary {
	padding: 12px 8px 2px;
}

.btn-primary.full-width {
	width: 100%;
}

.btn-primary:hover {
	background: #393c41;
}

.btn-primary.btn-outline {
	background: rgba(255, 255, 255, 0);
	color: #818489;
	border: 2px solid #818489;
	border-radius: 1px;
}

.btn-primary.btn-outline:hover {
	border-color: #393c41;
	color: #393c41;
}

.btn-primary:disabled,
.btn-primary[disabled] {
	background: #999;
	color: #fff;
}

.btn-secondary {
	font-size: 22px;
	line-height: 26px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 1px;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 10px 2px;
	text-align: center;
	transition: all 0.4s ease;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea {
	font: 15px/18px "Arial", sans-serif;
	height: 50px;
	width: 100%;
	border: 5px solid #ddd;
	color: #707070;
	padding: 5px 15px;
}

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #7070709c;
	opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #7070709c;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7070709c;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7070709c;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 5px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	outline: none;
}

textarea {
	padding: 15px 5px 15px 15px;
	display: inline-block;
	min-height: 150px;
	height: auto;
}

.field-area {
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.field-area .field-area {
	border-bottom: 0;
}

.field-area.no-border {
	border-bottom: 0;
}

.field-area > .field-holder .form-control {
	border-bottom: 0;
}

.field-area > .col .form-control {
	border-bottom: 0;
}

.field-area > .col:last-child .form-control {
	border-left: 0;
}

.field-feedback {
	padding: 0 0 15px 108px;
	color: #707070;
}

.field-description {
	padding-left: 20px;
	display: block;
}

input[type="date"],
input[type="time"] {
	-webkit-appearance: none;
	padding-right: 40px;
}

.switcher-box {
	font: 12px/15px "Arial", sans-serif;
	padding: 2px 5px 5px;
	position: absolute;
	right: 12px;
	top: 0;
	background: #fff;
	border-radius: 0 0 8px 8px;
	color: #000;
	text-transform: uppercase;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
	width: 70px;
	text-align: center;
}

.switcher-box a {
	display: inline-block;
	vertical-align: top;
	color: #000;
	margin: 0 7px;
}

.switcher-box a .icon {
	line-height: 14px;
}

.switcher-box .search-holder {
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 0 0 -2px;
}

.form-wrap {
	position: relative;
	width: 100%;
	min-height: 100px;
}

.form-loader {
	position: absolute;
	top: 0;
	display: block;
	left: 0;
	right: 0;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.reset-password {
	float: right;
}

.error-wrapper {
	display: flex;
	align-items: center;
}

.error-wrapper a {
	display: block;
	margin-top: 15px;
}

.error-warning {
	display: inline-block;
	background: url("/dist/images/CUR_live_fehler.svg") no-repeat;
	width: 75px;
	height: 60px;
	margin: 0 10px;
}

.error-warning.test {
	background-image: url("/dist/images/CUR_test_fehler.svg");
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.flex-wrapper.three-col-flex .field-holder {
	flex-basis: 33%;
}

.two-cols {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}

#content {
	overflow: hidden;
	padding: 0 0 0 20px;
}

.download-item {
	display: flex;
	justify-content: flex-end;
	position: relative;
	flex-direction: row;
	font-size: 16px;
}

.content-box {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding: 35px 0 0;
	position: relative;
}

.content-box .head {
	font: 22px/1.2 "barl", "Arial", sans-serif;
	text-transform: uppercase;
	color: #818489;
	padding: 0 0 8px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.content-box .head .float-right {
	float: right;
}

.content-box .head .float-left {
	float: left;
}

.content-box .head .title {
	letter-spacing: -0.6px;
	font-weight: 400;
}

.content-box .head .btn-back,
.content-box .head .btn-back1 {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 7px;
	top: 0;
	background: #e76f00;
	color: #fff;
	border-radius: 100%;
	text-align: center;
}

.content-box .head .btn-back .icon,
.content-box .head .btn-back1 .icon {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 23px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2px 0 0;
}

.content-box .head .btn-edit,
.content-box .head .btn-edit1 {
	position: relative;
	overflow: hidden;
}

.content-box .head .btn-edit .btn-text,
.content-box .head .btn-edit1 .btn-text {
	display: none;
}

.content-box .head .btn-edit.active .btn-text,
.content-box .head .btn-edit1.active .btn-text {
	display: inline;
}

.content-box .head .btn-edit .img,
.content-box .head .btn-edit1 .img {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #818489;
	color: #fff;
	text-align: center;
	margin: 3px 7px 0 0;
}

.mac .content-box .head .btn-edit .img,
.mac
        .content-box .head .btn-edit1 .img {
	margin: 0 7px 0 0;
}

.content-box .head .btn-edit .icon-pencil,
.content-box .head .btn-edit1 .icon-pencil {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
}

.content-box .btn-holder {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding: 20px 0 0;
	font-family: "barl", "Arial", sans-serif;
}

.content-box .btn-holder.btn-holder-no-border {
	border: none;
}

.content-box .btn-holder.text-center {
	text-align: center;
}

.content-box .btn-holder.style .btn-primary .one-third-size {
	width: 32%;
	margin-right: 2%;
}

.content-box .btn-holder.style .btn-primary .one-third-size:last-child {
	margin-right: 0;
}

.content-box .btn-holder .btn-primary {
	min-width: 270px;
}

.content-box .btn-holder .btn-primary.one-third-size {
	min-width: 209px;
}

.content-box .wrap {
	position: relative;
	overflow: hidden;
	margin: 0 0 -4px;
}

.content-box #standby-form-holder {
	padding-top: 10px;
}

.list-links {
	font-size: 34px;
	line-height: 38px;
	margin: 0 0 39px;
}

.list-links.accordion {
	margin: 0;
}

.list-links.style > li > a,
.list-links.style > li > .item {
	background: rgba(151, 151, 151, 0.8);
	padding: 12px 20px 8px 20px;
}

.list-links.style > li > a:hover,
.list-links.style > li > .item:hover {
	background: #979797;
}

.list-links.list-links-social {
	background: #636c72;
	background: rgba(99, 108, 114, 0.3);
	padding: 10px;
}

.list-links.list-links-social li {
	margin-bottom: 10px;
}

.list-links.list-links-social li:last-child {
	margin-bottom: 0;
}

.list-links.list-links-social .title {
	font-size: 20px;
	line-height: 26px;
}

.list-links li {
	margin: 0 0 2px;
	position: relative;
}

.list-links li.list-edit > a,
.list-links li.list-edit > .item {
	transform: translate(70px, 0);
}

.list-links li.list-edit .btns-list {
	opacity: 1;
	visibility: visible;
}

.list-links li.list-edit.double > a,
.list-links li.list-edit.double > .item,
.list-links li.list-edit.double > .details {
	transform: translate(140px, 0);
}

.list-links li.list-edit.no-transform > a,
.list-links li.list-edit.no-transform > .item {
	transform: translate(0, 0);
}

.list-links li > .details {
	transition: all 0.4s ease;
}

.list-links li > a,
.list-links li > .item {
	display: block;
	background: rgba(124, 138, 151, 0.9);
	color: #fff;
	padding: 12px 30px 8px 20px;
	position: relative;
	transition: all 0.4s ease;
}

.list-links li > a.no-padding,
.list-links li > .item.no-padding {
	padding: 8px 10px 8px 8px;
}

.list-edit .list-links li > a,
.list-edit
      .list-links li > .item {
	transform: translate(70px, 0);
}

.list-edit.double .list-links li > a,
.list-edit.double
      .list-links li > .item {
	transform: translate(140px, 0);
}

.list-links li > a.edit,
.list-links li > a.dark,
.list-links li > .item.edit,
.list-links li > .item.dark {
	background: rgba(60, 75, 89, 0.8);
}

.list-links li > a.edit .circle,
.list-links li > a.dark .circle,
.list-links li > .item.edit .circle,
.list-links li > .item.dark .circle {
	background: #9eb1c1;
	right: 20px;
	top: 58%;
}

.list-links li > a.edit .circle.color-red,
.list-links li > a.dark .circle.color-red,
.list-links li > .item.edit .circle.color-red,
.list-links li > .item.dark .circle.color-red {
	background: #c00;
}

.list-links li > a.edit .circle.color-green,
.list-links li > a.dark .circle.color-green,
.list-links li > .item.edit .circle.color-green,
.list-links li > .item.dark .circle.color-green {
	background: #2a6a25;
}

.list-links li > a.edit .text,
.list-links li > a.dark .text,
.list-links li > .item.edit .text,
.list-links li > .item.dark .text {
	background: rgba(124, 138, 151, 0.6);
}

.list-links li > a:hover,
.list-links li > .item:hover {
	background: #7c8a97;
}

.list-links li > a .icon-chevron-right,
.list-links li > a .edit,
.list-links li > .item .icon-chevron-right,
.list-links li > .item .edit {
	font-size: 18px;
	line-height: 18px;
	right: 15px;
	position: absolute;
	font-weight: 300;
	top: 50%;
	margin: -9px 0 0;
}

.list-links li .top-text {
	display: flex;
	margin: 0 0 5px;
	font: 14px/18px "Arial", sans-serif;
	flex-wrap: wrap;
}

.list-links li .top-text time {
	display: inline-block;
	vertical-align: top;
}

.list-links li .top-text .time {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.list-links li .top-text .location-username {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 1;
	flex-shrink: 1;
	margin: 0 0 0 5px;
}

.list-links li .top-text .int-title {
	float: right;
	flex-grow: 0;
}

.list-links li .text {
	width: 31px;
	height: 31px;
	font: 16px/20px "Arial", sans-serif;
	text-transform: uppercase;
	border-radius: 100%;
	background: rgba(73, 82, 89, 0.6);
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.list-links li .text .icon {
	font-size: 31px;
}

.list-links li .circle {
	width: 26px;
	height: 26px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #2a6a25;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 46px;
	top: 50%;
	border-radius: 100%;
	margin: -13px 0 0;
}

.list-links li .circle.color-red {
	background: #c00;
}

.list-links li .circle.color-grey {
	background: #7c8a97;
}

.list-links li .circle.color-grey.remove-information {
	padding: 12px;
	right: 92px;
	top: 58%;
}

.list-links li .circle.color-grey.copy-information,
.list-links li .circle.color-grey.edit-information-text {
	padding: 12px;
	right: 56px;
	top: 58%;
}

.iphone .list-links li .circle {
	bottom: 22px;
}

.list-links li .social-count {
	width: 26px;
	height: 26px;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 70px;
	top: 50%;
	border-radius: 100%;
	margin: -13px 0 0;
}

.list-links li .title {
	display: block;
	position: relative;
	letter-spacing: -0.6px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-links li .title.style {
	padding: 5px 0 5px 0;
	display: flex;
}

.list-links li .title.style .inf-teaser {
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-links li .title.style .icons-fix {
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
}

.list-links .btns-list {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	bottom: 0;
	text-transform: uppercase;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.list-edit .list-links .btns-list {
	opacity: 1;
	visibility: visible;
}

.list-links .btns-list li {
	font-size: 13px;
	line-height: 16px;
	width: 70px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.list-links .btns-list a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: rgba(255, 156, 0, 0.9);
}

.list-links .btns-list a.btn-delete {
	background: rgba(204, 0, 0, 0.9);
}

.list-links .btns-list .icon {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 7px;
}

.invalid-feedback {
	width: 100%;
	color: #fff;
	font-size: 80%;
	border-top: 5px solid rgba(0, 0, 0, 0.1);
	border-left: 5px solid rgba(0, 0, 0, 0.1);
	border-right: 5px solid rgba(0, 0, 0, 0.1);
}

.invalid-feedback div {
	background: #eb4f00;
	padding-left: 5px;
}

.form-submit {
	font: 15px/18px "Arial", sans-serif;
	position: relative;
	overflow: hidden;
	margin: -10px 0 0;
}

.form-submit .wrap-box {
	position: relative;
}

.form-submit .wrap-box:first-child .lable-field label {
	bottom: 5px;
}

.form-submit .child-input-focused .image-holder {
	display: block;
}

.form-submit .image-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 99;
	display: none;
}

.form-submit .image-holder img {
	width: 100%;
	height: auto;
}

.form-submit .field-area {
	position: relative;
	margin: 0 0 2px;
}

.form-submit .field-area.spacing-top {
	margin-top: 20px;
}

.form-submit .field-area.style {
	margin: 0 -1px 4px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.form-submit .field-area.style .col {
	width: 13.5%;
	padding: 0 1px;
}

.form-submit .field-area.style .col:first-child {
	width: 24.9%;
}

.form-submit .field-area.style .col:last-child {
	width: 61.6%;
}

.form-submit .field-area.style1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -1px 25px;
}

.form-submit .field-area.style1 .col {
	width: 24.9%;
	padding: 0 1px;
}

.form-submit .field-area.style1 .col:nth-child(2),
.form-submit .field-area.style1 .col:nth-child(3) {
	width: 13.4%;
}

.form-submit .field-area.style1 .col:last-child {
	width: 48.3%;
}

.form-submit .field-area.style2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -1px 0;
}

.form-submit .field-area.style2 input[type="text"],
.form-submit .field-area.style2 input[type="time"],
.form-submit .field-area.style2 input[type="date"] {
	padding-right: 50px;
}

.form-submit .field-area.style2 input:read-only {
	color: #a0a0a0;
}

.form-submit .field-area.style2 .ico-lable {
	font-size: 26px;
	line-height: 26px;
	margin: -13px 0 0;
	position: absolute;
	right: 13px;
	top: 50%;
	color: #e76f00;
}

.form-submit .field-area.style2 .col {
	width: 50%;
	padding: 0;
	position: relative;
}

.form-submit .field-area.style2 .col.col-time .lable-field label {
	width: 138px;
}

.form-submit .field-area.style2 .col.col-time .lable-field input {
	padding-left: 150px;
}

.form-submit .field-area.style2 .col.last .lable-field label {
	left: 0;
}

.form-submit .field-area.child-field-area {
	margin-left: 30px;
}

.form-submit .field-area.grand-child-field-area {
	margin-left: 60px;
}

.form-submit .optional-box,
.form-submit .large-label-box,
.form-submit .larger-label-box {
	position: relative;
	overflow: hidden;
	padding: 14px 0 20px;
}

.form-submit .optional-box.no-padding,
.form-submit .large-label-box.no-padding,
.form-submit .larger-label-box.no-padding {
	padding: 0;
}

.form-submit .optional-box .head,
.form-submit .large-label-box .head,
.form-submit .larger-label-box .head {
	padding: 0 0 8px;
}

.form-submit .optional-box .head .title,
.form-submit .large-label-box .head .title,
.form-submit .larger-label-box .head .title {
	font: 22px/1.2 "barl", "Arial", sans-serif;
	letter-spacing: 0.4px;
}

.form-submit .optional-box .lable-field label,
.form-submit .optional-box .radio-area label,
.form-submit .large-label-box .lable-field label,
.form-submit .large-label-box .radio-area label,
.form-submit .larger-label-box .lable-field label,
.form-submit .larger-label-box .radio-area label {
	width: 108px;
	letter-spacing: -0.4px;
}

.mac .form-submit .optional-box .lable-field label,
.mac
      .form-submit .optional-box .radio-area label,
.mac
      .form-submit .large-label-box .lable-field label,
.mac
      .form-submit .large-label-box .radio-area label,
.mac
      .form-submit .larger-label-box .lable-field label,
.mac
      .form-submit .larger-label-box .radio-area label {
	-webkit-padding-before: 3px;
}

.form-submit .optional-box .lable-field .jcf-select-text,
.form-submit .optional-box .radio-area .jcf-select-text,
.form-submit .large-label-box .lable-field .jcf-select-text,
.form-submit .large-label-box .radio-area .jcf-select-text,
.form-submit .larger-label-box .lable-field .jcf-select-text,
.form-submit .larger-label-box .radio-area .jcf-select-text {
	margin-left: 108px;
	padding-left: 12px;
}

.form-submit .optional-box .lable-field input,
.form-submit .optional-box .radio-area input,
.form-submit .large-label-box .lable-field input,
.form-submit .large-label-box .radio-area input,
.form-submit .larger-label-box .lable-field input,
.form-submit .larger-label-box .radio-area input {
	padding-left: 120px;
}

.form-submit .optional-box .lable-field.lable-field-double-width label,
.form-submit .optional-box .radio-area.lable-field-double-width label,
.form-submit .large-label-box .lable-field.lable-field-double-width label,
.form-submit .large-label-box .radio-area.lable-field-double-width label,
.form-submit .larger-label-box .lable-field.lable-field-double-width label,
.form-submit .larger-label-box .radio-area.lable-field-double-width label {
	width: 216px;
}

.form-submit .optional-box .lable-field.lable-field-double-width .jcf-select-text,
.form-submit .optional-box .radio-area.lable-field-double-width .jcf-select-text,
.form-submit .large-label-box .lable-field.lable-field-double-width .jcf-select-text,
.form-submit .large-label-box .radio-area.lable-field-double-width .jcf-select-text,
.form-submit .larger-label-box .lable-field.lable-field-double-width .jcf-select-text,
.form-submit .larger-label-box .radio-area.lable-field-double-width .jcf-select-text {
	margin-left: 216px;
}

.form-submit .larger-label-box .lable-field label {
	width: 216px;
}

.form-submit .larger-label-box .lable-field .jcf-select-text {
	margin-left: 216px;
}

.form-submit .lable-field {
	position: relative;
}

.form-submit .lable-field input {
	padding: 5px 5px 5px 79px;
}

.form-submit .lable-field .jcf-select-text {
	margin-left: 74px;
}

.form-submit .lable-field label {
	font: 500 16px/47px "barl", "Arial", sans-serif;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin-top: 5px;
	width: 63px;
	color: #e76f00;
	text-transform: uppercase;
	padding: 0 2px 0 10px;
	background: #f1f2f3;
	z-index: 5;
	height: 47px;
}

.form-submit .field-area.textarea-field-area .lable-field label {
	height: 100%;
}

.form-submit .field-area.textarea-field-area textarea {
	padding: 15px 5px 15px 120px;
}

.form-submit .check-area {
	border: 5px solid rgba(0, 0, 0, 0.1);
}

.form-submit .holder {
	background: #76818a;
	padding: 10px;
	color: #fff;
	position: relative;
	min-height: 36px;
}

.form-submit .check-holder {
	background: #76818a;
	padding: 10px 10px 10px 30px;
	color: #fff;
	position: relative;
	min-height: 36px;
}

.form-submit .check-holder.check-holder-light {
	background-color: #f1f2f3;
	color: #707070;
}

.form-submit .check-holder.check-holder-light .pseudo-checkbox {
	background-color: #fff;
}

.form-submit .check-holder .pseudo-checkbox,
.form-submit .check-holder .pseudo-radiobox {
	position: absolute;
	left: -20px;
	top: 2px;
}

.form-submit .field-holder {
	position: relative;
	overflow: hidden;
}

.form-submit .field-holder.style {
	margin: 0 0 -5px;
}

.editors-hint {
	font-size: 16px;
	width: 50%;
	float: right;
}

.toggle-all-button {
	clear: both;
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 16px;
	line-height: 1.2em;
	height: 30px;
}

.toggle-all-button .toggle-loader {
	font-size: 12px;
	display: none;
}

.accordion-wrap {
	border: 5px solid rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
}

.accordion {
	font: 16px/20px "Arial", sans-serif;
	background: #76818a;
}

.accordion .slide {
	display: none;
}

.accordion > li {
	display: list-item;
	position: relative;
}

.accordion > li .icon-chevron-right,
.accordion > li .edit {
	font-size: 18px;
	line-height: 18px;
	right: 15px;
	position: absolute;
	font-weight: 300;
	top: 50%;
	margin: -9px 0 0;
}

.accordion > li.active > a::after,
.accordion > li.active > .item::after {
	transform: rotate(180deg);
}

.accordion > li > .opener,
.accordion > li .direct-link {
	border-bottom-color: #d8d8d9;
}

.accordion .pseudo-checkbox {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 5;
}

.accordion .opener,
.accordion .direct-link {
	color: #fff;
	display: block;
	padding: 11px 60px 10px 33px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.accordion .opener::after {
	transition: all 0.4s ease;
	position: absolute;
	right: 5px;
	top: 50%;
	font: 30px/28px 'icomoon';
	content: "\e92d";
	margin: -14px 0 0;
}

.accordion .active.loading > .opener::after {
	font: 22px/28px FontAwesome;
	content: "\f110";
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.accordion ul li {
	position: relative;
}

.accordion ul li.active > a::after,
.accordion ul li.active > .item::after {
	transform: rotate(180deg);
}

.accordion ul .opener,
.accordion ul .direct-link {
	padding: 10px 60px 10px 48px;
}

.accordion ul ul .opener,
.accordion ul ul .direct-link,
.accordion ul ul .detail-area {
	padding-left: 63px;
	padding-right: 50px;
}

.accordion ul ul ul .opener,
.accordion ul ul ul .direct-link,
.accordion ul ul ul .detail-area {
	padding-left: 78px;
}

.accordion ul ul ul ul .opener,
.accordion ul ul ul ul .direct-link,
.accordion ul ul ul ul .detail-area {
	padding-left: 103px;
}

.accordion ul .pseudo-checkbox {
	left: 25px;
}

.accordion ul ul .pseudo-checkbox {
	left: 40px;
}

.accordion ul ul ul .pseudo-checkbox {
	left: 55px;
}

.accordion ul ul ul ul .pseudo-checkbox {
	left: 70px;
}

.accordion ul .detail-area {
	color: #fff;
}

.accordion ul .detail-area .pseudo-checkbox {
	left: -20px;
	top: 3px;
}

.accordion ul a {
	color: #fff;
}

.accordion ul .check-list li {
	padding: 0;
}

.accordion ul .detail-area {
	position: relative;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #a1a7ab;
}

.accordion p {
	margin: 0;
}

.accordion .top-text {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 20px;
}

.accordion .sub-heading {
	display: block;
	font-weight: 700;
	margin: 0 0 3px;
}

.accordion time {
	display: block;
	padding: 10px 0 0;
}

.iphone .nav-opener .text {
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.iphone .menu > li > a {
	padding: 10px 30px 2px 57px;
}

.iphone .menu .slide a {
	padding: 10px 15px 5px 56px;
}

.iphone .menu > li > a.btn-secondary {
	padding: 8px 14px 0;
}

.iphone .content-box .btn-holder .btn-primary {
	padding: 18px 10px 6px;
}

.iphone .list-links > li .title {
	margin: 0 0 -3px;
}

.iphone .content-box .head .btn-edit,
.iphone .content-box .head .btn-edit1 {
	line-height: 32px;
	top: -4px;
}

.iphone .content-box .head .btn-back,
.iphone .content-box .head .btn-back1 {
	top: 0;
}

.iphone .content-box .head .title {
	padding: 4px 0 0;
}

.iphone .list-links > li .title.style {
	line-height: 40px;
}

.iphone .list-links-social.list-links > li .circle {
	bottom: 7px;
}

#draft_success_message,
#draft_error_message {
	margin: 4px 15px 0 0;
	float: right;
}

.dashboard {
	margin-top: 10px;
}

.dashboard .dashboard-items {
	margin: 0 -10px;
}

.dashboard .dashboard-item {
	width: 33.333%;
	float: left;
	padding: 0 10px 15px 10px;
}

.dashboard iframe {
	border: 1px solid grey;
	width: 100%;
	height: 480px;
}

.dashboard .label {
	color: white;
	font-size: medium;
}

.dashboard .icon {
	margin: 5px;
}

.dashboard .top {
	border: 1px solid grey;
	border-bottom: none;
	height: 30px;
	width: 100%;
	text-align: center;
	background-color: #393c41;
	overflow: hidden;
}

.dashboard .top a {
	float: right;
}

.dashboard #facebook {
	width: 378px;
	height: 482px;
}

.dashboard .topface {
	border: 1px solid grey;
	height: 510px;
	width: 100%;
	text-align: center;
	background-color: #393c41;
}

.dashboard .topface a {
	float: right;
}

.dashboard #twitter {
	width: 378px;
	height: 482px;
}

.dashboard .toptwitt {
	border: 1px solid grey;
	height: 510px;
	width: 100%;
	text-align: center;
	background-color: #393c41;
}

.dashboard .toptwitt a {
	float: right;
}

a.hashtag-link {
	padding-right: 10px;
}

.check-list .opener.text-color-grey {
	color: #999;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 6px;
	vertical-align: top;
	border-top: 1px solid #e76f00;
	line-height: 18px;
	font-size: 16px;
	text-align: left;
}

.table thead th {
	padding: 12px 4px 4px 4px;
	vertical-align: bottom;
	border-bottom: 2px solid #e76f00;
	letter-spacing: -0.6px;
	font-weight: 400;
	color: #e76f00;
}

.table tbody td {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.table tbody tr:hover td {
	background: #ffd8b4;
}

.table .center {
	text-align: center;
}

#header {
	position: relative;
	background: #818489;
	color: #fff;
	padding: 40px 0 0;
}

#header .title {
	font: 12px/15px "Arial", sans-serif;
	display: block;
	padding: 10px 30px;
	margin-bottom: 25px;
}

.dashboard-home {
	float: left;
	color: #fff;
	margin-top: 8px;
}

.logo-holder {
	padding: 0 27px 93px;
	text-align: right;
	position: relative;
}

.logo-holder .home {
	float: left;
	color: #fff;
	margin-top: 60px;
}

.logo-holder::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	content: '';
	background: #000;
}

.logo {
	display: inline-block;
	width: 197px;
	float: right;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
	vertical-align: middle;
}

.logo-left {
	display: block;
	float: left;
	height: 42px;
}

.logo-left img {
	width: auto;
	height: 100%;
	vertical-align: middle;
}

.nav-opener {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	margin: 13px 0 0;
}

.nav-opener.nav-opener-dashboard {
	display: none;
}

.nav-opener .bar {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 16px;
	border-top: 3px solid #fff;
	position: relative;
}

.nav-opener .bar::after,
.nav-opener .bar::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	content: '';
	height: 3px;
	background: #fff;
}

.nav-opener .bar::after {
	top: 11px;
}

.nav-opener .text {
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 0 10px;
}

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

#nav {
	float: left;
	width: 270px;
}

.menu > li {
	border-bottom: 1px solid #fff;
}

.menu > li.slide-active > a .slide-opener::after {
	display: none;
}

.menu > li.last {
	font-size: 20px;
	line-height: 22px;
	background: #818489;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 9px 7px 12px 13px;
	align-items: center;
	letter-spacing: -1px;
}

.menu > li.last .title {
	font-size: 20px;
	line-height: 22px;
	display: block;
}

.menu > li.last .sub-heading {
	display: block;
	word-break: break-all;
	padding-right: 10px;
}

.menu > li > a {
	background: #818489;
	padding: 7px 30px 7px 53px;
	display: block;
	color: #fff;
	position: relative;
	letter-spacing: -0.3px;
	word-break: break-all;
}

.mac.webkit .menu > li > a {
	padding: 12px 20px 2px 57px;
}

.menu > li > a:hover,
.menu > li > a.current {
	background: #393c41;
}

.menu > li > a.btn-secondary {
	padding: 5px 14px 3px;
	word-break: normal;
}

.mac .menu > li > a.btn-secondary {
	padding: 8px 14px 0;
}

.menu .slide-opener {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	background: #fff;
	margin: -10px 0 0;
}

.menu .slide-opener::after,
.menu .slide-opener::before {
	width: 8px;
	height: 2px;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #818489;
	margin: -1px 0 0 -4px;
}

.menu .slide-opener::after {
	transform: rotate(90deg);
}

.menu .img {
	font-size: 24px;
	line-height: 24px;
	margin: -12px 0 0;
	position: absolute;
	left: 15px;
	top: 50%;
}

.menu .slide {
	background: #818489;
	padding: 0;
}

.menu .slide a {
	font-size: 18px;
	line-height: 22px;
	padding: 10px 15px 10px 53px;
	background: #e9e9e9;
	position: relative;
	color: #343435;
	display: block;
}

.menu .slide a:hover {
	background: #efefef;
}

.menu .slide .list > li {
	border-bottom: 1px solid #fff;
}

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-blackitalic-webfont.eot");
	src: url("../fonts/barlowcondensed-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-blackitalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-blackitalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-blackitalic-webfont.svgbarlowcondensed-blackitalic-webfont") format("svg");
	font-weight: 900;
	font-style: italic;
}

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

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-bolditalic-webfont.eot");
	src: url("../fonts/barlowcondensed-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-bolditalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-bolditalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-bolditalic-webfont.svgbarlowcondensed-bolditalic-webfont") format("svg");
	font-weight: 700;
	font-style: italic;
}

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

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-extrabolditalic-webfont.eot");
	src: url("../fonts/barlowcondensed-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-extrabolditalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-extrabolditalic-webfont.svgbarlowcondensed-extrabolditalic-webfont") format("svg");
	font-weight: 800;
	font-style: italic;
}

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

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-extralightitalic-webfont.eot");
	src: url("../fonts/barlowcondensed-extralightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-extralightitalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-extralightitalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-extralightitalic-webfont.svgbarlowcondensed-extralightitalic-webfont") format("svg");
	font-weight: 200;
	font-style: italic;
}

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

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-italic-webfont.eot");
	src: url("../fonts/barlowcondensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-italic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-italic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-italic-webfont.svgbarlowcondensed-italic-webfont") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-lightitalic-webfont.eot");
	src: url("../fonts/barlowcondensed-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-lightitalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-lightitalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-lightitalic-webfont.svgbarlowcondensed-lightitalic-webfont") format("svg");
	font-weight: 300;
	font-style: italic;
}

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

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-mediumitalic-webfont.eot");
	src: url("../fonts/barlowcondensed-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-mediumitalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-mediumitalic-webfont.svgbarlowcondensed-mediumitalic-webfont") format("svg");
	font-weight: 500;
	font-style: italic;
}

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

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

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-semibolditalic-webfont.eot");
	src: url("../fonts/barlowcondensed-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-semibolditalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-semibolditalic-webfont.svgbarlowcondensed-semibolditalic-webfont") format("svg");
	font-weight: 600;
	font-style: italic;
}

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

@font-face {
	font-family: barl;
	src: url("../fonts/barlowcondensed-thinitalic-webfont.eot");
	src: url("../fonts/barlowcondensed-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/barlowcondensed-thinitalic-webfont.woff") format("woff"), url("../fonts/barlowcondensed-thinitalic-webfont.ttf") format("truetype"), url("../fonts/barlowcondensed-thinitalic-webfont.svgbarlowcondensed-thinitalic-webfont") format("svg");
	font-weight: 100;
	font-style: italic;
}

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

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

.icon-file-pdf-box::before {
	content: "\e909";
}

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

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

.icon-format-list-bulleted::before {
	content: "\e90c";
}

.icon-format-textdirection-l-to-r::before {
	content: "\e90d";
}

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

.icon-lage .path1::before {
	content: "\e90f";
	color: black;
}

.icon-lage .path2::before {
	content: "\e910";
	margin-left: -1em;
	color: black;
}

.icon-lage .path3::before {
	content: "\e911";
	margin-left: -1em;
	color: black;
}

.icon-lage .path4::before {
	content: "\e912";
	margin-left: -1em;
	color: white;
}

.icon-localpost::before {
	content: "\e913";
}

.icon-magnify::before {
	content: "\e914";
}

.icon-message::before {
	content: "\e915";
}

.icon-message-text::before {
	content: "\e916";
}

.icon-newspaper::before {
	content: "\e917";
}

.icon-delete::before {
	content: "\e918";
}

.icon-email::before {
	content: "\e919";
}

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

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

.icon-file-document-box::before {
	content: "\e91c";
}

.icon-call-split::before {
	content: "\e91d";
}

.icon-cancel::before {
	content: "\e91e";
}

.icon-cellphone-iphone::before {
	content: "\e91f";
}

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

.icon-checkbox-marked-outline::before {
	content: "\e921";
}

.icon-chempark24::before {
	content: "\e922";
}

.icon-clock::before {
	content: "\e923";
}

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

.icon-content-copy::before {
	content: "\e925";
}

.icon-content-save::before {
	content: "\e926";
}

.icon-bell-ring::before {
	content: "\e927";
}

.icon-book-open-variant::before {
	content: "\e928";
}

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

.icon-calendar2::before {
	content: "\e92a";
}

.icon-backup-restore::before {
	content: "\e92b";
}

.icon-account::before {
	content: "\e92c";
}

.icon-chevron-down2::before {
	content: "\e92d";
}

.icon-chevron-left2::before {
	content: "\e92e";
}

.icon-chevron-right2::before {
	content: "\e92f";
}

.icon-chevron-up2::before {
	content: "\e930";
}

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

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

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

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

.icon-filter::before {
	content: "\f0b0";
}

/* radio */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #e76f00;
	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;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #9ba3a9;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #e76f00;
	border-width: 0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-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 -5px;
}

.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;
}

/* custom select styles */

.jcf-select {
	display: block;
	width: 100%;
	position: relative;
	border: 5px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	color: #707070;
}

.jcf-select.jcf-drop-active .jcf-select-opener::after {
	transform: rotate(180deg);
}

.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: 15px/40px "Arial", sans-serif;
	padding: 0 35px 0 14px;
	background: #d0d2d3;
	height: 45px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 45px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener::after {
	font: 30px/30px 'icomoon';
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\e92d";
	margin: -15px 0 0 -15px;
	color: #e76f00;
	transition: all 0.4s ease;
}

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

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 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;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-top: none;
}

/* 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 {
	font: 15px/18px "Arial", sans-serif;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f1f2f3;
	width: 100%;
}

.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;
	border-top: 1px solid #e6e7e7;
}

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

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

.jcf-list .jcf-option.jcf-option-self {
	background-color: #e7ba85;
}

.jcf-list .jcf-option.jcf-option-hidden {
	display: none;
}

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

select[readonly] + .jcf-select {
	color: #999;
	pointer-events: none;
}

select[readonly] + .jcf-select .jcf-select-opener {
	display: none;
}

.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;
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix::after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-datepicker {
	width: 17em;
	padding: 0.2em 0.2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 0 0.4em;
}

.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em 0.6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px 0.4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: 0.3;
	filter: alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 5px;
	background: #666;
	opacity: 0.3;
	filter: alpha(Opacity=30);
	border-radius: 8px;
}

.ui-widget-content {
	border: 5px solid #e3e3e3;
	box-shadow: inset 0 0 0 1px rgba(184, 184, 184, 0.75);
}

.ui-datepicker {
	width: 19.3em;
	z-index: 99 !important;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../images/ui-icons_555555_256x240.png");
}

.distribution-list-nav {
	text-align: center;
}

.distribution-list-nav ul {
	display: inline-block;
	height: 45px;
	border: 1px solid #818489;
	margin: 0 auto 40px;
	padding: 0;
}

.distribution-list-nav li {
	display: inline-block;
	background: #fff;
	width: 80px;
	padding: 10px;
	border-right: 1px solid #818489;
	text-align: center;
	height: 43px;
	position: relative;
}

.distribution-list-nav li.link-text {
	width: inherit;
	padding-top: 13px;
}

.distribution-list-nav li svg .fill {
	fill: #818489;
}

.distribution-list-nav li a {
	color: #818489;
}

.distribution-list-nav li.active {
	background: #818489;
}

.distribution-list-nav li.active svg .fill {
	fill: #fff;
}

.distribution-list-nav li.active a {
	color: #fff;
}

.distribution-list-nav li:last-child {
	border-right: none;
}

.distribution-list-nav li img,
.distribution-list-nav li svg {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	width: auto;
}

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

.recipient-list li span.inner {
	position: relative;
	display: block;
	text-align: left;
	font: 14px/22px "Arial", sans-serif;
	padding: 30px 80px 30px 11px;
	color: #fff;
	background-color: #76818a;
	border-bottom: 1px solid #fff;
	min-height: 160px;
}

.recipient-list li div.inner {
	text-align: left;
	font: 14px/22px "Arial", sans-serif;
	padding: 30px 50px 30px 11px;
	color: #fff;
	background-color: #76818a;
	border-bottom: 1px solid #fff;
	min-height: 160px;
}

.recipient-list li div.inner.flex-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.recipient-list li div.inner .recipient-block {
	flex-grow: 1;
}

.recipient-list li div.inner .confirm-block {
	padding-top: 15px;
}

.recipient-list li div.inner .confirm-block .label {
	display: flex;
}

.recipient-list li div.inner .confirm-block .label .label-content {
	align-self: flex-end;
	padding-right: 5px;
}

.recipient-list li div.inner .supervisor-block {
	flex-grow: 0;
	order: 3;
	flex-shrink: 0;
	width: 200px;
}

.recipient-list li div.inner .supervisor-block .supervisor-icon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #fff;
}

.recipient-list li div.inner .sorting-block {
	flex-grow: 0;
	order: 2;
	flex-shrink: 0;
	flex-basis: 100px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
}

.recipient-list li span.sort {
	display: block;
	padding: 0;
	border-bottom: none;
	cursor: pointer;
	float: right;
}

.recipient-list li a {
	color: #fff;
}

.recipient-list li .fa {
	width: 21px;
	text-align: center;
}

.recipient-list li .icon-chevron-right,
.recipient-list li .edit {
	font-size: 18px;
	line-height: 18px;
	right: 15px;
	position: absolute;
	font-weight: 300;
	top: 50%;
	margin: -9px 0 0;
}

.recipient-list .sorting-elements a,
.recipient-list .sorting-elements .icon-wrapper,
.recipient-list .supervisor-icon a,
.recipient-list .supervisor-icon .icon-wrapper,
.recipient-list .select-supervisor a,
.recipient-list .select-supervisor .icon-wrapper,
.recipient-list .notification-confirm-icon a,
.recipient-list .notification-confirm-icon .icon-wrapper {
	padding: 0 5px;
}

.recipient-list .sorting-elements .circle,
.recipient-list .supervisor-icon .circle,
.recipient-list .select-supervisor .circle,
.recipient-list .notification-confirm-icon .circle {
	width: 22px;
	height: 22px;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	background: #9fb0c0;
	justify-content: center;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: static;
}

.recipient-list .sorting-elements .circle.color-green,
.recipient-list .supervisor-icon .circle.color-green,
.recipient-list .select-supervisor .circle.color-green,
.recipient-list .notification-confirm-icon .circle.color-green {
	background: #090;
}

.recipient-list .sorting-elements .label,
.recipient-list .supervisor-icon .label,
.recipient-list .select-supervisor .label,
.recipient-list .notification-confirm-icon .label {
	text-transform: uppercase;
	font: 16px/1.2 "barl", "Arial", sans-serif;
	letter-spacing: -0.6px;
	font-weight: 400;
}

.recipient-list .sorting-elements a {
	top: 0;
}

.recipient-list .sorting-elements p {
	align-self: flex-end;
}

.recipient-list .select-supervisor {
	right: 55px;
	padding-top: 10px;
}

.recipient-list .select-supervisor {
	top: 65px;
}

.recipient-list .select-supervisor .jcf-select {
	height: 30px;
	border: none;
}

.recipient-list .select-supervisor .jcf-select .jcf-select-text {
	height: 30px;
	font: 15px/35px "Arial", sans-serif;
}

.recipient-list .select-supervisor .jcf-select .jcf-select-opener::after {
	margin-top: -13px;
}

.recipient-list .notification-confirm-icon { /* top: 65px; */
	top: 130px;
}

.recipient-list .sort-up {
	left: 45px;
}

.recipient-list .sort-down {
	left: 75px;
}

.recipient-list .supervisor-icon .icon-wrapper,
.recipient-list .notification-confirm-icon a {
	left: 30px;
}

.recipient-list .supervisor-icon .label {
	margin: 0;
	align-self: flex-end;
}

.recipient-list .supervisor-icon a span.supervisor {
	display: inline-block;
	position: relative;
	right: 0;
	top: 0;
}

.recipient-list .supervisor-icon a span.supervisor i {
	font-size: 22px;
}

.recipient-list.list-sortable .circle {
	font-size: 14px;
	line-height: 22px;
}

.recipient-list.list-sortable .supervisor-icon a,
.recipient-list.list-sortable .supervisor-icon .icon-wrapper,
.recipient-list.list-sortable .notification-confirm-icon a { /* left: 63px; */
}

.recipient-list li:first-child .sort-up {
	visibility: hidden;
}

.recipient-list li:last-child .sort-down {
	visibility: hidden;
}

.distributor-list .distributor-list .recipient-list li .supervisor-icon a,
.distributor-list .distributor-list .recipient-list li .supervisor-icon .icon-wrapper {
	padding: 0;
}

.nested-category-list .accordion .empty .opener::after {
	display: none;
}

.nested-category-list.single-type-list .accordion .last .opener::after {
	display: none;
}

.nested-category-list.recipient-alarm-list .sorting-elements {
	display: none;
}

.nested-category-list.recipient-alarm-list .self .sorting-elements {
	display: block;
}

.nested-category-list .recipient .inner .custom-checkbox {
	position: absolute;
	left: -12px;
	top: 22px;
}

.nested-category-list .category-level-1 {
	background-color: #76818a;
}

.nested-category-list .category-level-1 .opener {
	padding-left: 33px;
}

.nested-category-list .category-level-1 .recipient-list .inner {
	background-color: #606a74;
	padding-left: 33px;
}

.nested-category-list .category-level-1 .recipient-list .self .inner {
	background-color: #e7ba85;
}

.nested-category-list .category-level-2 {
	background-color: #606a74;
}

.nested-category-list .category-level-2 .opener {
	padding-left: 48px;
}

.nested-category-list .category-level-2 .recipient-list .inner {
	background-color: #44505c;
	padding-left: 48px;
}

.nested-category-list .category-level-3 {
	background-color: #44505c;
}

.nested-category-list .category-level-3 .opener {
	padding-left: 63px;
}

.nested-category-list .category-level-3 .recipient-list .inner {
	background-color: #2e3a46;
	padding-left: 63px;
}

.nested-category-list .category-level-4 {
	background-color: #2e3a46;
}

.nested-category-list .category-level-4 .opener {
	padding-left: 78px;
}

.nested-category-list .category-level-4 .recipient-list .inner {
	background-color: #181e24;
	padding-left: 78px;
}

.alarm-list .category {
	display: none;
}

.alarm-list .category.selected {
	display: block;
}

.ce-administration-user-list td.username,
.ce-administration-user-list td.name {
	word-break: break-word;
}

.ce-administration-user-list i.fa {
	margin-top: -1px;
	color: #333;
}

.ce-administration-user-list i.fa.color-red {
	color: #c00;
}

.ce-administration-user-list i.fa.color-green {
	color: #090;
}

.ce-administration-user-list .toggle-supervised-users {
	cursor: pointer;
}

.ce-administration-user-list .supervised-users-list {
	display: none;
}

.ce-administration-user-list .supervised-users-list .headline {
	padding-left: 40px;
}

.ce-administration-user-list .supervised-users-list:hover td {
	background: transparent;
}

.ce-administration-user-list .supervised-users-list ul {
	list-style: none;
}

.ce-administration-user-list .supervised-users-list .fa-spinner {
	font-size: 30px;
}

.ce-administration-user-list .supervised-users-list .select-supervisor {
	width: 50%;
	float: right;
}

.ce-administration-user-list .supervised-users-list .select-supervisor .jcf-select .jcf-select-text {
	height: 40px;
}

.ce-text-selections-list {
	width: 100%;
}

.ce-text-selections-list .items {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.ce-text-selections-list .table-row {
	border-top: 1px solid #e76f00;
	display: flex;
	padding: 10px;
	text-align: center;
}

.ce-text-selections-list .table-row .new {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.ce-text-selections-list .table-row .sorting {
	display: block;
	flex-basis: 10%;
	flex-grow: 0;
	cursor: pointer;
}

.ce-text-selections-list .table-row .title {
	display: block;
	flex-grow: 1;
	text-align: left;
}

.ce-text-selections-list .table-row .location {
	display: block;
	flex-basis: 10%;
	flex-grow: 0;
}

.ce-text-selections-list .table-row .link {
	display: block;
	flex-basis: 10%;
	flex-grow: 0;
}

.ce-text-selections-list .title-row {
	font-size: 16px;
	border-bottom: 2px solid #e76f00;
	border-top: 2px solid #e76f00;
	letter-spacing: -0.6px;
	font-weight: 400;
	color: #e76f00;
	padding: 12px 4px 4px 4px;
}

.ce-text-selections-list .fa {
	color: #333;
}

.ce-text-selections-list .color-red {
	color: #c00;
}

.ce-text-selections-list .color-green {
	color: #090;
}

.alert {
	margin-bottom: 20px;
	border: 1px solid #2a6a25;
	background: #b0e2ac;
	padding: 10px 5px 4px 5px;
	text-align: center;
	color: #101010;
	font-size: 16px;
}

.alert.alert-error {
	border: 1px solid #a00;
	background: #ff2b2b;
	color: #fafafa;
}

.alert.alert-warning {
	border: 1px solid #fa2;
	background: #ffdba2;
}

.alert.not-flash {
	margin-bottom: 5px;
	font-family: "barl", "Arial", sans-serif;
}

li a.mailing-list-edit {
	position: absolute;
	right: -10px;
	top: 22px;
	bottom: auto;
	padding: 0;
	z-index: 1;
}

li a.mailing-list-edit .circle.style {
	width: 22px;
	height: 22px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	background: #9fb0c0;
	justify-content: center;
	border-radius: 100%;
	margin: -13px 0 0;
	padding: 0;
	border: 0;
}

li a.mailing-list-edit .slide .circle {
	top: 20px;
}

.mailing-list-recipient-list .mailing-list-edit {
	right: 20px;
}

.mailing-list-recipient-list .mailing-list-edit .circle.style {
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-align: center;
}

.mailing-list-recipient-list .mailing-list-edit .circle.style.color-red {
	background-color: #c00;
}

.share-detail-text {
	background: #646e77;
	color: #fff;
	padding: 10px;
	font: 15px/18px "Arial", sans-serif;
}

.share-detail-text a {
	color: #fff;
}

.share-detail-publish-status-wrapper {
	padding: 10px;
	margin-top: 4px;
}

.share-detail-publish-date {
	display: inline-block;
	width: 90%;
	color: #343435;
	padding: 0;
	font: 15px/18px "Arial", sans-serif;
}

.share-detail-publish-date p {
	margin-bottom: 0;
}

.share-icon {
	display: inline-block;
	vertical-align: top;
	width: 9%;
	text-align: right;
	padding: 0;
	color: #343435;
}

.share-icon.standalone {
	width: 100%;
	padding: 10px;
	margin-top: 4px;
}

.list-links .title {
	font: 34px/1.2 "barl", "Arial", sans-serif;
	letter-spacing: -0.6px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.list-links .accordion-icon {
	background: rgba(151, 151, 151, 0.8);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

.list-links .accordion-icon:hover {
	background: #979797;
}

.list-links .accordion-icon i {
	width: 16px;
	height: 16px;
	font-size: 16px;
	transition-duration: 0.8s;
	transition-property: transform;
}

.list-links .accordion-icon i.active {
	transform: rotate(180deg);
}

.list-links .details {
	display: none;
	font: 15px/18px "Arial", sans-serif;
	color: #fff;
}

.list-links .details ul {
	list-style-type: square;
	padding-left: 25px;
}

.list-links .details a,
.list-links .details a:hover,
.list-links .details .share-item,
.list-links .details .share-item:hover {
	background: rgba(151, 151, 151, 0.8);
}

.list-links .details a.white-link,
.list-links .details a:hover.white-link,
.list-links .details .share-item.white-link,
.list-links .details .share-item:hover.white-link {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

.list-links .details .title {
	overflow: inherit;
}

.list-links .details > li {
	background: rgba(151, 151, 151, 0.8);
}

.list-links .details > li.share .circle {
	right: 20px;
	top: 58%;
}

.list-links .details > li.share .download-icon .circle {
	right: 56px;
}

.list-links .details > li .title.style {
	padding: 0;
}

.list-links .details li > .details {
	padding: 20px;
	background: rgba(151, 151, 151, 0.8);
}

.list-links .details li > .details .accordion-icon {
	background: rgba(60, 75, 89, 0.8);
}

.list-links .details p {
	margin: 0;
}

.color-white {
	color: white;
}

.list-documents {
	margin-bottom: 25px;
}

.list-documents .document-item {
	margin-bottom: 10px;
	background: rgba(151, 151, 151, 0.8);
	padding: 12px 30px 8px 20px;
	color: white;
}

.list-documents .document-item .main-info {
	position: relative;
}

.list-documents .document-item .top-text {
	display: flex;
	margin: 0 0 5px;
	font: 14px/18px "Arial", sans-serif;
	flex-wrap: wrap;
}

.list-documents .document-item .top-text .time {
	padding-right: 5px;
}

.list-documents .document-item .top-text .username {
	padding-left: 5px;
}

.list-documents .document-item .title {
	font: 34px/1.2 "barl", "Arial", sans-serif;
	padding: 5px;
	display: flex;
	position: relative;
	letter-spacing: -0.6px;
	width: 100%;
	white-space: nowrap;
}

.list-documents .document-item .title .title-icon {
	width: 31px;
	height: 31px;
	font: 16px/20px "Arial", sans-serif;
	text-transform: uppercase;
	border-radius: 100%;
	background: rgba(73, 82, 89, 0.6);
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.list-documents .document-item .title .title-text {
	text-overflow: ellipsis;
	overflow: hidden;
}

.list-documents .document-item .title .icons-fix {
	flex-basis: 70px;
	flex-grow: 0;
	flex-shrink: 0;
}

.list-documents .document-item .document-icon {
	padding: 12px;
	top: 58%;
	right: 20px;
	width: 26px;
	height: 26px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #7c8a97;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	border-radius: 100%;
	margin: -13px 0 0;
}

.list-documents .document-item .document-icon.delete {
	right: 60px;
}

.list-documents .document-item .document-icon:hover {
	background: #979797;
}

.list-documents .document-item .details {
	font: 15px/18px "Arial", sans-serif;
	margin-left: 45px;
}

.list-documents .document-item .details p {
	margin: 0;
}

.modal {
	display: none;
	position: fixed;
	z-index: 100;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(11, 11, 11, 0.9);
}

.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	border: 2px solid #e76f00;
	box-shadow: 0 0 5px 2px #fefefe;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 50%;
	max-width: 1200px;
	overflow: auto;
}

.modal-content.large {
	width: 70%;
}

.modal-content .modal-title {
	font-weight: bold;
	font-size: 18px;
}

.modal-content .modal-text {
	font-size: 16px;
	text-align: left;
	overflow: auto;
	max-height: 65vh;
	background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment: local, local, scroll, scroll;
}

.js-list-details {
	float: right;
}

a.text-white {
	color: #fff;
	text-decoration: underline;
}

a.text-white:hover {
	text-decoration: none;
}

.search-result {
	display: none;
	position: relative;
	height: 400px;
}

.search-result ul {
	position: absolute;
	overflow: scroll;
	z-index: 20;
	top: -15px;
	left: 0;
	width: 100%;
	height: 400px;
	padding: 0;
	background: #f0f0f0;
}

.search-result li {
	list-style: none;
	color: #707070;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

.search-result li strong {
	color: #e76f00;
}

.search-result,
.search-result-checkboxes {
	word-break: break-all;
}

.password-suggestion {
	padding: 10px;
	color: #999;
	text-align: right;
}

.password-suggestion .take-suggestion {
	color: #e76f00;
	cursor: pointer;
}

.recipient-list .accordion-icon {
	background: #76818a;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

.recipient-list .accordion-icon:hover {
	background: #657079;
}

.recipient-list .accordion-icon i {
	width: 16px;
	height: 16px;
	font-size: 16px;
	transition-duration: 0.8s;
	transition-property: transform;
}

.recipient-list .accordion-icon i.active {
	transform: rotate(180deg);
}

.recipient-list .details {
	display: none;
	background: #76818a;
	font: 15px/18px "Arial", sans-serif;
	padding: 20px;
	color: #fff;
}

.recipient-list .details ul {
	list-style-type: square;
	padding-left: 25px;
}

.recipient-list .details p {
	margin: 0;
}

.recipient-list .supervisor-confirm-icon.circle {
	top: 7px;
	left: 66px;
}

.recipient-list .confirm-button {
	cursor: pointer;
}

.recipient-list .notification-icon {
	clear: both;
	height: 38px;
	position: absolute;
	right: 230px;
	top: 35px;
}

.recipient-list .notification-icon a,
.recipient-list .notification-icon .icon-wrapper {
	position: absolute;
	top: 7px;
}

.recipient-list .notification-icon .notify-icon {
	top: 7px;
	left: 102px;
	cursor: pointer;
}

.recipient-list .notification-icon .circle {
	width: 22px;
	height: 22px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	background: #9fb0c0;
	justify-content: center;
	border-radius: 100%;
	margin: -13px 0 0;
	padding: 0;
	border: 0;
}

.recipient-list .notification-icon .label {
	text-transform: uppercase;
	font: 16px/1.2 "barl", "Arial", sans-serif;
	letter-spacing: -0.6px;
	font-weight: 400;
}

.list-links.swipe > li > div.details {
	background: rgba(151, 151, 151, 0.8);
}

.list-links > li > .download-icon {
	position: static;
}

.list-links > li > div.details > ul {
	list-style: none;
	padding-left: 0;
}

.list-links > li.event-list {
	margin-bottom: 39px;
}

.list-links.style > li > .download-icon {
	position: absolute;
	top: 30px;
	right: 0;
	background: none;
}

.list-links.style > li > .download-icon:hover {
	background: none;
}

.list-links.list-stand-by > li {
	margin: 10px 0 20px 2px;
}

.list-links.list-stand-by > li > a.circle.remove-information {
	right: 56px;
}

.list-links.list-stand-by > li > a.circle.edit-information-text {
	right: 20px;
}

.newsletter-item > a > .edit-text-icon {
	position: absolute;
	top: 57px;
	right: 65px;
	background: none;
}

.newsletter-item > a > .edit-text-icon:hover {
	background: none;
}

.newsletter-list .newsletter-item > a > .edit-text-icon {
	top: 40px;
}

.count-recipients {
	background-color: #c4c8cb;
	padding: 15px 5px 5px 15px;
	font-size: 18px;
}

.count-recipients .count-title {
	font-size: 22px;
	font-weight: bold;
}

.autocomplete-suggestions {
	border: 1px solid #9ba3a9;
	background: #fff;
	overflow: auto;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #39f;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: #f0f0f0;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

/*# sourceMappingURL=testmain.css.map */

@media (min-width: 768px) {

.visible-mobile {
	display: none;
}

.dashboard-home {
	display: none;
}

.nav-opener {
	display: none;
}

}

@media (max-width: 1339px) {

.form-submit .field-area.style1 .col {
	width: 20%;
}

.form-submit .field-area.style1 .col:nth-child(2),
.form-submit .field-area.style1 .col:nth-child(3) {
	width: 17%;
}

.form-submit .field-area.style1 .col:last-child {
	width: 46%;
}

}

@media (max-width: 1199px) {

#wrapper {
	padding: 0;
}

.switcher-box {
	display: none;
}

.two-cols {
	padding: 20px 13px;
}

}

@media (max-width: 1023px) {

.content-box .btn-holder.style .btn-primary {
	min-width: 200px;
}

.form-submit .field-area.style .col {
	width: 50%;
}

.form-submit .field-area.style .col:first-child {
	width: 50%;
}

.form-submit .field-area.style .col:last-child {
	width: 100%;
}

.form-submit .field-area.style1 .col {
	width: 50%;
}

.form-submit .field-area.style1 .col:nth-child(2),
.form-submit .field-area.style1 .col:nth-child(3) {
	width: 50%;
}

.form-submit .field-area.style1 .col:last-child {
	width: 50%;
}

.recipient-list li div.inner.flex-wrapper {
	flex-direction: column;
	align-items: unset;
}

.recipient-list li div.inner .supervisor-block {
	padding-top: 10px;
	width: auto;
}

.recipient-list li div.inner .sorting-block {
	padding-top: 10px;
	flex-basis: 0;
}

.recipient-list .sorting-elements,
.recipient-list .supervisor-icon,
.recipient-list .select-supervisor,
.recipient-list .notification-confirm-icon {
	width: auto;
}

.recipient-list .sorting-elements {
	top: 0;
}

.recipient-list .notification-icon {
	position: relative;
	top: 20px;
	right: 0;
	left: 20px;
}

.recipient-list .sorting-elements {
	top: 0;
}

}

@media (max-width: 767px) {

.radio-area > label {
	font-size: 14px;
}

body {
	background: url(../images/main-bg-m.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#wrapper {
	padding: 0 0 80px;
}

#wrapper.no-padding {
	padding: 0;
}

.nav-active {
	overflow: hidden;
}

.hidden-mobile {
	display: none;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea {
	padding: 5px 9px;
}

textarea {
	padding: 9px 5px 9px 62px;
}

.field-area > .col:last-child .form-control {
	border-left: 5px solid rgba(0, 0, 0, 0.1);
}

input[type="date"],
input[type="time"] {
	padding-right: 40px;
}

.flex-wrapper.three-col-flex .field-holder {
	flex-basis: 100%;
}

.two-cols {
	overflow: visible;
	padding: 17px 13px;
}

#content {
	padding: 0;
	overflow: visible;
}

.download-item {
	padding-bottom: 10px;
}

.content-box {
	border: none;
	padding: 0;
}

.content-box .head {
	padding: 0 40px 10px;
	justify-content: center;
}

.content-box .head .btn-edit,
.content-box .head .btn-edit1 {
	position: absolute;
	right: 0;
	top: 0;
}

.mac .content-box .head .btn-edit,
.mac
          .content-box .head .btn-edit1 {
	line-height: 33px;
}

.content-box .head .btn-edit .img,
.content-box .head .btn-edit1 .img {
	width: 25px;
	height: 25px;
	margin: 0 7px 0 0;
}

.content-box .head .btn-edit .text,
.content-box .head .btn-edit1 .text {
	display: none;
}

.content-box .head .btn-edit .icon-pencil,
.content-box .head .btn-edit1 .icon-pencil {
	font-size: 18px;
	line-height: 24px;
}

.content-box .btn-holder {
	border: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 13px 12px;
	text-align: center;
	background: #fff;
}

.content-box .btn-holder.style {
	position: static;
	padding: 10px 0;
}

.content-box .btn-holder.style .btn-primary {
	display: inline-block;
	vertical-align: top;
	min-width: 49%;
}

.content-box .btn-holder .btn-primary {
	min-width: inherit;
	padding: 13px 15px 11px;
	display: block;
}

.mac .content-box .btn-holder .btn-primary {
	padding: 18px 15px 6px;
}

.list-links {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 28px;
}

.list-links.style > li > a,
.list-links.style > li > .item {
	padding: 8px 20px 5px 8px;
}

.list-links li > a,
.list-links li > .item {
	padding: 8px 60px 5px 8px;
}

.list-links li > a.edit .circle.color-red,
.list-links li > a.dark .circle.color-red,
.list-links li > .item.edit .circle.color-red,
.list-links li > .item.dark .circle.color-red {
	right: 12px;
}

.list-links li > a.edit .circle.color-green,
.list-links li > a.dark .circle.color-green,
.list-links li > .item.edit .circle.color-green,
.list-links li > .item.dark .circle.color-green {
	right: 12px;
}

.list-links li > a .icon-chevron-right,
.list-links li > a .edit,
.list-links li > .item .icon-chevron-right,
.list-links li > .item .edit {
	right: 10px;
}

.list-links li .top-text {
	margin: 0 0 2px;
}

.list-links li .top-text .time {
	margin: 0 4px 0 0;
}

.list-links li .circle.color-grey.remove-information {
	right: 74px;
}

.list-links li .circle.color-grey.copy-information,
.list-links li .circle.color-grey.edit-information-text {
	right: 43px;
}

.list-links li .circle {
	bottom: 10px;
	right: 30px;
}

.list-links li .social-count {
	top: 8px;
	margin: 0;
	right: 52px;
}

.list-links li .title.style {
	padding: 0 0 0 0;
}

.form-submit {
	margin: 0;
}

.form-submit .field-area.style {
	margin: 0 -1px 10px;
}

.form-submit .field-area.style .col {
	width: 100%;
}

.form-submit .field-area.style .col + .col {
	margin: -5px 0 0;
}

.form-submit .field-area.style .col:first-child {
	width: 100%;
}

.form-submit .field-area.style1 {
	margin: 0 -1px 10px;
}

.form-submit .field-area.style1 .col {
	width: 100%;
}

.form-submit .field-area.style1 .col + .col {
	margin: -5px 0 0;
}

.form-submit .field-area.style1 .col:nth-child(2),
.form-submit .field-area.style1 .col:nth-child(3) {
	width: 100%;
}

.form-submit .field-area.style1 .col:last-child {
	width: 100%;
}

.form-submit .field-area.style2 {
	margin: 0 -1px 10px;
}

.form-submit .field-area.style2 .col {
	width: 100%;
}

.form-submit .field-area.style2 .col.col-time .lable-field label {
	width: 108px;
}

.form-submit .field-area.style2 .col.col-time .lable-field input {
	padding-left: 120px;
}

.form-submit .field-area.style2 .col + .col {
	margin: -5px 0 0;
}

.form-submit .field-area.style2 .col.last .lable-field label {
	left: 5px;
}

.form-submit .field-area.sub-field-area.style2 {
	margin: 0;
}

.form-submit .lable-field input {
	padding: 5px 5px 5px 73px;
}

.form-submit .lable-field .jcf-select-text {
	margin-left: 72px;
}

.form-submit .lable-field label {
	font-size: 14px;
}

.form-submit .check-holder {
	padding: 10px 10px 10px 34px;
}

.editors-hint {
	float: none;
	width: 100%;
	padding-top: 10px;
}

.accordion-wrap {
	margin: 0 0 4px;
}

.accordion {
	font-size: 10px;
	line-height: 12px;
}

.accordion > li .icon-chevron-right,
.accordion > li .edit {
	right: 10px;
}

.accordion .opener,
.accordion .direct-link {
	font-size: 15px;
	line-height: 20px;
}

.accordion .top-text {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 10px;
}

.dashboard .dashboard-items {
	margin: 0;
}

.dashboard .dashboard-item {
	width: 100%;
	float: none;
}

#header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 14px 11px 18px;
}

#header .title {
	display: none;
}

.logo-holder .home {
	display: none;
}

.logo-holder::after {
	display: none;
}

.logo-holder {
	display: block;
	width: 100%;
	padding: 0 0 0 10px;
	border: none;
}

.logo {
	width: 122px;
}

.logo-left {
	height: 24px;
}

#nav {
	font-size: 24px;
	line-height: 28px;
	float: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 70px;
	max-height: calc(100vh - 140px);
	z-index: 99;
	width: 100%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.45);
}

.no-padding #nav {
	max-height: calc(100vh - 70px);
}

.nav-active #nav {
	opacity: 1;
	visibility: visible;
}

.menu {
	background: #fff;
	padding: 13px 13px 10px;
}

.menu > li {
	border-bottom-width: 2px;
}

.menu > li.last {
	font-size: 26px;
	line-height: 30px;
	border: none;
	letter-spacing: 0;
	padding: 7px 11px 5px 17px;
}

.menu > li.last .title {
	font-size: 16px;
	line-height: 18px;
}

.menu > li > a {
	padding: 6px 30px 6px 57px;
}

.menu .slide-opener {
	width: 26px;
	height: 26px;
	margin: -13px 0 0;
}

.menu .slide a {
	font-size: 16px;
	line-height: 20px;
	padding: 9px 15px 10px 56px;
}

.jcf-select .jcf-select-text {
	padding: 0 35px 0 10px;
}

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

.jcf-list .jcf-option {
	padding: 5px 8px;
}

.ui-datepicker {
	width: 15.8em;
}

.distribution-list-nav li {
	width: 58px;
}

.recipient-list li .icon-chevron-right,
.recipient-list li .edit {
	right: 10px;
}

li a.mailing-list-edit {
	right: 7px;
	top: auto;
	padding: 0;
}

li a.mailing-list-edit .circle.style {
	top: auto;
	margin: 0;
	bottom: 10px;
	right: 30px;
}

.list-links .details > li.share .circle {
	right: 12px;
}

.list-links .details > li.share .download-icon .circle {
	right: 43px;
}

.list-documents .document-item {
	padding: 8px 20px 5px 8px;
}

.list-documents .document-item .document-icon {
	right: 0;
}

.list-documents .document-item .document-icon.delete {
	right: 40px;
}

.list-links.style > li > .download-icon {
	top: 43px;
	right: 3px;
}

.newsletter-item > a > .edit-text-icon {
	top: 43px;
	right: 45px;
}

.newsletter-list .newsletter-item > a > .edit-text-icon {
	top: 50px;
}

}

@media (max-width: 374px) {

.content-box .head .btn-edit,
.content-box .head .btn-edit1 {
	font-size: 0;
	line-height: 0;
}

.ui-datepicker {
	width: 13em;
}

}

@-webkit-keyframes fa-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@keyframes fa-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

