/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*!
 * 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;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
	padding: 0 !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: #fff;
	z-index: 8040;
	text-align: center;
	color: #575757;
	font-size: 18px;
}

.fancybox-close:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 27px;
	display: block;
}

.fancybox-close:hover {
	color: #3388cf;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
	color: #575757;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	background: #fff;
	color: #575757;
	font-size: 18px;
	text-align: center;
	-webkit-transition: color .15s;
	transition: color .15s;
}

.fancybox-nav span:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 27px;
	display: block;
	margin: 1px 0 0 -1px;
}

.fancybox-nav span:hover {
	color: #3388cf;
}

.fancybox-prev span {
	left: 10px;
}

.fancybox-next span {
	right: 10px;
}

.fancybox-next span:before {
	content: "\f054";
	margin: 1px -1px 0 0;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .6);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

ul,
.check-list,
.radio-list,
.edit-content .image-list,
.login-nav ul,
#nav,
#nav ul,
.product-carousel .carousel-paging,
.side-nav ul,
.sidebar-nav,
.footer-nav,
.footer-nav ul,
.footer-frame .service-info,
.social-networks,
.accordion,
.tabset,
.nav-webapp .nav,
.webapp3 .sliderNav,
.nav-web,
.team-block .social,
.team-item-info .listing,
.gallery .thumbnails,
.card-list,
.steps,
.switcher-list,
.sizes-list,
.anchor-nav,
.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.select-holder:after,
.catProdAttributeItem:after,
.check-list li:after,
.radio-list li:after,
.col-1:after,
.col-2:after,
.col-3:after,
.col-4: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,
.container:after,
.banner .info:after,
.visual-banner .heading:after,
.edit-content .image-list:after,
.item .text-block:after,
.productSmall li .text-block:after,
table.productTable td .text-block:after,
.masonry:after,
.masonry-big:after,
.subscribe-form:after,
.side-block .subscribe-form .block:after,
.share-block:after,
.tabset:after,
.post .meta .frame:after,
.comment-block .meta-holder:after,
.product-block .heading:after,
.steps:after,
.step-section .card-list:after,
.article:after,
.check-list.inline:after,
.radio-list.inline: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: #313131;
	background: #fff;
	font: 400 16px/1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

[id="main"] img {
	margin: 0 0 31px;
}

.gm-style img {
	max-width: none;
}

blockquote {
	border-left: 1px solid #a5a5a5;
	padding-left: 20px;
	margin: 0 auto 20px;
	max-width: 696px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	font-style: italic;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

table {
	width: 100%;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul:not([class]) {
	list-style: none;
	margin: 0;
	padding: 9px 0 18px;
}

ul:not([class]) li {
	position: relative;
	padding: 0 0 11px 20px;
}

ul:not([class]) li:before {
	content: "";
	background: #313131;
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
}

[id="main"] ul:not([class]) {
	overflow: hidden;
}

dl {
	margin: 0;
	padding: 0 0 18px;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .25em;
}

dl dd {
	overflow: hidden;
	font-weight: 600;
	margin: 0 0 10px;
}

address {
	font-style: normal;
	padding: 0;
}

address .view-map {
	text-transform: uppercase;
	font-weight: 400;
	color: #313131;
}

address .view-map:hover {
	color: #3388cf;
}

#sidebar address {
	font-size: 16px;
	line-height: 2.125;
}

pre {
	max-width: 100%;
}

.custom-list li {
	padding-left: 43px;
	margin-bottom: 17px;
	position: relative;
}

.custom-list li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.form label,
.webform label {
	font-size: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea,
.textbox {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 12px 20px;
	color: #a5a5a5;
	width: 100%;
	height: 59px;
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 20px;
	outline: none;
	box-shadow: none;
	-webkit-transition: border .2s;
	transition: border .2s;
}

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,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.textbox::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #a5a5a5;
}

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,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
.textbox::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #a5a5a5;
}

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,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder,
.textbox:-moz-placeholder {
	text-transform: uppercase;
	color: #a5a5a5;
}

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,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.textbox:-ms-input-placeholder {
	text-transform: uppercase;
	color: #a5a5a5;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder,
.textbox.placeholder {
	text-transform: uppercase;
	color: #a5a5a5;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus,
.textbox:focus {
	border-color: #313131;
	color: #1e3e88;
	text-transform: none;
}

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
input[type="url"].error,
textarea.error,
.textbox.error {
	color: #ff8989;
	border-color: #ff8989;
}

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,
input[type="url"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
.textbox.error::-webkit-input-placeholder {
	color: #ff8989;
}

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,
input[type="url"].error::-moz-placeholder,
textarea.error::-moz-placeholder,
.textbox.error::-moz-placeholder {
	opacity: 1;
	color: #ff8989;
}

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,
input[type="url"].error:-moz-placeholder,
textarea.error:-moz-placeholder,
.textbox.error:-moz-placeholder {
	color: #ff8989;
}

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,
input[type="url"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
.textbox.error:-ms-input-placeholder {
	color: #ff8989;
}

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,
input[type="url"].error.placeholder,
textarea.error.placeholder,
.textbox.error.placeholder {
	color: #ff8989;
}

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,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.textbox::-webkit-input-placeholder {
	color: #a5a5a5;
}

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,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
.textbox::-moz-placeholder {
	opacity: 1;
	color: #a5a5a5;
}

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,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder,
.textbox:-moz-placeholder {
	color: #a5a5a5;
}

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,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.textbox:-ms-input-placeholder {
	color: #a5a5a5;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder,
.textbox.placeholder {
	color: #a5a5a5;
}

select {
	-webkit-border-radius: 0;
	display: block;
	width: 100%;
	height: 59px;
	border: 1px solid #fff;
	font-size: 24px;
	line-height: 29px;
	padding: 11px 15px 15px;
	margin: 0 0 20px;
	color: #a5a5a5;
	text-transform: uppercase;
}

select .hideme {
	display: none;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 180px;
	min-height: 110px;
}

.white-block input[type="text"],
.white-block input[type="tel"],
.white-block input[type="email"],
.white-block input[type="search"],
.white-block input[type="password"],
.white-block input[type="url"],
.white-block textarea,
.white-block select,
.white-block .textbox,
.color-block input[type="text"],
.color-block input[type="tel"],
.color-block input[type="email"],
.color-block input[type="search"],
.color-block input[type="password"],
.color-block input[type="url"],
.color-block textarea,
.color-block select,
.color-block .textbox {
	background: #fff;
	border-color: #fff;
}

.white-block input[type="text"].error,
.white-block input[type="tel"].error,
.white-block input[type="email"].error,
.white-block input[type="search"].error,
.white-block input[type="password"].error,
.white-block input[type="url"].error,
.white-block textarea.error,
.white-block select.error,
.white-block .textbox.error,
.color-block input[type="text"].error,
.color-block input[type="tel"].error,
.color-block input[type="email"].error,
.color-block input[type="search"].error,
.color-block input[type="password"].error,
.color-block input[type="url"].error,
.color-block textarea.error,
.color-block select.error,
.color-block .textbox.error {
	border-color: #ff8989;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type=checkbox] {
	float: left;
	width: 15px;
	height: 15px;
	margin: 7px 15px 0 0;
	padding: 0;
}

input[type=radio] {
	float: left;
	width: 16px;
	height: 15px;
	margin: 4px 15px 0 0;
	padding: 0;
}

.check-list,
.radio-list {
	padding: 0;
}

.check-list li,
.radio-list li {
	padding: 0 0 19px;
}

.check-list label,
.radio-list label {
	font-size: 20px;
	line-height: 1.4;
}

.radio-list {
	padding-bottom: 0;
}

.radio-list label {
	font-size: 16px;
}

.form.checkout-form {
	margin-bottom: 20px;
}

.form.registration-form,
.form.edit-account-form,
.form.contact-form {
	margin-bottom: 50px;
}

.form.registration-form h1,
.form.edit-account-form h1,
.form.contact-form h1 {
	margin-bottom: 30px;
}

.form.edit-account-form h2 {
	margin-bottom: 20px;
}

.form.edit-account-form p {
	margin-bottom: 42px;
}

.password-holder ~ .captcha-holder {
	padding: 0;
}

.side-form {
	padding: 0 20px;
	font-size: 16px;
}

.side-form h1 {
	margin-bottom: 7px;
	font-size: calc(30px - 2px);
	font-weight: 600;
}

.side-form textarea {
	height: 142px;
	min-height: 142px;
}

.side-form p {
	margin-bottom: 13px;
}

.side-form input[type="text"],
.side-form input[type="email"] {
	height: 43px;
}

.side-form input[type="text"],
.side-form input[type="email"],
.side-form textarea {
	font-size: 16px;
	line-height: 18px;
	padding: 5px 10px;
	margin-bottom: 18px;
}

.side-form .button {
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
}

.signup-form {
	margin: 0 0 10px;
}

.signup-form .row-holder,
.signup-form .post-holder > div {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.signup-form .input-holder {
	margin-right: 38px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.signup-form .input-holder input[type="text"],
.signup-form .input-holder input[type="tel"],
.signup-form .input-holder input[type="email"],
.signup-form .input-holder input[type="search"],
.signup-form .input-holder input[type="password"],
.signup-form .input-holder input[type="url"] {
	margin: 0;
	height: 53px;
}

/* custom checkbox styles */

.jcf-checkbox {
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 0 17px 0 0;
	float: left;
	position: relative;
	width: 30px;
	height: 30px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jcf-checkbox span:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	color: #313131;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	border: 1px solid #dcdcdc;
	background: #fff;
	position: relative;
	border-radius: 50%;
	margin: -8px 17px 9px 0;
	float: left;
	width: 42px;
	height: 42px;
}

.jcf-radio span {
	position: absolute;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background: #f3f1f1;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	background: #313131;
}

/* custom select styles */

.jcf-select {
	border: 1px solid #dcdcdc;
	color: #a5a5a5;
	background: #fff;
	position: relative;
	cursor: default;
	height: 59px;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	display: block;
	width: 100% !important;
	margin: 0 0 20px;
}

.white-block .jcf-select {
	background: #f3f1f1;
	border-color: #f3f1f1;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 14px 65px 12px 20px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	width: 70px;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

.jcf-select .jcf-select-opener:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	color: #a5a5a5;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -2px 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	content: "\f077";
	color: #1e3e88;
}

select.error + .jcf-select {
	color: #ff8989;
	border-color: #ff8989;
}

.jcf-focus {
	border-color: #313131;
	color: #1e3e88;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 100;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* 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%;
	border: 1px solid #dcdcdc;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.jcf-list ul li {
	width: 100%;
	float: left;
	padding: 0;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list ul li.hideme {
	display: none;
}

.jcf-list ul li.item-selected a {
	background: #ddd;
	color: #1e3e88;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	text-decoration: none;
	padding: 9px 18px;
	display: block;
	cursor: default;
	color: #a5a5a5;
	height: 1%;
	-webkit-transition: background .25s;
	transition: background .25s;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: rgba(220, 220, 220, .7);
	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;
}

/* 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: #f3f1f1;
	display: block;
	margin: 5px 0;
	border: 1px solid #dcdcdc;
}

.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: #1e3e88;
	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: #1c4f79;
	width: 35px;
	height: 20px;
	margin: -5px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	width: 20px;
	height: 35px;
	margin: 0;
}

.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;
}

/* common custom form elements styles */

.jcf-disabled span {
	opacity: .2;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.16;
	margin: 0 0 .5em;
	color: #1e3e88;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: #1e3e88;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #3388cf;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}

h1.page-title,
.h1.page-title {
	letter-spacing: .2em;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 42px;
	line-height: 1.16;
	text-transform: uppercase;
	text-align: center;
}

h1.page-title span,
.h1.page-title span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px 20px;
	border-bottom: 2px solid #f3f1f1;
}

.page-heading {
	margin-bottom: 25px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.16;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 300;
	font-size: 42px;
	text-align: center;
}

.page-heading span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px 20px;
	border-bottom: 2px solid #f3f1f1;
}

h2,
.h2 {
	font-size: 25px;
	margin-bottom: 30px;
}

h2.page-title,
.h2.page-title {
	letter-spacing: .2em;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 13px;
	font-weight: 300;
}

h3,
.h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

h4,
.h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}

h5,
.h5 {
	font-size: 16px;
	text-transform: uppercase;
}

h6,
.h6 {
	font-size: 14px;
	text-transform: uppercase;
}

p {
	margin: 0 0 20px;
	line-height: 1.5;
}

a {
	color: #2380cc;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color .15s linear 0s;
	transition: color .15s linear 0s;
}

a:hover,
a:focus {
	color: #3388cf;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

.col-1 {
	width: 8.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-2 {
	width: 16.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-3 {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-4 {
	width: 33.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-5 {
	width: 41.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-6 {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-7 {
	width: 58.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-8 {
	width: 66.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-9 {
	width: 75%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-10 {
	width: 83.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-11 {
	width: 91.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-12 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.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;
}

.row-holder,
.post-holder > div,
.productSmall,
table.productTable tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 -10px;
}

[class^="col-"],
.productSmall li,
table.productTable td {
	padding: 0 10px;
}

.col-6 {
	width: 50%;
}

.col-4,
.productSmall li,
table.productTable td {
	width: 33.3333%;
}

.col-3 {
	width: 25%;
}

.col-two-third {
	width: 66.7%;
}

.col-two-third .white-block blockquote {
	max-width: 600px;
}

.col-one-third {
	width: 33.3%;
}

.col-full-width {
	width: 100%;
}

.container,
.banner .info,
.visual-banner .heading {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

.bg-block {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.color-block {
	background: #f3f1f1;
	background: #1c4f79;
	margin-bottom: 27px;
	padding: 35px 20px;
	color: #fff;
}

.color-block blockquote {
	max-width: 747px;
}

.color-block h1,
.color-block h2,
.color-block h3,
.color-block h4 {
	color: #fff;
}

.center-block {
	max-width: 636px;
	margin: 0 auto;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.button,
.product-block .product-description input[type=submit] {
	display: inline-block;
	vertical-align: top;
	background: #1e3e88;
	border: 1px solid #1e3e88;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1;
	padding: 14px 15px;
	cursor: pointer;
	min-width: 174px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background .25s, border .25s;
	transition: background .25s, border .25s;
}

.btn-small.button,
.product-block .product-description input.btn-small[type=submit] {
	min-width: 127px;
	font-size: 15px;
	padding: 9px 5px 10px;
}

.btn-xsmall.button,
.product-block .product-description input.btn-xsmall[type=submit] {
	min-width: 106px;
	font-size: 13px;
	padding: 7px 10px 8px;
}

.btn-long.button,
.product-block .product-description input[type=submit] {
	min-width: 269px;
	font-size: 18px;
}

.btn-long.btn-large.button,
.product-block .product-description input.btn-large[type=submit] {
	font-size: 30px;
	padding: 24px 25px 25px;
}

.btn-block.button,
.product-block .product-description input.btn-block[type=submit] {
	min-width: 0;
	display: block;
}

.light.button,
.product-block .product-description input.light[type=submit] {
	color: #fff;
	border-color: #eea432;
	background: #eea432;
}

.light.button:hover,
.product-block .product-description input.light:hover[type=submit],
.light.button:focus,
.product-block .product-description input.light:focus[type=submit] {
	color: #fff;
	background: #e08a04;
	border-color: #e08a04;
}

.button:hover,
.product-block .product-description input:hover[type=submit],
.button:focus,
.product-block .product-description input:focus[type=submit] {
	background: #0b1f4d;
	border-color: #0b1f4d;
	color: #fff;
}

.white-block .button,
.color-block .button {
	color: #fff;
	background: #eea432;
	border-color: #eea432;
}

.white-block .button:hover,
.white-block .button:focus,
.color-block .button:hover,
.color-block .button:focus {
	color: #fff;
	background: #e08a04;
	border-color: #e08a04;
}

.btn-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: -1;
	width: 50px;
	height: 50px;
	opacity: 0;
	background: #545454;
	color: #fff;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: opacity .4s, bottom .4s;
	transition: opacity .4s, bottom .4s;
	font-size: 34px;
	line-height: 1;
	outline: none;
}

.btn-top:after {
	content: "\f0d8";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px;
	text-indent: 0;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	font-size: inherit;
	line-height: 1;
}

.scroll .btn-top {
	opacity: .8;
	z-index: 170;
}

.btn-top:hover {
	opacity: 1;
	color: #fff;
}

.btn-top:focus {
	color: #fff;
}

.builderItem {
	position: relative;
}

.builderItem:first-child .moveTop {
	display: none;
}

.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 .fa {
	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;
}

.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 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	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 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	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 {
	position: absolute;
	top: -9999px;
	right: -9999px;
}

.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;
}

#header {
	position: relative;
	z-index: 170;
}

.header-frame {
	background: #fff;
	padding: 27px 0;
	text-align: right;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
}

.header-frame .container,
.header-frame .banner .info,
.banner .header-frame .info,
.header-frame .visual-banner .heading,
.visual-banner .header-frame .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header-frame .container:after,
.header-frame .banner .info:after,
.banner .header-frame .info:after,
.header-frame .visual-banner .heading:after,
.visual-banner .header-frame .heading:after {
	display: none;
}

.header-frame .container .holder,
.header-frame .banner .info .holder,
.banner .header-frame .info .holder,
.header-frame .visual-banner .heading .holder,
.visual-banner .header-frame .heading .holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-frame .container .info,
.header-frame .banner .info .info,
.banner .header-frame .info .info,
.header-frame .visual-banner .heading .info,
.visual-banner .header-frame .heading .info {
	letter-spacing: .05em;
	min-height: 56px;
	font-size: 24px;
	font-weight: 600;
}

.header-frame .container .info a,
.header-frame .banner .info .info a,
.banner .header-frame .info .info a,
.header-frame .visual-banner .heading .info a,
.visual-banner .header-frame .heading .info a {
	color: inherit;
}

.scroll .header-frame #nav .drop {
	padding-top: 18px;
}

.scroll .header-frame #nav .drop .drop {
	padding: 0;
}

.header-holder {
	background: #0b1f4d;
	text-align: right;
	padding: 11px 0;
	font-size: 0;
	line-height: 0;
}

.header-holder .container,
.header-holder .banner .info,
.banner .header-holder .info,
.header-holder .visual-banner .heading,
.visual-banner .header-holder .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-holder #socialNav {
	display: inline-block;
	vertical-align: middle;
}

.header-holder #socialNav a:after {
	font-size: 21px;
}

.header-holder .button {
	font-size: 16px;
	line-height: 1.1;
	padding: 8px 39px;
	margin-left: 36px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.login-nav {
	font-size: 14px;
	line-height: 18px;
	margin: 0 29px 0 0;
}

.login-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
}

.login-nav ul li {
	margin: 0 0 0 4px;
	padding: 0;
}

.login-nav ul li.selected a {
	color: #fff;
}

.login-nav ul li:before {
	content: "/";
	display: inline-block;
	vertical-align: top;
	color: #888;
	margin: 0 4px 0 0;
	position: static;
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
}

.login-nav ul li:first-child:before {
	display: none;
}

.login-nav a {
	color: #888;
}

.login-nav a:hover {
	color: #fff;
}

.logo {
	padding-right: 24px;
	max-width: 30%;
	text-align: left;
}

.logo img {
	max-height: 100px;
}

.nav-holder {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nav-holder .nav-opener {
	display: none;
	outline: none;
}

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-weight: 400;
	margin: 0 -17px;
}

#nav > li {
	position: relative;
	padding: 0 17px;
	text-align: center;
}

#nav > li:before {
	display: none;
}

#nav > li.has-drop-down:after {
	content: "\f107";
	position: absolute;
	left: 50%;
	bottom: -22px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	color: #a5a5a5;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	z-index: 25;
}

#nav > li.hover {
	color: #427dad;
}

#nav > li.hover:after {
	display: block;
}

#nav > li.hover > a {
	color: inherit;
}

#nav > li.hover > .drop {
	display: block;
}

#nav > li.selected > a {
	color: #427dad;
}

#nav > li:first-child {
	margin-left: 0;
}

#nav > li:last-child .drop .drop {
	left: auto;
	right: 100%;
}

#nav > li:last-child .drop .drop ul {
	padding: 0 1px 0 0;
}

#nav > li:last-child ul li.has-drop-down > a:after {
	right: auto;
	left: 8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#nav > li li {
	white-space: normal;
}

