/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}

#nav ul,
.icon-list,
.nav-drop ul,
.drop-list,
.links,
.links ul,
.aside ul,
.icons,
.logos,
.bookmark-list,
.imgs,
.my-info,
.popup-holder .btns {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.wrap:after,
.holder:after,
.select-form .row:after,
.popup-form:after,
.popup-form .acf-fields .acf-field: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: #2c2d2f;
	background: #fff;
	font: 16px/1.625 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.625em;
}

blockquote {
	border-left: 4px solid #2c2d2f;
	padding-left: .5em;
	margin-left: 1.625em;
}

th,
td {
	border: 1px solid #2c2d2f;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #2c2d2f;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2c2d2f;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #2c2d2f;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #2c2d2f;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2c2d2f;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #2c2d2f;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.625em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.625em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.625em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.625em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.625em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.625em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #2c2d2f;
	padding: .4em;
	margin-bottom: 1.625em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.625em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.625em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.625em;
}

.mejs-container {
	margin-bottom: 1.625em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #2c2d2f;
}

#product_specifications_group > .acf-label,
.acf-field-message label,
.acf-field#prices_repeater .acf-label label,
.contact_information > .acf-label label,
#company_information .acf-field-repeater > .acf-label,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
#product_specifications_group > .acf-label,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

.acf-field-message label,
.acf-field#prices_repeater .acf-label label,
.contact_information > .acf-label label,
#company_information .acf-field-repeater > .acf-label
h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #e77b50;
}

a:hover,
a:focus {
	text-decoration: none;
}



.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	border-radius: 4px;
	max-width: 1280px;
	width: 90%;
	margin: 25px auto;
	font-size: 16px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
	border-color: #ebccd1;
	margin-bottom: 40px;
	line-height: 50px;
	position: absolute;
	z-index: 15;
	top: 90px; left: 0; right: 0;
}

.alert-danger a {
	float: right;
}

.acf-input-prepend, .acf-input-append {
	float: none !important;
	padding: 0 !important;
	margin: 0 0 6px 0 !important;
	background: none !important;
	border: none !important;
	font-weight: 700 !important;
}

.acf-true-false label .jcf-checkbox { top: 6px; }

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #ebebeb;
	background: #fff;
	max-width: 100%;
	width: 100%;
	font-family: "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	height: 41px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0 15px 0 5px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 3px;
	bottom: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	display: block;
	font: 15px/19px icomoon;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #ebebeb;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 7px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #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;
}

.jcf-disabled {
	background: #ddd !important;
}

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
  min-height:100px;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	width: 9px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	height: 0;
	width: 0;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #eaeaea;
	height: 1px;
	width: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 4px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* custom checkbox styles */

.jcf-checkbox {
  position: absolute;
  left: 0;
  top: 14px;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #e77b50;
  margin: -1px 3px 0 0;
  height: 16px;
  border-radius: 2px;
  width: 16px;
}

.jcf-checkbox span {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  font-family: icomoon;
  text-align: center;
  line-height: 14px;
  color: #fff;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  display: block;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked {
  background: #e77b50;
}

.jcf-checkbox.jcf-checked span {
  display: block;
  opacity: 1;
}


.jcf-radio.jcf-checked span {
  background: #e77b50;
  display: block;
  opacity: 1;
}

.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  border-radius: 2px;
  width: 16px;
  cursor: default;
  position: relative;
  border: 1px solid #ccc;
}

.jcf-radio.jcf-checked {
  border: 1px solid #e77b50;
}

.jcf-radio span{
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  opacity:0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  position: absolute;
  font-size: 11px;
  font-family: icomoon;
  text-align: center;
  line-height: 14px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* custom textarea styles */

.jcf-textarea {
	border: 1px solid #ebebeb;
	box-sizing: content-box;
	display: block;
	position: relative;
	padding: 13px 16px;
}

.jcf-textarea .jcf-scrollable-wrapper {
	margin: 0 !important;
	width: 100% !important;
}

.jcf-textarea .jcf-scrollbar {
	right: -16px;
}

.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}

.jcf-textarea textarea {
	width: 100% !important;
	border: none;
	margin: 0;
	padding: 0 !important;
	box-sizing: content-box;
	border: none !important;
}

.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #ebebeb;
	font-weight: bold;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 0;
	width: 0;
	display: none;
	bottom: 0;
	right: 0;
}

.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: "";
}

.jcf-disabled {
	background: #ddd !important;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/helvetica-neue-regular.eot?5sv48p");
	src: url("../fonts/helvetica-neue-regular.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/helvetica-neue-regular.svg?5sv48p") format("svg"), url("../fonts/helvetica-neue-regular.ttf?5sv48p") format("truetype"), url("../fonts/helvetica-neue-regular.woff?5sv48p") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/helvetica-neue-medium.eot?5sv48p");
	src: url("../fonts/helvetica-neue-medium.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/helvetica-neue-medium.svg?5sv48p") format("svg"), url("../fonts/helvetica-neue-medium.ttf?5sv48p") format("truetype"), url("../fonts/helvetica-neue-medium.woff?5sv48p") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/helvetica-neue-light.eot?5sv48p");
	src: url("../fonts/helvetica-neue-light.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/helvetica-neue-light.svg?5sv48p") format("svg"), url("../fonts/helvetica-neue-light.ttf?5sv48p") format("truetype"), url("../fonts/helvetica-neue-light.woff?5sv48p") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/helvetica-neue-bold.eot?5sv48p");
	src: url("../fonts/helvetica-neue-bold.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/helvetica-neue-bold.svg?5sv48p") format("svg"), url("../fonts/helvetica-neue-bold.ttf?5sv48p") format("truetype"), url("../fonts/helvetica-neue-bold.woff?5sv48p") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "nordic_narrow_pro";
	src: url("../fonts/nordicnarrowpro-sembd-webfont.woff2") format("woff2"), url("../fonts/nordicnarrowpro-sembd-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "nordic_narrow_pro";
	src: url("../fonts/nordicnarrowpro-sembditalic-webfont.woff2") format("woff2"), url("../fonts/nordicnarrowpro-sembditalic-webfont.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "nordic_narrow_pro";
	src: url("../fonts/nordicnarrowpro-light-webfont.woff2") format("woff2"), url("../fonts/nordicnarrowpro-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "nordic_narrow_prolight_italic";
	src: url("../fonts/nordicnarrowpro-lightitalic-webfont.woff2") format("woff2"), url("../fonts/nordicnarrowpro-lightitalic-webfont.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "nordic_narrow_pro";
	src: url("../fonts/nordicnarrowpro-regular-webfont.woff2") format("woff2"), url("nordicnarrowpro-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?s7gsbs");
	src: url("../fonts/icomoon.eot?s7gsbs#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?s7gsbs") format("truetype"), url("../fonts/icomoon.woff?s7gsbs") format("woff"), url("../fonts/icomoon.svg?s7gsbs#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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check-circle:before,
.login-form p:first-child:before,
#loginform p:first-child:before {
	content: "\e918";
}

.icon-lock:before,
.login-form label[for*="user_pass"]:after {
	content: "\e919";
}

.icon-check:before,
.jcf-checkbox span:before,
.jcf-radio span:before,
.checkbox-label .slide:before {
	content: "\e917";
}

.icon-alert-triangle:before {
	content: "\e916";
}

.icon-pin:before,
.bookmark-list a:before {
  color:#c0c0c0;
  content: "\e917";
}

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

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

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

.icon-mail:before {
    content: "\e90e";
}
#lostpasswordform label[for*="user_login"]:after,
.login-form label[for*="user_login"]:after {
	content: "\e902";
}

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

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

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

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

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

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

.icon-arrow-right:before,
.category-list .category-item .category-title:before,
.infos .infos-title:after {
	content: "\e90b";
}

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

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

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

.icon-angle-down:before,
.jcf-select .jcf-select-opener:before,
.dropdown .dropdown-opener:before {
	content: "\e903";
}

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

.icon-angle-right:before,
.navigation .page-numbers.next:before,
.navigation-comments .page-numbers.next:before {
	content: "\e905";
}

.icon-angle-left:before,
.navigation .page-numbers.prev:before,
.navigation-comments .page-numbers.prev:before {
	content: "\e906";
}

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

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

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

#wrapper {
	/*overflow: hidden;*/
	position: relative;
}

body.page-template-template-add-edit-activity #wrapper,
body.page-template-template-add-edit-accommodation #wrapper,
body.page-template-template-add-edit-transfer #wrapper { overflow: hidden; }

#wrapper:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(44, 45, 47, .8);
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.overlay #wrapper:before {
	opacity: 1;
	visibility: visible;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
}

a:hover {
	color: #b84619;
}

button,
input[type="submit"] {
	outline: none;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

.container,
.wrap,
.holder {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1400px;
}

.holder {
	max-width: 795px;
}

.wrap {
	max-width: 1320px;
}

.btn-alert {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #893768;
	color: #fff;
	border: 2px solid transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	z-index:2;
  z-index:2;
}

.btn-alert.loading {
  background: #ccc;
}
.btn-alert.loading .loading-holder .loading-spinner {
  border-top-color: #fff;
  margin: 6px auto 10px;
}

.btn-alert:hover {
	color: #fff;
	background: #401a31;
}

.btn-bookmark {
	background: #fed832;
	color: #fff;
	border: 2px solid transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.btn-bookmark:hover {
	color: #fff;
	background: #e77b50;
}

.btn-download {
	background: #fed832;
	color: #fff;
	border: 2px solid transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	left: 10px;
	z-index: 2;
	top: 10px;
}

.btn-download:hover {
	color: #fff;
	background: #e77b50;
}

.btn-edit {
	background: #fed832;
	color: #fff;
	border: 2px solid transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.btn-edit:hover {
	color: #fff;
	background: #e77b50;
}

.btn-gallery {
	color: #fff;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.btn-gallery:hover {
	color: #2c2d2f;
	background: #fff;
}

.btn-del {
	background: #893768;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	padding: 6px 12px;
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: 10px;
	opacity: 1;
}

.btn-del:hover {
	background: #65284c;
	color: #fff;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 7px;
}

h2,
#product_specifications_group > .acf-label,
.h2 {
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 17px;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 31px;
	margin: 0 0 33px;
}

.title {
	font-weight: 700;
	display: block;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}

p {
	margin: 0 0 26px;
}

.nav-active {
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.bookmark-opener {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	font-size: 15px;
	border-radius: 50%;
	background: #fed832;
	text-align: center;
	color: #fff;
}

.bookmark-opener:hover {
	background: #e77b50;
	color: #fff;
}

.bookmark-opener [class^="icon-"],
.bookmark-opener [class*=" icon-"],
.icon-edit,
.icon-alert-triangle,
icons li a span {
	line-height: 1;
}

.product-img {
	margin: 0 0 13px;
	position: relative;
}

.product-img img {
	max-width: none;
	width: 100%;
}

.product-img a:not([class]) {
	display: block;
}

.product-img a:not([class]):hover {
	opacity: .8;
}

.product {
	position: relative;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 30px;
}

.product .btn-del {
	max-width: calc(100% - 20px);
}

.product.product-create .product-category a,
.product.product-create .product-title a {
	color: #979797;
}

.product-category {
	display: block;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 1.625;
	display: block;
	margin: 0 0 2px;
	font-weight: 500;
}

.product-category a {
	color: #2c2d2f;
}

.product-category a:hover {
	color: #e77b50;
}

.product-title {
	font: 600 16px/20px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	display: block;
	color: #000;
}

.product-title a {
	color: #000;
}

.product-title a:hover {
	color: #e77b50;
}

.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

#main {
	padding-top: 49px;
}

.select-form {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 49px;
}
form.select-form {position:absolute;}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	text-align: center;
	padding: 0 5px !important;
	background: #e77b50;
	color: #fff;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	background: #b84619;
}

.navigation .page-numbers.prev,
.navigation-comments .page-numbers.prev {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.navigation .page-numbers.prev:before,
.navigation-comments .page-numbers.prev:before {
	font: 15px/1px icomoon;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
}

.navigation .page-numbers.next,
.navigation-comments .page-numbers.next {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.navigation .page-numbers.next:before,
.navigation-comments .page-numbers.next:before {
	font: 15px/1px icomoon;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
}

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

.logo1 {
	display: none;
}

.logo-holder {
	float: left;
}

.logo {
	width: 109px;
	float: left;
}

#nav {
	display: none;
	font: 600 14px/20px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	padding: 0 10px;
}

#nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

#nav ul li {
	padding: 0 5px;
}

#nav ul li.active a {
	color: #e77b50;
}

#nav ul a {
	color: #2c2d2f;
}

#nav ul a:hover {
	color: #e77b50;
}

.icon-list {
	padding: 4px 0 7px;
	float: right;
	width: 180px;
	text-align: right;
	font-size: 0;
	line-height: 0;
	margin-left: -15px;
}

.icon-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	line-height: 1;
	margin-left: 15px;
}

.icon-list li.active a {
	background: #e77b50;
	color: #fff;
}

.icon-list li a {
	color: #2c2d2f;
}

.icon-list li a:hover {
	color: #e77b50;
}

.icon-list li a.bookmark {
	width: 37px;
	height: 37px;
	display: block;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
	margin: 0 -5px 0 -6px;
}

.icon-list li a.bookmark:hover {
	background: #e77b50;
	color: #fff;
}

.icon-list li a.bookmark.active {
	background: #e77b50;
	color: #fff;
}

.icon-list .text {
	display: none;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.nav-drop {
	width: 311px;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9;
	background: #fff;
	height: 100%;
	right: -100%;
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .3);
	-webkit-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
}
.navigation >li:nth-child(-n+5) {display:block;}

.nav-active .nav-drop {
	right: 0;
}

.nav-drop .nav-wrap {
	padding: 73px 46px 0;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.nav-drop .nav-block {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.nav-drop .nav-opener {
	color: #2c2d2f;
	position: absolute;
	right: 23px;
	top: 13px;
	font-size: 18px;
}

.nav-drop .nav-opener:hover {
	color: #e77b50;
}

.nav-drop ul {
	font: 600 18px/24px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
}

.nav-drop ul li {
	margin: 0 0 35px;
}

.nav-drop ul li.active a {
	color: #e77b50;
}

.nav-drop ul a {
	color: #2c2d2f;
}

.nav-drop ul a:hover {
	color: #e77b50;
}

.nav-drop .nav-text {
	display: table-footer-group;
	height: 1%;
	font-size: 11px;
	line-height: 17px;
}

.nav-drop .nav-text p {
	margin: 0 0 38px;
}

.select-form {
	z-index: 80;
	background: #fff;
	position: fixed;
	border-bottom: 1px solid #ebebeb;
}
form.select-form {position:absolute;}

.select-form .row .col {
	float: left;
	border-right: 1px solid #ebebeb;
	width: 25%;
}

.select-form .row .col:first-child {
	border-left: 1px solid #ebebeb;
}

.select-form .row .col:first-child .jcf-select {
	border-left-color: transparent;
}

.select-form .row .col .jcf-select {
	border-right-color: transparent;
}

.dropdown {
	font-family: "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	position: relative;
	font-weight: 600;
}

.dropdown.active .dropdown-opener:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.dropdown .dropdown-opener {
	display: block;
	position: relative;
	height: 41px;
	line-height: 41px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2c2d2f;
	padding: 0 15px 0 5px;
}

.dropdown .dropdown-opener:before {
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 3px;
	font: 5px/1 icomoon;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.dropdown .dropdown-opener:hover {
	color: #e77b50;
}

.dropdown .drop {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 100%;
	display: none;
  margin-left:-1px;
}

.drop-list {
	border: 1px solid #ebebeb;
	/*border-top: none;*/
	background: #fff;
  margin-right: -2px;
}

.drop-list a {
	display: block;
	padding: 6px 5px;
}

.search-drop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 100;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.search-active .search-drop {
	opacity: 1;
	visibility: visible;
}

.search-drop .search-close {
	font: 600 18px/22px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	display: inline-block;
	vertical-align: top;
}

.search-drop .search-close span {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}

.search-drop .search-heading {
	position: relative;
	text-align: center;
	padding: 27px 10px 27px;
}

.search-drop .search-heading span {
	font-size: 11px;
}

.search-drop .search-heading:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	background: #ebebeb;
	height: 1px;
	bottom: 0;
}

.search-drop .holder {
	max-width: 535px;
}

.form-search {
	padding: 53px 0;
}

.form-search input[type="search"] {
	width: 100%;
	border: none;
	border-bottom: 2px solid #ebebeb;
	height: 63px;
	font: 600 30px/35px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	padding: 11px 33px 16px 33px;
	background: none;
	outline: none;
}

.form-search input[type="search"]:focus {
	border-color: #2c2d2f;
}

.form-search .input-wrap {
	position: relative;
}

.form-search button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: none;
	font-size: 23px;
	margin-top: -1px;
	left: -2px;
}

.form-search button:hover {
	opacity: .8;
}

.edit-active,
.upload-active,
.duplicate-active {
	overflow: hidden;
}

.banner {
	white-space: nowrap;
	text-align: center;
	min-height: 190px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	position: relative;
	z-index: 2;
}

.banner:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	margin: 0 0 0 -5px;
	height: 190px;
}

.banner > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
}

.banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25%;
	z-index: -1;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.banner h1 {
	color: #fff;
}

.banner .container {
	text-align: left;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}

.banner .info {
	font-size: 10px;
	line-height: 18px;
	display: block;
	font-weight: 400;
	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;
}

.error404 .btn-bookmark{
  display:none!important;
}
.banner .info .btn-bookmark,
.banner .info .btn-gallery {
	margin-right: 4px;
}

.banner .info strong {
	display: block;
}

.banner .info .banner-text {
	width: calc(100% - 76px);
	display: block;
}

.sidebar {
	padding: 29px 20px 23px;
	margin: 0 -20px;
	background: #f9faf6;
	position: relative;
	z-index: 2;
}

.sidebar .icon-arrow-down {
	position: absolute;
	right: 19px;
	top: 25px;
	font-size: 42px;
}

.big-text {
	font-size: 20px;
	line-height: 30px;
}

.links {
	font-weight: 700;
}

.links .txt {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 6px;
}

.links a {
	color: #2c2d2f;
}

.links a:hover {
	color: #e77b50;
}

.links ul {
	font-size: 11px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.links ul li {
	padding: 0 6px;
	position: relative;
	margin-bottom: 9px;
}

.links ul li + li:before {
	content: "";
	height: 10px;
	background: #2c2d2f;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.address-title {
	font-weight: 700;
	display: block;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}

.aside {
	font-size: 13px;
	line-height: 22px;
}

.aside address {
	font-style: normal;
	font-weight: 700;
}

.aside .address-heading {
	display: block;
}

.aside .address-heading a { color: #000; }
.aside .address-heading a:hover { color: #e77b50; }

.aside ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 24px;
}

.aside ul:last-child {
	margin: 0;
}

.aside ul a {
	color: #2c2d2f;
}

.aside ul a:hover {
	color: #e77b50;
}

.content-text {
	position: relative;
	z-index: 1;
}

.content-text:before {
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	bottom: 20px;
	background: url(../../images/decor.jpg) no-repeat 0 0/100% auto;
	height: 558px;
	z-index: -1;
	opacity: .1;
}

.content {
	padding: 62px 0 97px;
}

.text-block {
	padding-bottom: 95px;
}

.text-content {
	padding: 84px 0 78px;
	font-size: 13px;
	line-height: 23px;
}

.text-content p {
	margin: 0 0 23px;
}

.text-content a {
	color: #2c2d2f;
}

.text-content a:hover {
	color: #e77b50;
}

.text-content h2 {
	margin: 0 0 45px;
}

.section.gray {
	background: #f4f5f0;
	padding: 102px 0 87px;
}

.search-item {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 33px;
	margin-bottom: 58px;
}

.search-item:last-child {
	border: none;
	padding-bottom: 0;
	margin: 0 0 46px;
}

.search-title {
	margin: 0 0 23px;
	display: block;
	font: 600 30px/35px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
}

.manual-block {
	padding: 48px 0;
}

.product-block {
	background: #f4f5f0;
	padding: 76px 0 64px;
}

.ae-editor .heading {
	margin: 0;
}

.product-block.ae-editor {
	padding: 34px 0 24px;
}

.product-block.slim-block {
	padding: 70px 0 0 0;
}

.product-block.form-product {
	padding: 38px 0;
}

.product-block .product {
	margin: 0 0 46px;
}

.product-block .product.product-draft {

}

.product-block .product.product-draft .product-img {
	background: #ebebeb;
}

.product-block .product.product-draft .product-img img {
	opacity: 0.3;
}

.product-block h1 {
	font-size: 28px;
	line-height: 35px;
	margin: 0 0 23px;
}

.product-block .form-search {
	padding: 31px 0 60px;
}

.product-block .result-num {
	display: block;
	text-align: center;
	font: 600 16px/22px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	padding: 13px 0 0;
}

.product-block.white {
	background: #fff;
}

.table-holder {
	margin: 0 auto 86px;
	max-width: 756px;
}

.table-holder.no-limit { max-width: 100%; }

.table-holder.small-margin {
	margin-bottom: 28px;
}

.paragraph {
	font-size: 13px;
	line-height: 21px;
	padding: 0 14px;
}

.table,
table:not([class]) {
	text-align: left;
	width: 100%;
	table-layout: fixed;
	margin: 0;
}

.table thead,
table:not([class]) thead {
	background: #fff;
}

.table th,
table:not([class]) th {
	text-transform: uppercase;
}

.table td,
.table th,
table:not([class]) td,
table:not([class]) th {
	border: none;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	padding: 11px 15px;
}

.table td.table-title,
.table th.table-title,
table:not([class]) td.table-title,
table:not([class]) th.table-title {
	padding-right: 0;
}

.table td.tour-price,
.table th.tour-price,
table:not([class]) td.tour-price,
table:not([class]) th.tour-price {
	text-align: right;
}

.table td.tour-net,
.table th.tour-net,
table:not([class]) td.tour-net,
table:not([class]) th.tour-net {
	text-align: right;
}

.table td.tour-date,
.table th.tour-date,
table:not([class]) td.tour-date,
table:not([class]) th.tour-date {
	text-align: right;
}

.table tbody tr:nth-child(2n),
table:not([class]) tbody tr:nth-child(2n) {
	background: #e8e9e3;
}

.table tbody tr td.table-title,
table:not([class]) tbody tr td.table-title {
	font-weight: 700;
}

.table-heading {
	font-size: 13px;
	line-height: 18px;
	padding: 11px 15px;
	display: block;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
}

.map {
	height: 413px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.img-block {
	padding-top: 67px;
}

.img-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.img-list .img-item {
	width: 50%;
	padding: 0 5px 10px;
}

.img-list .img-item.hidden { display: none; }

.img-list .img-item img {
	max-width: none;
	width: 100%;
}

.img-list .img-item a {
	display: block;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.img-list .img-item a:hover {
	opacity: .8;
}

.img-list .img-item .img-center {
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
}

.img-list .img-item .num {
	font: 600 30px/36px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	display: block;
	text-align: center;
	margin: 0 0 7px;
}

.restaurants {
	background: #f4f5f0;
	padding: 102px 0 47px;
	font-size: 13px;
	line-height: 20px;
}

.restaurants .row {
	padding: 50px 0 0;
}

.restaurant-item {
	margin: 0 0 50px;
}

.restaurant-item address {
	font-style: normal;
}

.restaurant-item address a {
	color: #2c2d2f;
}

.restaurant-item address a:hover {
	color: #e77b50;
}

.restaurant-item .restaurant-title {
	font: 600 18px/20px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	display: block;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.restaurant-item .restaurant-title a {
	color: #2c2d2f;
}

.restaurant-item .restaurant-title a:hover {
	color: #e77b50;
}

.category-list .category-item {
	font-family: "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
}

.category-list .category-item a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	min-height: 500px;
	text-align: left;
	z-index: 1;
	position: relative;
}

.category-list .category-item a:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	margin: 0 0 0 -5px;
	height: 500px;
}

.category-list .category-item a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
}

.category-list .category-item a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .15);
	content: "";
}

.category-list .category-item a:hover .category-title:before {
	left: 20px;
}

.category-list .category-item .category-holder {
	padding: 73px 19px;
	width: 100%;
}

.category-list .category-item .destination {
	font-size: 18px;
	line-height: 28px;
	display: block;
}

.category-list .category-item .category-title {
	display: block;
	font-size: 42px;
	line-height: 50px;
	position: relative;
}

