#FrontendContentEditor #fce-popup {
	/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */ /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */ /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */ /* Links
   ========================================================================== */ /**
 * Remove the gray background color from active links in IE 10.
 */ /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */ /* Text-level semantics
   ========================================================================== */ /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */ /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */ /**
 * Address styling not present in Safari and Chrome.
 */ /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */ /**
 * Address styling not present in IE 8/9.
 */ /**
 * Address inconsistent and variable font size in all browsers.
 */ /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */ /* Embedded content
   ========================================================================== */ /**
 * Remove border when inside `a` element in IE 8/9/10.
 */ /**
 * Correct overflow not hidden in IE 9/10/11.
 */ /* Grouping content
   ========================================================================== */ /**
 * Address margin not present in IE 8/9 and Safari.
 */ /**
 * Address differences between Firefox and other browsers.
 */ /**
 * Contain overflow in all browsers.
 */ /**
 * Address odd `em`-unit font size rendering in all browsers.
 */ /* 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.
 */ /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */ /**
 * 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.
 */ /**
 * 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.
 */ /**
 * Re-set default cursor for disabled elements.
 */ /**
 * Remove inner padding and border in Firefox 4+.
 */ /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */ /**
 * 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.
 */ /**
 * 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`.
 */ /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */ /**
 * 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).
 */ /**
 * Define consistent border, margin, and padding.
 */ /**
 * 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.
 */ /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */ /**
 * 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.
 */ /* Tables
   ========================================================================== */ /**
 * Remove most spacing between table cells.
 */
}

#FrontendContentEditor #fce-popup article,
#FrontendContentEditor #fce-popup aside,
#FrontendContentEditor #fce-popup details,
#FrontendContentEditor #fce-popup figcaption,
#FrontendContentEditor #fce-popup figure,
#FrontendContentEditor #fce-popup footer,
#FrontendContentEditor #fce-popup header,
#FrontendContentEditor #fce-popup hgroup,
#FrontendContentEditor #fce-popup main,
#FrontendContentEditor #fce-popup menu,
#FrontendContentEditor #fce-popup nav,
#FrontendContentEditor #fce-popup section,
#FrontendContentEditor #fce-popup summary {
	display: block;
}

#FrontendContentEditor #fce-popup audio,
#FrontendContentEditor #fce-popup canvas,
#FrontendContentEditor #fce-popup progress,
#FrontendContentEditor #fce-popup video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

#FrontendContentEditor #fce-popup audio:not([controls]) {
	display: none;
	height: 0;
}

#FrontendContentEditor #fce-popup [hidden],
#FrontendContentEditor #fce-popup template {
	display: none;
}

#FrontendContentEditor #fce-popup a {
	background-color: transparent;
}

#FrontendContentEditor #fce-popup a:active,
#FrontendContentEditor #fce-popup a:hover {
	outline: 0;
}

#FrontendContentEditor #fce-popup abbr[title] {
	border-bottom: 1px dotted;
}

#FrontendContentEditor #fce-popup b,
#FrontendContentEditor #fce-popup strong {
	font-weight: bold;
}

#FrontendContentEditor #fce-popup dfn {
	font-style: italic;
}

#FrontendContentEditor #fce-popup h1 {
	font-size: 2em;
	margin: .67em 0;
}

#FrontendContentEditor #fce-popup mark {
	background: #ff0;
	color: #000;
}

#FrontendContentEditor #fce-popup small {
	font-size: 80%;
}

#FrontendContentEditor #fce-popup sub,
#FrontendContentEditor #fce-popup sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

#FrontendContentEditor #fce-popup sup {
	top: -.5em;
}

#FrontendContentEditor #fce-popup sub {
	bottom: -.25em;
}

#FrontendContentEditor #fce-popup img {
	border: 0;
}

#FrontendContentEditor #fce-popup svg:not(:root) {
	overflow: hidden;
}

#FrontendContentEditor #fce-popup figure {
	margin: 1em 40px;
}

#FrontendContentEditor #fce-popup hr {
	box-sizing: content-box;
	height: 0;
}

#FrontendContentEditor #fce-popup pre {
	overflow: auto;
}

#FrontendContentEditor #fce-popup code,
#FrontendContentEditor #fce-popup kbd,
#FrontendContentEditor #fce-popup pre,
#FrontendContentEditor #fce-popup samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

#FrontendContentEditor #fce-popup button,
#FrontendContentEditor #fce-popup input,
#FrontendContentEditor #fce-popup optgroup,
#FrontendContentEditor #fce-popup select,
#FrontendContentEditor #fce-popup textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

#FrontendContentEditor #fce-popup button {
	overflow: visible;
}

#FrontendContentEditor #fce-popup button,
#FrontendContentEditor #fce-popup select {
	text-transform: none;
}