#nav a {
	color: #0b1f4d;
	text-decoration: none;
	-webkit-transition: background .2s;
	transition: background .2s;
}

#nav a:hover {
	color: inherit;
}

#nav .drop {
	width: 165px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 25;
	padding: 34px 0 0;
	display: none;
}

#nav .drop .drop {
	top: 0;
	left: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0;
	display: none;
}

#nav .drop .drop .drop,
#nav .drop .drop ul + ul {
	display: none !important;
}

#nav ul {
	font-size: 13px;
	text-align: center;
	text-transform: capitalize;
	padding-left: 1px;
}

#nav ul li {
	float: none;
	margin: 0 0 1px;
	padding: 0;
}

#nav ul li:before {
	display: none;
}

#nav ul li.has-drop-down:after {
	display: none;
}

#nav ul li.has-drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 8px;
	top: 12px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	color: #777;
}

#nav ul li.hover > a {
	background: #1c4f79;
}

#nav ul li.hover .drop {
	display: block;
}

#nav ul a {
	background: #0b1f4d;
	display: block;
	color: #fff;
	padding: 10px 18px 12px;
	position: relative;
}

#nav ul a:hover {
	color: #fff;
	background: #1c4f79;
}

.header-form,
.search-form {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 29px;
}

.header-form .fa,
.search-form .fa {
	width: 24px;
}

.header-form .row,
.search-form .row {
	position: relative;
	padding: 0;
}

.header-form .search-opener,
.search-form .search-opener {
	display: none;
	color: #a5a5a5;
}

.header-form .search-form,
.search-form .search-form {
	width: 174px;
	padding: 0;
}

.header-form .search-form input[type="search"],
.search-form .search-form input[type="search"] {
	padding: 0 10px;
	border: 1px solid #a5a5a5;
	height: 35px;
	margin: 0;
	font-size: 13px;
	line-height: 35px;
	color: #a5a5a5 !important;
	text-transform: none;
	background: #0b1f4d;
}

.header-form .search-form input[type="search"]::-webkit-input-placeholder,
.search-form .search-form input[type="search"]::-webkit-input-placeholder {
	text-transform: none;
}

.header-form .search-form input[type="search"]::-moz-placeholder,
.search-form .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	text-transform: none;
}

.header-form .search-form input[type="search"]:-moz-placeholder,
.search-form .search-form input[type="search"]:-moz-placeholder {
	text-transform: none;
}

.header-form .search-form input[type="search"]:-ms-input-placeholder,
.search-form .search-form input[type="search"]:-ms-input-placeholder {
	text-transform: none;
}

.header-form .search-form input[type="search"].placeholder,
.search-form .search-form input[type="search"].placeholder {
	text-transform: none;
}

.header-form .search-btn,
.search-form .search-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 1;
	padding: 0;
	outline: none;
	color: #a5a5a5;
}

.header-form .fa-times,
.search-form .fa-times {
	display: none;
}

.header-form.search-active .search-form,
.search-active.search-form .search-form {
	width: 200px;
	opacity: 1;
	-webkit-transition: opacity .2s, width .4s;
	transition: opacity .2s, width .4s;
}

.header-form.search-active .fa-times,
.search-active.search-form .fa-times {
	display: block;
}

.header-form.search-active .fa-search,
.search-active.search-form .fa-search {
	display: none;
}

.header-form.search-active .block-search,
.search-active.search-form .block-search {
	display: block;
}

.demo-version #nav > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
}

.demo-version #nav > li li {
	white-space: normal;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

#main {
	position: relative;
}

.customHomeBuilderPage:not(.scroll) #main {
	padding-top: 0;
}

.visual-holder {
	height: 508px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	margin: -25px 0 20px;
	padding: 20px 0;
	line-height: 1.25;
}

.visual-holder.alt-height {
	height: 331px;
}

.visual-holder.visual-bottom {
	margin: 0;
}

.visual-holder.video-bg {
	margin-bottom: 0;
	position: relative;
	height: calc(100vh - 113px);
}

.secureZoneHolder .visual-holder.video-bg {
	height: calc(100vh - 144px);
}

.visual-holder.video-bg .overlay {
	z-index: 0;
}

.visual-holder.video-bg .container,
.visual-holder.video-bg .banner .info,
.banner .visual-holder.video-bg .info,
.visual-holder.video-bg .visual-banner .heading,
.visual-banner .visual-holder.video-bg .heading {
	z-index: 1;
}

.visual-holder h1 {
	color: #fff;
	margin: 0;
	margin-bottom: 7px;
}

.visual-holder .text-block {
	padding: 13px 0 0;
	max-width: 530px;
	margin: 0 auto;
}

.visual-holder p {
	margin: 0;
}

.visual-holder .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #1e3e88;
	z-index: -1;
	opacity: .5;
}

.more {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.1;
}

.map-section {
	width: 100% !important;
}

.map-section > img {
	margin-bottom: 0;
}

.load-holder {
	padding: 30px 0 35px;
}

.system-message,
.system-error-message {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	min-height: 0;
}

.system-message a:link,
.system-error-message a:link {
	color: #2380cc;
}

.system-message a:hover,
.system-error-message a:hover {
	color: #3388cf;
}

.system-message .button,
.system-error-message .button {
	min-width: 140px;
}

.system-message .item a,
.system-error-message .item a {
	color: #313131;
	display: inline-block;
	vertical-align: top;
	margin: 16px 0 0 25px;
}

.system-message .item a:hover,
.system-error-message .item a:hover {
	color: #3388cf;
}

.system-message hr,
.system-error-message hr {
	height: 1px;
	border: none;
	background: #7d7d7e;
	display: none;
}

.system-message .form,
.system-message .webform,
.system-error-message .form,
.system-error-message .webform {
	border-top: 1px solid #7d7d7e;
	padding: 10px 0 0;
	max-width: 636px;
}

.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 label,
.system-message .webform label,
.system-error-message .form label,
.system-error-message .webform label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 3px;
}

.masonryBlogListHolder #catblogoutput {
	width: 100% !important;
}

.eventsListHolder .pagination.webapp {
	display: none !important;
}

.ajaxWebappListHolder .pagination.webapp {
	display: none !important;
}

#report-abuse {
	display: none;
}

.left-sidebar {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header-webapp {
	padding: 0 10px;
	text-align: center;
}

.header-webapp h1 {
	font-size: 50px;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.header-webapp p {
	font-size: 24px;
	margin-bottom: 45px;
}

.elements-body {
	background: #fff !important;
}

.elements-body .white-block {
	background: #fff;
}

.elements-body #wrapper,
.elements-body #main {
	padding-top: 0 !important;
}

.elements-body .container,
.elements-body .banner .info,
.banner .elements-body .info,
.elements-body .visual-banner .heading,
.visual-banner .elements-body .heading,
.elements-body .col-full-width {
	margin: 0;
	padding: 0;
}

.elements-body .patterns-tabset {
	padding: 0 20px 20px;
	margin-bottom: 0;
	position: relative;
}

.elements-body .patterns-tabset:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #e6e6e6;
	left: -9999px;
	right: -9999px;
	bottom: 0;
}

.section {
	padding: 68px 0 81px;
	margin-bottom: 0;
}

.section .head-block {
	text-align: center;
	padding-bottom: 12px;
	font-size: 24px;
	line-height: 1.42;
}

.section .head-block h2 {
	margin-bottom: 30px;
}

.section .webapp-holder.team-wrap {
	padding-top: 0;
}

.section .webapp-holder.team-wrap .image-area {
	margin-bottom: 43px;
}

.latest-blog .page-title {
	margin-bottom: 50px;
}

.latest-blog .top-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.latest-blog .holder {
	-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-direction: column;
	flex-direction: column;
}

.latest-blog .post-holder .post {
	width: 33.33%;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.latest-blog .post-holder .post .share-block {
	padding-right: 15%;
}

.latest-blog .post-holder .post .date {
	font-size: 18px;
	margin-bottom: 25px;
}

.latest-blog .post-holder .post .meta {
	margin-top: 8px;
}

.latest-blog .post {
	padding: 0 10px;
}

.latest-blog .post .wrap {
	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%;
	border: 1px solid #dcdcdc;
	padding: 23px 18px 20px;
	margin-bottom: 20px;
}

.latest-blog .post .image-block {
	margin-bottom: 28px;
}

.latest-blog .post .text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.latest-blog .post .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.latest-blog .post .meta .button {
	float: none;
}

.latest-blog .post .frame {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.latest-blog .post h1 {
	margin-bottom: 20px;
}

.product-carousel .carousel-paging {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 30px 0 18px;
}

.product-carousel .carousel-paging li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.product-carousel .carousel-paging a {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #a5a5a5;
}

.product-carousel .carousel-paging .active a,
.product-carousel .carousel-paging a:hover {
	background: #1e3e88;
}

.loaded-block:after {
	content: "";
	position: fixed;
	background-color: #fff;
	background-image: url(../images/loading-img.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;
}

.banner {
	color: #fff;
	overflow: hidden;
	position: relative;
}

.banner .wrap {
	background-size: cover;
	background-position: 50% 50%;
}

.banner .holder {
	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;
	position: relative;
	z-index: 1;
}

.banner .text {
	max-width: 603px;
	font-size: 24px;
	line-height: 1.42;
	padding: 20px 0;
	text-align: initial;
}

.banner .text h1 {
	font-size: 55px;
	line-height: 1.18;
	margin-bottom: 36px;
	color: inherit;
	text-align: left;
}

.banner h2 {
	color: inherit;
}

.banner .form-holder {
	text-align: initial;
}

.banner .info {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.33;
	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;
	padding-top: 17px;
	padding-bottom: 17px;
}

.banner .info:after {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background: #0b1f4d;
	z-index: -1;
}

.banner .info .button {
	padding: 5px 10px;
	margin-left: 67px;
}

.banner .text-block {
	letter-spacing: .115em;
	display: block;
}

.banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1e3e88;
	opacity: 0;
}

.banner-form {
	background: rgba(11, 31, 77, .5);
	padding: 27px 28px 30px;
	width: 370px;
}

.banner-form .title-hold p {
	margin: 0 0 17px;
}

.banner-form .h1 {
	margin-bottom: 10px;
	font-weight: 600;
}

.banner-form .button {
	color: #fff;
	border-color: #eea432;
	background: #eea432;
	width: 100%;
}

.banner-form .button:hover,
.banner-form .button:focus {
	color: #fff;
	border-color: #e08a04;
	background: #e08a04;
}

.banner-form input[type="text"],
.banner-form input[type="tel"],
.banner-form input[type="email"],
.banner-form input[type="search"],
.banner-form input[type="password"],
.banner-form input[type="url"] {
	height: 48px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: #f3f1f1;
}

.banner-form textarea {
	background: #f3f1f1;
	height: 110px;
	min-height: 110px;
}

.heading {
	text-align: center;
	padding-bottom: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background-block {
	background: #f3f1f1;
}

.visual-banner {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
	margin: 0 0 44px;
	position: relative;
}

.visual-banner .bg-img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}

.visual-banner:after {
	content: "";
	min-height: calc(278px - (50px * 2));
	width: 0;
	display: block;
}

.visual-banner .heading {
	padding: 0;
}

.visual-banner .heading h1 {
	color: inherit;
	font-size: 48px;
	letter-spacing: .01em;
	margin-bottom: 13px;
	font-weight: 400;
}

.visual-banner .heading p {
	margin: 0;
}

.visual-banner .text-block {
	max-width: 600px;
	margin: 0 auto;
}

.aside-section {
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	padding: 50px 0;
}

.main-holder .aside-section {
	margin: 80px 0 0;
}

.aside-section .container,
.aside-section .banner .info,
.banner .aside-section .info,
.aside-section .visual-banner .heading,
.visual-banner .aside-section .heading {
	max-width: 1200px;
}

.aside-section .heading {
	max-width: 750px;
	margin: 0 auto;
	font-size: 21px;
	padding-bottom: 8px;
}

.aside-section .page-title {
	color: inherit;
	margin-bottom: 10px;
}

.aside-section .button {
	width: 187px;
}

.image-slider {
	position: relative;
	margin-bottom: 57px;
}

.image-slider .bx-prev,
.image-slider .bx-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
	color: #f3f1f1;
}

.image-slider .bx-prev:before,
.image-slider .bx-next:before {
	font-size: 70px;
	line-height: 1;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
}

.image-slider .bx-next {
	left: 17px;
}

.image-slider .bx-next:before {
	content: "\f104";
}

.image-slider .bx-prev {
	right: 17px;
}

.image-slider .bx-prev:before {
	content: "\f105";
}

.image-slider .bx-pager {
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	bottom: -32px;
	width: 100%;
	z-index: 2;
}

.image-slider .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.image-slider .bx-pager-link {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background: #f3f1f1;
	display: block;
}

.image-slider .bx-pager-link.active {
	background: #1e3e88;
}

.image-slider img {
	margin: 0;
}

#sidebar {
	padding-left: 39px;
}

#sidebar.elements-sidebar {
	position: static;
}

.left-sidebar #sidebar {
	padding: 0  39px 0 0;
}

#sidebar h2 {
	color: #313131;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.side-block {
	padding: 0;
}

.side-block + .side-block .side-nav {
	padding-bottom: 1px;
}

.side-block img {
	margin-bottom: 20px;
}

.side-block .text {
	font-style: italic;
}

.side-nav {
	padding: 1px 0;
	display: inline-block;
	vertical-align: top;
	min-width: 175px;
}

.side-nav ul {
	padding: 0;
}

.side-nav li {
	margin: 0 0 16px;
	padding-bottom: 20px;
}

