/*! 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;
}

/*! 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: rgba(83, 81, 82, .8);
	color: #444;
	text-shadow: none;
	border-radius: 4px;
	padding: 17px 12px 5px !important;
}

.fancybox-opened {
	z-index: 8030;
}

.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: 17px;
	right: 12px;
	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: FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 27px;
	display: block;
}

.fancybox-close:hover {
	color: #ce7006;
}

.fancybox-nav {
	position: absolute;
	bottom: 4px;
	width: 80px;
	height: 28px;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8051;
	color: #575757;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 8040;
	color: #050505;
	text-align: center;
	-webkit-transition: color .15s;
	transition: color .15s;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 24px;
}

.fancybox-nav span:hover {
	color: #ce7006;
}

.fancybox-next span:after,
.fancybox-prev span:before {
	content: "\f053";
	font-family: FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 1px 0 0 -1px;
	font-size: 24px;
}

.fancybox-prev span {
	left: 10px;
}

.fancybox-prev span:before {
	margin-right: 3px;
}

.fancybox-next span {
	right: 10px;
}

.fancybox-next span:after {
	content: "\f054";
	margin: 1px -1px 0 3px;
}

.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;
	text-align: center;
	color: #fff;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	padding: 4px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	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;
	padding: 0 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 80px 0;
}

/*Retina graphics!*/

ul,
.check-list,
.radio-list,
.top-nav ul,
.login-nav ul,
#nav,
#nav ul,
.events-wrap .list,
.sponsors-section .logo-list,
.side-nav ul,
.footer-nav,
.footer-nav ul,
.service-info,
.social-networks,
.accordion,
.tabset,
.nav-webapp .nav,
.webapp3 .sliderNav,
.nav-web,
.webapp-holder .social,
.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,
.container: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,
.footer-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: #f3f1f1;
	font: 300 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 #aaa;
	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: #ce7006;
}

#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: "FontAwesome";
	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 #fff;
	padding: 12px 20px;
	color: #888;
	width: 100%;
	height: 59px;
	font-size: 20px;
	line-height: 26px;
	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: #888;
}

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: #888;
}

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: #888;
}

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: #888;
}

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: #888;
}

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: #fff;
	color: #313131;
	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;
}

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: #888;
	text-transform: uppercase;
}

select .hideme {
	display: none;
}

textarea,
textarea.cat_listbox {
	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 {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

.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 {
	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: 23px;
}

.form.edit-account-form h2 {
	margin-bottom: 20px;
}

.form.edit-account-form p {
	margin-bottom: 42px;
}

.password-holder ~ .captcha-holder {
	padding: 0;
}

.awards-entry-form {
	padding: 0 30px 35px;
}

.awards-entry-form fieldset:not(:last-of-type) {
	border-bottom: 3px solid #313131;
	padding-bottom: 11px;
	margin-bottom: 15px;
}

.awards-entry-form .alt-holder {
	margin-bottom: 12px;
}

.awards-entry-form .margin-input {
	margin-bottom: 30px;
}

.awards-entry-form label {
	padding: 5px 17px 0;
	margin-bottom: 3px;
	color: #313131;
	display: inline-block;
	vertical-align: top;
}

.awards-entry-form .jcf-radio {
	width: 30px;
	height: 30px;
	margin: 0 11px 5px 15px;
}

.awards-entry-form .jcf-radio span {
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
}

.awards-entry-form .jcf-radio + label {
	padding: 0;
	margin-bottom: 0;
	line-height: 26px;
}

.awards-entry-form .checkbox-holder {
	padding-left: 17px;
}

.awards-entry-form .checkbox-holder > div {
	display: inline-block;
}

.awards-entry-form .checkbox-holder > label {
	display: block;
}

.awards-entry-form .checkbox-holder label {
	padding: 0;
	margin: 0;
	line-height: 40px;
}

.awards-entry-form h2 {
	font-size: 20px;
	padding: 0 17px;
	margin-bottom: 11px;
}

.awards-entry-form h2 + label {
	padding-top: 0;
	margin-bottom: 20px;
}

.awards-entry-form .h2 {
	text-transform: uppercase;
}

.awards-entry-form h3 {
	padding: 0 17px;
}

.awards-entry-form input[type="text"],
.awards-entry-form input[type="email"],
.awards-entry-form input[type="password"] {
	height: 44px;
	font-size: 20px;
	margin-bottom: 7px;
	padding: 10px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.awards-entry-form .jcf-select {
	height: 44px;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 7px;
}

.awards-entry-form .jcf-select .jcf-select-text {
	margin: 10px 65px 10px 20px;
}

.awards-entry-form textarea {
	margin-bottom: 14px;
	display: block;
	width: 100%;
}

.awards-entry-form .question-block {
	overflow: hidden;
	padding: 0 17px;
}

.awards-entry-form .question-block .hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
}

.awards-entry-form .question-block label {
	text-transform: uppercase;
	font-size: 20px;
	margin-right: 7px;
	padding: 0;
}

.awards-entry-form .question-block p {
	margin: 0;
}

.awards-entry-form label.alt {
	color: #000;
}

.awards-entry-form .small-text {
	font-size: 12px;
	overflow: hidden;
}

.awards-entry-form .small-text p {
	line-height: 1.17;
}

.awards-entry-form .jcf-checkbox {
	min-width: 50px;
	width: 50px;
	height: 44px;
	display: block;
	background: #f5f5f5;
	margin: 0 13px;
	float: none;
	display: inline-block;
}

.awards-entry-form .jcf-checkbox span:before {
	content: "\e906";
	font-family: "icomoon" !important;
	font-size: 27px;
}

.awards-entry-form .text {
	padding: 0 17px;
}

.awards-entry-form .text h2,
.awards-entry-form .text h3 {
	padding: 0;
}

.awards-entry-form .text .question-block {
	padding: 0;
	text-transform: uppercase;
}

.awards-entry-form .captcha-holder input[type="text"] {
	height: 59px;
	line-height: 39px;
}

.awards-entry-form .captcha-holder label {
	font-size: 16px;
	padding: 0;
	color: #313131;
}

.awards-entry-form ol {
	margin: 0;
	padding: 0 0 5px 18px;
}

.awards-entry-form ol li {
	margin-bottom: 2px;
}

.awards-entry-form p {
	margin: 0;
}

.awards-entry-form .col-8 {
	width: 66.67%;
}

.awards-entry-form .col-4 {
	width: 33.33%;
}

.awards-entry-form .row-holder.radio-standart,
.awards-entry-form .row-holder.custom-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.awards-entry-form .custom-input {
	padding-left: 17px;
}

.awards-entry-form .custom-input p {
	padding: 10px 0 15px;
}

.awards-entry-form .custom-input label {
	margin: 0;
	padding: 0;
	line-height: 44px;
	float: left;
	width: 190px;
}

.awards-entry-form .custom-input input[type="text"] {
	width: calc(100% - 190px);
}

.custom-radio .jcf-radio {
	height: 46px;
	width: 50px;
	border-radius: 0;
	position: relative;
	font-size: 20px;
	line-height: 34px;
	color: #888;
	margin-bottom: 13px;
	cursor: pointer;
}

.custom-radio .jcf-radio:after {
	display: block;
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.custom-radio .jcf-radio span {
	display: none;
}

.custom-radio .jcf-radio.jcf-checked {
	background: #313131;
	color: #fff;
}

.custom-radio .value-yes .jcf-radio:after {
	content: "YES";
}

.custom-radio .value-no .jcf-radio:after {
	content: "NO";
}

.contact-form.center-block,
.nabim-form.center-block {
	max-width: 656px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.nabim-form input[type="text"],
.nabim-form input[type="email"],
.nabim-form input[type="password"] {
	height: 44px;
	font-size: 20px;
	margin-bottom: 7px;
	padding: 5px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contact-form textarea,
.nabim-form textarea {
	height: 226px;
	min-height: 226px;
	margin-bottom: 8px;
}

.contact-form .jcf-select,
.nabim-form .jcf-select {
	height: 44px;
	font-size: 20px;
	line-height: 1;
}

.contact-form .jcf-select .jcf-select-text,
.nabim-form .jcf-select .jcf-select-text {
	margin: 12px 40px 12px 20px;
}

.contact-form .captcha-holder,
.nabim-form .captcha-holder {
	max-width: 560px;
	padding-bottom: 42px;
}

.contact-form .captcha-holder label,
.nabim-form .captcha-holder label {
	font-size: 16px;
	margin-bottom: 26px;
}

.contact-form .captcha-holder input[type="text"],
.nabim-form .captcha-holder input[type="text"] {
	height: 59px;
	line-height: 39px;
}

.contact-form a,
.nabim-form a {
	color: inherit;
}

.form.edit-account-form .membership-form {
	margin-bottom: 20px;
}

.form.edit-account-form .membership-form h3 {
	text-transform: none;
}

.form.edit-account-form .membership-form .radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 6px;
	margin: 0 -15px;
}

.form.edit-account-form .membership-form .radio-list li {
	padding-left: 15px;
	padding-right: 15px;
}

.form.edit-account-form .membership-form .jcf-radio {
	margin-right: 5px;
}

.form.edit-account-form .membership-form .payment-holder {
	max-width: 560px;
}

.form.edit-account-form .membership-form .captcha-holder label {
	font-size: 16px;
	margin-bottom: 25px;
}

.form.edit-account-form .membership-text {
	margin-bottom: 30px;
}

.form.edit-account-form .membership-text p {
	line-height: 1.25;
	margin: 0;
}

.form.edit-account-form .membership-text h3 {
	text-transform: none;
}

.secureZoneGenericForm .button-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.secureZoneGenericForm .button {
	margin-right: 10px;
}

.warning {
	color: #ff8989;
}

.nabim-form .wrap {
	margin-bottom: 40px;
}

.nabim-form .check-list label {
	font-size: inherit;
}

.nabim-form .select-holder {
	overflow: hidden;
}

.nabim-form .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.nabim-form .number-hold {
	width: 90px;
	padding: 0 5px;
}

.nabim-form .number-hold .jcf-select {
	height: 30px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.nabim-form .number-hold .jcf-select .jcf-select-text {
	margin: 4px 30px 4px 10px;
	line-height: 1;
}

.nabim-form .number-hold .jcf-select .jcf-select-opener {
	width: 36px;
}

.nabim-form .bg-block {
	padding: 5px 10px;
	background: #f3f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nabim-form .bg-block p {
	margin: 0;
}

.nabim-form input[type="text"] + p,
.nabim-form input[type="email"] + p,
.nabim-form input[type="password"] + p {
	font-size: 13px;
	margin-bottom: 10px;
}

.nabim-form hr {
	height: 20px 0;
	margin: 0;
}

/* custom checkbox styles */

.jcf-checkbox {
	border: 1px solid #fff;
	background: #fff;
	margin: 0 17px 0 0;
	float: left;
	position: relative;
	width: 30px;
	height: 30px;
}

.white-block .jcf-checkbox {
	background: #f3f1f1;
}

.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: FontAwesome;
	font-size: 18px;
	line-height: 1;
	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 #fff;
	background: #fff;
	position: relative;
	border-radius: 50%;
	margin: -8px 17px 9px 0;
	float: left;
	width: 42px;
	height: 42px;
}

.white-block .jcf-radio {
	background: #f3f1f1;
}

.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: #575757;
}

/* custom select styles */

.jcf-select {
	border: 1px solid #fff;
	color: #888;
	background: #fff;
	position: relative;
	cursor: default;
	height: 59px;
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	display: block;
	width: 100% !important;
	margin: 0 0 20px;
	text-overflow: ellipsis;
}

.white-block .jcf-select {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

.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: FontAwesome;
	font-size: 18px;
	line-height: 1;
	color: #c6c6c6;
	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: #313131;
}

select.error + .jcf-select {
	color: #ff8989;
	border-color: #ff8989;
}

.jcf-focus {
	border-color: #fff;
	color: #313131;
}

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%;
}

.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: #313131;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	text-decoration: none;
	padding: 9px 18px;
	display: block;
	cursor: default;
	color: #888;
	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: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* 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: #313131;
	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: #ce7006;
	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;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
	background: #f3f1f1;
	border-color: #f3f1f1;
	padding: 0 20px;
	font-size: 20px;
	line-height: 44px;
	height: 44px;
	width: 315px;
	margin-right: 25px;
	color: #888;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #000;
	margin: 0 0 0 -1px;
	padding: 0 15px;
	line-height: 32px;
	font-size: 14px;
	height: 32px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.header6,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.16;
	margin: 0 0 .5em;
	color: #313131;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
.header6 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: #313131;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
.header6 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #ce7006;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 25px;
}

h1.page-title,
.h1.page-title {
	font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 50px;
	line-height: 1.16;
	font-weight: 400;
	text-transform: uppercase;
	color: #939393;
}

h2,
.h2 {
	font-size: 25px;
	margin-bottom: 30px;
}

h2.page-title,
.h2.page-title {
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 13px;
}

h3,
.h3,
.header6 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

h4,
.h4 {
	font-size: 18px;
	text-transform: uppercase;
}

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: #ce7006;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color .15s linear 0s;
	transition: color .15s linear 0s;
}