#FrontendContentEditor #fce-popup button,
#FrontendContentEditor #fce-popup html input[type="button"],
#FrontendContentEditor #fce-popup input[type="reset"],
#FrontendContentEditor #fce-popup input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

#FrontendContentEditor #fce-popup button[disabled],
#FrontendContentEditor #fce-popup html input[disabled] {
	cursor: default;
}

#FrontendContentEditor #fce-popup button::-moz-focus-inner,
#FrontendContentEditor #fce-popup input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#FrontendContentEditor #fce-popup input {
	line-height: normal;
}

#FrontendContentEditor #fce-popup input[type="checkbox"],
#FrontendContentEditor #fce-popup input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

#FrontendContentEditor #fce-popup input[type="number"]::-webkit-inner-spin-button,
#FrontendContentEditor #fce-popup input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

#FrontendContentEditor #fce-popup input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

#FrontendContentEditor #fce-popup input[type="search"]::-webkit-search-cancel-button,
#FrontendContentEditor #fce-popup input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#FrontendContentEditor #fce-popup fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

#FrontendContentEditor #fce-popup legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

#FrontendContentEditor #fce-popup textarea {
	overflow: auto;
}

#FrontendContentEditor #fce-popup optgroup {
	font-weight: bold;
}

#FrontendContentEditor #fce-popup table {
	border-collapse: collapse;
	border-spacing: 0;
}

#FrontendContentEditor #fce-popup td,
#FrontendContentEditor #fce-popup th {
	padding: 0;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-container * {
	box-sizing: border-box;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: none;
	-webkit-transition: background .25s;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none;
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
	opacity: .3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Navigation arrows */

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.fancybox-arrow::after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, .8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}

.fancybox-arrow--right {
	right: 0;
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
	left: 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3;
}

/* Loading indicator */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
}

.fancybox-button--thumbs {
	display: none;
}

#FrontendContentEditor .nejcf-select-drop .nejcf-select-drop-content ul,
#FrontendContentEditor .edit-content .image-list,
.edit-content .image-list,
.fce-edit-list,
#FrontendContentEditor #menu-editor .edit-list,
#FrontendContentEditor #menu-editor .inner-list,
#FrontendContentEditor #menu-editor .inner-list li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#FrontendContentEditor .nejcf-select .nejcf-select-drop,
#FrontendContentEditor .edit-content,
#FrontendContentEditor #fce-switcher,
.fce-edit-list {
	color: #666;
	font: 14px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#FrontendContentEditor .nejcf-select .nejcf-select-drop,
#FrontendContentEditor .edit-content,
#FrontendContentEditor #fce-switcher,
.fce-edit-list {
	box-sizing: border-box;
	max-height: 1000000px;
}

#FrontendContentEditor .nejcf-select .nejcf-select-drop *,
#FrontendContentEditor .edit-content *,
#FrontendContentEditor #fce-switcher *,
.fce-edit-list *,
#FrontendContentEditor .nejcf-select .nejcf-select-drop *:before,
#FrontendContentEditor .edit-content *:before,
#FrontendContentEditor #fce-switcher *:before,
.fce-edit-list *:before,
#FrontendContentEditor .nejcf-select .nejcf-select-drop *:after,
#FrontendContentEditor .edit-content *:after,
#FrontendContentEditor #fce-switcher *:after,
.fce-edit-list *:after {
	box-sizing: inherit;
}

#FrontendContentEditor .nejcf-select .nejcf-select-drop img,
#FrontendContentEditor .edit-content img,
#FrontendContentEditor #fce-switcher img,
.fce-edit-list img {
	max-width: 100%;
	height: auto;
}

.clearfix:after,
#FrontendContentEditor .edit-content .image-list:after,
.edit-content .image-list:after,
#FrontendContentEditor .edit-content .btn-toolbar:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#FrontendContentEditor {
	/* custom select styles */ /* select options styles */ /* custom radio styles */ /* common custom form elements styles */
}

#FrontendContentEditor .nejcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

#FrontendContentEditor .nejcf-select .nejcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	margin: 0 35px 0 8px;
}

#FrontendContentEditor .nejcf-select .nejcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

#FrontendContentEditor .nejcf-select .nejcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

#FrontendContentEditor .nejcf-select-drop .nejcf-select-drop-content {
	border: 1px solid #f0eded;
}

#FrontendContentEditor .nejcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	width: 100%;
}

#FrontendContentEditor .nejcf-list .nejcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

#FrontendContentEditor .nejcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#FrontendContentEditor .nejcf-list ul li {
	overflow: hidden;
	display: block;
}

#FrontendContentEditor .nejcf-list .nejcf-overflow {
	overflow: auto;
}

#FrontendContentEditor .nejcf-list .nejcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	font-size: 14px;
}