.side-nav li:first-child {
	margin-top: 0;
}

.side-nav li.selected > a {
	color: #3388cf;
}

.side-nav a {
	color: #313131;
}

.side-nav a:hover {
	color: #3388cf;
}

.side-nav ul {
	padding: 0;
}

.side-nav ul li {
	padding: 0 0 19px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dcdcdc;
}

.side-nav ul li:last-child {
	border: none;
}

.side-nav ul li:before {
	display: none;
}

.side-nav ul ul {
	padding: 16px 16px 0;
}

.side-nav ul ul li {
	margin-top: 2px;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.side-nav.archives li {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}

.archives .opener-archive {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 14px;
}

.archives .opener-archive:after {
	content: "\f0d7";
	position: absolute;
	top: 4px;
	right: 0;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-size: 16px;
	line-height: 1;
	font-weight: 900;
}

.archives ul {
	padding: 0;
}

.archives .active .opener-archive:after {
	content: "\f0d8";
}

.archives li ul {
	padding: 16px 0 0;
}

.archives li li {
	margin: 0 0 16px;
}

.archives li li:last-child {
	margin-bottom: 0;
}

.testimonials {
	font-style: italic;
}

.side-navigation,
.patterns-tabset {
	margin-bottom: 13px;
}

.side-navigation li,
.patterns-tabset li {
	margin-bottom: 2px;
}

.side-navigation li.selected a,
.patterns-tabset li.selected a,
.side-navigation li a:hover,
.patterns-tabset li a:hover {
	background: #1c4f79;
}

.side-navigation li a,
.patterns-tabset li a {
	background: #0b1f4d;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 15px 10px;
}

.sidebar-nav {
	margin: 0 0 22px;
}

.sidebar-nav li {
	padding: 18px 0 17px;
}

.sidebar-nav li:not(:last-child) {
	border-bottom: 1px solid #dcdcdc;
}

.sidebar-nav .selected a,
.sidebar-nav a:hover {
	color: #3388cf;
}

.sidebar-nav a {
	color: inherit;
}

#footer {
	background: #071638;
	color: #d9d9d9;
}

#footer .container,
#footer .banner .info,
.banner #footer .info,
#footer .visual-banner .heading,
.visual-banner #footer .heading {
	max-width: 1364px;
}

#footer h3 {
	text-transform: none;
	color: #fff;
	font-size: 25px;
	line-height: 1.1;
	margin-bottom: 16px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-holder {
	padding: 82px 0 66px;
	font-weight: 400;
}

.footer-holder .row-holder,
.footer-holder .post-holder > div {
	margin: 0 -20px;
}

.footer-block {
	float: left;
	width: 25%;
	padding: 0 20px 20px;
}

.footer-block p {
	margin-bottom: 16px;
}

.footer-block a {
	color: #d9d9d9;
}

.footer-block a:hover {
	color: #fff;
}

.footer-block address {
	font-style: normal;
	padding-top: 3px;
	margin: 0 0 15px;
}

.footer-block address span {
	display: block;
	padding: 0 0 13px;
	position: relative;
}

.footer-block address span i {
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: -2px;
	left: 0;
	color: #d9d9d9;
}

.footer-block .social-networks {
	margin: 0 -13px;
}

.footer-block .social-networks li {
	margin: 0 13px;
}

.footer-block .social-networks a:after {
	font-size: 30px;
}

.footer-block .social-networks .twitter a:after {
	font-size: 32px;
}

.footer-nav {
	padding: 2px 0 0;
}

.footer-nav li {
	margin-bottom: 13px;
}

.footer-nav a {
	color: #d9d9d9;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-nav ul {
	font-size: 16px;
	padding: 35px 0 0;
}

.footer-nav ul li {
	margin: 0 0 20px;
}

.footer-frame {
	font-size: 14px;
}

