/*! 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: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: white;
	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: .6;
	-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,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0; /* left: env(safe-area-inset-left); */
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0; /* right: env(safe-area-inset-right); */
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	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 {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* 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 {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* 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 */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.breadcrumbs,
.custom-checklist,
.custom-dropdown ul,
.pagination ul,
.top-menu,
.user-drop .info-list,
.widget-count,
.values-list,
.search-group .radio-list,
.top-info > ul,
.company-row .info-list,
.project-row .info-list,
.credit-list,
.participants-row .cta-list,
.red-head .info-list,
.status-list,
.widget-video .video-hover ul,
.featured-product .info-list,
.badge-list,
.nav,
.dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.btn-cart i,
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #f2f2f2;
	font: 16px/1.2 "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 34px;
}

h2,
.h2 {
	font-size: 22px;
}

h3,
.h3 {
	font-size: 21px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a,
button {
	outline: none;
}

a {
	-webkit-transition-property: background, color, border-color;
	transition-property: background, color, border-color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	color: #3f567a;
	text-decoration: none;
}

a:hover {
	color: #ff565a;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="number"] {
	outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	box-sizing: border-box;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #c7ccd0;
	padding: 1px 53px 15px;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

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: #808080;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #808080;
}

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: #808080;
}

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: #808080;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #808080;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-transition-property: background, color;
	transition-property: background, color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer;
}

@font-face {
	font-family: "Grava Display";
	src: url("../fonts/gravadisplay-medium.woff") format("woff"), url("../fonts/gravadisplay-medium.woff") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Grava Display";
	src: url("../fonts/gravadisplay-bold.woff") format("woff"), url("../fonts/gravadisplay-bold.woff") format("woff2");
	font-weight: 700;
	font-style: normal;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 25px;
	background: #f2f2f2;
	min-width: 150px;
	height: 46.5px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 46.5px;
	margin: 0 50px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	width: 50px;
	bottom: 0;
	left: 0;
	top: 0;
	color: #a5adc6;
	font-size: 20px;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 19px;
	right: auto;
}

.jcf-select .jcf-select-opener:after {
	content: "\e902";
	font-family: "icomoon" !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 99992;
}

body > .jcf-select-drop .jcf-scrollbar-horizontal {
	display: none;
}

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: 1px solid #f2f2f2;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	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;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 24px;
	color: #333;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	border-radius: 25px;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	padding: 0 50px 0 36px;
	font-size: 14px;
	line-height: 50px;
	height: 46.5px;
	font-style: italic;
	width: 300px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	font-size: 22px;
	line-height: 46px;
	height: 46px;
	color: #ff565a;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #fff;
	width: 10px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 10px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-slider {
	height: 100% !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #808080;
	height: 1px;
	width: 10px;
	border-radius: 10px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #fff;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	height: 10px;
	border-radius: 5px;
	display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 10px;
	width: 14px;
	display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 10px;
	margin-bottom: 6px;
	width: 100% !important;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #808080;
	height: 10px;
	border-radius: 5px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/* custom number input styles */

.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	padding: 3px 35px 3px 7px;
	margin: 0;
	height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	width: 20px;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	cursor: pointer;
}

.jcf-number .jcf-btn-dec {
	right: 20px;
	line-height: 26px;
}