#FrontendContentEditor .nejcf-select-drop .nejcf-hover,
#FrontendContentEditor .nejcf-list-box .nejcf-selected {
	background: #e6e6e6;
	color: #000;
}

#FrontendContentEditor .nejcf-list .nejcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

#FrontendContentEditor .nejcf-list .nejcf-optgroup .nejcf-option {
	padding-left: 30px;
}

#FrontendContentEditor .nejcf-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;
}

#FrontendContentEditor .nejcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

#FrontendContentEditor .nejcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

#FrontendContentEditor .nejcf-radio.nejcf-checked span {
	display: block;
}

#FrontendContentEditor .nejcf-disabled {
	background: #ddd !important;
}

#FrontendContentEditor .nejcf-list-box {
	width: 100%;
	max-width: 263px;
	margin: 0 0 20px;
}

#FrontendContentEditor .edit-content {
	/* custom file input styles */
}

#FrontendContentEditor .edit-content .nejcf-checkbox {
	width: 17px;
	height: 17px;
	background: #f0eded;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	position: relative;
	margin-right: 11px;
}

#FrontendContentEditor .edit-content .nejcf-checkbox span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	right: auto;
	bottom: auto;
	display: none;
}

#FrontendContentEditor .edit-content .nejcf-checkbox span:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome !important;
	color: #666;
}

#FrontendContentEditor .edit-content .nejcf-checkbox.nejcf-checked span {
	display: block;
}

#FrontendContentEditor .edit-content .nejcf-radio {
	height: 18px;
	width: 18px;
	border: 1px solid #d9d9d9;
	background: #f0eded;
	display: block;
	margin: 0 9px 0 0;
}

#FrontendContentEditor .edit-content .nejcf-radio.nejcf-checked span {
	background: #666;
}

#FrontendContentEditor .edit-content .nejcf-radio span {
	background: none;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
}

#FrontendContentEditor .edit-content .nejcf-select {
	max-width: 263px;
	width: 100%;
	display: block;
	background: #f0eded;
	color: #666;
	border: none;
	text-transform: none;
	font-size: 14px;
	margin: 0 0 7px;
	position: relative;
	border-radius: 0;
}

#FrontendContentEditor .edit-content .nejcf-select .nejcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	line-height: 39px;
	margin: 0 42px 0 20px;
}

#FrontendContentEditor .edit-content .nejcf-select .nejcf-select-opener {
	position: absolute;
	text-align: center;
	width: 42px;
	bottom: 0;
	right: 0;
	top: 0;
}

#FrontendContentEditor .edit-content .nejcf-select .nejcf-select-opener:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#FrontendContentEditor .edit-content > .nejcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 159;
}

#FrontendContentEditor .edit-content .nejcf-select-drop .nejcf-select-drop-content {
	border: 1px solid #ccc;
}

#FrontendContentEditor .edit-content .nejcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: none;
	color: #222;
}

#FrontendContentEditor .edit-content .nejcf-file .nejcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

#FrontendContentEditor .edit-content .nejcf-file .nejcf-fake-input {
	display: inline-block;
	padding: 0 1px;
	font-size: 14px;
	line-height: 16px;
	color: #0085b0;
	text-decoration: underline;
}

#FrontendContentEditor .edit-content .nejcf-file .nejcf-fake-input:hover {
	text-decoration: none;
}

#FrontendContentEditor .edit-content .nejcf-file .nejcf-upload-button {
	display: none;
}

#FrontendContentEditor .nejcf-select {
	max-width: 263px;
	width: 100%;
	display: block;
	background: #f0eded;
	color: #666;
	border: none;
	text-transform: none;
	font-size: 14px;
	margin: 0 0 7px;
	position: relative;
	border-radius: 0;
}

#FrontendContentEditor .nejcf-select .nejcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	line-height: 39px;
	margin: 0 42px 0 20px;
}

#FrontendContentEditor .nejcf-select .nejcf-select-opener {
	position: absolute;
	text-align: center;
	width: 42px;
	bottom: 0;
	right: 0;
	top: 0;
}

#FrontendContentEditor .nejcf-select .nejcf-select-opener:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#FrontendContentEditor > .nejcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 99999;
}

#FrontendContentEditor .nejcf-select-drop .nejcf-select-drop-content {
	border: 1px solid #ccc;
}

#FrontendContentEditor .nejcf-select-drop .nejcf-select-drop-content ul li {
	padding: 0;
}

#FrontendContentEditor .nejcf-select-drop .nejcf-select-drop-content ul li:before {
	display: none;
}

#FrontendContentEditor #fce-switcher {
	z-index: 1000;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	-webkit-transition: left .3s linear, bottom .3s linear, visibility .3s linear, opacity .3s linear;
	transition: left .3s linear, bottom .3s linear, visibility .3s linear, opacity .3s linear;
}