.footer-frame .service-info {
	border-top: 1px solid #d9d9d9;
	padding-top: 28px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-frame .service-info li {
	position: relative;
	padding-right: 20px;
}

.footer-frame .service-info li:not(:last-child):after {
	content: "|";
	position: absolute;
	top: 0;
	right: 5px;
}

.footer-frame .service-info a {
	color: inherit;
}

.item-section,
.productSmall,
table.productTable tr {
	list-style: none;
	padding: 0;
}

.productTable td {
	display: block;
}

.item,
.productSmall li,
table.productTable td {
	margin-bottom: 20px;
	overflow: hidden;
}

.item .holder,
.productSmall li .holder,
table.productTable td .holder {
	text-decoration: none;
	color: #313131;
	height: 100%;
	position: relative;
	border: 1px solid #dcdcdc;
}

.item .holder:hover img,
.productSmall li .holder:hover img,
table.productTable td .holder:hover img {
	opacity: .9;
}

.item .holder:hover .description,
.productSmall li .holder:hover .description,
table.productTable td .holder:hover .description {
	opacity: 1;
}

.item a,
.productSmall li a,
table.productTable td a {
	display: block;
	color: #313131;
}

.item a:hover .text-block span:not(.price),
.productSmall li a:hover .text-block span:not(.price),
table.productTable td a:hover .text-block span:not(.price) {
	color: #3388cf;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.item .image-area,
.productSmall li .image-area,
table.productTable td .image-area {
	overflow: hidden;
	position: relative;
}

.item .image-area img,
.productSmall li .image-area img,
table.productTable td .image-area img {
	width: 100%;
	opacity: 1;
	margin-bottom: 0;
}

.item .description,
.productSmall li .description,
table.productTable td .description {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	z-index: 5;
	padding: 10px 25px;
	opacity: 0;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.item .text-block,
.productSmall li .text-block,
table.productTable td .text-block {
	padding: 18px 20px;
	font-size: 18px;
}

.item .text-block span,
.productSmall li .text-block span,
table.productTable td .text-block span {
	display: block;
	overflow: hidden;
}

.item .price,
.productSmall li .price,
table.productTable td .price {
	float: right;
	font-weight: 400;
	margin: 0 0 0 7px;
}

.item .more,
.productSmall li .more,
table.productTable td .more {
	font-size: 18px;
}

.masonry,
.masonry-big {
	display: block;
}

.masonry .item-block,
.masonry-big .item-block {
	margin-bottom: 20px;
	width: 33.33%;
	padding: 0 10px;
}

.masonry .item-block .image,
.masonry-big .item-block .image {
	text-transform: none;
}

.masonry .item-block .description,
.masonry-big .item-block .description {
	left: 10px;
	right: 10px;
	background: rgba(255, 255, 255, .7);
	color: #000;
	text-transform: uppercase;
	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;
	white-space: normal;
}

.masonry .item-block .description:after,
.masonry-big .item-block .description:after {
	content: none;
}

.masonry .item-block .image-block,
.masonry-big .item-block .image-block {
	height: 30px;
	text-transform: none;
	text-align: center;
}

.masonry img,
.masonry-big img {
	margin-bottom: 0;
	width: 100%;
}

.masonry-big .item-block {
	padding: 0;
	margin-bottom: 0;
}

.masonry-big .text-area {
	position: absolute;
	padding: 19px 0 17px;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .2s linear .2s;
	-webkit-transition: -webkit-transform .2s linear .2s;
	transition: -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s;
	transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
	background: #f3f1f1;
	color: #1e3e88;
	text-align: center;
	font-size: 18px;
}

.masonry-big p {
	margin: 0;
}

.masonry-big .item-block-large {
	width: 66.66%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.masonry-big a:hover .text-area {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.masonry-big {
	margin-bottom: -15px;
}

.social-networks {
	margin: 0 -8px;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.social-networks li.facebook a:after {
	content: "\f09a";
}

.social-networks li.instagram a:after {
	content: "\f16d";
}

.social-networks li.tumblr a:after {
	content: "\f173";
}

.social-networks li.rss a:after {
	content: "\f09e";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
}

.social-networks li.twitter a:after {
	content: "\f099";
}

.social-networks li.youtube a:after {
	content: "\f167";
}

.social-networks li.linkedin a:after {
	content: "\f0e1";
}

.social-networks li.pinterest a:after {
	content: "\f0d2";
}

.social-networks li.googleplus a:after {
	content: "\f0d5";
}

.social-networks li.reddit a:after {
	content: "\f1a1";
}

.social-networks li.flickr a:after {
	content: "\f16e";
}

.social-networks li.dribbble a:after {
	content: "\f17d";
}

.social-networks li.yelp a:after {
	content: "\f1e9";
}

.social-networks li.vine a:after {
	content: "\f1ca";
}

.social-networks a {
	color: #d9d9d9;
	display: block;
	text-indent: -9999px;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.social-networks a:after {
	content: "";
	display: block;
	text-indent: 0;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 1;
}

.social-networks a:hover {
	color: #1e3e88;
}

.subscribe-section {
	padding: 70px 0;
	margin: 0;
}

.subscribe-form .block {
	float: left;
	width: 74.7%;
}

.subscribe-form label {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	color: #313131;
	margin: 0 0 14px;
}

.subscribe-form input[type=email] {
	width: 100%;
	padding: 4px 0;
	border: solid #313131;
	border-width: 0 0 1px;
	float: left;
	height: auto;
	margin: 0;
	background: none;
	line-height: 30px;
}

.subscribe-form .button.btn-long {
	float: right;
	width: 23.5%;
	min-width: 0;
	margin: 3px 0 0;
}

.side-block .subscribe-form {
	max-width: 269px;
}

.side-block .subscribe-form .block {
	float: none;
	width: auto;
}

.side-block .subscribe-form input[type=email] {
	margin-bottom: 20px;
}

.side-block .subscribe-form .button {
	float: none;
	width: auto;
	display: block;
	min-width: 0;
	width: 100%;
	margin: 0;
}

.footer-block .subscribe-form {
	max-width: none;
	font-weight: 300;
	max-width: 250px;
}

.footer-block .subscribe-form label {
	display: none;
}

.footer-block .subscribe-form input[type=text],
.footer-block .subscribe-form input[type=email] {
	color: #d9d9d9;
	background: none;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	margin-bottom: 15px;
	height: 38px;
	line-height: 1.5;
	padding: 5px 10px;
}

.footer-block .subscribe-form input[type=text]::-webkit-input-placeholder,
.footer-block .subscribe-form input[type=email]::-webkit-input-placeholder {
	color: #d9d9d9;
}

.footer-block .subscribe-form input[type=text]::-moz-placeholder,
.footer-block .subscribe-form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #d9d9d9;
}

.footer-block .subscribe-form input[type=text]:-moz-placeholder,
.footer-block .subscribe-form input[type=email]:-moz-placeholder {
	color: #d9d9d9;
}

.footer-block .subscribe-form input[type=text]:-ms-input-placeholder,
.footer-block .subscribe-form input[type=email]:-ms-input-placeholder {
	color: #d9d9d9;
}

.footer-block .subscribe-form input[type=text].placeholder,
.footer-block .subscribe-form input[type=email].placeholder {
	color: #d9d9d9;
}

.footer-block .subscribe-form .button {
	color: #fff;
	border-color: #eea432;
	background: #eea432;
}

.footer-block .subscribe-form .button:hover {
	background: #e08a04;
	color: #fff;
	border-color: #e08a04;
}

.share-block {
	padding: 11px 0 20px;
}

.share-block .title {
	float: left;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
	padding: 4px 14px 0 0;
}

.share-block .social-networks {
	float: left;
	margin: 0 -4px;
}

.share-block .social-networks li {
	margin: 0 4px;
}

.share-block .social-networks a {
	color: #a5a5a5;
}

.share-block .social-networks a:after {
	font-size: 22px;
}

.share-block .social-networks a:hover {
	color: #000;
}

.post .meta .share-block {
	padding: 6px 0 0;
	float: left;
}

.accordion {
	border: 1px solid #dcdcdc;
	margin: 0 0 30px;
}

.accordion li {
	border-top: 1px solid #dcdcdc;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.accordion li:first-child {
	border: none;
}

.accordion li.active {
	background: rgba(220, 220, 220, .7);
}

.accordion li.active .opener:before {
	content: "\f068";
}

.accordion li:hover {
	background: #e8e8e8;
}

.accordion .opener {
	display: block;
	position: relative;
	padding: 18px 55px 24px;
	text-decoration: none;
	color: #313131;
	font-size: 18px;
	line-height: 22px;
	outline: none;
}

.accordion .opener:before {
	content: "\f067";
	position: absolute;
	left: 19px;
	top: 50%;
	margin: 2px 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-feature-settings: normal;
	-webkit-font-kerning: auto;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
	color: #a5a5a5;
}

.accordion .slide {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.accordion .slide .frame {
	overflow: hidden;
	padding: 29px 20px 10px;
	border-top: 1px solid #dcdcdc;
	background: #f3f1f1;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset {
	margin: 0 -5px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tabset li {
	width: 33.33%;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabset li.active a,
.tabset li:hover a {
	background: #f3f1f1;
}

.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: #313131;
	border: solid #dcdcdc;
	border-width: 1px 1px 0;
	text-decoration: none;
	text-align: center;
	padding: 18px 10px 19px;
	-webkit-transition: background .2s;
	transition: background .2s;
	outline: none;
}

.tab-content {
	background: #f3f1f1;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 27px 20px 12px;
	margin-bottom: 26px;
}

.carousel {
	position: relative;
	margin-bottom: 20px; /* styles for demo */
}

.carousel .mask {
	overflow: hidden;
	position: relative; /* styles for demo */
	margin: 0 0 22px; /* styles for demo */
}

.carousel .slide {
	float: left;
	width: 33.33%; /* styles for demo */ /* styles for demo */
}

.carousel .slide img {
	margin-bottom: 0;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 55;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(134, 134, 134, .45);
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	color: rgba(207, 207, 207, .45);
}

.carousel .btn-next {
	left: auto !important;
	right: 20px;
}

.slideshow {
	height: 535px;
	position: relative;
	margin: 0;
}

.main-holder > .slideshow:last-child {
	margin-bottom: -15px;
}

.slideshow.visual-holder {
	height: 508px;
	margin-top: -25px;
	display: block;
	padding: 0;
}

.slideshow .slideset {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slideshow .slide {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

.slideshow .slide:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .container,
.slideshow .banner .info,
.banner .slideshow .info,
.slideshow .visual-banner .heading,
.visual-banner .slideshow .heading {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.slideshow h1 {
	margin-bottom: 18px;
	color: #fff;
}

.slideshow .button {
	color: #fff;
	border-color: #eea432;
	background: #eea432;
}

.slideshow .button:hover,
.slideshow .button:focus {
	color: #fff;
	border-color: #e08a04;
	background: #e08a04;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	position: absolute;
	left: 36px;
	top: 50%;
	z-index: 55;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(165, 165, 165, .5);
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	color: #a5a5a5;
}

.slideshow .btn-next {
	left: auto !important;
	right: 36px;
}

.homePageSliderHolder .bx-wrapper,
.homePageSliderHolder .bx-viewport,
.slideshowGalleryHolder .bx-wrapper,
.slideshowGalleryHolder .bx-viewport {
	height: 100% !important;
}

.visual-banner + .shopping-cart-summary-holder {
	margin: -44px 0 15px;
}

.shopping-cart {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 60;
	text-align: right;
	top: 100%;
}

.shopping-cart a {
	background: #3b434a;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #fff;
	padding: 7px 11px 6px 45px;
	-webkit-transition: background .25s;
	transition: background .25s;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.333;
	position: relative;
}

.shopping-cart a:before {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	content: "\f07a";
	font-size: 19px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	left: 13px;
	top: 11px;
}

.shopping-cart a:hover {
	background: #a5a5a5;
}

.shopping-cart .holder {
	overflow: hidden;
}

.shopping-cart .title {
	display: block;
	font-weight: 400;
}

.shopping-cart .price {
	font-weight: 600;
}

.captcha-holder {
	padding: 10px 0 30px;
}

.captcha-holder label {
	font-size: 20px;
	line-height: 1.25;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px;
}

.captcha-holder br {
	display: none;
}

.captcha-holder .captchaimg {
	margin-bottom: 20px;
	height: 59px;
	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: 1px solid #dcdcdc;
}

.captcha-holder .captchaimg img {
	margin-bottom: 0;
}

.captcha-holder #CaptchaV2 {
	width: 100% !important;
	text-align: center;
}

.white-block .captchaimg {
	background: #f3f1f1;
}

.comment-holder .captcha-holder {
	padding: 0;
}

.comment-holder .captcha-holder label {
	margin-bottom: 10px;
}

.summary-table {
	margin: 0 0 28px;
}

.summary-table td {
	padding: 0 0 17px;
	text-align: left;
}

.summary-table td:first-child {
	padding-right: 8px;
}

.summary-table td:last-child {
	text-align: right;
}

.summary-table tfoot td {
	font-weight: 700;
	padding: 25px 0 0;
}

.summary-table .form-code-area input[type=text],
.summary-table .form-code-area input#DiscountCode,
.summary-table .form-code-area input#GiftVoucher {
	width: 139px;
	height: 35px;
	font-size: 15px;
	line-height: 19px;
	border-color: #313131;
	background: none;
	padding: 6px 10px 7px;
	margin: 0;
	color: #313131;
}

.summary-table .form-code-area input[type=text]::-webkit-input-placeholder,
.summary-table .form-code-area input#DiscountCode::-webkit-input-placeholder,
.summary-table .form-code-area input#GiftVoucher::-webkit-input-placeholder {
	color: #313131;
}

.summary-table .form-code-area input[type=text]::-moz-placeholder,
.summary-table .form-code-area input#DiscountCode::-moz-placeholder,
.summary-table .form-code-area input#GiftVoucher::-moz-placeholder {
	opacity: 1;
	color: #313131;
}

.summary-table .form-code-area input[type=text]:-moz-placeholder,
.summary-table .form-code-area input#DiscountCode:-moz-placeholder,
.summary-table .form-code-area input#GiftVoucher:-moz-placeholder {
	color: #313131;
}

.summary-table .form-code-area input[type=text]:-ms-input-placeholder,
.summary-table .form-code-area input#DiscountCode:-ms-input-placeholder,
.summary-table .form-code-area input#GiftVoucher:-ms-input-placeholder {
	color: #313131;
}

.summary-table .form-code-area input[type=text].placeholder,
.summary-table .form-code-area input#DiscountCode.placeholder,
.summary-table .form-code-area input#GiftVoucher.placeholder {
	color: #313131;
}

.summary-table .form-code-area .button {
	font-size: 13px;
	padding: 9px 12px;
	min-width: 62px;
	margin-left: 16px;
}

.system-page {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	padding: 0 0 33px;
}

.system-page h1 {
	margin-bottom: 20px;
}

.system-page h2 {
	margin-bottom: 23px;
}

.system-page p {
	margin-bottom: 12px;
}

.system-page .holder {
	padding: 30px 0;
	max-width: 563px;
	margin: 0 auto;
	text-align: left;
}

.system-page .shopping-table {
	margin-bottom: 33px;
}

.system-page .shopping-table th {
	padding-bottom: 1px;
}

.system-page .shopping-table td {
	padding: 17px;
}

.system-page .shopping-table td,
.system-page .shopping-table th {
	background: none;
}

.system-page .shopping-table td:first-child,
.system-page .shopping-table th:first-child {
	display: none;
}

.system-page .shopping-table td:nth-child(2),
.system-page .shopping-table th:nth-child(2) {
	padding-left: 0;
}

.system-page .shopping-table td:last-child,
.system-page .shopping-table th:last-child {
	padding-right: 0;
	text-align: right;
}

.system-page .summary-table td {
	padding-bottom: 17px;
}

.system-page .summary-table tfoot td {
	padding-top: 27px;
}

.system-404 {
	max-width: 800px;
}

.system-404 span {
	font-size: 291px;
	font-weight: bold;
	line-height: 225px;
}

.system-404 h1 {
	margin: 40px 0 15px;
}

.system-404 p {
	margin-bottom: 47px;
}

.system-404 a {
	margin-bottom: 17px;
}

.thank-you-table a[href^=tel] {
	color: #313131;
}

.thank-you-table a[href^=tel]:hover {
	color: #3388cf;
}

.thank-you-table td {
	position: relative;
	padding-right: 0;
	padding-left: 180px;
}

.thank-you-table td#title {
	display: none;
}

.thank-you-table td:first-child {
	padding-right: 0;
}

.thank-you-table td td {
	padding-left: 0;
}

.thank-you-table br {
	display: none;
}

.thank-you-table strong {
	font-weight: 300;
	text-align: left;
	float: left;
	width: 180px;
	margin-left: -180px;
}

.content-webapp {
	display: block;
	overflow: hidden;
}

.content-webapp .item {
	float: left;
}

.content-webapp .item .description {
	background: rgba(29, 29, 29, .58);
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-webapp .item .description .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-webapp .item .description a {
	margin-right: 20px;
	font-size: 35px;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}

.content-webapp .item .description a:last-child {
	margin-right: 0;
}

.content-webapp .item .description a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content-webapp .item .holder {
	height: auto;
}

.nav-webapp {
	text-align: center;
}

.nav-webapp .nav {
	margin-bottom: 10px;
}

.nav-webapp .nav li {
	display: inline-block;
	margin: 0 15px 15px 0;
}

.nav-webapp .nav li:last-child {
	margin-right: 0;
}

.nav-webapp .nav li.active a {
	background: #0b1f4d;
	border-color: #0b1f4d;
	color: #fff;
}

.nav-webapp .nav .btn-small.button {
	margin-bottom: 0;
}

.nav-webapp .btn-small.button {
	min-width: auto;
	padding: 9px 13px 10px;
	margin: 0 0 20px 0;
}

.nav-webapp i {
	font-size: 16px;
	margin-right: 4px;
}

.webapp3 .sliderNav {
	margin-top: 10px;
	text-align: center;
}

.webapp3 .sliderNav li {
	display: inline-block;
	margin-right: 16px;
}

.webapp3 .sliderNav a {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #d9d9d9;
}

.webapp3 .sliderNav a:hover,
.webapp3 .sliderNav a.active {
	background: #1e3e88;
}

.nav-web {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-web li {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
}

.nav-web a {
	color: #1e3e88;
	vertical-align: middle;
}

.nav-web a i {
	font-size: 32px;
	color: #a5a5a5;
	vertical-align: bottom;
}

.nav-web a:hover {
	color: #006db5;
}

.nav-web a:hover i {
	color: #006db5;
}

.our-team {
	margin-bottom: 20px;
}

.our-team .head-block {
	padding-bottom: 20px;
}

.our-team .page-title {
	text-align: left;
	margin: 0 0 5px;
	letter-spacing: 0;
}

.our-team .alignleft {
	float: left;
	margin-right: 20px;
}

.our-team .position {
	display: block;
	font-size: 14px;
	margin-bottom: 17px;
}

.our-team h4 {
	margin-bottom: 17px;
}

.team-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.team-block:not(:last-child) {
	padding-bottom: 47px;
	margin-bottom: 47px;
	border-bottom: 1px solid #e8e8e8;
}

.team-block .img-block {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
}

.team-block .img-block img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.team-block h4 {
	margin-bottom: 2px;
}

.team-block .position {
	margin-bottom: 8px;
}

.team-block .social li {
	display: inline-block;
	margin-right: 15px;
}

.team-block .social li:last-child {
	margin-right: 0;
}

.team-block .social li a {
	font-size: 22px;
	color: #a5a5a5;
}

.team-block .social li a:hover {
	color: #3388cf;
}

.team-item-info .listing {
	font-size: 18px;
	padding-bottom: 10px;
}

.team-item-info .listing li {
	margin-bottom: 12px;
}

.team-item-info .listing .fa {
	color: #a5a5a5;
	font-size: 24px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 19px;
}

.team-item-info .listing a {
	color: inherit;
	display: inline-block;
	vertical-align: top;
}

.team-item-info .social-networks {
	margin-bottom: 30px;
}

.team-item-info .social-networks li {
	margin: 0 7px;
}

.team-item-info .social-networks a {
	color: #a5a5a5;
}

.team-item-info .social-networks a:after {
	font-size: 22px;
}

.intro-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

.home2 .intro-holder {
	margin-top: -20px;
}

.intro-holder .container,
.intro-holder .banner .info,
.banner .intro-holder .info,
.intro-holder .visual-banner .heading,
.visual-banner .intro-holder .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
}

.intro-holder .container .row-holder,
.intro-holder .banner .info .row-holder,
.banner .intro-holder .info .row-holder,
.intro-holder .visual-banner .heading .row-holder,
.visual-banner .intro-holder .heading .row-holder,
.intro-holder .container .post-holder > div,
.intro-holder .banner .info .post-holder > div,
.banner .intro-holder .info .post-holder > div,
.intro-holder .visual-banner .heading .post-holder > div,
.visual-banner .intro-holder .heading .post-holder > div {
	margin: 0 -20px;
}

.intro-block {
	width: 33.33%;
	text-align: center;
	position: relative;
	padding: 29px 4.5% 155px;
}

.home2 .intro-block {
	padding: 30px 20px 99px;
}

.intro-block .image-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px;
}

.intro-block .image-block:after {
	content: "";
	display: block;
	height: 278px;
}

.intro-block .image-block img {
	display: block;
	margin: 0 auto;
}

.intro-block p {
	text-align: left;
	margin-bottom: 63px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.home2 .intro-block p {
	text-align: center;
}

.intro-block .button {
	position: absolute;
	bottom: 99px;
	left: 50%;
	-webkit-transform: translateX(-50.3%) translate3d(0, 0, 0);
	transform: translateX(-50.3%) translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-holder {
	overflow: hidden;
	background: #fff;
}

.item-block {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.item-block > img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	margin-bottom: 0;
}

.item-block:hover .description {
	opacity: 1;
}

.item-block .description {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px;
	z-index: 5;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.item-block .description:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.item-block .description .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	max-width: 278px;
	margin: -10px auto 0;
	position: relative;
	z-index: 1;
}

.item-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1e3e88;
	opacity: .5;
}

.item-block .image-block {
	margin: 0 0 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-block .image-block:after {
	content: "";
	display: block;
	height: 120px;
}

.item-block .image-block img {
	display: block;
	margin: 0 auto;
}

.item-block p {
	margin: 0;
}

.title-block {
	padding: 88px 0 10px;
	text-align: center;
}

.title-block.alt-bg {
	background: #f3f1f1;
}

.section-info {
	padding: 48px 0 68px;
	font-size: 18px;
	line-height: 1.56;
}

.section-info .img-block {
	padding: 0 0 24px;
}

.section-info .img-block img {
	margin: 0;
}

.section-info .h3 {
	text-transform: none;
	font-size: 21px;
	font-weight: 400;
}

.section-info [class^="col-"] {
	margin-bottom: 20px;
}

.visual-wrap {
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	padding: 96px 0;
	position: relative;
	font-size: 21px;
	text-align: center;
}

.visual-wrap .container,
.visual-wrap .banner .info,
.banner .visual-wrap .info,
.visual-wrap .visual-banner .heading,
.visual-banner .visual-wrap .heading {
	position: relative;
	z-index: 1;
}

.visual-wrap .page-title {
	font-style: normal;
	color: inherit;
	margin-bottom: 30px;
}

.visual-wrap p {
	font-style: italic;
	line-height: 1.9;
	margin-bottom: 45px;
}

.visual-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #1e3e88;
	opacity: .64;
}

.information-container {
	position: relative;
}

.information-container .holder {
	padding: 51px 0 65px 40px;
}

.information-container .heading {
	text-align: left;
	font-size: 18px;
	padding-bottom: 34px;
}

.information-container .page-title {
	text-align: left;
}

.information-container .page-title span {
	padding-left: 0;
	padding-right: 0;
}

.information-container .img-block {
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(50vw - 10px);
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.information-container .info-list li {
	position: relative;
	padding: 0 0 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.information-container .info-list li:last-child {
	padding-bottom: 0;
}

.information-container .info-list .icon,
.information-container .info-list .fa,
.information-container .info-list .far,
.information-container .info-list i {
	width: 65px;
	height: 65px;
	display: block;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	font-size: 50px;
	color: #1e3e88;
}

.text-section {
	font-size: 18px;
	padding: 113px 0;
}

.text-section .heading {
	text-align: left;
	font-size: 21px;
	font-weight: 600;
}

.text-section .heading p {
	margin: 0;
}

.text-section .page-title {
	text-align: left;
}

.text-section .row-holder,
.text-section .post-holder > div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-section {
	padding: 61px 0;
}

.logo-slider {
	position: relative;
	padding: 50px 0;
}

.logo-slider:before,
.logo-slider:after {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: #f3f1f1;
}

.logo-slider:before {
	top: 0;
}

.logo-slider:after {
	bottom: 0;
}

.logo-slider .slide {
	text-align: center;
}

.logo-slider .img-block {
	padding: 0 10px;
	white-space: nowrap;
}

.logo-slider .img-block:after {
	content: "";
	min-height: 85px;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
}

.logo-slider img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.testimonials-slide-section {
	color: #fff;
	background: #0b1f4d;
	padding: 50px 0;
}

.testimonials-slide-section .slider {
	position: relative;
}

.testimonials-slide-section .slide {
	padding-top: 44px;
}

.testimonials-slide-section blockquote {
	font-size: 21px;
	line-height: 1.63;
	text-align: center;
	border: none;
	max-width: none;
}

.testimonials-slide-section blockquote cite {
	display: block;
	font-style: normal;
}

.testimonials-slide-section blockquote q {
	position: relative;
	margin-bottom: 30px;
	display: block;
}

.testimonials-slide-section blockquote q:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	font-size: 83px;
	line-height: 22px;
	opacity: .05;
	top: 15px;
	left: -23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonials-slide-section .bx-prev,
.testimonials-slide-section .bx-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
	color: #a5a5a5;
}

.testimonials-slide-section .bx-prev:before,
.testimonials-slide-section .bx-next:before {
	font-size: 98px;
	line-height: 1;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
}

.testimonials-slide-section .bx-next {
	left: -107px;
}

.testimonials-slide-section .bx-next:before {
	content: "\f104";
}

.testimonials-slide-section .bx-prev {
	right: -107px;
}

.testimonials-slide-section .bx-prev:before {
	content: "\f105";
}

.content-holder {
	padding: 77px 0 0;
}

.content-holder .container,
.content-holder .banner .info,
.banner .content-holder .info,
.content-holder .visual-banner .heading,
.visual-banner .content-holder .heading {
	padding: 0;
}

.content-holder [class^="col-"] {
	padding-bottom: 93px;
}

.content-holder .image-block {
	width: 44px;
	float: left;
	text-align: center;
	margin: 5px 15px 0 0;
}

.content-holder .image-block img {
	margin-bottom: 0;
}

.content-holder .image-block .icon,
.content-holder .image-block .fa,
.content-holder .image-block .fab,
.content-holder .image-block i {
	font-size: 34px;
	color: #1e3e88;
}

.content-holder .holder {
	overflow: hidden;
}

.content-holder p {
	margin: 0;
}

.item-holder.three-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-holder.three-columns .item-block {
	float: none;
	width: 33.33%;
}

.item-holder.three-columns .item-block .description {
	opacity: 1;
	position: static;
	height: 100%;
}

.item-holder.three-columns .item-block .description:after {
	min-height: 391px;
}

.item-holder.three-columns .item-block .description .holder {
	max-width: 360px;
}

.item-holder.three-columns .item-block .overlay {
	background: #1e3e88;
	opacity: .5;
}

.item-holder.three-columns .item-block h1 {
	color: #fff;
	margin-bottom: 25px;
}

.item-holder.three-columns .item-block p {
	margin-bottom: 20px;
}

.item-holder.three-columns .item-block .more {
	color: #fff;
	text-decoration: underline;
}

.item-holder.three-columns .item-block .more:hover {
	text-decoration: none;
}

.item-holder .image-block .fa,
.item-holder .image-block .icon,
.item-holder .image-block i {
	font-size: 87px;
	margin: 0 auto;
}

.post {
	overflow: hidden;
	border: 1px solid #dcdcdc;
	padding: 0 18px 20px;
	margin-bottom: 20px;
}

.post .date {
	display: block;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.1;
}

.post .image-block {
	margin: 0 -18px 23px;
}

.post .image-block img {
	width: 100%;
	margin-bottom: 0;
}

.post h1 {
	margin-bottom: 11px;
}

.post .meta {
	padding: 7px 0 4px;
}

.post .meta .button {
	float: right;
	margin: 3px 0 0 5.3%;
}

.post .link-comments {
	float: right;
	color: #a5a5a5;
	margin: 7px 0 0;
	font-size: 16px;
}

.post .link-comments:hover {
	color: #3388cf;
}

.post.detail .share-block .title {
	display: block;
}

.side-block.category {
	padding-bottom: 26px;
	margin-bottom: 46px;
	border-bottom: 1px solid #dcdcdc;
}

.side-block.category .side-nav li,
.side-block.category .blogpostcategories li {
	padding: 0;
	border: none;
}

.post-holder [class^="col-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-holder .post {
	line-height: 1.25;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-holder .post .text {
	-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-direction: column;
	flex-direction: column;
}

.post-holder .post .date {
	margin-bottom: 10px;
}

.post-holder .post .date span {
	font-size: 26px;
	margin-right: 3px;
}

.post-holder .post p {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.post-holder .post .meta {
	padding: 0;
	margin: 32px 0 0;
}

.post-holder .post .meta .button {
	margin-left: 10px;
}

.post-holder .post .share-block {
	padding-right: 10.1%;
}

.post-holder .post .link-comments {
	float: left;
	margin-top: 8px;
}

.post.detail {
	border: none;
	padding: 0 10px;
}

.post.detail .image-block {
	margin-left: 0;
	margin-right: 0;
}

.BlogRecentPost li,
.BlogTagList li,
.BlogPostArchive li {
	font-size: inherit;
}

.comments-section {
	padding: 19px 0 22px;
	margin-top: 20px;
	border-top: 1px solid #a5a5a5;
}

.comments-section h2 {
	margin-bottom: 10px;
}

.comment-block {
	padding: 21px 0 1px;
}

.comment-block + .comment-block {
	border-top: 1px solid #1e3e88;
}

.comment-block .meta-holder {
	line-height: 1.2;
	padding: 0 0 20px;
}

.comment-block .title {
	display: block;
	font-weight: 300;
	margin: 0 0 7px;
}

.comment-block time {
	display: block;
	font-size: 14px;
	color: #a5a5a5;
}

.comment-block .image-holder {
	float: left;
	margin: 1px 10px 0 0;
}

.comment-block .image-holder img {
	margin-bottom: 0;
}

.comment-block .holder {
	overflow: hidden;
	padding: 1px 0 0;
}

.comment-block .description {
	padding: 0 20px;
}

.comment-holder h2 {
	margin-bottom: 27px;
}

.pagination.system_pagination,
.pagination {
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	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;
	list-style: none;
}

.pagination.system_pagination li,
.pagination li {
	padding: 0 !important;
	margin: 5px 5px;
}

.pagination.system_pagination li::before,
.pagination li::before {
	display: none;
}

.pagination.system_pagination li .dots,
.pagination li .dots {
	border: none;
}

.pagination.system_pagination li a,
.pagination li a {
	display: block;
	color: #313131;
	width: 42px;
	height: 37px;
	text-align: center;
	margin: 0;
	line-height: 1;
	padding: 9px 10px;
	border: 1px solid #313131;
}

.pagination.system_pagination li a:hover,
.pagination li a:hover {
	background: #f3f1f1;
	color: #313131;
}

.pagination.system_pagination li a svg,
.pagination li a svg {
	display: none;
}

.pagination.system_pagination .prev,
.pagination.system_pagination .next,
.pagination .prev,
.pagination .next {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.pagination.system_pagination .prev a,
.pagination.system_pagination .next a,
.pagination .prev a,
.pagination .next a {
	font-size: 0;
	line-height: 0;
}

.pagination.system_pagination .prev a::before,
.pagination.system_pagination .next a::before,
.pagination .prev a::before,
.pagination .next a::before {
	font-size: 20px;
	position: absolute;
	top: 18px;
}

.pagination.system_pagination .prev a:before,
.pagination .prev a:before {
	content: "<<";
	right: 14px;
}

.pagination.system_pagination .prev a::after,
.pagination .prev a::after {
	display: none;
}

.pagination.system_pagination .next a:before,
.pagination .next a:before {
	content: ">>";
	left: 14px;
	line-height: 0;
	padding: 0;
}

.pagination.system_pagination .active a,
.pagination .active a {
	border: none;
	background-color: #f3f1f1;
	color: #313131;
}

.filter-holder {
	padding: 0 0 11px;
}

.filter-holder .title {
	display: block;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 25px;
}

.filter-holder .form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.filter-holder .form input[type=text] {
	height: 36px;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 20px;
	margin: 0;
	text-transform: none;
	color: #313131;
}

.filter-holder .form input[type=text]::-webkit-input-placeholder {
	color: #313131;
	text-transform: none;
}

.filter-holder .form input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #313131;
	text-transform: none;
}

.filter-holder .form input[type=text]:-moz-placeholder {
	color: #313131;
	text-transform: none;
}

.filter-holder .form input[type=text]:-ms-input-placeholder {
	color: #313131;
	text-transform: none;
}

.filter-holder .form input[type=text].placeholder {
	color: #313131;
	text-transform: none;
}

.filter-holder .form .select-holder {
	width: 187px;
	margin: 0 20px 10px 0;
}

.filter-holder .form select {
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 7px;
	margin: 0;
	text-transform: none;
	color: #313131;
}

.filter-holder .jcf-select {
	color: #313131;
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	margin: 0;
}

.filter-holder .jcf-select.jcf-drop-active .jcf-select-opener:before {
	content: "\f106";
}

.filter-holder .jcf-select .jcf-select-text {
	margin: 8px 30px 6px 20px;
}

.filter-holder .jcf-select .jcf-select-opener {
	width: 34px;
}

.filter-holder .jcf-select .jcf-select-opener:before {
	content: "\f107";
	margin-top: 0;
	font-size: 14px;
}

.jcf-select-filter ul {
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
}

.jcf-select-filter ul .jcf-option {
	color: #1e3e88;
	padding: 8px 20px;
}

.products-holder {
	padding-top: 15px;
}

.products-holder .productSmall {
	padding-bottom: 0;
}

.products-holder .item .description,
.products-holder .productSmall li .description,
.products-holder table.productTable td .description {
	display: none;
}

.products-holder .item .text-block,
.products-holder .productSmall li .text-block,
.products-holder table.productTable td .text-block {
	padding: 10px 9px 10px 12px;
}

.products-holder .item .text-block span:not(.price),
.products-holder .productSmall li .text-block span:not(.price),
.products-holder table.productTable td .text-block span:not(.price) {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0 0;
}

.product-block {
	padding: 0 0 10px;
}

.product-block .product-description {
	padding-bottom: 40px;
}

.product-block .product-description img {
	margin-bottom: 0;
}

.product-block .heading {
	margin-top: -5px;
}

.product-block .heading .price {
	float: right;
	font-size: 24px;
	font-weight: 400;
}

.product-block h1 {
	overflow: hidden;
	padding-bottom: 1px;
	text-align: left;
}

.product-block .catProdAttributeTitle {
	display: none;
}

.quantity-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -2px 0 20px;
}

.quantity-block input[type=text] {
	border-color: #313131;
	color: #313131;
	width: 73px;
	height: 35px;
	background: none;
	font-size: 16px;
	line-height: 19px;
	padding: 7px 20px;
	margin: 0 0 0 15px;
}

.quantity-block input[type=text]::-webkit-input-placeholder {
	color: #313131;
}

.quantity-block input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #313131;
}

.quantity-block input[type=text]:-moz-placeholder {
	color: #313131;
}

.quantity-block input[type=text]:-ms-input-placeholder {
	color: #313131;
}

.quantity-block input[type=text].placeholder {
	color: #313131;
}

.gallery .mask {
	height: 100%;
}

.gallery .thumbnails {
	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;
	margin: 17px -10px 0;
}

.gallery .thumbnails li {
	width: 33.33%;
	padding: 0 10px 8px;
}

.gallery .thumbnails a:hover {
	opacity: .8;
}

.steps-holder {
	padding-bottom: 20px;
}

.shopping-table {
	margin: 0 0 45px;
}

.shopping-table th {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 0 20px 15px;
}

.shopping-table th:nth-child(-n+2) {
	text-align: left;
}

.shopping-table td {
	font-size: 16px;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #313131;
}

.shopping-table td:nth-child(-n+2) {
	text-align: left;
}

.shopping-table td:first-child {
	width: 16.2%;
	padding-right: 0;
}

.shopping-table td .image-block {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.shopping-table td .image-block:hover {
	opacity: .8;
}

.shopping-table td .image-block img {
	margin-bottom: 0;
}

.shopping-table tr:first-child td {
	border-top: none;
}

.shopping-table a {
	color: #313131;
}

.shopping-table a:hover {
	color: #3388cf;
}

.shopping-table .link-remove {
	font-size: 14px;
}

.shopping-table input[type=text] {
	width: 73px;
	height: 35px;
	font-size: 16px;
	line-height: 23px;
	padding: 7px 10px;
	margin: 0;
	border-color: #313131;
	color: #313131;
}

.shopping-table input[type=text]::-webkit-input-placeholder {
	color: #313131;
}

.shopping-table input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #313131;
}

.shopping-table input[type=text]:-moz-placeholder {
	color: #313131;
}

.shopping-table input[type=text]:-ms-input-placeholder {
	color: #313131;
}

.shopping-table input[type=text].placeholder {
	color: #313131;
}

.shopping-table .price {
	font-weight: 400;
}

.shippingCountryDiv .select-area,
.shippingDiv .select-area {
	margin-bottom: 11px;
}

#shippingCountrySpan,
#shippingSpan,
#shippingStateSpan {
	display: block;
	margin: 0 0 9px;
}

.card-list {
	padding: 0 0 63px;
}

.card-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 3px;
}

.card-list img {
	margin-bottom: 0 !important;
}

.form-block {
	padding: 0 0 37px;
}

.form-block .note {
	color: #ff8181;
	display: block;
	margin: 0 0 9px;
}

.form-block p {
	margin-bottom: 33px;
}

.total-price {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.3;
	padding: 0 0 33px;
}

.total-price dt {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.total-price dd {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	margin: 0;
}

.total-price #Amount {
	background: none;
	height: auto;
	border: none;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 400;
	padding: 0;
	margin: 0;
	width: 250px;
	color: #313131;
}

.total-price #Amount::-webkit-input-placeholder {
	color: #313131;
}

.total-price #Amount::-moz-placeholder {
	opacity: 1;
	color: #313131;
}

.total-price #Amount:-moz-placeholder {
	color: #313131;
}