.category-list .category-item .category-title:before {
	bottom: -27px;
	left: 0;
	position: absolute;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
	font: 11px/1 icomoon;
}

.btn-back {
	font-family: "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	color: #2c2d2f;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.btn-back .icon-angle-left,
.btn-back .navigation .page-numbers.prev,
.navigation .btn-back .page-numbers.prev,
.btn-back .navigation-comments .page-numbers.prev,
.navigation-comments .btn-back .page-numbers.prev {
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	font-size: 10px;
	margin-right: 3px;
}

.btn-back:hover {
	color: #e77b50;
}

.icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 50px;
}

.icons li {
	padding: 0 6px 6px;
}

.icons .icon-info {
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	background: #2c2d2f;
	width: 107px;
	border-radius: 2px;
	padding: 5px 5px;
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
	margin-bottom: 16px;
	opacity: 0;
	text-transform: uppercase;
}

.icons .icon-info:before {
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	position: absolute;
	margin-top: -1px;
	height: 0;
	width: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #2c2d2f;
}

.icons a {
	width: 60px;
	height: 60px;
	position: relative;
	background: #fed832;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 62px;
	color: #fff;
	font-size: 20px;
}

.icons a:hover {
	background: #e77b50;
}

.general-block {
	background: #f4f5f0;
	padding: 60px 0;
}

.general-block h3,
.general-block .h3 {
	margin: 0 0 24px;
}

.general-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.general-wrap:hover .general-img a {
	background: #e77b50;
}

.general-wrap:hover .general-title {
	color: #e77b50;
}

.general-wrap:hover .general-title a {
	color: #e77b50;
}

.general-item {
	width: 50%;
	padding: 0 5px 10px;
}

.general-item .general-title {
	font: 600 18px/24px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	display: block;
}

.general-item .general-title a {
	color: #35495d;
}

.general-item .general-title a:hover {
	color: #e77b50;
}

.general-item .general-img {
	margin-bottom: 5px;
}

.general-item .general-img a {
	white-space: nowrap;
	text-align: center;
	display: block;
	color: #fff;
}

.general-item .general-img a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -5px;
}

.general-item .general-img a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.general-item .general-img a > * {
	width: 100%;
}

.general-item .general-img a:hover {
	background: #e77b50;
}

.heading {
	position: relative;
}

.heading .btn-del {
	position: static;
	font-size: 20px;
	line-height: 26px;
	padding: 17px 23px;
}

.heading h2,
.heading .h2 {
	margin-top: -4px;
}

#login .message,
#login_error {
    line-height: 26px;
	margin: 0 0 20px 0;
	font-size: 17px;
}

.login .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: none;
}

.login .img-text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 66px;
	bottom: 57px;
}

.login .login-holder {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.login .login-holder .logo-hold {
	display: table-footer-group;
	height: 1%;
}

.login .login-text {
	min-height: 100vh;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	padding: 23px 20px 0;
}

.login h2,
.login .h2 {
	text-align: center;
	margin: 0 0 76px;
}

.login-form p:first-child,
#loginform p:first-child {
	position: relative;
}

.login-form p:first-child:before,
#loginform p:first-child:before {
	position: absolute;
	color: #e77b50;
	font-family: icomoon;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	line-height: 1;
	z-index: 5;
	pointer-events: none;
	right: 9px;
	bottom: 11px;
	font-size: 17px;
	opacity: 0;
}

.login-form p.correct:before,
#loginform p.correct:before {
	opacity: 1;
}

.login-form .icon-mail,
.login-form .icon-lock,
#loginform .icon-mail,
#loginform .icon-lock {
	position: absolute;
	left: 0;
	font-size: 19px;
	color: #6d6c6c;
	bottom: 8px;
}

.login-form .icon-lock,
#loginform .icon-lock {
	font-size: 22px;
}

.login-form .button,
#loginform .button,
#lostpasswordform .button {
	text-transform: uppercase;
}

.login-form .icon-check-circle,
#loginform .icon-check-circle {
	position: absolute;
	color: #e77b50;
	right: 9px;
	bottom: 11px;
	font-size: 17px;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
#loginform input[type="text"],
#lostpasswordform input[type="text"],
#loginform input[type="email"],
#loginform input[type="password"] {
	border: none;
	background: none;
	font-weight: 500;
	height: 34px;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	outline: none;
	color: #2c2d2f;
	padding-left: 31px;
	padding-right: 30px;
	font-weight: 400;
	margin-top: -1px;
}

.login-form label:not([class]),
#loginform label:not([class]) {
	font-size: 10px;
	line-height: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	position: relative;
	z-index: 2;
}

.login-form label[for*="user_"],
#loginform label[for*="user_"],
#lostpasswordform label[for*="user_"] {
	font-size: 10px;
	line-height: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	position: relative;
	z-index: 2;
}

.login-form label[for*="user_"].focus:before,
#loginform label[for*="user_"].focus:before {
	opacity: 1;
}

.login-form label[for*="user_"]:before,
#loginform p:first-child:before,
#loginform div.wp-pwd:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	right: 0;
	background: #e77b50;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.login-form label[for*="user_"]:after,
#lostpasswordform label[for*="user_"]:after,
#loginform p:first-child:after,
#loginform div.wp-pwd:after
{
	font-family: icomoon;
	position: absolute;
	left: 0;
	font-size: 19px;
	line-height: 1;
	color: #6d6c6c;
	bottom: 8px;
}

#loginform p:first-child {
    position: relative;
    display: block;
}

#loginform p:first-child:after {
    content: "\e902";
}

#loginform div.wp-pwd {
    position: relative;
    display: block;
    padding-top: 1px; /* To prevent margin collapse */
    overflow: hidden; /* Another way to avoid collapsing margins */
}

#loginform div.wp-pwd:after {
    content: "\e919";
}

#loginform div.wp-pwd button {
    display: none !important;
}

.login-form .form-group,
.login-form p,
#loginform .form-group,
#loginform p {
	margin: 0 0 16px;
}

.login-form .input-wrap,
#loginform .input-wrap {
	position: relative;
}

.login-form .button,
#loginform .button {
	border-radius: 2px;
	min-width: 130px;
	margin: 12px 0;
}

.login-form p.forgetmenot,
#loginform p.forgetmenot {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 150px;
	margin: 28px 0 56px;
}

.login-form p.forgetmenot label,
#loginform p.forgetmenot label {
	font-weight: 700 !important;
	text-transform: none !important;
	font-size: 13px !important;
	line-height: 16px !important;
	display: inline-block !important;
	letter-spacing: 0 !important;
	padding-left: 23px;
	position: relative;
}

.form-info {
	padding: 10px 0 0;
	margin: 0 0 53px;
	position: relative;
}

.forget-txt {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	color: #2c2d2f;
	position: absolute;
	right: 0;
	top: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 145px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 3px;
	right: 0;
	margin-top: -1px;
}

.checkbox-label {
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.checkbox-label .slide {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #e77b50;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.checkbox-label .slide:before {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 12px;
	font-family: icomoon;
	text-align: center;
	line-height: 14px;
	color: #fff;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
}

.checkbox-label input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.checkbox-label input[type="checkbox"]:checked ~ .slide {
	background: #e77b50;
}

.checkbox-label input[type="checkbox"]:checked ~ .slide:before {
	opacity: 1;
}

.btn,
.button {
	background: #e77b50;
	display: inline-block;
	vertical-align: top;
	padding: 16px 37px;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.acf-field-repeater .button,
.acf-form-submit .button {
	background: #e77b50 !important;
	color: #fff !important;
}

.btn:hover,
.button:hover,
.acf-field-repeater .button:hover {
	color: #fff;
	background: #b84619;
}

.acf-field-repeater .button:hover,
.acf-form-submit .button:hover {
	color: #fff !important;
	background: #b84619 !important;
}

.logos {
	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 -5px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 39px;
}

.logos li {
	padding: 0 5px;
}

.logos a {
	display: block;
}

.logos a:hover {
	opacity: .8;
}

#company_contacts .acf-field .acf-label,
.acf-label {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	display: block;
	margin: 0 0 8px;
	position: relative;
}

.acf-field {
	margin: 0 0 28px !important;
	border: none !important;
	padding: 0 !important;
}

.canvas {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.acf-input input[type="text"],
.acf-input input[type="email"],
.acf-input input[type="password"],
.acf-input input[type="url"],
.acf-input input[type="number"],
.acf-input input[type="tel"],
.acf-input textarea {
	height: 40px;
	border: 1px solid #ebebeb;
	background: none;
	width: 100%;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #2c2d2f;
	outline: none;
}

.acf-input .title {
	margin: 0 !important;
}

.product-section {
	padding: 94px 0 64px;
}

.product-section.no-sorting {
	padding: 52px 0 64px;
}

.product-section .product {
	margin: 0 0 42px;
}

.product .product-img {
	position: relative;
	/*z-index: 1;*/
}

.product .product-img:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(244, 245, 240, .2);
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
  pointer-events:none;
}

.bookmark-container {
  position:relative;
}

.bookmark-opener.btn-bookmark{
  position:relative;
  top:auto;
  right:auto;
  visibility: visible;
  opacity:1;
}

.bookmark-active .bookmark-opener {
	background: #e77b50;
	opacity: 1;
	visibility: visible;
}

.bookmark-block {
	background: #fff;
	width: 200px;
	z-index: 10;
	position: absolute;
	top: 60px;
	right: -32px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
}

.bookmark-active .bookmark-block {
	opacity: 1;
	visibility: visible;
}

.bookmark-block:before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 100%;
	position: absolute;
	right: 52px;
}

.bookmark-block .bookmark-slides {display: table;}
.bookmark-block .bookmark-slide {display: table-cell;position: relative;}

.bookmark-block .bookmark-heading {
  padding: 16px 23px;
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid #ebebeb;
}

.bookmark-block .bookmark-heading.align-left {
	padding-left: 40px;
  padding-right: 23px;
}

.bookmark-block .bookmark-title {
  display: block;
  position: relative;
  font: 600 21px/26px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
  color:#000;
}
.bookmark-block .bookmark-content-1col {
  position:relative;
  padding:30px 16px;
}

.bookmark-block .icon-holder {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #2c2d2f;
	right: 18px;
	font-size: 15px;
	margin-top: 1px;
}
.bookmark-block .align-left .icon-holder {
  left:18px;
}

.bookmark-block .icon-holder:hover {
	color: #e77b50;
}

.bookmark-block .jcf-scrollable {
	max-height: 190px;
	overflow: hidden;
	overflow-y: auto;
}

.bookmark-list {
	font-size: 16px;
	line-height: 24px;
	padding: 7px 0;
}

.bookmark-list a {
	color: #2c2d2f;
	display: block;
	position: relative;
	padding: 9px 25px;
}

.bookmark-list li a:before {
	position: absolute;
  right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  font: 16px/1 icomoon;
  padding: 3px;
  color: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.bookmark-list.drop-list li a:before {
  right:19px;
  font: 14px/1 icomoon;
}
.drop-list .no-options {
  cursor: default;
  pointer-events: none;
}
.bookmark-list.drop-list li.no-options a:before {
  display:none;
}

.drop-list .unselect-all a {
  background: #f3f3f0;
  width: 92%;
  line-height: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 13px;
  padding: 11px;
}
.drop-list .unselect-all a:hover,.drop-list .unselect-all a:hover:before{
color:#e77b50;
}
.bookmark-list li.unselect-all a:before {
  color: #000;
  border: 0;
  border-radius: 0;
  content: "\e908";
  right: 9px;
  font-size: 11px;
}

.bookmark-list a:hover,.bookmark-list .active a
{
  color:#e77b50;
}

.bookmark-list a:hover:before
{
  border: 1px solid #e77b50;
}

.bookmark-list .active a:before {
	background:#e77b50;
  border: 1px solid #e77b50;
  color: #fff;
}

.btn-create {
	display: block;
	padding: 16px 22px 16px 47px;
	color: #2c2d2f;
	position: relative;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font: 600 18px/24px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	margin-top: 2px;
}

.btn-create span {
	position: absolute;
	font-size: 22px;
	left: 22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form {
	padding: 71px 0;
}

.form .h2 {
	margin: 0 0 27px;
}

.contact_information > .acf-label label,
#company_information .acf-field-repeater .acf-label
.form .h4 {
	padding: 0 0 30px !important;
	margin: 0 0 30px !important;
	border-bottom: 1px solid #ebebeb !important;
	font-size: 20px !important;
}

#company_information .acf-field-repeater .acf-label { margin: 0 !important; }

#company_information #company_contacts.acf-field-repeater .acf-label {
	margin: 35px 0 0 0 !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #ebebeb !important;
}

#company_information #company_contacts.acf-field-repeater > .acf-label .acf-required {
	display: none;
}

#company_information .acf-repeater {
	border-bottom: 1px solid #ebebeb !important;
	padding-bottom: 12px !important;
}