.builder-active #FrontendContentEditor #fce-switcher {
	left: 100px;
}

.build-changes-active #FrontendContentEditor #fce-switcher {
	visibility: hidden;
	opacity: 0;
	bottom: -30px;
}

#FrontendContentEditor #fce-switcher .jcf-checkbox {
	position: static;
	width: 176px;
	height: 49px;
	border-radius: 23px;
	display: block;
	margin: 0 auto 5px;
	border: 2px solid  #e8a900;
	background: #e8a900;
	-webkit-transition: background .2s linear, border .2s linear;
	transition: background .2s linear, border .2s linear;
	bottom: 20px;
	text-transform: uppercase;
	z-index: 1000;
	margin: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

#FrontendContentEditor #fce-switcher .jcf-checkbox span {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	top: 50%;
	left: 3px;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	line-height: 26px;
	background: #fff;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#FrontendContentEditor #fce-switcher .jcf-checkbox span:before {
	content: "\f00c" !important;
	font-family: "FontAwesome" !important;
	color: rgba(255, 255, 255, .5);
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 3px;
	font-size: 16px;
}

#FrontendContentEditor #fce-switcher .jcf-checkbox.jcf-checked {
	border-color: #e8a900;
	background: #fff;
}

#FrontendContentEditor #fce-switcher .jcf-checkbox.jcf-checked span {
	left: calc(173px - 45px);
	background: #e8a900;
}

#FrontendContentEditor #fce-switcher .jcf-checkbox.jcf-checked span:before {
	visibility: visible;
}

#FrontendContentEditor #fce-switcher .jcf-checked + .text {
	color: #e8a900;
}

#FrontendContentEditor #fce-switcher .jcf-checked + .text .on {
	display: block;
}

#FrontendContentEditor #fce-switcher .jcf-unchecked + .text .off {
	display: block;
}

#FrontendContentEditor #fce-switcher .text {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
	pointer-events: none;
	text-align: center;
	z-index: 1000;
}

#FrontendContentEditor #fce-switcher .text .on,
#FrontendContentEditor #fce-switcher .text .off {
	display: none;
}

#FrontendContentEditor #fce-switcher .text .on {
	padding-right: 32px;
}

#FrontendContentEditor #fce-switcher .text .off {
	padding-left: 35px;
}

#FrontendContentEditor.fce-active #fce-switcher {
	left: 100px;
}

#FrontendContentEditor.fce-changes-active #fce-switcher {
	visibility: hidden;
	opacity: 0;
	bottom: -30px;
}

.fce-popup {
	width: 80%;
}

#FrontendContentEditor .edit-content {
	font-size: 14px;
	color: #666;
	width: 100%;
	padding: 35px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

#FrontendContentEditor .edit-content .edit-content {
	width: 1000px;
	padding: 35px 41px;
}

#FrontendContentEditor .edit-content section:not(:last-of-type) {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 31px;
}

#FrontendContentEditor .edit-content .heading {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 39px;
	font-weight: normal;
	color: #222;
}

#FrontendContentEditor .edit-content .title {
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}

#FrontendContentEditor .edit-content .input-row > div:not(.wysiwyg-holder) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 17px;
	position: relative;
}

#FrontendContentEditor .edit-content .input-row .holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

#FrontendContentEditor .edit-content .input-row .holder.date {
	max-width: 153px;
}

#FrontendContentEditor .edit-content .input-row .holder.date:after {
	content: "\f073";
	position: absolute;
	right: 16px;
	top: 10px;
	font-size: 16px;
	line-height: 1;
	font-family: "fontawesome";
}

#FrontendContentEditor .edit-content .input-row > label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 133px;
	display: block;
	padding: 11px 10px 0 0;
}

#FrontendContentEditor .edit-content input[type="text"],
#FrontendContentEditor .edit-content input[type="number"],
#FrontendContentEditor .edit-content input[type="url"],
#FrontendContentEditor .edit-content select {
	width: 100%;
	display: block;
	background: #f0eded;
	color: #666;
	border: none;
	padding: 10px 14px;
	text-transform: none;
	font-size: 14px;
	margin: 0 0 7px;
	border-radius: 0;
	outline: none;
}

#FrontendContentEditor .edit-content input[type="text"]::-webkit-input-placeholder,
#FrontendContentEditor .edit-content input[type="number"]::-webkit-input-placeholder,
#FrontendContentEditor .edit-content input[type="url"]::-webkit-input-placeholder,
#FrontendContentEditor .edit-content select::-webkit-input-placeholder {
	text-transform: none;
	color: #666;
}

