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

.view-switcher,
.layout-switcher,
.view-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #333;
	background: #fff;
	font: 500 16px/1.2 "Campton", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

h2,
.h2 {
	font-size: 27px;
}

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

h4,
.h4 {
	font-size: 21px;
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 2px solid #000;
	height: 50px;
	font-size: 18px;
	line-height: 1.3333;
	padding: 11px 14px;
	color: #000;
	box-shadow: none;
	display: block;
	width: 100%;
}

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: rgba(0, 0, 0, .6);
}

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: rgba(0, 0, 0, .6);
}

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: rgba(0, 0, 0, .6);
}

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: rgba(0, 0, 0, .6);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(0, 0, 0, .6);
}

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;
}

@font-face {
	font-family: "Campton";
	src: url("../fonts/Campton-Bold.woff2") format("woff2"), url("../fonts/Campton-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Campton";
	src: url("../fonts/Campton-Black.woff2") format("woff2"), url("../fonts/Campton-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

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

@font-face {
	font-family: "Campton";
	src: url("../fonts/Campton-Medium.woff2") format("woff2"), url("../fonts/Campton-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

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

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

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

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

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

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

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

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*------------------------------------
  #GENERAL SETTINGS
------------------------------------*/

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 80vh;
}

.loaded #wrapper {
	opacity: 1;
	visibility: visible;
	height: auto;
}

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

.preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transition: .8s ease opacity, .8s ease visibility;
	transition: .8s ease opacity, .8s ease visibility;
	opacity: 1;
	visibility: visible;
	z-index: 999;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loaded .preloader {
	opacity: 0;
	visibility: hidden;
}

.preloader img {
	width: 70%;
	height: auto;
	max-width: 583px;
}

.js-tab-hidden {
	display: block !important;
	opacity: 0;
	width: 100%;
	position: absolute !important;
	z-index: -1;
}

/*------------------------------------
    #HEADER OF SITE
------------------------------------*/

#header {
	position: relative;
	z-index: 99;
	padding: 12px 15px;
}

#header .content-nav {
	margin: 0 auto;
}

#header .page-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	text-align: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding: 35px 0 0;
}

.logo {
	width: 170px;
	margin: 0 auto 15px;
}

.logo img {
	width: 100%;
}

.view-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
}

.view-switcher > li + li {
	position: relative;
	padding-left: 15px;
}

.view-switcher > li + li:before {
	content: "i";
	position: absolute;
	top: 0;
	left: .375em;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.view-switcher a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.view-switcher a.active {
	font-weight: 700;
}

.layout-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
}

.layout-switcher > li {
	padding: 0 7px;
}

.layout-switcher a {
	display: block;
	text-decoration: none;
	color: rgba(0, 0, 0, .5);
	font-size: 25px;
	border-bottom: 2px solid transparent;
	padding: 0 0 5px;
	-webkit-transition: .3s ease color, .3s ease border-color;
	transition: .3s ease color, .3s ease border-color;
}

.layout-switcher a:hover {
	color: #000;
	border-color: #000;
}

.layout-switcher a.active {
	color: #000;
	pointer-events: none;
	border-color: #000;
}

.view-slider.masonry-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1230px;
	margin: 0 auto;
}

.view-slider.masonry-active .slide {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.view-slider.masonry-active .slide .slide-holder {
	padding: 0 15px 26px;
}

.view-slider.masonry-active .slide img {
	width: 100%;
	height: auto;
}

.view-slider.masonry-active .slide .slide-info {
	display: none;
}

.view-slider:not(.slick-initialized) {
	width: 9999px;
}

.view-slider .slide-holder {
	position: relative;
	padding: 0 20px;
}

.view-slider .slide-holder:hover .slide-info {
	opacity: 1;
	visibility: visible;
}

.view-slider.slick-slider {
	overflow: hidden;
}

.view-slider.slick-slider img,
.view-slider.slick-slider video {
	height: 200px;
	width: auto;
	border: none;
}

.view-slider .slide-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	background: #000;
	color: #fff;
	left: 20px;
	right: 20px;
	padding: 15px;
	-webkit-transition: .3s ease opacity, .3s ease visibility;
	transition: .3s ease opacity, .3s ease visibility;
}