.acf-fields {
	margin: 0 0 60px !important;
	border: none !important;
}

.acf-field {
	border: none !important;
}

hr {
	border: none;
	border-top: 1px solid #ebebeb;
}

.acf-file-uploader {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 0 70px;
}

.acf-file-uploader .file-icon {
	display: none;
}

.acf-file-uploader p {
	margin: 0;
}

.acf-file-uploader .hide-if-value {
	padding-top: 9px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.acf-file-uploader .hide-if-value p {
	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;
}

.acf-file-uploader .hide-if-value .button {
	margin: 0 0 0 10px;
	background: #ebebeb;
	color: #2c2d2f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	width: 162px;
	border-radius: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.acf-file-uploader .hide-if-value .button:hover {
	background: #b8b8b8;
}

.acf-input textarea {
	height: 362px;
	resize: none;
	overflow-y: auto;
	padding: 13px 16px;
	font-size: 16px;
	line-height: 26px;
}

a.product-holder:hover {
	opacity: .8;
}

.product-holder {
	height: 0;
	padding-top: 108.05%;
	position: relative;
	background: #f4f5f0;
	display: block;
}

.product-holder .icon-plus-circle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	color: #fed832;
	font-size: 46px;
}

.form-table {
	background: #f9faf6;
}

.acf-field-5b348ac509369 .acf-label {
	display: none;
}

.acf-table > thead > tr > th,
.acf-table > thead > tr > td,
.acf-table td.acf-th,
.acf-table th.acf-th {
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
	margin-bottom: 5px !important;
	border: none !important;
	border-bottom: 1px solid #ebebeb !important;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0 !important;
}

.acf-table tr td.order, .acf-table tr th.order,
.acf-table thead tr > th.acf-row-handle {
    display: none !important;
}

.acf-table > thead > tr > th,
.acf-table > tbody > tr > th,
.acf-table > thead > tr > td,
.acf-table > tbody > tr > td {
	background: none !important;
	border: none !important;
}

.acf-table > tbody > tr,
.acf-table > thead > tr,
.acf-table > tbody > tr,
.acf-table > thead > tr {
	border: none !important;
	border-width: 0 !important;
	background: none !important;
}

.acf-table > tbody > tr > th,
.acf-table > thead > tr > td,
.acf-table > tbody > tr > th,
.acf-table > thead > tr > td {
	background: none !important;
	padding: 0;
	border: none !important;
}

.acf-icon.-plus.small.acf-js-tooltip {
	display: none !important;
}

.acf-repeater .acf-row-handle.remove {
	border: none !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

.acf-table {
	background: none !important;
	border: none !important;
}

.acf-table tr .description {
	display: none !important;
}

.acf-table thead th {
	text-align: left;
	border: none;
	padding: 0;
}

.acf-table {
	margin-bottom: 63px !important;
	border-left: none !important;
	border-right: none !important;
}

#company_contacts .acf-table {
	margin-bottom: 25px !important;
	margin-top: 25px !important;
}

.acf-actions {
	display: block;
	text-align: left !important;
}

.acf-actions .button {
	display: block;
	width: 100%;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 11px 15px;
	font-size: 16px;
	line-height: 20px;
}

.acf-table {
	width: 100%;
    table-layout: fixed;
}

.acf-table td,
.acf-table th {
	border: none;
	padding: 0;
}

.acf-table td.acf-th,
.acf-table th.acf-th {
	font-size: 12px;
	line-height: 16px;
}

/*.acf-repeater .acf-row-handle.remove {
	width: 100% !important;
	padding: 0 !important;
}*/

.acf-table .acf-icon.-minus.small.acf-js-tooltip {
	display: block !important;
	vertical-align: top;
	color: #fff !important;
	border: none !important;
	text-align: center;
	background: none !important;
	width: auto !important;
	height: auto !important;
	margin-top: 26px;
	border-radius: 0 !important;
	top: auto !important;
	position: static !important;
}

.acf-table .acf-icon.-minus.small.acf-js-tooltip:hover {
	background: #401a31;
}

.acf-table .acf-icon.-minus.small.acf-js-tooltip:before {
	content: "Delete" !important;
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 700 !important;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
	display: block;
	width: 100% !important;
	opacity: 1 !important;
	padding: 9px 10px !important;
	background: #893768 !important;
	color: #fff;
	height: auto !important;
}

.form-table {
	padding: 80px 0;
}

.form-table .acf-input textarea {
	height: 131px;
}

.product-form {
	padding: 35px 0 0;
}

.form-table {
	padding: 52px 0;
}

.form-table h2,
#product_specifications_group > .acf-label {
	margin: 0 0 33px;
}

.acf-field-message label,
.acf-field#prices_repeater .acf-label label,
.form-table .h4 {
	margin: 0 0 27px;
}

.product:nth-child(2n) .imgs li:nth-child(4) {
	height: 63%;
}

.product:nth-child(2n) .imgs li:nth-child(3) {
	height: 37%;
}

.imgs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: -2.5px;
}

.imgs li {
	width: 33.33%;
	height: 50%;
	position: relative;
	padding: 2.5px;
	background: #fff;
}

.imgs li .bg-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-color: #dcdcdc;
}

.imgs li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(244, 245, 240, .2);
	z-index: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.imgs li:nth-child(4) {
	height: 37%;
}

.imgs li:nth-child(3) {
	height: 63%;
}

.visual {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	position: relative;
	text-align: center;
}

.visual .wrap {
	padding: 38px 15px 37px;
}
body.error404  {
  overflow: hidden;
}
.error404 .visual .wrap > div {
position: absolute;
top: 40%;
left: 50%;
width:90%;
transform: translateY(-50%) translateX(-50%);
}

.error404 .visual .wrap,.error404 .visual .wrap:after {
  min-height:100vh;
}

.visual .position-text {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 29px;
	font-size: 11px;
	line-height: 16px;
}

.my-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	line-height: 20px;
}

.my-info li {
	margin-right: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.my-info .num {
	font: 600 24px/27px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	display: inline-block;
	vertical-align: bottom;
	padding-right: 5px;
}

.infos {
	background-color: #142230;
	color: #fff;
	z-index: 1;
	position: relative;
	font-size: 10px;
	line-height: 16px;
}

.infos .infos-title,
.infos .infos-title a {
	font: 600 24px/30px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
  font-size:inherit;
}

.infos .infos-title:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	font: 10px/1 icomoon;
}

.infos .infos-title a { color: #fff; }
.infos .infos-title a:hover { color: #e77b50; }

.infos .info-txt {
	padding: 10px 0 0;
	font-weight: 700;
}

.infos .col {
	position: relative;
	z-index: 1;
	margin: 0 -15px;
	padding: 28px 15px;
}

.background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}

.details {
	padding: 27px 0 50px;
	background: #f4f5f0;
}

.details .holder {
	max-width: 885px;
}

.details .details-text {
	clear: both;
	padding-top: 22px;
}

.details .details-title {
	font: 600 21px/1 "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	overflow: hidden;
	display: block;
	padding: 42px 10px  40px 14px;
}

.details .img {
	width: 100px;
	float: left;
	border-radius: 50%;
}

.details .img img {
	border-radius: 50%;
}

.details .img a {
	display: block;
	border-radius: 50%;
}

.details .img a:hover {
	opacity: .8;
}

.popup-holder {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	background: rgba(44, 45, 47, .8);
	white-space: nowrap;
	text-align: center;
	min-height: 100%;
}

.popup-holder:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	margin: 0 0 0 -5px;
	height: 100%;
}

.popup-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
}

.edit-active .popup-holder.edit-drop {
	opacity: 1;
	visibility: visible;
}

.duplicate-active .popup-holder.duplicate-drop {
	opacity: 1;
	visibility: visible;
}

.upload-active .popup-holder.upload-drop {
	opacity: 1;
	visibility: visible;
}