#FrontendContentEditor .edit-content input[type="text"]::-moz-placeholder,
#FrontendContentEditor .edit-content input[type="number"]::-moz-placeholder,
#FrontendContentEditor .edit-content input[type="url"]::-moz-placeholder,
#FrontendContentEditor .edit-content select::-moz-placeholder {
	opacity: 1;
	text-transform: none;
	color: #666;
}

#FrontendContentEditor .edit-content input[type="text"]:-moz-placeholder,
#FrontendContentEditor .edit-content input[type="number"]:-moz-placeholder,
#FrontendContentEditor .edit-content input[type="url"]:-moz-placeholder,
#FrontendContentEditor .edit-content select:-moz-placeholder {
	text-transform: none;
	color: #666;
}

#FrontendContentEditor .edit-content input[type="text"]:-ms-input-placeholder,
#FrontendContentEditor .edit-content input[type="number"]:-ms-input-placeholder,
#FrontendContentEditor .edit-content input[type="url"]:-ms-input-placeholder,
#FrontendContentEditor .edit-content select:-ms-input-placeholder {
	text-transform: none;
	color: #666;
}

#FrontendContentEditor .edit-content input[type="text"].placeholder,
#FrontendContentEditor .edit-content input[type="number"].placeholder,
#FrontendContentEditor .edit-content input[type="url"].placeholder,
#FrontendContentEditor .edit-content select.placeholder {
	text-transform: none;
	color: #666;
}

#FrontendContentEditor .edit-content input[type="text"],
#FrontendContentEditor .edit-content select,
#FrontendContentEditor .edit-content .jcf-select {
	height: 39px;
	overflow: hidden;
}

#FrontendContentEditor .edit-content input[type="url"] {
	color: #0085b0;
	outline: none;
}

#FrontendContentEditor .edit-content textarea {
	border: solid #e6e6e6;
	border-width: 0 1px 1px 1px;
	color: #666;
	padding: 10px 14px;
	text-transform: none;
	font-size: 14px;
	margin: 0 0 7px;
	resize: none;
}

#FrontendContentEditor .edit-content textarea:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#FrontendContentEditor .edit-content .fake-select {
	max-width: 263px;
	position: relative;
}

#FrontendContentEditor .edit-content .fake-select:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

#FrontendContentEditor .edit-content .fake-select select {
	-webkit-appearance: none;
	padding-right: 35px;
	line-height: 19px;
	margin: 0;
}

#FrontendContentEditor .edit-content .fake-select select::-ms-expand {
	display: none;
}

#FrontendContentEditor .edit-content .image-list {
	margin: 0 -10px;
}

#FrontendContentEditor .edit-content .image-list li {
	float: left;
	padding: 0 10px 20px;
}

#FrontendContentEditor .edit-content .img-block {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	background: none;
}

#FrontendContentEditor .edit-content .img-block img {
	display: inline-block;
	vertical-align: top;
	color: #999;
}

#FrontendContentEditor .edit-content .info-text {
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

#FrontendContentEditor .edit-content .info-text a {
	color: inherit;
	text-decoration: underline;
}

#FrontendContentEditor .edit-content .info-text a:hover {
	text-decoration: none;
}

#FrontendContentEditor .edit-content .apply-btn {
	color: #fff;
	background: #47b200;
	padding: 8px 24px;
	text-transform: uppercase;
	border: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

#FrontendContentEditor .edit-content .text-center {
	text-align: center;
}

#FrontendContentEditor .edit-content .inputs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 19px 133px;
}

#FrontendContentEditor .edit-content .inputs-row label {
	font-size: 14px;
}

#FrontendContentEditor .edit-content .radio-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 30px;
}

#FrontendContentEditor .edit-content .check-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#FrontendContentEditor .edit-content .check-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 11px 20px 0 0;
}

#FrontendContentEditor .edit-content .loader-img {
	width: 50px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 32px;
}

#FrontendContentEditor .edit-content .file-holder {
	position: relative;
	padding-left: 133px;
}

.edit-content section:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.edit-content .heading {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #222;
}

.edit-content .title {
	display: block;
	font-weight: normal;
	float: left;
	width: 133px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.edit-content .input-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}

.edit-content .input-row .holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.edit-content .input-row label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 20px;
	display: block;
}

.edit-content input[type="text"],
.edit-content textarea {
	width: 100%;
	display: block;
	background: #f0eded;
	color: #666;
	border: none;
	padding: 10px 14px;
	text-transform: none;
	font-size: 14px;
	margin: 0;
	border-radius: 0;
}

.edit-content input[type="text"]::-webkit-input-placeholder,
.edit-content textarea::-webkit-input-placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"]::-moz-placeholder,
.edit-content textarea::-moz-placeholder {
	opacity: 1;
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"]:-moz-placeholder,
.edit-content textarea:-moz-placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"]:-ms-input-placeholder,
.edit-content textarea:-ms-input-placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"].placeholder,
.edit-content textarea.placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"] {
	height: 39px;
	overflow: hidden;
}