.view-slider .slide-info .info-title {
	display: block;
	margin-bottom: 2px;
}

.view-slider .slick-arrow {
	border: none;
	color: #fff;
	background: #000;
	width: 30px;
	height: 30px;
	line-height: 1;
	outline: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 5;
	text-decoration: none;
	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;
}

.view-slider .slick-arrow.slick-disabled {
	cursor: not-allowed;
}

.view-slider .slick-prev {
	left: 0;
}

.view-slider .slick-next {
	right: 0;
}

.view-slider .slick-dots {
	width: 246px;
	height: 115px;
	margin: 20px auto -45px;
	font-size: 0;
	position: relative;
	background: url(../images/view-map.svg) 0 0/100% auto no-repeat;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.view-slider .slick-dots li {
	position: absolute;
}

.view-slider .slick-dots li:first-child {
	left: 84px;
	top: 39px;
}

#outsideView .view-slider .slick-dots li:first-child {
	top: 97px;
	left: 128px;
}

.view-slider .slick-dots li:nth-child(2) {
	left: 128px;
	top: 48px;
}

#outsideView .view-slider .slick-dots li:nth-child(2) {
	top: 97px;
	left: -7px;
}

.view-slider .slick-dots li:nth-child(3) {
	left: 128px;
	top: 5px;
}

#outsideView .view-slider .slick-dots li:nth-child(3) {
	top: 108px;
	left: 64px;
}

.view-slider .slick-dots li:nth-child(4) {
	left: 216px;
	top: 5px;
}

#outsideView .view-slider .slick-dots li:nth-child(4) {
	top: 108px;
	left: 174px;
}

.view-slider .slick-dots li:nth-child(5) {
	left: 216px;
	top: 48px;
}

#outsideView .view-slider .slick-dots li:nth-child(5) {
	top: -19px;
	left: 128px;
}

.view-slider .slick-dots li:nth-child(6) {
	left: 173px;
	top: 17px;
}

#outsideView .view-slider .slick-dots li:nth-child(6) {
	top: 97px;
	left: 239px;
}

#outsideView .view-slider .slick-dots li:nth-child(6) ~ li {
	display: none;
}

.view-slider .slick-dots li:nth-child(7) {
	left: 173px;
	top: 62px;
}

.view-slider .slick-dots li:nth-child(8) {
	left: 39px;
	top: 62px;
}

.view-slider .slick-dots li:nth-child(9) {
	left: 39px;
	top: 17px;
}

.view-slider .slick-dots li:nth-child(9) ~ li {
	display: none;
}

.view-slider .slick-dots .slick-active button {
	background: #000;
}

.view-slider .slick-dots button {
	outline: none;
	border: none;
	background: none;
	width: 14px;
	height: 14px;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	-webkit-transition: .3s ease background;
	transition: .3s ease background;
}

.view-slider .slick-dots button:hover {
	background: #000;
}

.home-info-text {
	max-width: 830px;
	margin: 0 auto;
	padding: 20px 15px 0;
}

.iframe-holder {
	max-width: 830px;
	margin: 0 auto;
	padding: 0 15px;
}

.iframe-holder #einzelansicht_iframe_child {
	margin-bottom: 10px;
	display: block;
}

.contact-holder {
	padding: 15px 0 0;
}

.contact-form {
	padding: 0 15px;
	max-width: 830px;
	margin: 0 auto;
	position: relative;
}

.contact-form .input-wrap {
	margin: 0 0 15px;
}

.contact-form .input-error input,
.contact-form .input-error textarea {
	border-color: #f00;
}