.total-price #Amount:-ms-input-placeholder {
	color: #313131;
}

.total-price #Amount.placeholder {
	color: #313131;
}

.steps {
	margin: 0 -3px 47px;
	font-size: 24px;
	line-height: 28px;
}

.steps li {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 3px;
}

.steps li:first-child span {
	padding-left: 14px;
}

.steps li.current {
	color: #fff;
}

.steps li.current span {
	background: #3b434a;
}

.steps li.current span:before {
	border-color: transparent transparent transparent #3b434a;
}

.steps li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	height: 0;
	width: 0;
	border: 28px solid transparent;
	border-right-width: 0;
	border-left-width: 13px;
	z-index: 1;
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
	border-left-color: #fff;
	margin: 0;
}

.steps span {
	position: relative;
	display: block;
	padding: 14px 15px 14px 26px;
	background-color: #f3f1f1;
	height: 56px;
}

.steps span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border: solid;
	border-width: 28px 0 28px 13px;
	border-color: transparent transparent transparent #f3f1f1;
	width: 0;
	height: 0;
	z-index: 20;
	text-indent: 0;
}

.steps li:last-of-type:after,
.steps li:last-of-type > span:before {
	display: none;
}

.steps i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	display: none;
}

.steps a {
	color: inherit;
}

.next-steps .shopping-table td:first-child {
	width: 32%;
}

.steps-holder .section {
	padding: 0 0 11px;
}

.steps-holder .note-block {
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
	padding: 16px 0 5px;
}

.steps-holder .note-block a {
	color: #313131;
	text-decoration: underline;
}

.steps-holder .note-block a:hover {
	color: #3388cf;
	text-decoration: none;
}

.steps-holder .buttons {
	margin: 0 -8px;
}

.steps-holder .buttons .button {
	margin: 0 8px;
}

.step-section .radio-list {
	padding: 8px 0 0;
}

.step-section .radio-list li {
	padding-bottom: 1px;
}

.step-section .card-list {
	padding-bottom: 10px;
	margin: 0 -5px;
}

.step-section .card-list li {
	padding: 0 5px 10px;
}

.textarea-holder label {
	font-size: 20px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 16px;
}

.event-holder {
	margin-bottom: 20px;
}

.event-holder:not(.detail) {
	border: 1px solid #dcdcdc;
}

.event-holder .image-block img {
	margin-bottom: 0;
}

.event-holder .share-block {
	padding-top: 0;
}

.event-holder.detail .event-block {
	display: block;
}

.event-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.event-block .holder {
	padding: 10px 0;
}

.event-block h1 {
	margin-bottom: 12px;
}

.event-block dl {
	padding: 0 0 23px;
}

.event-block dl a {
	color: #313131;
}

.event-block dl a:hover {
	color: #3388cf;
}

.booking-form {
	max-width: 636px;
	margin: 0 auto;
	padding: 48px 0 43px;
}

.booking-form h3 {
	text-align: center;
	margin-bottom: 21px;
}

.booking-form .req {
	font-size: 14px;
	display: block;
	margin: 0 0 22px;
}

.content-section {
	margin: -44px 0 -80px;
	line-height: 1.25;
}

.content-section .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.content-section .block:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.content-section h1 {
	margin-bottom: 13px;
}

.content-section .image-area {
	width: 50%;
}

.content-section .image-area a {
	display: block;
	position: relative;
}

.content-section .image-area a:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.content-section .image-area a:hover:before {
	opacity: .15;
}

.content-section .image-area img {
	width: 100%;
	margin-bottom: 0;
}

.content-section .description {
	width: 50%;
	padding: 15px;
}

.content-section .frame {
	max-width: 378px;
	margin: 0 auto;
	text-align: center;
}

.article {
	padding-bottom: 30px;
}

.article .alignleft {
	float: left;
	width: 50.2%;
	padding: 0 20px 32px 0;
}

.article .alignleft img {
	margin-bottom: 0;
}

.article .alignright {
	float: right;
	width: 51.2%;
	padding: 0 0 32px 20px;
}

.article .alignright img {
	margin-bottom: 0;
}

.login-holder {
	margin-bottom: 20px;
}

.login-holder h2 {
	margin-bottom: 20px;
}

.login-holder p {
	margin-bottom: 50px;
}

.login-holder form {
	padding-top: 6px;
}

.form .button-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form .button-row .link-password {
	margin: -4px 0 0 29px;
	color: #313131;
}

.form .button-row .link-password:hover {
	color: #3388cf;
}

.password-holder {
	padding: 20px 0;
}

.account-table {
	margin: 0 0 21px;
}

.account-table thead {
	border: 1px solid #313131;
}

.account-table th {
	text-align: left;
	font-weight: 300;
	vertical-align: top;
	font-size: 14px;
	padding: 17px 19px 15px;
}

.account-table td {
	text-align: left;
	vertical-align: top;
	padding: 12px 20px;
}

#js-messages {
	font-size: 14px;
	padding: 0 11px 20px;
}

.invoice {
	color: #313131;
}

.invoice .border {
	border: none;
}

.invoice .border tr:first-child {
	border: 1px solid #313131;
	font-size: 14px;
}

.invoice .border tr:last-child {
	border-bottom: 1px solid #313131;
}

.invoice .border td {
	border: none;
	padding: 17px 10px 15px;
}

.invoice .border span {
	color: #313131;
}

.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: #313131;
	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;
}

.search h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 9px;
}

.search p {
	margin-bottom: 28px;
}

.search p:last-child {
	margin-bottom: 48px;
}

.search .search-results {
	margin-bottom: 15px;
}

.contact-wrap .addres-holder {
	margin-bottom: 52px;
}

.contact-wrap .info li {
	margin-bottom: 15px;
}

.contact-wrap .info a {
	color: inherit;
}

.contact-wrap .info .fa,
.contact-wrap .info .far,
.contact-wrap .info i {
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-wrap .address {
	line-height: 1.3;
}

.contact-wrap .address li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 26px;
}

.map-container {
	margin-bottom: 30px;
}

.banner-counter {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 58px 0;
	margin-bottom: 44px;
	letter-spacing: .12em;
	font-weight: 400;
}

.banner-counter .row-holder,
.banner-counter .post-holder > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.visual-banner + .banner-counter {
	margin-top: -44px;
}

.banner-counter:after {
	content: "";
	background: rgba(11, 31, 77, .5);
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	z-index: -1;
}

.banner-counter .value {
	font-size: 50px;
	line-height: 1.1;
	display: block;
	margin-bottom: 3px;
}

.banner-counter p {
	margin: 0;
}

.case-study article {
	border-bottom: 1px solid #f3f1f1;
	padding-bottom: 4px;
	margin-bottom: 50px;
}

.testimonial {
	margin-bottom: 16px;
	padding: 43px 0 21px;
}

.testimonial:not(:last-of-type) {
	border-bottom: 1px solid #e8e8e8;
}

.testimonial blockquote {
	font-size: 16px;
	line-height: 1.62;
	border: none;
	max-width: none;
	font-style: normal;
	padding: 0;
}

.testimonial blockquote cite {
	display: block;
	font-style: normal;
}

.testimonial blockquote q {
	position: relative;
	margin-bottom: 23px;
	display: block;
}

.testimonial blockquote q:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	font-size: 83px;
	line-height: 22px;
	opacity: .05;
	top: 15px;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.demo-version .coming .logo img {
	max-height: 400px;
}

.coming-soon #main {
	position: relative;
	background-size: cover;
	background-position: left 0;
	padding: 0 10px;
	text-align: center;
}

.coming-soon #main:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(49, 49, 49, .4);
	opacity: .5;
}

.coming-soon .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
	white-space: normal;
	max-width: 736px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.coming-soon #wrapper {
	padding-right: 0;
}

.coming-soon .logo {
	margin-bottom: 20px;
	width: auto;
	max-width: none;
	text-align: center;
	padding-right: 0;
}

.coming-soon .logo img {
	width: auto;
}

.coming-soon .coming {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 115px 0 200px;
}

.coming-soon .coming:after {
	content: "";
	height: calc(100vh - 315px);
	width: 0;
	display: block;
}

