/*! 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; 
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
	*/
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	color:#1c1d1d;
}

/* 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,
.shopping-hold h2,
.system-page .holder h2 {
	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,
.jcf-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,
.jcf-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;
}

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

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

.icon-money:before {
	content: "\e926";
}

.icon-clock-o:before {
	content: "\e927";
}

.icon-angle-double-right:before {
	content: "\e91e";
}

.icon-commenting:before {
	content: "\e91b";
}

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

.icon-user:before {
	content: "\e91d";
}

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

.icon-remove:before {
	content: "\e914";
}

.icon-times:before {
	content: "\e914";
}

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

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

.icon-map-marker:before {
	content: "\e913";
}

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

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

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

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

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

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

.icon-clock:before {
	content: "\e928";
}

.icon-partners:before {
	content: "\e925";
}

.icon-design:before {
	content: "\e924";
}

.icon-awards:before {
	content: "\e92c";
}

.icon-products:before {
	content: "\e92d";
}

.icon-development:before {
	content: "\e921";
}

.icon-ui-ux:before {
	content: "\e922";
}

.icon-marketing:before {
	content: "\e923";
}

.icon-thumb:before {
	content: "\e91f";
}

.icon-email:before {
	content: "\e920";
}

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

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

.icon-linkedin-small:before {
	content: "\e917";
}

.icon-advisory:before {
	content: "\e918";
}

.icon-advertising:before {
	content: "\e919";
}

.icon-analysis:before {
	content: "\e91a";
}

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

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

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

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

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

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-algolia:before {
	content: "\f36c";
}

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

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

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

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

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

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

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-audible:before {
	content: "\f373";
}

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

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-aws:before {
	content: "\f375";
}

.fa-backward:before {
	content: "\f04a";
}

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

.fa-ban:before {
	content: "\f05e";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

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

.fa-bell:before {
	content: "\f0f3";
}

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

.fa-bicycle:before {
	content: "\f206";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

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

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

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

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

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

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-camera:before {
	content: "\f030";
}

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

.fa-car:before {
	content: "\f1b9";
}

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

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

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

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

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

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

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

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

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

.fa-cc-apple-pay:before {
	content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
	content: "\f380";
}

.fa-certificate:before {
	content: "\f0a3";
}

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

.fa-chart-bar:before {
	content: "\f080";
}

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

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

.fa-check:before {
	content: "\f00c";
}

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

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

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

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

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

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

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

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

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

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

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

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comments:before {
	content: "\f086";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cpanel:before {
	content: "\f388";
}

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

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

.fa-crop:before {
	content: "\f125";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

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

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

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

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

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

.fa-envira:before {
	content: "\f299";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

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

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

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

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

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

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

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

.fa-fax:before {
	content: "\f1ac";
}

.fa-female:before {
	content: "\f182";
}

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

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fire:before {
	content: "\f06d";
}

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

.fa-firefox:before {
	content: "\f269";
}

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

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-flag:before {
	content: "\f024";
}

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

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

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

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

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

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

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

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frown:before {
	content: "\f119";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

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

.fa-gg:before {
	content: "\f260";
}

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

.fa-gift:before {
	content: "\f06b";
}

.fa-git:before {
	content: "\f1d3";
}

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

.fa-github:before {
	content: "\f09b";
}

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

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

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glide:before {
	content: "\f2a5";
}

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

.fa-globe:before {
	content: "\f0ac";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-play:before {
	content: "\f3ab";
}

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

.fa-google-plus-g:before {
	content: "\f0d5";
}

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

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

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-gulp:before {
	content: "\f3ae";
}

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

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

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

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

.fa-id-card:before {
	content: "\f2c2";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-info:before {
	content: "\f129";
}

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

.fa-instagram:before {
	content: "\f16d";
}

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

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-key:before {
	content: "\f084";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

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

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

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

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

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

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

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

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

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-male:before {
	content: "\f183";
}

.fa-map:before {
	content: "\f279";
}

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

.fa-map-marker-alt:before {
	content: "\f3c5";
}

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

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

.fa-mars:before {
	content: "\f222";
}

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

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

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

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

.fa-maxcdn:before {
	content: "\f136";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

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

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

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

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

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-moon:before {
	content: "\f186";
}

.fa-motorcycle:before {
	content: "\f21c";
}

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

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nintendo-switch:before {
	content: "\f418";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

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

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

.fa-odnoklassniki:before {
	content: "\f263";
}

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

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

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

.fa-osi:before {
	content: "\f41a";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

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

.fa-palfed:before {
	content: "\f3d8";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

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

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-percent:before {
	content: "\f295";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phone:before {
	content: "\f095";
}

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

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-php:before {
	content: "\f457";
}

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

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

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

.fa-pinterest:before {
	content: "\f0d2";
}

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

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

.fa-plane:before {
	content: "\f072";
}

.fa-play:before {
	content: "\f04b";
}

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

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

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

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

.fa-podcast:before {
	content: "\f2ce";
}

.fa-pound-sign:before {
	content: "\f154";
}

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

.fa-print:before {
	content: "\f02f";
}

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

.fa-pushed:before {
	content: "\f3e1";
}

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

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

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

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

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

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

.fa-random:before {
	content: "\f074";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

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

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

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-rendact:before {
	content: "\f3e4";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-road:before {
	content: "\f018";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-rss:before {
	content: "\f09e";
}

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

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-safari:before {
	content: "\f267";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-search:before {
	content: "\f002";
}

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

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

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-share:before {
	content: "\f064";
}

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

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

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

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

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

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

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

.fa-shower:before {
	content: "\f2cc";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-snapchat:before {
	content: "\f2ab";
}

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

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

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

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

.fa-speakap:before {
	content: "\f3f3";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

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

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

.fa-star:before {
	content: "\f005";
}

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

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

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

.fa-steam-symbol:before {
	content: "\f3f6";
}

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

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

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

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

.fa-stop:before {
	content: "\f04d";
}

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

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-strava:before {
	content: "\f428";
}

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

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

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

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

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

.fa-terminal:before {
	content: "\f120";
}

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

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

.fa-th:before {
	content: "\f00a";
}

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

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

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

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

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

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

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

.fa-tint:before {
	content: "\f043";
}

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

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

.fa-trademark:before {
	content: "\f25c";
}

.fa-train:before {
	content: "\f238";
}

.fa-transgender:before {
	content: "\f224";
}

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

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

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

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

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

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

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

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

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

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

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

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

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

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

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

.fa-users:before {
	content: "\f0c0";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-venus:before {
	content: "\f221";
}

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

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

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

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

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-vimeo:before {
	content: "\f40a";
}

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

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

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

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

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

.fa-vuejs:before {
	content: "\f41f";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

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

.fa-window-close:before {
	content: "\f410";
}

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

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

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

.fa-windows:before {
	content: "\f17a";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

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

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

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

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

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

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/webfonts_free/fa-brands-400.eot");
	src: url("../fonts/webfonts_free/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts_free/fa-brands-400.woff") format("woff"), url("../fonts/webfonts_free/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts_free/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/webfonts_free/fa-regular-400.eot");
	src: url("../fonts/webfonts_free/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts_free/fa-regular-400.woff") format("woff"), url("../fonts/webfonts_free/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts_free/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/webfonts_free/fa-solid-900.eot");
	src: url("../fonts/webfonts_free/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts_free/fa-solid-900.woff") format("woff"), url("../fonts/webfonts_free/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts_free/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	padding: 0 !important;
	margin: 0 0 12px;
	min-width: 150px;
	text-align: left;
}

.jcf-select select,
.jcf-select .jcf-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;
	line-height: 70px;
	margin: 0 35px 0 20px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 53px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "\e900";
	font-family: "icomoon";
	font-size: 26px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

.fancybox-enabled body > .jcf-select-drop {
	z-index: 9999999;
}

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

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 99999;
	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 #ccc;
}

/* 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 .jcf-list-content ul {
	margin: 0;
	font-size: 20px;
}

.jcf-list .jcf-list-content li {
	padding: 0;
}

.jcf-list .jcf-list-content li:before {
	display: none;
}

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

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

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

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

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #ccc;
	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 checkbox styles */

.jcf-checkbox,
.jcf-radio {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #f5740a;
	color: #fff;
	vertical-align: middle;
	position: relative;
	margin-right: 11px;
	border-radius: 3px;
}

.jcf-checkbox span,
.jcf-radio span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.jcf-checkbox span:before,
.jcf-radio span:before {
	content: "\e90e";
	font-family: "icomoon" !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
}

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

.jcf-radio {
	border-radius: 100%;
}

.jcf-radio span {
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	background: #fff;
	border-radius: 100%;
}

.jcf-radio span:before {
	display: none;
}

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

/* custom radio styles */

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

/* common custom form elements styles */

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

.jcf-disabled.jcf-radio span,
.jcf-disabled.jcf-checkbox span {
	display: none;
}

/* range input */

.jcf-range {
	display: inline-block;
	min-width: 200px;
	width: 100%;
	margin-bottom: 20px;
}

.jcf-vertical {
	width: 30px;
}

.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	height: 10px;
}

.jcf-range .jcf-range-wrapper {
	position: relative;
	background: #f5f5f5;
	display: block;
	margin: 5px 0;
}

.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	min-height: 10px;
	min-width: 10px;
	left: 10px;
	right: 10px;
}

.jcf-range .jcf-range-display {
	position: absolute;
	background: #4d4f4f;
	width: 10px;
	height: 10px;
}