.edit-content textarea {
	height: 147px;
	min-height: 147px;
}

.edit-content .image-list {
	margin: 0 -10px;
}

.edit-content .image-list li {
	float: left;
	padding: 0 10px 20px;
}

.edit-content .img-block {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	background: #666;
	max-width: 300px;
}

.edit-content .img-block img {
	display: inline-block;
	vertical-align: top;
}

.edit-content .info-text {
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

.edit-content .info-text a {
	color: inherit;
	text-decoration: underline;
}

.edit-content .info-text a:hover {
	text-decoration: none;
}

.edit-content .apply-btn {
	color: #fff;
	background: #47b200;
	padding: 5px 24px;
	text-transform: uppercase;
	border: none;
	display: inline-block;
	vertical-align: top;
}

.edit-content .text-center {
	text-align: center;
}

.edit-content .tab {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.wysiwyg-holder {
	width: 100%;
}

.wysiwyg-holder label {
	margin-bottom: 15px;
}

#FrontendContentEditor .fce-holder {
	position: relative;
}

#FrontendContentEditor .fce-holder .fce-span-border {
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	width: auto !important;
	border: 4px solid #e8a900 !important;
	background: rgba(0, 0, 0, .3) !important;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 168;
	display: none;
	pointer-events: none;
}

#FrontendContentEditor.fce-active .fce-holder:hover .fce-edit-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#FrontendContentEditor.fce-active .fce-holder:hover .fce-span-border {
	display: block;
}

.fce-edit-list {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 169;
	margin: 0 -6px;
}

.fce-edit-list li {
	position: relative;
	border: none !important;
	margin: 0;
	padding: 0 !important;
	background: none !important;
}

.fce-edit-list li:before,
.fce-edit-list li:after {
	display: none;
}

.fce-edit-list .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 6px !important;
	padding: 0 !important;
}

.fce-edit-list .link:hover .icon {
	background: #e8a900;
	color: #fff;
}

.fce-edit-list .link:hover .text {
	visibility: visible;
}

.fce-edit-list .link:hover .text:before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 10px solid #efece6;
	border-left: 10.5px solid transparent;
	border-right: 10.5px solid transparent;
	position: absolute;
	bottom: 100%;
	left: 16px;
}

.fce-edit-list .link:before,
.fce-edit-list .link:after {
	display: none;
}

.fce-edit-list .icon {
	font-size: 20px;
	line-height: 1;
	display: block;
	width: 36px;
	height: 36px;
	background: #efece6;
	position: relative;
	color: #000;
}

.fce-edit-list .icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fce-edit-list .text,
.fce-edit-list .off-text,
.fce-edit-list .on-text {
	background: #efece6;
	white-space: nowrap;
	line-height: 36px;
	color: #000;
	font-size: 14px;
	padding: 0 13px;
	position: absolute;
	top: calc(100% + 17px);
	left: -6px;
	visibility: hidden;
}

#FrontendContentEditor .frontend-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #efece6;
	font-size: 14px;
	line-height: 1.2;
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	-webkit-animation: panel-animation 1s 1s;
	animation: panel-animation 1s 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: panel-animation 1s 1s;
	-webkit-animation-fill-mode: both;
	z-index: 9999;
}

#FrontendContentEditor .frontend-panel .hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 16px;
}

#FrontendContentEditor .frontend-panel .exit-button {
	display: inline-block;
	vertical-align: top;
	background: #e8a900;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	margin-right: 30px;
	padding-left: 30px;
	position: relative;
	text-decoration: none;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

#FrontendContentEditor .frontend-panel .exit-button:hover {
	background: #efc94c;
}

#FrontendContentEditor .frontend-panel .exit-button .fa {
	font-size: 21px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13px;
}

#FrontendContentEditor .frontend-panel p {
	margin: 0;
}

.fce-popup-holder {
	display: none;
}

.admin-btn {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 2px;
	margin: 0 2px;
	color: #333;
	border-width: 1px !important;
	border-color: #9c9c9c;
	border-style: solid !important;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 1%, #dedede 100%);
	background: linear-gradient(to bottom, #fff 1%, #dedede 100%);
	position: relative;
}

#FrontendContentEditor #menu-editor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#FrontendContentEditor #menu-editor .heading.heading {
	text-align: left;
	margin-bottom: 20px;
}

#FrontendContentEditor #menu-editor .menu-col {
	padding: 25px 28px 25px 32px;
	width: 313px;
	background: #f5f5f5;
}

#FrontendContentEditor #menu-editor .page-col {
	max-width: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#FrontendContentEditor #menu-editor .page-col.opened {
	max-width: 395px;
}