.coming-soon .coming .holder-coming {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: normal;
}

.coming-soon .coming-content {
	text-align: center;
}

.coming-soon h1 {
	font-size: 90px;
	text-transform: none;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.coming-soon p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.coming-soon .timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.coming-soon .timer .column {
	text-align: center;
	width: 25%;
	text-align: center;
	padding: 0 17.5px;
}

.coming-soon .timer span {
	font-size: 72px;
	display: block;
	padding: 32px 0;
	width: 100%;
	background: #fff;
	display: inline-block;
	color: #1e3e88;
	line-height: 1.2;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.coming-soon .timer p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.grey-images .slideshow .slide,
.grey-images .visual-holder.video-bg,
.grey-images .item-holder.three-columns .item-block,
.grey-images .visual-holder.visual-bottom,
.grey-images .visual-holder.alt-height {
	background: #999 !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?gzq9fh");
	src: url("../fonts/icomoon.eot?gzq9fh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gzq9fh") format("truetype"), url("../fonts/icomoon.woff?gzq9fh") format("woff"), url("../fonts/icomoon.svg?gzq9fh#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-arrows:before {
	content: "\e900";
}

.icon-deer:before {
	content: "\e901";
}

.icon-tree:before {
	content: "\e902";
}

.patterns-tabset {
	font-size: 0;
	line-height: 0;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	max-width: none !important;
	padding: 20px;
	margin-bottom: 33px;
}

.patterns-tabset li {
	display: inline-block;
	vertical-align: top;
}

.patterns-tabset li a {
	padding: 9px 14px 7px;
	background: none;
	color: #313131;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
}

.patterns-tabset .active a,
.patterns-tabset a:hover {
	background: #1c4f79;
	color: #fff;
}

.patterns-holder {
	overflow: hidden;
	padding: 20px;
}

.patterns-holder .bg-block {
	padding: 20px 0 0;
	position: relative;
	z-index: 0;
}

.patterns-holder .bg-block:after {
	content: "";
	position: absolute;
	left: -9999px;
	top: 0;
	bottom: 0;
	right: -9999px;
	background: #fff;
	z-index: -1;
}

.patterns-holder .white-block {
	margin-bottom: 0;
}

.patterns-holder .side-navigation,
.patterns-holder .patterns-tabset {
	max-width: 327px;
}

.patterns-holder .paginationHolder {
	text-align: left;
}

.patterns-holder .nav-web {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.patterns-holder .nav-web li {
	margin-right: 30px;
}

.patterns-holder .label {
	margin-right: 16px;
	margin-bottom: 10px;
}

.patterns-holder a {
	cursor: pointer;
}

.patters-section {
	padding-bottom: 30px;
}

.patters-section:last-child {
	padding-bottom: 0;
	margin-bottom: -20px;
}

.patters-section .white-block {
	padding: 0;
}

.code-open-close .heading {
	padding: 0 0 14px;
	text-align: left;
}

.code-open-close .heading .opener {
	margin-left: 13px;
}

.code-open-close .opener {
	font-size: 16px;
	text-transform: none;
	color: #fff;
	background: -webkit-linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
	background: linear-gradient(to bottom, #d2d2d2 0%, #bebebe 100%);
	display: inline-block;
	vertical-align: top;
	padding: 6px 11px;
	border-radius: 3px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.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 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	padding-right: 5px;
}

.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;
	border: 1px solid #1e3e88;
	padding: 20px;
	max-height: 300px;
	overflow: auto;
	position: relative;
}

.code-open-close .copy-text {
	position: absolute;
	top: 2px;
	right: 18px;
	color: #1e3e88;
	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 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	cursor: pointer;
}

.code-open-close p {
	margin: 0;
}

.code-open-close h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

.buttons-section .button {
	margin: 0 20px 20px 0;
}

.inputs-section input[type="text"],
.inputs-section input[type="email"] {
	margin-bottom: 20px;
}

.inputs-section .input-wrap {
	max-width: 390px;
}

.check-list.inline li,
.radio-list.inline li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	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: top;
	float: none;
}

.check-list.inline li label,
.radio-list.inline li label {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
}

.search-form {
	width: 200px;
	padding: 0;
}

.search-form input[type="search"] {
	background: #fff;
	padding: 0 10px;
	border: 1px solid #a5a5a5;
	height: 35px;
	margin: 0;
	font-size: 13px;
	line-height: 35px;
	color: #a5a5a5 !important;
	text-transform: none;
}

.switcher-list {
	margin: 0 -20px;
}

.switcher-list li {
	min-width: 80px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px;
}

.switcher .jcf-checkbox {
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 30px;
	border-radius: 15px;
	background: #f3f1f1;
	-webkit-transition: background .2s linear, border .2s linear;
	transition: background .2s linear, border .2s linear;
}

.switcher .jcf-checkbox span {
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #f3f1f1;
	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,
.switcher.alt .jcf-checkbox.jcf-checked {
	border-color: #d9d9d9;
	background: #d9d9d9;
}

.switcher .jcf-checkbox.jcf-checked span,
.switcher.alt .jcf-checkbox.jcf-checked span {
	left: calc(56px - 29px);
	background: #f3f1f1;
}

.switcher .jcf-checkbox.jcf-checked span:before,
.switcher.alt .jcf-checkbox.jcf-checked span:before {
	visibility: visible;
}

.switcher.large .jcf-checkbox {
	width: 80px;
	height: 42px;
	border-radius: 20px;
}

.switcher.large .jcf-checkbox.jcf-checked span {
	left: calc(80px - 39px);
}

.switcher.large .jcf-checkbox span {
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.switcher.alt .jcf-checkbox {
	border-color: #f3f1f1;
	background: #f3f1f1;
}

.switcher.alt .jcf-checkbox span {
	background: #f3f1f1;
}

.sorting-buttons .nav-webapp {
	text-align: left;
	margin-bottom: 0;
}

.sorting-buttons .nav-webapp .nav {
	margin-bottom: 0;
}

.sizes-list li {
	margin-bottom: 21px;
}

.sizes-list dl {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.sizes-list dt {
	width: 65px;
	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 h2,
.sizes-list h3,
.sizes-list h4 {
	line-height: 1;
	margin: 0;
}

.anchor-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.anchor-nav li {
	padding: 0 11px 11px;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs li {
	position: relative;
	color: #a5a5a5;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li:after {
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
}

.breadcrumbs li.selected {
	color: #313131;
}

.breadcrumbs li a {
	color: inherit;
}

.breadcrumbs li a:hover {
	color: #313131;
}

.text-slider {
	text-align: center;
	max-width: 500px;
	margin: 0 auto 20px;
}

.text-slider .bx-pager {
	font-size: 0;
	line-height: 0;
	padding-top: 15px;
}

.text-slider .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.text-slider .bx-pager-item a {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background: #f3f1f1;
}

.text-slider .bx-pager-item a.active {
	background: #1e3e88;
}

.table-holder {
	overflow: auto;
}

.table-holder table {
	border: 1px solid #dcdcdc;
	text-align: left;
	font-size: 16px;
	min-width: 500px;
}

.table-holder table thead th {
	padding: 20px 20px;
	font-weight: normal;
	background: #f3f1f1;
	border-bottom: 1px solid #dcdcdc;
}

.table-holder table tbody tr:first-child td {
	padding-top: 18px;
}

.table-holder table tbody tr:last-child td {
	padding-bottom: 20px;
}

.table-holder table tbody td {
	padding: 8px 18px;
	vertical-align: top;
}

.progress {
	margin: 0 0 15px;
}

.progress .info {
	position: relative;
	padding: 0 50px 8px 0;
}

.progress .percentages {
	position: absolute;
	right: 0;
	top: 0;
}

.progress p {
	margin: 0;
}

.progress .progress-bar {
	background: #f3f1f1;
	height: 15px;
	position: relative;
	overflow: hidden;
}

.progress .progress-bar.animate .progress-line {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.progress .progress-line {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #1e3e88;
	-webkit-transition: -webkit-transform 1s linear;
	transition: -webkit-transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.progress.color .progress-line {
	background: #26a9ff;
}

.label {
	background: #d9d9d9;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
}

.label.secondary {
	background: #006db5;
}

.label.success {
	background: #4cc6b1;
}

.label.alert {
	background: #ff8989;
}

.label.warning {
	background: #ffa86f;
}

.callout {
	margin: 0 0 20px;
	padding: 30px 20px;
	position: relative;
	border: 1px solid #dcdcdc;
	max-width: 713px;
}

.callout h3 {
	padding-right: 30px;
}

.callout.secondary {
	background: #f3f1f1;
}

.callout.success {
	background: #c1e4de;
}

.callout.warning {
	background: #f3d7c6;
}

.callout.alert {
	background: #f7d2d2;
}

.callout .close {
	position: absolute;
	top: 26px;
	right: 18px;
	color: #313131;
}

.callout .close:hover {
	color: #3388cf;
}

.callout p {
	margin-bottom: .5em;
}

iframe {
	width: 100%;
}

figure,
#main figure {
	display: inline-block;
	margin: 0 0 20px;
}

figure img,
#main figure img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

figure figcaption,
#main figure figcaption {
	padding: 20px 20px 18px;
	background: #fff;
	font-size: 18px;
}

.no-click-link {
	pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading {
		background-image: url("../images/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 769px) {
	.shopping-table th:first-child {
		padding-left: 0;
	}

	.shopping-table th:last-child {
		text-align: right;
	}

	.shopping-table td:first-child {
		padding-left: 0;
	}

	.shopping-table td:last-child {
		text-align: right;
	}
}

@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;
	}

	#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;
	}

	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 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;
	}

	#header {
		min-height: 129px;
	}

	.scroll .header-frame {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1399px) {
	.testimonials-slide-section .bx-next {
		left: -10px;
	}

	.testimonials-slide-section .bx-prev {
		right: -10px;
	}
}

@media (max-width: 1299px) {
	.btn-top {
		bottom: 103px;
	}
}

@media (max-width: 1279px) {
	#nav > li:last-child > .drop {
		left: auto;
		right: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 1199px) {
	.demo-version .nav-holder {
		margin-right: 0;
	}

	.banner .form-holder {
		padding-right: 0;
	}

	.slideshow .container,
	.slideshow .banner .info,
	.banner .slideshow .info,
	.slideshow .visual-banner .heading,
	.visual-banner .slideshow .heading {
		padding: 0 60px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		left: 15px;
	}

	.slideshow .btn-next {
		right: 15px;
	}

	.intro-block {
		padding: 29px 2.5% 155px;
	}

	.visual-wrap {
		padding: 50px 0;
	}

	.information-container .holder {
		padding-left: 0;
	}

	.text-section {
		padding: 80px 0;
	}

	.logo-section {
		padding: 40px;
	}

	.content-holder {
		padding: 50px 0 10px;
	}

	.content-holder [class^="col-"] {
		padding-bottom: 40px;
	}

	.item-holder.three-columns .item-block {
		font-size: 14px;
		line-height: 1.25;
	}

	.item-holder.three-columns .item-block .description:after {
		min-height: 250px;
	}

	.item-holder.three-columns .item-block h1 {
		margin-bottom: 15px;
		font-size: 25px;
	}

	.post-holder .post {
		font-size: 15px;
	}

	.post-holder .post .meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 0;
	}

	.post-holder .post .meta .button {
		margin: 0;
		float: none;
	}

	.post-holder .post .frame {
		width: 100%;
		padding: 0 0 15px;
	}

	.post-holder .post .link-comments {
		float: right;
		font-size: 15px;
	}

	.steps {
		font-size: 18px;
		line-height: 24px;
	}

	.steps li:first-child span {
		padding-left: 11px;
	}

	.steps span {
		padding: 16px 10px 15px 23px;
	}
}

@media (max-width: 1024px) {
	#nav .drop .drop {
		left: -100%;
	}

	.visual-holder.video-bg {
		height: 600px;
	}

	.coming-soon .coming {
		padding: 50px 0 50px;
	}

	.coming-soon .coming:after {
		height: calc(100vh - 100px);
	}

	.coming-soon h1 {
		font-size: 75px;
	}
}

@media (max-width: 1023px) {
	[id="main"] img {
		margin-bottom: 25px;
	}

	ul:not([class]) {
		padding: 0 0 10px;
	}

	ul:not([class]) li {
		padding-left: 15px;
	}

	ul:not([class]) li:before {
		width: 7px;
		height: 7px;
		top: 10px;
	}

	dl dd {
		margin-bottom: 8px;
	}

	#sidebar address {
		line-height: 1.9;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	textarea,
	.textbox {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 20px;
		height: 50px;
	}

	select {
		margin-bottom: 10px;
		height: 50px;
		font-size: 20px;
		line-height: 24px;
		padding: 9px 10px 12px;
	}

	input[type=checkbox] {
		margin: 6px 10px 0 0;
	}

	input[type=radio] {
		margin: 4px 10px 0 0;
	}

	.check-list label,
	.radio-list label {
		font-size: 17px;
		line-height: 1.7;
	}

	.form.registration-form,
	.form.edit-account-form,
	.form.contact-form {
		margin-bottom: 50px;
	}

	.side-form {
		padding: 0;
	}

	.signup-form .input-holder {
		margin-right: 20px;
	}

	.jcf-select {
		margin-bottom: 10px;
		font-size: 20px;
		height: 50px;
	}

	.jcf-select .jcf-select-text {
		margin: 9px 45px 10px 10px;
	}

	.jcf-select .jcf-select-opener {
		width: 46px;
	}

	.jcf-select .jcf-select-opener:before {
		font-size: 16px;
		margin: 0;
	}

	.jcf-list ul {
		font-size: 17px;
		line-height: 22px;
		padding: 0;
	}

	.jcf-list ul li {
		padding: 0;
	}

	.jcf-list .jcf-option {
		padding: 8px 10px;
	}

	h1,
	.h1 {
		font-size: 27px;
		margin-bottom: 13px;
	}

	h1.page-title,
	.h1.page-title {
		font-size: 33.6px;
	}

	h2,
	.h2 {
		font-size: 22.5px;
		margin-bottom: 15px;
	}

	h2.page-title,
	.h2.page-title {
		font-size: 33.6px;
	}

	.col-1 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-2 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-3 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-4 {
		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;
	}

	.push-1 {
		left: auto;
	}

	.push-2 {
		left: auto;
	}

	.push-3 {
		left: auto;
	}

	.push-4 {
		left: auto;
	}

	.push-5 {
		left: auto;
	}

	.push-6 {
		left: auto;
	}

	.push-7 {
		left: auto;
	}

	.push-8 {
		left: auto;
	}

	.push-9 {
		left: auto;
	}

	.push-10 {
		left: auto;
	}

	.push-11 {
		left: auto;
	}

	.push-12 {
		left: auto;
	}

	.row-holder,
	.post-holder > div,
	.productSmall,
	table.productTable tr {
		margin: 0 -7px;
	}

	[class^="col-"],
	.productSmall li,
	table.productTable td {
		padding: 0 7px;
	}

	.col-two-third {
		width: 66%;
	}

	.col-one-third {
		width: 34%;
	}

	.container,
	.banner .info,
	.visual-banner .heading {
		padding: 0 10px;
	}

	.color-block {
		padding: 15px 12px;
	}

	.button,
	.product-block .product-description input[type=submit] {
		padding: 15px 10px;
	}

	.btn-long.button,
	.product-block .product-description input[type=submit] {
		min-width: 230px;
	}

	.btn-long.btn-large.button,
	.product-block .product-description input.btn-large[type=submit] {
		font-size: 24px;
		padding: 20px 15px 19px;
	}

	.btn-top {
		display: none;
	}

	.drag-drop-nav,
	.edit-drop-nav {
		display: none !important;
	}

	.zoom-out-button {
		display: none;
	}

	.header-frame {
		padding: 20px 0;
	}

	.header-frame .container,
	.header-frame .banner .info,
	.banner .header-frame .info,
	.header-frame .visual-banner .heading,
	.visual-banner .header-frame .heading {
		position: static;
	}

	.header-frame .container:after,
	.header-frame .banner .info:after,
	.banner .header-frame .info:after,
	.header-frame .visual-banner .heading:after,
	.visual-banner .header-frame .heading:after {
		display: block;
	}

	.header-frame .container .info,
	.header-frame .banner .info .info,
	.banner .header-frame .info .info,
	.header-frame .visual-banner .heading .info,
	.visual-banner .header-frame .heading .info {
		min-height: 0;
		padding-bottom: 10px;
		font-size: 20px;
	}

	.header-holder {
		padding: 10px 0;
	}

	.login-nav ul {
		padding: 0;
	}

	.login-nav ul li {
		padding: 0;
	}

	.login-nav ul li:before {
		width: auto;
		height: auto;
	}

	.logo {
		float: left;
	}

	.nav-holder {
		float: right;
		padding: 0;
		text-align: left;
		font-size: 13px;
		margin-right: 0;
	}

	.nav-holder .nav-opener {
		display: block;
		float: right;
		width: 42px;
		height: 42px;
		position: relative;
		background: #0b1f4d;
		-webkit-transition: background-color .3s ease;
		transition: background-color .3s ease;
		border-radius: 4px;
	}

	.nav-holder .nav-opener:before,
	.nav-holder .nav-opener:after,
	.nav-holder .nav-opener span {
		background: #fff;
		position: absolute;
		top: 50%;
		left: 15%;
		right: 15%;
		height: 3px;
		margin-top: -2px;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.nav-holder .nav-opener:before,
	.nav-holder .nav-opener:after {
		content: "";
		top: 26%;
	}

	.nav-holder .nav-opener:after {
		top: 74%;
	}

	.nav-holder .nav-opener:hover {
		background: #1c4f79;
	}

	.nav-active .nav-holder .nav-opener:after,
	.nav-active .nav-holder .nav-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
	}

	.nav-active .nav-holder .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-active .nav-holder .nav-opener span {
		opacity: 0;
	}

	.nav-holder .nav-slide {
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		left: 0;
		top: 100%;
		overflow: hidden;
		position: absolute;
		right: 0;
		z-index: 70;
		display: block;
	}

	.nav-active .nav-holder .nav-slide {
		max-height: 4000px;
	}

	#nav {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		background: #0b1f4d;
		display: block;
		position: relative;
		margin: 0;
	}

	.nav-active #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav > li {
		text-align: left;
	}

	#nav > li {
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		border: solid #fff;
		border-width: 0 0 1px;
		white-space: normal;
	}

	#nav > li.has-drop-down:after {
		display: none;
	}

	#nav > li.has-drop-down a:after {
		content: "\f107";
		position: absolute;
		right: 10px;
		top: 12px;
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
		font-size: inherit;
		font-style: normal;
		font-variant: normal;
		font-weight: 900;
		line-height: 1;
		color: #777;
	}

	#nav > li:last-child ul li.has-drop-down > a:after {
		left: auto;
		right: 8px;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	#nav > li.hover {
		color: #fff;
	}

	#nav > li.hover:after {
		display: none;
	}

	#nav > li.hover > a {
		background: #1c4f79;
	}

	#nav a {
		display: block;
		color: #fff;
		padding: 11px 10px 9px;
		position: relative;
	}

	#nav a:hover {
		background: #1c4f79;
	}

	#nav .drop {
		width: auto;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0;
	}

	#nav ul {
		text-align: left;
	}

	#nav ul li {
		border: solid #fff;
		border-width: 1px 0 0;
		margin: 0;
	}

	#nav ul li.has-drop-down > a:after {
		right: 10px;
		display: block;
		content: "\f107";
	}

	#nav ul li.hover > a {
		background: #1c4f79;
	}

	#nav ul a {
		padding-left: 20px;
		padding-right: 20px;
	}

	#nav ul a:after {
		display: none;
	}

	#nav ul ul a {
		padding-left: 20px;
		padding-right: 20px;
		background: inherit;
	}

	.header-form .search-form input[type="search"],
	.search-form .search-form input[type="search"] {
		font-size: 12px;
		line-height: 16px;
		height: 30px;
	}

	.visual-holder {
		height: 400px;
		padding: 60px 0;
	}

	.more {
		font-size: 20px;
	}

	.map-section > img {
		margin-bottom: 0;
	}

	.load-holder {
		padding: 30px 0 40px;
	}

	.section {
		padding: 50px 0;
	}

	.latest-blog .page-title {
		margin-bottom: 13px;
	}

	.banner .text {
		font-size: 18px;
	}

	.banner .text h1 {
		margin-bottom: 10px;
		font-size: 40px;
	}

	.banner .info {
		padding: 10px 0;
	}

	.banner .info .button {
		margin-left: 30px;
	}

	.banner-form {
		padding: 20px;
		width: 300px;
	}

	.visual-banner .heading h1 {
		font-size: 40px;
	}

	.main-holder .aside-section {
		margin-top: 40px;
	}

	.aside-section .heading {
		font-size: 16px;
	}

	.image-slider .bx-prev:before,
	.image-slider .bx-next:before {
		font-size: 70px;
	}

	#sidebar {
		padding-left: 20px;
	}

	.left-sidebar #sidebar {
		padding-right: 20px;
	}

	#sidebar h2 {
		font-size: 19px;
	}

	.side-nav li {
		margin-top: 8px;
	}

	.side-nav ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.side-nav ul ul {
		padding: 8px 16px 0;
	}

	.archives li ul {
		padding: 10px 0 0;
	}

	#footer h3 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.footer-holder {
		padding: 40px 0 10px;
	}

	.footer-block {
		width: 50%;
		padding-bottom: 30px;
	}

	.footer-block address span {
		padding-bottom: 15px;
	}

	.footer-block address span.phone {
		padding-bottom: 16px;
	}

	.footer-nav ul {
		padding-top: 20px;
	}

	.footer-nav ul li {
		margin-bottom: 15px;
	}

	.item,
	.productSmall li,
	table.productTable td {
		margin-bottom: 15px;
	}

	.item .description,
	.productSmall li .description,
	table.productTable td .description {
		padding: 10px;
		font-size: 14px;
		line-height: 1.3;
	}

	.item .description p,
	.productSmall li .description p,
	table.productTable td .description p {
		margin-bottom: 10px;
	}

	.item .text-block,
	.productSmall li .text-block,
	table.productTable td .text-block {
		padding: 10px;
		font-size: 16px;
	}

	.item .text-block span,
	.productSmall li .text-block span,
	table.productTable td .text-block span {
		font-size: 15px;
		line-height: 1.3;
	}

	.item .more,
	.productSmall li .more,
	table.productTable td .more {
		font-size: 14px;
	}

	.masonry img,
	.masonry-big img {
		margin-bottom: 0;
	}

	.subscribe-section {
		padding: 50px 0 60px;
		margin: 0;
	}

	.subscribe-form .block {
		width: 70%;
	}

	.subscribe-form .button.btn-long {
		width: 28%;
		margin-top: 14px;
	}

	.side-block .subscribe-form input[type=email] {
		margin-bottom: 15px;
	}

	.footer-block .subscribe-form input[type=text],
	.footer-block .subscribe-form input[type=email] {
		margin-bottom: 15px;
	}

	.share-block .title {
		padding-right: 15px;
	}

	.accordion .opener {
		padding: 20px 55px;
		font-size: 16px;
	}

	.accordion .opener:before {
		left: 20px;
	}

	.accordion .slide .frame {
		padding: 20px 20px 5px;
	}

	.tabset {
		font-size: 16px;
		margin: 0 -2px;
	}

	.tabset li {
		padding: 0 2px;
	}

	.tab-content {
		padding: 20px 20px 5px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: 10px;
	}

	.carousel .btn-prev i,
	.carousel .btn-next i {
		font-size: 4em;
	}

	.carousel .btn-next {
		right: 10px;
	}

	.slideshow {
		height: 506px;
	}

	.slideshow.visual-holder {
		height: 450px;
	}

	.captcha-holder {
		padding-bottom: 30px;
	}

	.captcha-holder .captchaimg {
		height: 50px;
		margin-bottom: 10px;
	}

	.summary-table td {
		padding-bottom: 12px;
	}

	.summary-table td {
		vertical-align: top;
	}

	.summary-table .form-code-area .button {
		margin-left: 4px;
	}

	.content-webapp .item .description a {
		font-size: 24px;
		width: 39px;
		height: 39px;
	}

	.intro-block {
		padding: 29px 15px 100px;
	}

	.home2 .intro-block {
		padding: 35px 15px 90px;
	}

	.intro-block .image-block:after {
		height: 200px;
	}

	.intro-block p {
		margin-bottom: 20px;
		text-align: center;
	}

	.intro-block .button {
		bottom: 35px;
	}

	.item-block {
		line-height: 1.25;
	}

	.item-block > img {
		margin-bottom: 0;
	}

	.item-block .description {
		font-size: 14px;
	}

	.item-block .image-block {
		margin: 0;
	}

	.item-block .image-block:after {
		height: 70px;
	}

	.item-block .image-block img {
		-webkit-transform: scale(.65);
		-ms-transform: scale(.65);
		transform: scale(.65);
	}

	.section-info {
		padding: 40px 0 30px;
		font-size: 16px;
	}

	.section-info .img-block {
		padding-bottom: 10px;
	}

	.visual-wrap {
		font-size: 16px;
	}

	.visual-wrap .page-title {
		margin-bottom: 13px;
	}

	.visual-wrap p {
		margin-bottom: 20px;
	}

	.information-container .info-list li {
		padding-bottom: 20px;
	}

	.information-container .info-list .icon,
	.information-container .info-list .fa,
	.information-container .info-list .far,
	.information-container .info-list i {
		width: 50px;
		height: 50px;
		font-size: 40px;
	}

	.logo-slider {
		padding: 30px 0;
	}

	.testimonials-slide-section blockquote {
		font-size: 16px;
	}

	.testimonials-slide-section .bx-prev:before,
	.testimonials-slide-section .bx-next:before {
		font-size: 70px;
	}

	.content-holder .image-block {
		margin-right: 10px;
	}

	.item-holder.three-columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.item-holder.three-columns .item-block .description {
		padding: 30px 15px;
	}

	.item-holder.three-columns .item-block .description:after {
		min-height: 170px;
	}

	.post .image-block {
		margin: 0 -18px 15px;
	}

	.post .meta {
		padding: 0;
	}

	.post .meta .button {
		margin-left: 15px;
	}

	.post-holder .post h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.comments-section {
		padding: 10px 0 20px;
	}

	.comments-section h2 {
		margin-bottom: 5px;
	}

	.comment-block .description {
		padding: 0;
	}

	.pagination.system_pagination,
	.pagination {
		padding: 20px 0;
	}

	.filter-holder .title {
		margin: 0 3px 20px;
	}

	.filter-holder .form .select-holder {
		margin-right: 14px;
	}

	.products-holder .item,
	.products-holder .productSmall li,
	.products-holder table.productTable td {
		width: 50%;
	}

	.quantity-block {
		margin-bottom: 30px;
	}

	.steps-holder {
		padding-bottom: 15px;
	}

	.shopping-table {
		margin-bottom: 25px;
	}

	.shopping-table th {
		padding: 10px 15px;
	}

	.shopping-table td {
		padding: 15px;
	}

	.form-block {
		padding-bottom: 25px;
	}

	.form-block p {
		margin-bottom: 20px;
	}

	.steps {
		margin-bottom: 35px;
	}

	.next-steps .shopping-table td {
		padding: 10px;
		font-size: 15px;
		line-height: 1.3;
	}

	.next-steps .shopping-table td:first-child {
		float: left;
		width: 100%;
		padding-right: 0;
	}

	.steps-holder .buttons {
		margin: 0 -2px;
	}

	.steps-holder .buttons .button {
		margin: 0 2px;
		min-width: 140px;
	}

	.steps-holder .buttons .button.btn-long {
		min-width: 200px;
	}

	.step-section .card-list {
		margin: 0 -3px;
		padding-bottom: 9px;
	}

	.step-section .card-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.step-section .card-list li {
		width: 25%;
		float: left;
		padding: 0 3px 6px;
	}

	.textarea-holder label {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.event-block h1 {
		margin-bottom: 15px;
	}

	.event-block dl {
		font-size: 14px;
		line-height: 1.3;
	}

	.content-section {
		margin-bottom: -40px;
	}

	.article {
		padding-bottom: 10px;
	}

	.article .alignleft {
		padding-bottom: 20px;
	}

	.article .alignright {
		padding-bottom: 20px;
	}

	.login-holder {
		margin-bottom: 20px;
	}

	.form .button-row .link-password {
		margin: 0 0 0 10px;
	}

	.password-holder {
		padding: 10px 0;
	}

	.account-table {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.account-table th {
		padding: 10px;
	}

	.account-table td {
		padding: 10px;
	}

	.invoice {
		font-size: 15px;
	}

	.invoice .border td {
		padding: 10px;
	}

	.invoice .productitemcell {
		margin-top: 10px;
	}

	.invoice .textb {
		width: 40%;
	}

	.contact-wrap .addres-holder {
		display: block;
		margin-bottom: 30px;
	}

	.contact-wrap .addres-holder [class^="col-"] {
		width: auto;
	}

	.contact-wrap .info {
		margin-bottom: 30px;
	}

	.contact-wrap .info li {
		margin-bottom: 10px;
	}

	.contact-wrap .address li {
		padding-left: 30px;
		margin-bottom: 10px;
	}

	.banner-counter {
		letter-spacing: 0;
		padding: 40px 0;
		font-size: 16px;
	}

	.banner-counter [class^="col-"] {
		width: 50%;
	}

	.banner-counter .value {
		font-size: 35px;
	}

	.case-study article {
		margin-bottom: 40px;
	}

	.testimonial blockquote {
		font-size: 16px;
	}

	.coming-soon .holder {
		padding: 0;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	figure figcaption,
	#main figure figcaption {
		padding: 10px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.fancybox-margin {
		margin: 0 !important;
	}

	body {
		font-size: 15px;
		line-height: 1.4;
	}

	[id="main"] img {
		margin-bottom: 20px;
	}

	blockquote {
		padding-left: 10px;
		line-height: 20px;
	}

	ul:not([class]) li:before {
		top: 7px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	textarea,
	.textbox {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}

	select {
		height: 44px;
		font-size: 16px;
		line-height: 22px;
		padding: 10px;
	}

	textarea {
		height: 150px;
	}

	.check-list,
	.radio-list {
		padding: 5px 0 0;
	}

	.check-list label,
	.radio-list label {
		font-size: 15px;
	}

	.radio-list label {
		font-size: 15px;
	}

	.form.registration-form,
	.form.edit-account-form,
	.form.contact-form {
		margin-bottom: 25px;
	}

	.signup-form .row-holder,
	.signup-form .post-holder > div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.signup-form .input-holder {
		margin: 0 0 20px;
	}

	.signup-form .input-holder input[type="text"],
	.signup-form .input-holder input[type="tel"],
	.signup-form .input-holder input[type="email"],
	.signup-form .input-holder input[type="search"],
	.signup-form .input-holder input[type="password"],
	.signup-form .input-holder input[type="url"] {
		height: 40px;
	}

	.jcf-checkbox {
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.jcf-radio {
		width: 36px;
		height: 36px;
		margin: -6px 10px 0 0;
	}

	.jcf-radio span {
		top: 9px;
		left: 9px;
		right: 9px;
		bottom: 9px;
	}

	.jcf-select {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}

	.jcf-select .jcf-select-text {
		margin: 10px 35px 9px 10px;
	}

	.jcf-select .jcf-select-opener {
		width: 40px;
	}

	.jcf-select .jcf-select-opener:before {
		font-size: 14px;
	}

	.jcf-list ul {
		font-size: 15px;
		line-height: 18px;
		padding: 0;
	}

	h1,
	.h1 {
		font-size: 26.1px;
		margin-bottom: 15px;
	}

	h1.page-title,
	.h1.page-title {
		font-size: 25.2px;
	}

	h2,
	.h2 {
		font-size: 20.5px;
		margin-bottom: 15px;
	}

	h2.page-title,
	.h2.page-title {
		font-size: 25.2px;
	}

	h3,
	.h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	p {
		margin-bottom: 15px;
	}

	.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 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-4 {
		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%;
	}

	.row-holder,
	.post-holder > div,
	.productSmall,
	table.productTable tr {
		display: block;
		margin: 0;
	}

	.row-holder.top-mobile,
	.post-holder > div.top-mobile,
	.productSmall.top-mobile,
	table.productTable tr.top-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	[class^="col-"],
	.productSmall li,
	table.productTable td {
		padding: 0;
	}

	.col-6 {
		width: auto;
	}

	.col-4,
	.productSmall li,
	table.productTable td {
		width: auto;
	}

	.col-3 {
		width: auto;
	}

	.col-two-third {
		width: auto;
	}

	.top-mobile .col-two-third {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.col-one-third {
		width: auto;
	}

	.top-mobile .col-one-third {
		width: 100%;
	}

	.color-block {
		margin-bottom: 10px;
		padding: 15px 12px;
	}

	.button,
	.product-block .product-description input[type=submit] {
		font-size: 16px;
		padding: 14px 15px 13px;
		min-width: 150px;
	}

	.btn-long.button,
	.product-block .product-description input[type=submit],
	.btn-long.btn-large.button,
	.product-block .product-description input.btn-large[type=submit] {
		font-size: 16px;
		padding: 14px 15px 13px;
		min-width: 160px;
	}

	.header-frame {
		padding: 10px 0;
	}

	.header-frame .container,
	.header-frame .banner .info,
	.banner .header-frame .info,
	.header-frame .visual-banner .heading,
	.visual-banner .header-frame .heading {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.header-frame .container .info,
	.header-frame .banner .info .info,
	.banner .header-frame .info .info,
	.header-frame .visual-banner .heading .info,
	.visual-banner .header-frame .heading .info {
		font-size: 14px;
	}

	.header-holder .container,
	.header-holder .banner .info,
	.banner .header-holder .info,
	.header-holder .visual-banner .heading,
	.visual-banner .header-holder .heading {
		display: block;
	}

	.header-holder #socialNav {
		display: none;
	}

	.header-holder .button {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 10px;
		font-size: 12px;
	}

	.login-nav {
		display: block;
		margin: 0 0 10px;
	}

	.login-nav ul li {
		margin-left: 7px;
	}

	.login-nav ul li:before {
		margin-right: 7px;
	}

	.logo {
		max-width: 50%;
		padding-bottom: 2px;
	}

	.header-form,
	.search-form {
		padding-left: 20px;
	}

	.header-form .search-opener,
	.search-form .search-opener {
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 1;
	}

	.header-form .search-form,
	.search-form .search-form {
		overflow: hidden;
		width: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 100%;
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
	}

	.visual-holder.video-bg {
		height: 350px;
	}

	.visual-holder {
		height: 280px;
		font-size: 14px;
		padding: 20px 0;
		margin: -20px 0 20px;
	}

	.visual-holder.alt-height {
		height: 280px;
	}

	.more {
		font-size: 16px;
	}

	.map-section > img {
		margin-bottom: 0;
	}

	.load-holder {
		padding: 10px 0 30px;
	}

	.system-message .item a,
	.system-error-message .item a {
		margin: 13px 0 0 6px;
	}

	.latest-blog .post-holder .post {
		width: 100%;
	}

	.banner .holder {
		display: block;
	}

	.banner .text {
		font-size: 16px;
	}

	.banner .text h1 {
		font-size: 30px;
	}

	.banner .form-holder {
		padding: 0;
	}

	.banner .info {
		display: block;
	}

	.banner .info .button {
		margin: 0;
	}

	.banner .text-block {
		margin-bottom: 10px;
	}

	.banner-form {
		width: 100%;
	}

	.visual-banner {
		margin-bottom: 38px;
	}

	.visual-banner:after {
		min-height: 0;
	}

	.visual-banner .heading h1 {
		font-size: 30px;
	}

	.main-holder .aside-section {
		margin-top: 20px;
	}

	.image-slider .bx-prev:before,
	.image-slider .bx-next:before {
		font-size: 50px;
	}

	#sidebar {
		padding-left: 0;
	}

	.left-sidebar #sidebar {
		padding-right: 0;
	}

	#sidebar h2 {
		font-size: 18px;
	}

	.side-block img {
		margin-bottom: 10px;
	}

	.side-nav {
		font-size: 15px;
		padding: 0;
	}

	.side-nav ul ul li {
		margin-top: 6px;
	}

	#footer h3 {
		font-size: 22px;
	}

	.footer-holder {
		padding: 25px 0 5px;
	}

	.footer-holder .row-holder,
	.footer-holder .post-holder > div {
		margin: 0;
	}

	.footer-block {
		float: none;
		width: auto;
		margin: 0;
		padding: 0 0 20px;
	}

	.footer-nav ul {
		font-size: 14px;
		padding-top: 10px;
	}

	.footer-nav ul li {
		margin-bottom: 11px;
	}

	.footer-frame {
		text-align: center;
		padding: 15px 0 20px;
	}

	.item-section,
	.productSmall,
	table.productTable tr {
		max-width: 370px;
		margin: 0 auto;
	}

	.masonry,
	.masonry-big {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: -5px;
	}

	.masonry .item-block,
	.masonry-big .item-block {
		float: none;
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.masonry .item-block .description,
	.masonry-big .item-block .description {
		left: 5px;
		right: 5px;
	}

	.masonry img,
	.masonry-big img {
		margin-bottom: 0;
		width: auto;
		height: auto;
	}

	.masonry-big .item-block {
		padding: 0;
		margin-bottom: 0;
	}

	.masonry-big .text-area {
		padding: 5px 0 5px;
		font-size: 13px;
	}

	.social-networks li {
		margin: 0 5px;
	}

	.subscribe-section {
		padding: 25px 0;
		margin: 0;
	}

	.subscribe-form .block {
		float: none;
		width: auto;
	}

	.subscribe-form label {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.subscribe-form input[type=email] {
		font-size: 18px;
		line-height: 22px;
		float: none;
		display: block;
		margin-bottom: 15px;
	}

	.subscribe-form .button.btn-long {
		float: none;
		width: auto;
		margin-top: 0;
	}

	.footer-block .subscribe-form {
		padding-bottom: 15px;
		max-width: 290px;
	}

	.accordion {
		margin-bottom: 20px;
	}

	.accordion .opener {
		padding: 15px 35px;
		font-size: 16px;
		line-height: 20px;
	}

	.accordion .opener:before {
		left: 10px;
		font-size: 16px;
		margin-top: 1px;
	}

	.accordion .slide .frame {
		padding: 15px 10px 0;
	}

	.tabset a {
		padding: 15px 10px;
	}

	.tab-content {
		padding: 15px 10px 0;
		margin-bottom: 20px;
	}

	.carousel {
		max-width: 370px;
		margin: 0 auto;
	}

	.carousel .mask {
		margin: 0 0 20px;
	}

	.carousel .slide {
		width: auto;
		float: none;
	}

	.carousel .slide:nth-child(2),
	.carousel .slide:nth-child(3) {
		display: none;
	}

	.slideshow {
		height: 678px;
	}

	.slideshow.visual-holder {
		height: 350px;
		margin-top: -20px;
	}

	.slideshow .container,
	.slideshow .banner .info,
	.banner .slideshow .info,
	.slideshow .visual-banner .heading,
	.visual-banner .slideshow .heading {
		padding: 0 35px;
	}

	.slideshow h1 {
		margin-bottom: 10px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		left: 5px;
	}

	.slideshow .btn-prev i,
	.slideshow .btn-next i {
		font-size: 4em;
	}

	.slideshow .btn-next {
		right: 5px;
	}

	.visual-banner + .shopping-cart-summary-holder {
		margin-top: -38px;
	}

	.shopping-cart {
		padding: 0 10px;
	}

	.shopping-cart a {
		font-size: 11px;
		padding: 5px 11px 5px 35px;
	}

	.shopping-cart a:before {
		font-size: 20px;
		left: 8px;
		top: 10px;
	}

	.captcha-holder {
		padding-bottom: 10px;
	}

	.captcha-holder label {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.captcha-holder .captchaimg {
		height: 44px;
	}

	.summary-table .form-code-area input[type=text],
	.summary-table .form-code-area input#DiscountCode,
	.summary-table .form-code-area input#GiftVoucher {
		margin: 0 0 5px;
	}

	.system-page {
		padding: 35px 0 10px;
	}

	.system-page .holder {
		padding: 25px 0 0;
	}

	.system-page .shopping-table td {
		padding: 3px;
	}

	.system-page .shopping-table td,
	.system-page .shopping-table th {
		padding-right: 0;
		padding-left: 108px;
		text-align: right;
	}

	.system-page .shopping-table td:nth-child(2),
	.system-page .shopping-table th:nth-child(2) {
		padding-left: 108px;
	}

	.system-page .shopping-table td:before,
	.system-page .shopping-table th:before {
		float: left;
	}

	.system-page .summary-table {
		font-size: 14px;
	}

	.system-404 span {
		font-size: 150px;
		line-height: 150px;
	}

	.thank-you-table {
		display: block;
	}

	.thank-you-table tbody,
	.thank-you-table tr,
	.thank-you-table td {
		display: block;
	}

	.thank-you-table td {
		padding: 0 0 11px;
	}

	.thank-you-table td:first-child {
		padding: 0 0 11px;
	}

	.thank-you-table td:last-child {
		text-align: left;
	}

	.thank-you-table strong {
		float: none;
		margin: 0;
		display: block;
		width: auto;
		font-weight: 600;
	}

	.our-team .alignleft {
		float: none;
		margin: 0 0 20px;
	}

	.team-block:not(:last-child) {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.intro-holder {
		display: block;
		padding: 0 10px;
		margin: 0;
	}

	.home2 .intro-holder {
		margin-top: -20px;
	}

	.intro-holder .container,
	.intro-holder .banner .info,
	.banner .intro-holder .info,
	.intro-holder .visual-banner .heading,
	.visual-banner .intro-holder .heading {
		display: block;
	}

	.intro-block {
		width: auto;
		border-top: 1px solid #313131;
		padding: 30px 0;
	}

	.intro-block:first-child {
		border: none;
	}

	.home2 .intro-block {
		padding: 17px 0 20px;
	}

	.intro-block .image-block {
		display: block;
		height: auto;
	}

	.intro-block .image-block:after {
		display: none;
	}

	.intro-block p {
		margin-bottom: 20px;
	}

	.intro-block .button {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.home2 .intro-block .button {
		bottom: auto;
		position: static;
	}

	.item-block {
		width: 50%;
		line-height: 1.5;
	}

	.item-block > img {
		margin-bottom: 0;
	}

	.information-container .holder {
		padding: 20px 0;
	}

	.information-container .heading {
		text-align: center;
		font-size: 16px;
		padding-bottom: 10px;
	}

	.information-container .page-title {
		text-align: center;
	}

	.information-container .img-block {
		position: relative;
		width: auto;
		top: auto;
		bottom: auto;
		margin: 0 -20px;
		height: 300px;
	}

	.text-section {
		padding: 50px 0;
		font-size: 16px;
	}

	.text-section .heading {
		font-size: 16px;
	}

	.testimonials-slide-section {
		padding: 30px 0;
	}

	.testimonials-slide-section .bx-prev:before,
	.testimonials-slide-section .bx-next:before {
		font-size: 50px;
	}

	.content-holder {
		padding: 25px 0 10px;
	}

	.content-holder [class^="col-"] {
		padding-bottom: 20px;
	}

	.item-holder.three-columns .item-block {
		width: 100%;
		font-size: 14px;
	}

	.item-holder.three-columns .item-block .description {
		padding: 45px 15px;
	}

	.item-holder.three-columns .item-block h1 {
		margin-bottom: 10px;
	}

	.post .date {
		font-size: 16px;
		margin: -6px 0 13px;
	}

	.post h1 {
		font-size: 27px;
	}

	.post .meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.post .meta .button {
		float: none;
		margin: 0;
	}

	.post .meta .frame {
		padding: 0 0 20px;
		width: 100%;
	}

	.post .link-comments {
		margin-top: 6px;
	}

	.post-holder .post {
		line-height: 1.4;
		float: none;
		width: auto;
	}

	.post-holder .post .date {
		font-size: 16px;
		margin: -6px 0 13px;
	}

	.post-holder .post h1 {
		font-size: 27px;
	}

	.post.detail {
		padding: 0;
	}

	.comments-section h2 {
		margin-bottom: 0;
	}

	.comment-block {
		padding: 15px 0 0;
	}

	.pagination.system_pagination,
	.pagination {
		padding: 0 0 20px;
	}

	.filter-holder .form form {
		display: block;
	}

	.filter-holder .form .select-holder {
		width: auto;
		margin: 0 0 10px;
	}

	.products-holder .productSmall {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -7px;
	}

	.products-holder .item,
	.products-holder .productSmall li,
	.products-holder table.productTable td {
		width: 50%;
		padding: 0 7px;
	}

	.products-holder .item .text-block span:not(.price),
	.products-holder .productSmall li .text-block span:not(.price),
	.products-holder table.productTable td .text-block span:not(.price) {
		font-size: 15px;
		padding-top: 1px;
	}

	.product-block {
		padding-bottom: 0;
	}

	.product-block .heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.product-block .heading .price {
		font-size: 20px;
	}

	.product-block h1 {
		margin-bottom: 10px;
	}

	.gallery {
		margin: 0 0 20px;
	}

	.gallery .thumbnails {
		margin: 15px -5px 0;
	}

	.gallery .thumbnails li {
		padding: 0 5px 4px;
	}

	.steps-holder {
		padding-bottom: 15px;
	}

	.shopping-table {
		margin-bottom: 25px;
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.shopping-table thead {
		display: none;
	}

	.shopping-table tbody {
		display: block;
		padding-left: 118px;
	}

	.shopping-table td {
		display: block;
		text-align: left;
		font-size: 15px;
		padding: 0 10px 13px 118px;
		border: none;
		margin-left: -118px;
	}

	.shopping-table td:first-child {
		width: auto;
		padding-right: 10px;
	}

	.shopping-table td:before {
		content: attr(data-title);
		display: inline-block;
		width: 108px;
		margin-left: -108px;
		position: relative;
		white-space: normal;
		text-align: left;
	}

	.shopping-table td .image-block {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.shopping-table tr {
		display: block;
	}

	.shopping-table tr:first-child td:first-child {
		border: none;
	}

	.shopping-table tr td:first-child {
		padding-top: 13px;
		border-top: 1px solid #313131;
	}

	.shipping-holder {
		padding-bottom: 20px;
	}

	#shippingCountrySpan,
	#shippingSpan,
	#shippingStateSpan {
		margin-bottom: 6px;
	}

	.card-list {
		padding-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 -4px;
	}

	.card-list li {
		width: 33.33%;
		display: block;
		padding: 0 4px 8px;
	}

	.form-block {
		padding-bottom: 15px;
	}

	.total-price {
		font-size: 24px;
		padding: 0 0 20px;
	}

	.total-price #Amount {
		font-size: 24px;
		width: 190px;
	}

	.steps {
		margin-bottom: 20px;
	}

	.steps li:nth-child(2) i {
		margin-left: 5px;
	}

	.steps span {
		text-indent: -9999px;
	}

	.steps i {
		display: block;
	}

	.next-steps .shopping-table td {
		padding: 0 10px 13px 118px;
	}

	.next-steps .shopping-table td:first-child {
		float: none;
		width: auto;
		padding-right: 10px;
	}

	.steps-holder .buttons .button {
		min-width: 110px;
	}

	.steps-holder .buttons .button.btn-long {
		min-width: 170px;
	}

	.step-section .radio-list {
		padding-bottom: 5px;
	}

	.step-section .radio-list li {
		padding-bottom: 10px;
	}

	.event-holder .image-block {
		margin-bottom: 15px;
	}

	.event-block .holder {
		padding: 0 10px;
	}

	.event-block dl dt {
		width: 62px;
	}

	.booking-form {
		padding-bottom: 20px;
	}

	.content-section {
		margin: 0 0 -20px;
	}

	.content-section .block {
		display: block;
		margin-bottom: 15px;
	}

	.content-section .image-area {
		width: auto;
		max-width: 380px;
		margin: 0 auto;
	}

	.content-section .description {
		width: auto;
		padding-bottom: 20px;
	}

	.content-section .frame {
		max-width: none;
	}

	.article .alignleft {
		float: none;
		width: auto;
		max-width: 440px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.article .alignright {
		float: none;
		width: auto;
		max-width: 440px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.login-holder {
		margin-bottom: 15px;
	}

	.form.login-form {
		margin-bottom: 25px;
	}

	.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;
	}

	.invoice-holder {
		overflow: auto;
	}

	.invoice {
		width: 600px;
	}

	.invoice .textb {
		margin: 0;
	}

	table.case-details {
		font-size: 14px;
	}

	table.case-details td.var {
		width: 112px;
	}

	.map-container {
		margin-bottom: 0;
	}

	.banner-counter {
		padding: 30px 0;
	}

	.case-study article {
		margin-bottom: 20px;
	}

	.testimonials-heading {
		margin-bottom: 30px;
	}

	.testimonial {
		padding: 30px 0 10px;
	}

	.coming-soon h1 {
		font-size: 35px;
	}

	.coming-soon .timer .column {
		padding: 0 5px;
	}

	.coming-soon .timer span {
		font-size: 45px;
	}

	.patterns-tabset {
		padding: 10px;
	}

	.patters-section:last-child {
		margin-bottom: 0;
	}

	iframe {
		height: auto;
	}
}

@media (max-width: 479px) {
	.header-form .search-form input[type="search"],
	.search-form .search-form input[type="search"] {
		padding: 0 10px;
	}

	.header-webapp h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.header-webapp h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.header-webapp p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.masonry img,
	.masonry-big img {
		margin-bottom: 0;
	}

	.slideshow {
		height: 854px;
	}

	.nav-webapp .nav li {
		margin: 0 5px 10px 0;
	}

	.team-block {
		display: block;
	}

	.team-block .img-block {
		margin: 0 0 20px;
	}

	.item-block {
		width: auto;
		float: none;
	}

	.products-holder .productSmall {
		max-width: 290px;
		display: block;
		margin: 0 auto;
	}

	.products-holder .item,
	.products-holder .productSmall li,
	.products-holder table.productTable td {
		width: auto;
		padding: 0;
	}

	.coming-soon p {
		font-size: 14px;
	}

	.coming-soon .timer span {
		font-size: 30px;
		padding: 16px 0;
	}

	.coming-soon .timer p {
		font-size: 14px;
	}
}

@-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);
	}
}

@keyframes ellipsis {
	to {
		width: 57px;
	}
}

@-webkit-keyframes ellipsis {
	to {
		width: 57px;
	}
}