.jcf-range .jcf-range-display.jcf-range-min {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
	margin: 0 -10px 0 0;
	padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	left: auto;
	right: auto;
	top: 10px;
	bottom: 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin: 0 0 -10px;
	padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin: -10px 0 0;
	padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #f5740a;
	width: 37px;
	height: 37px;
	margin: -13px 0 0 -3px;
	border-radius: 50%;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	width: 37px;
	height: 37px;
	margin: 0 0 -2px -8px;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range .jcf-active-handle {
	z-index: 2;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 57px 64px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "\e914";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 23px/30px "icomoon";
	color: #ccc;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover:after {
	color: #f5740a;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

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

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

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	padding: 0;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #f5740a;
	z-index: 99991;
	opacity: 0;
	width: auto;
	height: auto;
	background: none;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.row-holder,
.productSmall {
	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;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-left: -15px;
	margin-right: -15px;
}

.col-1 {
	width: 8.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-2 {
	width: 16.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-3,
.productSmall li {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-4,
.puzzle-gallery .img-block {
	width: 33.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-5 {
	width: 41.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-7 {
	width: 58.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-8 {
	width: 66.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-9 {
	width: 75%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-10 {
	width: 83.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-11 {
	width: 91.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-12 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.pull-1 {
	right: 8.3333333333%;
	position: relative;
}

.pull-2 {
	right: 16.6666666667%;
	position: relative;
}

.pull-3 {
	right: 25%;
	position: relative;
}

.pull-4 {
	right: 33.3333333333%;
	position: relative;
}

.pull-5 {
	right: 41.6666666667%;
	position: relative;
}

.pull-6 {
	right: 50%;
	position: relative;
}

.pull-7 {
	right: 58.3333333333%;
	position: relative;
}

.pull-8 {
	right: 66.6666666667%;
	position: relative;
}

.pull-9 {
	right: 75%;
	position: relative;
}

.pull-10 {
	right: 83.3333333333%;
	position: relative;
}

.pull-11 {
	right: 91.6666666667%;
	position: relative;
}

.pull-12 {
	right: 100%;
	position: relative;
}

.push-1 {
	left: 8.3333333333%;
	position: relative;
}

.push-2 {
	left: 16.6666666667%;
	position: relative;
}

.push-3 {
	left: 25%;
	position: relative;
}

.push-4 {
	left: 33.3333333333%;
	position: relative;
}

.push-5 {
	left: 41.6666666667%;
	position: relative;
}

.push-6 {
	left: 50%;
	position: relative;
}

.push-7 {
	left: 58.3333333333%;
	position: relative;
}

.push-8 {
	left: 66.6666666667%;
	position: relative;
}

.push-9 {
	left: 75%;
	position: relative;
}

.push-10 {
	left: 83.3333333333%;
	position: relative;
}

.push-11 {
	left: 91.6666666667%;
	position: relative;
}

.push-12 {
	left: 100%;
	position: relative;
}

.check-list,
.tabset,
.social-networks,
.social-networks.social-list,
.progress-bar,
.team-section.detail .info-list,
.accordion,
.portfolio-nav,
.portfolio-gallery,
.nav-slide > ul,
.nav-slide .drop-down ul,
.pagination,
.info-wrap .list,
.side-nav ul,
.widget ul,
.category-nav,
.slider-navigation,
.category-nav ul,
.slider-navigation ul,
.post .info-list,
.events-detail .information-list,
.webapp-category,
.steps,
.productSmall .link-list,
.productLarge,
.edit-content .image-list,
.elements-tabset,
.check-list.inline,
.radio-list.inline,
.switcher-list,
.nav-webapp,
.sizes-list,
.anchor-nav,
.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.col-1:after,
.col-2:after,
.col-3:after,
.productSmall li:after,
.col-4:after,
.puzzle-gallery .img-block:after,
.col-5:after,
.col-6:after,
.col-7:after,
.col-8:after,
.col-9:after,
.col-10:after,
.col-11:after,
.col-12:after,
.pull-1:after,
.pull-2:after,
.pull-3:after,
.pull-4:after,
.pull-5:after,
.pull-6:after,
.pull-7:after,
.pull-8:after,
.pull-9:after,
.pull-10:after,
.pull-11:after,
.pull-12:after,
.push-1:after,
.push-2:after,
.push-3:after,
.push-4:after,
.push-5:after,
.push-6:after,
.push-7:after,
.push-8:after,
.push-9:after,
.push-10:after,
.push-11:after,
.push-12:after,
.clearfix:after,
article:after,
.tabset:after,
.tab-content .tab:after,
.login-nav:after,
.container:after,
#main:after,
.testimonials-gallery .mask:after,
.text-slider .mask:after,
.post:after,
.productLarge .btn-holder:after,
.edit-content .image-list:after,
.elements-holder:after,
.nav-webapp:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #1c1d1d;
	background: #fff;
	/*font: 24px/1.46 "Lato", "Helvetica Neue", "Helvetica", sans-serif;*/
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Montserrat", sans-serif;
}

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

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

h1,
.shopping-hold h2,
.system-page .holder h2,
.h1,
h2,
.h2,
h3,
.h3,
.portfolio-nav li,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: #1c1d1d;
	line-height: 1.2;
}

[id="footer"] h1,
[id="footer"] .shopping-hold h2,
.shopping-hold [id="footer"] h2,
[id="footer"] .system-page .holder h2,
.system-page .holder [id="footer"] h2,
[id="footer"] .h1,
[id="footer"]
  h2,
[id="footer"] .h2,
[id="footer"]
  h3,
[id="footer"] .h3,
[id="footer"] .portfolio-nav li,
.portfolio-nav [id="footer"] li,
[id="footer"]
  h4,
[id="footer"] .h4,
[id="footer"]
  h5,
[id="footer"] .h5,
[id="footer"]
  h6,
[id="footer"] .h6,
[id="footer"]
  .h {
	color: inherit;
}

h1.color,
.shopping-hold h2.color,
.system-page .holder h2.color,
.h1.color,
h2.color,
.h2.color,
h3.color,
.h3.color,
.portfolio-nav li.color,
h4.color,
.h4.color,
h5.color,
.h5.color,
h6.color,
.h6.color,
.h.color {
	color: #f5740a;
}

h1,
.shopping-hold h2,
.system-page .holder h2,
.h1 {
/*	font-size: 45px;
	margin: 0 0 .25em;*/
}

.h1 {
	margin-bottom: .45em;
}

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

h3,
.h3,
.portfolio-nav li {
	font-size: 25px;
}

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

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

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

h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    letter-spacing: 0.0em;
    line-height: 1.2;
}

p {
	/*margin: 0 0 .75em;*/
	margin: 0 0 20px;
	font-size:15px;
	letter-spacing: 0.025em;
    line-height: 1.6;
    text-rendering: optimizeSpeed;
}

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

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select,
.jcf-select,
.textbox {
	display: block;
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 1px solid;
    border-color: #e8e8e1;
    border-radius: 0;
    max-width: 100%;
    padding: 8px 10px;
	width: 100%;
	margin-bottom: 20px;
	/*font-size: 25px;*/
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.jcf-select:focus,
.textbox:focus {
	border-color: #000;
	outline: none;
}

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,
select::-webkit-input-placeholder,
.jcf-select::-webkit-input-placeholder,
.textbox::-webkit-input-placeholder {
	color: #868787;
}

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,
select::-moz-placeholder,
.jcf-select::-moz-placeholder,
.textbox::-moz-placeholder {
	opacity: 1;
	color: #868787;
}

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,
select:-moz-placeholder,
.jcf-select:-moz-placeholder,
.textbox:-moz-placeholder {
	color: #868787;
}

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,
select:-ms-input-placeholder,
.jcf-select:-ms-input-placeholder,
.textbox:-ms-input-placeholder {
	color: #868787;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder,
select.placeholder,
.placeholder.jcf-select,
.textbox.placeholder {
	color: #868787;
}

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
textarea.error,
select.error,
.error.jcf-select,
.textbox.error {
	color: #f5740a;
	border-color: #f5740a;
}

input[type="text"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
.error.jcf-select::-webkit-input-placeholder,
.textbox.error::-webkit-input-placeholder {
	color: #f5740a;
}

input[type="text"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
textarea.error::-moz-placeholder,
select.error::-moz-placeholder,
.error.jcf-select::-moz-placeholder,
.textbox.error::-moz-placeholder {
	opacity: 1;
	color: #f5740a;
}

input[type="text"].error:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
input[type="email"].error:-moz-placeholder,
input[type="search"].error:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
textarea.error:-moz-placeholder,
select.error:-moz-placeholder,
.error.jcf-select:-moz-placeholder,
.textbox.error:-moz-placeholder {
	color: #f5740a;
}

input[type="text"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
.error.jcf-select:-ms-input-placeholder,
.textbox.error:-ms-input-placeholder {
	color: #f5740a;
}

input[type="text"].error.placeholder,
input[type="tel"].error.placeholder,
input[type="email"].error.placeholder,
input[type="search"].error.placeholder,
input[type="password"].error.placeholder,
textarea.error.placeholder,
select.error.placeholder,
.error.placeholder.jcf-select,
.textbox.error.placeholder {
	color: #f5740a;
}

select,
.jcf-select {
	color: #868787;
}

select:focus,
.jcf-select:focus {
	color: #4d4f4f;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
.jcf-select,
.textbox {

}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 150px;
	min-height: 150px;
}

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

.subscribe-form {
	padding-top: 15px;
}

.subscribe-form input[type="email"] {
	margin-bottom: 30px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form .row {
	position: relative;
}

.search-form input[type="search"] {
	padding-right: 50px;
}

.search-form button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	padding: 0;
	color: #868787;
	right: 20px;
	border: none;
	background: none;
	font-size: 28px;
	padding: 0 0 0 1px;
}

.search-form button:hover {
	color: #f5740a;
}

.comments-form h2 {
	margin-bottom: 24px;
}

.comments-form [class^="col-"] {
	margin-bottom: 20px;
}

.comments-form input[type="text"],
.comments-form input[type="tel"],
.comments-form input[type="email"],
.comments-form input[type="search"],
.comments-form input[type="password"],
.comments-form textarea {
	font-size: 25px;
	margin-bottom: 0;
}

.comments-form textarea {
	padding-top: 20px;
}

.comments-form .captcha-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments-form .captcha-holder input[type="text"] {
	margin: 0;
}

.comments-form .captchaimg {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.comments-form .captchaimg img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.req {
	color: #f5740a;
	display: block;
	padding-bottom: 20px;
}

.captchaimg {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.register-form {
	font-size: 22px;
	max-width: 555px;
}

.register-form fieldset {
	padding-bottom: 20px;
}

.contact-form .captcha-holder,
.register-form .captcha-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.contact-form .captcha-holder label,
.register-form .captcha-holder label {
	width: 100%;
	color: #4d4f4f;
	display: block;
	margin-bottom: 12px;
}

.contact-form .captchaimg,
.contact-form .cat_textbox,
.register-form .captchaimg,
.register-form .cat_textbox {
	width: calc(50% - 15px) !important;
	margin: 0;
}

.contact-form [class^="col-"] {
	margin-bottom: 0;
}

.contact-form textarea {
	height: 160px;
	min-height: 160px;
}

.login-form {
	font-size: 22px;
}

.login-form fieldset {
	margin-bottom: 10px;
}

.login-form input[type="submit"] {
	margin-bottom: 12px;
}

.login-form .lost {
	color: #4d4f4f;
}

.form label,
.webform label {
	font-size: inherit;
}

ul:not([class]) {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 22px;
	color: #4d4f4f;
}

ul:not([class]) li {
	padding: 0 0 15px 34px;
	position: relative;
	font-size:18px;
}

ul:not([class]) li:before {
	content: "\e90e";
	font-family: "icomoon" !important;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #f5740a;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	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;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block-center {
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 26px 104px;
}

blockquote q {
	position: relative;
}

blockquote q:before {
	position: absolute;
	left: -30px;
	top: 0;
	content: "\201C";
	font-size: 70px;
	line-height: 1;
	color: #f5740a;
}

hr {
	height: 1px;
	border: none;
	background: #ccc;
	margin: 10px 0 15px;
}

.animate_start {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition-timing-function: cubic-bezier(.78, .13, .15, .86);
	transition-timing-function: cubic-bezier(.78, .13, .15, .86);
}

.animate_start.fadeInLeft {
	opacity: 0;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.animate_start.fadeInRight {
	opacity: 0;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.bounceInDown.animate_star {
	-webkit-animation: bounceInDown 2500ms ease-in-out;
	animation: bounceInDown 2500ms ease-in-out;
}

.fadeInUp.animate_start {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	opacity: 0;
}

.fadeInUp {
	opacity: 0;
}

.flipInY.animate_start {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flipInY;
}

.button,
input[type="submit"],
input[type="button"],
button:not([class^="fancybox"]):not(.search-button) {
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	background: #f5740a;
	border: 2px solid #f5740a;
	font-size: 16px;
	line-height: 1.1;
	padding: 15px 71px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color .3s, color .3s, border .3s;
	transition: background-color .3s, color .3s, border .3s;
	
	/*box-shadow: 2px 0 24px rgba(0, 0, 0, .5);*/
	text-decoration: none;
	font-weight:600;
}

.button:hover,
input:hover[type="submit"],
input:hover[type="button"],
button:hover:not([class^="fancybox"]):not(.search-button) {
	background: #ed832c;
	color: #fff;
	border-color: #ed832c;
	text-decoration: none;
}

.light.button,
input.light[type="submit"],
input.light[type="button"],
button.light:not([class^="fancybox"]):not(.search-button) {
	color: #f5740a;
	border-color: #f5740a;
	background: none;
}

.light.button:hover,
input.light:hover[type="submit"],
input.light:hover[type="button"],
button.light:hover:not([class^="fancybox"]):not(.search-button) {
	color: #fff;
	background: #f5740a;
	border-color: #f5740a;
}

.dark.button,
input.dark[type="submit"],
input.dark[type="button"],
button.dark:not([class^="fancybox"]):not(.search-button) {
	color: #4d4f4f;
	border-color: #4d4f4f;
	background: none;
}

.dark.button:hover,
input.dark:hover[type="submit"],
input.dark:hover[type="button"],
button.dark:hover:not([class^="fancybox"]):not(.search-button) {
	color: #fff;
	background: #4d4f4f;
	border-color: #4d4f4f;
}

.back-to-top {
	position: fixed;
	right: -100px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: #f5740a;
	border-radius: 50%;
	-webkit-transition: right .3s, color .3s, background .3s, -webkit-transform .3s;
	transition: right .3s, color .3s, background .3s, -webkit-transform .3s;
	transition: right .3s, transform .3s, color .3s, background .3s;
	transition: right .3s, transform .3s, color .3s, background .3s, -webkit-transform .3s;
	z-index: 168;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #fff;
}

.back-to-top:hover,
.back-to-top:focus {
	color: #f5740a;
	background: #fff;
}

.scroll .back-to-top {
	-webkit-transition: opacity .2s, color .2s, right .5s, background .3s, -webkit-transform .5s;
	transition: opacity .2s, color .2s, right .5s, background .3s, -webkit-transform .5s;
	transition: opacity .2s, color .2s, right .5s, transform .5s, background .3s;
	transition: opacity .2s, color .2s, right .5s, transform .5s, background .3s, -webkit-transform .5s;
	right: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.back-to-top i {
	font-size: 46px;
	padding: 0 15px;
	line-height: 60px;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 18px;
	text-transform: uppercase;
}

.tabset li {
	margin: 0;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabset li.active a,
.tabset li:hover a {
	background: #f5f5f5;
}

.tabset li:first-child a {
	border-width: 1px 1px 0;
}

.tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #4d4f4f;
	border: solid #ccc;
	border-width: 1px 1px 0 0;
	text-decoration: none;
	text-align: center;
	padding: 19px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
	outline: none;
	position: relative;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.tab-content {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 28px 35px 34px;
	margin-bottom: 34px;
	position: relative;
	background: #f5f5f5;
	font-size: 22px;
	line-height: 1.36;
}

.tab-content p:last-child {
	margin: 0;
}

.tab-content.transition {
	-webkit-transition: height .5s ease;
	transition: height .5s ease;
}

.tab-content .tab {
	-webkit-transform: translateY(-130%);
	-ms-transform: translateY(-130%);
	transform: translateY(-130%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}

.tab-content .tab.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.social-networks {
	font-size: 0;
	line-height: 0;
	margin: 0 -11px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px 10px;
}

.social-networks a {
	color: inherit;
	display: block;
	white-space: nowrap;
	text-indent: -9999px;
	text-decoration: none;
}

.social-networks a:before,
.social-networks a .icon {
	font-size: 30px;
	line-height: 1;
	font-family: "icomoon";
	display: block;
	text-indent: 0;
	padding: 2px;
}

.social-networks .icon-linkedin a:before {
	content: "\e90d";
}

.social-networks .icon-twitter a:before {
	content: "\e90c";
}

.social-networks .icon-facebook a:before {
	content: "\e90f";
}

.social-networks .icon-instagram a:before {
	content: "\e910";
}

.social-networks.social-list {
	color: #f5740a;
	margin: 0 -5px;
}

.social-networks.social-list li {
	font-size: 20px;
	line-height: 1;
	padding: 0 5px;
}

.social-networks.social-list .icon,
.social-networks.social-list .icon:before {
	font-size: 20px;
	line-height: 1;
	padding: 0;
}

.social-networks.social-list .icon:before {
	padding: 0;
}

.progress-bar {
	margin: 0;
	padding: 0;
}

.progress-bar li {
	padding: 0;
	margin: 0 0 43px;
	overflow: hidden;
}

.progress-bar li:last-child {
	margin-bottom: 0;
}

.progress-bar li.animate_start .progress-line {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.progress-bar li.animate_start .value {
	opacity: 1;
}

.progress-bar .title {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
	display: block;
	text-transform: uppercase;
	color: #4d4f4f;
	margin-bottom: 21px;
	min-height: 27px;
}

.progress-bar .line-holder {
	position: relative;
	height: 10px;
	width: 100%;
	background: #e2e4e4;
}

.progress-bar .progress-line {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #f5740a;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	width: 0;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}

.progress-bar .value {
	position: absolute;
	top: -45px;
	width: 37px;
	height: 37px;
	background: #f5740a;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	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;
	border-radius: 50%;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s .2s;
	transition: opacity .2s .2s;
}

.progress-bar .value:after {
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 9px solid #f5740a;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.team-section {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.team-section.section {
	padding-bottom: 10px;
}

.team-section .block {
	color: #4d4f4f;
	padding-bottom: 47px;
	overflow: hidden;
	text-align: center;
}

.team-section .block:hover .hover-description {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team-section .block .hover-description {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform .5s  ease;
	transition: -webkit-transform .5s  ease;
	transition: transform .5s  ease;
	transition: transform .5s  ease, -webkit-transform .5s  ease;
	background: rgba(0, 0, 0, .7);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	color: #fff;
}

.team-section .block .hover-description {
	background: rgba(255, 255, 255, .85);
	font-size: 20px;
	line-height: 1.3;
	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;
	color: #4d4f4f;
}

.team-section .img-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 23px;
	overflow: hidden;
}

.team-section .img-block img {
	display: inline-block;
	vertical-align: top;
}

.team-section .text {
	padding: 20px;
	max-width: 360px;
	text-align: center;
}

.team-section .text p {
	margin-bottom: 26px;
}

.team-section .title {
	display: block;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.team-section .text-block {
	text-align: center;
}

.team-section .name {
	color: #f5740a;
	text-transform: uppercase;
	display: block;
	font-size: 22px;
}

.team-section .name a {
	color: inherit;
}

.team-section .name a:hover {
	text-decoration: underline;
}

.team-section .position {
	font-size: 20px;
	display: block;
}

.team-section .block.col-4 .title,
.team-section .puzzle-gallery .block.img-block .title,
.puzzle-gallery .team-section .block.img-block .title {
	margin-bottom: 34px;
}

.team-section .block.col-4 .name,
.team-section .puzzle-gallery .block.img-block .name,
.puzzle-gallery .team-section .block.img-block .name {
	font-size: 25px;
}

.team-section .block.col-4 .position,
.team-section .puzzle-gallery .block.img-block .position,
.puzzle-gallery .team-section .block.img-block .position {
	font-size: 22px;
}

.team-section .block.col-4 .text p,
.team-section .puzzle-gallery .block.img-block .text p,
.puzzle-gallery .team-section .block.img-block .text p {
	margin-bottom: 40px;
}

.team-section.detail .name {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 7px;
}

.team-section.detail .position {
	font-size: 22px;
	margin-bottom: 27px;
}

.team-section.detail .social-list {
	margin-bottom: 20px;
}

.team-section.detail .info-list {
	font-size: 20px;
	color: #f5740a;
}

.team-section.detail .info-list li {
	margin-bottom: 15px;
}

.team-section.detail .info-list .icon {
	color: #f5740a;
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	font-size: 25px;
	padding: 3px 0 0 2px;
}

.team-section.detail .info-list .icon-envelope {
	font-size: 23px;
	margin-right: 10px;
}

.info-section {
	margin-bottom: 73px;
}

.icons-panel {
	margin-bottom: 88px;
}

.icons-panel .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.icons-panel .icon-block {
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background: #f5740a;
	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;
	margin-right: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.icons-panel .icon,
.icons-panel .fa {
	color: #fff;
	font-size: 51px;
	line-height: 1;
}

.icons-panel .head-text {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #4d4f4f;
}

.icons-panel .text-box {
	font-size: 18px;
	line-height: 1.4;
}

.icons-panel p {
	margin: 0;
}

.team-gallery {
	position: relative;
}

.team-gallery .mask {
	position: relative;
}

.team-gallery .block {
	padding: 0;
}

.team-gallery .position {
	margin: 0;
}

.team-gallery .bx-prev,
.team-gallery .bx-next {
	position: absolute;
	top: 53.6%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

.team-gallery .bx-prev:before,
.team-gallery .bx-next:before {
	font-family: "icomoon";
	font-size: 80px;
	line-height: 1;
	color: #ccc;
}

.team-gallery .bx-prev {
	left: -65px;
}

.team-gallery .bx-prev:before {
	content: "\e903";
}

.team-gallery .bx-next {
	right: -65px;
}

.team-gallery .bx-next:before {
	content: "\e902";
}

.info-panel {
	margin-bottom: 70px;
}

.accordion li {
	padding: 0;
	margin: 0 0 1px;
}

.accordion li:before,
.accordion li:after {
	display: none;
}

.accordion li:last-child .slide {
	border-width: 0 1px 1px;
}

.accordion li.active .opener {
	background: #f5740a;
	color: #fff;
}

.accordion li.active .opener:before,
.accordion li.active .opener:after {
	background: #fff;
}

.accordion li.active .opener:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion li.active .opener:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion .opener {
	font-size: 24px;
	position: relative;
	display: block;
	margin: 0;
	padding: 17px 66px;
	background: #f5f5f5;
	font-weight: 700;
	color: #4d4f4f;
	text-decoration: none;
	-webkit-transition: colopr .2s;
	transition: colopr .2s;
}

.accordion .opener:before,
.accordion .opener:after {
	background: #868787;
	content: "";
	height: 4px;
	left: 25px;
	position: absolute;
	width: 18px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	margin-top: -4px;
}

.accordion .opener:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion .opener:after {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .slide {
	padding: 16px 22px;
	border: solid #ccc;
	border-width: 0 1px;
}

.accordion .slide p {
	margin: 0;
}

.pagination.system_pagination,
.pagination {
	font-size: 20px;
	line-height: 1;
	color: #f5740a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination.system_pagination ul,
.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination.system_pagination li,
.pagination li {
	padding: 0;
}

.pagination.system_pagination li::before,
.pagination li::before {
	display: none;
}

.pagination.system_pagination li .dots,
.pagination li .dots {
	border: none;
}

.pagination.system_pagination span,
.pagination span {
	font-size: 20px;
	margin: 0 5px;
}

.pagination.system_pagination .current,
.pagination .current {
	color: #f5740a;
}

.pagination.system_pagination a,
.pagination a {
	margin: 0 5px;
	color: #4d4f4f;
	text-decoration: none;
	border: none;
	padding: 0;
}

.pagination.system_pagination a:hover,
.pagination a:hover {
	color: #f5740a;
}

.pagination.system_pagination a svg,
.pagination a svg {
	display: none;
}

.pagination.system_pagination .active a,
.pagination .active a {
	background-color: transparent;
}

.pagination.system_pagination .prev,
.pagination.system_pagination .next,
.pagination .prev,
.pagination .next {
	font-size: 20px;
	line-height: 1.5;
}

.portfolio-nav {
	font-size: 0;
	line-height: 0;
	margin: 0 -25px 36px;
	text-align: center;
	padding: 23px 0 0;
}

.portfolio-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 25px 10px;
	margin: 0;
	text-transform: uppercase;
}

.portfolio-nav li.active {
	color: #f5740a;
}

.portfolio-nav a {
	color: inherit;
	text-decoration: none;
}

.portfolio-nav a:hover {
	color: #f5740a;
}

.portfolio-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	text-align: center;
}

.portfolio-gallery li {
	width: 25%;
	position: relative;
	padding: 0 5px 10px;
}

.portfolio-gallery li.large {
	width: 50%;
}

.portfolio-gallery .holder {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.portfolio-gallery .holder:hover .hover-description {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio-gallery .holder .hover-description {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform .5s  ease;
	transition: -webkit-transform .5s  ease;
	transition: transform .5s  ease;
	transition: transform .5s  ease, -webkit-transform .5s  ease;
	background: rgba(0, 0, 0, .7);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	color: #fff;
}

.portfolio-gallery .hover-description {
	font-size: 20px;
	line-height: 1.46;
	text-align: center;
}

.portfolio-gallery .title {
	display: block;
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	max-width: 100%;
}

.portfolio-gallery img {
	display: inline-block;
	vertical-align: top;
}

[id="header"] {
	color: #4d4f4f;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 160;
}

[id="header"] .container {
	/*max-width: 1786px;
	position: static;*/
}

.sticky-header [id="header"] {
	z-index: 173;
}

.login-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
	font-size: 0;
	line-height: 0;
	z-index: 2;
	padding-top: 12px;
	-webkit-transition: top .2s linear;
	transition: top .2s linear;
}

.sticky-header .login-nav {
	top: -42px;
}

.login-nav ul {
	margin: 0;
	padding: 0;
}

.login-nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.login-nav ul li:before {
	display: none;
}

.login-nav ul li:after {
	content: "/";
	font-family: inherit;
	position: static;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	color: inherit;
}

.login-nav ul li:last-child:after {
	display: none;
}

.login-nav a {
	color: #4d4f4f;
	text-decoration: none;
}

.login-nav a:hover {
	color: #f5740a;
}

.header-frame {
	padding: 25px 0px;
	border-bottom: 1px solid #f5740a;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
	background: #fff;
}

.home-page .header-frame {
	background: none;
}

.sticky-header .header-frame,
.sticky-header.home-page .header-frame {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 0;
	-webkit-animation: sticky-header .5s  .5s;
	animation: sticky-header .5s  .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.home-page .header-frame {
	border-width: 0;
}

.sticky-header.home-page .header-frame {
	border-bottom-width: 1px;
}

.header-frame .container {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-frame .container:after {
	display: none;
}

.header-frame .cart {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 27px;
	color: #f5740a;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	white-space: nowrap;
}

.header-frame .cart i {
	color: #4d4f4f;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	font-size: 27px;
	line-height: 1;
}

.header-frame .cart:hover i {
	color: #f5740a;
}

.header-frame a:hover {
	color: #f5740a;
	text-decoration: none;
}

.side {
	width: 135px;
	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;
}

.side #catCartSummary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo {
	padding: 0 14px;
	min-width: 160px;
}

.logo img {
	display: inline-block;
	vertical-align: top;
}

.demo-version [id="header"] .logo img {
	max-height: 71px;
	max-width: 250px;
}

.header-search {
	font-size: 25px;
	line-height: 1;
	padding: 2px 2px  0 10px;
}

.header-search a {
	color: #4d4f4f;
	text-decoration: none;
}

.header-search a:hover {
	color: #f5740a;
}

.header-search .search-opener {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 26px;
}

.header-search .search-opener:before,
.header-search .search-opener:after {
	font-family: "icomoon";
	position: absolute;
	top: 0;
	left: 2px;
	overflow: hidden;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.header-search .search-opener:before {
	content: "\e904";
	padding: 0 0 0 1px;
}

.search-active .header-search .search-opener:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header-search .search-opener:after {
	content: "\e914";
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header-search.search-active .search-opener:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header-search.search-active .search-opener:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header-search-form {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .2s linear .9s;
	transition: max-height .2s linear .9s;
}

.search-active .header-search-form {
	max-height: 200px;
	-webkit-transition: max-height .2s linear;
	transition: max-height .2s linear;
}

.header-search-form:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #4d4f4f;
	z-index: -1;
}

.header-search-form .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 27px;
	padding-bottom: 27px;
}

.header-search-form .row {
	width: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: width .9s cubic-bezier(.68, -.55, .27, 1.55);
	transition: width .9s cubic-bezier(.68, -.55, .27, 1.55);
	border-radius: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.search-active .header-search-form .row {
	width: 100%;
}

.header-search-form input[type="search"],
.header-search-form input[type="text"] {
	height: 41px;
	color: #4d4f4f;
	padding: 10px 29px;
	border-radius: 20px;
	background: #fff;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	outline: none;
	width: 100%;
	font-size: 18px;
	padding-right: 105px;
	border: none;
	margin-bottom: 0;
}

.header-search-form input[type="search"]::-webkit-input-placeholder,
.header-search-form input[type="text"]::-webkit-input-placeholder {
	color: #4d4f4f;
}

.header-search-form input[type="search"]::-moz-placeholder,
.header-search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #4d4f4f;
}

.header-search-form input[type="search"]:-moz-placeholder,
.header-search-form input[type="text"]:-moz-placeholder {
	color: #4d4f4f;
}

.header-search-form input[type="search"]:-ms-input-placeholder,
.header-search-form input[type="text"]:-ms-input-placeholder {
	color: #4d4f4f;
}

.header-search-form input[type="search"].placeholder,
.header-search-form input[type="text"].placeholder {
	color: #4d4f4f;
}

.header-search-form .search-button {
	background: #f5740a;
	width: 100px;
	border-radius: 0 20px 20px 0;
	height: 41px;
	padding: 5px;
	font-size: 25px;
	text-align: center;
	padding: 0;
	right: 0;
	position: absolute;
	top: 0;
	box-shadow: none;
	border: none;
	color: #fff;
}

.header-search-form .search-button:hover .icon {
	text-shadow: 1px 3px 4px rgba(0, 0, 0, .5);
	-webkit-transform: translatez(5px);
	-ms-transform: translatez(5px);
	transform: translatez(5px);
}

.header-search-form .search-button .icon {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#nav,
.nav-wrap {
	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;
}

#nav .exclusives > a,
.nav-wrap .exclusives > a {
	position: static;
}

#nav .exclusives:after,
#nav .exclusives:before,
#nav .exclusives > a:after,
.nav-wrap .exclusives:after,
.nav-wrap .exclusives:before,
.nav-wrap .exclusives > a:after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #f5740a;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	pointer-events: none;
}

#nav .exclusives:before,
.nav-wrap .exclusives:before {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
	left: calc(50% - 10px);
}

#nav .exclusives:after,
.nav-wrap .exclusives:after {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

#nav .exclusives > a:after,
.nav-wrap .exclusives > a:after {
	left: calc(50% + 10px);
}

.nav-slide {
	max-width: 1180px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.nav-slide ul {
	overflow: visible;
}

.nav-slide > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 -10px;
	text-align: center;
}

.nav-slide > ul > li {
	font-size: 22px;
	line-height: 1.3;
	position: relative;
	margin: 0 10px;
	padding: 0;
}

.nav-slide > ul > li:last-child {
	margin-right: 0;
}

.nav-slide > ul > li:before {
	display: none;
}

.nav-slide > ul > li.hover {
	color: #f5740a;
}

.nav-slide > ul > li:nth-last-child(-n+2) .drop-down {
	left: auto;
	right: 0;
	text-align: right;
}

.nav-slide > ul > li:nth-last-child(-n+2) .drop-down .drop-down {
	right: 100%;
	left: auto;
}

.nav-slide > ul > li:nth-last-child(-n+2) .drop-down .has-drop-down-a:before {
	content: "\e903";
	right: auto;
	left: 0;
}

.nav-slide > ul > li:nth-last-child(-n+2) .drop-down a {
	padding: 0 0 0 10px;
}

.nav-slide > ul > li > a {
	text-transform: uppercase;
}

.nav-slide > ul li.hover,
.nav-slide > ul li.selected {
	color: #f5740a;
}

.nav-slide > ul li.hover > .drop-down {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .2s linear , -webkit-transform .3s linear;
	transition: opacity .2s linear , -webkit-transform .3s linear;
	transition: opacity .2s linear , transform .3s linear;
	transition: opacity .2s linear , transform .3s linear , -webkit-transform .3s linear;
}

.nav-slide > ul a {
	text-decoration: none;
	color: #fff;
	position: relative;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	font-size:18px;
}

.nav-slide .drop-down {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .2s linear , opacity .2s linear , -webkit-transform .3s linear;
	transition: visibility .2s linear , opacity .2s linear , -webkit-transform .3s linear;
	transition: visibility .2s linear , opacity .2s linear , transform .3s linear;
	transition: visibility .2s linear , opacity .2s linear , transform .3s linear , -webkit-transform .3s linear;
	padding: 17px 0 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.nav-slide .drop-down .drop-down {
	left: 100%;
	top: 0;
	padding: 0 5px;
	margin-top: -18px;
}

.nav-slide .drop-down .drop-down .drop-down {
	display: none !important;
}

.nav-slide .drop-down .drop-down .has-drop-down-a:before {
	display: none;
}

.nav-slide .drop-down ul {
	width: 214px;
	padding: 18px 0 11px;
	position: relative;
	box-shadow: 1px 2px 24px rgba(0, 0, 0, .2);
	background: rgba(248, 248, 248, .9);
}

.nav-slide .drop-down li {
	display: block;
	color: #4d4f4f;
	padding: 0 25px;
	margin-bottom: 14px;
	position: relative;
}

.nav-slide .drop-down li.hover,
.nav-slide .drop-down li.selected {
	color: #f5740a;
}

.nav-slide .drop-down li:before {
	display: none;
}

.nav-slide .drop-down .has-drop-down-a:before {
	content: "\e902";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.nav-slide .drop-down a {
	padding: 0;
	background: none;
	color: inherit;
	display: block;
	position: relative;
	padding-right: 10px;
}

.nav-opener {
	position: relative;
	display: none;
	width: 30px;
	height: 25px;
}

.nav-opener:hover span,
.nav-opener:hover span:before,
.nav-opener:hover span:after {
	background: #4d4f4f;
}

.nav-opener span,
.nav-opener span:before,
.nav-opener span:after {
	display: block;
	width: 100%;
	height: 5px;
	background: #f5740a;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.nav-opener span:before,
.nav-opener span:after {
	position: absolute;
	content: "";
}

.nav-opener span:before {
	top: -10px;
}

.nav-opener span:after {
	top: 10px;
}

.nav-active .nav-opener span:before {
	-webkit-transform: translate(0px, 10px) rotate(-90deg);
	-ms-transform: translate(0px, 10px) rotate(-90deg);
	transform: translate(0px, 10px) rotate(-90deg);
}

.nav-active .nav-opener span:after {
	-webkit-transform: translate(0px, -10px) rotate(-90deg);
	-ms-transform: translate(0px, -10px) rotate(-90deg);
	transform: translate(0px, -10px) rotate(-90deg);
}

.nav-active .nav-opener span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.nav-active #wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
}

.nav-active #wrapper:after {
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: z-index .2s, opacity .2s,visibility .2s;
	transition: z-index .2s, opacity .2s,visibility .2s;
}

.container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

#main {
	padding-bottom: 40px;
	padding-top: 155px;
}

.home-page #main {
	padding-bottom: 0;
}

.visual-wrap {
	margin-bottom: 50px;
}

.visual-wrap:first-child {
	margin-top: -42px;
}

.head-block {
	text-align: center;
	max-width: 930px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.head-block h1,
.head-block .shopping-hold h2,
.shopping-hold .head-block h2,
.head-block .system-page .holder h2,
.system-page .holder .head-block h2 {
	margin-bottom: 26px;
}

.section {
	position: relative;
	padding: 45px 0;
	margin: 0;
}

.section:first-child:not(:last-of-type) {
	padding-top: 0;
}

.bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.visual-block:first-of-type {
	margin-top: -155px;
}

.visual {
	color: #fff;
	position: relative;
	margin-bottom: 45px;
	background-size: cover;
	background-position: 50% 50%;
}

.visual:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*background: -webkit-linear-gradient(top, #f4fdfa 0%, #283b3a 50%, #000 100%);
	background: linear-gradient(to bottom, #f4fdfa 0%, #283b3a 50%, #000 100%);
	opacity: .4;*/
}

.visual .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.visual .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;

}

.visual .container:after {
	content: "";
	width: 0;
	display: block;
	min-height: 100vh;
}

.visual .text-block {
	text-align: right;
	padding: 180px 0;
}

.visual h1,
.visual .shopping-hold h2,
.shopping-hold .visual h2,
.visual .system-page .holder h2,
.system-page .holder .visual h2 {
	font-size: 80px;
	color: inherit;
/*	letter-spacing: .15em;
	margin-bottom: 70px;*/
	font-weight: 600;
}

.visual .logotype {
	margin-bottom: 70px;
}

.demo-version .visual .logotype img {
	max-height: 169px;
	max-width: 300px;
}

.visual.animate_start .text-block h1,
.visual.animate_start .text-block .shopping-hold h2,
.shopping-hold .visual.animate_start .text-block h2,
.visual.animate_start .text-block .system-page .holder h2,
.system-page .holder .visual.animate_start .text-block h2 {
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out;
}

.visual.animate_start .text-block .logotype {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out;
}

.visual.animate_start .text-block .button {
	-webkit-animation: bounceInDown 2500ms ease-in-out;
	animation: bounceInDown 2500ms ease-in-out;
}

.visual .scroll-btn {
	color: #fff;
	position: absolute;
	bottom: 46px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	text-decoration: none;
}

.visual .scroll-btn:hover {
	color: #f5740a;
}

.visual .scroll-btn .icon {
	display: inline-block;
	vertical-align: top;
	font-size: 65px;
	margin-bottom: 30px;
	width: 44px;
}

.visual .scroll-btn span {
	display: block;
}

.visual-slider:hover .btn-prev,
.visual-slider:hover .btn-next {
	opacity: 1;
}

.visual-slider:before {
	display: none;
}

.visual-slider .slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(top, #f4fdfa 0%, #283b3a 50%, #000 100%);
	background: linear-gradient(to bottom, #f4fdfa 0%, #283b3a 50%, #000 100%);
	opacity: .4;
}

.visual-slider .animate_start .text-box h1,
.visual-slider .animate_start .text-box .shopping-hold h2,
.shopping-hold .visual-slider .animate_start .text-box h2,
.visual-slider .animate_start .text-box .system-page .holder h2,
.system-page .holder .visual-slider .animate_start .text-box h2 {
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out;
}

.visual-slider .animate_start .text-box .button {
	-webkit-animation: fadeInUp 2500ms ease-in-out;
	animation: fadeInUp 2500ms ease-in-out;
}

.visual-slider .text-box {
	text-align: center;
	padding: 180px 0;
	letter-spacing: .075em;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.visual-slider .text-box h1,
.visual-slider .text-box .shopping-hold h2,
.shopping-hold .visual-slider .text-box h2,
.visual-slider .text-box .system-page .holder h2,
.system-page .holder .visual-slider .text-box h2 {
	margin: 0;
	letter-spacing: .155em;
}

.visual-slider .text-box .button {
	letter-spacing: 0;
}

.visual-slider .typing-block {
	text-transform: uppercase;
	margin-bottom: 194px;
}

.visual-slider .typing-block div {
	font-size: 45px;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}

.visual-slider .typing-block span {
	opacity: 0;
	display: inline-block;
	-webkit-transition: opacity .2s linear .1s;
	transition: opacity .2s linear .1s;
}

.visual-slider .typing-block span.visible {
	opacity: 1;
}

.visual-slider .typing-block .button {
	letter-spacing: 0;
}

.visual-slider .btn-prev,
.visual-slider .btn-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 80px;
	z-index: 70;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	color: #ccc;
}

.visual-slider .btn-prev {
	left: 20px;
}

.visual-slider .btn-next {
	right: 20px;
}

.pagination {
	font-size: 0;
	line-height: 0;
	width: 100%;
	color: #4d4f4f;
	text-align: center;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	padding: 0 7px;
}

.pagination .pag-prev,
.pagination .pag-next {
	padding: 0 11px;
}

.pagination .pag-current {
	color: #f5740a;
}

.pagination a {
	color: inherit;
}

.pagination a:hover {
	color: #f5740a;
	text-decoration: none;
}

.info-wrap {
	z-index: 0;
}

.info-wrap.bg-fixed:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
}

.info-wrap.bg-fixed:after {
	z-index: -1;
}

.info-wrap .row-holder,
.info-wrap .productSmall {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-page .info-wrap {
	padding: 70px 0 82px;
}

.info-wrap .head-block {
	color: #fff;
	font-size: 35px;
	padding-bottom: 18px;
}

.info-wrap .head-block h1,
.info-wrap .head-block .shopping-hold h2,
.shopping-hold .info-wrap .head-block h2,
.info-wrap .head-block .system-page .holder h2,
.system-page .holder .info-wrap .head-block h2 {
	color: inherit;
}

.info-wrap [class^="col-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
}

.info-wrap [class^="col-"]:nth-child(even) h2 {
	background: #f5740a;
}

.info-wrap [class^="col-"]:nth-child(even) .value {
	color: #f5740a;
}

.info-wrap [class^="col-"]:nth-child(even) .button {
	color: #fff;
	background: #f5740a;
	border-color: #f5740a;
}

.info-wrap [class^="col-"]:nth-child(even) .button:hover {
	background: #c14848;
	color: #fff;
	border-color: #c14848;
}

.info-wrap .box {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	width: 100%;
	box-shadow: 2px 0 24px rgba(0, 0, 0, .4);
}

.info-wrap .box h2 {
	color: #fff;
	background: #4d4f4f;
	padding: 12px 10px;
	margin: 0;
}

.info-wrap .holder {
	background: #fff;
	padding: 40px 51px 51px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.info-wrap .value {
	font-size: 35px;
	color: #4d4f4f;
	font-weight: 700;
	margin-bottom: 21px;
	display: block;
}

.info-wrap div.ng-binding {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.info-wrap .list {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 29px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.info-wrap .list li:not(:last-child) {
	padding-bottom: 11px;
	margin-bottom: 9px;
	border-bottom: 1px solid #e0dddd;
}

.info-wrap .button {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding-left: 65px;
	padding-right: 65px;
}

.popup-holder {
	position: absolute;
	top: -999999px;
	left: -999999px;
}

.page-nav {
	text-align: center;
	font: 20px/23px "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	color: #4d4f4f;
}

.page-nav #previouspage,
.page-nav #nextpage,
.page-nav .next,
.page-nav .prev {
	display: inline;
	vertical-align: middle;
	color: #868787;
	background: none;
	padding: 0 6px;
}

.search-result {
	padding-bottom: 10px;
}

.search-result:first-of-type {
	padding-top: 20px;
}

.search-result:last-child {
	padding-bottom: 20px;
}

.system-message,
.system-error-message {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.system-message .form .item,
.system-message .webform .item,
.system-error-message .form .item,
.system-error-message .webform .item {
	padding: 0;
	margin: 0;
}

.system-message .form .item a,
.system-message .webform .item a,
.system-error-message .form .item a,
.system-error-message .webform .item a {
	color: #4d4f4f;
	display: inline-block;
	vertical-align: top;
	margin: 16px 0 0 25px;
}

.loaded-block:after {
	content: "";
	position: fixed;
	background-color: #fff;
	background-image: url(../images/load.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	-webkit-transition: opacity .2s, visibility .2s, top 0s .2s, left 0s .2s;
	transition: opacity .2s, visibility .2s, top 0s .2s, left 0s .2s;
}

.loaded .loaded-block:after {
	opacity: 0;
	visibility: hidden;
	top: -9999px;
	left: -99999px;
}

.left-sidebar [id="sidebar"] {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.side-nav ul {
	text-align: center;
	margin: 0 0 51px;
}

.side-nav ul li {
	font-size: 24px;
	color: #4d4f4f;
	background: #f5f5f5;
	text-transform: uppercase;
	padding: 17px 10px;
	margin-bottom: 2px;
}

.side-nav ul li:before {
	display: none;
}

.side-nav ul li.selected a,
.side-nav ul li a:hover {
	color: #f5740a;
}

.side-nav ul a {
	color: inherit;
	text-decoration: none;
}

.side-nav ul a:hover {
	text-decoration: none;
}

.side-block {
	background: #f5f5f5;
	padding: 51px 25px;
	text-align: center;
	margin-bottom: 50px;
}

.side-block.add {
	padding-left: 50px;
	padding-right: 50px;
}

.side-block .icon,
.side-block .fa,
.side-block i {
	color: #f5740a;
	display: inline-block;
	vertical-align: top;
	font-size: 56px;
	margin-bottom: 17px;
	line-height: 1;
}

.side-block .icon-email {
	font-size: 40px;
}

.side-block h2 {
	font-weight: 700;
	margin-bottom: 9px;
	color: #4d4f4f;
}

.side-block .title {
	display: block;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 700;
	color: #4d4f4f;
}

.widget {
	padding-bottom: 32px;
}

.widget h3 {
	font-size: 23px;
	font-weight: 700;
	color: #4d4f4f;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.widget ul {
	padding: 0;
	margin: 0;
	font-size: 23px;
	color: #4d4f4f;
}

.widget ul li {
	padding: 0;
	margin: 0 0 9px;
}

.widget ul li:before {
	display: none;
}

.widget ul .selected a,
.widget ul a:hover {
	color: #f5740a;
}

.widget ul a {
	color: inherit;
}

.widget ul a:hover {
	text-decoration: none;
}

.BlogTagCloud {
	padding: 9px 0 7px;
	margin: 0 -5px;
	font-size: 0;
	line-height: 0;
}

.BlogTagCloud a {
	display: inline-block;
	vertical-align: top;
	background: #f5f5f5;
	color: #b5b6b6;
	padding: 12px 14px;
	border-radius: 2px;
	margin: 0 5px 10px;
	font-size: 23px;
	line-height: 1.2;
	-webkit-transition: background .2s linear,color .2s linear;
	transition: background .2s linear,color .2s linear;
	border-radius: 3px;
	text-decoration: none;
}

.BlogTagCloud a:hover {
	background: #f5740a;
	color: #fff;
}

.BlogPostArchive .monthsItems,
.restructuredArchive .monthsItems {
	padding: 10px 0 4px;
}

.BlogPostArchive .monthsItems li:last-child,
.restructuredArchive .monthsItems li:last-child {
	margin-bottom: 0;
}

.BlogPostArchive .opener-archive,
.restructuredArchive .opener-archive {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 25px;
	text-decoration: none;
}

.BlogPostArchive .opener-archive:after,
.restructuredArchive .opener-archive:after {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	top: 5px;
	right: 2px;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	font-size: 20px;
	line-height: 1;
}

.BlogPostArchive .active .opener-archive:after,
.restructuredArchive .active .opener-archive:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.category-nav,
.slider-navigation {
	font-size: 22px;
}

.category-nav ul,
.slider-navigation ul {
	margin: 8px 0 3px;
	line-height: 1.1;
	border-left: 2px solid #f5740a;
}

.category-nav ul li,
.slider-navigation ul li {
	padding: 0 0 9px 17px;
}

.category-nav ul li:last-child,
.slider-navigation ul li:last-child {
	padding-bottom: 0;
}

.category-nav ul a,
.slider-navigation ul a {
	color: #868787;
}

.category-nav .selected,
.slider-navigation .selected {
	padding-bottom: 5px;
}

.category-nav .selected > a,
.slider-navigation .selected > a {
	font-weight: 600;
}

.category-nav .selected > a,
.category-nav a:hover,
.slider-navigation .selected > a,
.slider-navigation a:hover {
	color: #f5740a;
}

.category-nav a,
.slider-navigation a {
	color: #4d4f4f;
	text-decoration: none;
}

.category-nav .selected ul {
	display: block;
}

.category-nav ul {
	display: none;
}

[id="footer"] {
	background: #111111;
	padding: 80px 0px 40px 0px;
	color: #fff;
	font-size: 22px;
	line-height: 1.27;
}

[id="footer"] .logotype {
	padding: 0px 0 22px;
}

[id="footer"] .logotype img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

[id="footer"] .social-networks {
	padding-top: 8px;
}

[id="footer"] .social-networks a {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

[id="footer"] .social-networks a:hover {
	color: #f5740a;
}

[id="footer"] h2 {
	font-size: 32px;
	text-transform: none;
	margin-bottom: 33px;
}

[id="footer"] address {
	font-style: normal;
}

[id="footer"] address .address,
[id="footer"] address .phone,
[id="footer"] address .email {
	position: relative;
	display: block;
	line-height: 1.64;
	padding: 0 0 2px 35px;
}

[id="footer"] .icon {
	position: absolute;
	top: 8px;
	left: 0;
	line-height: 1;
	padding: 0 2px;
}

[id="footer"] .icon-map-marker {
	font-size: 30px;
}

[id="footer"] .icon-envelope {
	font-size: 18px;
}

[id="footer"] a {
	color: inherit;
}

.video-box {
	position: relative;
}

.video-box .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 60px;
	z-index: 1;
	width: 60px;
	height: 60px;
	text-decoration: none;
}

.video-box .play-btn:hover {
	color: #f5740a;
}

.video-box .play-btn:hover:before,
.video-box .play-btn:hover:after {
	background: #f5740a;
}

.video-box .play-btn:before,
.video-box .play-btn:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 10px;
	height: 45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.video-box .play-btn:before {
	left: 15px;
}

.video-box .play-btn:after {
	right: 15px;
}

.video-box .play-btn.pause .icon {
	display: none;
}

.video-box .play-btn.pause:before,
.video-box .play-btn.pause:after {
	display: block;
}

.video-box img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.icons-section {
	text-align: center;
	color: #a0a5a5;
	padding-bottom: 0;
}

.icons-section + .section {
	padding-top: 23px;
}

.icons-section .holder {
	font-size: 18px;
	line-height: 1.44;
	padding-bottom: 52px;
}

.icons-section .holder:hover .circle {
	color: #fff;
	border-color: transparent;
}

.icons-section .holder:hover .hover-block {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.icons-section .holder:hover i {
	-webkit-animation: icon-scale .5s;
	animation: icon-scale .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.icons-section .circle {
	width: 124px;
	height: 124px;
	border: 2px solid #f5740a;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #f5740a;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 29px;
	position: relative;
	overflow: hidden;
	-webkit-transition: border .2s .25s;
	transition: border .2s .25s;
}

.icons-section .circle img {
	-webkit-transition: -webkit-transform .2s linear .25s;
	transition: -webkit-transform .2s linear .25s;
	transition: transform .2s linear .25s;
	transition: transform .2s linear .25s, -webkit-transform .2s linear .25s;
}

.icons-section .circle img + .hover-block {
	display: none;
}

.icons-section .circle .hover-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform .2s linear .25s;
	transition: -webkit-transform .2s linear .25s;
	transition: transform .2s linear .25s;
	transition: transform .2s linear .25s, -webkit-transform .2s linear .25s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: #f5740a;
	border-radius: 50%;
	z-index: -1;
}

.icons-section i {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	font-size: 39px;
	-webkit-transition: color .2s linear .25s;
	transition: color .2s linear .25s;
}

.icons-section .h4 {
	margin-bottom: 17px;
}

.icons-section a {
	color: inherit;
	text-decoration: none;
}

.portfolio-section {
	/*padding-bottom: 85px;*/
}

.counter-section {
	text-align: center;
	font-size: 25px;
	color: #fff;
	padding: 50px 0 84px;
}

.counter-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
}

.counter-section .container {
	z-index: 1;
}

.counter-section .bg-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.counter-section .value {
	font-weight: 700;
	color: #f5740a;
	display: block;
	font-size: 40px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 18px;
}

.counter-section .value:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 40px;
	z-index: 1;
	background: #f5740a;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.counter-section p {
	margin: 0;
}

.service-section .row {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-section .service-container {
	width: 25%;
	height: 322px;
	-webkit-perspective: 800px;
	perspective: 800px;
	position: relative;
}

.service-section .service-container:hover .front-part,
.service-section .service-container:focus .front-part,
.service-section .service-container:active .front-part {
	-webkit-transform: translateY(-110px) rotateX(90deg);
	transform: translateY(-110px) rotateX(90deg);
	opacity: 0;
}

.service-section .service-container:hover .back-part,
.service-section .service-container:focus .back-part,
.service-section .service-container:active .back-part {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

.service-section .service-container:nth-child(2) .front-part {
	background: rgba(241, 92, 92, .2);
}

.service-section .service-container:nth-child(3) .front-part {
	background: rgba(241, 92, 92, .3);
}

.service-section .service-container:nth-child(4) .front-part {
	background: rgba(241, 92, 92, .4);
}

.service-section .service-container:nth-child(5) .front-part {
	background: rgba(241, 92, 92, .4);
}

.service-section .service-container:nth-child(6) .front-part {
	background: rgba(241, 92, 92, .3);
}

.service-section .service-container:nth-child(7) .front-part {
	background: rgba(241, 92, 92, .2);
}

.service-section .front-part,
.service-section .back-part {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	height: 322px;
	width: 100%;
	padding: 20px;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.service-section .back-content,
.service-section .front-content {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.service-section .front-part {
	z-index: 2;
	background: rgba(241, 92, 92, .1);
}

.service-section .back-part {
	background-color: #f5740a;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateY(110px) rotateX(-90deg);
	transform: translateY(110px) rotateX(-90deg);
	font-size: 18px;
	line-height: 1.22;
	color: #fff;
}

.service-section i {
	font-size: 57px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #f5740a;
	padding-bottom: 24px;
	margin-bottom: 15px;
}

.service-section i:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 40px;
	left: 50%;
	background: #f5740a;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.service-section h3 {
	color: #4d4f4f;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 700;
	margin: 0;
}

.service-section .back-title {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 16px;
	color: inherit;
}

.service-section .back-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background: #fff;
}

.testimonials-gallery,
.text-slider {
	position: relative;
	text-align: center;
}

.testimonials-gallery:before,
.testimonials-gallery:after,
.text-slider:before,
.text-slider:after {
	position: absolute;
	font-size: 500px;
	opacity: .1;
	line-height: 60px;
	color: #f5740a;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.testimonials-gallery:before,
.text-slider:before {
	content: "\201C";
	left: 0;
	top: 49px;
	left: -8px;
}

.testimonials-gallery:after,
.text-slider:after {
	content: "\201D";
	right: 0;
	bottom: 12px;
}

.testimonials-gallery h1,
.testimonials-gallery .shopping-hold h2,
.shopping-hold .testimonials-gallery h2,
.testimonials-gallery .system-page .holder h2,
.system-page .holder .testimonials-gallery h2,
.text-slider h1,
.text-slider .shopping-hold h2,
.shopping-hold .text-slider h2,
.text-slider .system-page .holder h2,
.system-page .holder .text-slider h2 {
	text-transform: none;
	margin-bottom: 40px;
}

.testimonials-gallery .mask,
.text-slider .mask {
	position: relative;
}

.testimonials-gallery blockquote,
.text-slider blockquote {
	text-align: center;
	font-size: 35px;
	line-height: 1.29;
	margin: 0;
	padding: 0 0 32px;
}

.testimonials-gallery q,
.text-slider q {
	display: block;
	margin: 0 0 39px;
}

.testimonials-gallery q:before,
.testimonials-gallery q:after,
.text-slider q:before,
.text-slider q:after {
	display: none;
}

.testimonials-gallery cite,
.text-slider cite {
	font-size: 30px;
	display: block;
	font-style: normal;
	color: #4d4f4f;
}

.testimonials-gallery .bx-pager,
.text-slider .bx-pager {
	font-size: 0;
	line-height: 0;
}

.testimonials-gallery .bx-pager .bx-pager-item,
.text-slider .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}

.testimonials-gallery .bx-pager a,
.text-slider .bx-pager a {
	display: block;
	border-radius: 50%;
	background: #ccc;
	height: 15px;
	width: 15px;
}

.testimonials-gallery .bx-pager a.active,
.testimonials-gallery .bx-pager a:hover,
.text-slider .bx-pager a.active,
.text-slider .bx-pager a:hover {
	background: #f5740a;
}

.about-section .text {
	padding-bottom: 25px;
}

.panel,
.builderItem .panel {
	padding: 88px 0 80px;
}

.panel .text,
.builderItem .panel .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.panel .button,
.builderItem .panel .button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 39px;
}

.panel .h1,
.builderItem .panel .h1 {
	text-transform: none;
	margin: 0;
}

.information-wrap {
	padding: 136px 0 115px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 0;
}

.information-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
}

.information-wrap:last-child {
	margin-bottom: -40px;
}

.information-wrap .container {
	z-index: 1;
}

.information-wrap .play {
	width: 71px;
	color: inherit;
	font-size: 70px;
	text-decoration: none;
	margin-bottom: 29px;
	display: inline-block;
	vertical-align: top;
}

.information-wrap .play:hover {
	color: #f5740a;
}

.information-wrap h1,
.information-wrap .shopping-hold h2,
.shopping-hold .information-wrap h2,
.information-wrap .system-page .holder h2,
.system-page .holder .information-wrap h2 {
	position: relative;
	color: inherit;
	padding-bottom: 16px;
	margin-bottom: 8px;
}

.information-wrap h1:after,
.information-wrap .shopping-hold h2:after,
.shopping-hold .information-wrap h2:after,
.information-wrap .system-page .holder h2:after,
.system-page .holder .information-wrap h2:after {
	content: "";
	position: absolute;
	width: 65px;
	height: 3px;
	background: #f5740a;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.post {
	display: table;
	font-size: 22px;
	line-height: 1.18;
	margin-bottom: 40px;
}

.post .img-block {
	margin: 0 30px 2px 0;
	float: left;
	max-width: 263px;
}

.post .img-block img {
	display: inline-block;
	vertical-align: top;
}

.post .text-block {
	overflow: hidden;
}

.post h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 8px;
}

.post h3 a {
	color: inherit;
}

.post .info-list {
	font-size: 0;
	line-height: 0;
	color: #f5740a;
	margin: 0 -13px 10px;
	overflow: hidden;
}

.post .info-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 13px;
	font-size: 15px;
	line-height: 1.87;
}

.post .info-list .icon {
	display: inline-block;
	vertical-align: top;
	padding-left: 1px;
	margin-right: 11px;
	font-size: 20px;
	line-height: 28px;
}

.post .info-list .icon-calendar {
	font-size: 16px;
}

.post .info-list .icon-commenting {
	font-size: 21px;
}

.post .more {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	position: relative;
}

.post .more:after {
	content: "\e91e";
	font-family: "icomoon";
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	position: absolute;
}

.post p {
	margin-bottom: 1em;
}

.blog-detail h1,
.blog-detail .shopping-hold h2,
.shopping-hold .blog-detail h2,
.blog-detail .system-page .holder h2,
.system-page .holder .blog-detail h2 {
	margin-bottom: 17px;
	text-transform: capitalize;
}

.blog-detail .post {
	margin: 0 0 47px;
}

.blog-detail .info-list {
	margin-bottom: 26px;
}

.blog-detail img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 26px;
}

.comment-section {
	padding-bottom: 23px;
}

.comment-section h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
	margin-bottom: 16px;
}

.comment-section p {
	margin-bottom: .9em;
}

.panel-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}

.panel-info .title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	margin-right: 28px;
	color: #4d4f4f;
}

.panel-info .date {
	color: #f5740a;
	display: block;
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	line-height: 24px;
}

.panel-info .date:after {
	content: "\e91c";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 17px;
	line-height: 24px;
	font-family: "icomoon";
}

.panel-info .date .icon-calendar {
	font-size: 16px;
}

.panel-info .date .icon-commenting {
	font-size: 21px;
}

.comment-block {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 1.18;
}

.comment-block h2 {
	margin-bottom: 20px;
}

.time-line {
	overflow: hidden;
}

.time-line .post {
	position: relative;
	padding-left: 195px;
	margin-bottom: 47px;
}

.time-line .post:before {
	content: "";
	position: absolute;
	width: 2px;
	background: #ccc;
	left: 163px;
	height: 9999px;
	bottom: -30px;
}

.time-line .post:after {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	border: 3px solid #f5740a;
	border-radius: 50%;
	left: 156px;
	top: 0;
	background: #fff;
	z-index: 1;
}

.time-line .post .text-block {
	overflow: hidden;
}

.time-line .date {
	width: 195px;
	position: absolute;
	top: -3px;
	left: 0;
	padding-right: 41px;
	font-size: 18px;
	line-height: 1;
	padding-top: 1px;
}

#catblogoutput h1,
#catblogoutput .shopping-hold h2,
.shopping-hold #catblogoutput h2,
#catblogoutput .system-page .holder h2,
.system-page .holder #catblogoutput h2 {
	background: #fff;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0 0 .25em;
}

.events-list .row-holder,
.events-list .productSmall,
.events-list .event {
	margin-bottom: 30px;
}

.events-list .info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.events-list .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.events-list .img-block {
	padding-bottom: 10px;
	margin: 0;
}

.events-list .date {
	background: #f5f5f5;
	color: #4d4f4f;
	padding: 39px 10px 18px;
	margin-bottom: 11px;
	position: relative;
	text-align: center;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	font-size: 22px;
}

.events-list .date:before,
.events-list .date:after {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #fff;
	top: 11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.events-list .date:before {
	margin-left: -22px;
}

.events-list .date:after {
	margin-left: 22px;
}

.events-list .date span {
	display: block;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}

.events-list .time {
	margin-bottom: 5px;
}

.events-list .more {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.events-list .more:after {
	content: "\e91e";
	font-family: "icomoon";
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.events-list .text-block {
	font-size: 22px;
	line-height: 1.18;
}

.events-list address {
	font-size: 16px;
	color: #4d4f4f;
	font-style: normal;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.events-list address span {
	display: block;
}

.events-list h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 12px;
}

.events-list h3 a {
	color: inherit;
}

.events-list img {
	display: inline-block;
	vertical-align: top;
}

.events-detail .content {
	font-size: 22px;
	line-height: 1.18;
}

.events-detail .content img {
	margin-bottom: 35px;
}

.events-detail .information-block {
	background: #f5f5f5;
	color: #4d4f4f;
	padding: 44px 51px;
	margin-bottom: 50px;
}

.events-detail .information-list {
	font-size: 15px;
}

.events-detail .information-list li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 22px;
}

.events-detail .title {
	color: #f5740a;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.27;
	font-weight: 700;
	display: block;
}

.events-detail .icon {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 37px;
	line-height: 1;
	color: #f5740a;
}

.events-detail address {
	font-style: normal;
}

.events-detail .icon-clock-o {
	font-size: 42px;
	top: 3px;
}

.events-detail .icon-map-marker {
	font-size: 40px;
	top: 0;
	font-size: 42px;
	top: 3px;
	left: 6px;
}

.events-detail .icon-money {
	top: 0;
	font-size: 34px;
}

.events-detail h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.events-detail img {
	display: inline-block;
	vertical-align: top;
}

.events-detail p {
	margin-bottom: 1.2em;
}

.booking {
	width: 100%;
	max-width: 710px;
}

.booking h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form textarea {
	font-size: 25px;
}

.thumbnail-gallery {
	margin: 0 auto 20px;
	text-align: center;
	max-width: 555px;
}

.thumbnail-gallery .mask img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	width: 100%;
}

.thumbnail-gallery .thumbnails {
	position: relative;
}

.thumbnail-gallery .thumbnails .bx-wrapper {
	max-width: 100% !important;
}

.thumbnail-gallery .thumbnails img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.thumbnail-gallery .img-holder {
	display: inline-block;
	vertical-align: top;
}

.thumbnail-gallery .btn-next,
.thumbnail-gallery .btn-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: inherit;
	text-decoration: none;
	line-height: 1;
}

.thumbnail-gallery .btn-next:before,
.thumbnail-gallery .btn-prev:before {
	font-family: "icomoon" !important;
}

.thumbnail-gallery .btn-prev {
	left: -13px;
}

.thumbnail-gallery .btn-prev:before {
	content: "\e903";
}

.thumbnail-gallery .btn-next {
	right: -13px;
}

.thumbnail-gallery .btn-next:before {
	content: "\e902";
}

.carouselImagesGalery {
	position: relative;
	text-align: center;
}

.carouselImagesGalery .bx-pager {
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 60;
	text-align: center;
}

.carouselImagesGalery .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}

.carouselImagesGalery .bx-pager a {
	display: block;
	border-radius: 50%;
	background: #ccc;
	height: 15px;
	width: 15px;
}

.carouselImagesGalery .bx-pager a.active,
.carouselImagesGalery .bx-pager a:hover {
	background: #f5740a;
}

.carouselImagesGalery img {
	display: inline-block;
	vertical-align: top;
}

.image-gallery [class^="col-"] {
	margin-bottom: 31px;
}

.image-gallery .img-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	outline: none;
}

.image-gallery .img-block:hover .hover-description {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.image-gallery .img-block .hover-description {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform .5s  ease;
	transition: -webkit-transform .5s  ease;
	transition: transform .5s  ease;
	transition: transform .5s  ease, -webkit-transform .5s  ease;
	background: rgba(0, 0, 0, .7);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	color: #fff;
}

.image-gallery .hover-description {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}

.image-gallery .hover-description span {
	display: block;
}

.image-gallery img {
	display: inline-block;
	vertical-align: top;
}

.puzzle-gallery {
	display: block;
	overflow: hidden;
	position: relative;
}

.puzzle-gallery .img-block {
	padding-bottom: 30px;
}

.puzzle-gallery .img-block.large {
	width: 66.66%;
}

.puzzle-gallery img {
	display: inline-block;
	vertical-align: top;
}

.slide-gallery {
	position: relative;
	text-align: center;
}

.slide-gallery .btn-prev,
.slide-gallery .btn-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 80px;
	line-height: 1;
	color: #ccc;
	text-decoration: none;
}

.slide-gallery .btn-prev:hover,
.slide-gallery .btn-next:hover {
	color: #f5740a;
}

.slide-gallery .btn-prev:before,
.slide-gallery .btn-next:before {
	font-family: "icomoon";
}

.slide-gallery .btn-prev {
	left: -80px;
}

.slide-gallery .btn-prev:before {
	content: "\e903";
}

.slide-gallery .btn-next {
	right: -80px;
}

.slide-gallery .btn-next:before {
	content: "\e902";
}

.detail-info .block-center {
	padding: 20px 0;
}

.detail-info section {
	margin-bottom: 30px;
}

.detail-list {
	overflow: hidden;
	margin: 0 0 22px;
	padding: 0;
	font-size: 22px;
}

.detail-list dt {
	width: 50%;
	max-width: 166px;
	float: left;
	color: #4d4f4f;
	text-align: right;
	clear: left;
}

.detail-list dd {
	overflow: hidden;
	padding: 0 0 0 30px;
	margin: 0 0 4px;
}

.webapp-list {
	font-size: 20px;
	line-height: 1.3;
}

.webapp-list [class^="col-"] {
	margin-bottom: 30px;
}

.webapp-list .holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.webapp-list .holder:hover .hover-text,
.webapp-list .holder:focus .hover-text,
.webapp-list .holder:active .hover-text {
	max-height: 390px;
}

.webapp-list .holder a:after:hover {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

.webapp-list .text-block {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 30px 15px;
	z-index: 2;
	pointer-events: none;
}

.webapp-list .hover-text {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .5s linear;
	transition: max-height .5s linear;
}

.webapp-list .title {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.webapp-list .button-holder {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.webapp-list img {
	display: inline-block;
	vertical-align: top;
}

.webapp-list p {
	margin: 0 0 10px;
}

.webapp-section section {
	margin-bottom: 52px;
}

.webapp-gallery {
	position: relative;
	text-align: center;
	z-index: 1;
}

.webapp-gallery .pager-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.webapp-gallery .pager-btn a {
	margin-left: 1px;
	width: 30px;
	height: 30px;
	background: #000;
	color: #fff;
	text-align: center;
	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-decoration: none;
}

.webapp-gallery .img {
	display: inline-block;
	vertical-align: top;
}

.webapp-category {
	font-size: 26px;
	font-weight: 600;
	padding: 0 0 5px;
}

.webapp-category li {
	display: inline;
}

.webapp-category li + li:before {
	content: "+";
}

.webapp-paging {
	overflow: hidden;
	font-size: 24px;
}

.webapp-paging .prev,
.webapp-paging .next {
	position: relative;
	padding: 0 24px;
}

.webapp-paging .prev {
	float: left;
}

.webapp-paging .prev i {
	left: 0;
}

.webapp-paging .next {
	float: right;
}

.webapp-paging .next i {
	right: 0;
}

.webapp-paging i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.steps {
	font-size: 0;
	line-height: 0;
	padding: 22px 0 62px;
}

.steps li {
	font-size: 26px;
	line-height: 1.2;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 33.33%;
	text-align: center;
	color: #4d4f4f;
}

.steps li:first-child {
	text-align: left;
}

.steps li:first-child .holder:after {
	display: none;
}

.steps li:last-child {
	text-align: right;
	padding-right: 0;
}

.steps li:last-child .holder:before {
	display: none;
}

.steps li.active i {
	background: #f5740a;
}

.steps li.active i:before {
	color: #fff;
}

.steps .holder {
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.steps .holder:before,
.steps .holder:after {
	content: "";
	position: absolute;
	top: 50px;
	height: 1px;
	width: 9999px;
	background: #f5740a;
}

.steps .holder:before {
	left: 50%;
}

.steps .holder:after {
	right: 50%;
}

.steps .icon,
.steps .fa,
.steps i {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 26px;
	font-size: 33px;
	line-height: 1;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #f5740a;
	position: relative;
	z-index: 2;
}

.steps .icon:before,
.steps .fa:before,
.steps i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #f5740a;
}

.steps .icon-card {
	font-size: 24px;
}

.steps a {
	color: inherit;
}

.shopping-table {
	width: 100%;
	margin: 0 0 39px;
}

.shopping-table th {
	font-size: 16px;
	text-transform: uppercase;
	padding: 11px 25px;
	color: #4d4f4f;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background: #f5f5f5;
}

.shopping-table td {
	padding: 23px 25px 25px;
	vertical-align: middle;
	background: #f5f5f5;
}

.shopping-table td:first-child {
	border: none;
	width: 44.4%;
}

.shopping-table input[type="text"],
.shopping-table input[type="number"] {
	width: 98px;
	background: #fff;
	margin: 0;
	line-height: 1;
}

.shopping-table .product-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.shopping-table .image-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.shopping-table .text {
	font-size: 18px;
	line-height: 20px;
	max-width: 50%;
	padding-left: 24px;
}

.shopping-table .link-remove {
	color: inherit;
}

.shopping-table .link-remove:hover {
	color: #f5740a;
}

.shopping-hold .wrap {
	padding-bottom: 19px;
}

.shopping-hold h2 {
	text-transform: none;
	margin: 0 0 20px;
}

.shopping-hold .button-holder {
	margin: 0 -10px;
}

.shopping-hold .button-holder .button {
	margin: 0 10px 10px;
	padding-left: 63px;
	padding-right: 63px;
}

.shipping-form label {
	display: block;
	margin: 0 0 9px;
}

.shipping-form .jcf-select {
	margin: 0 0 25px;
}

.summary-table {
	width: 100%;
	color: #4d4f4f;
	vertical-align: middle;
	margin: 0 0 11px;
}

.summary-table td {
	padding: 6px 0 32px;
	text-align: left;
}

.summary-table td:last-child {
	text-align: right;
}

.summary-table tfoot td {
	font-weight: 600;
	text-transform: uppercase;
	color: #f5740a;
	padding-top: 3px;
}

.summary-table .form-hold {
	padding-bottom: 28px;
}

.summary-table .form-code-area {
	margin: -18px 0 -8px;
}

.summary-table .form-code-area input[type=text],
.summary-table .form-code-area input#DiscountCode,
.summary-table .form-code-area input#GiftVoucher {
	width: 167px;
	margin: 0 20px 0 0;
}

.checkout-form fieldset {
	margin: 0 0 30px;
}

.checkout-form .note-block {
	text-align: center;
	padding: 15px 0 20px;
}

.checkout-form textarea {
	height: 125px;
	min-height: 125px;
}

.checkout-form .summary-table {
	width: 100%;
	margin-bottom: 20px;
}

.checkout-form .summary-table tfoot td {
	padding-bottom: 0;
}

.checkout-form .shopping-table {
	margin-bottom: 40px;
}

.checkout-form .shopping-table th:last-child {
	text-align: right;
}

.checkout-form .shopping-table td {
	text-align: center;
}

.checkout-form .shopping-table td:first-child {
	width: 65%;
	padding-right: 10px;
}

.checkout-form .shopping-table .product-holder {
	font-size: 0;
	line-height: 0;
}

.checkout-form .shopping-table .image-block {
	margin: 0;
	max-width: 44%;
	display: inline-block;
	vertical-align: middle;
}

.checkout-form .shopping-table .text {
	width: 50%;
	padding-left: 16px;
	display: inline-block;
	vertical-align: top;
}

.checkout-form .input-holder {
	margin-bottom: 32px;
}

.checkout-form label + label {
	margin-left: 32px;
}

.system-page .shopping-table {
	table-layout: fixed;
	background: none;
	margin: 0 0 1px;
}

.system-page .shopping-table .text {
	padding: 0;
	max-width: none;
}

.system-page .shopping-table .text a {
	color: #868787;
}

.system-page .shopping-table th {
	padding: 0 0 14px;
	border: none;
	text-align: center;
	background: none;
}

.system-page .shopping-table th:first-child {
	text-align: left;
	width: auto;
}

.system-page .shopping-table th:last-child {
	text-align: right;
}

.system-page .shopping-table td {
	padding: 0 0 28px;
	text-align: center;
	background: none;
}

.system-page .shopping-table td:first-child {
	width: auto;
}

.system-page .shopping-table td:last-child {
	text-align: right;
}

.filter-holder {
	padding: 0 0 31px;
}

.filter-holder .title {
	margin: 0 0 43px;
}

.filter-holder .form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter-holder .form .select-holder,
.filter-holder .form .input-holder {
	width: 235px;
	margin: 0 30px 0 0;
}

.filter-holder .form .jcf-select,
.filter-holder .form input[type="text"],
.filter-holder .form select,
.filter-holder .form .jcf-select {
	margin: 0;
	min-width: 130px;
}

.productSmall {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1.11;
	color: #4d4f4f;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.two-columns .productSmall li {
	width: 33.33%;
}

.productSmall li {
	margin-bottom: 44px;
}

.productSmall .holder {
	max-width: 262px;
	margin: 0 auto;
}

.productSmall .holder:hover .link-list li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.productSmall .img-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.productSmall .img-block img {
	display: inline-block;
	vertical-align: top;
}

.productSmall .link-list {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 0 10px;
	font-size: 0;
	line-height: 0;
	margin: 0 -5px;
	text-align: center;
}

.productSmall .link-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	position: relative;
	width: auto;
	margin: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate3d(0, 750%, 0);
	transform: translate3d(0, 750%, 0);
}

.productSmall .link-list li:nth-child(2) {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.productSmall .link-list li:nth-child(3) {
	-webkit-transition: -webkit-transform .7s;
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s;
}

.productSmall .link-list a {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	background: #f5740a;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}

.productSmall .link-list a:hover {
	color: #f5740a;
	background: #fff;
}

.productSmall .text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productSmall .text-block span {
	display: block;
}

.productSmall .price {
	display: block;
	text-align: right;
	line-height: 1;
	padding-left: 10px;
}

.productSmall .price .old {
	text-decoration: line-through;
	color: #868787;
	font-size: 15px;
	margin-bottom: 4px;
}

.productSmall .price .old span:not([class]) {
	font-size: 15px;
	color: #868787;
}

.productSmall .price span:not([class]) {
	color: #f5740a;
	font-weight: 700;
	font-size: 20px;
}

.product-slider {
	position: relative;
	color: #fff;
	text-transform: uppercase;
}

.product-slider .slide {
	padding: 164px 0 140px;
	background-size: cover;
	background-position: 50% 50%;
}

.product-slider .slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

.product-slider .slide:after {
	content: "";
}

.product-slider .container {
	z-index: 1;
}

.product-slider .h1 {
	color: #fff;
	font-weight: 700;
	letter-spacing: .07em;
}

.product-slider p {
	margin: 0 0 12px;
}

.productList .label {
	background: #f5740a;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	padding: 8px 9px;
}

.productLarge section:not(.review-section) {
	margin-bottom: 86px;
}

.productLarge .btn-holder {
	width: 100%;
}

.productLarge .label {
	z-index: 60;
}

.productLarge .heading {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 19px;
	margin-bottom: 20px;
}

.productLarge .heading .h3,
.productLarge .heading .portfolio-nav li,
.portfolio-nav .productLarge .heading li {
	text-transform: none;
	color: #4d4f4f;
	margin-bottom: 15px;
}

.productLarge .info-holder {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
	padding-bottom: 20px;
	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;
}

.productLarge .price {
	font-weight: 700;
	color: #f5740a;
}

.productLarge .price .old {
	color: #868787;
	text-decoration: line-through;
	margin-left: 30px;
	font-weight: normal;
	font-size: 20px;
}

.productLarge .price .old span {
	font-size: 20px;
	color: #868787;
}

.productLarge .stock {
	font-size: 18px;
	color: #4d4f4f;
}

.productLarge .stock .counter {
	color: #f5740a;
	padding-left: 5px;
}

.product-form .wrap {
	overflow: hidden;
}

.product-form .productAttributes {
	float: left;
	margin: 0 30px 0 0;
	width: 359px;
	padding-bottom: 15px;
	font-size: 22px;
	color: #4d4f4f;
}

.product-form .productAttributes .catProdAttributeTitle {
	display: none;
}

.product-form .catProdAttributeItem {
	padding-bottom: 15px;
}

.product-form input[type="text"] {
	width: 98px;
	float: left;
}

.product-form .catProductAttributeGroup {
	margin-bottom: 5px;
	width: 50%;
	float: left;
}

.product-form .catProductAttributeGroup:first-child {
	width: 100%;
}

.product-form .catProductAttributeGroup .jcf-checkbox,
.product-form .catProductAttributeGroup .jcf-radio {
	margin-top: -3px;
}

.product-form .jcf-select {
	margin: 0;
}

.product-form .button-holder {
	margin: 0 -10px;
}

.product-form .button-holder .button {
	margin: 0 10px 10px;
	padding-left: 63px;
	padding-right: 63px;
}

.product-gallery {
	position: relative;
}

.product-gallery img {
	width: 100%;
}

.product-gallery .pager-btn {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.product-gallery .pager-btn a {
	color: #fff;
	font-size: 40px;
	line-height: 1;
}

.review-section {
	margin-bottom: 0;
}

.review-section .autor {
	display: block;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

.review-section .comment-block {
	color: #4d4f4f;
	padding-bottom: 20px;
	margin-bottom: 26px;
	border-bottom: 1px solid #ccc;
}

.review-section .date {
	color: #868787;
	font-size: 16px;
}

.review-section .comments-form input[type="text"],
.review-section .comments-form input[type="email"],
.review-section .comments-form textarea {
	margin-bottom: 0;
}

.review-section .comments-form textarea {
	height: 115px;
	min-height: 115px;
}

.review-section .comments-form .captchaimg {
	width: 166px;
	margin-right: 30px;
}

.system-page h1,
.system-page .shopping-hold h2,
.shopping-hold .system-page h2,
.system-page .holder h2 {
	margin-bottom: 30px;
}

.system-page .form-holder {
	max-width: 555px;
	margin: 0 auto;
}

.system-page .holder {
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}

.system-page .holder h2 {
	text-transform: none;
}

.system-page .invoice-text {
	margin: 35px 0;
}

.system-page .invoice-text strong {
	color: #4d4f4f;
}

.summary-table.thank-you-table {
	max-width: 750px;
	margin: 0 auto;
}

.summary-table.thank-you-table table {
	width: 100%;
}

.summary-table.thank-you-table a[href^=tel] {
	color: #868787;
}

.summary-table.thank-you-table td {
	position: relative;
	padding-right: 0;
	padding-left: 250px;
}

.summary-table.thank-you-table td#title {
	display: none;
}

.summary-table.thank-you-table td:first-child {
	padding-right: 0;
}

.summary-table.thank-you-table td td {
	padding-left: 0;
}

.summary-table.thank-you-table br {
	display: none;
}

.summary-table.thank-you-table strong {
	text-align: left;
	font-weight: normal;
	float: left;
	width: 250px;
	margin-left: -250px;
}

.side-nav.account-nav li {
	text-align: left;
	padding-left: 22%;
	position: relative;
}

.side-nav.account-nav .fa,
.side-nav.account-nav i {
	margin-right: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 12%;
	font-size: 28px;
}

.account-holder {
	font-size: 22px;
	color: #4d4f4f;
}

.account-holder h3 {
	margin-bottom: 26px;
	font-weight: normal;
}

.account-table {
	margin: 0 0 26px;
	width: 100%;
	background: #f5f5f5;
	font-size: 18px;
	color: #868787;
}

.account-table th {
	font-size: 16px;
	text-transform: uppercase;
	padding: 9px 21px 11px;
	color: #4d4f4f;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.account-table td {
	text-align: left;
	vertical-align: top;
	padding: 30px 19px;
}

.invoice {
	color: #868787;
}

.invoice .border {
	border: none;
}

.invoice .border tr:first-child {
	border: 1px solid #868787;
	font-size: 14px;
}

.invoice .border tr:last-child {
	border-bottom: 1px solid #868787;
}

.invoice .border td {
	border: none;
	padding: 17px 10px 15px;
}

.invoice .border span {
	color: #868787;
}

.invoice .productitemcell {
	margin: 24px 0 0;
}

.invoice .productitemcell:first-child {
	margin-top: 0;
}

.invoice .textb {
	width: 30%;
	margin: 0 0 0 auto;
}

.invoice .textb tr:first-child td {
	padding: 0 0 15px;
}

.invoice .textb tr:first-child td br {
	display: none;
}

.invoice .textb tr:first-child td hr {
	height: 1px;
	border: none;
	background: #868787;
	display: none;
}

.invoice .textb td {
	text-align: left;
	padding: 5px 0 0;
}

.invoice .textb td:first-child {
	width: 60% !important;
}

.invoice .textb td:last-child {
	text-align: right;
}

table.case-details td {
	vertical-align: top;
}

table.case-details td.var {
	text-align: left;
	width: 150px;
}

#js-messages {
	padding: 40px 20px;
	background: #f5f5f5;
	font-size: 18px;
	margin-top: -26px;
}

.contact-panel {
	text-align: center;
	padding: 39px 0 10px;
}

.contact-panel .icon-block {
	border: 2px solid #f5740a;
	border-radius: 50%;
	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;
	width: 124px;
	height: 124px;
	margin: 0 auto 28px;
}

.contact-panel .icon-block .fa {
	font-size: 47px;
	display: block;
	color: #f5740a;
}

.contact-panel .head-block {
	padding-bottom: 15px;
	max-width: 100%;
}

.contact-panel .title {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	color: #4d4f4f;
	margin-bottom: 7px;
}

.contact-panel .text {
	font-style: normal;
}

.contact-panel .text span {
	display: block;
}

.contact-panel a[href^=mailto] {
	color: inherit;
}

.map-holder {
	width: 100%;
	height: 450px;
}

.map-holder .google-map-holder {
	position: absolute;
	left: 50%;
	width: 100vw !important;
	height: 100% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	max-width: none;
	margin: 0;
}

.map-holder img {
	width: 100%;
}

.map-holder .address-block {
	width: 244px;
	position: absolute;
	right: 10px;
	bottom: 30px;
	padding: 13px 20px;
	background: #f5740a;
	color: #fff;
	font-style: normal;
}

.not-found {
	text-align: center;
}

.big-letter {
	color: #f5740a;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 200px;
	line-height: 1.05;
	padding: 38px 0 74px;
}

.coming .container {
	max-width: 970px;
}

.coming #main {
	padding-top: 110px;
}

.coming .logo {
	margin-bottom: 192px;
}

.coming-holder {
	text-transform: uppercase;
	color: #f5740a;
	font-weight: 900;
	text-align: center;
	padding-bottom: 67px;
}

.coming-holder .text-first {
	letter-spacing: .04em;
	font-size: 90px;
	line-height: 80px;
}

.coming-holder .text-second {
	font-size: 130px;
	line-height: 125px;
	display: block;
	letter-spacing: .06em;
}

.coming-holder .icon {
	font-size: 68px;
}

#main.builderItemsHolder {
	padding: 0;
}

.builderItem {
	position: relative;
}

.builderItem:first-child .moveTop {
	display: none;
}

.builderItem:first-child .drag-drop-nav,
.builderItem:first-child .edit-drop-nav {
	top: 117px;
}

.builderItem:last-child .moveBottom {
	display: none;
}

.builderItem:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #fff;
	outline: 1px dashed #000;
	outline-offset: -1px;
	z-index: 168;
	display: none;
	pointer-events: none;
}

.builder-active .builderItem:hover .drag-drop-nav,
.builder-active .builderItem:hover .edit-drop-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.builder-active .builderItem:hover:after {
	display: block;
}

.builderItem > section,
.builderItem > div,
.builderItem > aside,
.builderItem .ng-isolate-scope > section,
.builderItem .ng-isolate-scope > div,
.builderItem .ng-isolate-scope > aside {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.builderItem.hideItem .hide-item-text {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	display: block;
}

.builderItem.hideItem .edit-link {
	display: none;
}

.builderItem.hideItem .off-text {
	display: none;
}

.builderItem.hideItem .on-text {
	display: block;
}

.builderItem.hideItem:after {
	background: rgba(255, 255, 255, .85);
	display: block;
	border: none;
	pointer-events: none;
}

.builderItem.hideItem li {
	color: #ccc;
}

.builderItem.hideItem .icon.hide:before {
	content: "\f06e" !important;
}

.builderItem.hideItem .drag-drop-nav,
.builderItem.hideItem .edit-drop-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.builderItem .hide-item-text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 169;
	color: #000;
	text-align: center;
	display: none;
}

.builderItem .hide-item-text i {
	font-size: 123px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.builderItem .hide-item-text span {
	display: block;
	font-size: 14px;
}

.builderItem a {
	-webkit-transition: none;
	transition: none;
}

.drag-drop-nav,
.edit-drop-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	z-index: 169;
	top: 40px;
	z-index: 169;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	display: none;
}

.drag-drop-nav li,
.edit-drop-nav li {
	position: relative;
}

.drag-drop-nav .link,
.edit-drop-nav .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 3px;
	border: 1px solid #fff;
	background: #efece6;
	color: #000;
}

.drag-drop-nav .link:hover,
.edit-drop-nav .link:hover {
	background: #e8a900;
	border-color: #e8a900;
	color: #fff;
}

.drag-drop-nav .link:hover .text,
.drag-drop-nav .link:hover .off-text,
.edit-drop-nav .link:hover .text,
.edit-drop-nav .link:hover .off-text {
	visibility: visible;
}

.hideItem .drag-drop-nav .hide-link,
.hideItem
  .edit-drop-nav .hide-link {
	background: #efbf20;
	color: #fff;
}

.hideItem .drag-drop-nav .hide-link:hover,
.hideItem
    .edit-drop-nav .hide-link:hover {
	background: #e8a900;
}

.hideItem .drag-drop-nav .hide-link:hover .on-text,
.hideItem
      .edit-drop-nav .hide-link:hover .on-text {
	visibility: visible;
}

.drag-drop-nav .icon,
.edit-drop-nav .icon {
	font-size: 20px;
	line-height: 1;
	display: block;
	width: 36px;
	height: 36px;
	position: relative;
}

.drag-drop-nav .icon:before,
.edit-drop-nav .icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.drag-drop-nav .text,
.edit-drop-nav .text {
	background: #efece6;
	white-space: nowrap;
	line-height: 36px;
	color: #000;
	font-size: 14px;
	padding: 0 13px;
	border: 1px solid #fff;
	position: absolute;
	top: calc(100% + 17px);
	right: -6px;
	visibility: hidden;
}

.drag-drop-nav .text:before,
.edit-drop-nav .text:before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 11px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: 100%;
	right: 14px;
}

.drag-drop-nav .text:after,
.edit-drop-nav .text:after {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 10px solid #efece6;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: 100%;
	right: 16px;
}

.icon.hide:before {
	content: "\f070";
}

.edit-drop-nav {
	right: auto;
	left: 20px;
}

.edit-drop-nav .link {
	background: #efece6;
	padding: 0 15px 0 7px;
	font-size: 14px;
}

.edit-drop-nav .link .icon {
	font-size: 22px;
	margin-right: 3px;
}

.edit-drop-nav .on-text {
	display: none;
}

.edit-content {
	width: 777px;
	padding: 35px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	font-size: 14px;
	color: #666;
}

.edit-content section:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.edit-content .heading {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #222;
}

.edit-content .title {
	display: block;
	font-weight: normal;
}

.edit-content .input-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}

.edit-content .input-row .holder {
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.edit-content .input-row label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 110px;
	padding-right: 20px;
	text-align: right;
	display: block;
	padding: 11px 26px 0 0;
}

.edit-content input[type="text"],
.edit-content textarea {
	width: 100%;
	display: block;
	background: #f0eded;
	color: #666;
	border: none;
	padding: 10px 14px;
	text-transform: none;
	font-size: 14px;
	margin: 0;
	border-radius: 0;
}

.edit-content input[type="text"]::-webkit-input-placeholder,
.edit-content textarea::-webkit-input-placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"]::-moz-placeholder,
.edit-content textarea::-moz-placeholder {
	opacity: 1;
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"]:-moz-placeholder,
.edit-content textarea:-moz-placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"]:-ms-input-placeholder,
.edit-content textarea:-ms-input-placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"].placeholder,
.edit-content textarea.placeholder {
	text-transform: none;
	color: #666;
}

.edit-content input[type="text"] {
	height: 39px;
	overflow: hidden;
}

.edit-content textarea {
	height: 147px;
	min-height: 147px;
}

.edit-content .image-list {
	margin: 0 -10px;
}

.edit-content .image-list li {
	float: left;
	padding: 0 10px 20px;
	max-width: 50%;
}

.edit-content .img-block {
	border: 1px solid #5a5a5a;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	background-image: url(https://codeproduction.test/template_styles_factory/juss-treepl/images/bg-pattern.png);
	color: #000;
}

.edit-content .img-block img {
	display: inline-block;
	vertical-align: top;
}

.edit-content .info-text {
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

.edit-content .info-text a {
	color: inherit;
	text-decoration: underline;
}

.edit-content .info-text a:hover {
	text-decoration: none;
}

.edit-content .apply-btn {
	color: #fff;
	background: #47b200;
	padding: 5px 24px;
	text-transform: uppercase;
	border: none;
	display: inline-block;
	vertical-align: top;
}

.edit-content .text-center {
	text-align: center;
}

.edit-content input.value-opacity {
	width: 50px;
}

.edit-content .inputs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 20px 110px;
}

.edit-content .inputs-row .jcf-checkbox {
	width: 17px;
	height: 17px;
	background: #f0eded;
	border: 1px solid #d7d7d7;
}

.edit-content .inputs-row .jcf-checkbox span:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Regular", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro" !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 900 !important;
	font-size: inherit !important;
	line-height: 1 !important;
	font-size: 14px;
	line-height: 1;
	color: #666;
}

.edit-content .inputs-row label {
	font-size: 14px;
}

.edit-content .inputs-row .radio-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
}

.edit-content .inputs-row .radio-hold .jcf-radio {
	height: 18px;
	width: 18px;
	border: 1px solid #d9d9d9;
	background: #f0eded;
	display: block;
	margin: 0 28px 0 0;
}

.edit-content .inputs-row .radio-hold .jcf-radio.jcf-checked span {
	background: #666;
}

.edit-content .inputs-row .radio-hold .jcf-radio span {
	background: none;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
}

.edit-content .loader-img {
	width: 50px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 32px;
}

.edit-content .file-holder {
	position: relative;
}

.edit-content .hide-section {
	position: relative;
}

.edit-content .hide-section:before {
	content: "\f070";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Regular", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-size: 153px;
	line-height: 1;
	color: #7e7e7e;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 169;
}

.edit-content .hide-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(204, 204, 204, .65);
	display: block;
	border: none;
}

.popup-holder {
	display: none;
}

.home-builder-lightbox {
	/* custom file input styles */
}

.home-builder-lightbox .fancybox-close {
	background: none;
	top: 11px;
	right: 11px;
}

.home-builder-lightbox .fancybox-close:hover {
	color: #666;
}

.home-builder-lightbox .jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: none;
	color: #222;
}

.home-builder-lightbox .jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.home-builder-lightbox .jcf-file .jcf-fake-input {
	display: inline-block;
	padding: 0 1px;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
}

.home-builder-lightbox .jcf-file .jcf-fake-input:hover {
	text-decoration: none;
}

.home-builder-lightbox .jcf-file .jcf-upload-button {
	display: none;
}

.applyWidgetButton.applyWidgetButton {
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -40px;
	background: #47b200;
	color: #fff;
	display: block;
	padding: 12px 21px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 8900;
	text-decoration: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: bottom .3s linear, visibility .3s linear, opacity .3s linear;
	transition: bottom .3s linear, visibility .3s linear, opacity .3s linear;
}

.applyWidgetButton.applyWidgetButton:hover {
	background: #3f9d00;
	color: #fff;
}

.build-changes-active .applyWidgetButton.applyWidgetButton {
	bottom: 40px;
	visibility: visible;
	opacity: 1;
}

#pageSaved {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .65);
	color: #fff;
	font-size: 24px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: none;
}

.builder-saved #pageSaved {
	display: block;
}

#pageSaved .holder {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#pageSaved .text {
	text-transform: uppercase;
	font-size: 48px;
	position: relative;
}

#pageSaved .text:after {
	overflow: hidden;
	content: "\2026";
	-webkit-animation: ellipsis steps(4, end) 2s infinite;
	animation: ellipsis steps(4, end) 2s infinite;
	width: 0;
	position: absolute;
	left: 100%;
	bottom: 0;
}

#pageSaved span {
	display: block;
}

#wrapper {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.elements-tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 22px;
	padding: 10px 0 29px;
}

.elements-tabset li {
	position: relative;
	margin: 0;
	text-align: center;
	padding: 0 3px 6px;
}

.elements-tabset li:first-child {
	text-align: left;
	padding: 0 0 6px;
}

.elements-tabset li:last-child {
	text-align: right;
	padding: 0 0 6px;
}

.elements-tabset .active a,
.elements-tabset a:hover {
	color: #f5740a;
}

.elements-tabset a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #4d4f4f;
}

.elements-holder .bg-block {
	padding: 20px 0 0;
	position: relative;
	z-index: 0;
}

.elements-holder .bg-block:after {
	content: "";
	position: absolute;
	left: -9999px;
	top: 0;
	bottom: 0;
	right: -9999px;
	z-index: -1;
}

.elements-holder .side-navigation,
.elements-holder .add-nav,
.elements-holder .side-nav {
	max-width: 327px;
}

.elements-holder .progress-bar {
	max-width: 555px;
}

.elements-holder .page-nav,
.elements-holder .portfolio-nav {
	text-align: left;
}

.elements-holder .nav-web {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elements-holder .nav-web li {
	margin-right: 30px;
}

.elements-holder .webapp-paging {
	max-width: 260px;
}

.elements-holder .label {
	margin-right: 16px;
	margin-bottom: 10px;
}

.elements-holder a {
	cursor: pointer;
}

.elements-holder h1,
.elements-holder .shopping-hold h2,
.shopping-hold .elements-holder h2,
.elements-holder .system-page .holder h2,
.system-page .holder .elements-holder h2 {
	margin-bottom: 25px;
}

.elements-section {
	padding-bottom: 42px;
}

.elements-section .accordion,
.elements-section .tab-holder,
.elements-section .filter-section {
	max-width: 750px;
}

.elements-section .filter-section {
	padding-bottom: 0;
}

.code-open-close {
	font-size: 22px;
}

.code-open-close .heading p {
	margin-bottom: 31px;
}

.code-open-close .opener {
	text-transform: none;
	background: -webkit-linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
	background: linear-gradient(to bottom, #d2d2d2 0%, #bebebe 100%);
	display: inline-block;
	vertical-align: middle;
	padding: 6px 11px;
	border-radius: 3px;
	font-weight: normal;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	color: #fff;
	margin: 0 0 0 27px;
	text-decoration: none;
}

.code-open-close .opener:hover {
	background: -webkit-linear-gradient(top, #bebebe 0%, #d2d2d2 100%);
	background: linear-gradient(to bottom, #bebebe 0%, #d2d2d2 100%);
}

.code-open-close .opener:before {
	content: "\f121";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Regular", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	padding-right: 5px;
	font-weight: 900;
}

.code-open-close .slide {
	position: relative;
	margin-bottom: 35px;
}

.code-open-close .slide:hover .copy-text {
	opacity: 1;
}

.code-open-close pre {
	margin: 0;
}

.code-open-close .code-block {
	background: #f9f9f9;
	padding: 20px;
	max-height: 300px;
	overflow: auto;
	position: relative;
}

.code-open-close .copy-text {
	position: absolute;
	top: 2px;
	right: 18px;
	font-size: 20px;
	z-index: 1;
	opacity: 0;
}

.code-open-close .copy-text:before {
	content: "\f0c5";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Regular", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	cursor: pointer;
}

.code-open-close p {
	margin: 0;
}

.code-open-close h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 39px;
}

.buttons-section .button {
	margin: 0 20px 35px 0;
}

.inputs-section .input-wrap {
	max-width: 360px;
}

.inputs-section .search-form {
	width: 100%;
	max-width: 360px;
}

.check-list.inline,
.radio-list.inline {
	color: #4d4f4f;
}

.check-list.inline li,
.radio-list.inline li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px 10px 0;
	white-space: nowrap;
}

.check-list.inline li .jcf-checkbox,
.check-list.inline li .jcf-radio,
.radio-list.inline li .jcf-checkbox,
.radio-list.inline li .jcf-radio {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.check-list.inline li label,
.radio-list.inline li label {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

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

.switcher-list li {
	min-width: 80px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px;
}

.switcher {
	margin-bottom: 30px;
}

.switcher .jcf-checkbox {
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 30px;
	border-radius: 15px;
	background: #4d4f4f;
	-webkit-transition: background .2s linear, border .2s linear;
	transition: background .2s linear, border .2s linear;
}

.switcher .jcf-checkbox span {
	top: 50%;
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	color: #4d4f4f;
	left: 2px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	line-height: 26px;
}

.switcher .jcf-checkbox span:before {
	visibility: hidden;
}

.switcher .jcf-checkbox.jcf-checked span,
.switcher.alt .jcf-checkbox.jcf-checked span {
	left: calc(56px - 29px);
}

.switcher .jcf-checkbox.jcf-checked span:before,
.switcher.alt .jcf-checkbox.jcf-checked span:before {
	visibility: visible;
}

.switcher.large .jcf-checkbox {
	background: #f5740a;
	width: 80px;
	height: 42px;
	border-radius: 20px;
}

.switcher.large .jcf-checkbox.jcf-checked span {
	left: calc(80px - 39px);
	color: #f5740a;
}

.switcher.large .jcf-checkbox span {
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.nav-webapp {
	text-align: left;
	text-transform: uppercase;
	margin: 0 -10px 10px;
}

.nav-webapp li {
	float: left;
	padding: 0;
	margin: 0 10px 10px;
}

.nav-webapp a {
	display: block;
}

.sizes-list {
	color: #4d4f4f;
	font-size: 20px;
}

.sizes-list li {
	margin-bottom: 39px;
}

.sizes-list li:last-child {
	margin-bottom: 0;
}

.sizes-list dl {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.sizes-list dt {
	width: 71px;
	float: none;
	margin: 0;
	line-height: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: normal;
}

.sizes-list dd {
	float: none;
	overflow: visible;
	margin: 0;
	font-weight: normal;
}

.sizes-list h1,
.sizes-list .shopping-hold h2,
.shopping-hold .sizes-list h2,
.sizes-list .system-page .holder h2,
.system-page .holder .sizes-list h2,
.sizes-list h2,
.sizes-list h3,
.sizes-list h4 {
	line-height: 1;
	margin: 0;
}

.sizes-list p:last-child {
	margin-bottom: 0;
}

.anchor-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -11px 14px;
}

.anchor-nav li {
	padding: 0 11px 11px;
	font-size: 15px;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #f5740a;
}

.breadcrumbs li {
	position: relative;
	font-size: 18px;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li:last-child:before {
	color: inherit;
}

.breadcrumbs li:before {
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	padding: 0 13px 0 10px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Regular", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	color: #4d4f4f;
	font-weight: 900;
}

.breadcrumbs a {
	color: #4d4f4f;
}

.table-holder {
	overflow: auto;
}

.table-holder table {
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.33;
	width: 100%;
	min-width: 500px;
	color: #4d4f4f;
}

.table-holder table thead th {
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px;
	color: #4d4f4f;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background: #f5f5f5;
}

.table-holder table tbody tr:first-child td {
	padding-top: 28px;
}

.table-holder table tbody tr:last-child td {
	padding-bottom: 28px;
}

.table-holder table tbody td {
	padding: 12px 18px;
	vertical-align: top;
}

.table-holder table tbody td:first-child {
	font-weight: 700;
}

.label {
	color: #fff;
	background: #f5740a;
	display: inline-block;
	vertical-align: top;
	padding: 9px 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.label.secondary {
	background: #4d4f4f;
}

.label.success {
	background: #9eca33;
}

.label.alert {
	background: #ba1a1a;
}

.label.warning {
	background: #f5a906;
}

.callout {
	margin: 0 0 51px;
	padding: 27px 35px;
	position: relative;
	border: 1px solid #dcdcdc;
	color: #4d4f4f;
	max-width: 848px;
}

.callout h3 {
	padding-right: 30px;
}

.callout.secondary {
	border-color: #f5f5f5;
	background: #f5f5f5;
}

.callout.success {
	border-color: #ddedb8;
	background: #ddedb8;
}

.callout.warning {
	border-color: #fce1a8;
	background: #fce1a8;
}

.callout.alert {
	border-color: #e7afaf;
	background: #e7afaf;
}

.callout .close {
	position: absolute;
	top: 1px;
	right: 7px;
}

.callout p {
	margin-bottom: .5em;
}

iframe {
	width: 100%;
}

figure {
	display: inline-block;
	margin: 0 0 20px;
	position: relative;
	font-weight: 700;
}

figure:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

figure img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 28px;
	z-index: 1;
}

figure .h3,
figure .portfolio-nav li,
.portfolio-nav figure li {
	text-transform: none;
	margin-bottom: 0;
}

figure .position {
	font-size: 14px;
	text-transform: uppercase;
}

.no-click-link {
	pointer-events: none;
}

.elements-app #main {
	padding-top: 0;
}

.grey-images .visual,
.grey-images .counter-section,
.grey-images .visual .slide,
.grey-images .info-wrap,
.grey-images .bg-fixed {
	background: #999 !important;
}

@media (min-width: 1024px) {
	body:before,
	body:after {
		content: "";
		position: fixed;
		top: 0;
		bottom: 0;
		width: 0;
		background: #f1f1f1;
		-webkit-transition: width .3s;
		transition: width .3s;
	}

	body:before {
		left: 0;
	}

	body:after {
		right: 0;
	}

	body.active-zoom:before,
	body.active-zoom:after {
		width: 25%;
		z-index: 0;
	}

	body.active-zoom #wrapper {
		z-index: 1;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		box-shadow: 0 0 15px rgba(0, 0, 0, .23);
	}

	body.active-zoom .drag-drop-nav {
		-webkit-transform-origin: right;
		-ms-transform-origin: right;
		transform-origin: right;
		-webkit-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}

	body.active-zoom .edit-drop-nav {
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}

	body.active-zoom .openEditPopup {
		display: none;
	}

	.zoom-out-button {
		font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-size: 12px;
		line-height: 14px;
		position: fixed;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #000;
		z-index: 9999;
		border-radius: 0 0 5px 5px;
		background: #fff;
		border: solid #efece6;
		border-width: 0 1px 1px 1px;
		padding: 6px 33px;
		-webkit-transition: background .3s, color .3s;
		transition: background .3s, color .3s;
	}

	.zoom-out-button:hover {
		color: #fff;
		background: #e8a900;
	}

	.zoom-out-button:before,
	.zoom-out-button:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Regular", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro" !important;
		font-style: normal !important;
		font-variant: normal !important;
		font-weight: 900 !important;
		font-size: inherit !important;
		line-height: 1 !important;
	}

	.zoom-out-button:before {
		content: "\f010";
		left: 14px;
	}

	.zoom-out-button:after {
		content: "\f106";
		right: 12px;
	}

	.zoom-out-button .exit-text {
		display: none;
	}

	.active-zoom .zoom-out-button {
		color: #fff;
		background: #e8a900;
	}

	.active-zoom .zoom-out-button:before {
		content: "\f00e";
	}

	.active-zoom .zoom-out-button:after {
		content: "\f00d";
	}

	.active-zoom .zoom-out-button .exit-text {
		display: inline;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1025px) {
	.scroll .nav-slide .drop-down {
		padding-top: 25px;
	}

	.scroll .nav-slide .drop-down .drop-down {
		padding-top: 0;
	}
}

@media (max-width: 1799px) {
	.header-frame .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-frame .cart {
		font-size: 18px;
		line-height: 20px;
	}

	.side {
		width: auto;
	}

	.logo {
		margin-top: 0;
		min-width: 0;
		padding: 0 10px 0 0;
	}

	.nav-slide {
		max-width: 1000px;
	}

	.nav-slide > ul > li {
		font-size: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 1299px) {
	.social-networks {
		margin: 0 -5px;
	}

	.social-networks li {
		padding: 0 5px 10px;
	}

	.team-section .title {
		margin-bottom: 10px;
	}

	.team-section.detail .position {
		margin-bottom: 10px;
	}

	.team-section.detail .info-list li {
		margin-bottom: 10px;
	}

	.info-section {
		margin-bottom: 50px;
	}

	.icons-panel {
		margin-bottom: 50px;
	}

	.team-gallery .mask {
		padding: 0 40px;
	}

	.team-gallery .bx-prev {
		left: 0;
	}

	.team-gallery .bx-next {
		right: 0;
	}

	.info-panel {
		margin-bottom: 50px;
	}

	.header-frame .cart i {
		font-size: 20px;
	}

	.header-search {
		font-size: 20px;
		padding-top: 0;
	}

	.header-search .search-opener {
		height: 21px;
	}

	#nav,
	.nav-wrap {
		padding: 0 10px;
	}

	.nav-slide > ul {
		margin: 0;
	}

	.nav-slide > ul > li {
		margin: 0 5px;
	}

	.visual h1,
	.visual .shopping-hold h2,
	.shopping-hold .visual h2,
	.visual .system-page .holder h2,
	.system-page .holder .visual h2 {
		font-size: 60px;
		margin-bottom: 30px;
	}

	.visual-slider .typing-block {
		margin-bottom: 80px;
	}

	.visual-slider .typing-block div {
		font-size: 35px;
	}

	.info-wrap .holder {
		padding: 30px 20px;
	}

	[id="footer"] h2 {
		font-size: 30px;
	}

	.portfolio-section {
		padding-bottom: 50px;
	}

	.service-section {
		margin: 0 -15px;
	}

	.testimonials-gallery:before,
	.testimonials-gallery:after,
	.text-slider:before,
	.text-slider:after {
		font-size: 400px;
	}

	.testimonials-gallery blockquote,
	.text-slider blockquote {
		font-size: 30px;
		padding-bottom: 20px;
	}

	.panel,
	.builderItem .panel {
		padding: 50px 0;
	}

	.panel .h1,
	.builderItem .panel .h1 {
		font-size: 38px;
	}

	.post {
		margin-bottom: 30px;
	}

	.blog-detail .post {
		margin-bottom: 30px;
	}

	.panel-info {
		margin-bottom: 10px;
	}

	.time-line .post {
		padding-left: 30px;
		margin-bottom: 30px;
	}

	.time-line .post:before {
		left: 9px;
	}

	.time-line .post:after {
		left: 1px;
	}

	.time-line .date {
		display: block;
		clear: both;
		margin-bottom: 10px;
		position: relative;
	}

	.slide-gallery .btn-prev {
		left: 10px;
	}

	.slide-gallery .btn-next {
		right: 10px;
	}

	.shopping-table th {
		padding: 11px 15px 12px;
	}

	.checkout-form .shopping-table td:first-child {
		padding-left: 15px;
	}

	.checkout-form .shopping-table .text {
		padding-left: 10px;
	}

	.product-form .productAttributes {
		margin-right: 15px;
	}

	.side-nav.account-nav li {
		padding-left: 60px;
	}

	.side-nav.account-nav .fa,
	.side-nav.account-nav i {
		left: 20px;
	}

	.account-table th {
		padding: 11px 15px 12px;
	}

	.coming #main {
		padding-top: 50px;
	}

	.coming .logo {
		margin-bottom: 100px;
	}
}

@media (max-width: 1024px) {
	.demo-version .visual .container:after {
		min-height: 600px;
	}
}

@media (max-width: 1023px) {
	.jcf-select .jcf-select-text {
		line-height: 50px;
		margin-left: 10px;
	}

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

	.jcf-list .jcf-list-content ul {
		font-size: 13px;
	}

	.fancybox-slide > * {
		padding: 44px 20px;
	}

	.row-holder,
	.productSmall {
		margin-left: -7px;
		margin-right: -7px;
	}

	.col-1 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-2 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-3,
	.productSmall li {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-4,
	.puzzle-gallery .img-block {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-5 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-6 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-7 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-8 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-9 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-10 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-11 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-12 {
		padding-left: 7px;
		padding-right: 7px;
	}

	h1,
	.shopping-hold h2,
	.system-page .holder h2,
	.h1 {
		font-size: 35px;
	}

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

	h3,
	.h3,
	.portfolio-nav li {
		font-size: 22px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	select,
	.jcf-select,
	.textbox {
		height: 50px;
		font-size: 20px;
	}

	.comments-form input[type="text"],
	.comments-form input[type="tel"],
	.comments-form input[type="email"],
	.comments-form input[type="search"],
	.comments-form input[type="password"],
	.comments-form textarea {
		font-size: 20px;
	}

	.comments-form .captcha-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.comments-form .captchaimg img {
		height: 50px;
		width: auto !important;
	}

	.comments-form .captcha-row [class^="col-"] {
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}

	.register-form {
		font-size: 18px;
	}

	.contact-form textarea {
		height: 120px;
		min-height: 120px;
	}

	.login-form {
		font-size: 18px;
	}

	.alignleft {
		float: none;
		margin: 0 auto 15px;
	}

	.alignright {
		float: none;
		margin: 0 0 15px;
	}

	blockquote {
		padding: 0 0 15px 60px;
	}

	hr {
		margin: 5px 0 10px;
	}

	.button,
	input[type="submit"],
	input[type="button"],
	button:not([class^="fancybox"]):not(.search-button) {
		font-size: 28px;
		padding: 12px 30px;
		min-width: 0;
	}

	.back-to-top {
		bottom: 10px;
	}

	.scroll .back-to-top {
		right: 10px;
	}

	.tabset a {
		padding: 10px 5px;
	}

	.tab-content {
		margin-bottom: 20px;
		padding: 20px;
	}

	.social-networks {
		margin: 0 -6px;
	}

	.social-networks li {
		padding: 0 6px;
	}

	.social-networks a:before,
	.social-networks a .icon {
		font-size: 30px;
	}

	.progress-bar {
		padding-top: 5px;
	}

	.progress-bar li {
		margin-bottom: 30px;
	}

	.progress-bar li:last-child {
		margin-bottom: 20px;
	}

	.progress-bar .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.progress-bar .value {
		width: 30px;
		height: 30px;
		font-size: 11px;
		top: -37px;
	}

	.team-section.section {
		padding-bottom: 0;
	}

	.team-section .block {
		width: 50%;
		padding-bottom: 30px;
	}

	.team-section .img-block {
		margin-bottom: 15px;
	}

	.team-section .block.col-4 .title,
	.team-section .puzzle-gallery .block.img-block .title,
	.puzzle-gallery .team-section .block.img-block .title {
		margin-bottom: 20px;
	}

	.team-section .block.col-4 .text p,
	.team-section .puzzle-gallery .block.img-block .text p,
	.puzzle-gallery .team-section .block.img-block .text p {
		margin-bottom: 20px;
	}

	.icons-panel {
		margin-bottom: 30px;
	}

	.icons-panel .holder {
		display: block;
		text-align: center;
	}

	.icons-panel .icon-block {
		margin: 0 auto 10px;
	}

	.info-panel {
		margin-bottom: 30px;
	}

	.accordion .opener {
		font-size: 20px;
	}

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

	.portfolio-nav li {
		padding: 0 10px 10px;
	}

	.portfolio-gallery .hover-description {
		font-size: 16px;
	}

	.portfolio-gallery .title {
		font-size: 18px;
	}

	body.nav-active {
		overflow: hidden;
	}

	.home-page [id="header"] {
		position: absolute;
	}

	.login-nav {
		margin: 0;
	}

	.sticky-header .login-nav {
		padding: 0;
		top: 0;
	}

	.login-nav ul li {
		font-size: 16px;
	}

	.header-frame {
		padding-top: 30px;
	}

	.sticky-header .header-frame,
	.sticky-header.home-page .header-frame {
		padding: 10px 0;
		position: static;
		-webkit-animation: none;
		animation: none;
	}

	.header-search-form .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav-slide {
		width: 250px;
		position: fixed;
		top: 0;
		right: -260px;
		height: 100%;
		overflow: auto;
		-webkit-transition: right .2s linear;
		transition: right .2s linear;
		border-left: 1px solid #4d4f4f;
		background: #fff;
		z-index: 100;
	}

	.nav-active .nav-slide {
		right: 0;
	}

	.nav-slide > ul {
		text-align: center;
		padding: 40px 0 0;
		margin: 0;
		display: block;
	}

	.nav-slide > ul > li {
		display: block;
		font-size: 18px;
		margin: 0 0 15px;
	}

	.nav-slide > ul > li:nth-last-child(-n+2) .drop-down {
		text-align: center;
	}

	.nav-slide > ul > li:nth-last-child(-n+2) .drop-down .has-drop-down-a:before {
		content: "\e900";
		right: 0;
		left: auto;
	}

	.nav-slide > ul > li:nth-last-child(-n+2) .drop-down a {
		padding: 0 20px;
	}

	.nav-slide > ul li.hover > .drop-down {
		display: block;
	}

	.nav-slide .drop-down {
		position: static;
		visibility: visible;
		opacity: 1;
		display: none;
		text-align: center;
		padding: 0;
	}

	.nav-slide .drop-down .drop-down {
		padding: 5px 0 0 0;
		margin: 0;
	}

	.nav-slide .drop-down ul {
		padding: 0;
		width: 100%;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		background: none;
		box-shadow: none;
		font-size: 18px;
	}

	.nav-slide .drop-down li {
		padding: 0 10px;
		margin-bottom: 5px;
	}

	.nav-slide .drop-down a {
		padding: 0 20px;
		display: block;
	}

	.nav-opener {
		display: block;
		float: right;
		margin: 0 0 0 10px;
	}

	body {
		font-size: 22px;
	}

	.nav-active #wrapper:after {
		display: block;
		opacity: 1;
		z-index: 70;
		visibility: visible;
	}

	.visual-wrap {
		margin-bottom: 30px;
	}

	.visual-wrap:first-child {
		margin-top: -44px;
	}

	.head-block {
		padding-bottom: 20px;
	}

	.head-block h1,
	.head-block .shopping-hold h2,
	.shopping-hold .head-block h2,
	.head-block .system-page .holder h2,
	.system-page .holder .head-block h2 {
		margin-bottom: 15px;
	}

	.section {
		padding: 30px 0;
	}

	.visual {
		margin-bottom: 30px;
	}

	.visual .text-block {
		padding: 100px 0;
	}

	.visual h1,
	.visual .shopping-hold h2,
	.shopping-hold .visual h2,
	.visual .system-page .holder h2,
	.system-page .holder .visual h2 {
		font-size: 40px;
	}

	.visual .logotype {
		margin-bottom: 30px;
	}

	.visual .scroll-btn {
		bottom: 20px;
		font-size: 16px;
	}

	.visual .scroll-btn .icon {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.visual-slider .typing-block {
		margin-bottom: 40px;
	}

	.visual-slider .typing-block div {
		font-size: 25px;
	}

	.home-page .info-wrap {
		padding: 50px 0 60px;
	}

	.info-wrap .head-block {
		font-size: 25px;
	}

	.search-result {
		padding-bottom: 0;
	}

	.search-result:first-of-type {
		padding-top: 0;
	}

	.search-result:last-child {
		padding-bottom: 0;
	}

	[id="sidebar"] {
		font-size: 20px;
	}

	.side-nav ul {
		margin-bottom: 30px;
	}

	.side-nav ul li {
		padding: 10px;
	}

	.side-block {
		padding: 30px 20px;
		margin-bottom: 30px;
	}

	.side-block.add {
		padding: 30px 20px;
	}

	.widget {
		padding-bottom: 10px;
	}

	.widget h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.widget ul {
		font-size: 20px;
	}

	.widget ul li {
		margin-bottom: 5px;
	}

	.BlogTagCloud a {
		font-size: 20px;
	}

	[id="footer"] {
		font-size: 18px;
		padding: 40px 0 20px;
	}

	[id="footer"] [class^="col-"] {
		left: auto;
		right: auto;
		width: 33.33%;
	}

	[id="footer"] .logotype {
		padding: 0 0 10px;
	}

	[id="footer"] .social-networks {
		padding: 0;
	}

	[id="footer"] h2 {
		font-size: 27px;
		margin-bottom: 20px;
	}

	[id="footer"] address .address,
	[id="footer"] address .phone,
	[id="footer"] address .email {
		padding-left: 28px;
	}

	[id="footer"] .icon-map-marker {
		top: 5px;
		font-size: 25px;
	}

	[id="footer"] .icon-envelope {
		font-size: 16px;
	}

	.video-box {
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}

	.icons-section .holder {
		padding-bottom: 30px;
	}

	.icons-section .circle {
		margin-bottom: 20px;
	}

	.icons-section .h4 {
		margin-bottom: 10px;
	}

	.portfolio-section {
		padding-bottom: 30px;
	}

	.counter-section {
		padding: 30px 0;
		font-size: 20px;
	}

	.service-section .service-container {
		height: 260px;
	}

	.service-section .front-part,
	.service-section .back-part {
		height: 260px;
	}

	.service-section h3 {
		font-size: 20px;
	}

	.service-section .back-title {
		padding-bottom: 10px;
		margin-bottom: 5px;
	}

	.testimonials-gallery:before,
	.testimonials-gallery:after,
	.text-slider:before,
	.text-slider:after {
		font-size: 250px;
	}

	.testimonials-gallery q,
	.text-slider q {
		margin-bottom: 20px;
	}

	.testimonials-gallery .bx-pager .bx-pager-item,
	.text-slider .bx-pager .bx-pager-item {
		padding: 1px 5px;
	}

	.testimonials-gallery .bx-pager a,
	.text-slider .bx-pager a {
		height: 10px;
		width: 10px;
	}

	.panel,
	.builderItem .panel {
		padding: 40px 0;
	}

	.panel .button,
	.builderItem .panel .button {
		margin-left: 20px;
	}

	.panel .h1,
	.builderItem .panel .h1 {
		font-size: 35px;
	}

	.post {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.post .img-block {
		margin-right: 15px;
		max-width: 40%;
	}

	.post .info-list {
		margin: 0 -4px 5px;
	}

	.post .info-list li {
		padding: 0 4px;
		font-size: 14px;
	}

	.post .info-list .icon {
		margin-right: 5px;
		font-size: 18px;
		line-height: 26px;
	}

	.post .info-list .icon-calendar {
		font-size: 15px;
	}

	.post .info-list .icon-commenting {
		font-size: 19px;
	}

	.post p {
		margin-bottom: 10px;
	}

	.blog-detail h1,
	.blog-detail .shopping-hold h2,
	.shopping-hold .blog-detail h2,
	.blog-detail .system-page .holder h2,
	.system-page .holder .blog-detail h2 {
		margin-bottom: 5px;
	}

	.blog-detail .info-list {
		margin-bottom: 10px;
	}

	.comment-section {
		padding-bottom: 0;
	}

	.events-list .row-holder,
	.events-list .productSmall,
	.events-list .event {
		margin-bottom: 20px;
	}

	.events-list .info-block {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin-bottom: 0;
	}

	.events-list .img-block {
		width: 100%;
	}

	.events-list .date {
		width: 130px;
		padding-top: 29px;
		margin-right: 15px;
	}

	.events-list .date:before,
	.events-list .date:after {
		width: 10px;
		height: 10px;
	}

	.events-list .date:after {
		margin-left: 15px;
	}

	.events-list .date span {
		font-size: 30px;
	}

	.events-detail .content img {
		margin-bottom: 20px;
	}

	.events-detail .information-block {
		padding: 30px;
	}

	.events-detail .map {
		width: 100% !important;
	}

	.booking h2 {
		margin-bottom: 30px;
	}

	.carouselImagesGalery .bx-pager .bx-pager-item {
		padding: 0 5px;
	}

	.carouselImagesGalery .bx-pager a {
		height: 10px;
		width: 10px;
	}

	.puzzle-gallery .img-block {
		padding-bottom: 15px;
	}

	.detail-info .block-center {
		padding: 0;
	}

	.detail-info section {
		margin-bottom: 0;
	}

	.detail-list {
		font-size: 20px;
	}

	.detail-list dd {
		padding-left: 15px;
	}

	.webapp-list {
		font-size: 18px;
	}

	.webapp-list [class^="col-"] {
		margin-bottom: 15px;
	}

	.webapp-list .text-block {
		padding: 0 10px 15px;
	}

	.webapp-list .button-holder {
		padding: 0;
	}

	.webapp-section section {
		margin-bottom: 30px;
	}

	.webapp-category {
		font-size: 22px;
	}

	.webapp-paging {
		font-size: 20px;
	}

	.steps {
		margin: 0 -5px;
		padding: 20px 0;
	}

	.steps li {
		font-size: 20px;
	}

	.steps li {
		padding: 0 5px;
		line-height: 1;
	}

	.steps .holder:before,
	.steps .holder:after {
		top: 35px;
	}

	.steps .icon,
	.steps .fa,
	.steps i {
		width: 70px;
		height: 70px;
		font-size: 20px;
	}

	.steps .icon-card {
		font-size: 17px;
	}

	.shopping-table {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 1.2;
	}

	.shopping-table td {
		padding: 15px;
	}

	.shopping-table .image-block {
		margin-right: 20px;
	}

	.shopping-hold h2 {
		margin-bottom: 10px;
	}

	.shopping-hold .button-holder .button {
		padding-left: 30px;
		padding-right: 30px;
	}

	.summary-table {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.summary-table td {
		padding: 5px 10px;
	}

	.summary-table td:last-child {
		font-size: 18px;
		line-height: 20px;
	}

	.summary-table .form-hold {
		padding: 0 0 5px;
	}

	.summary-table .form-code-area {
		margin: 0;
	}

	.summary-table .form-code-area input[type=text],
	.summary-table .form-code-area input#DiscountCode,
	.summary-table .form-code-area input#GiftVoucher {
		width: 110px;
	}

	.checkout-form fieldset {
		margin-bottom: 20px;
	}

	.checkout-form .shopping-table td:first-child {
		width: 40%;
	}

	.checkout-form .shopping-table .product-holder {
		display: block;
	}

	.checkout-form .shopping-table .image-block {
		width: auto;
		max-width: none;
		margin-bottom: 10px;
	}

	.checkout-form .shopping-table .text {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	.filter-holder {
		padding-bottom: 20px;
	}

	.filter-holder .title {
		margin-bottom: 30px;
	}

	.filter-holder .form .select-holder,
	.filter-holder .form .input-holder {
		margin-right: 14px;
		width: 140px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.productSmall li {
		margin-bottom: 30px;
	}

	.productSmall .price .old {
		font-size: 14px;
	}

	.productSmall .price span:not([class]) {
		font-size: 18px;
	}

	.product-slider .slide {
		padding: 50px 0;
	}

	.productLarge section:not(.review-section) {
		margin-bottom: 50px;
	}

	.productLarge .heading .h3,
	.productLarge .heading .portfolio-nav li,
	.portfolio-nav .productLarge .heading li {
		margin-bottom: 5px;
	}

	.product-form .productAttributes {
		width: 248px;
		font-size: 15px;
	}

	.product-form .button-holder .button {
		padding-left: 30px;
		padding-right: 30px;
	}

	.system-page .invoice-text {
		margin: 10px 0;
	}

	.side-nav.account-nav li {
		padding-left: 40px;
		font-size: 20px;
	}

	.side-nav.account-nav .fa,
	.side-nav.account-nav i {
		left: 10px;
		font-size: 24px;
	}

	.account-holder {
		font-size: 18px;
	}

	.account-holder h3 {
		margin-bottom: 20px;
	}

	.account-table {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.account-table td {
		padding: 10px;
	}

	.invoice {
		font-size: 15px;
	}

	.invoice .border td {
		padding: 10px;
	}

	.invoice .productitemcell {
		margin-top: 10px;
	}

	.invoice .textb {
		width: 40%;
	}

	#js-messages {
		padding: 20px 20px;
		margin-top: -15px;
	}

	.map-holder {
		height: 350px;
	}

	.big-letter {
		font-size: 150px;
		padding: 0 0 20px;
	}

	.coming .logo {
		margin-bottom: 50px;
	}

	.coming-holder {
		padding-bottom: 50px;
	}

	.coming-holder .icon {
		font-size: 38px;
	}

	.drag-drop-nav,
	.edit-drop-nav {
		display: none !important;
	}

	.zoom-out-button {
		display: none;
	}

	.elements-tabset {
		font-size: 16px;
	}

	.code-open-close {
		font-size: 20px;
	}

	.code-open-close h2 {
		margin-bottom: 20px;
	}

	.switcher {
		margin-bottom: 20px;
	}

	.table-holder table thead th {
		padding: 5px 10px;
	}

	.table-holder table tbody tr:first-child td {
		padding-top: 20px;
	}

	.table-holder table tbody tr:last-child td {
		padding-bottom: 20px;
	}

	.table-holder table tbody td {
		padding: 5px 10px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.jcf-list .jcf-list-content ul {
		font-size: 18px;
	}

	.row-holder,
	.productSmall {
		margin-left: -5px;
		margin-right: -5px;
	}

	.col-1 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-2 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-3,
	.productSmall li {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-4,
	.puzzle-gallery .img-block {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-5 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-6 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-7 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-8 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-9 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-10 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-11 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-12 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	h1,
	.shopping-hold h2,
	.system-page .holder h2,
	.h1 {
		font-size: 27px;
	}

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

	h3,
	.h3,
	.portfolio-nav li {
		font-size: 20px;
	}

	.req {
		padding-bottom: 10px;
	}

	ul:not([class]) {
		font-size: 19px;
	}

	.mobile-center-mobile {
		text-align: center;
	}

	blockquote {
		padding-left: 30px;
	}

	.button,
	input[type="submit"],
	input[type="button"],
	button:not([class^="fancybox"]):not(.search-button) {
		font-size: 22px;
	}

	.back-to-top {
		width: 40px;
		height: 40px;
	}

	.back-to-top i {
		padding: 0 13px;
		line-height: 40px;
		font-size: 20px;
	}

	.tabset a {
		font-size: 14px;
	}

	.tab-content {
		margin-bottom: 10px;
	}

	.team-section .block {
		padding-bottom: 0;
	}

	.team-section .name {
		font-size: 18px;
	}

	.team-section .block.col-4 .title,
	.team-section .puzzle-gallery .block.img-block .title,
	.puzzle-gallery .team-section .block.img-block .title {
		margin-bottom: 10px;
	}

	.team-section .block.col-4 .text p,
	.team-section .puzzle-gallery .block.img-block .text p,
	.puzzle-gallery .team-section .block.img-block .text p {
		margin-bottom: 10px;
	}

	.team-section.detail .name {
		margin-bottom: 0;
	}

	.team-section.detail .info-list li {
		margin-bottom: 0;
	}

	.icons-panel {
		margin-bottom: 10px;
	}

	.info-panel {
		margin-bottom: 0;
	}

	.accordion .opener {
		padding: 10px 35px;
		font-size: 18px;
	}

	.accordion .opener:before,
	.accordion .opener:after {
		left: 10px;
	}

	.pagination.system_pagination,
	.pagination {
		font-size: 18px;
	}

	.pagination.system_pagination span,
	.pagination span {
		margin: 0 2px;
	}

	.pagination.system_pagination a,
	.pagination a {
		margin: 0 2px;
	}

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

	.portfolio-nav li {
		padding: 0 5px 10px;
		font-size: 18px;
	}

	[id="header"] {
		position: relative;
		margin-bottom: 20px;
	}

	.login-nav {
		padding-top: 5px;
	}

	.header-frame {
		padding: 20px 0 10px;
	}

	.sticky-header .header-frame,
	.sticky-header.home-page .header-frame {
		position: static;
		padding: 20px 0 10px;
	}

	body {
		font-size: 19px;
	}

	#main {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.visual-wrap:first-child {
		margin-top: -20px;
	}

	.head-block {
		padding-bottom: 10px;
	}

	.head-block h1,
	.head-block .shopping-hold h2,
	.shopping-hold .head-block h2,
	.head-block .system-page .holder h2,
	.system-page .holder .head-block h2 {
		margin-bottom: 10px;
	}

	.section {
		padding: 20px 0 0;
	}

	.visual-block:first-of-type {
		margin-top: 0;
	}

	.visual {
		margin-bottom: 20px;
	}

	.demo-version .visual .container:after {
		min-height: 200px;
	}

	.visual h1,
	.visual .shopping-hold h2,
	.shopping-hold .visual h2,
	.visual .system-page .holder h2,
	.system-page .holder .visual h2 {
		font-size: 30px;
	}

	.visual .logotype {
		margin-bottom: 20px;
	}

	.visual-slider .typing-block {
		margin-bottom: 20px;
	}

	.visual-slider .typing-block div {
		font-size: 20px;
	}

	.visual-slider .btn-prev,
	.visual-slider .btn-next {
		display: none;
	}

	.page-nav {
		font-size: 18px;
	}

	[id="sidebar"] {
		margin-top: 20px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.left-sidebar [id="sidebar"] {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.side-nav ul {
		margin-bottom: 20px;
	}

	.side-block {
		margin-bottom: 20px;
	}

	[id="footer"] [class^="col-"] {
		width: 100%;
	}

	[id="footer"] .logotype {
		text-align: center;
	}

	[id="footer"] h2 {
		margin-bottom: 10px;
	}

	.icons-section .holder {
		padding-bottom: 0;
	}

	.icons-section .holder:last-child {
		margin-bottom: 0;
	}

	.service-section .service-container {
		width: 50%;
	}

	.testimonials-gallery blockquote,
	.text-slider blockquote {
		font-size: 20px;
	}

	.testimonials-gallery q,
	.text-slider q {
		margin-bottom: 10px;
	}

	.testimonials-gallery cite,
	.text-slider cite {
		font-size: 22px;
	}

	.panel,
	.builderItem .panel {
		padding: 40px 0;
	}

	.panel .text,
	.builderItem .panel .text {
		display: block;
		text-align: center;
	}

	.panel .h1,
	.builderItem .panel .h1 {
		margin-bottom: 20px;
	}

	.post .img-block {
		margin: 0 0 10px;
		float: none;
		text-align: center;
		max-width: 100%;
	}

	.post .info-list {
		margin: 0 0 5px;
	}

	.post .info-list li {
		display: block;
		padding: 0;
	}

	.time-line .post {
		padding-left: 24px;
	}

	.events-list .date {
		width: 120px;
	}

	.events-list .date:before {
		margin-left: -15px;
	}

	.events-list .time {
		margin-bottom: 0;
	}

	.events-detail .information-block {
		padding: 20px 15px;
		margin-bottom: 20px;
	}

	.events-detail .information-list li {
		margin-bottom: 10px;
	}

	.events-detail .title {
		font-size: 18px;
	}

	.events-detail .icon {
		font-size: 27px;
	}

	.events-detail .icon-clock-o {
		font-size: 32px;
	}

	.events-detail .icon-map-marker {
		font-size: 30px;
	}

	.events-detail .icon-money {
		font-size: 27px;
	}

	.events-detail p {
		margin-bottom: .75em;
	}

	.booking h2 {
		margin-bottom: 20px;
	}

	.thumbnail-gallery {
		margin: 0;
	}

	.puzzle-gallery .img-block {
		padding-bottom: 10px;
		margin-bottom: 0;
		width: 50%;
	}

	.puzzle-gallery .img-block.large {
		width: 100%;
	}

	.detail-list dt {
		width: auto;
		text-align: left;
	}

	.detail-list dd {
		width: auto;
	}

	.webapp-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.webapp-list [class^="col-"] {
		margin-bottom: 10px;
		width: auto;
		max-width: 50%;
	}

	.webapp-section section {
		margin: 0;
	}

	.steps {
		margin: 0 -1px;
		padding: 0 0 20px;
	}

	.steps li {
		padding: 0 1px;
	}

	.steps .icon,
	.steps .fa,
	.steps i {
		display: block;
	}

	.steps .text {
		display: none;
	}

	.shopping-table thead {
		display: none;
	}

	.shopping-table tbody {
		display: block;
		width: 100%;
	}

	.shopping-table tr {
		display: block;
		width: 100%;
	}

	.shopping-table td {
		padding: 10px;
		display: block;
		text-align: left;
		padding-left: 108px;
		border: none;
	}

	.shopping-table td:before {
		content: attr(data-title);
		float: left;
		width: 108px;
		margin-left: -108px;
		position: relative;
		white-space: normal;
		text-align: left;
		padding-left: 10px;
	}

	.system-page .shopping-table td:before {
		padding-left: 0;
	}

	.shopping-table td:first-child {
		width: 100%;
		white-space: nowrap;
	}

	.shopping-table input[type="text"],
	.shopping-table input[type="number"] {
		height: 40px;
		width: 50px;
	}

	.shopping-table .product-holder {
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}

	.shopping-table .image-block {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 10px;
	}

	.shopping-table .text {
		max-width: 100%;
		padding-left: 0;
	}

	.shipping-form .jcf-select {
		margin-bottom: 10px;
	}

	.summary-table {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.summary-table td {
		padding: 10px 5px;
	}

	.summary-table td:last-child {
		font-size: 16px;
		line-height: 18px;
	}

	.summary-table .form-code-area input[type=text],
	.summary-table .form-code-area input#DiscountCode,
	.summary-table .form-code-area input#GiftVoucher {
		width: 80px;
		margin-right: 0;
	}

	.checkout-form [class^="col-"] {
		margin-bottom: 0;
	}

	.checkout-form .note-block {
		padding-bottom: 10px;
	}

	.checkout-form .shopping-table td:first-child {
		width: 100%;
		padding-left: 108px;
	}

	.checkout-form .shopping-table .product-holder {
		display: inline-block;
		vertical-align: top;
	}

	.checkout-form label + label {
		margin-left: 10px;
	}

	.system-page .shopping-table th {
		text-align: left;
	}

	.system-page .shopping-table th:last-child {
		text-align: left;
	}

	.system-page .shopping-table td {
		text-align: right;
		padding-left: 108px;
		padding-bottom: 15px;
	}

	.filter-holder .title {
		margin-bottom: 10px;
	}

	.filter-holder .form form {
		display: block;
	}

	.filter-holder .form .select-holder,
	.filter-holder .form .input-holder {
		width: auto;
		margin: 0 0 10px;
	}

	.two-columns .productSmall li {
		width: 50%;
	}

	.productSmall li {
		width: 50%;
		margin-bottom: 20px;
	}

	.productLarge section:not(.review-section) {
		margin-bottom: 30px;
	}

	.product-form .productAttributes {
		width: 214px;
	}

	.product-form input[type="text"] {
		width: 60px;
	}

	.product-form .catProductAttributeGroup {
		width: 100%;
	}

	.product-form .button-holder .button {
		padding-left: 15px;
		padding-right: 15px;
	}

	.review-section .comment-block {
		font-size: 18px;
	}

	.review-section .comments-form .captchaimg {
		margin-right: 10px;
	}

	.system-page h1,
	.system-page .shopping-hold h2,
	.shopping-hold .system-page h2,
	.system-page .holder h2 {
		margin-bottom: 20px;
	}

	.system-page .holder h2 {
		margin-bottom: 10px;
	}

	.summary-table.thank-you-table {
		display: block;
	}

	.summary-table.thank-you-table tbody,
	.summary-table.thank-you-table tr,
	.summary-table.thank-you-table td {
		display: block;
	}

	.summary-table.thank-you-table td {
		padding: 0 0 11px;
	}

	.summary-table.thank-you-table td:first-child {
		padding: 0 0 11px;
	}

	.summary-table.thank-you-table td:last-child {
		text-align: left;
	}

	.summary-table.thank-you-table strong {
		float: none;
		margin: 0;
		display: block;
		width: auto;
	}

	.account-holder h3 {
		margin-bottom: 10px;
	}

	.account-table {
		display: block;
	}

	.account-table thead {
		display: none;
	}

	.account-table tbody,
	.account-table tr {
		display: block;
	}

	.account-table tbody {
		padding-left: 118px;
	}

	.account-table td {
		display: block;
		padding: 5px 10px;
		padding-left: 118px;
		margin-left: -118px;
	}

	.account-table td:before {
		content: attr(data-title);
		display: inline-block;
		width: 118px;
		margin-left: -118px;
		position: relative;
		white-space: normal;
		text-align: left;
		padding-left: 10px;
	}

	.invoice-holder {
		overflow: auto;
	}

	.invoice {
		width: 600px;
	}

	.invoice .textb {
		margin: 0;
	}

	table.case-details {
		font-size: 14px;
	}

	table.case-details td.var {
		width: 112px;
	}

	#js-messages {
		margin-top: 0;
	}

	.contact-panel .icon-block {
		margin-bottom: 10px;
	}

	.contact-panel .title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.map-holder {
		height: 250px;
	}

	.map-holder .address-block {
		bottom: 10px;
		font-size: 18px;
		width: 200px;
		padding: 10px;
	}

	.coming-holder {
		padding-bottom: 30px;
	}

	.coming-holder .text-first {
		font-size: 50px;
		line-height: 40px;
	}

	.coming-holder .text-second {
		font-size: 80px;
		line-height: 75px;
	}

	.elements-tabset {
		display: block;
		border: none;
	}

	.elements-tabset li {
		text-align: left;
		padding: 8px 0 6px;
	}

	.elements-tabset li:last-child {
		text-align: left;
		padding-top: 8px;
	}

	.code-open-close {
		font-size: 18px;
	}

	.switcher {
		margin-bottom: 10px;
	}

	iframe {
		height: auto;
	}
}

@media (max-width: 479px) {
	.team-section .block {
		width: 100%;
	}

	.portfolio-gallery li {
		width: 50%;
	}

	.portfolio-gallery li.large {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.service-section .service-container {
		width: 100%;
	}

	.panel-info {
		display: block;
	}

	.webapp-list [class^="col-"] {
		max-width: 100%;
	}

	.two-columns .productSmall li {
		width: 100%;
	}

	.productSmall li {
		width: 100%;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes sticky-header {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes sticky-header {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes icon-scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes icon-scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes ellipsis {
	to {
		width: 57px;
	}
}

@-webkit-keyframes ellipsis {
	to {
		width: 57px;
	}
}


.header-frame .logo{
    justify-content:center;
    margin-bottom: 15px;
}

.sticky-header.scroll .nav-slide > ul a{
    color:#1c1d1d;
}

.sticky-header.scroll img.header-logo{
    display:none!important;
}

.sticky-header.scroll img.header-logo-black-text{
    display:block!important;
}

.inner-page img.header-logo{
    display:none!important;
}

.inner-page img.header-logo-black-text{
    display:block!important;
}
.inner-page p{
    font-size:18px;
}
.banner-sub-title{
    font-size:18px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.button-inverse{
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

.justify-content-right{
    justify-content: right;
}
.justify-content-left{
    justify-content: left;
}
.flex-align-item-center{
    align-items:center;
}
.banner_link{
    margin-top:20px;
}

input,
textarea,
button,
select,
p {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

h1.main_logo{
    margin:13.33333px 0;
}

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

p.subtitle{
    letter-spacing: .2em;
    text-transform: uppercase;  
}

h3.collection-switcher__title{
    font-size:35px;    
}

.collection-switcher__title {
    display: inline-block;
    margin-bottom: 0;
}

.collection-switcher__trigger {
    display: block;
    overflow: visible;
    position: relative;
}

.collection-switcher__trigger:after {
    border-bottom: 2px solid currentColor;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    transform: scale(0);
    transform-origin: 0 50%;
    transition: none;
    width: 100%;
}

.collection-switcher__trigger.is-active:after {
    transform: scale(1);
    transition: transform .5s ease;
}


.text-link, a {
    background: transparent;
    color: #1c1d1d;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.section--divider {
    border-top: 1px solid;
    border-top-color: #e8e8e1;

}

.margin-top-20{
    margin-top:20px;
}

.webapp-list .portfolio2ListHolder .holder .text-block{
   background: rgba(0, 0, 0, .4);
   padding:15px;
}
.webapp-list .portfolio2ListHolder .holder .text-block .title{
    margin:0;
}

.footer_title{
    letter-spacing: .2em;
    text-transform: uppercase!important;
    font-size:15px!important;
    margin-bottom:20px!important;
}
.footer-menu{
    margin:0px;
    padding:0px;
}

.footer-menu li{
    list-style:none;
}

.footer-menu li a{
    font-size:15px;
}

.footer__copyright{
    font-size:12px;
    margin-top:30px;
}

#footer form{
    margin-bottom:25px;
}

input.outline{
    border:1px solid;
    border-color: rgb(255,255,255,.12);
    color:#fff;
    background:transparent;
}

input.outline:focus{
    border-color:#fff;
}

.button.outline:hover{
    border-color:#fff!important;
    background:transparent!important;
}

.inner-template-section h2{
    margin-bottom: 40px;
}

.inner-page #main{
    padding-top: 194px;
}

.inner-page #nav ul li a{
    color: #1c1d1d;
}

.inner-banner{
    height:450px;
    overflow:hidden;
    position:relative;
}

.inner-banner .image_wrapper {
    
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    
}

.inner-banner .animate.image_wrapper{
    opacity: 1;
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(.26,.54,.32,1),opacity 1.5s cubic-bezier(.26,.54,.32,1);
}

.inner-banner .animate.image_wrapper img{
    animation: 2.5s cubic-bezier(.26,.54,.32,1) 0s forwards;
    animation-name: var(--animateSectionsBackgroundStyle);
}

.hero_image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}
.inner-banner .image_wrapper:before{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.62) 100%);
}

.visual h2{
    font-size: 80px;
    color: inherit;
    font-weight: 600;
}

.inner-banner-text-wrap{
    position:relative;
    height:100%;
    color:#fff;
}

.image_wrapper:before{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.62) 100%);
        bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.inner-banner-text-wrap:after{
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0) translateZ(0);
    transform-origin: 0 50%;
    transition: transform 0s linear 0s;
    width: 100%;
    z-index: 1;
}

.inner-banner-text-wrap h2{
    color:#fff;
    font-weight: 600;
}

.inner-banner-text-wrap .container{
    display: table;
    height: 100%;
    width: 100%;
}

.inner-banner-text-wrap .inner-banner-text{
    display:table-cell;
    vertical-align: bottom;
    padding:60px 0;
}

form labe{
    letter-spacing: 0.025em;
    line-height: 1.6;
    text-transform: none;
}

label, .label-info {
    display: block;
    margin-bottom: 10px;
}

.listhide {
    display: none;
}

.tablelines {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 13px;
}

.list_aw {
    margin-bottom: 12px;
    background-color: #f9f9f9 !important;
    padding: 10px 15px;
}
.list_aw h2{
    margin-bottom:15px;
}

.list_aw .tablelines {
    padding-top: 5px;
    padding-bottom: 5px;
}

.prod-list-horizontal{
    margin-bottom:60px;
}

.no-margin{
    margin:0px!important;
}
.section-block{
    margin-bottom:35px;
}




@media only screen and (min-width: 769px){
   .inner-banner-text-wrap h2{
        font-size: 80px;
    }
}

@media (max-width: 1024px) {
    .header-frame .logo{
        justify-content: space-around;
    }
    
    .inner-page #main{
        padding-top: 0;
    }
    
    #header{
        margin-bottom:0;
    }
    
    .nav-slide > ul a{
        color:#1c1d1d;
    }
}