a:hover,
a:focus {
	color: #ce7006;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

.header6 {
	margin-bottom: 0;
}

.row-holder,
.productSmall,
table.productTable tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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 {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

.bg-block {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.white-block {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.white-block blockquote {
	max-width: 747px;
}

.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: none;
	border: 1px solid #313131;
	text-transform: uppercase;
	color: #313131;
	font-size: 18px;
	line-height: 1.1;
	padding: 17px 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: #fff;
	background: none;
}

.light.button:hover,
.product-block .product-description input.light[type=submit]:hover,
.light.button:focus,
.product-block .product-description input.light[type=submit]:focus {
	color: #313131;
	background: #fff;
	border-color: #fff;
}

.button:hover,
.product-block .product-description input[type=submit]:hover,
.button:focus,
.product-block .product-description input[type=submit]:focus {
	background: #fff;
	border-color: #fff;
	color: #313131;
}

.white-block .button {
	color: #313131;
	background: none;
	border-color: #313131;
}

.white-block .button:hover,
.white-block .button:focus {
	color: #313131;
	background: #f3f1f1;
	border-color: #f3f1f1;
}

.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: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	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;
}

.btn-back {
	width: 100%;
}

#header {
	position: relative;
	z-index: 170;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.header-frame {
	background: #fff;
	padding: 5px 0 0;
}

.header-frame .container {
	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;
}

.header-frame .container:after {
	display: none;
}

.scroll .header-frame {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.header-holder {
	background: #313131;
	text-align: right;
	position: relative;
	z-index: 1;
}

.top-nav {
	display: inline-block;
}

.top-nav ul {
	margin: 0 34px 0 0;
	padding: 0;
	display: inline-block;
}

.top-nav ul li {
	padding: 0;
	display: inline-block;
}

.top-nav ul li.selected a {
	color: #ce7006;
	background: #fff;
}

.top-nav ul li:before {
	display: none;
}

.top-nav ul a {
	color: #fff;
	padding: 6px 15px;
	display: inline-block;
}

.top-nav ul a:hover {
	color: #ce7006;
	background: #fff;
}

.login-nav {
	font-size: 12px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-transform: uppercase;
}

.login-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 34px 0 0;
	padding: 0;
}

.login-nav ul li {
	margin: 0 0 0 4px;
	padding: 0;
}

.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 .login {
	color: #fff;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 15px;
	margin: 0 5px 0 25px;
}

.login-nav .login i {
	font-size: 22px;
	display: block;
	margin-left: 16px;
}

.login-nav .login:hover {
	color: #ce7006;
	background: #fff;
}

.logo {
	padding-right: 24px;
	padding-left: 6px;
	-ms-flex-preferred-size: 29.5%;
	flex-basis: 29.5%;
}

.nav-holder {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	-ms-flex-preferred-size: 70.5%;
	flex-basis: 70.5%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 55px;
}

.nav-holder .nav-opener {
	display: none;
	outline: none;
}

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	font-weight: 400;
}

#nav > li {
	position: relative;
	padding: 0 10px;
	text-align: center;
}