.contact-form input[name="contact_by_fax_only"] {
	display: none;
}

.contact-form textarea.input-field {
	min-height: 250px;
}

.contact-form.ajax-success-state .thank-you-content {
	opacity: 1;
	visibility: visible;
}

.contact-form .thank-you-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease opacity, .3s ease visibility;
	transition: .3s ease opacity, .3s ease visibility;
}

.button {
	border: 2px solid #000;
	font-size: 18px;
	line-height: 1.3333;
	padding: 11px 14px;
	color: #fff;
	box-shadow: none;
	display: block;
	width: 100%;
	background: #000;
	font-weight: 700;
	text-transform: uppercase;
}

.button:hover {
	background: #fff;
	color: #000;
}

/*------------------------------------
		#FOOTER OF SITE
------------------------------------*/

#footer {
	padding: 20px 15px;
}

.copyright-info {
	font-size: 11px;
	line-height: 1.2727;
	color: #000;
	text-align: center;
	position: relative;
	z-index: 5;
}

@media (min-width: 480px) {
	.view-slider.slick-slider img,
	.view-slider.slick-slider video {
		height: 250px;
	}

	.view-slider .slick-dots {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		margin-bottom: -36px;
		margin-top: 25px;
	}
}

@media (min-width: 640px) {
	#header {
		padding: 15px 20px;
	}

	#header .content-nav {
		max-width: 275px;
	}

	.view-slider .slide-holder {
		padding: 0 25px;
	}

	.view-slider.slick-slider img,
	.view-slider.slick-slider video {
		height: 310px;
	}

	.view-slider .slide-info {
		left: 25px;
		right: 25px;
	}

	.view-slider .slick-arrow {
		height: 35px;
		width: 35px;
	}

	.view-slider .slick-dots {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
		margin-bottom: -26px;
		margin-top: 30px;
	}

	#footer {
		padding: 22px 20px;
	}
}

@media (min-width: 768px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 20px;
		line-height: 1.4;
		padding: 20px 14px;
		height: 72px;
	}

	#header {
		padding: 23px 30px;
	}

	#header .page-title {
		font-size: 20px;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		overflow: hidden;
		white-space: nowrap;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		padding-top: 22px;
	}

	.logo {
		width: 180px;
	}

	.view-switcher {
		font-size: 16px;
	}

	.layout-switcher > li {
		padding: 0 11px;
	}

	.layout-switcher a {
		font-size: 30px;
		border-width: 3px;
	}

	.view-slider.masonry-active .slide {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.view-slider.masonry-active .slide .slide-holder {
		padding: 0 20px 37px;
	}

	.view-slider .slide-holder {
		padding: 0 30px;
	}

	.view-slider.slick-slider img,
	.view-slider.slick-slider video {
		height: 380px;
	}

	.view-slider .slide-info {
		left: 30px;
		right: 30px;
	}

	.view-slider .slick-arrow {
		height: 40px;
		width: 40px;
	}

	.view-slider .slick-dots {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		margin-bottom: -16px;
		margin-top: 40px;
	}

	.home-info-text {
		padding-top: 30px;
	}

	.contact-holder {
		padding-top: 20px;
	}

	.contact-form .input-wrap {
		margin-bottom: 20px;
	}

	.contact-form textarea.input-field {
		min-height: 291px;
	}

	.button {
		font-size: 20px;
		line-height: 1.4;
		padding: 20px 14px;
	}

	#footer {
		padding: 28px 30px 25px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 33px 40px;
	}

	#header .content-nav {
		max-width: 310px;
	}

	#header .page-title {
		padding-top: 31px;
	}

	.logo {
		width: 190px;
	}

	.view-switcher {
		font-size: 18px;
	}

	.view-slider.masonry-active .slide .slide-holder {
		padding: 0 25px 44px;
	}

	.view-slider .slide-holder {
		padding: 0 35px;
	}

	.view-slider.slick-slider img,
	.view-slider.slick-slider video {
		height: 450px;
	}

	.view-slider .slide-info {
		left: 35px;
		right: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.view-slider .slick-arrow {
		width: 45px;
		height: 45px;
	}

	.view-slider .slick-dots {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		margin-bottom: -4px;
		margin-top: 50px;
	}

	.home-info-text {
		padding-top: 35px;
	}

	.contact-holder {
		padding-top: 28px;
	}

	#footer {
		padding: 34px 40px 30px;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 48px 55px;
	}

	#header .content-nav {
		max-width: 340px;
	}

	#header .page-title {
		padding-top: 45px;
	}

	.logo {
		width: 200px;
	}

	.view-switcher {
		font-size: 20px;
	}

	.layout-switcher > li {
		padding: 0 15px;
	}

	.layout-switcher a {
		font-size: 35px;
	}

	.view-slider.masonry-active .slide .slide-holder {
		padding: 0 30px 50px;
	}

	.view-slider .slide-holder {
		padding: 0 40px;
	}

	.view-slider.slick-slider img,
	.view-slider.slick-slider video {
		height: 510px;
	}

	.view-slider .slide-info {
		left: 40px;
		right: 40px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.view-slider .slick-arrow {
		width: 50px;
		height: 50px;
	}

	.view-slider .slick-dots {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		margin-top: 62px;
		margin-bottom: 8px;
	}

	.home-info-text {
		padding-top: 40px;
	}

	.contact-holder {
		padding-top: 35px;
	}

	#footer {
		padding: 50px 55px 45px;
	}
}