.popup-holder .popup {
	margin-top: 20px;
	background: #fff;
	width: 100%;
	padding: 35px 20px 22px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.popup-holder .popup.popup-1 .popup-form {
	margin: 0 -31px;
}

.popup-holder .popup.popup-1 .popup-form .acf-fields .acf-field {
	padding: 19px 31px;
}

.popup-holder .popup-text {
	margin: 0 0 53px;
}

.popup-holder .popup-title {
	font: 600 21px/26px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	display: block;
	text-align: center;
	margin: 0 0 25px;
}

.popup-holder .btn-wrap {
	padding-top: 8px;
}

.popup-holder .btns {
	margin-bottom: -10px;
}

.popup-holder .btns + .btns {
	padding-top: 10px;
}

.popup-holder .btns li {
	margin-bottom: 10px;
}

.popup-holder .popup-heading {
	text-align: left;
	margin: -15px 0 0;
}

.popup-holder .popup-heading .popup-title {
	margin: 0;
	text-align: left;
}

.btn-small {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: block;
	background: #ebebeb;
	color: #2c2d2f;
	text-align: center;
	padding: 10px 7px;
}

.btn-small:hover {
	color: #2c2d2f;
	background: #b8b8b8;
}

.btn-small.orange {
	color: #fff;
	background: #e77b50;
}

.btn-small.orange:hover {
	color: #fff;
	background: #b84619;
}

.btn-small.purple {
	color: #fff;
	background: #893768;
}

.btn-small.purple:hover {
	color: #fff;
	background: #401a31;
}

.popup-form {
	padding: 15px  0;
	margin: 0 -20px;
}

.popup-form .acf-fields {
	margin: 0;
}

.popup-form .acf-fields .acf-input {
	width: calc(100% - 64px);
	float: left;
}

.popup-form .acf-fields .acf-label {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 16px;	line-height: 20px;
	width: 64px;
	text-align: left;
	float: left;
	height: auto;
	padding-top: 10px;
}

.popup-form .acf-fields .acf-field {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin: 0 0;
	padding: 20px 31px;
	width: auto;
	width: 100%;
	margin: 0;
}

.hidden {
	display: none !important;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a,
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #e77b50;
	color: #fff;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #b84619;
	color: #fff;
}

textarea {
	resize: none;
	overflow-y: auto;
}

.two-columns {
	padding: 30px 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.search-list {
	padding: 53px 0;
}

.acf-fields.-border {
	background: none !important;
}

#footer {
	background: #2c2d2f;
	color: #fff;
	font: 600 14px/20px "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 86px 0 94px;
}

#footer .copyright {
	display: block;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 29, 2018 */

@media (min-width: 375px) {

	#terms_conditions .acf-true-false {
		display: block;
		line-height: 20px;
		padding-top: 3px;
	}

	.jcf-select .jcf-select-text {
		margin: 0 20px 0 10px;
	}

	.jcf-select .jcf-select-opener {
		right: 8px;
	}

	.container,
	.wrap,
	.holder {
		padding: 0 20px;
	}

	.product {
		margin: 0 0 40px;
	}

	.icon-list {
		width: 200px;
		margin-left: -26px;
	}

	.icon-list li {
		margin-left: 24px;
	}

	.dropdown .dropdown-opener {
		padding: 0 20px 0 10px;
	}

	.dropdown .dropdown-opener:before {
		right: 8px;
	}

	.drop-list a {
		padding: 6px 10px;
	}

	.links ul {
		margin: 0 -10px;
	}

	.links ul li {
		padding: 0 10px;
		margin-bottom: 9px;
	}

	.login .login-text {
		padding: 23px 20px 0;
	}

	.logos {
		margin: 0 -15px;
		padding-bottom: 23px;
	}

	.logos li {
		padding: 0 15px;
	}

	.visual .wrap {
		padding: 38px 50px 37px;
	}

	.infos .infos-title:after {
		right: 20px;
		top: 54px;
		font-size: 11px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.infos .col {
		margin: 0 -20px;
		padding: 28px 20px 44px;
	}


	.product-block.slim-block {
		padding: 20px 0 20px 0;
	}

	.product-block.slim-block-listing {
		padding: 0;
	}

	.product-block.last-in-line {
		padding-bottom: 25px;
	}

}

@media (min-width: 600px) {
	.category-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.category-list .category-item {
		width: 50%;
	}

	.category-list.col-3 .category-item:last-child {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.acf-input-prepend, .acf-input-append {
		display: none !important;
	}

	#content {
		float: left;
		width: 60%;
		padding-right: 30px;
	}

	#content:only-child {
		float: none;
		width: 100%;
		padding: 0;
	}

	#sidebar {
		float: right;
		width: 40%;
	}

	#sidebar #wp-calendar {
		width: 100%;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.overlay #wrapper:before {
		opacity: 0;
		visibility: hidden;
	}

	.btn-alert {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 21px;
	}

	.btn-bookmark {
		width: 40px;
		height: 40px;
		line-height: 45px;
		font-size: 21px;
	}

	.banner .btn-bookmark {
		width: 60px;
		height: 60px;
		line-height: 65px;
		font-size: 21px;
	}

	.btn-download {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 21px;
	}

	.btn-edit {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 21px;
	}

	.btn-gallery {
		width: 60px;
		height: 60px;
		line-height: 65px;
		font-size: 21px;
	}

	h1,
	.h1 {
		font-size: 50px;
		line-height: 60px;
		margin: 0 0 23px;
	}

	h2,
	.h2,
	#product_specifications_group > .acf-label {
		font-size: 35px;
		line-height: 1.625;
		margin: 0 0 25px;
	}

	h3,
	.h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.title {
		margin: 0 0 16px;
		font-size: 13px;
		line-height: 16px;
	}

	.bookmark-opener {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 45px;
	}

	.product {
		width: 33.33%;
	}

	.product-category {
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 1px;
	}

	#header .container {
		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;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.logo1 {
		display: block;
		width: 100px;
		margin: 0 5px;
	}
  .logo1 a {pointer-events:none;}

	.logo-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	#nav {
		width: calc(100% - 359px);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#nav ul {
		margin: 0 -10px;
	}

	#nav {
		display: block;
	}

	.icon-list {
		margin-left: -15px;
		width: 140px;
	}

	.icon-list li {
		margin-left: 13px;
	}

  .navigation > li:nth-child(-n+5){ display:none;}

	.nav-drop {
		width: 377px;
	}

	.nav-drop .nav-wrap {
		padding: 110px 60px 0;
	}

	.nav-drop .nav-opener {
		right: 44px;
		top: 27px;
	}

	.nav-drop .nav-text {
		font-size: 13px;
		line-height: 21px;
	}

	.nav-drop .nav-text p {
		margin: 0 0 38px;
	}

	.dropdown {
		font-size: 16px;
		line-height: 20px;
	}

	.dropdown .dropdown-opener {
		padding: 0 40px 0 22px;
		line-height: 59px;
		height: 59px;
	}

	.dropdown .dropdown-opener:before {
		right: 23px;
		font-size: 7px;
	}

	.drop-list a {
		padding: 8px 23px;
	}

	.search-drop .search-heading {
		padding: 27px 10px 19px;
	}

	.form-search {
		padding: 77px 0;
	}

	.form-search input[type="search"] {
		height: 83px;
		padding: 11px 53px 15px;
		font-size: 48px;
		line-height: 55px;
	}

	.form-search button {
		font-size: 35px;
		left: -3px;
		left: 0;
		margin-top: 3px;
	}

	.banner {
		white-space: nowrap;
		text-align: center;
		min-height: 450px;
	}

	.banner:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 450px;
	}

	.banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.banner .container {
		padding-bottom: 30px;
		padding-bottom: 30px;
	}

	.banner .info {
		font-size: 14px;
		line-height: 18px;
		margin-right: 10px;
	}

	.banner .info .banner-text {
		width: calc(100% - 146px);
	}

	.links ul {
		font-size: 13px;
		line-height: 18px;
		margin: 0;
		display: block;
		padding: 21px 0 0;
	}

	.links ul li {
		padding: 0;
		margin-bottom: 5px;
	}

	.links ul li + li:before {
		display: none;
	}

	.content-text:before {
		display: none;
	}

	.content {
		padding-bottom: 0;
	}

	.text-content {
		font-size: 15px;
		line-height: 28px;
	}

	.text-content p {
		margin: 0 0 28px;
	}

	.product-block h1 {
		font-size: 35px;
		line-height: 42px;
	}

	.product-block .form-search {
		padding: 0 0 0;
		max-width: 500px;
		margin: -8px auto 45px;
	}

	.table-holder.small-margin {
		margin-bottom: 20px;
	}

	.paragraph {
		max-width: 756px;
		margin: 0 auto;
	}

	.table td.table-title,
	.table th.table-title,
	table:not([class]) td.table-title,
	table:not([class]) th.table-title {
		width: 24.6%;
	}

	.table td.tour-price,
	.table th.tour-price,
	table:not([class]) td.tour-price,
	table:not([class]) th.tour-price {
		width: 20%;
	}

	.table td.tour-net,
	.table th.tour-net,
	table:not([class]) td.tour-net,
	table:not([class]) th.tour-net {
		width: 18%;
	}

	.table-heading {
		display: none;
	}

	.map {
		height: 600px;
	}

	.img-list .img-item {
		width: 33.33%;
	}

	.restaurants .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.restaurants .row .col {
		width: 50%;
		padding: 0 15px;
	}

	.icons {
		margin-bottom: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.general-item {
		width: 25%;
	}

	.general-item .general-title {
		font-size: 21px;
		line-height: 31px;
	}

	.heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: -6px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 50px;
	}

	.ae-editor .heading {
		margin: 0;
	}

	.product-block.ae-editor {
		padding: 34px 0 24px;
	}

	.heading .right-block {
		width: 50%;
		text-align: right;
	}

	.heading .btn-del {
		bottom: auto;
		top: 0;
		left: auto;
		right: 0;
	}

	.heading .heading-txt {
		width: 50%;
	}

	.heading h2,
	.heading .h2 {
		font-size: 35px;
		line-height: 1.625;
		margin: 0;
	}

	.login {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 100vh;
		overflow: hidden;
	}

	.login .img {
		width: 50%;
		display: block;
	}

	.login .login-text {
		width: 50%;
		min-height: 0;
		padding: 40px 30px 0;
	}

	.login h2,
	.login .h2 {
		text-align: left;
	}

	.login-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="password"],
	#loginform input[type="text"],
	#lostpasswordform input[type="text"],
	#loginform input[type="email"],
	#loginform input[type="password"] {
		padding-left: 33px;
	}

	.login-form .button,
	#loginform .button {
		margin: 17px 0;
	}

	.form-info {
		margin-bottom: 20px;
		padding: 8px 0 0;
	}

	.logos {
		margin: 0 -10px;
		padding-bottom: 40px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.logos li {
		padding: 0 10px;
	}

	.acf-field {
		margin: 0 0 20px !important;
	}

	.acf-input input[type="text"],
	.acf-input input[type="email"],
	.acf-input input[type="password"],
	.acf-input input[type="url"],
	.acf-input input[type="number"],
	.acf-input input[type="tel"],
	.acf-input textarea {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	.acf-field.w33-fix, .w33-fix {
		width: 32% !important;
		margin: 1% 0 1% 2% !important;
		padding: 0 !important;
	}

	.acf-fields .w33-fix.w3-1, .w33-fix.w3-1 { margin: 1% 0 1% 0 !important; }

	#company_information #company_contacts.acf-field-repeater .w33-fix .acf-label {
		padding: 0 !important;
		margin: 0 0 10px 0 !important;
		border: 0 !important;
	}

	#company_contacts table,
	#company_contacts tbody,
	#company_contacts tr.acf-row,
	#company_contacts td.acf-fields {
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}



	#company_contacts tr.acf-row.acf-clone { display: none !important; }

	.bookmark-block {
		top: -5px;
		left: 100%;
		margin-left: -6px;
		bottom: auto;
		box-shadow: 0 0 39px 2px rgba(0, 0, 0, .1);
		right: auto;
		width: 250px;
	}

	.bookmark-block:before {
		border: none;
		height: 0;
		width: 0;
		border-bottom: 15px solid transparent;
		border-right: 15px solid #fff;
		border-top: 15px solid transparent;
		position: absolute;
		right: 100%;
		left: auto;
		bottom: auto;
		top: 20px;
	}

	.bookmark-block .bookmark-heading {
		padding: 10px 15px;
		padding-right: 30px;
	}

	.bookmark-block .bookmark-title {
		font-size: 18px;
		line-height: 24px;
	}

	.bookmark-list a:before {
		right: 6px;
	}

	.acf-fields {
		margin: 0 -15px 35px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.acf-field {
		width: 100%;
		padding: 0 15px !important;
		margin: 0 0 34px !important;
	}

	#company_information.acf-field {
		margin: 30px 0 26px !important;
		padding: 0 30px !important;
	}

	.acf-file-uploader {
		padding: 0 15px;
		width: 100%;
	}

	.acf-file-uploader .hide-if-value .button {
		margin: 0 0 0 22px;
	}

	.acf-table > thead > tr > th,
	.acf-table > thead > tr > td,
	.acf-table td.acf-th,
	.acf-table th.acf-th {
		padding-right: 10px !important;
	}

	.acf-table > thead > tr > th:last-child,
	.acf-table > thead > tr > td:last-child,
	.acf-table td.acf-th:last-child,
	.acf-table th.acf-th:last-child {
		padding-right: 0 !important;
	}

	.acf-table {
		background: none !important;
	}

	.acf-table tr {
		border-bottom: 1px solid #ebebeb;
	}

	.acf-table tbody tr td,
	.acf-table thead tr td {
		padding: 0 !important;
		padding-right: 10px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.acf-table tbody tr td:last-child,
	.acf-table thead tr td:last-child {
		padding-right: 0 !important;
	}

	.acf-actions {
		padding: 0;
	}

	.acf-actions .button {
		display: inline-block;
		vertical-align: top;
		width: auto;
		min-width: 160px;
	}

	.acf-table {
		text-align: left;
	}

	#prices_repeater .acf-table td,
	#prices_repeater .acf-table th {
		width: 16.667% !important;
	}

	#prices_repeater .acf-table td:nth-child(2),
	#prices_repeater .acf-table th:nth-child(2) {
		width: 34% !important;
	}

	#prices_repeater .acf-table td:nth-child(3),
	#prices_repeater .acf-table th:nth-child(3) {
		width: 17.1% !important;
	}

	#prices_repeater .acf-table td:nth-child(4),
	#prices_repeater .acf-table th:nth-child(4) {
		width: 17.1% !important;
	}

	#prices_repeater .acf-table td:nth-child(5),
	#prices_repeater .acf-table th:nth-child(5) {
		width: 25.7% !important;
	}

	#prices_repeater .acf-repeater .acf-row-handle.remove {
		text-align: right !important;
	}

	#prices_repeater .acf-table .acf-icon.-minus.small.acf-js-tooltip {
		margin-top: 0 !important;
		display: inline-block !important;
	}

	#prices_repeater .acf-table .acf-icon.-minus.small.acf-js-tooltip:before {
		font-size: 14px !important;
		line-height: 22px !important;
	}

	.visual .wrap {
		white-space: nowrap;
		text-align: center;
		min-height: 300px;
		padding: 38px 20px 37px;
	}

	.visual .wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 300px;
	}

	.visual .wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.visual .wrap {
		position: relative;
		height: 100%;
	}

	.visual .position-text {
		position: absolute;
		left: 0;
		bottom: 0;
		right: auto;
		font-size: 14px;
		left: 20px;
		bottom: 27px;
	}

	.visual .h3 {
		font-weight: 300;
		font-size: 36px;
		line-height: 40px;
	}

	.my-info {
		width: 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 14px;
		line-height: 18px;
		padding-left: 5px;
	}

	.my-info li {
		margin: 0 0 0 10px;
	}

	.infos .infos-title {
		width: 50%;
		position: relative;
		font-size: 19px;
		line-height: 24px;
	}

	.infos .infos-title:after {
		display: block;
		position: absolute;
		top: 100%;
		margin-top: 8px;
		left: 0;
	}

	.infos .info-txt {
		width: 50%;
		padding: 0 0 0 5px;
		text-align: right;
		font-size: 14px;
		line-height: 18px;
	}

	.infos .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.infos .col {
		width: 50%;
		padding: 30px 15px;
		margin: 0;
		position: static;
		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;
	}

	.infos .col:last-child .background {
		width: 50%;
		right: 0;
		left: auto;
	}

	.details {
		padding: 40px 0;
		font-size: 16px;
		line-height: 26px;
	}

	.details .details-text {
		display: block;
		clear: none;
		padding-top: 10px;
	}

	.details .text {
		padding: 4px 0 0 24px;
		overflow: hidden;
	}

	.details .details-title {
		padding: 0;
	}

	.details .img {
		width: 140px;
	}

	.popup-holder {
		padding: 20px;
		white-space: nowrap;
		text-align: center;
		min-height: 100%;
		padding: 50px 20px 42px;
	}

	.popup-holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 100%;
	}

	.popup-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.popup-holder .popup {
		max-width: 600px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 26px;
	}

	.popup-holder .popup.small-popup {
		max-width: 500px;
	}

	.popup-holder .popup.popup-1 {
		padding: 35px 31px 15px;
	}

	.popup-holder .popup-text {
		margin: 0 0 66px;
	}

	.popup-holder .popup-title {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 28px;
	}

	.popup-holder .btn-wrap {
		padding-top: 0;
	}

	.popup-holder .btns + .btns {
		padding-top: 0;
	}

	.popup-holder .btns {
		margin: 0 -10px;
		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;
	}

	.popup-holder .btns.right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.popup-holder .btns li {
		padding: 0 10px;
	}

	.popup-holder .popup-heading .popup-title {
		font-size: 21px;
		line-height: 26px;
	}

	.btn-small {
		display: inline-block;
		vertical-align: top;
		min-width: 83px;
	}

	.popup-form {
		padding: 14px  0 21px;
	}

	.popup-form .acf-fields {
		margin: 0;
	}

	.popup-form .acf-fields .acf-input {
		width: calc(100% - 154px);
	}

	.small-popup .popup-form .acf-fields .acf-input {
		width: calc(100% - 100px);
	}

	.popup-form .acf-fields .acf-label {
		width: 154px;
	}

	.small-popup .popup-form .acf-fields .acf-label {
		width: 100px;
	}

	.popup-form .acf-fields .acf-field {
		padding: 19px 20px;
	}

	.btns-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.two-columns {
		padding: 50px 0;
	}

	.product-block.last-in-line {
		padding-bottom: 50px;
	}

	.acf-field--post-title,
	.slim-class { width: 33%; }
	.slim-class.cfa { margin-right: 50% !important; }

	.medium-class { width: 75%; }
	.medium-class.cfa { margin-right: 25% !important; }

	.medium-class-75-25 { width: 37.5% !important; }
	.medium-class-75-25.last:after { clear: left; }


	.acf-form-submit {
		margin-bottom: 34px !important;
	}

	.page-template-template-add-edit-activity .product-block.ae-editor {
		padding-bottom: 0 !important;
	}

	#additional_information { margin-top: 56px !important; }

	.acf-table tr td:first-child, .acf-table tr th:first-child { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.product:nth-child(3n) .bookmark-block {
		left: auto;
		margin: 0;
		right: 63px;
	}

	.product:nth-child(3n) .bookmark-block:before {
		border: none;
		height: 0;
		width: 0;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #fff;
		border-top: 15px solid transparent;
		right: auto;
		left: 100%;
	}
}