#nav > li:before {
	display: none;
}

#nav > li.has-drop-down:after {
	content: "\f107";
	position: absolute;
	left: 50%;
	bottom: -22px;
	font-family: FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	color: #ce7006;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	z-index: 25;
}

#nav > li.hover {
	color: #ce7006;
}

#nav > li.hover:after {
	display: block;
}

#nav > li.hover > a {
	color: inherit;
}

#nav > li.hover > .drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#nav > li.selected > a {
	color: #ce7006;
}

#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: #313131;
	text-decoration: none;
	-webkit-transition: background .2s;
	transition: background .2s;
}

#nav a:hover {
	color: inherit;
}

#nav .drop {
	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 {
	display: none !important;
}

#nav ul {
	font-size: 13px;
	text-align: center;
	text-transform: capitalize;
	padding-left: 1px;
	width: 165px;
}

#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: FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #777;
}

#nav ul li.hover > a {
	background: #ce7006;
}

#nav ul li.hover .drop {
	display: block;
}

#nav ul a {
	background: #313131;
	display: block;
	color: #d0d0d0;
	padding: 10px 18px 12px;
	position: relative;
}

#nav ul a:hover {
	color: #d0d0d0;
	background: #ce7006;
}

.header-form,
.search-form {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 16px 3px 33px;
}

.header-form .fa,
.search-form .fa {
	width: 24px;
}

.header-form .search-opener,
.search-form .search-opener {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 27px;
	width: 18px;
	line-height: 27px;
}

.header-form .search-opener:hover,
.search-form .search-opener:hover {
	color: #ce7006;
}

.header-form .search-form,
.search-form .search-form {
	position: absolute;
	right: 9px;
	width: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s .1s, width .4s;
	transition: opacity .2s .1s, width .4s;
	bottom: auto;
	top: 100%;
	padding: 0;
	max-width: 187px;
}

.header-form .row,
.search-form .row {
	position: relative;
	padding: 0;
}

.header-form input[type="search"],
.search-form input[type="search"] {
	padding: 0 10px;
	border: 1px solid #000;
	height: 30px;
	margin: 0;
	font-size: 13px;
	line-height: 19px;
	color: #c6c6c6 !important;
	text-transform: none;
}

.header-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	text-transform: none;
	color: #7d7d7d;
}

.header-form input[type="search"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	text-transform: none;
	color: #7d7d7d;
}

.header-form input[type="search"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	text-transform: none;
	color: #7d7d7d;
}

.header-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	text-transform: none;
	color: #7d7d7d;
}

.header-form input[type="search"].placeholder,
.search-form input[type="search"].placeholder {
	text-transform: none;
	color: #7d7d7d;
}

.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: #000;
}

.header-form .fa-times,
.search-form .fa-times {
	display: none;
}

.header-form.search-active .search-form,
.search-active.search-form .search-form {
	width: 236px;
	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 .icon-search,
.search-active.search-form .icon-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;
	padding-top: 25px;
}

.scroll #main {
	padding-top: 113px;
}

.customHomeBuilderPage:not(.scroll) #main {
	padding-top: 0;
}

.main-holder {
	padding-bottom: 15px;
}

.visual-holder {
	height: 610px;
	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 h1 {
	color: #fff;
	margin: 0;
	margin-bottom: 7px;
	line-height: 1.36;
}

.visual-holder .text-block {
	padding: 13px 0 0;
	max-width: 530px;
	margin: 0 auto;
}

.visual-holder p {
	margin: 0;
}

.more {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
}

.more:hover {
	color: #313131;
}

.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: #ce7006;
}

.system-message a:hover,
.system-error-message a:hover {
	color: #ce7006;
}

.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: #ce7006;
}

.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 {
	text-align: center;
	padding-bottom: 30px;
}

.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 .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;
}

.events-wrap {
	padding: 46px 0;
}

.events-wrap .page-title {
	margin-bottom: 38px;
}

.events-wrap .list li {
	margin-bottom: 36px;
}

.events-wrap .list h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.events-wrap .list h2 a {
	color: inherit;
}

.events-wrap .list h2 a:hover {
	color: #ce7006;
}

.events-wrap .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.events-wrap .date-block {
	display: block;
	width: 100%;
	min-width: 82px;
	max-width: 82px;
	height: 134px;
	padding: 9px 5px;
	border: 1px solid #313131;
	text-align: center;
	margin-right: 10px;
	line-height: 1;
	color: #313131;
	-webkit-transition: border .2s linear, background .2s linear;
	transition: border .2s linear, background .2s linear;
}

.events-wrap .date-block:hover {
	background: #d0d0d0;
	border-color: #d0d0d0;
}

.events-wrap .date-block span {
	display: block;
	text-transform: uppercase;
}

.events-wrap .date-block .date {
	font-size: 24px;
	margin-bottom: 10px;
}

.events-wrap .text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.events-wrap .more {
	font-size: 18px;
	margin: 0 50px 10px 0;
	display: inline-block;
	vertical-align: top;
}

.events-wrap .more:hover {
	color: #313131;
}

.events-wrap p {
	margin-bottom: 23px;
}

.events-wrap .pagination {
	display: none;
}

.sponsors-section {
	padding: 34px 0;
	margin: 0;
}

.sponsors-section h2 {
	margin-bottom: 26px;
}

.sponsors-section .logo-list {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 -35px;
}

.sponsors-section .logo-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 35px 10px;
}

.sponsors-section .logo-list img {
	margin: 0;
}

.sponsors-section .text-center {
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
}

.literature-container span {
	display: inline-block;
	vertical-align: middle;
}

.literature-container .icon {
	margin-right: 7px;
}

.literature-container .icon img {
	margin: 0;
	display: block;
}

.literature-container a {
	color: inherit;
}

.literature-container a:hover {
	color: #ce7006;
}

.gallery-title {
	margin-bottom: 38px;
}

.title-text {
	text-transform: uppercase;
}

.masonry-title {
	font-size: 20px;
	margin-bottom: 12px;
}

.gallery-section .title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 20px;
	line-height: 1.41;
	margin-bottom: 12px;
}

.gallery-section .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-bottom: 40px;
}

.gallery-section .block img {
	margin: 0;
}

.faq-webapp table {
	width: 100%;
}

.faq-table {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #dcdcdc;
	text-align: left;
}

.faq-table th {
	background: #f3f3f3;
	padding: 20px 20px;
	font-weight: 400;
	border-bottom: 1px solid #dcdcdc;
}

.faq-table tr:first-child td {
	padding-top: 21px;
}

.faq-table td {
	padding: 8px 20px;
	vertical-align: top;
}

.faq-table th:first-child,
.faq-table td:first-child {
	width: 21.5%;
}

.inline-photo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px;
	text-align: center;
}

.inline-photo-list li {
	padding: 0 20px 20px;
}

.inline-photo-list span {
	display: block;
}

.table-wrap {
	overflow: auto;
}

.nabim-table {
	width: 100%;
	margin-bottom: 20px;
}

.nabim-table th {
	padding: 0 3px 10px;
}

.nabim-table th:first-child {
	text-align: left;
}

.nabim-table td {
	text-align: center;
	padding: 0 3px 5px;
}

.nabim-table td:first-child {
	text-align: left;
}

.nabim-table .jcf-checkbox {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.exam-inputs {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.exam-inputs input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 10px);
	margin: 0 10px 10px 0;
	min-width: 81px;
}

#sidebar.elements-sidebar {
	position: static;
}

#sidebar h2 {
	color: #313131;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 19px;
}

#sidebar h3 {
	font-size: 16px;
	margin-bottom: 9px;
}

#sidebar .events-wrap li {
	margin-bottom: 31px;
}

#sidebar .events-wrap h1 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