.jcf-number .jcf-btn-inc {
	right: 0;
	line-height: 30px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before {
	content: "-";
}

.jcf-number .jcf-btn-inc:before {
	content: "+";
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: .3;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?90xh56");
	src: url("../fonts/icomoon.eot?90xh56#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?90xh56") format("truetype"), url("../fonts/icomoon.woff?90xh56") format("woff"), url("../fonts/icomoon.svg?90xh56#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
	content: "\e903";
}

.icon-chevron-down:before {
	content: "\e902";
}

.icon-chevron-right:before {
	content: "\e90b";
}

.icon-chevron-left:before {
	content: "\e90c";
}

.icon-search:before {
	content: "\e907";
}

.icon-tick:before {
	content: "\e904";
}

.icon-envelope:before {
	content: "\e900";
}

.icon-download:before {
	content: "\e90a";
}

.icon-settings:before {
	content: "\e908";
}

.icon-trash:before {
	content: "\e906";
}

.icon-upload:before {
	content: "\e905";
}

.icon-lock:before {
	content: "\e901";
}

.icon-menu:before {
	content: "\e909";
}

.icon-cart:before {
	content: "\e93a";
}

.icon-exit:before {
	content: "\ea14";
}

.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-width: 1024px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 100vh;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wrapper.login-page {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.login-page {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 50%;
	position: relative;
	z-index: 1;
	padding-left: 40px;
	padding-right: 40px;
}

.login-page:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 40%;
	left: 0;
	right: 0;
}

.login-page:before {
	background: -webkit-linear-gradient(top, #f2f2f2 80%, rgba(255, 255, 255, .01) 100%);
	background: linear-gradient(to bottom, #f2f2f2 80%, rgba(255, 255, 255, .01) 100%);
	z-index: -1;
}

.login-page .container { position:relative;}
.login-page .slogan {right:0; position:absolute; width:280px;}
.login-page .top-menu {min-width:180px; position:absolute; right:340px;}
.login-page .top-menu .has-drop {border-right:solid 1px  #b3b3b3; padding-right:30px; border-left:0px;}
.login-page .top-menu .has-drop a {color:#999;}
.login-page .top-menu .current span {display:block; float:left; line-height:15px;}
.login-page .top-menu .current span img { display:block; float:left; height:15px; margin-right:10px;}
.login-page .top-menu .dropdown {right:46px;}
.login-page .top-menu .dropdown img {height:15px; margin-right:10px;}


.main {
	-webkit-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	width: calc(100% - 240px);
}

.nav-shrink .main {
	width: calc(100% - 73px);
}

.login-page .main {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main.content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main .content-area {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.d-flex .col-4 {
	width: 100%;
}

.d-flex .overflow-hidden {
	overflow: hidden;
}

.d-flex .col-8 {
	width: 100%;
}

.d-flex .col-6 {
	padding: 0 20px;
	width: 100%;
}

.d-flex .col-50 {
	width: 100%;
	padding: 15px 19px;
	margin: 0 0 24px;
}

.d-flex .col-50.no-pads {
	padding: 0;
	margin-bottom: 0;
}

.d-flex .col-50.no-pads > .bg-white {
	padding: 15px 19px;
	margin-bottom: 24px;
}

.d-flex .col-25 {
	width: 100%;
	margin-bottom: 24px;
	padding: 15px 19px;
}

.d-flex .col-mid {
	margin-bottom: 24px;
	padding: 15px 19px;
	width: 100%;
}

.d-flex .col-100 {
	width: 100%;
	padding: 15px 19px 0;
	background: #fff;
}

.d-flex .col-12 {
	width: 100%;
	padding: 47px 0;
}

.d-flex .col-12.no-vert-indent {
	padding-top: 0;
	padding-bottom: 0;
}

.d-flex .col-3 {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bg-lighter {
	background: #f2f2f2;
}

.input-group {
	position: relative;
}

.input-group i {
	position: absolute;
	left: 4px;
	top: 1px;
	font-size: 28px;
	color: #ff565a;
}

.form-control {
	width: 100%;
	font-size: 21px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: 700;
	color: #fff;
	padding: 18px 20px;
	font-size: 20px;
	border-radius: 30px;
}

.btn-sm {
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.btn-sm .ico {
	margin-right: 12px;
}

.btn-md {
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.btn-md .ico {
	margin-right: 12px;
}

.btn-outline-danger {
	border: 1px solid #ff565a;
	color: #8598ad;
}

.btn-outline-danger > span {
	vertical-align: middle;
	display: inline-block;
}

.ico-btn {
	font-weight: 700;
	font-size: 12px;
}

.ico-btn i {
	position: relative;
}

.ico-btn .num {
	position: absolute;
	left: -6px;
	top: -4px;
	background: #fff;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 100%;
	font-size: 10px;
	line-height: 16px;
	overflow: hidden;
	color: #ff565a;
}

.btn-flat {
	border-radius: 0;
	text-transform: none;
	padding: 15px 30px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-success {
	background: #83db53;
}

.btn-success:hover {
	background: #51a523;
	color: #fff;
}

.btn-info {
	background: #0cb3da;
}

.btn-info:hover {
	background: #076479;
	color: #fff;
}

.btn-secondary {
	background: #ccc;
	color: #3f567a;
}

.btn-secondary img {
	margin-top: 4px;
}

.btn-secondary:hover {
	background: #b3b2b2;
	color: #3f567a;
}

.btn-danger {
	background: #ff565a;
}

.btn-danger:hover {
	background: #ef0006;
	color: #fff;
}

.text-center {
	text-align: center;
}

.forgot-link {
	color: #999;
}

.breadcrumbs {
	text-transform: uppercase;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	max-width: 60%;
	padding-right: 20px;
}

.breadcrumbs li {
	display: inline;
	vertical-align: top;
}

.breadcrumbs li + li {
	position: relative;
	padding-left: 18px;
}

.breadcrumbs li + li:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
}

.breadcrumbs li + li:before {
	content: ">";
}

.breadcrumbs a {
	color: inherit;
}

.breadcrumbs a:hover {
	color: #3f567a;
}

.d-none {
	display: none;
}

.text-info {
	color: #0cb3da;
}

.text-primary {
	color: #3f567a;
}

.text-danger {
	color: #ff565a;
}

.text-success {
	color: #83db53;
}

.text-warning {
	color: #fcc664;
}

.text-secondary {
	color: #8598ad;
}

.text-second-light {
	color: #abc5dd;
}

.h-100 {
	height: 100%;
}

.ico-noti {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: #ff565a;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 4px;
}

.ico-noti:after {
	content: "!";
}

.display-1 {
	color: #000;
	font-size: 40px;
	font-weight: 500;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
}

label {
	color: #666;
}

input.form-control-style {
	width: 100%;
	border: 0;
	height: 46.5px;
	border-radius: 25px;
	padding: 10px 20px;
	background: #f2f2f2;
	outline: none;
}

.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 27px;
}

.input-group .ico {
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.imp {
	color: #ff565a;
}

.hover-tooltip {
	z-index: 99992;
	max-width: 400px;
	border: 1px solid #ccd2dd;
	padding: 10px 15px;
	background: #f2f2f2;
	font-size: 12px;
}

.hover-tooltip:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 0;
	right: auto;
}

.hover-tooltip:after {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 0;
	right: auto;
}

.hover-tooltip:before {
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-right: 7px solid #ccd2dd;
	border-top: 6px solid transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -8px;
}

.hover-tooltip:after {
	height: 0;
	width: 0;
	border-bottom: 5px solid transparent;
	border-right: 7px solid #f2f2f2;
	border-top: 5px solid transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -7px;
}

input[type="radio"],
input[type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.custom-checkbox,
.custom-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-checkbox input:checked ~ .fake-input:after,
.custom-radio input:checked ~ .fake-input:after {
	display: block;
}

.custom-checkbox .fake-input,
.custom-radio .fake-input {
	position: relative;
	width: 21px;
	height: 21px;
	border: 1px solid #ccd2dd;
	border-radius: 100%;
}

.custom-checkbox .fake-input:after,
.custom-radio .fake-input:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.custom-checkbox .fake-input:after,
.custom-radio .fake-input:after {
	content: "\e904";
	font-family: "icomoon" !important;
	font-size: 10px;
	margin: 4px 0 0 3px;
	color: #999;
	display: none;
}

.custom-checkbox .fake-label,
.custom-radio .fake-label {
	color: #666;
	display: block;
	width: calc(100% - 21px);
	padding-left: 10px;
	white-space: nowrap;
}

.custom-checkbox.dot .fake-input:after,
.custom-radio.dot .fake-input:after {
	content: "";
	width: 9px;
	height: 9px;
	background: #ff565a;
	border-radius: 100%;
	margin: 5px 0 0 5px;
}

.custom-checkbox.radio-right + .radio-right,
.custom-radio.radio-right + .radio-right {
	margin-left: 40px;
}

.custom-checkbox.radio-right .fake-label,
.custom-radio.radio-right .fake-label {
	padding-right: 15px;
	padding-left: 0;
}

.custom-checkbox.radio-right img,
.custom-radio.radio-right img {
	margin-right: 8px;
	vertical-align: middle;
}

.custom-checkbox .fake-input {
	border-radius: 0;
	width: 17px;
	height: 17px;
}

.custom-checkbox .fake-input:after {
	margin: 3px 0 0 2px;
	font-size: 9px;
}

.custom-checkbox.primary .fake-input {
	border-color: #3f567a;
}

.custom-checkbox.primary .fake-input:after {
	color: #3f567a;
}

.custom-checkbox.primary .fake-label {
	color: #3f567a;
}

.custom-checkbox.dark .fake-input {
	border-color: #333;
}

.custom-checkbox.dark .fake-input:after {
	color: #333;
}

.custom-checkbox.dark .fake-label {
	color: #333;
}

.custom-checkbox.danger .fake-input {
	border-color: #ff565a;
}

.custom-checkbox.danger .fake-input:after {
	color: #ff565a;
}

.custom-checkbox.danger .fake-label {
	color: #ff565a;
}

.custom-checkbox.gray .fake-input {
	border-color: #999;
}

.custom-checkbox.gray .fake-input:after {
	color: #999;
}

.custom-checkbox.gray .fake-label {
	color: #999;
}

.custom-checkbox.nobel .fake-input {
	border-color: #b3b3b3;
}

.custom-checkbox.nobel .fake-input:after {
	color: #b3b3b3;
}

.custom-checkbox.nobel .fake-label {
	color: #b3b3b3;
}

.custom-checkbox.sub-tit {
	border-bottom: 1px solid #ccd2dd;
	padding-bottom: 8px;
	margin-bottom: 25px;
}

.custom-checkbox.sub-tit .fake-input {
	border-radius: 100%;
}

.custom-checklist li {
	margin-bottom: 45px;
}

.custom-checklist .custom-checkbox {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.custom-checklist .custom-checkbox input:checked + .fake-input {
	background: #ff565a;
	border-color: #ff565a;
}

.custom-checklist .custom-checkbox input:checked ~ .fake-label {
	opacity: 1;
}

.custom-checklist .custom-checkbox .fake-input {
	margin-top: 3px;
	border-radius: 100%;
}

.custom-checklist .custom-checkbox .fake-input:after {
	color: #fff;
}

.custom-checklist .custom-checkbox .fake-label {
	opacity: .6;
	color: #ff565a;
	padding-left: 20px;
}

.custom-checklist .custom-checkbox .txt {
	white-space: normal;
	display: block;
	color: #666;
	font-size: 13px;
}

.btn-upload-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-upload-holder .ico {
	margin-left: 13px;
	font-size: 21px;
}

.btn-upload-holder i {
	color: #ff565a;
}

.btn-upload {
	position: relative;
}

.btn-upload .ico-upload {
	position: absolute;
	top: 9px;
	right: 20px;
	font-size: 22px;
	background: none;
}

.btn-upload i {
	color: #ff565a;
}

.jcf-scrollable-wrapper {
	width: 100% !important;
}

.jcf-scrollable {
	width: 100% !important;
	max-height: 777px;
}

.jcf-scrollable.has-filter {
	max-height: 693px;
}

.jcf-scrollable.has-filter-slim {
	max-height: 740px;
}

.jcf-scrollable.slider-gray + .jcf-scrollbar-vertical {
	background: #f0f0f0;
}

.custom-dropdown {
	position: relative;
}

.custom-dropdown.active .btn-dropdown {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-dropdown .lightbox {
	position: absolute;
	right: 18px;
	top: 12px;
}

.custom-dropdown .cust-slide {
	position: absolute;
	z-index: 5;
	top: 100%;
	width: 100%;
	background: #fff;
	padding-bottom: 7px;
	display: none;
}

.custom-dropdown ul {
	padding: 7px 22px;
}

.custom-dropdown ul li {
	padding: 7px 0;
	border-bottom: 1px solid #ccd2dd;
}

.custom-dropdown ul a {
	color: #8598ad;
}

.custom-dropdown ul a:hover {
	color: #ff565a;
}

.custom-dropdown .jcf-scrollable {
	max-height: 105px;
}

.custom-dropdown .jcf-scrollable-wrapper {
	width: 100% !important;
}

.custom-dropdown .jcf-scrollbar-vertical,
.custom-dropdown .jcf-scrollbar-handle {
	width: 5px;
	margin-right: 5px;
}

.custom-dropdown .jcf-scrollbar-horizontal {
	display: none;
}

.btn-dropdown {
	-webkit-transition-property: border-radius;
	transition-property: border-radius;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff;
	padding: 13px 49px;
	border-radius: 25px;
	width: 100%;
	text-align: left;
	color: #8598ad;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-dropdown .ico {
	position: absolute;
	left: 21px;
	top: 12px;
}

.btn-dropdown .ico.reset {
	top: 16px;
}

.btn-dropdown .ico-right {
	position: absolute;
	right: 19px;
	top: 12px;
	font-size: 22px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.open-close .slide {
	display: none;
}

.btn-settings {
	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;
	padding: 10px 21px;
	background: #b3b3b3;
	color: #fff;
	font-size: 24px;
}

.btn-settings:hover {
	background: #ff565a;
	color: #fff;
}

.state {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.state.success {
	background: #83db53;
}

.state.danger {
	background: #ff565a;
}

.state.primary {
	background: #3f567a;
}

.state.info-dark {
	background: #93278f;
}

.state.info {
	background: #0cb3da;
}

.fancybox-button.fancybox-close-small {
	border: 1px solid #ff565a;
	border-radius: 100%;
	color: #ff565a;
	opacity: 1;
	padding: 2px;
	width: 30px;
	height: 30px;
	outline: none;
	top: 19px;
	right: 23px;
}

.modal {
	width: 890px;
	padding: 0;
	box-shadow: 0 0 10px rgba(128, 128, 128, .5);
}

.modal.modal-md {
	width: 815px;
}

.modal .inner-box {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}

.modal .txt {
	padding: 35px 0 15px;
}

.modal-title {
	display: block;
	color: #b3b3b3;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight: 500;
	border-bottom: 1px solid #ccd2dd;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.modal-header {
	padding: 20px 26px;
}

.modal-header h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 0;
}

.btn-add img {
	margin-right: 8px;
}

.modal-body {
	padding: 20px 47px;
}

.modal-body.v-indent {
	padding-top: 55px;
}

.modal-body .btn-holder {
	text-align: right;
	margin-bottom: 13px;
}

.modal-footer {
	padding: 35px 35px 50px;
}

.modal-footer .btn {
	min-width: 205px;
	margin: 0 15px;
}

.modal-footer .txt-info {
	border-top: 1px solid #ff565a;
	font-size: 15px;
	font-style: italic;
	margin-top: 30px;
	padding: 20px 41px 0;
	text-align: center;
}

.form-modal label {
	margin-right: 15px;
	min-width: 75px;
}

.modal-filter {
	padding: 20px 55px 20px 26px;
}

.modal-filter .form-search {
	width: 512px;
}

.modal-filter .form-search .form-control-style {
	padding-left: 28px;
}

.pagination {
	font-size: 14.5px;
	text-align: center;
	padding-top: 30px;
}

.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination li {
	padding: 0 7px;
}

.pagination li.active a {
	font-weight: 700;
	border-color: #ff565a;
	color: #ff565a;
}

.pagination a {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccd2dd;
}

.pagination a:hover {
	font-weight: 700;
	border-color: #ff565a;
	color: #ff565a;
}

.jcf-select-arrow-right .jcf-select-opener {
	left: auto;
	right: 5px;
}

.jcf-select-arrow-right .jcf-select-text {
	margin-left: 20px;
	font-style: italic;
}

#modal-newparti .btn {
	min-width: 175px;
}

#modal-import .ico-btn {
	font-size: 15px;
	color: #8598ad;
}

#modal-import .ico-btn:hover {
	color: #ff565a;
}

.custom-textarea {
	overflow: hidden;
	color: #808080;
	font-size: 13px;
	padding: 20px 10px 20px 30px;
}

.custom-textarea .jcf-scrollable {
	height: 105px;
}

.custom-textarea .jcf-scrollable-wrapper {
	width: 100% !important;
}

.custom-textarea .jcf-scrollbar-vertical,
.custom-textarea .jcf-scrollbar-handle {
	width: 5px;
	margin-right: 5px;
}

.custom-textarea ul {
	padding-left: 17px;
}

.custom-textarea li {
	margin-bottom: 3px;
}

.ico-input {
	position: relative;
	width: 100%;
}

.ico-input i {
	position: absolute;
	right: 17px;
	top: 13px;
	left: auto;
	font-size: 17px;
}

.btn-reminder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 13px;
}

.btn-reminder i {
	min-width: 20px;
	margin-right: 6px;
}

.value-holder .jcf-scrollbar-horizontal {
	display: none;
}

.btn-cart {
	display: block;
	background: #fff;
	color: #666;
	padding: 11px 10px;
	text-align: center;
}

.btn-cart i {
	color: #ff565a;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.btn-cart:hover {
	background: #ff565a;
	color: #fff;
}

.btn-cart:hover i {
	color: #feedb7;
}

.ico-search {
	position: absolute;
	top: 12px;
	right: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
}

.btn-cart-modal {
	padding: 7px 10px;
	font-size: 14px;
	background: #83db53;
	color: #fff;
	width: 100%;
}

.btn-cart-modal:hover {
	background: #5bba27;
}

.btn-cart-modal i {
	color: #feedb7;
}

.btn-back {
	padding-top: 80px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 17px;
}

.btn-back a {
	color: #b3b3b3;
}

.btn-back a:hover {
	color: #ff565a;
}

.bg-white {
	background: #fff;
}

.option-title {
	margin-right: 10px;
}

.custom-scroll {
	width: 100% !important;
	height: 777px;
}

.mCSB_dragger {
	width: 10px !important;
	background: #fff;
	border-radius: 5px;
}

.mCSB_draggerRail {
	width: 10px !important;
	background: #808080 !important;
	margin: 0 !important;
}

.login-holder {
	margin-left: auto;
	margin-right: auto;
	width: 442px;
}

.login-holder.box-indent {
	padding-top: 130px;
	padding-bottom: 29px;
}

.login-holder h1 {
	font-weight: 500;
}

.login-bg-holder {
	padding: 17px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.form-login .form-row {
	margin-bottom: 41px;
}

.form-login .form-control {
	background: transparent;
}

.form-login .form-control[type="password"] {
	font-size: 18px;
}

.form-login .btn-hold {
	padding-top: 29px;
	padding-bottom: 24px;
}

.form-login .ico-envelop {
	top: 5px;
}

.form-login .ico-pass {
	top: -12px;
	left: 7px;
}

.top-bar,
.filter-bar,
.top-info {
	padding-left: 25px;
	padding-right: 25px;
}

.top-bar {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.top-bar.bg-lighter {
	background: #f2f2f2;
}

.top-menu {
	/*min-width: 371px;*/
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.top-menu > li {
	border-left: 1px solid #b3b3b3;
}

.top-menu a {
	padding: 12px 13px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.top-menu a.user-drop {
	padding-left: 17px;
	padding-right: 40px;
}

.top-menu a:hover {
	background: #f2f2f2;
}

.user-drop {
	position: relative;
}

.user-drop .avatar {
	width: 50px;
	height: 50px;
	border: 2px solid #ccc;
	border-radius: 100%;
	padding-top: 3px;
}

.user-drop .avatar span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #f5f6fa;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.user-drop .avatar img {
	display: block;
	width: 100%;
}

.user-drop .info-list {
	width: calc(100% - 50px);
	font-weight: 600;
	padding-left: 16px;
	font-size: 16px;
}

.user-drop .info-list .bal {
	font-size: 10px;
	font-weight: 300;
	font-style: italic;
}

.user-drop i {
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
}

.content-area {
	padding: 30px 25px;
}

.content-area.slim {
	padding-top: 32px;
	padding-bottom: 25px;
}

.content-area.bg-rainbow {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #fff;
	background-position: 50% 100%;
}

.content-area.bg-rainbow:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.content-area.bg-rainbow:after {
	background: -webkit-linear-gradient(top, #fff 50%, rgba(255, 255, 255, .01) 100%);
	background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, .01) 100%);
	z-index: -1;
}

.content-area.bg-rainbow.bg-full {
	background-size: cover;
}

.content-area.bg-rainbow.bg-full:after {
	display: none;
}

.light-box {
	background: #fff;
	padding: 17px 20px 40px;
	margin-bottom: 29px;
}

.light-box .col {
	width: 50%;
	padding: 15px;
}

.light-box .col + .col {
	border-left: 1px solid #ccd2dd;
}

.box-title {
	overflow: hidden;
	display: block;
	font-weight: 500;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccd2dd;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.box-title .notice {
	float: right;
	font-size: 12px;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	letter-spacing: .5px;
	max-width: 65%;
}

.box-title .notice a {
	font-style: italic;
	text-decoration: underline;
	color: #83db53;
}

.box-title .notice a:hover {
	text-decoration: none;
}

.widget-count {
	font-size: 13px;
	text-align: center;
}

.widget-count li {
	display: inline-block;
	vertical-align: top;
}

.widget-count .ico {
	min-width: 21px;
}

.widget-count .ico-title {
	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;
}

.widget-count .title {
	text-align: left;
	padding: 0 10px;
}

.widget-count .num {
	width: 100%;
	text-align: center;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 51px;
	margin-bottom: 5px;
}

.widget-count .text {
	width: 100%;
	text-align: center;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 32px;
	line-height:90px;
	font-weight:bold;
}

.new-area {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	max-width: 734px;
}

.new-area .img-holder {
	width: 35%;
}

.new-area .img-holder img {
	vertical-align: top;
}

.new-area .description {
	font-size: 19.5px;
	color: #4d4d4d;
	letter-spacing: .8px;
	width: 65%;
	padding-top: 65px;
	padding-left: 20px;
}

.new-area p {
	margin-bottom: 30px;
}

.box {
	margin-right: 35px;
}

.box .company-holder:last-child {
	margin-bottom: 0;
}

.box > .title {
	background: #ccc;
	color: #fff;
	font-weight: 500;
	padding: 21px 35px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.box .description {
	background: #fff;
	padding: 32px 36px;
	margin-left: -20px;
	margin-right: -20px;
}

.box .description.no-bg {
	background: none;
	padding: 0;
	margin: 0;
}

.box .description .reports-row:last-child {
	border-bottom: 0;
}

.box.no-stretch .description {
	padding-top: 44px;
	margin-left: -8px;
	margin-right: -8px;
}

.box .sub-title {
	position: relative;
	overflow: hidden;
	display: block;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #b3b3b3;
	border-bottom: 1px solid #ccd2dd;
	padding-bottom: 8px;
	margin-bottom: 25px;
}

.box .sub-title .ico-btn {
	float: right;
	border-left: 1px solid #ccd2dd;
	padding: 5px 10px 5px 12px;
	margin-bottom: -8px;
}

.box .sub-title.no-border {
	border-bottom: 0;
}

.box .sub-title.has-ico {
	padding-right: 30px;
}

.box .sub-title .ico-edit {
	position: absolute;
	right: 0;
	top: 0;
}

.form-company .select-holder .input-group {
	margin-right: 25px;
	width: 100%;
}

.form-company label {
	min-width: 155px;
}

.form-company label.label-sm {
	min-width: 69px;
}

.form-company .btn-holder {
	padding: 35px 60px;
}

.form-company .btn {
	min-width: 206px;
	margin: 0 10px;
}

.form-company .custom-radio {
	padding-top: 15px;
	margin-right: 33px;
	margin-bottom: 49px;
}

.logo-area {
	margin-bottom: 40px;
}

.logo-area .preview {
	height: 168px;
	width: 200px;
}

.logo-area .upload-area {
	padding-left: 26px;
	width: calc(100% - 200px);
}

.logo-area .dim {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #808080;
	padding: 12px 0 0 4px;
}

.values-list {
	max-height: 279px;
	margin-right: 20px;
}

.values-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ccd2dd;
	padding-bottom: 24px;
	margin-bottom: 11px;
}

.values-list li:last-child {
	margin-bottom: 0;
}

.values-list .list-title {
	width: calc(35% - 10px);
	padding-left: 20px;
}

.values-list .descr {
	width: calc(65% - 70px);
	padding-right: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.values-list .cta {
	width: 65px;
}

.values-list .cta a:first-child {
	margin-right: 10px;
}

.filter-bar {
	width: 100%;
	background: #b3b3b3;
	padding-top: 20px;
	padding-bottom: 20px;
}

.filter-bar .form-search {
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	margin-bottom: 15px;
}

.filter-bar .col {
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	margin-bottom: 15px;
}

.search-group {
	position: relative;
	z-index: 1;
}

.search-group .opener {
	position: absolute;
	left: 13px;
	top: 13px;
	font-size: 21px;
	color: #ccd2dd;
}

.search-group .slide {
	position: absolute;
	top: 100%;
	width: 200px;
	background: #fff;
	z-index: 5;
	z-index: -1;
	padding: 0 23px;
}

.search-group .radio-list {
	padding: 5px 0;
}

.search-group .radio-list li {
	padding: 8px 0;
}

.search-group .form-control-style {
	-webkit-transition-property: border-radius;
	transition-property: border-radius;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	border: 1px solid transparent;
	background: #fff;
	padding-left: 53px;
	padding-right: 53px;
}

.search-group .form-control-style:focus {
	border-color: #83db53;
}

.search-group button {
	position: absolute;
	right: 6px;
	top: 10px;
	font-size: 22px;
	background: none;
	color: #ff565a;
}

.search-group button i {
	font-size: inherit;
}

.search-group.active .form-control-style {
	border-bottom-left-radius: 0;
}

.top-info {
	padding-top: 31px;
	font-size: 14px;
}

.top-info > ul > li {
	padding: 0 12px;
}

.top-info > ul > li + li {
	border-left: 1px solid #ccd2dd;
}

.top-info .opener {
	padding-right: 27px;
}

.top-info .opener i {
	margin-left: 10px;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.company-holder {
	margin-bottom: 40px;
}

.company-holder.active .c-opener i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.company-holder .reports-row .r-title {
	font-weight: 700;
}

.company-row .info-list,
.project-row .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	color: #4d4d4d;
	overflow: hidden;
	font-size: 13px;
}

.company-row .info-list li,
.project-row .info-list li {
	position: relative;
	padding: 0 11px;
}

.company-row .info-list li:before,
.project-row .info-list li:before {
	position: absolute;
	content: "";
	top: -100px;
	bottom: -100px;
	left: 0;
	right: auto;
}

.company-row .info-list li:before,
.project-row .info-list li:before {
	width: 1px;
	background-color: #fff;
}

.company-row .info-list li strong,
.project-row .info-list li strong {
	display: block;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #ff565a;
	font-size: 22.5px;
}

.company-row .info-list .ico,
.project-row .info-list .ico {
	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;
	text-align: left;
}

.company-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fcc664;
	padding: 0 0 0 17px;
}

.company-row .check {
	width: 17px;
}

.company-row .company-title {
	font-size: 15px;
	font-weight: 500;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-left: 14px;
	text-transform: uppercase;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.company-row .company-title a {
	color: inherit;
}

.company-row .company-title a:hover {
	color: #ff565a;
}

.company-row .right-area {
	margin-right: 0;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	/*min-width: 555px;*/
}

.company-row .right-area .c-opener {
	background: #b3b3b3;
	font-size: 22px;
	color: #fff;
	padding: 22px;
	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;
}

.company-row .right-area .c-opener:hover {
	background: #ff565a;
}

.company-row .btn-settings {
	height: 100%;
}

.company-row .ico-tick {
	color: #27ab41;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 2px solid #27ab41;
	margin-right: 8px;
	font-size: 10px;
	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;
}

.company-row .dropdown.slide {
	right: -23px;
	left: auto;
	top: 100%;
	width: 205px;
	border: 0;
	font-size: 14px;
}

.company-row .dropdown.slide a {
	color: #8598ad;
}

.company-row .dropdown.slide a:hover {
	color: #ff565a;
}

.company-row .dropdown.slide:before {
	display: none;
}

.company-row .dropdown.slide img {
	width: 21px;
	margin-right: 5px;
	vertical-align: middle;
}

.company-row .dropdown.slide li {
	padding-top: 7px;
	padding-bottom: 7px;
}

.c-slide {
	background: #fff;
	padding: 45px 17px 30px;
}

.inner-open-close {
	margin-bottom: 20px;
}

.inner-open-close.active .ico-img img {
	display: none;
}

.inner-open-close.active .ico-img img.open {
	display: inline-block;
}

.inner-open-close.active .inner-opener i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.project-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f9f9f9;
}

.project-row .right-area {
	margin-right: 0;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.project-row .right-area .inner-opener {
	background: #b3b3b3;
	font-size: 21px;
	color: #fff;
	padding: 11px;
	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;
}

.project-row .right-area .inner-opener:hover {
	background: #ff565a;
}

.project-row .project-title {
	padding-left: 26px;
	font-size: 19px;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	color: #4d4d4d;
}

.project-row .project-title .inner-opener {
	margin-left: 15px;
	color: inherit;
}

.project-row .project-title .inner-opener:hover {
	color: #ff565a;
}

.project-row .ico-img .open {
	display: none;
}

.project-row .info-list li:before {
	background-color: #b3b3b3;
}

.project-row .dropdown.slide {
	right: -23px;
	left: auto;
	top: 100%;
	width: 205px;
	border: 0;
	font-size: 14px;
}

.project-row .dropdown.slide a {
	color: #8598ad;
}

.project-row .dropdown.slide a:hover {
	color: #ff565a;
}

.project-row .dropdown.slide:before {
	display: none;
}

.project-row .dropdown.slide img {
	width: 21px;
	margin-right: 5px;
	vertical-align: middle;
}

.project-row .dropdown.slide li {
	padding-top: 7px;
	padding-bottom: 7px;
}

.inner-slide {
	padding: 29px 14px;
}

.reports-head {
	color: #b3b3b3;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}

.reports-head,
.reports-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reports-head .check,
.reports-row .check {
	width: 17px;
}

.reports-head .r-title,
.reports-row .r-title {
	padding-left: 10px;
	width: 12%;
}

.reports-head .r-titl,
.reports-row .r-titl {
	padding-left: 20px;
	padding-right: 20px;
	width: 20%;
}

.reports-head .date,
.reports-row .date {
	padding-left: 6px;
	width: 13%;
}

.reports-head .dat,
.reports-row .dat {
	text-align: center;
	width: 10%;
}

.reports-head .writer,
.reports-row .writer {
	text-align: center;
	width: 9.5%;
}

.reports-head .status,
.reports-row .status {
	text-align: center;
	width: 8.3%;
}

.reports-head .c-date,
.reports-row .c-date {
	width: 14.5%;
	text-align: center;
}

.reports-head .parti,
.reports-row .parti {
	width: 10%;
	text-align: center;
}

.reports-head .partic,
.reports-row .partic {
	text-align: center;
	width: 18%;
}

.reports-head .phase,
.reports-row .phase {
	width: 13%;
	text-align: center;
}

.reports-head .comp,
.reports-row .comp {
	text-align: center;
	width: 7%;
	padding-left: 10px;
}

.reports-head .compl,
.reports-row .compl {
	text-align: center;
	padding: 0 20px;
	width: 31%;
}

.reports-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #3f567a;
	border-bottom: 1px solid #ccd2dd;
}

.reports-row > div {
	padding-top: 9px;
	padding-bottom: 9px;
}

.reports-row .state {
	margin-left: auto;
	margin-right: auto;
}

.reports-row .cta {
	margin-right: 0;
	margin-left: auto;
	border-left: 1px solid #ccd2dd;
	text-align: right;
	width: 50px;
}

.reports-row .cta a {
	margin-bottom: 10px;
	display: inline-block;
}

.reports-row .cta a:last-child {
	margin-left: 5px;
}

.reports-row .cta.small {
	width: 57px;
	text-align: center;
}

.reports-row .cta.small a:last-child {
	margin-left: 0;
}

.reports-row .ico-btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	margin: 0 5px 5px;
}

.reports-row .ico-btn img {
	margin-right: 5px;
}

.cat-row {
	padding: 22px 0;
	border-bottom: 1px solid #ccd2dd;
}

.cat-row .title {
	width: calc(100% - 100px);
}

.cat-row .cta a {
	margin-left: 20px;
}

.credit-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 15px;
}

.credit-list li {
	width: 50%;
	padding: 0 20px;
}

.participants-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3f567a;
	border-bottom: 1px solid #ccd2dd;
}

.participants-row > div {
	padding: 18px 0;
}

.participants-row.head {
	color: #b3b3b3;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.participants-row.head > div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.participants-row.head.wide {
	padding-bottom: 20px;
	color: #d3d3d3;
}

.participants-row .name {
	width: 19%;
}

.participants-row .nam {
	width: 12%;
}

.participants-row .surname {
	width: 12.5%;
	text-align: center;
}

.participants-row .mail {
	text-align: center;
	width: 32%;
}

.participants-row .mail.sm {
	width: 20%;
}

.participants-row .lang {
	text-align: center;
	width: 11%;
}

.participants-row .stats {
	width: 16%;
	text-align: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.participants-row .stat {
	width: 16%;
	text-align: center;
}

.participants-row .phase {
	width: 9%;
	text-align: center;
}

.participants-row .phase.md {
	width: 12%;
}

.participants-row .cta {
	text-align: right;
	margin-right: 0;
	margin-left: auto;
	width: 120px;
	padding-right: 6px;
}

.participants-row .cta > a:last-child {
	margin-left: 36px;
}

.participants-row .cta.three-ico {
	width: 130px;
}

.participants-row .cta.three-ico > a {
	margin-left: 12px;
}

.participants-row .cta-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.participants-row .cta-list li {
	border-left: 1px solid #ccd2dd;
	padding: 15px 19px;
}

.participants-row .cta-list li:last-child {
	padding-right: 0;
}

.participants-row .reminder-cta {
	position: relative;
}

.participants-row .reminder-cta .count {
	position: absolute;
	top: -5px;
	left: -10px;
	background: #ff565a;
	width: 14px;
	height: 14px;
	color: #fff;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	border-radius: 100%;
}

.form-reports label {
	min-width: 167px;
	padding-right: 20px;
}

.form-reports input::-webkit-input-placeholder {
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
}

.form-reports input::-moz-placeholder {
	opacity: 1;
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
}

.form-reports input:-moz-placeholder {
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
}

.form-reports input:-ms-input-placeholder {
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
}

.form-reports input.placeholder {
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
}

.form-reports .btn-holder {
	width: 100%;
	text-align: center;
	padding: 16px 0;
}

.form-reports .btn-holder .btn {
	min-width: 206px;
	margin: 0 25px;
}

.parti-tbl .head {
	color: #ff565a;
}

.title-buttons.title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.title-buttons.title.has-ico {
	padding-left: 46px;
}

.title-buttons.title .ico {
	position: absolute;
	left: 15px;
	top: 25px;
}

.title-buttons.title h2 {
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 20px 55px;
	width: 100%;
	border-bottom:solid 1px #fff;
}

.title-buttons.title .cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
}

.title-buttons.title .btn {
	font-size: 16px;
	font-weight: 400;
	margin-left: 1px;
	width: 33.33%;
}

.title-buttons.title .btn img {
	margin-right: 5px;
}

.download-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -25px;
	margin-bottom: 50px;
}

.download-area .title {
	font-weight: 400;
}

.download-area .ico-btn {
	margin-left: 24px;
	font-weight: 400;
}

.download-area .ico-btn img {
	margin-right: 13px;
}

.red-head {
	padding: 5px 0 5px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.red-head .title {
	color: #ff565a;
	font-weight: 500;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	max-width: 50%;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.red-head .title:only-child {
	max-width: 100%;
}

.red-head .cta-area {
	margin-left: auto;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.red-head .info-list {
	font-size: 13px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	color: #3f567a;
}

.red-head .info-list li {
	padding: 0 12px;
	position: relative;
}

.red-head .info-list li:before {
	position: absolute;
	content: "";
	top: -10px;
	bottom: -10px;
	left: 0;
	right: auto;
}

.red-head .info-list li:before {
	width: 1px;
	background: #b3b3b3;
}

.red-head .info-list .text-success,
.red-head .info-list .text-warning {
	font-size: 15.5px;
	line-height: 1;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.red-head .info-list .tiny {
	font-size: 9px;
}

.red-head .info-list .ico {
	position: relative;
}

.red-head .info-list .ico .count {
	position: absolute;
	background: #ff565a;
	color: #fff;
	font-size: 8px;
	line-height: 13px;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	top: -5px;
	left: -12px;
}

.red-head .info-list .icon-tick {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 1px solid #83db53;
	color: #83db53;
	border-radius: 100%;
	padding: 5px;
	font-size: 8px;
}

.table {
	margin-bottom: 47px;
}

.table .t-head,
.table .t-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.table .t-head > div,
.table .t-row > div {
	padding: 0 10px;
}

.table .t-head > div:first-child,
.table .t-row > div:first-child {
	padding-left: 0;
}

.table .t-head > div:last-child,
.table .t-row > div:last-child {
	padding-right: 0;
}

.table .t-head .date,
.table .t-row .date {
	width: 13%;
}

.table .t-head .t-left,
.table .t-row .t-left {
	text-align: left;
}

.table .t-head .nam,
.table .t-row .nam {
	width: 18%;
}

.table .t-head .name,
.table .t-row .name {
	width: 11%;
}

.table .t-head .status,
.table .t-row .status {
	width: 18%;
}

.table .t-head .dot,
.table .t-row .dot {
	position: relative;
	padding-left: 20px;
	font-weight: 600;
}

.table .t-head .dot:before,
.table .t-row .dot:before {
	position: absolute;
	content: "";
	top: 3px;
	bottom: auto;
	left: 0;
	right: auto;
}

.table .t-head .dot:before,
.table .t-row .dot:before {
	width: 12px;
	height: 12px;
	border-radius: 100%;
}

.table .t-head .dot.success,
.table .t-row .dot.success {
	color: #83db53;
}

.table .t-head .dot.success:before,
.table .t-row .dot.success:before {
	background: #83db53;
}

.table .t-head .parti,
.table .t-row .parti {
	width: 15%;
}

.table .t-head .phase,
.table .t-row .phase {
	width: 8%;
}

.table .t-head .eta,
.table .t-row .eta {
	width: 12%;
}

.table .t-head .eta.text-success,
.table .t-row .eta.text-success {
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.table .t-head .credit,
.table .t-row .credit {
	width: 11%;
}

.table .t-head .credit.border-left,
.table .t-row .credit.border-left {
	border-left: 1px solid #ccd2dd;
}

.table .t-head .cta,
.table .t-row .cta {
	width: 5%;
	border-left: 1px solid #ccd2dd;
}

.table .t-head {
	color: #b3b3b3;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table .t-row {
	color: #3f567a;
}

.table .t-row > div {
	padding-top: 12px;
	padding-bottom: 12px;
}

.red-head-box .c-slide {
	padding: 0;
}

.red-head-box .red-head {
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.red-head-box .c-opener {
	background: #ccc;
	padding: 9px 11px;
	color: #fff;
}

.red-head-box .c-opener i {
	display: inline-block;
}

.red-head-box.active .c-opener i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.status-list {
	padding: 5px 35px 0 35px;
	color: #3f567a;
}

.status-list li {
	border-bottom: 1px solid #ccd2dd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 25px;
	padding-bottom: 17px;
	margin-bottom: 10px;
}

.status-list li:last-child {
	border-bottom: 0;
}

.video-block {
	margin-left: -20px;
	margin-right: -20px;
}

.video-grid {
	padding: 0 20px 40px;
	width: 100%;
}

.widget-video {
	font-size: 15px;
	position: relative;
}

.widget-video .title {
	font-weight: 500;
}

.widget-video .video {
	position: relative;
	padding-top: 50%;
}

.widget-video iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.widget-video .descr {
	background: #fff;
	padding: 22px 17px;
}

.widget-video time {
	display: block;
	color: #bec9d6;
	font-style: italic;
	font-size: 12px;
}

.widget-video .ico {
	position: absolute;
	bottom: 14px;
	right: 20px;
	color: #ff565a;
	font-size: 22px;
}

.widget-video .ico:hover + .video-hover {
	visibility: visible;
	opacity: 1;
}

.widget-video .video-hover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	background: #fffbf1;
	padding: 13px 15px;
	z-index: 5;
	font-size: 13px;
	width: calc(100% - 25px);
}

.widget-video .video-hover:before {
	position: absolute;
	content: "";
	top: -20px;
	bottom: auto;
	left: auto;
	right: 0;
}

.widget-video .video-hover:before {
	height: 0;
	width: 0;
	border-bottom: 20px solid #fffbf1;
	border-left: 20px solid transparent;
}

.widget-video .video-hover.invert {
	bottom: 50px;
	top: auto;
}

.widget-video .video-hover.invert:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: -20px;
	left: auto;
	right: 0;
}

.widget-video .video-hover.invert:after {
	height: 0;
	width: 0;
	border-top: 20px solid #fffbf1;
	border-left: 20px solid transparent;
}

.widget-video .video-hover.invert:before {
	display: none;
}

.widget-video .video-hover .title {
	color: #ff565a;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	margin-bottom: 13px;
}

.widget-video .video-hover li {
	position: relative;
	padding-right: 100px;
	margin-bottom: 12px;
}

.widget-video .min {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	color: #0cb3da;
	font-weight: 600;
	font-style: italic;
	text-align: right;
}

.resource-block {
	margin-bottom: 40px;
}

.resource-block.active .c-opener i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.resource-block > .head {
	position: relative;
	background: #bec9d6;
	color: #fff;
	padding: 21px 90px 21px 48px;
}

.resource-block > .head .title {
	font-size: 21px;
}

.resource-block > .head .title a {
	color: #fff;
}

.resource-block > .head .title a:hover {
	color: #ff565a;
}

.resource-block > .head > .c-opener {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	text-align: center;
	background: #fff;
	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;
}

.resource-block > .head > .c-opener i {
	display: inline-block;
	font-size: 21px;
	color: #ff565a;
}

.resource-tbl {
	padding-left: 30px;
	padding-right: 30px;
}

.resource-tbl .t-head {
	font-size: 19px;
	font-weight: 500;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.resource-tbl .d-title {
	width: 70%;
}

.resource-tbl .type,
.resource-tbl .action {
	width: 15%;
}

.resource-tbl .t-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccd2dd;
}

.resource-tbl .t-row .action {
	font-size: 30px;
	color: #ff565a;
}

.resource-tbl .t-row .action a {
	color: inherit;
}

.resource-tbl .t-row .action a:hover {
	color: #0cb3da;
}

.feature-slider-area {
	padding-top: 38px;
	border-bottom: 1px solid #ccd2dd;
	padding-bottom: 64px;
}

.feature-slider-area .img-holder {
	width: 40%;
}

.feature-slider-area .img-holder img {
	vertical-align: top;
	margin-bottom: 10px;
}

.feature-slider-area .slick-slider {
	padding-left: 50px;
	padding-right: 50px;
	width: 60%;
}

.feature-slider-area .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.feature-slider-area .slick-arrow {
	position: absolute;
	top: 50%;
	left: 27px;
	font-size: 23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-slider-area .slick-arrow.slick-next {
	left: auto;
	right: 27px;
}

.featured-product {
	font-size: 14px;
}

.featured-product .bg-holder {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 219px;
}

.featured-product .num {
	padding: 54px 25px;
	font-size: 46px;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
}

.featured-product .credit {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: 700;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.featured-product .info-list {
	padding: 10px 28px;
	text-align: center;
}

.products-area {
	padding-top: 44px;
}

.products-area h2 {
	text-align: center;
}

.products-area .d-flex {
	padding-top: 54px;
	margin-left: -15px;
	margin-right: -15px;
}

.products-area .col-3 {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-box .holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: rgba(255, 255, 255, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-box .img-holder {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product-box .img-holder img {
	width: 100%;
}

.product-box .title {
	text-align: center;
	font-size: 14px;
	padding: 19px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-box .hold {
	width: 100%;
	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;
}

.product-box .name {
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 65%;
}

.product-box .price {
	display: inline-block;
	vertical-align: middle;
	padding-left: 17px;
	width: 35%;
}

.modal-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 13px;
	padding-bottom: 10px;
}

.modal-product .img-holder {
	position: relative;
	width: 43%;
}

.modal-product .img-holder img {
	width: 100%;
}

.modal-product .descr {
	width: 57%;
	padding-left: 40px;
	font-size: 11px;
	line-height: 1.45;
}

.modal-product .descr p {
	margin-bottom: 0;
}

.modal-product .title {
	display: block;
	font-size: 30px;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 9px;
}

.modal-product .jcf-scrollable {
	max-height: 87px;
	padding-right: 10px;
}

.modal-product .jcf-scrollbar-vertical {
	background: #999 !important;
	width: 5px;
}

.modal-product .jcf-scrollbar-handle {
	background: rgba(255, 255, 255, .8);
	width: 5px;
}

.modal-product .pkg {
	display: block;
	width: 50%;
	padding-right: 15px;
	font-size: 18px;
	color: #666;
}

.modal-product .btn-holder {
	text-align: left;
	padding-top: 30px;
}

.modal-product .btn-area {
	width: 50%;
}

.select-num-hold {
	border-bottom: 1px solid #ccd2dd;
	padding-top: 7px;
}

.select-hold {
	width: 81.5%;
}

.select-hold .jcf-select {
	background: none;
}

.select-hold .jcf-select-opener {
	cursor: pointer;
}

.select-hold .jcf-select-text {
	margin-left: 0;
	font-style: normal;
}

.select-hold .option-title {
	color: #ff565a;
}

.select-hold .option-text {
	float: right;
	margin-right: 37px;
}

.num-hold {
	width: 18.5%;
	font-size: 15px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.num-hold .jcf-number,
.num-hold .jcf-real-element {
	width: 100%;
}

.num-hold .jcf-real-element {
	border: 0;
}

.table-cart {
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
}

.table-cart.no-pads {
	padding-left: 0;
	padding-right: 0;
}

.table-cart.no-pads .t-row {
	padding-left: 0;
	padding-right: 0;
}

.table-cart.no-pads .t-row:after {
	left: 0;
}

.table-cart .t-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 18px;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
}

.table-cart .t-row:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 32px;
	right: 0;
}

.table-cart .t-row:after {
	height: 1px;
	background: #ccd2dd;
}

.table-cart .t-row:last-child {
	margin-bottom: 0;
}

.table-cart .t-row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.table-cart .t-row > div.name {
	padding-left: 0;
}

.table-cart .t-row.head {
	color: #b3b3b3;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.table-cart .t-row .name {
	text-align: left;
	width: 64%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table-cart .t-row .cta {
	position: absolute;
	left: 0;
	top: 50%;
	padding-left: 0;
	padding-right: 0;
	font-size: 30px;
	line-height: 1;
	margin-top: -12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.table-cart .t-row .cta a {
	color: #ff565a;
}

.table-cart .t-row .cta a:hover {
	color: #333;
}

.table-cart .t-row .thumbnail {
	width: 47px;
}

.table-cart .t-row .thumbnail img {
	display: block;
	width: 100%;
}

.table-cart .t-row .title {
	width: calc(100% - 47px);
	font-size: 21px;
	font-weight: 700;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-left: 16px;
}

.table-cart .t-row .title a {
	color: #333;
}

.table-cart .t-row .title a:hover {
	color: #ff565a;
}

.table-cart .t-row .price {
	width: 12%;
}

.table-cart .t-row .qty {
	width: 12%;
}

.table-cart .t-row .total {
	width: 12%;
	text-align: right;
}

.table-cart .t-row .btn {
	max-width: 180px;
}

.table-cart .jcf-scrollable {
	max-height: 143px;
}

.table-cart .jcf-scrollbar-vertical {
	right: -15px;
	width: 7px;
}

.table-cart .jcf-scrollbar-handle {
	width: 7px;
}

.tbl-bottom {
	padding-top: 80px;
}

.tbl-bottom .subtitle {
	font-size: 21px;
	color: #ff565a;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.tbl-bottom .t-row:last-child {
	border-bottom: 0;
}

.tbl-bottom .t-row:last-child:after {
	display: none;
}

.final-msg {
	font-size: 20px;
}

.final-msg .msg-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 50px;
}

.final-msg .img-holder {
	width: 41%;
}

.final-msg .img-holder img {
	display: block;
	width: 100%;
}

.final-msg .display-1 {
	margin-bottom: 21px;
}

.final-msg .descr {
	width: 59%;
	padding-left: 20px;
}

.form-checkout label {
	min-width: 100px;
	padding-right: 10px;
}

.form-checkout .form-control-style {
	width: calc(100% - 100px);
	color: #3f567a;
}

.form-checkout .form-control-style::-webkit-input-placeholder {
	color: #ccc;
}

.form-checkout .form-control-style::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.form-checkout .form-control-style:-moz-placeholder {
	color: #ccc;
}

.form-checkout .form-control-style:-ms-input-placeholder {
	color: #ccc;
}

.form-checkout .form-control-style.placeholder {
	color: #ccc;
}

.form-checkout .form-col {
	width: 50%;
	padding: 0 10px 0 0;
}

.form-checkout .form-col + .form-col {
	padding: 0 0 0 10px;
}

.form-checkout .btn.btn-success {
	min-width: 205px;
}

.ico-head {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccd2dd;
	margin-bottom: 33px;
	padding-bottom: 14px;
}

.ico-head .txt {
	padding-left: 7px;
}

.ico-head .btn-ico {
	position: absolute;
	top: 0;
	right: 0;
	color: #ff565a;
	font-size: 20px;
}

.ico-head .btn-ico.ri {
	margin-right: 35px;
}

.badge-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.badge-list li {
	width: 50%;
	padding: 0 10px;
}

.badge-list strong {
	font-size: 17px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	color: #b3b3b3;
}

.tbl {
	margin-top: -20px;
}

.tbl .t-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 0;
}

.tbl .t-row.head {
	color: #b3b3b3;
}

.tbl .t-row > div {
	padding-left: 5px;
	padding-right: 5px;
}

.tbl .sr {
	width: 10%;
}

.tbl .date {
	width: 16%;
}

.tbl .status {
	width: 25%;
}

.tbl .total {
	width: 15%;
}

.tbl .download {
	width: 15%;
	text-align: center;
}

.tbl .jcf-scrollable {
	max-height: 122px;
}

.dims {
	display: block;
	color: #b3b3b3;
	font-style: italic;
	font-size: 14px;
	padding-top: 8px;
}

.login-header .container {
	max-width: 1673px;
}

.login-header .d-flex {
	border-bottom: 1px solid #d3d3d3;
	padding-top: 41px;
	padding-bottom: 41px;
}

.login-footer .container {
	max-width: 1673px;
}

.logo {
	width: 209px;
}

.logo a,
.logo img {
	display: inline-block;
	vertical-align: top;
}

.logo .shrink {
	display: none;
}

.logo .slogan {
	display: block;
	font-size: 13.3px;
	padding: 6px 0 0;
	color: #9d9d9c;
}

.nav-shrink .logo {
	width: 47px;
}

.nav-shrink .logo .shrink {
	display: inline-block;
}

.nav-shrink .logo .slogan {
	display: none;
}

.nav-shrink .logo img:not(.shrink) {
	display: none;
}

.header {
	-webkit-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	box-shadow: 13px 0 15px rgba(128, 128, 128, .1);
	z-index: 5;
	width: 240px;
	background: #fff;
	min-height: 100vh;
}

.nav-shrink .header {
	width: 73px;
}

.nav-shrink .header .logo {
	padding-top: 86px;
}

.nav-shrink .header .logo img {
	padding-bottom: 18px;
}

.header .logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 83px;
}

.header .logo img {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccd2dd;
}

.nav-opener {
	float: right;
	margin: 26px 18px 0 0;
	width: 18px;
	height: 15px;
	position: relative;
}

.nav-opener:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #999;
	height: 1px;
	border-radius: 1px;
}

.nav-opener span {
	display: block;
	margin-top: 7px;
}

.nav-shrink .nav-opener {
	margin-top: 24px;
	margin-right: 28px;
}

.nav {
	padding-top: 55px;
	font-size: 19.4px;
	font-weight: 500;
	font-family: "Grava Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/*.nav-shrink .nav {
	padding-top: 90px;
}*/

.nav li {
	margin-bottom: 10px;
}

.nav-shrink .nav li {
	margin-bottom: 29px;
}

.nav li.active a {
	background: #f2f2f2;
	color: #ff565a;
	border-left-color: #ff565a;
}

.nav li.alert {
	position: relative;
}

.nav li.alert:after {
	position: absolute;
	content: "";
	top: 21px;
	bottom: auto;
	left: auto;
	right: 33px;
}

.nav li.alert:after {
	font-size: 12px;
	width: 15px;
	height: 15px;
	text-align: center;
	content: "!";
	background: #ff565a;
	color: #fff;
	border-radius: 100%;
}

.nav-shrink .nav li.alert:after {
	top: 4px;
	right: 4px;
}

.nav span {
	display: inline-block;
	vertical-align: middle;
}

.nav .ico {
	width: 25px;
	text-align: center;
}

.nav .title {
	padding-left: 10px;
}

.nav-shrink .nav .title {
	display: none;
}

.nav a {
	display: block;
	padding: 14px 25px;
	border-left: 4px solid transparent;
	color: #999;
	white-space: nowrap;
}

.nav-shrink .nav a {
	padding: 4px 20px;
}

.nav a:hover {
	background: #f2f2f2;
	color: #ff565a;
	border-left-color: #ff565a;
}

.has-drop {
	position: relative;
}

.has-drop.drop-active .dropdown,
.has-drop.active .dropdown {
	visibility: visible;
	opacity: 1;
}

.has-drop.drop-active .opener,
.has-drop.active .opener {
	color: #ff565a;
}

.has-drop.drop-active .opener.btn-settings,
.has-drop.active .opener.btn-settings {
	color: #fff;
	background: #ff565a;
}

.dropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 5;
	top: 100%;
	right: 14px;
	border: 1px solid #ccd2dd;
	background: #fff;
	box-shadow: 0 -2px 25px rgba(128, 128, 128, .4);
	padding: 10px 0;
}

.dropdown:before {
	position: absolute;
	content: "";
	top: -11px;
	bottom: auto;
	left: auto;
	right: -1px;
}

.dropdown:after {
	position: absolute;
	content: "";
	top: -10px;
	bottom: auto;
	left: auto;
	right: 0;
}

.dropdown:before {
	height: 0;
	width: 0;
	border-bottom: 10px solid #ccd2dd;
	border-left: 12px solid transparent;
}

.dropdown:after {
	height: 0;
	width: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
}

.dropdown i {
	color: #ff565a;
	margin-right: 7px;
}

.dropdown.slide {
	width: 200px;
	left: 14px;
	top: 36px;
}

.dropdown.slide ul {
	padding: 0 20px;
}

.dropdown.slide li {
	padding: 12px 0;
}

.dropdown.slide:before {
	right: 44px;
	height: 0;
	width: 0;
	border-bottom: 11px solid #ccd2dd;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
}

.dropdown.slide:after {
	right: 44px;
	height: 0;
	width: 0;
	border-bottom: 14px solid #fff;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
}

.side-nav {
	overflow: hidden;
}

@media (min-width: 1200px) {
	.main {
		width: calc(100% - 270px);
	}

	.d-flex .col-12 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ico-btn i {
		margin-right: 9px;
	}

	.top-bar,
	.filter-bar,
	.top-info {
		padding-left: 40px;
		padding-right: 40px;
	}

	.filter-bar .form-search {
		width: 25%;
		padding-left: 0;
		margin-bottom: 0;
	}

	.filter-bar .col {
		width: 25%;
		margin-bottom: 0;
	}

	.title-buttons.title {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-left:35px !important;
	}

		.title-buttons.title .ico { top:16px; }

		.title-buttons.title h2 {
			width: auto;
			max-width: 45%;
			padding: 0 0 0 12px;
			padding-left: 12px;
			border-bottom:none;
		}

		.title-buttons.title .cta {
			width: auto;
			margin-right: 0;
			margin-left: auto;
			border-left: 1px solid #fff;
		}

		.title-buttons.title .btn {
			width: auto;
		}

	.top-menu {
		min-width: 548px;
	}

	.content-area {
		padding: 45px 40px;
	}

	.new-area {
		max-width: 929px;
	}

	.new-area .img-holder {
		text-align: left;
		width: 47%;
	}

	.new-area .description {
		padding-top: 135px;
		width: 53%;
		padding-left: 0;
	}

	.company-row .company-title {
		font-size: 21px;
	}

	.company-row .right-area {
		min-width: 634px;
	}

	.inner-slide {
		padding: 29px 14px 29px 45px;
	}

	.reports-head .r-title,
	.reports-row .r-title {
		width: 17%;
		padding-left: 20px;
	}

	.reports-head .date,
	.reports-row .date {
		width: 10%;
	}

	.red-head .info-list li {
		padding-left: 19px;
		padding-right: 19px;
	}

	.video-grid {
		width: 50%;
	}

	.resource-tbl .d-title {
		width: 76%;
	}

	.resource-tbl .type,
	.resource-tbl .action {
		width: 12%;
	}

	.feature-slider-area .img-holder {
		padding-right: 20px;
		width: 30%;
	}

	.feature-slider-area .slick-slider {
		width: 70%;
	}

	.final-msg .img-holder {
		min-width: 342px;
	}

	.final-msg .descr {
		max-width: 400px;
		padding-bottom: 17px;
	}

	.header {
		width: 270px;
	}

	.nav a {
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media (min-width: 1400px) {
	.d-flex .col-4 {
		width: 32%;
		margin-right: 33px;
	}

	.d-flex .col-4 .light-box:last-child {
		margin-bottom: 0;
	}

	.d-flex .col-8 {
		width: calc(68% - 33px);
	}

	.d-flex .col-3 {
		width: 33.33%;
	}

	.ico-btn {
		font-size: 13px;
	}

	.btn-flat {
		padding: 22px 43px;
		padding-left: 43px;
		padding-right: 43px;
	}

	.breadcrumbs {
		font-size: 17px;
	}

	.modal.modal-lg {
		width: 1360px;
	}

	.flex-column-between {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.top-bar,
	.filter-bar,
	.top-info {
		padding-left: 81px;
		padding-right: 81px;
	}

	.top-menu {
		min-width: 578px;
	}

	.top-menu a.user-drop {
		padding-right: 46px;
	}

	.user-drop .info-list {
		font-size: 18px;
	}

	.content-area {
		padding: 66px 61px 46px;
	}

	.content-area.bg-rainbow:after {
		background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, .01) 100%);
		background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, .01) 100%);
	}

	.top-info {
		padding-left: 66px;
		padding-right: 66px;
	}

	.company-row .info-list li,
	.project-row .info-list li {
		padding-left: 21px;
		padding-right: 21px;
	}

	.c-slide {
		padding-right: 42px;
	}

	.participants-row .mail.sm {
		width: 24%;
	}

	.download-area {
		margin-right: -22px;
	}

	.table {
		padding-left: 25px;
		padding-right: 25px;
	}

	.table .t-row {
		font-size: 14px;
	}

	.feature-slider-area .img-holder {
		width: 26%;
	}

	.feature-slider-area .slick-slider {
		width: 74%;
	}

	.slogan {
		padding-right: 34px;
	}

	.title-buttons.title .ico {
		top: 25px;
	}

	.login-header .d-flex {
		padding-top: 89px;
	}

}

@media (min-width: 1600px) {
	.jcf-file .jcf-fake-input {
		width: 230px;
	}

	.main {
		width: calc(100% - 307px);
	}

	.d-flex .col-6 {
		width: 50%;
	}

	.d-flex .col-50 {
		width: calc(50% - 12px);
		margin: 0 12px 24px 0;
	}

	.d-flex .col-50.no-pads {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.d-flex .col-50.no-pads > .bg-white {
		margin-bottom: 0;
	}

	.d-flex .col-50 + .col-50 {
		margin: 0 0 24px 12px;
	}

	.breadcrumbs {
		font-size: 21px;
	}

	.d-none-xwide {
		display: none !important;
	}

	.top-menu {
		min-width: 675px;
	}

	.top-menu a {
		padding-left: 23px;
		padding-right: 23px;
	}

	.top-menu a.user-drop {
		padding-left: 38px;
	}

	.light-box .col {
		padding-left: 20px;
		padding-right: 20px;
	}

	.widget-count .title {
		width: 95px;
	}

	.form-company .select-holder .input-group {
		width: 45%;
	}

	.form-company .btn-holder {
		padding-right: 0;
	}

	.form-company .btn {
		margin-left: 5px;
		margin-right: 5px;
	}

	.filter-bar .form-search {
		width: 35%;
		padding-left: 0;
		margin-bottom: 0;
	}

	.filter-bar .col {
		width: 21.6%;
		margin-bottom: 0;
	}

	.reports-head {
		font-size: 17px;
	}

	.reports-head .r-titl,
	.reports-row .r-titl {
		width: 25%;
	}

	.reports-head .partic,
	.reports-row .partic {
		width: 24.3%;
	}

	.reports-head .compl,
	.reports-row .compl {
		width: 23%;
	}

	.reports-row {
		font-size: 15px;
	}

	.reports-row .cta {
		width: 97px;
	}

	.reports-row .cta a:last-child {
		margin-left: 26px;
	}

	.title-buttons.title {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.title-buttons.title h2 {
		width: auto;
		max-width: 45%;
		padding: 0 0 0 12px;
		padding-left: 12px;
	}

	.title-buttons.title .cta {
		width: auto;
		margin-right: 0;
		margin-left: auto;
		border-left: 1px solid #fff;
	}

	.title-buttons.title .btn {
		width: auto;
	}

	.video-grid {
		width: 33.33%;
	}

	.header {
		width: 307px;
	}

	.nav a {
		padding-left: 47px;
		padding-right: 47px;
	}
}

@media (min-width: 1800px) {
	.jcf-file .jcf-fake-input {
		width: 280px;
	}

	.d-flex .col-25 {
		width: calc(26% - 24px);
	}

	.d-flex .col-25.mr {
		margin-right: 24px;
	}

	.d-flex .col-25.ml {
		margin-left: 24px;
	}

	.d-flex .col-mid {
		width: 48%;
	}

	.d-flex .col-3 {
		width: 25%;
	}

	.d-flex .col-3 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.widget-count li {
		padding: 0 20px;
	}

	.form-company .select-holder .input-group {
		width: 38%;
	}

	.form-company .btn-holder {
		padding: 114px 0 0 48px;
	}

	.form-company .btn {
		margin-left: 10px;
		margin-right: 10px;
	}

	.form-company .btn {
		margin-left: 20px;
		margin-right: 20px;
	}

	.logo-area {
		margin-bottom: 55px;
	}

	.logo-area .preview {
		width: 247px;
	}

	.logo-area .upload-area {
		width: calc(100% - 247px);
	}

	.filter-bar .form-search {
		padding-right: 0;
	}

	.filter-bar .col {
		width: 14.5%;
		padding-left: 0;
		padding-right: 0;
	}

	.reports-row .ico-btn {
		margin-left: 20px;
		margin-right: 20px;
	}

	.parti-tbl {
		padding-left: 35px;
		padding-right: 35px;
	}

	.products-area .d-flex {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media (min-width: 1920px) {
	.jcf-file .jcf-fake-input {
		width: 330px;
	}

	.feature-slider-area h1 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.widget-count .text {
		font-size: 40px;
	}
}

@media (max-width: 1599px) {
	.d-none-xwide-less {
		display: none !important;
	}

	.reports-head,
	.reports-row {
		font-size: 12px;
	}

	.title-buttons.title {
		padding-left: 0;
	}	
}

@media (max-width: 1399px) {
	.parti-tbl {
		font-size: 11px;
	}

	.table {
		font-size: 11px;
	}
}

@media (max-width: 1199px) {
	.d-flex .col-12.no-vert-indent {
		padding-left: 0;
		padding-right: 0;
	}

	.top-menu a.ico-btn > span {
		display: none;
	}

}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