@media (min-width: 1440px) {
	#header {
		padding: 69px 70px;
	}

	#header .page-title {
		padding-top: 66px;
	}

	.logo {
		width: 211px;
	}

	.view-slider.masonry-active .slide .slide-holder {
		padding: 0 35px 56px;
	}

	.view-slider .slide-holder {
		padding: 0 50px;
	}

	.view-slider.slick-slider img,
	.view-slider.slick-slider video {
		height: 567px;
	}

	.view-slider .slide-info {
		left: 50px;
		right: 50px;
	}

	.home-info-text {
		padding-top: 50px;
	}

	.contact-holder {
		padding-top: 40px;
	}

	#footer {
		padding: 61px 70px 58px;
	}
}

@media (max-width: 767px) {
	body.nav-active {
		overflow: hidden;
	}
}

/* iframe css */
.iframe-holder iframe {
	border: 2px solid #000;
}
.content-extern:not(.einzelansicht-extern) {
	background: #f4f4f4;
	border: 2px solid #000;
}
.content-extern:not(.einzelansicht-extern) .object-presentation-box {
	padding: 20px;
	font-size: 16px;
}

.object-presentation-box .ea_inhaltbox:after {
	content: '';
	display: block;
	clear: both;
}

.presentation-box-us {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.3em;
}
.presentation-price-table {
	float: left;
	width: 100%;
}
.presentation-price-table thead {
	display: none;
}
.presentation-price-table tbody {
	display: block;
}
.presentation-price-table tr {
	display: block;
}

.presentation-price-table tr:nth-child(2n+1) td {
	background: #f4f4f4;
}
.presentation-price-table td {
	display: block;
}
.presentation-price-table td:nth-child(1) {
  padding: 8px 12px 2px 12px;
  width: 100%;
}
.presentation-price-table td:nth-last-child(1) {
	padding: 2px 12px 8px 12px;
}
.presentation-price-table td {
	display: block;
	padding: 2px 12px;
}
.presentation-price-table-tab-th {
    float: left;
    font-weight: 700;
    width: 45%;
}

.blue-btn {
	transition: background-color .5s ease-out;
	color: #fff;
	background: #1ebec2;
	padding: 3px 8px;
	font-size: 16px;
	line-height: 1.25;
	display: block;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}