#FrontendContentEditor #menu-editor .page-col.opened .holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#FrontendContentEditor #menu-editor .page-col .holder {
	width: 395px;
	background: #fff;
	padding: 80px 65px 20px;
	position: relative;
	border-left: 1px solid #e6e6e6;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

#FrontendContentEditor #menu-editor .page-col .holder:before {
	content: "\f101";
	font-family: fontawesome  !important;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(102, 102, 102, .5);
	font-size: 24px;
}

#FrontendContentEditor #menu-editor .page-name {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	display: block;
	margin: 0 0 29px;
	color: #333;
}

#FrontendContentEditor #menu-editor .option-row:not(:last-of-type) {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efece6;
}

#FrontendContentEditor #menu-editor .label-text {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

#FrontendContentEditor #menu-editor .check-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 18px;
}

#FrontendContentEditor #menu-editor .check-row:first-of-type {
	padding-top: 13px;
}

#FrontendContentEditor #menu-editor {
	background: #f5f5f5;
}

#FrontendContentEditor #menu-editor .edit-list {
	overflow: hidden;
	text-transform: uppercase;
	margin-bottom: 33px;
}

#FrontendContentEditor #menu-editor .edit-list li {
	position: relative;
	font-size: 0;
	line-height: 0;
}

#FrontendContentEditor #menu-editor .edit-list .has-child-dropdown > .link-wrap > .arrow-opener {
	visibility: visible;
	opacity: 1;
}

#FrontendContentEditor #menu-editor .edit-list .active > .link-wrap > .arrow-opener:before {
	content: "\f107";
}

#FrontendContentEditor #menu-editor .edit-list .active > .inner-list {
	display: block;
}

#FrontendContentEditor #menu-editor .edit-list .hidden a {
	color: #999;
}

#FrontendContentEditor #menu-editor .edit-list .hidden .link {
	padding-right: 25px;
}

#FrontendContentEditor #menu-editor .edit-list .hidden .link:after {
	content: "\f070";
	font-family: "FontAwesome" !important;
	position: absolute;
	right: 0;
	top: 0;
}

#FrontendContentEditor #menu-editor .edit-list a,
#FrontendContentEditor #menu-editor .edit-list span {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
}

#FrontendContentEditor #menu-editor .edit-list .link-wrap {
	border-bottom: 1px solid transparent;
	position: relative;
	padding: 10px 30px;
	margin-top: 5px;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}

#FrontendContentEditor #menu-editor .edit-list .link-wrap:hover,
#FrontendContentEditor #menu-editor .edit-list .selected > .link-wrap {
	background: #e8a900;
	color: #fff;
}

#FrontendContentEditor #menu-editor .edit-list .link-wrap:hover .edit,
#FrontendContentEditor #menu-editor .edit-list .selected > .link-wrap .edit {
	opacity: 1;
	visibility: visible;
}

#FrontendContentEditor #menu-editor .edit-list .link-wrap:hover a,
#FrontendContentEditor #menu-editor .edit-list .selected > .link-wrap a {
	color: inherit;
}

#FrontendContentEditor #menu-editor .edit-list .link-wrap:hover .arrow-opener:hover,
#FrontendContentEditor #menu-editor .edit-list .link-wrap:hover .edit:hover,
#FrontendContentEditor #menu-editor .edit-list .selected > .link-wrap .arrow-opener:hover,
#FrontendContentEditor #menu-editor .edit-list .selected > .link-wrap .edit:hover {
	color: #333;
}

#FrontendContentEditor #menu-editor .edit-list .ui-sortable-helper .link-wrap {
	border-color: transparent;
}

#FrontendContentEditor #menu-editor .edit-list .ui-sortable-helper .link-wrap:after {
	display: none;
}

#FrontendContentEditor #menu-editor .edit-list .link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 7px;
}

#FrontendContentEditor #menu-editor .edit-list .link:hover {
	text-decoration: underline;
}

#FrontendContentEditor #menu-editor .edit-list .link.no-link:hover {
	text-decoration: none;
}

#FrontendContentEditor #menu-editor .edit-list .edit {
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 13px;
	font-size: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#FrontendContentEditor #menu-editor .edit-list .edit:hover {
	color: #333;
}

#FrontendContentEditor #menu-editor .edit-list .arrow-opener {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 29px;
	font-size: 20px;
	font-weight: bold;
	color: #e8a900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	outline: none;
}

#FrontendContentEditor #menu-editor .edit-list .arrow-opener:before {
	content: "\f105";
	font-family: "FontAwesome" !important;
	display: inline-block;
	vertical-align: top;
}

#FrontendContentEditor #menu-editor .edit-list .arrow-opener:hover {
	color: #333;
}

#FrontendContentEditor #menu-editor .edit-list .ui-sortable-helper {
	opacity: .5;
}