@media (min-width: 1024px) {

	#terms_conditions .acf-true-false { padding-top: 8px }

	.acf-true-false label .jcf-checkbox {
		top: 11px;
	}

	#content {
		width: 70%;
	}

	#content:only-child {
		width: 100%;
	}

	#sidebar {
		width: 30%;
	}

	body {
		font-size: 18px;
		line-height: 1.7;
	}

	.btn-download {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	.btn-edit {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	h1,
	.h1 {
		font-size: 70px;
		line-height: 80px;
	}

	h2,
	.h2,
	#product_specifications_group > .acf-label {
		font-size: 43px;
		line-height: 1.625;
	}

	h3,
	.h3 {
		margin: 0 0 28px;
	}

	.bookmark-opener {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	.product-img {
		margin: 0 0 18px;
	}

	.product {
		width: 25%;
		padding: 0 15px;
	}

	.product-title {
		font-size: 21px;
		line-height: 25px;
		font-weight: 600;
	}

	.products {
		margin: 0 -15px;
	}

	#main {
		padding-top: 65px;
	}

	.select-form {
		top: 65px;
	}

	#header {
		padding: 1px 0 12px;
	}

	.logo1 {
		width: 126px;
		margin-top: 8px;
		margin-left: 18px;
	}

	.logo {
		width: 139px;
		float: none;
	}

	#nav {
		font-size: 16px;
		line-height: 24px;
		width: calc(100% - 525px);
		padding: 8px 15px 0;
	}

	#nav ul li {
		padding: 0 10px;
	}

	.icon-list {
		padding: 0;
		width: 243px;
		margin-left: -27px;
		padding-top: 12px;
	}

	.icon-list li {
		margin-left: 25px;
	}

	.icon-list .text {
		display: inline-block;
		vertical-align: middle;
		font-size: 11px;
		line-height: 13px;
		text-align: left;
		margin-left: -2px;
		margin-top: -6px;
	}

	.icon-list .text strong {
		display: block;
	}

	.drop-list a {
		padding: 12px 23px;
	}

	.banner {
		white-space: nowrap;
		text-align: center;
		min-height: 550px;
	}

	.banner:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 550px;
	}

	.banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.banner .container {
		padding: 50px 60px;
	}

	.banner .info .btn-bookmark,
	.banner .info .btn-gallery {
		margin-right: 10px;
	}

	.sidebar {
		background: none;
		float: left;
		width: 160px;
		padding: 0 20px 81px 0;
		margin: 0;
	}

	.sidebar .icon-arrow-down {
		right: auto;
		top: auto;
		bottom: 0;
		left: 0;
	}

	.big-text {
		font-size: 24px;
		line-height: 34px;
	}

	.address-title {
		margin-bottom: 21px;
	}

	.aside {
		float: right;
		width: 240px;
		background: none;
		font-size: 13px;
		line-height: 23px;
		padding: 0  0 0 20px;
		margin: 0;
	}

	.aside address {
		font-size: 13px;
		line-height: 23px;
	}

	.aside ul {
		margin: 0 0 24px;
	}

	.aside ul {
		display: block;
	}

	.content {
		overflow: hidden;
		padding: 0;
	}

	.text-block {
		padding: 80px 0;
	}

	.text-content {
		padding: 108px 0 130px;
	}

	.text-content h2 {
		margin: 0 0 30px;
	}

	.search-item {
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 19px;
		margin-bottom: 79px;
	}

	.manual-block {
		padding: 54px 0 153px;
	}

	.product-block {
		padding: 97px 0 153px;
	}

	.product-block.ae-editor {
		padding: 55px 0 0;
	}

	.ae-editor .heading {
		margin: 0;
	}

	.edit-container {
		line-height: 80px;
		position: absolute;
		top: 0; right: 0;
		padding: 20px 0;
	}

	.product-block.slim-block {
		padding: 49px 0 0 0;
	}

	.product-block.slim-block-listing {
		padding: 5px 0 0 0;
	}

	.product-block.last-in-line {
		padding-bottom: 102px;
	}

	.product-block.slim-block-listing h2 {
		margin: 0 0 22px 0;
	}

	.product-block.form-product {
		padding: 97px 0;
	}

	.product-block h1 {
		font-size: 50px;
		line-height: 55px;
		margin: 0 0 40px;
	}

	.product-block.slim-block h1 {
		margin: 0 0 24px 0;
	}

	.table-holder {
		margin: 0 auto 93px;
	}

	.map {
		height: 700px;
	}

	.img-block {
		padding-top: 89px;
		padding-bottom: 28px;
	}

	.img-list {
		margin: 0 -15px;
	}

	.img-list .img-item {
		padding: 0 15px 30px;
	}

	.restaurants {
		padding: 102px 0 92px;
	}

	.restaurants p {
		margin: 0 0 24px;
	}

	.restaurants h2 {
		margin: 0 0 33px;
	}

	.restaurant-item {
		margin: 0 0 53px;
	}

	.category-list .category-item {
		width: 25%;
	}

	.category-list.col-3 .category-item,
	.category-list.col-3 .category-item:last-child {
		width: 33.3333%;
	}

	.category-list.col-2 .category-item {
		width: 50%;
	}

	.category-list.col-1 .category-item {
		width: 100%;
	}

	.category-list .category-item .category-holder {
		padding: 75px 10px;
	}

	.icons a:hover .icon-info {
		opacity: 1;
	}

	.general-block {
		padding: 132px 0;
	}

	.general-list {
		margin: 0 -15px;
	}

	.general-item {
		padding: 0 15px 30px;
		width: 20%;
	}

	.general-item .general-img {
		margin-bottom: 13px;
	}

	.general-item .general-img a {
		white-space: nowrap;
		text-align: center;
	}

	.general-item .general-img a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
	}

	.general-item .general-img a > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.heading h2,
	.heading .h2 {
		font-size: 55px;
		line-height: 62px;
		margin: 0;
	}

	.login .img {
		width: 60%;
	}

	.login .login-text {
		width: 40%;
	}

	.login-form,
	#loginform {
		padding-left: 5px;
	}

	.login-form .button,
	#loginform .button {
		letter-spacing: 1px;
		padding: 16px 33px;
	}

	.login-form label[for*="user_"],
	#loginform label[for*="user_"] {
		margin: 0 0 8px;
	}

	.login-form p.forgetmenot,
	#loginform p.forgetmenot {
		padding-top: 15px;
		margin: 0 0 23px;
		padding-right: 181px;
	}

	.forget-txt {
		right: 13px;
		margin-top: 0;
	}

	.logos {
		margin: 0 -13px;
		padding-bottom: 62px;
	}

	.logos li {
		padding: 0 13px;
	}

	.product-section {
		padding: 145px 0 110px;
	}

	.product-section.no-sorting {
		padding: 85px 0 110px;
	}

	.product-section.product-block-no-filter { /*eventually a padding fix */ }

	.product-section .product {
		margin: 0 0 61px;
	}

	.bookmark-block {
		top: -45px;
		margin-left: -19px;
		width: 300px;
	}

	.bookmark-block:before {
		top: 60px;
	}

	.bookmark-block .bookmark-heading {
		padding: 16px 23px;
		padding-right: 30px;
	}

	.bookmark-block .bookmark-title {
		font-size: 21px;
		line-height: 26px;
	}

	.bookmark-block .icon-holder {
		right: 18px;
		font-size: 15px;
		margin-top: 1px;
	}

	.bookmark-block .jcf-scrollable {
		max-height: 234px;
	}

	.form {
		padding: 87px 0 10px;
	}

	.contact_information > .acf-label label,
	#company_information .acf-field-repeater > .acf-label,
	.form .h4 {
		font-size: 30px !important;
		line-height: 38px !important;
		padding-top: 20px !important;
		padding-bottom: 25px !important;
		margin: 0 0 34px !important;
	}


	#company_information .acf-field-repeater > .acf-label {
		margin: 0 !important;
	}

	.acf-file-uploader {
		padding-top: 42px;
		margin: 0 0 37px;
	}

	.acf-table > thead > tr > th,
	.acf-table > thead > tr > td,
	.acf-table td.acf-th,
	.acf-table th.acf-th {
		padding-right: 15px !important;
	}

	.acf-table > thead > tr > th:last-child,
	.acf-table > thead > tr > td:last-child,
	.acf-table td.acf-th:last-child,
	.acf-table th.acf-th:last-child {
		padding-right: 0 !important;
	}

	.acf-table tbody tr td,
	.acf-table thead tr td {
		padding: 0 !important;
		padding-right: 15px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.acf-table tbody tr td:last-child,
	.acf-table thead tr td:last-child {
		padding-right: 0 !important;
	}

	.form-table .acf-input textarea {
		height: 162px;
	}

	.form-table {
		padding: 55px 0;
	}

	.form-table {
		padding: 52px 0 80px;
	}

	.form-table h2,
	#product_specifications_group > .acf-label {
		margin: 0 0 65px;
	}

	.acf-field-message label,
	.acf-field#prices_repeater .acf-label label,
	.form-table .h4 {
		font-size: 30px;
		line-height: 36px;
	}

	.product:hover .imgs li:before {
		opacity: 1;
	}

	.visual .wrap {
		white-space: nowrap;
		text-align: center;
		min-height: 500px;
		padding: 40px 20px;
	}
  .error404 .visual .wrap,.error404 .visual .wrap:after {
    min-height: calc(100vh - 79px);
  }


	.visual .wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 500px;
	}

	.visual .wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.my-info .num {
		font-size: 40px;
		line-height: 37px;
	}

	.infos .infos-title {
		font-size: 26px;
		line-height: 35px;
	}

	.details {
		padding: 60px 0 36px;
		font-size: 16px;
		line-height: 26px;
	}

	.popup-holder .popup {
		font-size: 16px;
		line-height: 26px;
	}

	.popup-holder .popup-heading .popup-title {
		font-size: 21px;
		line-height: 26px;
	}

	.popup-form .acf-fields {
		margin: 0;
	}

	.popup-form .acf-fields .acf-field {
		padding: 19px 20px;
	}

	.two-columns {
		padding: 70px 0;
	}

	.search-list {
		padding: 65px 0;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.product:nth-child(4n) .bookmark-block,
	.product:nth-child(4n+3) .bookmark-block {
		right: 72px;
		left: auto;
	}

	.product:nth-child(4n) .bookmark-block:before,
	.product:nth-child(4n+3) .bookmark-block:before {
		border: none;
		height: 0;
		width: 0;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #fff;
		border-top: 15px solid transparent;
		left: 100%;
		right: auto;
	}
}