#sidebar .events-wrap h2 {
	font-size: 16px;
	margin-bottom: 12px;
}

#sidebar .events-wrap p {
	margin-bottom: 7px;
}

#sidebar .more {
	margin: 0;
}

.side-block {
	padding: 0;
}

.side-block + .side-block .side-nav {
	padding-bottom: 1px;
}

.side-block p {
	margin-bottom: 14px;
}

.side-block img {
	margin-bottom: 20px;
}

.side-nav {
	padding: 1px 0;
}

.side-nav ul {
	padding: 0;
}

.side-nav li {
	margin: 0 0 16px;
}

.side-nav li:first-child {
	margin-top: 0;
}

.side-nav li.selected > a {
	color: #ce7006;
}

.side-nav a {
	color: #313131;
}

.side-nav a:hover {
	color: #ce7006;
}

.side-nav ul {
	padding: 0;
}

.side-nav ul li {
	padding: 0;
}

.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;
}

.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: "FontAwesome";
	font-size: 16px;
	line-height: 1;
}

.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: 20px;
}

.side-navigation + .side-navigation,
.patterns-tabset + .side-navigation,
.side-navigation + .patterns-tabset,
.patterns-tabset + .patterns-tabset {
	margin-top: -18px;
}

.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: #313131;
}

.side-navigation li a,
.patterns-tabset li a {
	background: #ce7006;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 15px 10px;
}

.side-navigation li ul,
.patterns-tabset li ul {
	display: none !important;
}

#footer h3 {
	text-transform: none;
	color: #acacac;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 27px;
}

.footer-holder {
	background: #222;
	color: #888;
	padding: 63px 0 0;
	font-weight: 400;
}

.footer-holder .row-holder {
	margin: 0 -20px;
}

.footer-block {
	float: left;
	width: 26.6666666667%;
	padding: 0 20px 20px;
	font-size: 14px;
	line-height: 16px;
}

.footer-block.footer-links {
	width: 20%;
}

.footer-block p {
	margin-bottom: 7px;
	line-height: 1.14;
}

.footer-block a {
	color: #888;
}

.footer-block a:hover {
	color: #fff;
}

.footer-block address {
	font-style: normal;
	padding-top: 3px;
	margin: 0;
}

.footer-block address .phone,
.footer-block address .email,
.footer-block address .address {
	display: block;
	padding: 0 0 30px 36px;
}

.footer-block address span {
	position: relative;
}

.footer-block address span.phone {
	padding-bottom: 30px;
}

.footer-block address span.email i {
	top: -5px;
}

.footer-block address span i {
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: -2px;
	left: 0;
	color: #888;
}

.footer-nav {
	padding: 2px 0 0;
}

.footer-nav li {
	margin-bottom: 13px;
}

.footer-nav a {
	color: #888;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-nav ul {
	font-size: 16px;
	padding: 35px 0 0;
}

.footer-nav ul li {
	margin: 0 0 20px;
}

.logos {
	list-style: none;
	padding: 6px 0 0;
	margin: 0 -14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logos li {
	width: 50%;
	padding: 0 11px 33px;
}

.logos a {
	display: block;
	-webkit-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s;
}

.logos a:hover {
	opacity: .8;
}

.footer-frame {
	background: #fff;
	text-align: right;
	padding: 5px 0;
}

.footer-frame .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-frame .container:after {
	display: none;
}

.footer-frame .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-frame .social-networks {
	float: right;
	margin-left: 20px;
}

.footer-frame p {
	margin: 0;
}

.footer-frame [id="socialNav"] {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.footer-logo {
	margin-right: 15px;
	text-align: left;
}

.service-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 404px;
	text-align: center;
	padding-top: 7px;
}

.service-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 -10px;
}

.service-info li {
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.service-info li a {
	color: inherit;
}

.service-info li a:hover {
	color: #ce7006;
}

.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;
	background: #fff;
	color: #313131;
	height: 100%;
	position: relative;
}

.item .holder:after,
.productSmall li .holder:after,
table.productTable td .holder:after {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: -9999px;
	z-index: -1;
}

.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: #ce7006;
	-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;
	-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: 50%;
	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: -webkit-transform .2s linear .2s;
	-webkit-transition: -webkit-transform .2s linear .2s;
	transition: -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s;
	-webkit-transition: -webkit-transform .2s linear .2s, -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
	background: #fff;
	color: #313131;
	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";
}

.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: #4d4d4d;
	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: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 1;
}

.social-networks a:hover {
	color: #313131;
}

.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,
.footer-block .subscribe-form {
	max-width: 269px;
}

.side-block .subscribe-form .block,
.footer-block .subscribe-form .block {
	float: none;
	width: auto;
}

.side-block .subscribe-form input[type=email],
.footer-block .subscribe-form input[type=email] {
	margin-bottom: 20px;
}

.side-block .subscribe-form .button,
.footer-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;
}

.footer-block .subscribe-form label {
	display: none;
}

.footer-block .subscribe-form input[type=email] {
	color: #888;
	border-color: #888;
	margin-bottom: 19px;
}

.footer-block .subscribe-form input[type=email]::-webkit-input-placeholder {
	color: #888;
}

.footer-block .subscribe-form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #888;
}

.footer-block .subscribe-form input[type=email]:-moz-placeholder {
	color: #888;
}

.footer-block .subscribe-form input[type=email]:-ms-input-placeholder {
	color: #888;
}

.footer-block .subscribe-form input[type=email].placeholder {
	color: #888;
}

.footer-block .subscribe-form .button {
	color: #888;
	border-color: #888;
	background: none;
}

.footer-block .subscribe-form .button:hover {
	background: #888;
	color: #313131;
	border-color: #888;
}

.share-block {
	padding: 11px 0 0;
}

.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;
}

.post-holder .share-block .title {
	display: none;
}

.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: #ce7006;
}

.accordion li.active .opener {
	color: #fff;
}

.accordion li.active .opener:before {
	content: "\f068";
	color: #fff;
}

.accordion li:hover {
	background: #ce7006;
}

.accordion li:hover .opener {
	color: #fff;
}

.accordion li:hover .opener:before {
	color: #fff;
}

.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: FontAwesome;
	font-feature-settings: normal;
	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: normal;
	line-height: 1;
	text-rendering: auto;
	color: #9a9a9a;
}