#FrontendContentEditor #menu-editor .edit-list .ui-state-highlight {
	height: 39px;
	border: 1px solid #fff;
	background: #e0e0e0;
	margin-top: 5px;
}

#FrontendContentEditor #menu-editor .edit-list .level-2 .ui-state-highlight {
	margin-left: 31px;
}

#FrontendContentEditor #menu-editor .edit-list .level-2 ul .ui-state-highlight {
	margin-left: 62px;
}

#FrontendContentEditor #menu-editor .edit-list .link-wrap.newPageLinkHolder {
	margin-left: 31px;
	padding-left: 0;
}

#FrontendContentEditor #menu-editor .inner-list {
	display: none;
	overflow: hidden;
}

#FrontendContentEditor #menu-editor .inner-list li {
	text-transform: none;
}

#FrontendContentEditor #menu-editor .inner-list.level-2 .link-wrap:before,
#FrontendContentEditor #menu-editor .inner-list.level-3 .link-wrap:before {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 17px;
	height: 1px;
	background: #ccc;
	width: 13px;
}

#FrontendContentEditor #menu-editor .inner-list.level-2 .link-wrap:after,
#FrontendContentEditor #menu-editor .inner-list.level-3 .link-wrap:after {
	content: "";
	position: absolute;
	width: 1px;
	background: #ccc;
	height: 1000px;
	bottom: 18px;
	left: -13px;
}

#FrontendContentEditor #menu-editor .inner-list.level-2 .link-wrap {
	margin-left: 31px;
}

#FrontendContentEditor #menu-editor .inner-list.level-2 .link-wrap.newPageLinkHolder {
	padding-left: 0;
	margin-left: 36px;
}

#FrontendContentEditor #menu-editor .inner-list.level-3 .link-wrap {
	margin-left: 62px;
}

#FrontendContentEditor #menu-editor .inner-list.level-3 .link-wrap.newPageLinkHolder {
	padding-left: 0;
	margin-left: 46px;
}

#FrontendContentEditor #menu-editor .inner-list.level-3 ul {
	overflow: visible;
}

#FrontendContentEditor .edit-content .btn-toolbar {
	margin-left: -5px;
	background-color: #f0f0f0;
	padding: 10px 10px 5px;
	margin-left: 0;
	border: solid #e6e6e6;
	border-width: 1px 1px 0;
}

#FrontendContentEditor .edit-content .btn-group {
	display: inline;
}

#FrontendContentEditor .edit-content .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #d7d7d7;
	white-space: nowrap;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	box-shadow: none;
	color: #333;
	border-radius: 0;
	margin-left: -1px;
	margin-bottom: -1px;
	color: #222;
}

#FrontendContentEditor .edit-content .btn.active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background-color: #666;
	border-color: #adadad;
	color: #fff;
}

#FrontendContentEditor .edit-content .btn.disabled,
#FrontendContentEditor .edit-content .btn[disabled],
#FrontendContentEditor .edit-content fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
}

#FrontendContentEditor .edit-content .ta-scroll-window > .ta-bind {
	background: #fff;
}

#FrontendContentEditor .edit-content #Short_Description {
	max-width: 100%;
}

#FrontendContentEditor .edit-content .ta-scroll-window > .ta-bind,
#FrontendContentEditor .edit-content .ta-editor.ta-html,
#FrontendContentEditor .edit-content .ta-scroll-window.form-control {
	background: none;
	margin: 0;
	height: auto;
	max-height: 300px;
}

#FrontendContentEditor .edit-content .ta-scroll-window {
	border: solid  #e6e6e6;
	border-width: 0 1px 1px 1px;
}

@media all and (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}

	.fancybox-button--thumbs span {
		font-size: 23px;
	}

	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}

	.fancybox-thumbs > ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}

	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, .1);
	}

	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.fancybox-thumbs > ul > li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
		transition: all .2s cubic-bezier(.25, .46, .45, .94);
	}

	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

@media (max-width: 1023px) {
	#FrontendContentEditor.fce-active .fce-holder:hover .fce-edit-list {
		display: none;
	}

	#FrontendContentEditor.fce-active .fce-holder:hover .fce-span-border {
		display: none;
	}
}

@media all and (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}

	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}

@media (max-width: 767px) {
	#FrontendContentEditor .frontend-panel .hold {
		display: block;
		text-align: center;
	}

	#FrontendContentEditor .frontend-panel .exit-button {
		margin-bottom: 5px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes panel-animation {
	from {
		-webkit-transform: translatey(100%);
		transform: translatey(100%);
	}

	to {
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}

@-webkit-keyframes panel-animation {
	from {
		-webkit-transform: translatey(100%);
		transform: translatey(100%);
	}

	to {
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}