@media (min-width: 1025px) {

	.product .btn-del {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 15px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	.product:hover .btn-download,
	.product:hover .btn-edit,
	.product:hover .btn-del {
		opacity: 1;
		visibility: visible;
	}

	.product:hover .product-category {
		color: #e77b50;
	}

	.product:hover .product-category a {
		color: #e77b50;
	}

	.product:hover .product-title {
		color: #e77b50;
	}

	.product:hover .product-title a {
		color: #e77b50;
	}

	.product.product-create:hover {
		color: #979797;
	}

	.product.product-create:hover .product-title,
	.product.product-create:hover .product-category {
		color: #979797;
	}

	.product.product-create:hover .product-title a,
	.product.product-create:hover .product-category a {
		color: #e77b50;
	}

	.product:hover .bookmark-opener {
		opacity: 1;
		visibility: visible;
	}

	.product:hover .product-img:before {
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	#content {
		width: 75%;
	}

	#content:only-child {
		width: 100%;
	}

	#sidebar {
		width: 25%;
	}

	body {
		font-size: 20px;
		line-height: 1.7;
	}

	h1,
	.h1 {
		font-size: 90px;
		line-height: 80px;
	}

	h2,
	.h2,
	#product_specifications_group > .acf-label {
		font-size: 48px;
		line-height: 1.625;
		margin: 0 0 45px;
	}

	p {
		margin: 0 0 34px;
	}

	.product {
		width: 20%;
		margin: 0 0 61px;
	}

	#main {
		padding-top: 79px;
	}

	.select-form {
		top: 79px;
	}

	.logo1 {
		margin-left: 26px;
	}

	#nav {
		width: calc(100% - 578px);
		font-size: 18px;
		line-height: 24px;
		padding: 8px 37px 0 15px;
	}

	#nav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -18px;
	}

	#nav ul li {
		padding: 0 18px;
	}

	.icon-list {
		width: 293px;
		padding: 12px 0 3px;
	}

	.icon-list li {
		margin-left: 27px;
	}

	.icon-list li a.bookmark {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: 0 -12px 0 -18px;
	}

	.banner {
		white-space: nowrap;
		text-align: center;
		min-height: 728px;
	}

	.banner:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 728px;
	}

	.banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.banner .info .btn-bookmark,
	.banner .info .btn-gallery {
		margin-right: 15px;
	}

	.banner .info .banner-text {
		width: calc(100% - 166px);
	}

	.sidebar {
		width: 262px;
	}

	.big-text {
		font-size: 28px;
		line-height: 42px;
		margin-top: -5px;
	}

	.aside {
		padding: 0  0 0 68px;
		width: 300px;
	}

	.aside ul li {
		margin: 0 0 -2px;
	}

	.text-block {
		padding: 118px 0 94px;
	}

	.text-block .container {
		padding: 0 60px;
	}

	.section.gray {
		padding: 146px 0 108px;
	}

	.product-block .product {
		margin: 0 0 77px;
	}

	.product-block h1 {
		font-size: 72px;
		line-height: 80px;
	}

	.category-list .category-item .category-holder {
		padding: 75px 22px;
	}

	.btn-back {
		margin: 0 0 17px;
	}

	.general-block {
		padding: 132px 0 150px;
	}

	.heading {
		margin: 0 0 93px;
		margin-right: -6px;
	}

	.heading h2,
	.heading .h2 {
		font-size: 72px;
		line-height: 78px;
		margin: 0;
	}

	.login .login-text {
		padding: 94px 70px 0;
	}

	.login h2,
	.login .h2 {
		font-size: 60px;
		line-height: 68px;
		margin-bottom: 48px;
	}

	.acf-input input[type="text"],
	.acf-input input[type="email"],
	.acf-input input[type="password"],
	.acf-input input[type="url"],
	.acf-input input[type="number"],
	.acf-input input[type="tel"],
	.acf-input textarea {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.product-section h1 {
		margin: 0 0 51px;
	}

	.product:nth-child(5n) .bookmark-block,
	.product:nth-child(5n+4) .bookmark-block {
		right: 72px;
		left: auto;
	}

	.product:nth-child(5n) .bookmark-block:before,
	.product:nth-child(5n+4) .bookmark-block:before {
		border: none;
		height: 0;
		width: 0;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #fff;
		border-top: 15px solid transparent;
		left: 100%;
		right: auto;
	}

	.form .h2 {
		font-size: 72px;
		line-height: 76px;
		margin: 0 0 61px;
	}

	.acf-table > thead > tr > th,
	.acf-table > thead > tr > td,
	.acf-table td.acf-th,
	.acf-table th.acf-th {
		padding-right: 30px !important;
	}

	.acf-table > thead > tr > th:last-child,
	.acf-table > thead > tr > td:last-child,
	.acf-table td.acf-th:last-child,
	.acf-table th.acf-th:last-child {
		padding-right: 0 !important;
	}

	.acf-table tbody tr td,
	.acf-table thead tr td {
		padding: 0 !important;
		padding-right: 25px !important;
		padding-top: 23px !important;
		padding-bottom: 24px !important;
	}

	.acf-table tbody tr td:last-child,
	.acf-table thead tr td:last-child {
		padding-right: 0 !important;
	}

	.acf-table .acf-icon.-minus.small.acf-js-tooltip:before {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.my-info {
		width: 48%;
	}

	.my-info li {
		margin: 0 0 0 31px;
	}

	.my-info li:first-child {
		margin-left: 0;
	}

	.my-info .num {
		font-size: 48px;
		line-height: 39px;
	}

	.infos .infos-title {
		font-size: 36px;
		line-height: 40px;
		width: 52%;
	}

	.infos .infos-title:after {
		margin-top: 2px;
	}

	.infos .row {
		margin: 0 -52px;
	}

	.infos .col {
		padding: 44px 52px 56px;
	}

	.infos .col:last-child .infos-title {
		width: 61%;
	}

	.infos .col:last-child .info-txt {
		width: 39%;
	}

	.details {
		padding: 71px 0 36px;
		font-size: 16px;
		line-height: 26px;
	}

	.popup-holder .popup {
		font-size: 16px;
		line-height: 26px;
		padding: 49px 41px 42px;
	}

	.popup-holder .popup-heading .popup-title {
		font-size: 21px;
		line-height: 26px;
	}

	.popup-form .acf-fields {
		margin: 0;
	}

	.popup-form .acf-fields .acf-field {
		padding: 19px 20px;
	}

	.search-list {
		padding: 85px 0;
	}
}

@media (min-width: 1440px) {
	.category-list .category-item .category-holder {
		padding: 75px 50px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.aside ul li:after {
		content: ", ";
		display: inline-block;
		vertical-align: bottom;
		margin-right: 3px;
	}

	.aside ul li:last-child:after {
		display: none;
	}

	.text-block .container {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.text-block .container .aside {
		display: table-footer-group;
		height: 1%;
	}

	.text-block .container .aside.aside-wrap {
		display: block;
		height: auto;
		margin: 0 -20px;
		background: #f9faf6;
		padding: 0 20px 16px;
		position: relative;
		z-index: 2;
	}

	.text-block .container .aside.aside-wrap + .content {
		padding-bottom: 0 !important;
	}

	.text-block .container .aside.aside-wrap .address-heading {
		font-size: 16px;
		line-height: 20px;
	}

	.text-block .container .aside.aside-wrap ul {
		font-size: 11px;
		line-height: 20px;
	}

	.icons .icon-info {
		display: none;
	}

	.acf-input textarea {
		width: 100%;
	}

	.acf-input textarea {
		font-size: 13px;
		line-height: 20px;
		padding: 15px 15px;
	}


	.alert {
		width: 90%;
		text-align: center;
		line-height: 23px;
	}

	.alert-danger a {
		display: block;
		margin: 20px auto 0 auto;
		max-width: 200px;
		float: none;
	}
}

@media (max-width: 767px) {

	.visual .h3 {
		font-weight: 300;
	}

	.infos .infos-title {
		font-size: 24px;
		display: block;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.select-form .wrap {
		padding: 0;
	}

	.overlay {
		overflow: hidden;
	}

	.banner h1 br {
		display: none;
	}

	.table.responsive-table tbody tr td,
	table:not([class]).responsive-table tbody tr td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}

	.table.responsive-table tbody tr td:first-child span,
	table:not([class]).responsive-table tbody tr td:first-child span {
		text-align: left;
		width: auto;
	}

	.table.responsive-table tbody tr td:before,
	table:not([class]).responsive-table tbody tr td:before {
		content: attr(data-title);
		display: block;
	}

	.table.responsive-table tbody tr td span,
	table:not([class]).responsive-table tbody tr td span {
		width: 50%;
		display: block;
		text-align: right;
	}

	.table.responsive-table tbody tr td.table-title:before,
	table:not([class]).responsive-table tbody tr td.table-title:before {
		display: none;
	}

	.table,
	table:not([class]) {
		display: block;
	}

	.table thead,
	table:not([class]) thead {
		display: block;
	}

	.table tbody,
	table:not([class]) tbody {
		display: block;
	}

	.table tbody tr,
	table:not([class]) tbody tr {
		display: block;
		padding: 12px 14px 10px;
	}

	.table tbody tr td,
	table:not([class]) tbody tr td {
		display: block;
		padding: 0;
	}

	.hidden-xs {
		display: none !important;
	}

	.login-form .submit,
	#loginform .submit {
		text-align: center;
	}

	.bookmark-block {
		position: fixed;
		left: 0;
		top: auto;
		right: 0;
		width: 100%;
		bottom: 0;
		z-index: 999;
	}

	.bookmark-block:before {
		display: none;
	}

	.acf-field {
		width: 100% !important;
	}

	.acf-table > thead > tr > th,
	.acf-table > thead > tr > td,
	.acf-table td.acf-th,
	.acf-table th.acf-th {
		display: none !important;
	}

	.acf-table tbody tr,
	.acf-table thead tr {
		margin: 0 0 30px;
	}

	.acf-table {
		display: block;
	}

	.acf-table tbody {
		display: block;
		width: 100%;
	}

	.acf-table tbody tr {
		display: block;
	}

	.acf-table tbody tr td {
		display: block;
		width: 100%;
	}

	.visual .h3 br {
		display: none;
	}

	.acf-field.w33-fix { width: 100% !important; }

	#company_contacts {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	#company_information #company_contacts.acf-field-repeater .acf-label {
		padding-bottom: 0 !important;
	}

	#company_information #company_contacts.acf-field-repeater .acf-label {
		margin-top: 0 !important;
	}

	#company_information #company_contacts.acf-field-repeater > .acf-label {
		margin-top: 0 !important;
		font-size: 20px;
		padding-bottom: 34px !important;
		font-family: "nordic_narrow_pro", "Helvetica", "Arial", sans-serif;
	}

	#company_contacts .acf-table {
		margin-top: 27px !important;
		margin-bottom: 0 !important;
	}

	#company_contacts .acf-input input[type="text"],
	#company_contacts .acf-input input[type="email"] {
		border-top: none !important;
	}

	.acf-fields { margin: 0 !important; }

	.acf-table tbody tr, .acf-table thead tr { padding: 30px 0 0 0; }

	.acf-field-group.acf-field { margin-bottom: 0 !important; }

	.medium-class-75-25 {
		width: 100% !important;
	}

	.acf-form-submit {
		margin-bottom: 10px !important;
	}

	.page-template-template-add-edit-activity #additional_information,
	.page-template-template-add-edit-transfer #additional_information,
	.page-template-template-add-edit-accommodation #additional_information {
		margin-top: 100px !important;
	}

	.page-template-template-add-edit-activity .acf-row-handle.remove,
	.page-template-template-add-edit-transfer .acf-row-handle.remove,
	.page-template-template-add-edit-accommodation .acf-row-handle.remove {
		width: 100% !important;
		display: block;
	}

	.page-template-template-add-edit-activity .acf-repeater .acf-row,
	.page-template-template-add-edit-transfer .acf-repeater .acf-row,
	.page-template-template-add-edit-accommodation .acf-repeater .acf {
		margin-top: 20px;
	}

	.page-template-template-add-edit-activity .product-block.ae-editor,
	.page-template-template-add-edit-transfer .product-block.ae-editor,
	.page-template-template-add-edit-accommodation .product-block.ae-editor {
		padding-bottom: 0 !important;
	}

	.page-template-template-add-edit-activity .acf-form-submit input,
	.page-template-template-add-edit-transfer .acf-form-submit input,
	.page-template-template-add-edit-accommodation .acf-form-submit input { bottom: 35px !important; }

	.acf-field#prices_repeater .acf-label label { margin-bottom: 0 !important; }

	#product_specifications_group { margin-bottom: 26px !important; }

	#prices_repeater > .acf-label {
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb !important;
	}

	#additional_information > .acf-label label {
		font-size: 13px !important;
		line-height: 18px;
		font-weight: bold;
		font-family: inherit !important;
	}

	#company_contacts .acf-table tbody tr {
		padding: 0;
		margin: 0;
	}

}