.accordion .slide {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.accordion .slide .frame {
	overflow: hidden;
	padding: 18px 28px;
	border-top: 1px solid #dcdcdc;
	background: #f3f1f1;
}

.accordion .slide ul {
	padding: 0;
	background: none;
}

.accordion .slide li {
	background: none;
	border: none;
}

/* 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: #e8e8e8;
}

.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;
}

.content-tabset-holder {
	margin-bottom: 30px;
}

.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: 802px;
	position: relative;
	margin-bottom: 0;
}

.slideshow.visual-holder {
	height: 615px;
	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 {
	padding: 40px 20px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.slideshow h1 {
	margin-bottom: 18px;
	color: #fff;
}

.slideshow .button {
	color: #fff;
	border-color: #fff;
	background: none;
}

.slideshow .button:hover,
.slideshow .button:focus {
	color: #313131;
	border-color: #fff;
	background: #fff;
}

.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(134, 134, 134, .45);
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	color: rgba(207, 207, 207, .45);
}

.slideshow .btn-next {
	left: auto !important;
	right: 36px;
}

.homePageSliderHolder .bx-wrapper,
.homePageSliderHolder .bx-viewport,
.slideshowGalleryHolder .bx-wrapper,
.slideshowGalleryHolder .bx-viewport {
	height: 100% !important;
}

.shopping-cart {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 60;
	text-align: right;
	top: 0;
}

.shopping-cart a {
	background: #909090;
	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: FontAwesome;
	content: "\f07a";
	font-size: 22px;
	line-height: 1;
	position: absolute;
	left: 13px;
	top: 11px;
}

.shopping-cart a:hover {
	background: #575757;
}

.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;
	background: #fff;
}

.captcha-holder .captchaimg img {
	margin-bottom: 0;
}

.captcha-holder #CaptchaV2 {
	width: 100% !important;
	text-align: center;
}

.white-block .captchaimg {
	background: #f5f5f5;
}

.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: #ce7006;
}

.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: #fff;
	border-color: #fff;
	color: #313131;
}

.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: #313131;
}

.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: #313131;
	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;
}

.webapp-holder .row-holder {
	margin: 0 -7px;
}

.webapp-holder [class^="col-"] {
	padding: 0 7px;
}

.webapp-holder .alignleft {
	width: auto;
}

.webapp-holder .header-webapp {
	text-align: center;
}

.webapp-holder h1 {
	text-transform: uppercase;
}

.webapp-holder .item {
	margin-bottom: 17px;
}

.webapp-holder .holder {
	background: none;
}

.webapp-holder .holder:hover .description {
	opacity: .8;
}

.webapp-holder .description {
	font-size: 14px;
	line-height: 1.14;
	color: #313131;
	text-transform: none;
}

.webapp-holder .col-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin-bottom: 17px;
}

.webapp-holder h1 {
	margin-bottom: 15px;
}

.webapp-holder p {
	margin-bottom: 18px;
}

.webapp-holder .description p {
	margin-bottom: 0;
}

.webapp-holder .link-webapp {
	font-size: 20px;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.webapp-holder .text {
	font-size: 10px;
}

.webapp-holder .social li {
	display: inline-block;
	margin-right: 15px;
}

.webapp-holder .social li:last-child {
	margin-right: 0;
}

.webapp-holder .social li a {
	font-size: 22px;
	color: #a5a5a5;
}

.webapp-holder .social li a:hover {
	color: #ce7006;
}

.webapp-holder.white-block {
	margin-bottom: 0;
}

.webapp-holder.white-block .container {
	text-align: center;
}

.webapp-holder.white-block .col-4 {
	width: 33.3333%;
}

.webapp-holder.white-block .link-webapp {
	font-size: 20px;
}

.webapp-holder.white-block .image-area {
	border-radius: 50%;
	margin-bottom: 18px;
}

.webapp-holder.white-block .webapp-item {
	overflow: hidden;
}

.webapp-holder.white-block .webapp-item img {
	max-width: 100%;
	border-radius: 50%;
	width: auto;
	margin-bottom: 0;
}

.webapp-holder.white-block .webapp-item .holder:hover img {
	opacity: .8;
}

.webapp-holder.white-block .text-webapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 10px;
}

.webapp-holder.white-block .text-webapp p {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.white-block .webapp-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.white-block .webapp-holder .article {
	padding-bottom: 0;
	width: 77.5%;
	padding-right: 20px;
}

.white-block .webapp-holder .article h6 {
	text-transform: none;
	margin-bottom: 20px;
}

.white-block .webapp-holder .side-block {
	width: 22.5%;
}

.white-block .webapp-holder .side-block .contact {
	margin-bottom: 35px;
}

.white-block .webapp-holder .side-block i {
	color: #a5a5a5;
	font-size: 20px;
	vertical-align: middle;
}

.white-block .webapp-holder .side-block .fa-phone,
.white-block .webapp-holder .side-block .fa-skype {
	font-size: 23px;
}

.white-block .webapp-holder .side-block a {
	color: #000;
}

.white-block .webapp-holder .side-block a:hover {
	color: #ce7006;
}

.white-block .webapp-holder a[href^=skype] {
	cursor: pointer;
	pointer-events: auto;
}

.white-block .webapp-holder .alignleft {
	width: 44%;
	text-align: center;
	padding-bottom: 14px;
}

.white-block .webapp-holder .social {
	margin-top: 20px;
}

.white-block .webapp-holder .social a:hover {
	color: #ce7006;
}

.white-block .webapp-holder .list {
	margin-bottom: 30px;
	padding-left: 39px;
}

.white-block .webapp-holder .list li {
	position: relative;
	padding-left: 43px;
	margin-bottom: 17px;
}

.white-block .webapp-holder .list li i {
	position: absolute;
	left: 0;
	top: 11px;
	font-size: 24px;
}

.intro-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

.home2 .intro-holder {
	margin-top: -20px;
}

.intro-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
}

.intro-holder .container .row-holder {
	margin: 0 -20px;
}

.intro-block {
	width: 33.33%;
	text-align: center;
	position: relative;
	padding: 29px 4.5% 155px;
}

.home2 .intro-block {
	padding: 93px 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;
}

.home2 .intro-block .image-block {
	display: none;
}

.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: 15px;
	z-index: 5;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	background: rgba(52, 112, 136, .69);
	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;
}

.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;
}

.video-bg {
	background-color: #000;
}

.video-bg iframe {
	width: 100%;
	max-width: none;
}

.video-bg h1 {
	margin-bottom: 24px;
}

.video-bg .button {
	color: #fff;
	border-color: #fff;
	background: none;
}

.video-bg .button:hover,
.video-bg .button:focus {
	color: #313131;
	background: #fff;
	border-color: #fff;
}

.video-bg .btn-play {
	position: absolute;
	right: 50px;
	bottom: 49px;
	z-index: 150;
	text-indent: -9999px;
	overflow: hidden;
	border: solid;
	border-width: 17px 0 17px 32px;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
	outline: none;
}

.video-bg .btn-play:hover {
	opacity: .8;
}

.video-bg .btn-play.pause {
	width: 34px;
	height: 35px;
	border: solid #fff;
	border-width: 0 14px;
}

.info-block {
	text-align: center;
	font-size: 24px;
	line-height: 1.42;
	padding: 54px 0 71px;
}

.info-block:first-of-type {
	margin-top: -25px;
}

.info-block h2 {
	margin-bottom: 29px;
}

.info-block p {
	margin-bottom: 65px;
}

.info-block p:last-child {
	margin-bottom: 0;
}

.intro-block .icon,
.intro-block .fa {
	margin: 0 auto;
	font-size: 135px;
	color: #4d4d4d;
}

.item-holder .image-block .fa,
.item-holder .image-block .icon {
	font-size: 87px;
	margin: 0 auto;
}

.information-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.information-blocks .block {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.information-blocks .block:nth-child(even) .holder {
	background: #c89357;
}

.information-blocks .block:nth-child(even) .holder:hover {
	background: #f78c15;
}

.information-blocks .holder {
	display: block;
	background: #f78c15;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	padding: 50px 30px 38px;
}

.information-blocks .holder:hover {
	background: #c89357;
}

.information-blocks .holder p {
	margin-bottom: 0;
}

.information-blocks .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 26px;
}

.information-blocks .img-holder:after {
	content: "";
	width: 0;
	height: 92px;
}

.information-blocks .img-holder img {
	display: block;
	margin: 0;
}

.information-blocks h2 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 22px;
	color: #fff;
}

.information-blocks a {
	color: #fff;
	text-decoration: none;
}

.article-holder {
	background: #fff;
	padding: 100px 0;
}

.article-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 925px;
}

.article-holder .text-block {
	width: 44%;
	padding: 0 7% 0 0;
}

.article-holder h1 {
	color: #313131;
	margin-bottom: 9px;
}

.article-holder h1:after {
	content: "";
	display: block;
	height: 1px;
	width: 13px;
	background: #313131;
	margin: 12px 0 0 1px;
}

.article-holder p {
	margin-bottom: 17px;
}

.article-holder .image-block {
	width: 56%;
}

.article-holder .image-block img {
	margin-bottom: 0;
}

.content-holder {
	padding: 95px 0 0;
}

.content-holder .container {
	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 {
	font-size: 34px;
	color: #4d4d4d;
}

.content-holder .holder {
	overflow: hidden;
}

.content-holder p {
	margin: 0;
}

.video-holder {
	padding: 100px 0;
	margin: 0;
}

.video-holder .container {
	padding: 0;
}

.video-holder .video-img {
	margin: 0;
}

.video-holder .description {
	padding: 42px 0 0 20px;
}

.video-holder p {
	margin-bottom: 29px;
}

.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%;
	background: rgba(49, 49, 49, .5);
}

.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 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;
}

.post {
	overflow: hidden;
}

.post .date {
	display: block;
	margin: -4px -3px 17px;
	font-size: 18px;
	line-height: 1.1;
}

.post .image-block {
	margin: 0 -20px 28px;
}

.post .image-block img {
	width: 100%;
	margin-bottom: 0;
}

.post h1 {
	margin-bottom: 20px;
}

.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: #ce7006;
}

.post-holder .post {
	line-height: 1.25;
	width: 50%;
	padding: 0 10px;
}

.post-holder .post .date {
	margin-bottom: 12px;
}

.post-holder .post .date span {
	font-size: 26px;
	margin-right: 3px;
}

.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;
}

.BlogRecentPost li,
.BlogTagList li,
.BlogPostArchive li {
	font-size: inherit;
}

.comments-section {
	padding: 19px 0 22px;
	margin-top: 20px;
	border-top: 1px solid #7d7d7e;
}

.comments-section h2 {
	margin-bottom: 10px;
}

.comment-block {
	padding: 21px 0 1px;
}

.comment-block + .comment-block {
	border-top: 1px solid #eceae5;
}

.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: #989898;
}

.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;
}

.paginationHolder {
	text-align: center;
	font-weight: 400;
	padding: 24px 0 44px;
}

.paginationHolder a {
	color: #313131;
	margin: 0 2px;
}

.paginationHolder a:hover {
	color: #ce7006;
}

.paginationHolder i {
	font-style: normal;
	margin: 0 2px;
}

.paginationHolder .pagination span {
	color: #ce7006;
	margin: 0 3px;
}

.paginationHolder #previous-page {
	margin: 0 21px 0 0;
}

.paginationHolder #next-page {
	margin: 0 0 0 21px;
}

.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;
	color: #777;
}

.filter-holder.custom + .filter-holder {
	padding-top: 0;
}

.jcf-select-nav-select .jcf-list {
	width: auto;
	max-width: 320px;
}

.jcf-select-nav-select .jcf-list .jcf-option {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 10px;
	text-transform: none;
	text-overflow: ellipsis;
}

.jcf-select-filter ul {
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
}

.jcf-select-filter ul .jcf-option {
	color: #313131;
	padding: 8px 20px;
}

.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;
}

.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;
	-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;
	background: #fff;
	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: #ce7006;
}

.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: #c1c1c1;
}

.steps li.current span:before {
	border-color: transparent transparent transparent #c1c1c1;
}

.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: #f3f1f1;
	margin: 0;
}

.steps span {
	position: relative;
	display: block;
	padding: 14px 15px 14px 26px;
	background-color: #fff;
	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 #fff;
	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: #313131;
}

.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: #ce7006;
	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 .image-block img {
	margin-bottom: 0;
}

.event-block h1 {
	margin-bottom: 12px;
}

.event-block dl {
	padding: 0 0 23px;
}

.event-block dl a {
	color: #026aaf;
}

.event-block dl a:hover {
	color: #ce7006;
}

.event-description {
	padding: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.event-description .holder {
	width: 67%;
}

.event-description h2 {
	margin-bottom: 22px;
}

.event-description p {
	margin: 0 0 7px;
}

.event-description .share-block {
	padding: 0;
}

.event-description #sidebar {
	padding: 0;
	width: 22.9%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.event-description address {
	padding: 5px 0 0;
	margin: 0;
}

.event-description .full-flex {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.booking-form {
	max-width: 636px;
	padding: 21px 0 43px;
}

.booking-form .req {
	font-size: 14px;
	display: block;
	margin: 0 0 22px;
}

.content-section {
	margin: -25px 0 -15px;
	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: 15px;
}

.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: #ce7006;
}

.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;
}

.map-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.map-holder .map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 416px;
}

.map-holder .map img {
	margin-bottom: 0;
}

.map-holder .form {
	max-width: 49%;
	margin-right: 20px;
}

.map-holder .form h1 {
	margin-bottom: 17px;
}

.map-holder .form p {
	margin-bottom: 25px;
}

.map-holder .form .align-center {
	text-align: right;
}

.map-holder address {
	margin: 5px 0 14px;
	font-size: 14px;
	color: #888;
}

.map-holder address i {
	font-size: 24px;
	color: #4d4d4d;
	vertical-align: bottom;
	margin-right: 3px;
}

.map-holder address a {
	color: #888;
}

.map-holder address span {
	display: inline-block;
	margin: 0 20px 10px 0;
}

.contact-address {
	margin-bottom: 20px;
}

.contact-address p {
	margin: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?kj9lk7");
	src: url("../fonts/icomoon.eot?kj9lk7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kj9lk7") format("truetype"), url("../fonts/icomoon.woff?kj9lk7") format("woff"), url("../fonts/icomoon.svg?kj9lk7#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-check:before {
	content: "\e906";
}

.icon-login:before {
	content: "\e903";
}

.icon-phone:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.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;
	background: #fff;
	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: #ce7006;
	color: #fff;
}

.patterns-holder {
	overflow: hidden;
	background: #fff;
	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;
}

.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: "FontAwesome";
	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 #313131;
	padding: 20px;
	max-height: 300px;
	overflow: auto;
	position: relative;
}

.code-open-close .copy-text {
	position: absolute;
	top: 2px;
	right: 18px;
	color: #313131;
	font-size: 20px;
	z-index: 1;
	opacity: 0;
}

.code-open-close .copy-text:before {
	content: "\f0c5";
	font-family: "FontAwesome";
	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;
}

.search-form input[type="search"] {
	background: #fff;
}

.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: #fff;
	-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: #4d4d4d;
	background: #4d4d4d;
}

.switcher .jcf-checkbox.jcf-checked span,
.switcher.alt .jcf-checkbox.jcf-checked span {
	left: calc(56px - 29px);
	background: #fff;
}

.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: #fff;
}

.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;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 10px 15px;
}

.breadcrumbs li {
	position: relative;
	color: #a6a6a6;
	padding-bottom: 10px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li:after {
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	padding: 0 17px;
	font-family: "FontAwesome";
	font-size: 14px;
}

.breadcrumbs li.selected {
	color: #313131;
}

.breadcrumbs li:last-child {
	color: #000;
}

.breadcrumbs li:last-child a {
	pointer-events: none;
	cursor: default;
}

.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: #313131;
}

.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: #313131;
	-webkit-transition: -webkit-transform 1s linear;
	transition: transform 1s linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.progress.color .progress-line {
	background: #026aaf;
}

.label {
	background: #4d4d4d;
	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: #ce7006;
}

.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 only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
		color: inherit;
	}
}

@media (max-width: 1599px) {
	.information-blocks h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
}

@media (max-width: 1299px) {
	.btn-top {
		bottom: 103px;
	}
}

@media (max-width: 1199px) {
	.top-nav ul {
		margin-right: 30px;
	}

	.login-nav ul {
		margin-right: 30px;
	}

	.demo-version .nav-holder {
		margin-right: 0;
	}

	.slideshow .container {
		padding: 40px 60px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		left: 15px;
	}

	.slideshow .btn-next {
		right: 15px;
	}

	.intro-block {
		padding: 29px 2.5% 155px;
	}

	.info-block {
		padding: 50px 0 60px;
	}

	.information-blocks .holder {
		font-size: 16px;
		padding: 40px 20px;
	}

	.information-blocks .img-holder {
		margin-bottom: 10px;
	}

	.information-blocks h2 {
		font-size: 22px;
	}

	.article-holder {
		padding: 60px 0;
	}

	.content-holder {
		padding: 50px 0 10px;
	}

	.content-holder [class^="col-"] {
		padding-bottom: 40px;
	}

	.video-holder {
		padding: 60px 0;
	}

	.video-holder .description {
		padding: 20px 0 0 10px;
	}

	.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) {
	.visual-holder.video-bg {
		height: 600px;
	}
}

@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: 15px;
		font-size: 20px;
		height: 50px;
	}

	select {
		margin-bottom: 15px;
		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;
	}

	.awards-entry-form {
		padding: 0 0 20px;
	}

	.custom-radio .col-4,
	.custom-radio .col-8 {
		width: 100%;
	}

	.contact-form textarea,
	.nabim-form textarea {
		height: 150px;
		min-height: 150px;
	}

	.contact-form .captcha-holder,
	.nabim-form .captcha-holder {
		padding-bottom: 30px;
	}

	.jcf-select {
		margin-bottom: 15px;
		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;
	}

	.jcf-file .jcf-fake-input {
		width: 200px;
	}

	h1,
	.h1 {
		font-size: 27px;
		margin-bottom: 13px;
	}

	h1.page-title,
	.h1.page-title {
		font-size: 40px;
	}

	h2,
	.h2 {
		font-size: 22.5px;
		margin-bottom: 15px;
	}

	h2.page-title,
	.h2.page-title {
		font-size: 40px;
	}

	.row-holder,
	.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 {
		padding: 0 15px;
	}

	.white-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;
	}

	.header-frame .container {
		position: static;
	}

	.header-frame .container:after {
		display: block;
	}

	.top-nav ul {
		margin-right: 0;
		padding: 0;
	}

	.top-nav ul li {
		padding: 0;
	}

	.login-nav ul {
		margin-right: 0;
		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: #313131;
		-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: #ce7006;
	}

	.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: #ce7006;
		display: block;
		position: relative;
	}

	.nav-active #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav > li {
		text-align: left;
	}

	#nav > li.hover > .drop {
		display: block;
	}

	#nav > li.selected > a {
		color: #fff;
		background: #313131;
	}

	#nav > li.selected.hover > a {
		color: #fff;
	}

	#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: FontAwesome;
		font-size: inherit;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		color: #fff;
	}

	#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: #d0d0d0;
	}

	#nav > li.hover:after {
		display: none;
	}

	#nav > li.hover > a {
		background: #ce7006;
	}

	#nav a {
		color: #fff;
	}

	#nav a {
		display: block;
		padding: 11px 10px 9px;
		position: relative;
	}

	#nav a:hover {
		background: #ce7006;
	}

	#nav .drop {
		width: auto;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0;
	}

	#nav ul {
		text-align: left;
		width: 100%;
	}

	#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: #ce7006;
	}

	#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 {
		padding: 0;
	}

	.header-form input[type="search"],
	.search-form input[type="search"] {
		font-size: 12px;
		line-height: 16px;
		height: 30px;
	}

	.scroll #main {
		padding-top: 98px;
	}

	.visual-holder {
		height: 400px;
		padding: 60px 0;
	}

	.more {
		font-size: 16px;
	}

	.map-section > img {
		margin-bottom: 0;
	}

	.load-holder {
		padding: 30px 0 40px;
	}

	.header-webapp {
		padding-bottom: 10px;
	}

	.events-wrap .page-title {
		margin-bottom: 20px;
	}

	.events-wrap .list li {
		margin-bottom: 20px;
	}

	.events-wrap .date-block {
		font-size: 14px;
		width: 72px;
		height: 100px;
	}

	.events-wrap .date-block .date {
		font-size: 19px;
	}

	.events-wrap .more {
		margin: 0 0 10px;
		font-size: 16px;
	}

	.events-wrap p {
		margin-bottom: 10px;
	}

	.gallery-section .block {
		margin-bottom: 20px;
	}

	.faq-table th {
		padding: 8px;
	}

	.faq-table td {
		padding: 8px;
	}

	.exam-inputs input[type="text"] {
		padding-left: 7px;
		padding-right: 7px;
	}

	#sidebar h2 {
		font-size: 19px;
	}

	#sidebar .events-wrap li {
		margin-bottom: 20px;
	}

	#sidebar .events-wrap h1 {
		font-size: 19px;
	}

	.side-nav li {
		margin-top: 8px;
	}

	.side-nav ul li {
		padding: 0;
	}

	.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.footer-links {
		width: 50%;
	}

	.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;
	}

	.footer-frame {
		font-size: 14px;
	}

	.footer-frame .holder {
		display: block;
	}

	.service-info {
		font-size: 14px;
	}

	.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],
	.footer-block .subscribe-form input[type=email] {
		margin-bottom: 15px;
	}

	.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: 18px 20px;
	}

	.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: 600px;
	}

	.slideshow.visual-holder {
		height: 450px;
	}

	.slideshow br {
		display: none;
	}

	.captcha-holder {
		padding-bottom: 30px;
	}

	.captcha-holder .captchaimg {
		height: 50px;
		margin-bottom: 15px;
	}

	.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;
	}

	.webapp-holder .row-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.webapp-holder [class^="col-"] {
		width: auto;
		max-width: 246px;
	}

	.white-block .webapp-holder .side-block a {
		font-size: 14px;
	}

	.white-block .webapp-holder .list {
		padding-left: 0;
	}

	.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);
	}

	.video-bg .btn-play {
		bottom: 15px;
		right: 15px;
	}

	.info-block {
		padding: 40px 0;
		font-size: 20px;
	}

	.info-block h2 {
		margin-bottom: 20px;
	}

	.info-block p {
		margin-bottom: 30px;
	}

	.information-blocks .block {
		width: 33.33%;
	}

	.article-holder {
		padding: 45px 0;
	}

	.article-holder .text-block {
		padding-right: 30px;
	}

	.article-holder p {
		margin-bottom: 10px;
	}

	.content-holder .image-block {
		margin-right: 10px;
	}

	.video-holder {
		padding: 45px 0;
	}

	.video-holder .description {
		padding-top: 10px;
	}

	.item-holder.three-columns {
		-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 .date {
		margin-left: -7px;
	}

	.post .image-block {
		margin: 0 -12px 15px;
	}

	.post .meta {
		padding: 0;
	}

	.post .meta .button {
		margin-left: 15px;
	}

	.post-holder .post {
		padding: 0 7px;
	}

	.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;
	}

	.filter-holder .title {
		margin: 0 3px 20px;
	}

	.filter-holder .form .select-holder {
		margin-right: 14px;
	}

	.filter-holder.custom {
		padding-top: 0;
	}

	.filter-holder.custom .form .select-holder {
		margin-bottom: 0;
	}

	.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;
	}

	.event-description {
		padding-bottom: 0;
	}

	.event-description .holder {
		width: 67%;
	}

	.event-description #sidebar {
		width: 29%;
	}

	.event-description address {
		padding: 0;
	}

	.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: 15px 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%;
	}

	.map-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.map-holder .map {
		max-width: 100%;
		text-align: center;
		display: block;
	}

	.map-holder .form {
		max-width: 100%;
		margin-right: 0;
	}

	figure figcaption,
	#main figure figcaption {
		padding: 10px;
		font-size: 16px;
	}
}

@media (max-width: 1023px) and (max-width: 1023px) {
	#nav > li.hover > a {
		background: #313131;
	}
}

@media (max-width: 767px) {
	.fancybox-margin {
		margin: 0 !important;
	}

	.fancybox-nav span {
		font-size: 0;
		line-height: 0;
	}

	.fancybox-next span:after,
	.fancybox-prev span:before {
		font-size: 18px;
		line-height: 1;
	}

	.fancybox-title-inside-wrap {
		padding: 10px 15px 0;
	}

	body {
		font-size: 15px;
		line-height: 1.4;
	}

	[id="main"] img {
		margin-bottom: 20px;
	}

	blockquote {
		padding-left: 15px;
		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,
	textarea.cat_listbox {
		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;
	}

	.awards-entry-form label {
		padding: 0;
	}

	.awards-entry-form .jcf-radio {
		margin: 0 11px 5px 0;
	}

	.awards-entry-form .checkbox-holder {
		padding: 0;
	}

	.awards-entry-form h2 {
		padding: 0;
		font-size: 18px;
	}

	.awards-entry-form h3 {
		padding: 0;
	}

	.awards-entry-form input[type="text"],
	.awards-entry-form input[type="email"],
	.awards-entry-form input[type="password"] {
		font-size: 16px;
	}

	.awards-entry-form .jcf-select {
		font-size: 16px;
	}

	.awards-entry-form .question-block .hold {
		float: none;
		margin-bottom: 5px;
	}

	.awards-entry-form .custom-input {
		padding: 0;
	}

	.awards-entry-form .custom-input label {
		line-height: 30px;
	}

	.awards-entry-form .custom-input input[type="text"] {
		width: 100%;
	}

	.custom-radio .jcf-radio {
		font-size: 16px;
		height: 35px;
		width: 40px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="password"],
	.nabim-form input[type="text"],
	.nabim-form input[type="email"],
	.nabim-form input[type="password"] {
		font-size: 16px;
	}

	.contact-form textarea,
	.nabim-form textarea {
		height: 120px;
		min-height: 120px;
	}

	.contact-form .jcf-select,
	.nabim-form .jcf-select {
		font-size: 16px;
	}

	.contact-form .captcha-holder label,
	.nabim-form .captcha-holder label {
		margin-bottom: 10px;
	}

	.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;
	}

	.jcf-file .jcf-fake-input {
		width: 125px;
	}

	h1,
	.h1 {
		font-size: 26.1px;
		margin-bottom: 15px;
	}

	h1.page-title,
	.h1.page-title {
		font-size: 24px;
	}

	h2,
	.h2 {
		font-size: 20.5px;
		margin-bottom: 15px;
	}

	h2.page-title,
	.h2.page-title {
		font-size: 30px;
	}

	h3,
	.h3,
	.header6 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	p {
		margin-bottom: 15px;
	}

	.row-holder,
	.productSmall,
	table.productTable tr {
		display: block;
		margin: 0;
	}

	.row-holder.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%;
	}

	.white-block {
		margin-bottom: 15px;
		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;
	}

	.scroll .header-frame {
		position: absolute;
	}

	.top-nav {
		display: block;
	}

	.top-nav ul li {
		margin: 0;
	}

	.login-nav ul {
		margin: 0;
	}

	.login-nav ul li {
		margin-left: 7px;
	}

	.login-nav ul li:before {
		margin-right: 7px;
	}

	.login-nav .login {
		margin: 0 5px;
	}

	.logo {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}

	.logo img {
		max-width: 200px;
	}

	#main {
		padding-top: 20px;
	}

	.scroll #main {
		padding-top: 72px;
	}

	.main-holder {
		padding-bottom: 15px;
	}

	.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;
	}

	.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;
	}

	.events-wrap [class^="col-"] {
		margin-bottom: 20px;
	}

	.faq-table {
		font-size: 14px;
	}

	.nabim-table th {
		font-size: 14px;
		text-align: left;
	}

	.nabim-table td {
		text-align: left;
	}

	.exam-inputs input[type="text"] {
		width: calc(50% - 5px);
		margin-right: 5px;
	}

	.exam-inputs input[type="text"]:nth-child(even) {
		margin-right: 0;
		margin-left: 5px;
	}

	#sidebar h2 {
		font-size: 18px;
	}

	#sidebar .events-wrap li {
		margin-bottom: 10px;
	}

	#sidebar .events-wrap h1 {
		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 {
		margin: 0;
	}

	.footer-block {
		float: none;
		width: auto;
		margin: 0;
		padding: 0 0 25px;
	}

	.footer-block.footer-links {
		width: auto;
	}

	.footer-nav ul {
		font-size: 14px;
		padding-top: 10px;
	}

	.footer-nav ul li {
		margin-bottom: 11px;
	}

	.logos li {
		width: auto;
		padding-bottom: 20px;
	}

	.footer-frame {
		text-align: center;
		padding: 15px 0 20px;
	}

	.footer-frame .container {
		display: block;
	}

	.footer-frame .social-networks {
		float: none;
		margin: 0 0 10px;
	}

	.footer-logo {
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}

	.service-info {
		display: block;
	}

	.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;
	}

	.post-holder .share-block .title {
		display: block;
	}

	.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;
	}

	.content-tabset-holder {
		margin-bottom: 10px;
	}

	.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: 350px;
	}

	.slideshow.visual-holder {
		height: 350px;
		margin-top: -20px;
	}

	.slideshow .container {
		padding: 20px 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;
	}

	.shopping-cart {
		padding: 0 15px;
	}

	.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;
	}

	.webapp-holder .row-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: none;
	}

	.webapp-holder [class^="col-"] {
		width: auto;
	}

	.webapp-holder h1 {
		margin-bottom: 5px;
	}

	.webapp-holder.white-block .col-4 {
		width: 100%;
	}

	.white-block .webapp-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.white-block .webapp-holder .article {
		width: 100%;
		padding-right: 0;
		padding-bottom: 35px;
	}

	.white-block .webapp-holder .side-block {
		width: 100%;
	}

	.white-block .webapp-holder .alignleft {
		width: auto;
	}

	.intro-holder {
		display: block;
		padding: 0 15px;
		margin: 0;
	}

	.home2 .intro-holder {
		margin-top: -20px;
	}

	.intro-holder .container {
		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;
	}

	.video-bg .btn-play {
		display: none;
	}

	.info-block {
		padding: 25px 0 30px;
		font-size: 16px;
		line-height: 24px;
	}

	.info-block h2 {
		margin-bottom: 10px;
	}

	.info-block p {
		margin-bottom: 20px;
	}

	.information-blocks .block {
		width: 50%;
	}

	.information-blocks .holder {
		font-size: 14px;
		padding: 20px 10px;
	}

	.information-blocks .img-holder {
		max-width: 50%;
		margin: 0 auto 10px;
	}

	.information-blocks h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.article-holder {
		padding: 30px 0;
	}

	.article-holder .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.article-holder .text-block {
		padding: 0;
		width: auto;
	}

	.article-holder h1 {
		font-size: 24px;
	}

	.article-holder h1:after {
		display: none;
	}

	.article-holder .image-block {
		width: auto;
		max-width: 360px;
		margin: 0 auto 15px;
	}

	.content-holder {
		padding: 25px 0 10px;
	}

	.content-holder [class^="col-"] {
		padding-bottom: 20px;
	}

	.video-holder {
		padding: 30px 0;
		margin-bottom: 0;
	}

	.video-holder .video iframe {
		height: 220px;
	}

	.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;
		margin-bottom: 10px;
	}

	.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;
		padding: 0;
		float: none;
		width: auto;
	}

	.post-holder .post .date {
		font-size: 16px;
		margin: -6px 0 13px;
	}

	.post-holder .post h1 {
		font-size: 27px;
	}

	.comments-section h2 {
		margin-bottom: 0;
	}

	.comment-block {
		padding: 15px 0 0;
	}

	.paginationHolder {
		padding: 0 0 30px;
	}

	.paginationHolder #previous-page {
		margin-right: 0;
	}

	.paginationHolder #next-page {
		margin-left: 0;
	}

	.filter-holder {
		padding-top: 35px;
	}

	.filter-holder .form form {
		display: block;
	}

	.filter-holder .form .select-holder {
		width: auto;
		margin: 0 0 15px;
	}

	.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 dl dt {
		width: 62px;
	}

	.event-description {
		padding: 10px 0 0;
		display: block;
	}

	.event-description .holder {
		float: none;
		width: auto;
		padding: 0 0 15px;
	}

	.event-description #sidebar {
		float: none;
		width: auto;
	}

	.booking-form {
		padding-bottom: 20px;
	}

	.content-section {
		margin: 0;
	}

	.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;
	}

	.patterns-tabset {
		padding: 10px;
	}

	.patters-section:last-child {
		margin-bottom: 0;
	}

	iframe {
		height: auto;
	}
}

@media (max-width: 479px) {
	.awards-entry-form .col-8 {
		width: 100%;
	}

	.awards-entry-form .col-4 {
		width: 50%;
	}

	.header-form input[type="search"],
	.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;
	}

	.nav-webapp .nav li {
		margin: 0 5px 10px 0;
	}

	.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;
	}

	.map-holder address span {
		display: block;
	}
}