@media (max-width: 374px) {
	.logos {
		width: calc(100% + 10px);
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; }

  .mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

  .mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }

  .mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

  .mfp-align-top .mfp-container:before {
	display: none; }

  .mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

  .mfp-ajax-cur {
	cursor: progress; }

  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

  .mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

  .mfp-auto-cursor .mfp-content {
	cursor: auto; }

  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

  .mfp-loading.mfp-figure {
	display: none; }

  .mfp-hide {
	display: none !important; }

  .mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
	.mfp-preloader a {
	  color: #CCC; }
	  .mfp-preloader a:hover {
		color: #FFF; }

  .mfp-s-ready .mfp-preloader {
	display: none; }

  .mfp-s-error .mfp-content {
	display: none; }

  button.mfp-close,
  button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }

  button::-moz-focus-inner {
	padding: 0;
	border: 0; }

  .mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover,
	.mfp-close:focus {
	  opacity: 1; }
	.mfp-close:active {
	  top: 1px; }

  .mfp-close-btn-in .mfp-close {
	color: #333; }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

  .mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

  .mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
	.mfp-arrow:active {
	  margin-top: -54px; }
	.mfp-arrow:hover,
	.mfp-arrow:focus {
	  opacity: 1; }
	.mfp-arrow:before,
	.mfp-arrow:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  position: absolute;
	  left: 0;
	  top: 0;
	  margin-top: 35px;
	  margin-left: 35px;
	  border: medium inset transparent; }
	.mfp-arrow:after {
	  border-top-width: 13px;
	  border-bottom-width: 13px;
	  top: 8px; }
	.mfp-arrow:before {
	  border-top-width: 21px;
	  border-bottom-width: 21px;
	  opacity: 0.7; }

  .mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after {
	  border-right: 17px solid #FFF;
	  margin-left: 31px; }
	.mfp-arrow-left:before {
	  margin-left: 25px;
	  border-right: 27px solid #3F3F3F; }

  .mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after {
	  border-left: 17px solid #FFF;
	  margin-left: 39px; }
	.mfp-arrow-right:before {
	  border-left: 27px solid #3F3F3F; }

  .mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
	  line-height: 0;
	  width: 100%;
	  max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
	  top: -40px; }

  .mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: #000; }

  /* Main image in popup */
  img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 60px 0 60px;
	margin: 0 auto; }

  /* The shadow behind the image */
  .mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 60px;
	  bottom: 60px;
	  display: block;
	  right: 0;
	  width: auto;
	  height: auto;
	  z-index: -1;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: #444; }
	.mfp-figure small {
	  color: #BDBDBD;
	  display: block;
	  font-size: 12px;
	  line-height: 14px; }
	.mfp-figure figure {
	  margin: 0; }

  .mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

  .mfp-title {
	text-align: left;
	line-height: 18px;
	font-size: 13px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

  .mfp-image-holder .mfp-content {
	max-width: 100%; }

  .mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
	  padding-left: 0;
	  padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
	  padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
	  top: 0;
	  bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
	  display: inline;
	  margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
	  background: rgba(0, 0, 0, 0.6);
	  bottom: 0;
	  margin: 0;
	  top: auto;
	  padding: 3px 5px;
	  position: fixed;
	  box-sizing: border-box; }
	  .mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
	  right: 5px;
	  top: 3px; }
	.mfp-img-mobile .mfp-close {
	  top: 0;
	  right: 0;
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  background: rgba(0, 0, 0, 0.6);
	  position: fixed;
	  text-align: center;
	  padding: 0; } }

  @media all and (max-width: 900px) {
	.mfp-arrow {
	  -webkit-transform: scale(0.75);
	  transform: scale(0.75); }
	.mfp-arrow-left {
	  -webkit-transform-origin: 0;
	  transform-origin: 0; }
	.mfp-arrow-right {
	  -webkit-transform-origin: 100%;
	  transform-origin: 100%; }
	.mfp-container {
	  padding-left: 6px;
	  padding-right: 6px; }



	#prices_rpt .acf-repeater .acf-actions a {
		margin: 20px 0 25px 0;
	}

	}


.acf-form-fields textarea { height: auto; }

.button.acf-button {
	background: #ebebeb;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 37px;
	float: left;
	margin: 0 23px 0 0;
}

.button.acf-button:hover {
	background: #c1c1c1;
}

.acf-image-uploader p {
	line-height: 40px;
	font-size: 16px;
}

.acf-url .acf-icon:before { top: 9px; }

/*.acf-fields .add-space-below {
	margin: 0 0 100px 0 !important;
}

.acf-fields .add-space-above {
	margin: 100px 0 0 0 !important;
}

.acf-fields .add-space-both {
	margin: 100px 0 100px 0 !important;
}*/

.jcf-list .jcf-optgroup-caption { display: none; }

.product-form .jcf-select { display: none !important; }

.product-form .select2-container .select2-selection--single {
	height: 40px;
	border-radius: 0;
	border: 1px solid #ebebeb;
}

.product-form .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #000; }
.product-form .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px; }
.product-form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 38px; }

#product_settings > .acf-label { display: none !important; }
#company_information > .acf-label { display: none !important; }
#product_additional_settings > .acf-label { display: none !important; }
.acf-field-clone > .acf-label { display: none !important; }

.activity-beige-block {
	background: #f9faf6;
}

.acf-field#product_additional_settings {
	padding-top: 78px !important;
	padding-bottom: 78px !important;
}

.acf-field#product_additional_settings:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #f9faf6;
}

.acf-form-submit {
	clear: left;
	overflow: hidden;
}

.acf-field-5b97618aba457 { margin-bottom: 0 !important; }

.acf-clone-fields { margin-bottom: 0 !important; }

/* Ful jälva hack */
.acf-field#product_additional_settings,
.acf-fields.acf-form-fields { margin-bottom: 0 !important; }

.ae-editor .wrap:after,
.product-block:after,
.remove-clearfix:after { display: none !important; }
.relative { position: relative; }

.acf-field-repeater .acf-label { display: none !important; }

#company_information .acf-field-repeater .acf-label { display: block !important; }

div[data-name="image_gallery"].acf-field-repeater .acf-label,
div[data-name="image_gallery_min2"].acf-field-repeater .acf-label,
div[data-name="image_gallery_nomin"].acf-field-repeater .acf-label
{
    display: block !important;
}

div[data-name="image_gallery"].acf-field-repeater div.acf-input div.acf-repeater table.acf-table,
div[data-name="image_gallery_min2"].acf-field-repeater div.acf-input div.acf-repeater table.acf-table,
div[data-name="image_gallery_nomin"].acf-field-repeater div.acf-input div.acf-repeater table.acf-table
{
    table-layout: fixed;
}

.acf-repeater .acf-row { border-top: 1px solid #ebebeb !important; }
.acf-repeater .acf-row:nth-child(1) {
	border-top: none !important;
}
.acf-table th.acf-th {
	border-bottom: none !important;
	border-top: none !important;
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}

.product-form .select2-container .select2-selection--single,
.select2-search input,
.select2-results { background-color: #f9faf6; }

.acf-icon:before,
.acf-icon.-left:before { line-height: inherit; }

.acf-icon.-cancel:before,
.acf-icon.-pencil:before { line-height: inherit; }

.screen-reader-text { display: none; }

.media-modal-content .attachments-browser .search { margin: 11px 6px 0 0; }


#company_contacts { padding: 0 !important; }

.acf-row-handle.remove { width: 0 !important; }

body.page-template-template-add-edit-accommodation .acf-form-submit,
body.page-template-template-add-edit-transfer .acf-form-submit,
body.page-template-template-add-edit-activity .acf-form-submit {
	margin-bottom: 0 !important;
	clear: none;
	overflow: visible;
	position: relative;
}

/*
body.page-template-template-add-edit-activity .acf-form-submit input,
body.page-template-template-add-edit-transfer .acf-form-submit input,
body.page-template-template-add-edit-accommodation .acf-form-submit input {
    position: absolute;
    float: none;
    margin: 0;
    bottom: 45px;
}
*/


/*#prices_repeater .acf-table > thead > tr > th,
#prices_repeater .acf-table > thead > tr > td,
#prices_repeater .acf-table td.acf-th,
#prices_repeater .acf-table th.acf-th {
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
	margin-bottom: 5px !important;
	border: none !important;
	border-bottom: 1px solid #ebebeb !important;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0 !important;
}*/

#prices_repeater .acf-table th.acf-th {
	border-bottom: none !important;
    border-top: 1px solid #ebebeb !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}

#prices_repeater .acf-actions {
	border-bottom: 1px solid #ebebeb !important;
	clear: both;
	overflow: hidden;
}

#prices_repeater .-empty .acf-actions {
	border-bottom: 0 !important;
}

#prices_repeater .acf-table {
	margin-bottom: 0px !important;
}

#prices_rpt .acf-repeater .acf-actions a {
	margin: 0 0 25px 0;
}

#prices_repeater .-empty .acf-actions a {
	margin: 25px 0 0 0;
}

.product-form.hide-content:before {
	display: block;
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: #ebebeb;
	z-index: 10;
	opacity: 0.7;
}

#company_information .acf-field .acf-label label {
	margin-bottom: 0 !important;
}

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"] {
	padding: 3px 10px !important;
}

.acf-field p.description {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}

#terms_conditions .message,
#activate_price_by_request .message {
	padding-left: 27px;
	margin-top: 0;
	padding-top: 0;
	line-height: 17px;
	font-size: 14px;
}

.acf-input .acf-notice.acf-error-message { padding: 3px 27px; }

#activate_price_by_request .acf-label { display: none; }

.table.responsive-table tbody tr td.price_by_request { justify-content: left; }

.acf-tooltip { display: none !important; }


.content-text h2 {
    padding: 0;
    margin: 0;
    line-height: inherit;
	font-size: inherit;
	font-family: inherit;
	font: inherit;
	font-weight: bold;
}

.additional-image-block {
	position: relative;
	width: 100%;
	margin: 45px 0;
}

.additional-image-block img {
	display: block;
	vertical-align: top;
	width: 100%;
}

.additional-image-block .image-credentials {
	margin: 10px 0 0 0;
}

.additional-image-block .image-credentials p {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-style: italic;
}

div.mice-block {
    display:block;
    background-color: #ddd;
    padding: 1rem;
}
label.mice-title {
    font-weight:bold;
}
p.mice-text {

}