@charset "UTF-8";
/**,
.grid__item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
/*
.clear,
.display--block,
.wrapper,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

.contact__info .icon,
.grid,
.ui-helper-reset,
.ui-menu,
ol,
ul {
	list-style: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

sub,
sup {
	font-size: 75%;
	line-height: 0
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

.clear-fix:after,
body.is-covered:after {
	content: ''
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

@font-face {
	src: url(../fonts/OpenSans-Regular.ttf?423453432);
	font-family: "Open Sans";
	font-weight: 400
}

@font-face {
	src: url(../fonts/OpenSans-Light.ttf?423453432);
	font-family: "Open Sans";
	font-weight: 300
}

@font-face {
	src: url(../fonts/OpenSans-Bold.ttf?423453432);
	font-family: "Open Sans";
	font-weight: 700
}

@font-face {
	src: url(../fonts/OpenSans-Semibold.ttf?423453432);
	font-family: "Open Sans";
	font-weight: 500
}

* {
	box-sizing: border-box
}

body.is-covered:after {
	position: fixed;
	z-index: 900;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75)
}

.about,
.layout,
.wrapper,
[class*=push--],
[class*=pull--] {
	position: relative
}

a:not(.button) {
	color: #021217
}

a:not(.button):hover {
	color: #042833;
	text-decoration: underline
}

::-moz-selection {
	background: #021217;
	color: #fff
}

::selection {
	background: #021217;
	color: #fff
}

::-moz-selection {
	background: #021217;
	color: #fff
}

.clear-fix:after {
	display: block;
	clear: both
}

.wrapper {
	width: 100%;
	z-index: 1;
	max-width: 1110px;
	margin: 0 auto
}

.wrapper:not(.wrapper--light) {
	padding: 0 15px
}

.wrapper--hd {
	max-width: 1920px
}

.wrapper--medium {
	max-width: 950px
}

.wrapper--slim {
	max-width: 670px
}

.clear {
	clear: both
}

.text--left {
	text-align: left
}

.text--right {
	text-align: right
}

.text--center {
	text-align: center
}

.text--extra-light {
	font-weight: 200
}

.text--light {
	font-weight: 400
}

.text--regular {
	font-weight: 600
}

.text--bold {
	font-weight: 700
}

.text--transform-none {
	text-transform: none
}

.text--lowercase {
	text-transform: lowercase
}

.text--uppercase {
	text-transform: uppercase
}

.text--capitalize {
	text-transform: capitalize
}

.text--clean {
	font-weight: initial!important;
	text-align: initial!important;
	text-transform: initial!important
}

.floating--left {
	float: left
}

.floating--right {
	float: right
}

.display--inline {
	display: inline
}

.display--inline-block {
	display: inline-block
}

.display--none {
	display: none
}

.spacer {
	width: 0;
	height: 0;
	margin: 0;
	border: none
}

.spacer--25 {
	margin-bottom: 25px
}

.spacer--50 {
	margin-bottom: 50px
}

.spacer--horizontal {
	display: inline-block;
	margin-bottom: 0
}

.spacer--horizontal[class*="--25"] {
	margin-right: 25px
}

.spacer--horizontal[class*="--50"] {
	margin-right: 50px
}

@media only screen and (max-width:480px) {
	.text--palm-left {
		text-align: left
	}
	.text--palm-right {
		text-align: right
	}
	.text--palm-center {
		text-align: center
	}
	.floating--palm-left {
		float: left
	}
	.floating--palm-right {
		float: right
	}
	.display--palm-block {
		display: block
	}
	.display--palm-inline {
		display: inline
	}
	.display--palm-inline-block {
		display: inline-block
	}
	.display--palm-none {
		display: none
	}
	.spacer--palm-25 {
		margin-bottom: 25px
	}
	.spacer--palm-50 {
		margin-bottom: 50px
	}
	.spacer--palm-horizontal {
		display: inline-block;
		margin-bottom: 0
	}
	.spacer--palm-horizontal[class*="--25"],
	.spacer--palm-horizontal[class*="--palm-25"] {
		margin-right: 25px
	}
	.spacer--palm-horizontal[class*="--50"],
	.spacer--palm-horizontal[class*="--palm-50"] {
		margin-right: 50px
	}
}

@media only screen and (max-width:767px) {
	.text--to-tab-left {
		text-align: left
	}
	.text--to-tab-right {
		text-align: right
	}
	.text--to-tab-center {
		text-align: center
	}
	.floating--to-tab-left {
		float: left
	}
	.floating--to-tab-right {
		float: right
	}
	.display--to-tab-block {
		display: block
	}
	.display--to-tab-inline {
		display: inline
	}
	.display--to-tab-inline-block {
		display: inline-block
	}
	.display--to-tab-none {
		display: none
	}
	.spacer--to-tab-25 {
		margin-bottom: 25px
	}
	.spacer--to-tab-50 {
		margin-bottom: 50px
	}
	.spacer--to-tab-horizontal {
		display: inline-block;
		margin-bottom: 0
	}
	.spacer--to-tab-horizontal[class*="--25"],
	.spacer--to-tab-horizontal[class*="--to-tab-25"] {
		margin-right: 25px
	}
	.spacer--to-tab-horizontal[class*="--50"],
	.spacer--to-tab-horizontal[class*="--to-tab-50"] {
		margin-right: 50px
	}
}

@media only screen and (min-width:481px) {
	.text--lap-left {
		text-align: left
	}
	.text--lap-right {
		text-align: right
	}
	.text--lap-center {
		text-align: center
	}
	.floating--lap-left {
		float: left
	}
	.floating--lap-right {
		float: right
	}
	.display--lap-block {
		display: block
	}
	.display--lap-inline {
		display: inline
	}
	.display--lap-inline-block {
		display: inline-block
	}
	.display--lap-none {
		display: none
	}
	.spacer--lap-25 {
		margin-bottom: 25px
	}
	.spacer--lap-50 {
		margin-bottom: 50px
	}
	.spacer--lap-horizontal {
		display: inline-block;
		margin-bottom: 0
	}
	.spacer--lap-horizontal[class*="--25"],
	.spacer--lap-horizontal[class*="--lap-25"] {
		margin-right: 25px
	}
	.spacer--lap-horizontal[class*="--50"],
	.spacer--lap-horizontal[class*="--lap-50"] {
		margin-right: 50px
	}
}

@media only screen and (min-width:768px) {
	.wrapper:not(.wrapper--light) {
		padding-left: 30px;
		padding-right: 30px
	}
	.text--tab-left {
		text-align: left
	}
	.text--tab-right {
		text-align: right
	}
	.text--tab-center {
		text-align: center
	}
	.floating--tab-left {
		float: left
	}
	.floating--tab-right {
		float: right
	}
	.display--tab-block {
		display: block
	}
	.display--tab-inline {
		display: inline
	}
	.display--tab-inline-block {
		display: inline-block
	}
	.display--tab-none {
		display: none
	}
	.spacer--tab-25 {
		margin-bottom: 25px
	}
	.spacer--tab-50 {
		margin-bottom: 50px
	}
	.spacer--tab-horizontal {
		display: inline-block;
		margin-bottom: 0
	}
	.spacer--tab-horizontal[class*="--tab-25"],
	.spacer--tab-horizontal[class*="--25"] {
		margin-right: 25px
	}
	.spacer--tab-horizontal[class*="--tab-50"],
	.spacer--tab-horizontal[class*="--50"] {
		margin-right: 50px
	}
}

@media only screen and (min-width:1140px) {
	.text--desk-left {
		text-align: left
	}
	.text--desk-right {
		text-align: right
	}
	.text--desk-center {
		text-align: center
	}
	.floating--desk-left {
		float: left
	}
	.floating--desk-right {
		float: right
	}
	.display--desk-block {
		display: block
	}
	.display--desk-inline {
		display: inline
	}
	.display--desk-inline-block {
		display: inline-block
	}
	.display--desk-none {
		display: none
	}
	.spacer--desk-25 {
		margin-bottom: 25px
	}
	.spacer--desk-50 {
		margin-bottom: 50px
	}
	.spacer--desk-horizontal {
		display: inline-block;
		margin-bottom: 0
	}
	.spacer--desk-horizontal[class*="--desk-25"],
	.spacer--desk-horizontal[class*="--25"] {
		margin-right: 25px
	}
	.spacer--desk-horizontal[class*="--desk-50"],
	.spacer--desk-horizontal[class*="--50"] {
		margin-right: 50px
	}
}

.grid {
	margin: 0 0 0 -24px;
	padding: 0
}

.grid__item {
	display: inline-block;
	padding-left: 24px;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box
}

.grid--rev {
	direction: rtl;
	text-align: left
}

.grid--rev>.grid__item {
	direction: ltr;
	text-align: left
}

.grid--full {
	margin-left: 0
}

.grid--full>.grid__item {
	padding-left: 0
}

.grid--right {
	text-align: right
}

.grid--right>.grid__item {
	text-align: left
}

.grid--center {
	text-align: center
}

.grid--center>.grid__item {
	text-align: left
}

.about,
.about h2 {
	text-align: center
}

.grid--middle>.grid__item {
	vertical-align: middle
}

.grid--bottom>.grid__item {
	vertical-align: bottom
}

.grid--narrow {
	margin-left: -12px
}

.grid--narrow>.grid__item {
	padding-left: 12px
}

.grid--wide {
	margin-left: -48px
}

.grid--wide>.grid__item {
	padding-left: 48px
}

.one-whole {
	width: 100%
}

.five-tenths,
.four-eighths,
.one-half,
.six-twelfths,
.three-sixths,
.two-quarters {
	width: 50%
}

.four-twelfths,
.one-third,
.two-sixths {
	width: 33.333%
}

.eight-twelfths,
.four-sixths,
.two-thirds {
	width: 66.666%
}

.one-quarter,
.three-twelfths,
.two-eighths {
	width: 25%
}

.nine-twelfths,
.six-eighths,
.three-quarters {
	width: 75%
}

.one-fifth,
.two-tenths {
	width: 20%
}

.four-tenths,
.two-fifths {
	width: 40%
}

.six-tenths,
.three-fifths {
	width: 60%
}

.eight-tenths,
.four-fifths {
	width: 80%
}

.one-sixth,
.two-twelfths {
	width: 16.666%
}

.five-sixths,
.ten-twelfths {
	width: 83.333%
}

.one-eighth {
	width: 12.5%
}

.three-eighths {
	width: 37.5%
}

.five-eighths {
	width: 62.5%
}

.seven-eighths {
	width: 87.5%
}

.one-tenth {
	width: 10%
}

.three-tenths {
	width: 30%
}

.seven-tenths {
	width: 70%
}

.nine-tenths {
	width: 90%
}

.one-twelfth {
	width: 8.333%
}

.five-twelfths {
	width: 41.666%
}

.seven-twelfths {
	width: 58.333%
}

.eleven-twelfths {
	width: 91.666%
}

@media only screen and (max-width:480px) {
	.palm--one-whole {
		width: 100%
	}
	.palm--five-tenths,
	.palm--four-eighths,
	.palm--one-half,
	.palm--six-twelfths,
	.palm--three-sixths,
	.palm--two-quarters {
		width: 50%
	}
	.palm--four-twelfths,
	.palm--one-third,
	.palm--two-sixths {
		width: 33.333%
	}
	.palm--eight-twelfths,
	.palm--four-sixths,
	.palm--two-thirds {
		width: 66.666%
	}
	.palm--one-quarter,
	.palm--three-twelfths,
	.palm--two-eighths {
		width: 25%
	}
	.palm--nine-twelfths,
	.palm--six-eighths,
	.palm--three-quarters {
		width: 75%
	}
	.palm--one-fifth,
	.palm--two-tenths {
		width: 20%
	}
	.palm--four-tenths,
	.palm--two-fifths {
		width: 40%
	}
	.palm--six-tenths,
	.palm--three-fifths {
		width: 60%
	}
	.palm--eight-tenths,
	.palm--four-fifths {
		width: 80%
	}
	.palm--one-sixth,
	.palm--two-twelfths {
		width: 16.666%
	}
	.palm--five-sixths,
	.palm--ten-twelfths {
		width: 83.333%
	}
	.palm--one-eighth {
		width: 12.5%
	}
	.palm--three-eighths {
		width: 37.5%
	}
	.palm--five-eighths {
		width: 62.5%
	}
	.palm--seven-eighths {
		width: 87.5%
	}
	.palm--one-tenth {
		width: 10%
	}
	.palm--three-tenths {
		width: 30%
	}
	.palm--seven-tenths {
		width: 70%
	}
	.palm--nine-tenths {
		width: 90%
	}
	.palm--one-twelfth {
		width: 8.333%
	}
	.palm--five-twelfths {
		width: 41.666%
	}
	.palm--seven-twelfths {
		width: 58.333%
	}
	.palm--eleven-twelfths {
		width: 91.666%
	}
}

@media only screen and (max-width:767px) {
	.to-tab--one-whole {
		width: 100%
	}
	.to-tab--five-tenths,
	.to-tab--four-eighths,
	.to-tab--one-half,
	.to-tab--six-twelfths,
	.to-tab--three-sixths,
	.to-tab--two-quarters {
		width: 50%
	}
	.to-tab--four-twelfths,
	.to-tab--one-third,
	.to-tab--two-sixths {
		width: 33.333%
	}
	.to-tab--eight-twelfths,
	.to-tab--four-sixths,
	.to-tab--two-thirds {
		width: 66.666%
	}
	.to-tab--one-quarter,
	.to-tab--three-twelfths,
	.to-tab--two-eighths {
		width: 25%
	}
	.to-tab--nine-twelfths,
	.to-tab--six-eighths,
	.to-tab--three-quarters {
		width: 75%
	}
	.to-tab--one-fifth,
	.to-tab--two-tenths {
		width: 20%
	}
	.to-tab--four-tenths,
	.to-tab--two-fifths {
		width: 40%
	}
	.to-tab--six-tenths,
	.to-tab--three-fifths {
		width: 60%
	}
	.to-tab--eight-tenths,
	.to-tab--four-fifths {
		width: 80%
	}
	.to-tab--one-sixth,
	.to-tab--two-twelfths {
		width: 16.666%
	}
	.to-tab--five-sixths,
	.to-tab--ten-twelfths {
		width: 83.333%
	}
	.to-tab--one-eighth {
		width: 12.5%
	}
	.to-tab--three-eighths {
		width: 37.5%
	}
	.to-tab--five-eighths {
		width: 62.5%
	}
	.to-tab--seven-eighths {
		width: 87.5%
	}
	.to-tab--one-tenth {
		width: 10%
	}
	.to-tab--three-tenths {
		width: 30%
	}
	.to-tab--seven-tenths {
		width: 70%
	}
	.to-tab--nine-tenths {
		width: 90%
	}
	.to-tab--one-twelfth {
		width: 8.333%
	}
	.to-tab--five-twelfths {
		width: 41.666%
	}
	.to-tab--seven-twelfths {
		width: 58.333%
	}
	.to-tab--eleven-twelfths {
		width: 91.666%
	}
}

.push--one-whole {
	left: 100%
}

.push--five-tenths,
.push--four-eighths,
.push--one-half,
.push--six-twelfths,
.push--three-sixths,
.push--two-quarters {
	left: 50%
}

.push--four-twelfths,
.push--one-third,
.push--two-sixths {
	left: 33.333%
}

.push--eight-twelfths,
.push--four-sixths,
.push--two-thirds {
	left: 66.666%
}

.push--one-quarter,
.push--three-twelfths,
.push--two-eighths {
	left: 25%
}

.push--nine-twelfths,
.push--six-eighths,
.push--three-quarters {
	left: 75%
}

.push--one-fifth,
.push--two-tenths {
	left: 20%
}

.push--four-tenths,
.push--two-fifths {
	left: 40%
}

.push--six-tenths,
.push--three-fifths {
	left: 60%
}

.push--eight-tenths,
.push--four-fifths {
	left: 80%
}

.push--one-sixth,
.push--two-twelfths {
	left: 16.666%
}

.push--five-sixths,
.push--ten-twelfths {
	left: 83.333%
}

.push--one-eighth {
	left: 12.5%
}

.push--three-eighths {
	left: 37.5%
}

.push--five-eighths {
	left: 62.5%
}

.push--seven-eighths {
	left: 87.5%
}

.push--one-tenth {
	left: 10%
}

.push--three-tenths {
	left: 30%
}

.push--seven-tenths {
	left: 70%
}

.push--nine-tenths {
	left: 90%
}

.push--one-twelfth {
	left: 8.333%
}

.push--five-twelfths {
	left: 41.666%
}

.push--seven-twelfths {
	left: 58.333%
}

.push--eleven-twelfths {
	left: 91.666%
}

@media only screen and (max-width:480px) {
	.push--palm--one-whole {
		left: 100%
	}
	.push--palm--five-tenths,
	.push--palm--four-eighths,
	.push--palm--one-half,
	.push--palm--six-twelfths,
	.push--palm--three-sixths,
	.push--palm--two-quarters {
		left: 50%
	}
	.push--palm--four-twelfths,
	.push--palm--one-third,
	.push--palm--two-sixths {
		left: 33.333%
	}
	.push--palm--eight-twelfths,
	.push--palm--four-sixths,
	.push--palm--two-thirds {
		left: 66.666%
	}
	.push--palm--one-quarter,
	.push--palm--three-twelfths,
	.push--palm--two-eighths {
		left: 25%
	}
	.push--palm--nine-twelfths,
	.push--palm--six-eighths,
	.push--palm--three-quarters {
		left: 75%
	}
	.push--palm--one-fifth,
	.push--palm--two-tenths {
		left: 20%
	}
	.push--palm--four-tenths,
	.push--palm--two-fifths {
		left: 40%
	}
	.push--palm--six-tenths,
	.push--palm--three-fifths {
		left: 60%
	}
	.push--palm--eight-tenths,
	.push--palm--four-fifths {
		left: 80%
	}
	.push--palm--one-sixth,
	.push--palm--two-twelfths {
		left: 16.666%
	}
	.push--palm--five-sixths,
	.push--palm--ten-twelfths {
		left: 83.333%
	}
	.push--palm--one-eighth {
		left: 12.5%
	}
	.push--palm--three-eighths {
		left: 37.5%
	}
	.push--palm--five-eighths {
		left: 62.5%
	}
	.push--palm--seven-eighths {
		left: 87.5%
	}
	.push--palm--one-tenth {
		left: 10%
	}
	.push--palm--three-tenths {
		left: 30%
	}
	.push--palm--seven-tenths {
		left: 70%
	}
	.push--palm--nine-tenths {
		left: 90%
	}
	.push--palm--one-twelfth {
		left: 8.333%
	}
	.push--palm--five-twelfths {
		left: 41.666%
	}
	.push--palm--seven-twelfths {
		left: 58.333%
	}
	.push--palm--eleven-twelfths {
		left: 91.666%
	}
}

@media only screen and (max-width:767px) {
	.push--to-tab--one-whole {
		left: 100%
	}
	.push--to-tab--five-tenths,
	.push--to-tab--four-eighths,
	.push--to-tab--one-half,
	.push--to-tab--six-twelfths,
	.push--to-tab--three-sixths,
	.push--to-tab--two-quarters {
		left: 50%
	}
	.push--to-tab--four-twelfths,
	.push--to-tab--one-third,
	.push--to-tab--two-sixths {
		left: 33.333%
	}
	.push--to-tab--eight-twelfths,
	.push--to-tab--four-sixths,
	.push--to-tab--two-thirds {
		left: 66.666%
	}
	.push--to-tab--one-quarter,
	.push--to-tab--three-twelfths,
	.push--to-tab--two-eighths {
		left: 25%
	}
	.push--to-tab--nine-twelfths,
	.push--to-tab--six-eighths,
	.push--to-tab--three-quarters {
		left: 75%
	}
	.push--to-tab--one-fifth,
	.push--to-tab--two-tenths {
		left: 20%
	}
	.push--to-tab--four-tenths,
	.push--to-tab--two-fifths {
		left: 40%
	}
	.push--to-tab--six-tenths,
	.push--to-tab--three-fifths {
		left: 60%
	}
	.push--to-tab--eight-tenths,
	.push--to-tab--four-fifths {
		left: 80%
	}
	.push--to-tab--one-sixth,
	.push--to-tab--two-twelfths {
		left: 16.666%
	}
	.push--to-tab--five-sixths,
	.push--to-tab--ten-twelfths {
		left: 83.333%
	}
	.push--to-tab--one-eighth {
		left: 12.5%
	}
	.push--to-tab--three-eighths {
		left: 37.5%
	}
	.push--to-tab--five-eighths {
		left: 62.5%
	}
	.push--to-tab--seven-eighths {
		left: 87.5%
	}
	.push--to-tab--one-tenth {
		left: 10%
	}
	.push--to-tab--three-tenths {
		left: 30%
	}
	.push--to-tab--seven-tenths {
		left: 70%
	}
	.push--to-tab--nine-tenths {
		left: 90%
	}
	.push--to-tab--one-twelfth {
		left: 8.333%
	}
	.push--to-tab--five-twelfths {
		left: 41.666%
	}
	.push--to-tab--seven-twelfths {
		left: 58.333%
	}
	.push--to-tab--eleven-twelfths {
		left: 91.666%
	}
}

.pull--one-whole {
	right: 100%
}

.pull--five-tenths,
.pull--four-eighths,
.pull--one-half,
.pull--six-twelfths,
.pull--three-sixths,
.pull--two-quarters {
	right: 50%
}

.pull--four-twelfths,
.pull--one-third,
.pull--two-sixths {
	right: 33.333%
}

.pull--eight-twelfths,
.pull--four-sixths,
.pull--two-thirds {
	right: 66.666%
}

.pull--one-quarter,
.pull--three-twelfths,
.pull--two-eighths {
	right: 25%
}

.pull--nine-twelfths,
.pull--six-eighths,
.pull--three-quarters {
	right: 75%
}

.pull--one-fifth,
.pull--two-tenths {
	right: 20%
}

.pull--four-tenths,
.pull--two-fifths {
	right: 40%
}

.pull--six-tenths,
.pull--three-fifths {
	right: 60%
}

.pull--eight-tenths,
.pull--four-fifths {
	right: 80%
}

.pull--one-sixth,
.pull--two-twelfths {
	right: 16.666%
}

.pull--five-sixths,
.pull--ten-twelfths {
	right: 83.333%
}

.pull--one-eighth {
	right: 12.5%
}

.pull--three-eighths {
	right: 37.5%
}

.pull--five-eighths {
	right: 62.5%
}

.pull--seven-eighths {
	right: 87.5%
}

.pull--one-tenth {
	right: 10%
}

.pull--three-tenths {
	right: 30%
}

.pull--seven-tenths {
	right: 70%
}

.pull--nine-tenths {
	right: 90%
}

.pull--one-twelfth {
	right: 8.333%
}

.pull--five-twelfths {
	right: 41.666%
}

.pull--seven-twelfths {
	right: 58.333%
}

.pull--eleven-twelfths {
	right: 91.666%
}

@media only screen and (max-width:480px) {
	.pull--palm--one-whole {
		right: 100%
	}
	.pull--palm--five-tenths,
	.pull--palm--four-eighths,
	.pull--palm--one-half,
	.pull--palm--six-twelfths,
	.pull--palm--three-sixths,
	.pull--palm--two-quarters {
		right: 50%
	}
	.pull--palm--four-twelfths,
	.pull--palm--one-third,
	.pull--palm--two-sixths {
		right: 33.333%
	}
	.pull--palm--eight-twelfths,
	.pull--palm--four-sixths,
	.pull--palm--two-thirds {
		right: 66.666%
	}
	.pull--palm--one-quarter,
	.pull--palm--three-twelfths,
	.pull--palm--two-eighths {
		right: 25%
	}
	.pull--palm--nine-twelfths,
	.pull--palm--six-eighths,
	.pull--palm--three-quarters {
		right: 75%
	}
	.pull--palm--one-fifth,
	.pull--palm--two-tenths {
		right: 20%
	}
	.pull--palm--four-tenths,
	.pull--palm--two-fifths {
		right: 40%
	}
	.pull--palm--six-tenths,
	.pull--palm--three-fifths {
		right: 60%
	}
	.pull--palm--eight-tenths,
	.pull--palm--four-fifths {
		right: 80%
	}
	.pull--palm--one-sixth,
	.pull--palm--two-twelfths {
		right: 16.666%
	}
	.pull--palm--five-sixths,
	.pull--palm--ten-twelfths {
		right: 83.333%
	}
	.pull--palm--one-eighth {
		right: 12.5%
	}
	.pull--palm--three-eighths {
		right: 37.5%
	}
	.pull--palm--five-eighths {
		right: 62.5%
	}
	.pull--palm--seven-eighths {
		right: 87.5%
	}
	.pull--palm--one-tenth {
		right: 10%
	}
	.pull--palm--three-tenths {
		right: 30%
	}
	.pull--palm--seven-tenths {
		right: 70%
	}
	.pull--palm--nine-tenths {
		right: 90%
	}
	.pull--palm--one-twelfth {
		right: 8.333%
	}
	.pull--palm--five-twelfths {
		right: 41.666%
	}
	.pull--palm--seven-twelfths {
		right: 58.333%
	}
	.pull--palm--eleven-twelfths {
		right: 91.666%
	}
}

@media only screen and (max-width:767px) {
	.pull--to-tab--one-whole {
		right: 100%
	}
	.pull--to-tab--five-tenths,
	.pull--to-tab--four-eighths,
	.pull--to-tab--one-half,
	.pull--to-tab--six-twelfths,
	.pull--to-tab--three-sixths,
	.pull--to-tab--two-quarters {
		right: 50%
	}
	.pull--to-tab--four-twelfths,
	.pull--to-tab--one-third,
	.pull--to-tab--two-sixths {
		right: 33.333%
	}
	.pull--to-tab--eight-twelfths,
	.pull--to-tab--four-sixths,
	.pull--to-tab--two-thirds {
		right: 66.666%
	}
	.pull--to-tab--one-quarter,
	.pull--to-tab--three-twelfths,
	.pull--to-tab--two-eighths {
		right: 25%
	}
	.pull--to-tab--nine-twelfths,
	.pull--to-tab--six-eighths,
	.pull--to-tab--three-quarters {
		right: 75%
	}
	.pull--to-tab--one-fifth,
	.pull--to-tab--two-tenths {
		right: 20%
	}
	.pull--to-tab--four-tenths,
	.pull--to-tab--two-fifths {
		right: 40%
	}
	.pull--to-tab--six-tenths,
	.pull--to-tab--three-fifths {
		right: 60%
	}
	.pull--to-tab--eight-tenths,
	.pull--to-tab--four-fifths {
		right: 80%
	}
	.pull--to-tab--one-sixth,
	.pull--to-tab--two-twelfths {
		right: 16.666%
	}
	.pull--to-tab--five-sixths,
	.pull--to-tab--ten-twelfths {
		right: 83.333%
	}
	.pull--to-tab--one-eighth {
		right: 12.5%
	}
	.pull--to-tab--three-eighths {
		right: 37.5%
	}
	.pull--to-tab--five-eighths {
		right: 62.5%
	}
	.pull--to-tab--seven-eighths {
		right: 87.5%
	}
	.pull--to-tab--one-tenth {
		right: 10%
	}
	.pull--to-tab--three-tenths {
		right: 30%
	}
	.pull--to-tab--seven-tenths {
		right: 70%
	}
	.pull--to-tab--nine-tenths {
		right: 90%
	}
	.pull--to-tab--one-twelfth {
		right: 8.333%
	}
	.pull--to-tab--five-twelfths {
		right: 41.666%
	}
	.pull--to-tab--seven-twelfths {
		right: 58.333%
	}
	.pull--to-tab--eleven-twelfths {
		right: 91.666%
	}
}

@media only screen and (min-width:481px) {
	.lap--one-whole {
		width: 100%
	}
	.lap--five-tenths,
	.lap--four-eighths,
	.lap--one-half,
	.lap--six-twelfths,
	.lap--three-sixths,
	.lap--two-quarters {
		width: 50%
	}
	.lap--four-twelfths,
	.lap--one-third,
	.lap--two-sixths {
		width: 33.333%
	}
	.lap--eight-twelfths,
	.lap--four-sixths,
	.lap--two-thirds {
		width: 66.666%
	}
	.lap--one-quarter,
	.lap--three-twelfths,
	.lap--two-eighths {
		width: 25%
	}
	.lap--nine-twelfths,
	.lap--six-eighths,
	.lap--three-quarters {
		width: 75%
	}
	.lap--one-fifth,
	.lap--two-tenths {
		width: 20%
	}
	.lap--four-tenths,
	.lap--two-fifths {
		width: 40%
	}
	.lap--six-tenths,
	.lap--three-fifths {
		width: 60%
	}
	.lap--eight-tenths,
	.lap--four-fifths {
		width: 80%
	}
	.lap--one-sixth,
	.lap--two-twelfths {
		width: 16.666%
	}
	.lap--five-sixths,
	.lap--ten-twelfths {
		width: 83.333%
	}
	.lap--one-eighth {
		width: 12.5%
	}
	.lap--three-eighths {
		width: 37.5%
	}
	.lap--five-eighths {
		width: 62.5%
	}
	.lap--seven-eighths {
		width: 87.5%
	}
	.lap--one-tenth {
		width: 10%
	}
	.lap--three-tenths {
		width: 30%
	}
	.lap--seven-tenths {
		width: 70%
	}
	.lap--nine-tenths {
		width: 90%
	}
	.lap--one-twelfth {
		width: 8.333%
	}
	.lap--five-twelfths {
		width: 41.666%
	}
	.lap--seven-twelfths {
		width: 58.333%
	}
	.lap--eleven-twelfths {
		width: 91.666%
	}
	.push--lap--one-whole {
		left: 100%
	}
	.push--lap--five-tenths,
	.push--lap--four-eighths,
	.push--lap--one-half,
	.push--lap--six-twelfths,
	.push--lap--three-sixths,
	.push--lap--two-quarters {
		left: 50%
	}
	.push--lap--four-twelfths,
	.push--lap--one-third,
	.push--lap--two-sixths {
		left: 33.333%
	}
	.push--lap--eight-twelfths,
	.push--lap--four-sixths,
	.push--lap--two-thirds {
		left: 66.666%
	}
	.push--lap--one-quarter,
	.push--lap--three-twelfths,
	.push--lap--two-eighths {
		left: 25%
	}
	.push--lap--nine-twelfths,
	.push--lap--six-eighths,
	.push--lap--three-quarters {
		left: 75%
	}
	.push--lap--one-fifth,
	.push--lap--two-tenths {
		left: 20%
	}
	.push--lap--four-tenths,
	.push--lap--two-fifths {
		left: 40%
	}
	.push--lap--six-tenths,
	.push--lap--three-fifths {
		left: 60%
	}
	.push--lap--eight-tenths,
	.push--lap--four-fifths {
		left: 80%
	}
	.push--lap--one-sixth,
	.push--lap--two-twelfths {
		left: 16.666%
	}
	.push--lap--five-sixths,
	.push--lap--ten-twelfths {
		left: 83.333%
	}
	.push--lap--one-eighth {
		left: 12.5%
	}
	.push--lap--three-eighths {
		left: 37.5%
	}
	.push--lap--five-eighths {
		left: 62.5%
	}
	.push--lap--seven-eighths {
		left: 87.5%
	}
	.push--lap--one-tenth {
		left: 10%
	}
	.push--lap--three-tenths {
		left: 30%
	}
	.push--lap--seven-tenths {
		left: 70%
	}
	.push--lap--nine-tenths {
		left: 90%
	}
	.push--lap--one-twelfth {
		left: 8.333%
	}
	.push--lap--five-twelfths {
		left: 41.666%
	}
	.push--lap--seven-twelfths {
		left: 58.333%
	}
	.push--lap--eleven-twelfths {
		left: 91.666%
	}
	.pull--lap--one-whole {
		right: 100%
	}
	.pull--lap--five-tenths,
	.pull--lap--four-eighths,
	.pull--lap--one-half,
	.pull--lap--six-twelfths,
	.pull--lap--three-sixths,
	.pull--lap--two-quarters {
		right: 50%
	}
	.pull--lap--four-twelfths,
	.pull--lap--one-third,
	.pull--lap--two-sixths {
		right: 33.333%
	}
	.pull--lap--eight-twelfths,
	.pull--lap--four-sixths,
	.pull--lap--two-thirds {
		right: 66.666%
	}
	.pull--lap--one-quarter,
	.pull--lap--three-twelfths,
	.pull--lap--two-eighths {
		right: 25%
	}
	.pull--lap--nine-twelfths,
	.pull--lap--six-eighths,
	.pull--lap--three-quarters {
		right: 75%
	}
	.pull--lap--one-fifth,
	.pull--lap--two-tenths {
		right: 20%
	}
	.pull--lap--four-tenths,
	.pull--lap--two-fifths {
		right: 40%
	}
	.pull--lap--six-tenths,
	.pull--lap--three-fifths {
		right: 60%
	}
	.pull--lap--eight-tenths,
	.pull--lap--four-fifths {
		right: 80%
	}
	.pull--lap--one-sixth,
	.pull--lap--two-twelfths {
		right: 16.666%
	}
	.pull--lap--five-sixths,
	.pull--lap--ten-twelfths {
		right: 83.333%
	}
	.pull--lap--one-eighth {
		right: 12.5%
	}
	.pull--lap--three-eighths {
		right: 37.5%
	}
	.pull--lap--five-eighths {
		right: 62.5%
	}
	.pull--lap--seven-eighths {
		right: 87.5%
	}
	.pull--lap--one-tenth {
		right: 10%
	}
	.pull--lap--three-tenths {
		right: 30%
	}
	.pull--lap--seven-tenths {
		right: 70%
	}
	.pull--lap--nine-tenths {
		right: 90%
	}
	.pull--lap--one-twelfth {
		right: 8.333%
	}
	.pull--lap--five-twelfths {
		right: 41.666%
	}
	.pull--lap--seven-twelfths {
		right: 58.333%
	}
	.pull--lap--eleven-twelfths {
		right: 91.666%
	}
}

@media only screen and (min-width:768px) {
	.tab--one-whole {
		width: 100%
	}
	.tab--five-tenths,
	.tab--four-eighths,
	.tab--one-half,
	.tab--six-twelfths,
	.tab--three-sixths,
	.tab--two-quarters {
		width: 50%
	}
	.tab--four-twelfths,
	.tab--one-third,
	.tab--two-sixths {
		width: 33.333%
	}
	.tab--eight-twelfths,
	.tab--four-sixths,
	.tab--two-thirds {
		width: 66.666%
	}
	.tab--one-quarter,
	.tab--three-twelfths,
	.tab--two-eighths {
		width: 25%
	}
	.tab--nine-twelfths,
	.tab--six-eighths,
	.tab--three-quarters {
		width: 75%
	}
	.tab--one-fifth,
	.tab--two-tenths {
		width: 20%
	}
	.tab--four-tenths,
	.tab--two-fifths {
		width: 40%
	}
	.tab--six-tenths,
	.tab--three-fifths {
		width: 60%
	}
	.tab--eight-tenths,
	.tab--four-fifths {
		width: 80%
	}
	.tab--one-sixth,
	.tab--two-twelfths {
		width: 16.666%
	}
	.tab--five-sixths,
	.tab--ten-twelfths {
		width: 83.333%
	}
	.tab--one-eighth {
		width: 12.5%
	}
	.tab--three-eighths {
		width: 37.5%
	}
	.tab--five-eighths {
		width: 62.5%
	}
	.tab--seven-eighths {
		width: 87.5%
	}
	.tab--one-tenth {
		width: 10%
	}
	.tab--three-tenths {
		width: 30%
	}
	.tab--seven-tenths {
		width: 70%
	}
	.tab--nine-tenths {
		width: 90%
	}
	.tab--one-twelfth {
		width: 8.333%
	}
	.tab--five-twelfths {
		width: 41.666%
	}
	.tab--seven-twelfths {
		width: 58.333%
	}
	.tab--eleven-twelfths {
		width: 91.666%
	}
	.push--tab--one-whole {
		left: 100%
	}
	.push--tab--five-tenths,
	.push--tab--four-eighths,
	.push--tab--one-half,
	.push--tab--six-twelfths,
	.push--tab--three-sixths,
	.push--tab--two-quarters {
		left: 50%
	}
	.push--tab--four-twelfths,
	.push--tab--one-third,
	.push--tab--two-sixths {
		left: 33.333%
	}
	.push--tab--eight-twelfths,
	.push--tab--four-sixths,
	.push--tab--two-thirds {
		left: 66.666%
	}
	.push--tab--one-quarter,
	.push--tab--three-twelfths,
	.push--tab--two-eighths {
		left: 25%
	}
	.push--tab--nine-twelfths,
	.push--tab--six-eighths,
	.push--tab--three-quarters {
		left: 75%
	}
	.push--tab--one-fifth,
	.push--tab--two-tenths {
		left: 20%
	}
	.push--tab--four-tenths,
	.push--tab--two-fifths {
		left: 40%
	}
	.push--tab--six-tenths,
	.push--tab--three-fifths {
		left: 60%
	}
	.push--tab--eight-tenths,
	.push--tab--four-fifths {
		left: 80%
	}
	.push--tab--one-sixth,
	.push--tab--two-twelfths {
		left: 16.666%
	}
	.push--tab--five-sixths,
	.push--tab--ten-twelfths {
		left: 83.333%
	}
	.push--tab--one-eighth {
		left: 12.5%
	}
	.push--tab--three-eighths {
		left: 37.5%
	}
	.push--tab--five-eighths {
		left: 62.5%
	}
	.push--tab--seven-eighths {
		left: 87.5%
	}
	.push--tab--one-tenth {
		left: 10%
	}
	.push--tab--three-tenths {
		left: 30%
	}
	.push--tab--seven-tenths {
		left: 70%
	}
	.push--tab--nine-tenths {
		left: 90%
	}
	.push--tab--one-twelfth {
		left: 8.333%
	}
	.push--tab--five-twelfths {
		left: 41.666%
	}
	.push--tab--seven-twelfths {
		left: 58.333%
	}
	.push--tab--eleven-twelfths {
		left: 91.666%
	}
	.pull--tab--one-whole {
		right: 100%
	}
	.pull--tab--five-tenths,
	.pull--tab--four-eighths,
	.pull--tab--one-half,
	.pull--tab--six-twelfths,
	.pull--tab--three-sixths,
	.pull--tab--two-quarters {
		right: 50%
	}
	.pull--tab--four-twelfths,
	.pull--tab--one-third,
	.pull--tab--two-sixths {
		right: 33.333%
	}
	.pull--tab--eight-twelfths,
	.pull--tab--four-sixths,
	.pull--tab--two-thirds {
		right: 66.666%
	}
	.pull--tab--one-quarter,
	.pull--tab--three-twelfths,
	.pull--tab--two-eighths {
		right: 25%
	}
	.pull--tab--nine-twelfths,
	.pull--tab--six-eighths,
	.pull--tab--three-quarters {
		right: 75%
	}
	.pull--tab--one-fifth,
	.pull--tab--two-tenths {
		right: 20%
	}
	.pull--tab--four-tenths,
	.pull--tab--two-fifths {
		right: 40%
	}
	.pull--tab--six-tenths,
	.pull--tab--three-fifths {
		right: 60%
	}
	.pull--tab--eight-tenths,
	.pull--tab--four-fifths {
		right: 80%
	}
	.pull--tab--one-sixth,
	.pull--tab--two-twelfths {
		right: 16.666%
	}
	.pull--tab--five-sixths,
	.pull--tab--ten-twelfths {
		right: 83.333%
	}
	.pull--tab--one-eighth {
		right: 12.5%
	}
	.pull--tab--three-eighths {
		right: 37.5%
	}
	.pull--tab--five-eighths {
		right: 62.5%
	}
	.pull--tab--seven-eighths {
		right: 87.5%
	}
	.pull--tab--one-tenth {
		right: 10%
	}
	.pull--tab--three-tenths {
		right: 30%
	}
	.pull--tab--seven-tenths {
		right: 70%
	}
	.pull--tab--nine-tenths {
		right: 90%
	}
	.pull--tab--one-twelfth {
		right: 8.333%
	}
	.pull--tab--five-twelfths {
		right: 41.666%
	}
	.pull--tab--seven-twelfths {
		right: 58.333%
	}
	.pull--tab--eleven-twelfths {
		right: 91.666%
	}
}

@media only screen and (min-width:1140px) {
	.desk--one-whole {
		width: 100%
	}
	.desk--five-tenths,
	.desk--four-eighths,
	.desk--one-half,
	.desk--six-twelfths,
	.desk--three-sixths,
	.desk--two-quarters {
		width: 50%
	}
	.desk--four-twelfths,
	.desk--one-third,
	.desk--two-sixths {
		width: 33.333%
	}
	.desk--eight-twelfths,
	.desk--four-sixths,
	.desk--two-thirds {
		width: 66.666%
	}
	.desk--one-quarter,
	.desk--three-twelfths,
	.desk--two-eighths {
		width: 25%
	}
	.desk--nine-twelfths,
	.desk--six-eighths,
	.desk--three-quarters {
		width: 75%
	}
	.desk--one-fifth,
	.desk--two-tenths {
		width: 20%
	}
	.desk--four-tenths,
	.desk--two-fifths {
		width: 40%
	}
	.desk--six-tenths,
	.desk--three-fifths {
		width: 60%
	}
	.desk--eight-tenths,
	.desk--four-fifths {
		width: 80%
	}
	.desk--one-sixth,
	.desk--two-twelfths {
		width: 16.666%
	}
	.desk--five-sixths,
	.desk--ten-twelfths {
		width: 83.333%
	}
	.desk--one-eighth {
		width: 12.5%
	}
	.desk--three-eighths {
		width: 37.5%
	}
	.desk--five-eighths {
		width: 62.5%
	}
	.desk--seven-eighths {
		width: 87.5%
	}
	.desk--one-tenth {
		width: 10%
	}
	.desk--three-tenths {
		width: 30%
	}
	.desk--seven-tenths {
		width: 70%
	}
	.desk--nine-tenths {
		width: 90%
	}
	.desk--one-twelfth {
		width: 8.333%
	}
	.desk--five-twelfths {
		width: 41.666%
	}
	.desk--seven-twelfths {
		width: 58.333%
	}
	.desk--eleven-twelfths {
		width: 91.666%
	}
	.push--desk--one-whole {
		left: 100%
	}
	.push--desk--five-tenths,
	.push--desk--four-eighths,
	.push--desk--one-half,
	.push--desk--six-twelfths,
	.push--desk--three-sixths,
	.push--desk--two-quarters {
		left: 50%
	}
	.push--desk--four-twelfths,
	.push--desk--one-third,
	.push--desk--two-sixths {
		left: 33.333%
	}
	.push--desk--eight-twelfths,
	.push--desk--four-sixths,
	.push--desk--two-thirds {
		left: 66.666%
	}
	.push--desk--one-quarter,
	.push--desk--three-twelfths,
	.push--desk--two-eighths {
		left: 25%
	}
	.push--desk--nine-twelfths,
	.push--desk--six-eighths,
	.push--desk--three-quarters {
		left: 75%
	}
	.push--desk--one-fifth,
	.push--desk--two-tenths {
		left: 20%
	}
	.push--desk--four-tenths,
	.push--desk--two-fifths {
		left: 40%
	}
	.push--desk--six-tenths,
	.push--desk--three-fifths {
		left: 60%
	}
	.push--desk--eight-tenths,
	.push--desk--four-fifths {
		left: 80%
	}
	.push--desk--one-sixth,
	.push--desk--two-twelfths {
		left: 16.666%
	}
	.push--desk--five-sixths,
	.push--desk--ten-twelfths {
		left: 83.333%
	}
	.push--desk--one-eighth {
		left: 12.5%
	}
	.push--desk--three-eighths {
		left: 37.5%
	}
	.push--desk--five-eighths {
		left: 62.5%
	}
	.push--desk--seven-eighths {
		left: 87.5%
	}
	.push--desk--one-tenth {
		left: 10%
	}
	.push--desk--three-tenths {
		left: 30%
	}
	.push--desk--seven-tenths {
		left: 70%
	}
	.push--desk--nine-tenths {
		left: 90%
	}
	.push--desk--one-twelfth {
		left: 8.333%
	}
	.push--desk--five-twelfths {
		left: 41.666%
	}
	.push--desk--seven-twelfths {
		left: 58.333%
	}
	.push--desk--eleven-twelfths {
		left: 91.666%
	}
	.pull--desk--one-whole {
		right: 100%
	}
	.pull--desk--five-tenths,
	.pull--desk--four-eighths,
	.pull--desk--one-half,
	.pull--desk--six-twelfths,
	.pull--desk--three-sixths,
	.pull--desk--two-quarters {
		right: 50%
	}
	.pull--desk--four-twelfths,
	.pull--desk--one-third,
	.pull--desk--two-sixths {
		right: 33.333%
	}
	.pull--desk--eight-twelfths,
	.pull--desk--four-sixths,
	.pull--desk--two-thirds {
		right: 66.666%
	}
	.pull--desk--one-quarter,
	.pull--desk--three-twelfths,
	.pull--desk--two-eighths {
		right: 25%
	}
	.pull--desk--nine-twelfths,
	.pull--desk--six-eighths,
	.pull--desk--three-quarters {
		right: 75%
	}
	.pull--desk--one-fifth,
	.pull--desk--two-tenths {
		right: 20%
	}
	.pull--desk--four-tenths,
	.pull--desk--two-fifths {
		right: 40%
	}
	.pull--desk--six-tenths,
	.pull--desk--three-fifths {
		right: 60%
	}
	.pull--desk--eight-tenths,
	.pull--desk--four-fifths {
		right: 80%
	}
	.pull--desk--one-sixth,
	.pull--desk--two-twelfths {
		right: 16.666%
	}
	.pull--desk--five-sixths,
	.pull--desk--ten-twelfths {
		right: 83.333%
	}
	.pull--desk--one-eighth {
		right: 12.5%
	}
	.pull--desk--three-eighths {
		right: 37.5%
	}
	.pull--desk--five-eighths {
		right: 62.5%
	}
	.pull--desk--seven-eighths {
		right: 87.5%
	}
	.pull--desk--one-tenth {
		right: 10%
	}
	.pull--desk--three-tenths {
		right: 30%
	}
	.pull--desk--seven-tenths {
		right: 70%
	}
	.pull--desk--nine-tenths {
		right: 90%
	}
	.pull--desk--one-twelfth {
		right: 8.333%
	}
	.pull--desk--five-twelfths {
		right: 41.666%
	}
	.pull--desk--seven-twelfths {
		right: 58.333%
	}
	.pull--desk--eleven-twelfths {
		right: 91.666%
	}
}

.layout {
	max-width: 1230px;
	padding: 0 30px;
	margin: 0 auto
}

@media screen and (min-width:640px) {
	.layout {
		padding: 0 370px 0 30px
	}
	.layout__content {
		float: left;
		width: 100%
	}
	.layout__aside {
		float: right;
		width: 320px;
		margin-right: -340px
	}
	.layout:after {
		content: '';
		display: block;
		clear: both
	}
}

.about {
	padding: 45px 0;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	overflow: hidden
}

.about h2,
.about:after {
	position: absolute;
	width: 100%;
	left: 0
}

.about:after {
	background-color: #f4f4f4;
	display: block;
	content: "";
	height: 477px;
	z-index: 0;
	top: 116px
}

.about h2 {
	top: 45px;
	color: #F4F4F4;
	font-size: 88px;
	line-height: .9
}

@media only screen and (max-width:1139px) {
	.about h2 {
		top: 58px;
		font-size: 70px
	}
}

.about__col {
	width: 40%;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.about:after {
		display: none
	}
	.about h2 {
		top: 35px;
		font-size: 50px;
		text-align: left
	}
	.about__col {
		width: 100%;
		margin-bottom: 50px
	}
	.about__col:after {
		background-color: #f4f4f4;
		display: block;
		content: "";
		width: 100%;
		height: 340px;
		position: absolute;
		z-index: 0;
		top: 30px;
		left: 0
	}
}

.about__col__img {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.about__col__img img {
	height: 390px
}

@media only screen and (max-width:1139px) {
	.about__col__img img {
		height: 300px
	}
}

.about__col__img__title {
	position: absolute;
	top: 124px;
	text-align: right;
	font-size: 13px;
	line-height: 16px
}

@media only screen and (max-width:1139px) {
	.about__col__img__title {
		top: 90px
	}
}

.about__col__img__title b {
	font-size: 18px;
	font-weight: 300;
	color: #011014
}

.about__col__img__title span {
	font-size: 14px;
	font-weight: 300;
	color: #818181
}

.about__col__text {
	position: relative;
	z-index: 1;
	width: 75%;
	margin: 20px auto 0;
	padding-top: 10%;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTY0IDE0MCA3MCA2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRUNFQ0VDIiBkPSJNLTQ4LjYsMjAwLjRjNCwwLDcuNC0xLjUsMTAuMi00LjZjMi45LTMuMiw0LjQtNi42LDQuNC0xMC4yYzAtMy42LTEuMy02LjktMy44LTkuOA0KCWMtMi40LTMuMS00LjgtNC42LTcuMi00LjZjMC44LTQsMi4yLTcuMiw0LjItOS42YzItMi40LDUuMS01LjQsOS40LTlsLTUuOC0xMmMtNy41LDQtMTMuNywxMC4xLTE4LjgsMTguMmMtNS4xLDguMS03LjYsMTYtNy42LDIzLjYNCgljMCw1LjIsMS41LDkuNSw0LjQsMTNDLTU2LjMsMTk4LjctNTIuOCwyMDAuNC00OC42LDIwMC40eiBNLTExLjYsMjAwLjRjNCwwLDcuNS0xLjUsMTAuNC00LjZjMi45LTMuMiw0LjQtNi42LDQuNC0xMC4yDQoJYzAtMi4zLTAuNy00LjUtMi02LjhjLTEuMi0yLjMtMi43LTQuMS00LjQtNS40Yy0xLjctMS41LTMuMy0yLjItNC44LTIuMmMwLjgtNCwyLjItNy4yLDQuMi05LjZjMi0yLjQsNS4xLTUuNCw5LjQtOWwtNi0xMg0KCWMtNy41LDQtMTMuNywxMC4xLTE4LjgsMTguMmMtNC45LDguMS03LjQsMTYtNy40LDIzLjZjMCw1LjIsMS41LDkuNSw0LjQsMTNDLTE5LjMsMTk4LjctMTUuOCwyMDAuNC0xMS42LDIwMC40eiIvPg0KPC9zdmc+DQo=) center 6% no-repeat;
	background-size: 80px auto
}

@media only screen and (max-width:767px) {
	.about__col__img__title {
		top: 50px
	}
	.about__col__text {
		margin: 0 auto;
		padding-top: 45px
	}
}

.about__col a {
	position: relative;
	z-index: 1
}

.about__col:nth-of-type(1) .about__col__img .about__col__img__title {
	right: 70%;
	text-align: right
}

.about__col:nth-of-type(2) .about__col__img .about__col__img__title {
	left: 70%;
	text-align: left
}

@media only screen and (max-width:480px) {
	.about__col__img img {
		height: 200px
	}
	.about__col:nth-of-type(1) .about__col__img img {
		float: right;
		margin-right: -30px
	}
	.about__col:nth-of-type(1) .about__col__img .about__col__img__title {
		right: 150px
	}
	.about__col:nth-of-type(2) .about__col__img img {
		float: left;
		margin-left: -30px
	}
	.about__col:nth-of-type(2) .about__col__img .about__col__img__title {
		left: 150px
	}
}

#apartmentsTable {
	float: left
}

@media only screen and (max-width:1169px) {
	#apartmentsTable {
		margin-bottom: 40px
	}
}

.apartmentsTable--no_results {
	display: none;
	padding: 40px 15%;
	margin: 0 auto;
	text-align: center;
	float: left;
	width: 68%;
	font-weight: 400
}

@media only screen and (max-width:1169px) {
	.apartmentsTable--no_results {
		float: none;
		margin: 0 auto
	}
}

@media only screen and (max-width:767px) {
	.apartmentsTable--no_results {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}
}

.apartmentsTable--no_results h3,
.apartmentsTable--no_results p {
	font-weight: 400!important
}

.apartmentsTable--no_results svg {
	width: 40px;
	margin: 40px 0;
	height: auto
}

@media only screen and (max-width:767px) {
	.apartmentsTable--no_results svg {
		margin-top: 0
	}
}

.no-results .apartmentsTable--no_results {
	display: block
}

.apartments__table #apartmentsTable .table_tbody>:hover,
.apartments__table tr:hover {
	background: #282F3C!important;
	color: #fff!important
}

.apartments__table #apartmentsTable .table_tbody>:hover div,
.apartments__table tr:hover div {
	color: #fff!important
}

@media only screen and (min-width:1170px) {
	.apartmentsTable__head {
		width: 68%
	}
}

.apartmentsTable__container {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	min-height: 570px;
	border-top: 1px solid #ececec
}

.apartmentsTable__container .tablecontainer-head-mobile {
	border-bottom: 1px solid #ececec
}

@media only screen and (min-width:1170px) {
	.apartmentsTable__container .tablecontainer-head-mobile {
		display: none
	}
}

.apartmentsTable__container .reset-filter-mobile {
	display: block;
	max-width: 260px;
	margin: 0 auto 40px;
	clear: both
}

.apartmentsTable__container .reset-filter-mobile:hover {
	background-color: #021217
}

.apartmentsfilter-container {
	position: relative;
	float: left;
	width: 30%;
	margin-left: 70%
}

@media only screen and (max-width:1169px) {
	.apartmentsTable__container {
		border-top: 0
	}
	.apartmentsfilter-container {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px
	}
}

#apartmentsTableFilter {
	position: relative;
	z-index: 100;
	top: 0;
	right: 0;
	width: 100%;
	float: right;
	border: none;
	padding: 0 20px;
	background: #fff;
	transition: top .5s ease 0s;
	text-align: center;
	font-weight: 400
}

@media only screen and (max-width:1169px) {
	#apartmentsTableFilter {
		position: relative!important;
		width: 100%!important;
		left: 0!important;
		top: 0!important;
		padding: 0
	}
}

#apartmentsTableFilter .ui-selectmenu-button,
#apartmentsTableFilter input,
#apartmentsTableFilter select {
	width: 100%;
	padding: 10px 0;
	margin: 10px 0 40px;
	border: none;
	border-radius: 0;
	cursor: pointer;
	border-bottom: 2px solid #B9BBBF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	background: 0 0
}

.button,
.input,
.pswp__button,
input[type=button],
input[type=submit],
input[type=text],
textarea {
	-webkit-appearance: none
}

@media only screen and (max-width:1169px) {
	#apartmentsTableFilter .ui-selectmenu-button#select-floor-button,
	#apartmentsTableFilter input#select-floor-button,
	#apartmentsTableFilter select#select-floor-button {
		margin-top: 3px
	}
	#apartmentsTableFilter svg {
		display: none
	}
}

@media only screen and (max-width:991px) {
	#apartmentsTableFilter .ui-selectmenu-button#select-floor-button,
	#apartmentsTableFilter input#select-floor-button,
	#apartmentsTableFilter select#select-floor-button {
		margin-top: 10px
	}
}

#apartmentsTableFilter .ui-selectmenu-button.ui-selectmenu-button-open {
	margin: 10px 0 0
}

#apartmentsTableFilter .ui-selectmenu-open {
	margin: 0 0 40px
}

#apartmentsTableFilter .ui-selectmenu-button .ui-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAzMSAxNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCjx0aXRsZT5WZWN0b3I8L3RpdGxlPg0KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4NCjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5NzYgLTE4MzUpIj4NCjxnIGlkPSJWZWN0b3IiPg0KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfZmlsbCIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAtMTk0NSAxODM1KSIgZmlsbD0iIzI4MkYzQyIvPg0KPC9nPg0KPC9nPg0KPGRlZnM+DQo8cGF0aCBpZD0icGF0aDBfZmlsbCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDAuMzA0NTY0IDI4LjIxMjhDIC0wLjEwMTUyMiAyOC42MjE2IC0wLjEwMTUyMiAyOS4yODY3IDAuMzA0NTY0IDI5LjY5NTRDIDAuNzEzMzc4IDMwLjEwMTUgMS4zNzg0IDMwLjEwMTUgMS43ODcxOSAyOS42OTU0TCAxNS43NDEzIDE1Ljc0MTNDIDE2LjE0NzQgMTUuMzMyNSAxNi4xNDc0IDE0LjY2NzUgMTUuNzQxMyAxNC4yNTg3TCAxLjc4NzE5IDAuMzA0NTY0QyAxLjM3ODM4IC0wLjEwMTUyMiAwLjcxMzM1IC0wLjEwMTUyMiAwLjMwNDU2NCAwLjMwNDU2NEMgLTAuMTAxNTIyIDAuNzEzMzc4IC0wLjEwMTUyMiAxLjM3ODQgMC4zMDQ1NjQgMS43ODcxOUwgMTMuNTI4MiAxNS4wMDhMIDAuMzA0NTY0IDI4LjIxMjhaIi8+DQo8L2RlZnM+DQo8L3N2Zz4NCg==)!important;
	background-size: 100% auto!important;
	background-position: center center!important
}

#apartmentsTableFilter option {
	padding: 10px 0
}

#apartmentsTableFilter select::-ms-expand {
	display: none
}

@media screen and (min-width:0 \0) {
	#apartmentsTableFilter select {
		background: 0 0\9;
		padding: 5px\9
	}
}

#apartmentsTableFilter svg {
	height: 100px;
	width: auto;
	margin: 40px auto 0
}

#apartmentsTableFilter p {
	font-weight: 400;
	margin: 20px 0 30px
}

#apartmentsTableFilter p.info-text-mobile {
	text-align: left;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 45px
}

@media only screen and (max-width:991px) {
	#apartmentsTableFilter p.info-text-mobile {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:1170px) {
	.apartmentsTable__container .reset-filter-mobile {
		display: none
	}
	#apartmentsTableFilter {
		max-width: 315px
	}
	#apartmentsTableFilter p.info-text-mobile {
		display: none
	}
}

#apartmentsTableFilter .ui-slider .ui-slider-handle {
	background: #282F3C;
	width: 18px!important;
	height: 18px!important;
	border: none;
	border-radius: 50%;
	top: -8px;
	margin-left: -10px;
	cursor: pointer
}

#apartmentsTableFilter .slider-range {
	height: 2px;
	border: none;
	background: #B9BBBF;
	margin: 20px 9px 40px;
	width: calc(100% - 18px);
	display: inline-block;
	position: relative
}

#apartmentsTableFilter .slider-range:after,
#apartmentsTableFilter .slider-range:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: -9px;
	top: 0;
	width: 9px;
	height: 2px;
	background: #B9BBBF
}

#apartmentsTableFilter .slider-range:after {
	right: -8px;
	left: auto
}

#apartmentsTableFilter .price_min,
#apartmentsTableFilter .size_min {
	float: left;
	font-weight: 500
}

#apartmentsTableFilter .price_max,
#apartmentsTableFilter .size_max {
	float: right;
	font-weight: 500
}

#apartmentsTableFilter .ui-slider-range {
	position: absolute;
	z-index: 1;
	background: #282F3C!important;
	height: 2px;
	left: 0;
	top: 0!important
}

#apartmentsTableFilter .ui-selectmenu-text {
	color: #454545!important;
	font-weight: 500
}

#apartmentsTableFilter .ui-selectmenu-menu {
	text-align: left
}

#apartmentsTableFilter .value {
	display: inline-block
}

#apartmentsTableFilter svg .act,
#apartmentsTableFilter svg .act-2 {
	fill: #282F3C
}

#apartmentsTableFilter .show-btn-mobile {
	margin: 0
}

@media only screen and (min-width:1170px) {
	#apartmentsTableFilter .show-btn-mobile {
		display: none
	}
}

#apartmentsTableFilter .show-btn-mobile:hover {
	background-color: #021217
}

@media only screen and (max-width:1169px) {
	#apartmentsTableFilter .book-btn-desktop,
	#apartmentsTableFilter .book-text-desktop {
		display: none
	}
	#apartmentsTableFilter form #select-floor-menu,
	#apartmentsTableFilter form #slider-range_price,
	#apartmentsTableFilter form #slider-range_size {
		float: left;
		width: 24%;
		margin-right: 2%
	}
	#apartmentsTableFilter form #select-floor-menu .price_max,
	#apartmentsTableFilter form #select-floor-menu .price_min,
	#apartmentsTableFilter form #select-floor-menu .size_max,
	#apartmentsTableFilter form #select-floor-menu .size_min,
	#apartmentsTableFilter form #slider-range_price .price_max,
	#apartmentsTableFilter form #slider-range_price .price_min,
	#apartmentsTableFilter form #slider-range_price .size_max,
	#apartmentsTableFilter form #slider-range_price .size_min,
	#apartmentsTableFilter form #slider-range_size .price_max,
	#apartmentsTableFilter form #slider-range_size .price_min,
	#apartmentsTableFilter form #slider-range_size .size_max,
	#apartmentsTableFilter form #slider-range_size .size_min {
		font-size: 13px
	}
	#apartmentsTableFilter form .show-btn-mobile {
		float: right;
		min-width: 160px;
		width: 19%
	}
}

@media only screen and (max-width:991px) {
	#apartmentsTableFilter form #select-floor-menu,
	#apartmentsTableFilter form #slider-range_price,
	#apartmentsTableFilter form #slider-range_size {
		float: left;
		width: 100%;
		margin-right: 0
	}
	#apartmentsTableFilter form #select-floor-menu .price_max,
	#apartmentsTableFilter form #select-floor-menu .price_min,
	#apartmentsTableFilter form #select-floor-menu .size_max,
	#apartmentsTableFilter form #select-floor-menu .size_min,
	#apartmentsTableFilter form #slider-range_price .price_max,
	#apartmentsTableFilter form #slider-range_price .price_min,
	#apartmentsTableFilter form #slider-range_price .size_max,
	#apartmentsTableFilter form #slider-range_price .size_min,
	#apartmentsTableFilter form #slider-range_size .price_max,
	#apartmentsTableFilter form #slider-range_size .price_min,
	#apartmentsTableFilter form #slider-range_size .size_max,
	#apartmentsTableFilter form #slider-range_size .size_min {
		font-size: 14px
	}
	#apartmentsTableFilter form .show-btn-mobile {
		float: none;
		min-width: 185px;
		width: 20%;
		margin: 0 auto 30px
	}
}

.flats-page .subpage__lead__app {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0!important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flats-page .subpage__lead__app__col {
	max-width: 320px!important;
	padding: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: opacity .3s;
	opacity: 1
}

.flats-page .subpage__lead__app__col:hover {
	opacity: .8
}

.flats-page .subpage__lead__app__col__img {
	width: 100%;
	display: block;
	position: static;
	z-index: 0
}

.flats-page .subpage__lead__app__col__img img {
	max-width: 320px
}

.flats-page .subpage__lead__app ul {
	margin: 0!important;
	padding: 0!important
}

.flats-page .subpage__lead__app ul li:last-child {
	border: none
}

.apartments {
	min-height: 750px;
	padding: 5% 0
}

.apartments__table {
	width: 100%;
	display: block;
	float: left
}

.apartments__table h2 {
	color: #011014;
	margin-bottom: 10px;
	margin-top: 1em
}

.apartments__table #apartmentsTable,
.apartments__table table {
	width: 100%;
	display: table;
	border-collapse: collapse
}

@media only screen and (max-width:767px) {
	.apartments__table #apartmentsTable,
	.apartments__table table {
		font-size: .9em
	}
}

#blog .blog__post--highlited .wrapper-blog-header .content__text strong,
#blog .blog__post--highlited strong,
#blog .subtitle,
.apartments__lead h3 {
	font-size: 18px
}

.apartments__table #apartmentsTable a,
.apartments__table table a {
	width: 100%;
	display: table-row;
	text-decoration: none
}

.apartments__table #apartmentsTable .table_tbody,
.apartments__table table .table_tbody {
	display: table-row-group
}

.apartments__table #apartmentsTable .table_thead,
.apartments__table table .table_thead {
	display: table-header-group
}

.apartments__table .filtered tr:nth-of-type(n+21) {
	display: none
}

.apartments__table #apartmentsTable {
	width: 100%
}

.apartments__table #apartmentsTable .table_th,
.apartments__table th {
	padding: 20px 10px;
	color: #ADADAD;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	display: table-cell
}

.apartments__table #apartmentsTable .table_th.sort,
.apartments__table th.sort {
	cursor: pointer
}

.apartments__table #apartmentsTable .table_th.sort:after,
.apartments__table th.sort:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTk1IDE2OCA5IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI5IiBoZWlnaHQ9IjUiPg0KPHBhdGggZD0iTS05MC41LDE2OC41bDMuOSw0LjVoLTcuOEwtOTAuNSwxNjguNXoiLz4NCjwvc3ZnPg0K);
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	line-height: 0;
	opacity: 0
}

.apartments__table #apartmentsTable .table_th.sorted,
.apartments__table th.sorted {
	color: #021217
}

.apartments__table #apartmentsTable .table_th.sorted:after,
.apartments__table th.sorted:after {
	opacity: 1
}

.apartments__table #apartmentsTable .table_th.sorted.desc:after,
.apartments__table th.sorted.desc:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTk1IDE2OCA5IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI5IiBoZWlnaHQ9IjUiPg0KPHBhdGggZD0iTS05MC41LDE3M2wtMy45LTQuNWg3LjhMLTkwLjUsMTczeiIvPg0KPC9zdmc+DQo=)
}

.apartments__table .table_tr {
	cursor: pointer
}

.apartments__table #apartmentsTable .table_tbody .table_tr.hidden-row-floor,
.apartments__table #apartmentsTable .table_tbody .table_tr.hidden-row-price,
.apartments__table #apartmentsTable .table_tbody .table_tr.hidden-row-size,
.apartments__table #apartmentsTable .table_thead .table_tr.hidden-row-floor,
.apartments__table #apartmentsTable .table_thead .table_tr.hidden-row-price,
.apartments__table #apartmentsTable .table_thead .table_tr.hidden-row-size {
	display: none
}

@media only screen and (min-width:1170px) {
	.apartments__table #apartmentsTable {
		width: 68%
	}
	.apartments__table #apartmentsTable .table_tbody .td__id,
	.apartments__table #apartmentsTable .table_tbody .th__id,
	.apartments__table #apartmentsTable .table_thead .td__id,
	.apartments__table #apartmentsTable .table_thead .th__id {
		display: none
	}
}

.apartments__table #apartmentsTable .table_tbody .td__floor,
.apartments__table #apartmentsTable .table_thead .td__floor {
	font-weight: 600
}

.apartments__table #apartmentsTable .table_tbody>*,
.apartments__table #apartmentsTable .table_thead>*,
.apartments__table tr {
	border-top: 1px solid #ececec;
	position: relative;
	display: table-row
}

.apartments__table #apartmentsTable .table_thead>* {
	border-top: none
}

.apartments__table #apartmentsTable .table_tbody>:nth-of-type(odd),
.apartments__table tr:nth-of-type(odd) {
	background: #f7f7f7
}

@media only screen and (min-width:1170px) {
	.apartments__table #apartmentsTable .table_tbody .table_tr.table_tr_even {
		background: #fff
	}
	.apartments__table #apartmentsTable .table_tbody .table_tr.table_tr_odd {
		background: #f7f7f7
	}
}

.apartments__table #apartmentsTable .table_td,
.apartments__table td {
	padding: 10px;
	color: #021217;
	font-weight: 400;
	display: table-cell
}

.apartments__table #apartmentsTable .table_td .mobile,
.apartments__table td .mobile {
	display: none
}

.apartments__table #apartmentsTable .table_td svg,
.apartments__table td svg {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle
}

.apartments .narancssarga,
.apartments .piros,
.apartments .sarga,
.apartments .zold {
	color: #94C853
}

.apartments .narancssarga:before,
.apartments .piros:before,
.apartments .sarga:before,
.apartments .zold:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	border-radius: 50%;
	background: #94C853
}

.apartments .narancssarga span,
.apartments .piros span,
.apartments .sarga span,
.apartments .zold span {
	display: none
}

.apartments .sarga {
	color: #EECB3E
}

.apartments .sarga:before {
	background: #EECB3E
}

.apartments .piros {
	color: #D94F4F
}

.apartments .piros:before {
	background: #D94F4F
}

.apartments .narancssarga {
	color: #ff8a00
}

.apartments .narancssarga:before {
	background: #ff8a00
}

.apartments .table__legend {
	float: right;
	margin: -60px 0 20px;
	font-weight: 400
}

@media only screen and (max-width:767px) {
	.apartments .table__legend {
		overflow: hidden;
		float: none;
		margin: 0
	}
}

@media only screen and (max-width:480px) {
	.apartments .table__legend {
		margin-top: 20px;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:1169px) {
	.apartments .table__legend__desktop {
		display: none
	}
}

@media only screen and (min-width:1170px) {
	.apartments .table__legend__mobile {
		display: none
	}
}

.apartments .table__legend span {
	margin-right: 20px
}

@media only screen and (max-width:767px) {
	.apartments .table__legend span {
		min-width: 100px;
		width: 20%;
		display: block;
		float: left;
		margin: 0 0 25px
	}
}

@media only screen and (max-width:480px) {
	.apartments .table__legend span {
		width: 100%;
		margin-bottom: 10px
	}
}

.apartments__lead {
	background: #272e3d;
	color: #fff;
	padding: 5%
}

.apartments__lead__img,
.apartments__lead__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.apartments__lead__text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.apartments__lead__text .button {
	margin: 25px 0
}

@media only screen and (max-width:767px) {
	.apartments__lead__img,
	.apartments__lead__text {
		padding: 0 1.5em
	}
	.apartments__lead__text .button {
		margin: 25px auto
	}
}

.apartments__lead__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 600px;
	flex: 0 0 600px;
	margin-right: 75px;
	text-align: center
}

@media only screen and (max-width:1439px) {
	.apartments__lead__img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}

@media only screen and (max-width:767px) {
	.apartments__lead__img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 2em 0
	}
	.apartments__lead h3 {
		margin-top: 0
	}
}

.apartments__lead__img img {
	width: 600px
}

.apartments__lead .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	max-width: 1150px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.apartments__lead h3 {
	font-weight: 300;
	line-height: 1.6
}

.otherApartmentsButton {
	text-align: center;
	display: block;
	margin: 40px auto
}

@media only screen and (max-width:767px) {
	.apartments__lead {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5%;
		text-align: center
	}
	.apartments__lead .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.apartments__lead__img,
	.apartments__lead__text {
		width: 100%
	}
	.apartments #apartmentsTable .table_td .mobile,
	.apartments #apartmentsTable .table_th .mobile,
	.apartments td .mobile,
	.apartments th .mobile {
		display: table-cell!important
	}
	.apartments #apartmentsTable .table_td .desktop,
	.apartments #apartmentsTable .table_th .desktop,
	.apartments td .desktop,
	.apartments th .desktop {
		display: none
	}
	.apartments .td__id,
	.apartments .td__pdf,
	.apartments .td__rooms,
	.apartments .th__id,
	.apartments .th__pdf,
	.apartments .th__rooms {
		display: none!important
	}
}

#blog h1 a {
	text-decoration: none;
	color: #fff
}

#blog .wrapper,
#blog>div {
	position: relative
}

#blog .subtitle {
	font-weight: 300;
	margin: 40px auto 20px!important;
	color: #021217
}

#blog .subpage__lead {
	max-width: 888px!important;
	padding: 110px 60px 0
}

@media only screen and (max-width:767px) {
	#blog .subpage__lead {
		padding: 5% 5% 2%;
		width: 100%;
		margin: 0
	}
}

#blog .blog__post--highlited {
	position: relative;
	padding: 5% 0 10%;
	float: left;
	width: 100%;
	text-align: center
}

#blog .blog__post--highlited h2 {
	position: relative;
	margin-bottom: 10px;
	z-index: 20
}

#blog .blog__post--highlited .blog__post--highlited--date p {
	font-weight: 400
}

#blog .blog__post--highlited .wrapper-blog-header {
	padding: 30px;
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 5
}

#blog .blog__post--highlited .wrapper-blog-header .content__img {
	width: 70%;
	float: right;
	position: relative;
	text-align: right;
	z-index: 5;
	max-height: 500px;
	overflow: hidden
}

#blog .blog__post--highlited .wrapper-blog-header .content__img img {
	display: block;
	width: 100%;
	height: auto
}

@media only screen and (max-width:767px) {
	#blog .blog__post--highlited .blog__post--highlited--date p {
		margin-bottom: 35px
	}
	#blog .blog__post--highlited .wrapper-blog-header {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
		padding: 0
	}
	#blog .blog__post--highlited .wrapper-blog-header .content__img {
		margin: 0;
		width: 100%
	}
	#blog .blog__post--highlited .wrapper-blog-header .content__img .img--mobile {
		display: block;
		width: 100%
	}
	#blog .blog__post--highlited .wrapper-blog-header .content__img img {
		margin: 0 auto;
		float: none!important
	}
}

#blog .blog__post--highlited .wrapper-blog-header .content__text {
	text-align: left;
	background: #272E3D;
	color: #fff;
	padding: 50px 5%;
	float: left;
	margin: 5% 0 0 -10%;
	width: 50%;
	position: relative;
	z-index: 8
}

@media only screen and (max-width:767px) {
	#blog .blog__post--highlited .wrapper-blog-header .content__text {
		width: 100%!important;
		margin: 0!important;
		display: block!important;
		padding: 50px 7%
	}
}

#blog .blog__post--highlited .wrapper-blog-header .content__text p {
	margin: 0;
	font-weight: 500
}

#blog .blog__post--highlited .wrapper-blog-body {
	position: relative;
	width: 32%;
	text-align: left;
	padding-top: 50px
}

@media screen and (max-width:1700px) {
	#blog .blog__post--highlited .wrapper-blog-body {
		width: 42%
	}
}

@media only screen and (max-width:1439px) {
	#blog .blog__post--highlited .wrapper-blog-body {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	#blog .blog__post--highlited .wrapper-blog-body {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%
	}
}

#blog .blog__post--highlited .wrapper-blog-body .body-content {
	position: relative;
	z-index: 5
}

#blog .blog__post--highlited .wrapper-blog-body:after,
#blog .blog__post--highlited .wrapper-blog-body:before {
	content: '';
	position: absolute;
	display: block;
	background: #F6F6F6;
	left: -12.5%;
	width: 125%;
	z-index: 1
}

@media screen and (max-width:1700px) {
	#blog .blog__post--highlited .wrapper-blog-body:after,
	#blog .blog__post--highlited .wrapper-blog-body:before {
		left: -9.5%;
		width: 119%
	}
}

@media only screen and (max-width:1439px) {
	#blog .blog__post--highlited .wrapper-blog-body:after,
	#blog .blog__post--highlited .wrapper-blog-body:before {
		left: -10%;
		width: 120%
	}
}

#blog .blog__post--highlited .wrapper-blog-body:before {
	top: -225px;
	height: 225px
}

#blog .blog__post--highlited .wrapper-blog-body:after {
	top: 0;
	height: 100%;
	padding-bottom: 30px
}

#blog .blog__post--highlited .wrapper-blog-body h4 {
	font-size: 18px;
	font-weight: 500
}

#blog .blog__post--highlited .wrapper-blog-body p img {
	height: auto
}

#blog .blog__post__list {
	fill: #fff
}

#blog .blog__post__list .wrapper {
	max-width: 1140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start
}

#blog .blog__post__list .wrapper.wrapper-collapsed .col {
	display: none
}

#blog .blog__post__list .wrapper.wrapper-collapsed .col:nth-child(-n+3) {
	display: block
}

#blog .blog__post__list h2 {
	color: #fff
}

@media only screen and (max-width:767px) {
	#blog .blog__post--highlited .wrapper-blog-body:after,
	#blog .blog__post--highlited .wrapper-blog-body:before {
		width: 100%;
		left: 0
	}
	#blog .blog__post__list .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#blog .blog__post__list h2 {
		color: #fff
	}
}

#blog .blog__post__list .blog__post__list__date p {
	margin: 0;
	font-size: 11px
}

#blog .blog__post__list .col {
	position: relative;
	width: 30%;
	float: left;
	text-align: left;
	z-index: 1;
	margin-bottom: 45px
}

#blog .blog__post__list .col:nth-child(2),
#blog .blog__post__list .col:nth-child(3n+2) {
	margin-left: 5%;
	margin-right: 5%
}

#blog .blog__post__list .col:nth-child(4n) {
	clear: left
}

@media only screen and (max-width:991px) {
	#blog .blog__post__list .col {
		background: #fff;
		margin: 0 0 35px!important;
		padding-bottom: 25px
	}
}

#blog .blog__post__list .col h2 {
	margin: 10px 0 20px;
	color: #000;
	line-height: 1.1
}

#blog .blog__post__list .col .blog__post__list__text {
	width: 100%;
	color: #424242;
	line-height: 1.2;
	background: #fff;
	padding: 30px 10% 0
}

@media only screen and (max-width:767px) {
	#blog .blog__post__list .col .blog__post__list__text {
		background: 0 0
	}
}

#blog .blog__post__list .col p {
	color: #424242
}

#blog .blog__post__list .col p strong {
	font-weight: inherit
}

#blog .blog__post__list .col .post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

#blog .blog__post__list>div {
	position: relative;
	z-index: 1
}

#blog .blog__post__list:after {
	width: 100%;
	height: 40%;
	max-height: 300px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: #272e3d;
	content: ""
}

@media only screen and (max-width:991px) {
	#blog .blog__post__list .col {
		width: 100%;
		margin-bottom: 40px
	}
	#blog .blog__post__list:after {
		max-height: 450px
	}
	#blog .blog__post__list .blog__post__list__image svg {
		fill: #fff
	}
}

#blog .blog__post__list .features__text {
	background: 0 0;
	color: #3F3F3F
}

@media only screen and (max-width:767px) {
	#blog .blog__post__list:after {
		z-index: 1
	}
	#blog .blog__post__list .features__text {
		z-index: 20
	}
}

#blog .blog__post__list h2 {
	margin-bottom: 50px
}

#blog .blog__post__list .blog__post__list__image {
	position: relative;
	overflow: hidden
}

#blog .blog__post__list .blog__post__list__image svg {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8%;
	background: 0 0;
	margin: 0 -1px -1px 1px
}

#blog .blog__post__list .blog__post__list__image div.img-box {
	width: 100%;
	height: 300px;
	background-color: transparent!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important
}

@media only screen and (max-width:991px) {
	#blog .blog__post__list .blog__post__list__image div.img-box {
		height: 350px
	}
}

@media only screen and (max-width:480px) {
	#blog .blog__post__list .blog__post__list__image div.img-box {
		height: 225px
	}
}

#blog .blog__post__list .blog__post__list__image img {
	display: block;
	height: auto;
	width: 100%
}

#blog .blog__post__list .blog__post__list__image img.img-box {
	display: none
}

@media only screen and (max-width:991px) {
	#blog .blog__post__list .blog__post__list__image img.img-box {
		display: none
	}
}

@media only screen and (min-width:992px) {
	#blog .blog__post__list .blog__post__list__image img.img-tablet {
		display: none
	}
}

@media only screen and (max-width:767px) {
	#blog .blog__post__list {
		color: #fff;
		fill: #272e3d
	}
	#blog .blog__post__list a {
		color: #fff
	}
}

#blog .blog__post__list__more {
	display: inline-block;
	width: 100%;
	color: #ADADAD;
	margin-top: 25px
}

#blog .blog__post__list__more a {
	color: #ADADAD
}

#blog .blog__post__list__more .post__share {
	position: relative;
	float: right;
	margin-left: 10px;
	padding: 2px;
	z-index: 10
}

.booking {
	max-width: 660px;
	margin: 0 auto;
	padding: 80px 5%;
	text-align: center
}

.booking p {
	font-size: 18px
}

.breeam.page__component {
	text-align: center;
	padding: 90px 30px
}

.breeam.page__component.dark {
	background: #272e3d;
	color: #fff
}

.breeam.page__component svg {
	width: 150px;
	max-width: 150px
}

.breeam.page__component .breeam-text {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 45px
}

@media only screen and (max-width:767px) {
	.breeam.page__component .breeam-text {
		font-size: 20px
	}
	.custom-collapse .custom-collapse-title {
		line-height: 1.4
	}
}

.breeam.page__component .button {
	margin: 30px 0 0
}

.custom-collapse {
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid #ececec;
	cursor: pointer;
	padding: 10px;
	margin: 0;
	overflow: hidden
}

.custom-collapse:last-of-type {
	border: 0
}

.flats__sizes li:not(:last-child),
.subpage__lead__app li:not(:last-child) {
	border-bottom: 2px dotted #f4f4f4
}

.custom-collapse * {
	box-sizing: border-box
}

.hero>.slider,
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box
}

.custom-collapse .custom-collapse-title {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 15px
}

.custom-collapse .custom-collapse-content {
	text-align: left;
	padding-top: 0;
	max-height: 0;
	transition: all .4s, max-height 1s
}

.custom-collapse .custom-collapse-content p {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 0
}

.custom-collapse .custom-collapse-content p:first-of-type {
	padding-top: 15px
}

.custom-collapse .custom-collapse-content p:last-of-type {
	padding-bottom: 20px
}

.custom-collapse .custom-collapse-content p b,
.custom-collapse .custom-collapse-content p strong {
	display: block;
	margin-top: 20px
}

.custom-collapse .custom-collapse-content p b:first-of-type,
.custom-collapse .custom-collapse-content p strong:first-of-type {
	margin-top: 0
}

.custom-collapse.active {
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
	z-index: 200;
	color: #444;
	padding: 10px 20px;
	margin: 10px -10px
}

.slide,
.transparent {
	box-shadow: none!important
}

.custom-collapse.active .custom-collapse-content {
	max-height: 3000px!important;
	transition: all .2s, max-height 2s
}

.slide {
	margin: 0!important;
	padding: 10px!important
}

.transparent {
	background: 0 0!important;
	margin: 10px 0 0!important;
	padding: 5px 10px 0!important
}

.transparent:first-of-type {
	margin-top: 0!important
}

.custom-collapse .custom-collapse-title::after {
	content: "";
	text-align: center;
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 15px;
	opacity: .7;
	left: 0;
	top: 7px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQo8dGl0bGU+VmVjdG9yPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+DQo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3NDMgLTYxMTM1KSI+DQo8ZyBpZD0iVmVjdG9yIj4NCjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDI5NzU3IDYxMTQyKSIgZmlsbD0iIzVCNUI1QiIvPg0KPC9nPg0KPC9nPg0KPGRlZnM+DQo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIDYuNSAwTCA2LjgzOTE0IC0wLjM2NzQwMkwgNi41IC0wLjY4MDQ1NEwgNi4xNjA4NiAtMC4zNjc0MDJMIDYuNSAwWk0gMC4zMzkxNCA2LjM2NzRDIDIuODc3NTUgNC4wMjQyNiA0LjMwMDczIDIuNzEwNTUgNi44MzkxNCAwLjM2NzQwMkwgNi4xNjA4NiAtMC4zNjc0MDJDIDMuNjIyNDUgMS45NzU3NCAyLjE5OTI3IDMuMjg5NDUgLTAuMzM5MTQgNS42MzI2TCAwLjMzOTE0IDYuMzY3NFpNIDYuMTYwODYgMC4zNjc0MDJMIDEyLjY2MDkgNi4zNjc0TCAxMy4zMzkxIDUuNjMyNkwgNi44MzkxNCAtMC4zNjc0MDJMIDYuMTYwODYgMC4zNjc0MDJaIi8+DQo8L2RlZnM+DQo8L3N2Zz4NCg==) center no-repeat;
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s
}

.custom-collapse:hover .custom-collapse-title::after {
	opacity: 1
}

.custom-collapse.active .custom-collapse-title::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s
}

.combinations {
	background-image: url(../img/img_combinations_top.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	background-size: contain;
	min-height: 120px;
	padding: 3.5rem 1rem 5rem
}

@media only screen and (max-width:767px) {
	.combinations__img {
		padding: 0 1em
	}
}

.combinations__title__box {
	padding: 10%
}

.combinations .wrapper {
	max-width: 888px;
	padding: 0;
	margin: 0 auto;
	background: #fff
}

.contact .contact__body_infobox .wrapper,
.contact .contact__body_pressbox .wrapper {
	max-width: 950px;
	text-align: center
}

.combinations h3 {
	font-weight: 700;
	font-size: 28px;
	color: #011014
}

@media only screen and (min-width:768px) {
	.combinations {
		padding: 4.8rem 1rem 1rem
	}
	.combinations__title {
		font-size: 40px
	}
}

@media only screen and (min-width:1140px) {
	.combinations {
		padding: 15% 7.5rem 1rem
	}
}

@media only screen and (max-width:767px) {
	.combinations {
		background-size: auto 200px!important;
		background-position: top center, bottom right!important;
		padding: 200px 0 0
	}
	.combinations .wrapper {
		background: 0 0
	}
}

.contact {
	background: top center no-repeat;
	background-size: cover
}

.contact__title {
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 3.5rem 0;
	display: inline-block;
	color: #fff;
	text-shadow: 0 0 6px rgba(55, 55, 55, .75)
}

.contact__body {
	margin-left: 0
}

.contact__form,
.contact__info {
	padding: 5rem 1rem
}

.contact__form h3,
.contact__info h3 {
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	opacity: .5
}

.contact__form {
	background-color: #272e3d;
	color: #fff
}

.contact__form__wrapper {
	padding: 0 20%
}

.contact__form__desc {
	font-size: 14px
}

.contact__form__desc__text {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px
}

.contact .icon--mail .icon__text,
.contact .icon--phone .icon__text,
.contact__info .icon::before {
	display: none
}

.contact__form .button {
	width: 100%
}

.contact__info {
	background-color: #ececec
}

.contact__info h3 {
	opacity: 1
}

.contact__info ul {
	margin-bottom: 0;
	padding-left: 0
}

.contact__info ul li {
	margin-bottom: 30px
}

.contact__info .icon a,
.contact__info .icon a :visited,
.contact__info .icon a:hover {
	color: inherit;
	text-decoration: none
}

.contact .icon--link a,
.flats__sizes p.link {
	text-decoration: underline
}

.contact__info .icon h4 {
	margin: 20px 0 3px
}

.contact .icon--mail.click .icon__text,
.contact .icon--phone.click .icon__text {
	display: inline-block
}

.contact .icon--mail.click .show__button,
.contact .icon--phone.click .show__button {
	display: none
}

.contact__social__icons a {
	fill: #6e7c9a;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin-right: 5px
}

.contact__social__icons svg {
	display: block
}

.contact .contact-us-form-input-error.visible {
	margin-top: 4px
}

.contact .contact__body_infobox {
	padding: 50px 30px;
	background: #F4F4F4;
	color: #272e3d
}

.contact .contact__body_infobox.dark {
	background: #272e3d;
	color: #fff
}

@media only screen and (max-width:767px) {
	.contact .contact__body_infobox {
		padding: 50px 5%
	}
	.contact .contact__body_infobox .wrapper h3,
	.contact .contact__body_infobox .wrapper p {
		padding: 0 1rem
	}
}

.contact .contact__body_infobox .wrapper h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 20px
}

.contact .contact__body_infobox .wrapper p {
	margin: 0
}

.contact .contact__body_pressbox {
	padding: 50px 30px;
	text-align: center
}

.contact .contact__body_pressbox .wrapper h3 {
	font-size: 28px;
	font-weight: 700;
	color: #011014;
	margin: 20px 0
}

.contact .contact__body_pressbox .wrapper p {
	margin: 0 0 70px
}

.contact .contact__body_pressbox .pressbox__wrapper {
	margin: 40px 0
}

.contact .contact__body_pressbox .pressbox__wrapper .pressbox__item {
	display: inline-block;
	vertical-align: middle
}

@media only screen and (max-width:767px) {
	.contact .contact__body_pressbox {
		padding: 50px 5%
	}
	.contact .contact__body_pressbox .wrapper h3,
	.contact .contact__body_pressbox .wrapper p {
		padding: 0 1rem
	}
	.contact .contact__body_pressbox .pressbox__wrapper .pressbox__item {
		width: 100%;
		margin: 20px 0
	}
}

.contact .contact__body_pressbox .pressbox__wrapper .pressbox__item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .5s filter ease 0s;
	transition: .5s filter ease 0s, .5s -webkit-filter ease 0s
}

.contact .contact__body_pressbox .pressbox__wrapper .pressbox__item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

@media only screen and (min-width:481px) {
	.contact .wrapper {
		padding: 0
	}
}

@media only screen and (min-width:768px) {
	.contact {
		background-size: contain
	}
	.contact__title {
		font-size: 38px;
		margin: 7rem 0 6.75rem
	}
	.contact__body {
		position: relative
	}
	.contact__form,
	.contact__info {
		padding: 6rem 3rem
	}
	.contact__form .button {
		width: auto
	}
	.contact__info {
		position: absolute;
		top: 0;
		bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.contact__form__wrapper {
		padding: 0 5%
	}
	.contact__info {
		padding: 10% 5%
	}
}

.features__text {
	padding: 5% 0;
	background: #272e3d;
	color: #fff;
	text-align: center
}

@media only screen and (max-width:767px) {
	.features__text {
		padding: 3em 2em
	}
}

.features {
	background: #f4f4f4;
	padding: 45px 0;
	text-align: center
}

.features .button {
	margin: 1.8em 0 2em
}

@media only screen and (min-width:1140px) {
	.features .button {
		margin: 4.5em 0 2em
	}
}

.features .wrapper {
	max-width: 700px;
	text-align: left
}

.features .wrapper__top {
	margin-bottom: 90px
}

@media only screen and (max-width:767px) {
	.features {
		padding: 1em 0
	}
	.features .wrapper__top {
		padding: 0 3em;
		margin-bottom: 3em
	}
	.features__img {
		padding: 0 1em
	}
}

.features .wrapper__bottom {
	max-width: 1120px;
	position: relative;
	margin: 0 auto
}

.features__img {
	width: 40%
}

.features__icons {
	text-align: left;
	background: #fff;
	padding: 30px 10%;
	width: 70%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flats-page .subpage__lead__app__col__img,
.gallery .tabs {
	text-align: center
}

.features__icons:after {
	content: '';
	display: table;
	clear: both
}

.features__icons__col {
	width: 50%;
	float: left
}

.features__icons__row img,
.features__icons__row span {
	display: inline-block;
	vertical-align: middle
}

.features__text .wrapper {
	max-width: 700px
}

@media only screen and (max-width:767px) {
	.features__img {
		width: 100%;
		margin-left: 0
	}
	.features__icons {
		position: static;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		padding: 10px;
		width: 100%;
		margin: 5% 0
	}
	.features__icons__col {
		width: 100%
	}
}

.flats {
	padding: 5% 0 0;
	margin-bottom: 135px;
	position: relative;
	z-index: 1
}

.flats .wrapper {
	max-width: 890px
}

.flats:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #f4f4f4
}

.flats h3 {
	font-weight: 700;
	color: #011014;
	font-size: 28px
}

.subpage__lead {
	padding: 110px 110px 0
}

.flats-page .subpage__lead {
	max-width: 1160px!important;
	padding: 74px 74px 60px!important
}

.flats-page .subpage__lead__app__col__text h3 {
	font-weight: 700!important;
	font-size: 1.75em!important
}

@media only screen and (max-width:1139px) {
	.flats-page .subpage__lead {
		padding: 2em 0 0!important;
		overflow-x: scroll
	}
	.flats-page .subpage__lead__app {
		width: 690px;
		margin: 0 auto
	}
	.flats-page .subpage__lead__app__col__text {
		position: relative;
		top: -50px;
		text-align: center
	}
	.flats-page .subpage__lead__app__col__img img {
		width: 230px
	}
}*/

.region .subpage__lead {
	max-width: 888px!important
}

.subpage__lead__app {
	padding-top: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.subpage__lead__app__col {
	max-width: 24%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 7px;
	position: relative
}

.subpage__lead__app__col__text {
	padding: 1em
}

.subpage__lead__app__col__text .terrace {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	display: block
}

.subpage__lead__app__col__text .terrace:before {
	content: "+ "
}

.subpage__lead__app h3 {
	margin: 20px 0 5px;
	font-size: 28px;
	font-weight: 700;
	color: #011014
}

.subpage__lead__app ul {
	padding: 0!important
}

.subpage__lead__app li {
	padding: 10px 0;
	color: #3F3F3F;
	font-weight: 400
}

.subpage__lead__app li:before {
	display: none!important
}

.subpage__lead__app a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.subpage__lead__app p.link {
	color: #adadad;
	font-size: 13px;
	text-decoration: underline
}

.flats__sizes {
	padding-top: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}



.features__text {
	padding: 5% 0;
	background: #272e3d;
	color: #fff;
	text-align: center
}

@media only screen and (max-width:767px) {
	.features__text {
		padding: 3em 2em
	}
}

.features {
	background: #f4f4f4;
	padding: 45px 0;
	text-align: center
}

.features .button {
	margin: 1.8em 0 2em
}

@media only screen and (min-width:1140px) {
	.features .button {
		margin: 4.5em 0 2em
	}
}

.features .wrapper {
	max-width: 700px;
	text-align: left
}

.features .wrapper__top {
	margin-bottom: 90px
}

@media only screen and (max-width:767px) {
	.features {
		padding: 1em 0
	}
	.features .wrapper__top {
		padding: 0 3em;
		margin-bottom: 3em
	}
	.features__img {
		padding: 0 1em
	}
}

.features .wrapper__bottom {
	max-width: 1120px;
	position: relative;
	margin: 0 auto
}

.features__img {
	width: 40%
}

.features__icons {
	text-align: left;
	background: #fff;
	padding: 30px 10%;
	width: 70%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flats-page .subpage__lead__app__col__img,
.gallery .tabs {
	text-align: center
}

.features__icons:after {
	content: '';
	display: table;
	clear: both
}

.features__icons__col {
	width: 50%;
	float: left
}

.features__icons__row img,
.features__icons__row span {
	display: inline-block;
	vertical-align: middle
}

.features__text .wrapper {
	max-width: 700px
}

@media only screen and (max-width:767px) {
	.features__img {
		width: 100%;
		margin-left: 0
	}
	.features__icons {
		position: static;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		padding: 10px;
		width: 100%;
		margin: 5% 0
	}
	.features__icons__col {
		width: 100%
	}
}



/*
@media only screen and (max-width:767px) {
	.flats__sizes {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:480px) {
	.flats__sizes {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.flats__sizes__col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 20%;
	flex: 1 0 20%;
	padding: 0 7px;
	position: relative
}

@media only screen and (max-width:767px) {
	.flats__sizes__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%
	}
}

@media only screen and (max-width:480px) {
	.flats__sizes__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.flats__sizes__col__img {
		width: 65%;
		position: relative
	}
	.flats__sizes__col__text {
		white-space: nowrap;
		left: 0;
		position: absolute;
		width: 280px
	}
}

.flats__sizes__col__text {
	padding: 1em
}

.flats__sizes h3 {
	margin: 20px 0;
	font-size: 28px;
	font-weight: 700;
	color: #011014
}

.flats__sizes ul {
	padding: 0!important
}

.flats__sizes li {
	padding: 10px 0;
	color: #3F3F3F;
	font-weight: 400
}

.flats__sizes li:before {
	display: none!important
}

.flats__lead li,
.flats__lead li:before {
	display: inline-block;
	vertical-align: top
}

.flats__sizes a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.flats__sizes p.link {
	color: #adadad;
	font-size: 13px
}

.flats__lead li {
	margin: 0 20px 10px 0;
	position: relative
}

.flats__lead li:before {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ccc;
	margin: 0 10px 0 0
}

@media only screen and (max-width:480px) {
	.flats__lead {
		padding: 1em
	}
	.flats .flats__sizes__col {
		max-width: 100%;
		width: 100%
	}
	.flats__lead li {
		margin: 0 0 10px;
		width: 50%
	}
}

.footer {
	background-color: #021217;
	color: #fff;
	font-size: 13px;
	padding: 10px 1.5%
}

.footer p {
	margin: 0
}

.footer p a {
	text-decoration: none;
	margin-left: 20px
}

.gallery {
	padding: 5% 0
}

.gallery .wrapper {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0
}

@media only screen and (max-width:767px) {
	.flats:after {
		height: 300px
	}
	.footer {
		text-align: center
	}
	.gallery .tabs {
		text-align: left
	}
	.gallery .tabs ul {
		padding-left: 5px
	}
}

.gallery .gallery-start-text {
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 1.125rem
}

.header {
	z-index: 1002;
	width: 100%;
	margin: 0
}

.header__logo {
	position: absolute;
	z-index: 1005;
	top: 0;
	left: 50%;
	background: #021217;
	height: 70px;
	width: 220px;
	text-align: center;
	margin: 0 0 0 -110px;
	fill: #fff
}

.header__logo__mobil {
	display: none
}

.header__logo a {
	width: 100%;
	display: block;
	padding: 25px 0;
	color: #fff;
	fill: #fff
}

.header__logo svg {
	fill: #fff;
	height: 20px;
	width: auto;
	display: block;
	margin: 0 auto
}

.header__phone {
	margin: 20px 0;
	color: #021217
}

.header__phone h4 {
	font-size: 18px;
	margin: 0
}

.header__phone span {
	font-weight: lighter
}

.header__menu ul a,
.header__phone a {
	color: #75787b;
	font-weight: 300;
	text-decoration: none
}

@media only screen and (max-width:1139px) {
	.header__phone h4 {
		display: inline-block;
		font-size: 14px;
		margin-right: 10px
	}
	.header__phone a {
		display: inline-block
	}
}



.header__menu {
	position: absolute;
	z-index: 1004;
	top: -100%;
	right: 0;
	width: 300px;
	padding: 60px;
	background: #fff;
	transition: top .6s cubic-bezier(.22, .61, .36, 1) 0s;
	color: #75787b;
	margin: 0
}

@media only screen and (min-width:1140px) {
	.header__menu:not(.header__menu--scroll) {
		min-height: 100vh;
		max-height: 100vh;
		position: fixed;
		overflow-y: scroll
	}
}

.header__menu ul {
	padding: 0!important;
	list-style-type: none
}

.header__menu ul li {
	padding: 0 0 15px
}

.header__menu ul li:before {
	display: none!important
}

.header__menu ul li:nth-of-type(10) {
	padding-top: 20px
}

.header__menu ul li ul {
	margin-top: 0;
	transition: all .5s;
	padding-left: 15px!important
}

.header__menu ul li ul.active-ul {
	display: block;
	max-height: 500px;
	margin-top: 10px
}

.header__menu ul ul {
	display: block;
	position: static;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease 0s;
	min-width: 150px
}

.header__menu ul ul li {
	padding: 10px 0!important;
	width: 100%
}

@media only screen and (min-width:1140px) {
	.header__menu__primary {
		width: 350px;
		padding: 90px 70px 60px
	}
	.header__menu__primary>ul:first-child {
		margin-bottom: 150px
	}
}

.header__menu__primary .toggle-menulist-button {
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQo8dGl0bGU+VmVjdG9yPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+DQo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3NDMgLTYxMTM1KSI+DQo8ZyBpZD0iVmVjdG9yIj4NCjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDI5NzU3IDYxMTQyKSIgZmlsbD0iIzVCNUI1QiIvPg0KPC9nPg0KPC9nPg0KPGRlZnM+DQo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIDYuNSAwTCA2LjgzOTE0IC0wLjM2NzQwMkwgNi41IC0wLjY4MDQ1NEwgNi4xNjA4NiAtMC4zNjc0MDJMIDYuNSAwWk0gMC4zMzkxNCA2LjM2NzRDIDIuODc3NTUgNC4wMjQyNiA0LjMwMDczIDIuNzEwNTUgNi44MzkxNCAwLjM2NzQwMkwgNi4xNjA4NiAtMC4zNjc0MDJDIDMuNjIyNDUgMS45NzU3NCAyLjE5OTI3IDMuMjg5NDUgLTAuMzM5MTQgNS42MzI2TCAwLjMzOTE0IDYuMzY3NFpNIDYuMTYwODYgMC4zNjc0MDJMIDEyLjY2MDkgNi4zNjc0TCAxMy4zMzkxIDUuNjMyNkwgNi44MzkxNCAtMC4zNjc0MDJMIDYuMTYwODYgMC4zNjc0MDJaIi8+DQo8L2RlZnM+DQo8L3N2Zz4NCg==) 5px 9px no-repeat;
	top: 0;
	left: -30px;
	width: 25px;
	height: 25px;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.header__menu__primary>ul,
.header__menu__primary>ul>li {
	position: relative
}

@media only screen and (max-width:1139px) {
	.header__menu__primary .toggle-menulist-button {
		display: none
	}
}

.header__menu__primary .toggle-menulist-button.active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header__menu__primary>ul>li:first-child {
	display: none
}

.header__menu__close svg,
.header__menu__open svg,
.header__menu__open ul li {
	display: inline-block;
	vertical-align: middle
}

.header__menu__close,
.header__menu__open {
	position: absolute;
	z-index: 1005;
	top: 0;
	right: 0;
	background: #fff;
	fill: #021217;
	padding: 35px 35px 15px 15px
}

.header__menu__close ul,
.header__menu__open ul {
	padding: 0!important
}

.header__menu__close p,
.header__menu__open p {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 400
}

.header__menu__close p.phone-number,
.header__menu__open p.phone-number {
	font-weight: 500
}

.header__menu__close .header__language,
.header__menu__close .phone-number,
.header__menu__open .header__language,
.header__menu__open .phone-number {
	transition: opacity .5s ease .5s
}

.header__menu__close .phone-number,
.header__menu__open .phone-number {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 0 20px
}

.header__menu__close .phone-number a,
.header__menu__open .phone-number a {
	text-decoration: none
}

.header__menu__close .header__language a,
.header__menu__open .header__language a {
	color: #75787b;
	font-weight: 300;
	text-decoration: none
}

.header__menu__open {
	min-width: 300px;
	transition: all .5s ease 0s
}

.header__menu__open ul {
	margin: 0!important;
	text-align: center
}

.header__menu__open ul li {
	padding: 0 5px
}

.header__menu__open:after {
	height: 20px;
	width: 100%;
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.icon--logo-a:after,
.icon--logo-b:before {
	content: ''
}

.header__menu__close {
	top: 0;
	right: 0
}

.header__menu__opened .header__menu__open {
	background: 0 0;
	pointer-events: none
}

.header__menu__opened .header__menu__open .header__language,
.header__menu__opened .header__menu__open .phone-number {
	opacity: 0;
	transition: opacity .5s ease 0s
}

.header__menu__opened .header__menu__open__icon {
	pointer-events: auto
}

.header__menu__opened .header__menu:not(.header__menu--scroll) {
	right: 0;
	top: 0
}

.header .language_switcher .act {
	font-weight: 700
}

.header__social__icons {
	margin-bottom: 20px
}

.header__social__icons a {
	fill: #bbb;
	display: inline-block;
	vertical-align: middle;
	padding: 5px
}

.header__social__icons a:hover {
	fill: #272e3d
}

.header__social__icons svg {
	display: inline-block;
	vertical-align: middle;
	max-width: 26px;
	margin-right: 5px
}

.header .button-scrollto-contact-fixed {
	position: fixed;
	right: -173px;
	top: 70%;
	width: auto;
	background: 0 0;
	margin: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 100;
	padding: 0;
	letter-spacing: 1px;
	transition: opacity .5s
}

.header .button-scrollto-contact-fixed:lang(en) {
	right: -163px
}

.header .button-scrollto-contact-fixed:hover span {
	background: #6b7ea5!important
}

.header .button-scrollto-contact-fixed span {
	display: inline-block;
	padding: 12px 30px;
	background: #021217
}

.header .button-scrollto-contact-fixed span.gray {
	background: #9DA2A3;
	text-transform: none
}

.popup .learn-more,
.window__close:before,
.workshop__cta,
.workshop__title {
	text-transform: uppercase
}

@media only screen and (max-width:480px) {
	.header .button-scrollto-contact-fixed {
		top: 50px;
		left: 0;
		right: auto;
		width: 100%;
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	.header .button-scrollto-contact-fixed span {
		width: 35%;
		font-size: 13px;
		padding: 5px 10px
	}
	.header .button-scrollto-contact-fixed span.gray {
		width: 65%
	}
}

@media only screen and (max-width:1139px) {
	.header__logo,
	.header__menu__close,
	.header__menu__open {
		display: none
	}
	.header__logo__mobil {
		display: block;
		position: fixed;
		z-index: 1005;
		top: 0;
		left: 0;
		height: 50px;
		width: 100%;
		text-align: right;
		margin: 0;
		fill: #fff
	}
	.header__logo__mobil>a {
		position: absolute;
		left: 0;
		right: 0;
		width: 150px;
		padding: 19px 0;
		vertical-align: middle;
		margin-left: auto;
		margin-right: auto
	}
	.header__logo__mobil .header__language {
		float: left;
		display: inline-block;
		vertical-align: middle;
		margin: 13px
	}
	.header__logo__mobil .header__language a {
		padding: 0;
		text-decoration: none
	}
	.header__logo__mobil .header__language a:hover {
		color: #fff
	}
	.header__logo__mobil svg {
		height: 13px
	}
	.header .header__menu__open__icon {
		position: static;
		display: inline-block;
		vertical-align: middle;
		background: #021217;
		fill: #fff;
		float: right;
		margin: 15px 25px 15px 15px
	}
	.header .header__menu__open__icon span {
		background: #fff
	}
	.header__menu:not(.header__menu--scroll) {
		position: fixed;
		z-index: 1004;
		top: 0;
		right: -1000px;
		margin: 0 -100px 0 0;
		width: 240px;
		padding: 20px 25px;
		background: #021217;
		color: #fff;
		max-height: 100vh;
		overflow: hidden;
		overflow-y: scroll;
		transition: right 1s ease 0s, top 0s ease 0s
	}
	.header__menu ul ul {
		display: block;
		max-height: 100%;
		margin: 0
	}
	.header__menu a {
		color: #75787b!important
	}
	.header__menu .header__language {
		display: none
	}
	.header__menu .header__menu__open__icon,
	.header__menu__close__mobil,
	.header__menu__open__mobil {
		position: static;
		display: inline-block;
		vertical-align: middle;
		background: #021217;
		fill: #fff;
		float: right;
		padding: 15px 25px 15px 15px
	}
	.header__menu .header__menu__open__icon svg,
	.header__menu__close__mobil svg,
	.header__menu__open__mobil svg {
		width: 17px;
		height: 17px;
		display: block
	}
	.header__menu__close__mobil,
	.header__menu__opened .header__menu:not(.header__menu--scroll)__open__mobil {
		display: none
	}
	.header__menu__opened .header__menu:not(.header__menu--scroll) {
		transition: right 1s ease 0s, top 0s ease 0s;
		top: 0!important;
		right: 100px!important;
		width: 240px
	}
	.header__menu__opened .header__menu:not(.header__menu--scroll)__close__mobil {
		display: inline-block
	}
	.header__menu__opened .header__layer__mobil {
		position: fixed;
		z-index: 1000;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		transition: background 1s ease 0s
	}
	.header__menu .header__social__icons {
		margin-bottom: 10px
	}
	.header__phone {
		color: #75787b
	}
	.header__menu--scroll {
		display: none
	}
}

.header__menu ul ul li a,
.header__menu:not(.header__menu--scroll) li a {
	font-weight: 300
}

.header__menu a.active,
body.home .header__menu:not(.header__menu--scroll)>ul:first-child>li:first-child a,
body:not(.home) .header__menu ul li a.active {
	font-weight: 700
}

.header__menu--scroll {
	padding: 10px 1.5%;
	width: 100%;
	right: auto;
	position: fixed;
	z-index: 1006;
	text-align: right;
	top: -300px;
	left: 0;
	transition: right 0s ease 0s, top .5s ease 0s;
	overflow: hidden
}

.header__menu--scroll>div,
.header__menu--scroll>ul {
	display: inline-block;
	vertical-align: top;
	margin: 0
}

.header__menu--scroll ul {
	margin: 0!important
}

.header__menu--scroll ul li {
	padding: 0 2rem!important;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2
}

@media screen and (max-width:1426px) {
	.header__menu--scroll ul li {
		padding: 0 10px!important
	}
}

.header__menu--scroll ul li:hover ul {
	max-height: 500px
}

.header__menu--scroll ul li ul {
	padding-left: 0!important
}

.header__menu--scroll ul ul {
	z-index: 1;
	top: 100%;
	left: 0;
	padding: 0!important;
	position: static;
	width: 50px;
	min-width: 0;
	overflow: visible;
	transition: all .5s
}

.header__menu--scroll ul ul li {
	padding: 20px 20px 0 0!important;
	white-space: nowrap
}

.header__menu--scroll ul ul li:last-child {
	padding-bottom: 20px!important
}

.header__menu--scroll .header__phone a,
.header__menu--scroll .language_switcher a,
.header__menu--scroll>ul>li>a {
	line-height: 30px;
	display: block
}

.header__menu--scroll .toggle-menulist-button {
	display: none
}

.header__menu--scroll__close {
	display: none!important
}

.header__menu--scroll .header__phone h4 {
	display: none
}

.header__menu--scroll .header__logo--scroll {
	float: left;
	padding: 7px 0
}

.header__menu--scroll .header__logo--scroll svg {
	display: block;
	height: 16px;
	fill: #021217
}

.header__menu--scroll .header__phone {
	margin: 0;
	padding: 0 20px
}

.header__menu--scroll .header__phone a {
	color: #000;
	font-size: 16px;
	font-weight: 400
}

.header__menu--scroll .header__social__icons svg {
	margin-right: 0;
	display: block
}

.header__menu--scroll .header__language {
	padding: 0 10px
}

.header__menu--scroll .header__language a {
	color: #75787b;
	font-weight: 300;
	text-decoration: none
}

.scroll_menu .header__menu--scroll {
	top: 0
}

.header__menu__open__icon {
	width: 17px;
	height: 17px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: .5s ease-in-out;
	cursor: pointer
}

.header__menu__open__icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #80888B;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: .25s ease-in-out
}

.header__menu__open__icon span:nth-child(1) {
	top: 1px
}

.header__menu__open__icon span:nth-child(2),
.header__menu__open__icon span:nth-child(3) {
	top: 8px
}

.header__menu__open__icon span:nth-child(4) {
	top: 15px
}

.header__menu__opened .header__menu__open__icon span:nth-child(1),
.header__menu__opened .header__menu__open__icon span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%
}

.header__menu__opened .header__menu__open__icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header__menu__opened .header__menu__open__icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hero,
.hero>.slider {
	width: 100%;
	position: relative;
	text-align: center
}

.hero {
	padding: 1.5%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: visible
}

.hero>.slider {
	height: 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
}

.hero__scroll {
	position: absolute;
	z-index: 999;
	left: -2px;
	bottom: -2px;
	background: #fff;
	height: 70px;
	width: 400px;
	text-align: left
}

@media only screen and (max-width:1139px) {
	.hero__scroll {
		width: 60%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: auto;
		margin-left: 0
	}
}

.hero__scroll a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 22px;
	text-decoration: none;
	font-weight: 500
}

.hero__scroll svg {
	float: right
}

.hero__content__title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 6%;
	color: #fff
}

.hero .breeam-link {
	position: absolute;
	display: block;
	max-width: 110px;
	width: 110px;
	top: 110px;
	right: 75px;
	z-index: 100
}

@media only screen and (max-width:1139px) {
	.hero__scroll a {
		padding: 15px 20px
	}
	.hero .breeam-link {
		top: 70px;
		right: 45px
	}
}

@media only screen and (max-width:767px) {
	.hero {
		max-height: 500px
	}
	.hero__content__title {
		line-height: 1.4em
	}
	.hero .breeam-link {
		max-width: 75px;
		top: 45px;
		right: 25px
	}
}

.hero .breeam-link svg {
	width: 100%
}

#slider-title-wrapper {
	pointer-events: none;
	padding: 0 3em!important
}

@media only screen and (min-width:768px) {
	.hero {
		overflow: visible
	}
	.hero__content__title {
		font-size: 40px
	}
}

@media only screen and (min-width:1140px) {
	.hero__content__title {
		font-size: 55px
	}
}

.icon--logo,
.icon--logo-a:after,
.icon--logo-b:before {
	display: inline-block;
	vertical-align: bottom;
	background: url(../svg/icons/logo-small.svg) center no-repeat;
	height: 34px;
	width: 28px
}

.icon--logo-a:after {
	margin-left: 15px
}

.icon--logo-b:before {
	margin-right: 15px
}

.materials {
	text-align: center;
	padding: 5% 0 0
}

.materials .about__title {
	font-weight: 600
}

.materials .about__content {
	max-width: 800px;
	margin: 0 auto
}

.materials__wrapper {
	width: 25%
}

@media only screen and (max-width:767px) {
	.materials__wrapper {
		width: 50%
	}
	.materials__wrapper .materials__container__row {
		margin: 20px auto 20px 20px
	}
	.materials__wrapper:nth-child(odd) .materials__container__row {
		margin: 20px 20px 20px auto
	}
}

@media only screen and (max-width:480px) {
	.materials__wrapper {
		width: 100%
	}
	.materials__wrapper .materials__container__row,
	.materials__wrapper:nth-child(odd) .materials__container__row {
		margin: 20px auto
	}
}

.materials__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 5% 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.materials__container__row {
	width: 150px;
	height: 150px;
	color: #fff;
	line-height: 150px;
	border-radius: 50%;
	font-weight: 700;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
	font-size: 28px;
	margin: 20px auto
}

.materials__container__row--wood {
	background-image: url(../img/img_wood.png)
}

.materials__container__row--metal {
	background-image: url(../img/img_metal.png)
}

.materials__container__row--sand {
	background-image: url(../img/img_sand.png)
}

.materials__container__row--water {
	background-image: url(../img/img_water.png)
}

@media only screen and (max-width:767px) {
	.media-sm-hide {
		display: none
	}
}

html[lang=en-US] .media-hu-hide,
html[lang=hu-HU] .media-en-hide {
	display: none!important
}

.popup__content {
	display: none
}

.ui-widget-overlay {
	background: #000!important;
	opacity: .8!important;
	filter: Alpha(Opacity=80)!important;
	z-index: 10000!important
}

div.popup {
	max-width: 90%;
	border: none!important;
	border-radius: 0!important;
	text-align: center!important;
	padding: 0!important;
	z-index: 10001!important;
	font-family: "Open Sans", sans-serif!important
}

.ui-button .ui-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTkzIDE2NCAxMyAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3Ij4NCjxwYXRoIGQ9Ik0tOTIuMiwxNjVsMTIsMTJsLTAuNywwLjdsLTEyLTEyTC05Mi4yLDE2NXoiLz4NCjxwYXRoIGQ9Ik0tOTIuOSwxNzdsMTItMTJsMC43LDAuN2wtMTIsMTJMLTkyLjksMTc3eiIvPg0KPC9zdmc+DQo=)!important;
	background-position: 0 0!important
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-widget-header {
	border: none!important;
	background: 0 0!important;
	right: 15px!important;
	top: 15px!important
}

.ui-dialog .ui-dialog-content {
	padding: 100px 50px!important;
	z-index: 0;
	display: block!important
}

.ui-dialog .ui-dialog-titlebar {
	position: absolute!important;
	right: 0!important;
	z-index: 1!important
}

.ui-widget-content .button {
	color: #fff!important
}

.popup.contact__popup .ui-dialog-titlebar {
	display: none!important
}

.popup__logo {
	display: block;
	position: absolute;
	z-index: 1005;
	top: 0;
	left: 50%;
	height: 50px;
	width: 150px;
	text-align: center;
	margin: 0 0 0 -75px;
	fill: #fff;
	background: #021217
}

.popup__logo a {
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	vertical-align: middle
}

.popup__logo svg {
	height: 10px;
	display: block;
	fill: #fff
}

.about__linkedin a,
.about__linkedin svg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0
}

.popup p {
	line-height: 2;
	color: #424242;
	margin: 0 0 20px
}

.popup h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 20px 0;
	color: #021217
}

.popup h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	color: #021217
}

.popup .about__linkedin a {
	color: #006599
}

.popup .learn-more {
	font-size: 12px;
	margin-bottom: 5px;
	color: #818181
}

#press .press__post--highlited .wrapper-press-header .content__text strong,
#press .press__post--highlited strong {
	font-size: 18px
}

.popup__form {
	max-width: 300px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left
}

.popup__form__row {
	width: 50%
}

.popup__form__row input {
	margin-right: 10px;
	display: none
}

.popup__form__row input:checked+label:before {
	content: "\2713 ";
	border: 1px solid #021217
}

.popup__form__row label {
	cursor: pointer
}

.popup__form__row label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 1px solid #DDD;
	background: #F6F6F6;
	margin-right: 10px;
	text-align: center;
	line-height: 16px
}

.popup__form .button {
	margin-top: 3em
}

#press h1 a {
	text-decoration: none;
	color: #fff
}

#press .wrapper,
#press>div {
	position: relative
}

#press .subtitle {
	font-weight: 300;
	font-size: 18px;
	margin: 40px auto 20px!important;
	color: #021217
}

#press .subpage__lead {
	max-width: 888px!important;
	padding: 110px 60px 0;
	text-align: center
}

@media only screen and (max-width:767px) {
	#press .subpage__lead {
		padding: 5% 5% 2%;
		width: 100%;
		margin: 0
	}
}

#press .subpage__lead--logo {
	padding: 40px 60px 0
}

#press .subpage__lead--logo img {
	margin: 0 0 30px
}

#press .subpage__lead--logo h2 {
	margin-bottom: 20px
}

#press .press__post--highlited {
	position: relative;
	padding: 30px 0;
	float: left;
	width: 100%;
	text-align: center
}

#press .press__post--highlited h2 {
	position: relative;
	margin-bottom: 10px;
	z-index: 20
}

#press .press__post--highlited .press__post--highlited--date p {
	font-weight: 400
}

#press .press__post--highlited .wrapper-press-header {
	padding: 30px;
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 5
}

#press .press__post--highlited .wrapper-press-header .content__img {
	width: 70%;
	float: right;
	position: relative;
	text-align: right;
	z-index: 5;
	max-height: 500px;
	overflow: hidden
}

#press .press__post--highlited .wrapper-press-header .content__img img {
	display: block;
	width: 100%;
	height: auto
}

@media only screen and (max-width:767px) {
	#press .press__post--highlited .press__post--highlited--date p {
		margin-bottom: 35px
	}
	#press .press__post--highlited .wrapper-press-header {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
		padding: 0
	}
	#press .press__post--highlited .wrapper-press-header .content__img {
		margin: 0;
		width: 100%
	}
	#press .press__post--highlited .wrapper-press-header .content__img .img--mobile {
		display: block;
		width: 100%
	}
	#press .press__post--highlited .wrapper-press-header .content__img img {
		margin: 0 auto;
		float: none!important
	}
}

#press .press__post--highlited .wrapper-press-header .content__text {
	text-align: left;
	background: #272E3D;
	color: #fff;
	padding: 50px 5%;
	float: left;
	margin: 5% 0 0 -10%;
	width: 50%;
	position: relative;
	z-index: 8
}

@media only screen and (max-width:767px) {
	#press .press__post--highlited .wrapper-press-header .content__text {
		width: 100%!important;
		margin: 0!important;
		display: block!important;
		padding: 50px 7%
	}
}

#press .press__post--highlited .wrapper-press-header .content__text p {
	margin: 0;
	font-weight: 500
}

#press .press__post--highlited .wrapper-press-body {
	position: relative;
	width: 32%;
	text-align: left;
	padding-top: 50px
}

@media screen and (max-width:1700px) {
	#press .press__post--highlited .wrapper-press-body {
		width: 42%
	}
}

@media only screen and (max-width:1439px) {
	#press .press__post--highlited .wrapper-press-body {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	#press .press__post--highlited .wrapper-press-body {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%
	}
}

#press .press__post--highlited .wrapper-press-body .body-content {
	position: relative;
	z-index: 5
}

#press .press__post--highlited .wrapper-press-body:after,
#press .press__post--highlited .wrapper-press-body:before {
	content: '';
	position: absolute;
	display: block;
	background: #F6F6F6;
	left: -12.5%;
	width: 125%;
	z-index: 1
}

@media screen and (max-width:1700px) {
	#press .press__post--highlited .wrapper-press-body:after,
	#press .press__post--highlited .wrapper-press-body:before {
		left: -9.5%;
		width: 119%
	}
}

@media only screen and (max-width:1439px) {
	#press .press__post--highlited .wrapper-press-body:after,
	#press .press__post--highlited .wrapper-press-body:before {
		left: -10%;
		width: 120%
	}
}

#press .press__post--highlited .wrapper-press-body:before {
	top: -225px;
	height: 225px
}

#press .press__post--highlited .wrapper-press-body:after {
	top: 0;
	height: 100%;
	padding-bottom: 30px
}

#press .press__post--highlited .wrapper-press-body h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: -5px
}

#press .press__post--highlited .wrapper-press-body h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

#press .press__post--highlited .wrapper-press-body em {
	display: inline-block;
	margin-top: 7px
}

#press .press__post--highlited .wrapper-press-body p>a {
	cursor: default
}

#press .press__post--highlited .wrapper-press-body p img {
	height: auto
}

#press .press__post__list {
	fill: #fff
}

#press .press__post__list .wrapper {
	max-width: 1140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start
}

#press .press__post__list .wrapper.wrapper-collapsed .col {
	display: none
}

#press .press__post__list .wrapper.wrapper-collapsed .col:nth-child(-n+3) {
	display: block
}

@media only screen and (max-width:767px) {
	#press .press__post--highlited .wrapper-press-body:after,
	#press .press__post--highlited .wrapper-press-body:before {
		width: 100%;
		left: 0
	}
	#press .press__post__list .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#press .press__post__list h2 {
		color: #fff
	}
}

#press .press__post__list .press__post__list__date p {
	margin: 0;
	font-size: 11px
}

#press .press__post__list .col {
	position: relative;
	width: 30%;
	float: left;
	text-align: left;
	z-index: 1;
	margin-bottom: 45px
}

#press .press__post__list .col:nth-child(2),
#press .press__post__list .col:nth-child(3n+2) {
	margin-left: 5%;
	margin-right: 5%
}

#press .press__post__list .col:nth-child(4n) {
	clear: left
}

@media only screen and (max-width:991px) {
	#press .press__post__list .col {
		background: #fff;
		margin: 0 0 35px!important;
		padding-bottom: 25px
	}
}

#press .press__post__list .col h2 {
	margin: 10px 0 20px;
	color: #000;
	line-height: 1.1
}

#press .press__post__list .col .press__post__list__text {
	width: 100%;
	color: #424242;
	line-height: 1.2;
	background: #fff;
	padding: 30px 10% 0
}

@media only screen and (max-width:767px) {
	#press .press__post__list .col .press__post__list__text {
		background: 0 0
	}
}

#press .press__post__list .col p {
	color: #424242
}

#press .press__post__list .col p strong {
	font-weight: inherit
}

#press .press__post__list .col .post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200
}

#press .press__post__list .col:hover .press__post__list__image .logo-box {
	opacity: .8;
	transition: opacity .4s ease-out
}

#press .press__post__list>div {
	position: relative;
	z-index: 1
}

#press .press__post__list:after {
	width: 100%;
	height: 40%;
	max-height: 300px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: #ECECEC;
	content: ""
}

@media only screen and (max-width:991px) {
	#press .press__post__list .col {
		width: 100%;
		margin-bottom: 40px
	}
	#press .press__post__list:after {
		max-height: 450px
	}
	#press .press__post__list .press__post__list__image svg {
		fill: #fff
	}
}

#press .press__post__list .features__text {
	background: 0 0;
	color: #3F3F3F
}

@media only screen and (max-width:767px) {
	#press .press__post__list:after {
		z-index: 1
	}
	#press .press__post__list .features__text {
		z-index: 20
	}
}

#press .press__post__list h2 {
	margin-bottom: 50px;
	color: #021217
}

#press .press__post__list .press__post__list__image {
	position: relative;
	overflow: hidden
}

#press .press__post__list .press__post__list__image .logo-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .4s ease-out
}

#press .press__post__list .press__post__list__image svg {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8%;
	background: 0 0;
	margin: 0 -1px -1px 1px
}

#press .press__post__list .press__post__list__image div.img-box {
	width: 100%;
	height: 300px;
	background-color: transparent!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important
}

@media only screen and (max-width:991px) {
	#press .press__post__list .press__post__list__image div.img-box {
		height: 350px
	}
}

@media only screen and (max-width:480px) {
	#press .press__post__list .press__post__list__image div.img-box {
		height: 225px
	}
}

#press .press__post__list .press__post__list__image img {
	display: block;
	height: auto;
	width: 100%
}

#press .press__page__post__list:after,
#press .press__post__list .press__post__list__image img.img-box {
	display: none
}

@media only screen and (max-width:991px) {
	#press .press__post__list .press__post__list__image img.img-box {
		display: none
	}
}

@media only screen and (min-width:992px) {
	#press .press__post__list .press__post__list__image img.img-tablet {
		display: none
	}
}

@media only screen and (max-width:767px) {
	#press .press__post__list {
		color: #fff;
		fill: #272e3d
	}
	#press .press__post__list a {
		color: #fff
	}
	#press .press__post__list a:hover {
		text-decoration: underline
	}
}

#press .press__article__source {
	font-style: italic;
	font-size: 12px
}

#press .press__article__source strong {
	font-size: 12px
}

#press .press__article__source a {
	text-decoration: none
}

#press .press__article__source a:hover {
	text-decoration: underline
}

#press .press__post__list__more {
	display: inline-block;
	width: 100%;
	color: #ADADAD;
	margin-top: 25px
}

#press .press__post__list__more a {
	color: #ADADAD
}

#press .press__post__list__more .post__share {
	position: relative;
	float: right;
	margin-left: 10px;
	padding: 2px;
	z-index: 10
}

.press__button__row {
	margin: 30px 0;
	display: inline-block;
	width: 100%
}
*/


.custom-collapse .custom-collapse-title {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 15px
}

.custom-collapse .custom-collapse-content {
	text-align: left;
	padding-top: 0;
	max-height: 0;
	transition: all .4s, max-height 1s
}

.custom-collapse .custom-collapse-content p {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 0
}

.custom-collapse .custom-collapse-content p:first-of-type {
	padding-top: 15px
}

.custom-collapse .custom-collapse-content p:last-of-type {
	padding-bottom: 20px
}

.custom-collapse .custom-collapse-content p b,
.custom-collapse .custom-collapse-content p strong {
	display: block;
	margin-top: 20px
}

.custom-collapse .custom-collapse-content p b:first-of-type,
.custom-collapse .custom-collapse-content p strong:first-of-type {
	margin-top: 0
}

.custom-collapse.active {
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
	z-index: 200;
	color: #444;
	padding: 10px 20px;
	margin: 10px -10px
}

.slide,
.transparent {
	box-shadow: none!important
}

.custom-collapse.active .custom-collapse-content {
	max-height: 3000px!important;
	transition: all .2s, max-height 2s
}

.slide {
	margin: 0!important;
	padding: 10px!important
}

.transparent {
	background: 0 0!important;
	margin: 10px 0 0!important;
	padding: 5px 10px 0!important
}

.transparent:first-of-type {
	margin-top: 0!important
}

.custom-collapse .custom-collapse-title::after {
	content: "";
	text-align: center;
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 15px;
	opacity: .7;
	left: 0;
	top: 7px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQo8dGl0bGU+VmVjdG9yPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+DQo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3NDMgLTYxMTM1KSI+DQo8ZyBpZD0iVmVjdG9yIj4NCjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDI5NzU3IDYxMTQyKSIgZmlsbD0iIzVCNUI1QiIvPg0KPC9nPg0KPC9nPg0KPGRlZnM+DQo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIDYuNSAwTCA2LjgzOTE0IC0wLjM2NzQwMkwgNi41IC0wLjY4MDQ1NEwgNi4xNjA4NiAtMC4zNjc0MDJMIDYuNSAwWk0gMC4zMzkxNCA2LjM2NzRDIDIuODc3NTUgNC4wMjQyNiA0LjMwMDczIDIuNzEwNTUgNi44MzkxNCAwLjM2NzQwMkwgNi4xNjA4NiAtMC4zNjc0MDJDIDMuNjIyNDUgMS45NzU3NCAyLjE5OTI3IDMuMjg5NDUgLTAuMzM5MTQgNS42MzI2TCAwLjMzOTE0IDYuMzY3NFpNIDYuMTYwODYgMC4zNjc0MDJMIDEyLjY2MDkgNi4zNjc0TCAxMy4zMzkxIDUuNjMyNkwgNi44MzkxNCAtMC4zNjc0MDJMIDYuMTYwODYgMC4zNjc0MDJaIi8+DQo8L2RlZnM+DQo8L3N2Zz4NCg==) center no-repeat;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.custom-collapse:hover .custom-collapse-title::after {
	opacity: 1
}

.custom-collapse-title {cursor:pointer;}

.custom-collapse.active .custom-collapse-title::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}


.transparent {
	box-shadow: none!important
}

.custom-collapse.active .custom-collapse-content {
	max-height: 3000px!important;
	transition: all .2s, max-height 2s
}

.slide {
	margin: 0!important;
	padding: 10px!important
}

.transparent {
	background: 0 0!important;
	margin: 10px 0 0!important;
	padding: 5px 10px 0!important
}

.transparent:first-of-type {
	margin-top: 0!important
}








.region__page__content .wrapper,
.region__page__content>div {
	position: relative
}

.region__page__content .subtitle {
	font-weight: 300;
	font-size: 18px;
	margin: 40px auto 20px!important;
	color: #021217
}

.region__page__content--1 {
	padding: 5% 0;
	float: left;
	width: 100%;
	text-align: center
}

.region__page__content--1:after {
	position: absolute;
	z-index: 0;
	top: 16%;
	left: 30%;
	height: 70%;
	width: 40%;
	content: "";
	display: block;
	background: #F6F6F6
}

@media screen and (max-width:1700px) {
	.region__page__content--1:after {
		left: 25%;
		width: 50%
	}
}

@media only screen and (max-width:1439px) {
	.region__page__content--1:after {
		left: 20%;
		width: 60%
	}
}

@media only screen and (max-width:767px) {
	.region__page__content--1:after {
		display: none
	}
}

.region__page__content--1 .wrapper {
	padding: 30px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.region__page__content--1 .wrapper .content__img {
	width: 70%;
	float: right;
	position: relative;
	z-index: 1;
	text-align: right
}

.region__page__content--1 .wrapper .content__img img {
	display: block
}

.region__page__content--1 .wrapper .content__img.content__img__marina {
	margin-top: 10%
}

@media only screen and (max-width:767px) {
	.region__page__content--1 .wrapper {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.region__page__content--1 .wrapper .content__img {
		width: 100%
	}
	.region__page__content--1 .wrapper .content__img img {
		margin: 0 auto;
		float: none!important
	}
	.region__page__content--1 .wrapper .content__img .img--mobile {
		display: block;
		width: 100%
	}
}

@media only screen and (min-width:768px) {
	.region__page__content--1 .wrapper .content__img .img--mobile {
		display: none
	}
}

.region__page__content--1 .wrapper .content__text {
	text-align: left;
	background: #F6F6F6;
	padding: 50px 5%;
	float: left;
	width: 40%;
	margin: 10% -30% 0 0;
	position: relative;
	z-index: 2
}

.region__page__content--1 .wrapper:nth-of-type(2) .content__img img,
.region__page__content--1 .wrapper:nth-of-type(4) .content__img img {
	float: right
}

@media only screen and (max-width:767px) {
	.region__page__content--1 .wrapper .content__text {
		width: 100%!important;
		margin: 0!important;
		display: block!important
	}
	.region__page__content--1 .wrapper {
		padding: 0
	}
}

.region__page__content--1 .wrapper .content__text strong {
	font-size: 18px
}

.region__page__content--1 .wrapper:nth-of-type(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.region__page__content--1 .wrapper:nth-of-type(odd) .content__text {
	margin: 5% 0 0 -10%;
	width: 50%
}

.region__page__content--1 .wrapper:nth-of-type(2) .content__text {
	min-height: 272px
}

.region__page__content--1 .wrapper:nth-of-type(3) .content__text {
	margin: 10% 0 0 -36%
}

.region__page__content--1 .wrapper:nth-of-type(4) .content__text {
	margin-top: 150px;
	width: 60%
}

.region__page__content--1 .wrapper:first-of-type .content__text,
.region__page__content--1 .wrapper:last-of-type .content__text {
	background: #272E3D;
	color: #fff
}

.region__page__content--1_2 .wrapper {
	max-width: 1140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.region__page__content--1_2 .col {
	width: 30%;
	float: left
}

@media only screen and (max-width:767px) {
	.region__page__content--1_2 .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.region__page__content--1_2 .col {
		width: 100%;
		margin-bottom: 40px
	}
	.region__page__content--2 .wrapper {
		padding: 0 2em
	}
}

.region__page__content--1_2 .col p {
	width: 80%;
	margin: 30px 10% 0;
	text-align: left
}

.region__page__content--1_2 .col p strong {
	font-weight: inherit
}

.region__page__content--1_2>div {
	background: #F8F8F8;
	color: inherit
}

.region__page__content--1_2 h2 {
	margin-bottom: 50px
}

.region__page__content--3 {
	padding: 175px 0;
	background: url(../img/kornyek-2.jpg) center no-repeat;
	background-size: cover;
	margin-top: 25px
}

.region__page__content--3 p {
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 5%;
	top: 0;
	width: 40%;
	height: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.region__page__content--3 img {
	display: none
}

@media only screen and (max-width:767px) {
	.region__page__content--3 {
		padding: 0;
		background: 0 0!important
	}
	.region__page__content--3 p {
		width: 100%;
		position: static;
		padding: 30px 2em 20px
	}
	.region__page__content--3 img {
		display: block;
		width: 100%
	}
	.region__page__content--3 .wrapper {
		padding: 0
	}
	.region__page__content--4 h2 {
		font-size: 23px
	}
}

.region__page__content--4 .features__text {
	padding: 7em 0
}

@media only screen and (max-width:767px) {
	.region__page__content--4 .features__text {
		padding: 2em 0
	}
}

.region__page__content--4>div {
	background: #fff;
	color: inherit
}

.region__page__content--4 .wrapper {
	max-width: 1140px
}

.region__page__content--4 .wrapper p {
	max-width: 662px;
	margin: 0 auto
}

.region__page__content--5,
.region__page__content--6 {
	padding: 0;
	float: left;
	width: 100%
}

.region__page__content--5 .wrapper,
.region__page__content--6 .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.region__page__content--5 .content__img,
.region__page__content--6 .content__img {
	width: 40%;
	float: right;
	position: relative;
	z-index: 2;
	text-align: right
}

@media only screen and (max-width:767px) {
	.region__page__content--5 .wrapper,
	.region__page__content--6 .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.region__page__content--5 .content__img,
	.region__page__content--6 .content__img {
		width: auto;
		margin-bottom: -50px;
		max-width: 400px
	}
}

.region__page__content--5 .content__text,
.region__page__content--6 .content__text {
	text-align: left;
	background: #F4F4F4;
	padding: 60px 40% 60px 60px;
	float: left;
	width: 90%;
	margin: 0 -40% 0 0;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.region__page__content--5 .content__text,
	.region__page__content--6 .content__text {
		padding: 80px 2em 20px;
		width: 100%;
		margin: 0;
		text-align: center
	}
}

.region__page__content--5 {
	margin-bottom: 10px
}

.region__page__content--5 .content__img {
	float: left
}

.region__page__content--5 .content__text {
	padding: 60px 60px 60px 40%;
	float: right;
	margin: 0 0 0 -40%
}

@media only screen and (max-width:767px) {
	.region__page__content--5 .content__text {
		padding: 80px 2em 20px;
		width: 100%;
		margin: 0
	}
	.region__page__content--6 .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.region__page__content--7 .features__text {
	padding: 5% 0;
	background: 0 0;
	color: inherit
}

.region__page__content--7 .features__text .wrapper {
	max-width: 960px
}

.region__page__content--technical {
	overflow: auto;
	padding-bottom: 0
}

.region__page__content--technical h2 {
	margin-bottom: 40px
}

.region__page__content--technical .features__text {
	padding: 5% 0 50px;
	background: 0 0;
	color: inherit
}

.region__page__content--technical .wrapper {
	max-width: 1116px
}

.region__page__content--technical .description-text {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

.region__page__content--technical .technical-box {
	margin-top: 75px
}

.region__page__content--technical .technical__tabs {
	text-align: left
}

.region__page__content--technical .technical__tabs ul {
	margin-bottom: 65px
}

.region__page__content--technical .technical__group {
	position: relative;
	overflow: hidden;
	min-height: 400px
}

.locations__tabs,
.region__page__content--technical .tabs {
	overflow: auto!important
}

.region__page__content--technical .technical__image_box {
	position: relative;
	float: left;
	width: 43%;
	text-align: center;
	padding: 20px 30px 0 25px;
	border-right: 1px solid #ececec
}

@media only screen and (max-width:1139px) {
	.region__page__content--technical .technical__image_box {
		padding-right: 25px
	}
}

@media only screen and (max-width:767px) {
	.region__page__content--technical .technical__image_box {
		width: 100%;
		margin-bottom: 15px;
		border: 0
	}
}

@media only screen and (max-width:480px) {
	.region__page__content--technical .technical__image_box {
		padding-left: 5px;
		padding-right: 5px
	}
}

.region__page__content--technical .technical__image_box:before {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 3px;
	height: 95px;
	background: #fff
}

.region__page__content--technical .technical__image_box img {
	width: 100%
}

.region__page__content--technical .technical__image_box h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	padding: 0 20px;
	margin-bottom: 55px
}

@media only screen and (max-width:1139px) {
	.region__page__content--technical .technical__image_box h3 {
		padding: 0 5px
	}
}

.region__page__content--technical .technical__image_box p {
	text-align: left;
	padding: 0 20px;
	margin-top: 30px
}

@media only screen and (max-width:1139px) {
	.region__page__content--technical .technical__image_box p {
		padding: 0 5px
	}
}

.region__page__content--technical .technical__text_box {
	float: left;
	width: 57%;
	padding: 85px 25px 20px 30px
}

@media only screen and (max-width:1139px) {
	.region__page__content--technical .technical__text_box {
		padding: 85px 25px 20px
	}
}

@media only screen and (max-width:767px) {
	.region__page__content--technical .technical__text_box {
		width: 100%;
		padding-top: 20px
	}
}

@media only screen and (max-width:480px) {
	.region__page__content--technical .technical__text_box {
		padding: 20px 5px
	}
}

.region__page__content--technical .technical__text_box .single-title {
	position: relative;
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px
}

.region__page__content--technical .technical__text_box .single-content {
	text-align: left;
	padding: 25px 10px 0
}

@media only screen and (max-width:767px) {
	.region__page__content--technical .technical__text_box .single-content {
		padding-top: 15px
	}
	.region__page__content--technical .tabs ul {
		width: 100%;
		display: block!important
	}
	.region__page__content--technical .tabs ul li {
		float: left;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:480px) {
	.region__page__content--technical .tabs ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: center
	}
}

@media only screen and (max-width:767px) {
	.locations__tabs ul {
		width: 100%;
		display: block!important
	}
	.locations__tabs ul li {
		float: left;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:480px) {
	.locations__tabs ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: center
	}
}
/*

.heading-mimetic,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 700
}

h3,
h4 {
	font-weight: 300
}

.heading-mimetic--h1,
h1 {
	font-size: 42px;
	line-height: 1.09524;
	margin-bottom: 15px
}

@media only screen and (min-width:1140px) {
	.heading-mimetic--h1,
	h1 {
		font-size: 60px;
		line-height: .93333;
		margin-bottom: 20px
	}
}

.heading-mimetic--h2,
h2 {
	font-size: 28px;
	line-height: 1.21429;
	margin-bottom: 25px
}

@media only screen and (min-width:1140px) {
	.heading-mimetic--h2,
	h2 {
		font-size: 28px;
		line-height: 1.42857;
		margin-bottom: 30px
	}
}

.heading-mimetic--h3,
h3 {
	font-size: 24px;
	line-height: 1.16667;
	margin-bottom: 20px
}

@media only screen and (min-width:1140px) {
	.heading-mimetic--h3,
	h3 {
		font-size: 32px;
		line-height: 1;
		margin-bottom: 25px
	}
}

.heading-mimetic--h4,
h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px
}

@media only screen and (min-width:1140px) {
	.heading-mimetic--h4,
	h4 {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px
	}
}

.heading-mimetic--h5,
h5 {
	font-size: 18px;
	line-height: 1.22222;
	margin-bottom: 15px
}

@media only screen and (min-width:1140px) {
	.heading-mimetic--h5,
	h5 {
		font-size: 18px;
		line-height: 1.22222;
		margin-bottom: 20px
	}
}

p {
	font-size: 14px;
	line-height: 1.71429;
	margin-bottom: 15px
}


*/
/*
html[lang=en-US] .region__page__content--3 {
	background: url(../img/kornyek-2-en.jpg) center no-repeat;
	background-size: cover
}

.locations {
	max-width: 1116px;
	margin: 0 auto
}

.locations .location-start-text {
	margin-top: 100px
}

@media only screen and (max-width:767px) {
	.locations .location-start-text {
		text-align: center;
		margin: 60px 0 20px
	}
}

.locations__map__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 700px;
	margin-bottom: 7em
}

@media only screen and (max-width:767px) {
	.locations__map__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
		margin-bottom: 4em
	}
}

.locations__tabs {
	margin: 0 0 3%
}

body,
html {
	overflow-x: hidden
}

.locations__tabs__content {
	max-width: 1400px;
	margin: 0 auto
}

.window img,
.window--video iframe {
	max-width: 100%
}

.locations__map__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow-y: scroll;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	background: #f4f4f4;
	height: 700px
}

.locations__map__menu {
	padding: 30px;
	width: 100%
}

.locations__map__menu h3 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: 700
}

.locations__map__menu a {
	padding: 10px 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #272e3d;
	cursor: pointer
}

.locations__map__menu a:hover {
	background: #fff;
	text-decoration: none
}

.locations__map__menu p {
	margin: 20px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #272e3d
}

.locations__map__menu .title--right {
	float: right
}

.locations__map {
	float: left;
	width: 68%;
	margin-left: 2%;
	height: 700px
}

.locations__map iframe {
	width: 100%;
	height: 700px
}

.map {
	width: 100%;
	height: 100%
}

@media only screen and (max-width:767px) {
	.locations__map__wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: 100%;
		max-height: 700px;
		min-height: 300px
	}
	.locations__map {
		margin: 0 0 14px;
		height: 400px;
		width: 100%
	}
	.locations__map__menu {
		width: 100%;
		padding: 30px
	}
	.locations__map iframe {
		height: 400px
	}
	.tabs {
		overflow-y: scroll
	}
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
	font-family: "Open Sans", sans-serif;
	padding-left: .5em!important
}

.ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
	color: #fff;
	background-color: #021217;
	border: 0
}

.ui-selectmenu-menu .ui-widget-content {
	border-radius: 0
}

.separator {
	display: block;
	height: 12px;
	margin: 20px 0;
	border: none;
	background: url(../svg/stripe.svg) center no-repeat;
	background-size: auto 12px
}

@media only screen and (min-width:1140px) {
	.separator--large {
		height: 20px;
		margin: 25px 0;
		background-size: auto 20px
	}
}

.tabs ul li {
	display: inline-block;
	white-space: nowrap
}

.tabs ul li:not(:last-child) {
	margin-right: 24px
}

.tabs ul li a {
	background-color: #fff;
	color: #000;
	transition: background-color 150ms, color 150ms;
	text-decoration: none;
	display: inline-block;
	padding: .5em 1em
}

.tabs ul li a:hover {
	text-decoration: none;
	background-color: #6b7ea5!important;
	color: #fff!important
}

.tabs ul li a.act {
	background-color: #021217;
	color: #fff
}

@media only screen and (max-width:767px) {
	.tabs ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0!important
	}
}

.bkv {
	display: inline-block;
	background-color: #fff;
	padding: .1em .3em;
	font-weight: 700;
	border-radius: 3px;
	margin-right: 10px
}

.bkv.metro {
	background: #0067AA;
	color: #fff
}

.bkv.ship {
	background: #900166;
	color: #fff
}

.bkv.bus {
	background: #FF1609;
	color: #fff
}

.bkv.tram {
	background: #FFD300;
	color: #000
}

.bkv.road {
	background: #19A949;
	color: #fff
}

.window {
	position: absolute;
	z-index: 1000;
	min-width: 300px;
	padding: 10px;
	background-color: #fff
}

.window img {
	height: auto
}

.window__close {
	position: absolute;
	top: -30px;
	right: 0;
	height: 24px;
	cursor: pointer
}

.window__close:after,
.window__close:before {
	display: inline-block;
	vertical-align: middle
}

.window__close:before {
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	line-height: 17px;
	content: 'Bezárom';
	color: #fff
}

.img-pswp::after,
.window__close:after,
.workshop .wrapper:after,
a.pswp__share--facebook:before {
	content: ''
}

.window__close:after {
	margin-left: 15px;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJpY29uLWNsb3NlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTMuNDAzLDEyTDIzLjcwOSwxLjY5M2MwLjM4OC0wLjM4OCwwLjM4OC0xLjAxNSwwLTEuNDAzYy0wLjM4OC0wLjM4OC0xLjAxNi0wLjM4OC0xLjQwMywwTDEyLDEwLjU5Ng0KCUwxLjY5NCwwLjI5MWMtMC4zODgtMC4zODgtMS4wMTUtMC4zODgtMS40MDMsMHMtMC4zODgsMS4wMTUsMCwxLjQwM0wxMC41OTcsMTJMMC4yOTEsMjIuMzA2Yy0wLjM4OCwwLjM4OC0wLjM4OCwxLjAxNiwwLDEuNDAzDQoJQzAuNDg0LDIzLjkwMiwwLjczOCwyNCwwLjk5MiwyNGMwLjI1NCwwLDAuNTA4LTAuMDk4LDAuNzAxLTAuMjkyTDEyLDEzLjQwM2wxMC4zMDYsMTAuMzA1QzIyLjUsMjMuOTAyLDIyLjc1NCwyNCwyMy4wMDgsMjQNCgljMC4yNTQsMCwwLjUwOC0wLjA5OCwwLjcwMi0wLjI5MmMwLjM4OC0wLjM4NiwwLjM4OC0xLjAxNSwwLTEuNDAzTDEzLjQwMywxMnoiLz4NCjwvc3ZnPg0K);
	width: 24px;
	height: 24px
}

.window--video {
	line-height: 1px
}

.workshop {
	background-image: url(../img/workshop_bg_top.jpg), url(../img/workshop-bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center, bottom center;
	background-size: contain, contain;
	min-height: 120px;
	padding: 3.5rem 1rem 5rem
}

.workshop h3 {
	font-size: 18px;
	font-weight: 300;
	color: #021217
}

.workshop p {
	color: #424242
}

.workshop__title {
	font-size: 33px;
	font-weight: 300
}

.workshop__content {
	font-size: 17px;
	line-height: 28px
}

.workshop__cta {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: initial;
	margin: 45px 0 30px
}

.workshop .wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 8% 7%;
	position: relative;
	z-index: 2
}

.workshop .wrapper:after {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33.33333%;
	z-index: -1
}

@media screen and (max-width:1140px) {
	.workshop .wrapper {
		background: #fff
	}
	.workshop .wrapper:after {
		display: none
	}
}

@media only screen and (min-width:768px) {
	.workshop {
		padding: 4.8rem 1rem 10rem
	}
	.workshop__title {
		font-size: 40px
	}
}

@media only screen and (min-width:1140px) {
	.workshop {
		padding: 21% 7.5rem 7.5rem
	}
}

@media only screen and (max-width:767px) {
	.workshop {
		background-size: auto 200px!important;
		background-position: top center, bottom right!important;
		padding: 200px 0 50px
	}
	.workshop .wrapper {
		background: 0 0
	}
}

.img-pswp {
	overflow: hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.img-pswp img {
	max-width: 100%;
	height: auto;
	transition: -webkit-transform 3.5s, -webkit-filter .8s;
	transition: transform 3.5s, filter .8s;
	transition: transform 3.5s, filter .8s, -webkit-transform 3.5s, -webkit-filter .8s;
	transition-timing-function: ease-out
}

.img-pswp::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	display: block;
	transition: opacity .6s ease-in;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUyLjk2NiA1Mi45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyLjk2NiA1Mi45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBkPSJNNTEuNzA0LDUxLjI3M0wzNi44NDUsMzUuODJjMy43OS0zLjgwMSw2LjEzOC05LjA0MSw2LjEzOC0xNC44MmMwLTExLjU4LTkuNDItMjEtMjEtMjFzLTIxLDkuNDItMjEsMjFzOS40MiwyMSwyMSwyMSAgYzUuMDgzLDAsOS43NDgtMS44MTcsMTMuMzg0LTQuODMybDE0Ljg5NSwxNS40OTFjMC4xOTYsMC4yMDUsMC40NTgsMC4zMDcsMC43MjEsMC4zMDdjMC4yNSwwLDAuNDk5LTAuMDkzLDAuNjkzLTAuMjc5ICBDNTIuMDc0LDUyLjMwNCw1Mi4wODYsNTEuNjcxLDUxLjcwNCw1MS4yNzN6IE0yMS45ODMsNDBjLTEwLjQ3NywwLTE5LTguNTIzLTE5LTE5czguNTIzLTE5LDE5LTE5czE5LDguNTIzLDE5LDE5ICBTMzIuNDU5LDQwLDIxLjk4Myw0MHoiIGZpbGw9IiNmNGY0ZjQiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) center center no-repeat #021217;
	background-size: 48px 48px
}

.img-pswp:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.img-pswp:hover::after {
	opacity: .6
}

a>img {
	vertical-align: middle
}

body,
html {
	position: relative;
	min-height: 100%;
	overflow-y: visible
}

.body__wrapper,
.truncated,
.ui-icon,
html.menu__opened,
html.menu__opened body {
	overflow: hidden
}

.body__wrapper main {
	padding: 1.5%
}

.body__wrapper p {
	font-weight: 300
}

body:not(.home) .hero {
	display: none
}

body:not(.home) .subpage__hero {
	height: 500px;
	text-align: center;
	display: table;
	background-size: cover!important;
	background-position: center center!important
}

body:not(.home) .subpage__hero h1 {
	display: table-cell;
	vertical-align: middle
}

body:not(.home) .subpage__lead {
	padding: 110px 110px 0;
	width: 100%;
	max-width: 1120px;
	margin: -6% auto 0;
	background: #fff
}

body:not(.home) .subpage__lead p {
	color: grey
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
	color: #333
}

body:not(.home) .subpage__lead h3 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500
}

body.region .subpage__lead {
	max-width: 1120px;
	padding: 110px 60px 0
}

@media only screen and (max-width:767px) {
	body:not(.home) .subpage__hero {
		height: 300px
	}
	body:not(.home) .subpage__lead {
		padding: 5% 5% 2%;
		width: 100%;
		margin: 0
	}
	body:not(.home) .subpage__lead__app__col {
		min-width: 200px
	}
}

.button__row .button {
	margin-left: 20px;
	margin-right: 20px
}

p iframe,
p img {
	margin: 0 auto;
	display: block
}

.owl-carousel .owl-item {
	float: none!important;
	display: inline-block;
	vertical-align: middle;
	text-align: center
}
/*
.not-truncated,
.ui-helper-hidden {
	display: none
}

.owl-stage-outer {
	text-align: left
}

.owl-carousel .owl-item img {
	margin: 0 auto;
	width: auto!important
}

.truncated {
	max-height: 1000px;
	padding-bottom: 30px
}

.truncated .more {
	cursor: pointer;
	font-style: italic;
	font-weight: 700
}

.next,
.prev,
form label,
img,
svg,
table th {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	max-width: 100%
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.button,
.input {
	-moz-appearance: none
}

:focus {
	outline: 0
}

.hero__slider>div {
	transition-property: -webkit-transform!important;
	transition-property: transform!important;
	transition-property: transform, -webkit-transform!important
}

.subpage__hero h1 {
	padding: 30px;
	background: rgba(0, 0, 0, .3);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .3) 0, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1)
}


/*! jQuery UI - v1.12.1 - 2017-12-12
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, dialog.css, menu.css, selectmenu.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/*
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
	display: none
}

.ui-button,
.ui-controlgroup {
	display: inline-block;
	vertical-align: middle
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-button {
	padding: .4em 1em;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.lg-toolbar .lg-icon,
.owl-carousel.owl-rtl .owl-item,
.pswp__button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	background: 0 0;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-menu {
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-widget,
.ui-widget .ui-widget {
	font-size: 1em
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	font-weight: 700
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 3px
}

.ui-widget-shadow {
	box-shadow: 0 0 5px #666
}

.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}

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

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #FFF
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: "\e095"
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: "\e094"
}

@-webkit-keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@-webkit-keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

@keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: 0;
	transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
	color: #FFF
}

.lg-toolbar .lg-close:after {
	content: "\e070"
}

.lg-toolbar .lg-download:after {
	content: "\e0f2"
}

.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px
}

@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		transition: border-color .25s ease
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../img/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\e311"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\e312"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	transition: box-shadow .3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	transition-delay: 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}

.lg-outer .lg-dropdown,
.owl-carousel.owl-refresh .owl-item,
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right,
.pswp__caption--fake {
	visibility: hidden
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%
}

.lg-outer #lg-share {
	position: relative
}

.lg-outer #lg-share:after {
	content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}

.lg-group:after {
	content: "";
	display: table;
	clear: both
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	transition: opacity .15s ease 0s
}

.lg-outer * {
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	transition-duration: inherit!important;
	transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	transition-duration: 0s!important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	background: url(../img/loading.gif) center center no-repeat;
	display: none!important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	transition: opacity .15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.m-gallery,
.m-gallery-item,
.m-gallery-item .img-wrapper,
.m-gallery-item img {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box
}

.m-gallery-wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	max-width: 1000px
}

.m-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.m-gallery-item {
	width: 25%;
	padding: 12px
}

.m-gallery-item .img-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	display: block
}

.m-gallery-item .img-wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUyLjk2NiA1Mi45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyLjk2NiA1Mi45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBkPSJNNTEuNzA0LDUxLjI3M0wzNi44NDUsMzUuODJjMy43OS0zLjgwMSw2LjEzOC05LjA0MSw2LjEzOC0xNC44MmMwLTExLjU4LTkuNDItMjEtMjEtMjFzLTIxLDkuNDItMjEsMjFzOS40MiwyMSwyMSwyMSAgYzUuMDgzLDAsOS43NDgtMS44MTcsMTMuMzg0LTQuODMybDE0Ljg5NSwxNS40OTFjMC4xOTYsMC4yMDUsMC40NTgsMC4zMDcsMC43MjEsMC4zMDdjMC4yNSwwLDAuNDk5LTAuMDkzLDAuNjkzLTAuMjc5ICBDNTIuMDc0LDUyLjMwNCw1Mi4wODYsNTEuNjcxLDUxLjcwNCw1MS4yNzN6IE0yMS45ODMsNDBjLTEwLjQ3NywwLTE5LTguNTIzLTE5LTE5czguNTIzLTE5LDE5LTE5czE5LDguNTIzLDE5LDE5ICBTMzIuNDU5LDQwLDIxLjk4Myw0MHoiIGZpbGw9IiNmNGY0ZjQiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) center center no-repeat #343f5b;
	background-size: 24px 24px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 150ms
}

@media screen and (max-width:768px) {
	.m-gallery-item {
		padding: 4px;
		width: 33.33333%
	}
}

@media screen and (min-width:960px) {
	.m-gallery-item {
		width: 25%
	}
}

.m-gallery-item img {
	width: 100%;
	display: block;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear
}

.m-gallery-item:hover .img-wrapper:after {
	opacity: .6;
	transition: opacity 1s
}

.m-gallery-item:hover img {
	transition: -webkit-transform 6s linear;
	transition: transform 6s linear;
	transition: transform 6s linear, -webkit-transform 6s linear;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.m-gallery-item:nth-child(1) {
	margin-top: 60px
}

@media screen and (max-width:768px) {
	.m-gallery-item:nth-child(1) {
		margin-top: 15px
	}
	.m-gallery-item:nth-child(2) {
		margin-top: 0
	}
}

.m-gallery-item:nth-child(2) {
	margin-top: 0
}

.m-gallery-item:nth-child(3) {
	margin-top: 20px
}

@media screen and (max-width:768px) {
	.m-gallery-item:nth-child(3) {
		margin-top: 5px
	}
}

.m-gallery-item:nth-child(4) {
	margin-top: 40px
}

@media screen and (max-width:768px) {
	.m-gallery-item:nth-child(4) {
		margin-top: 0
	}
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-drag .owl-item,
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
.pswp__button {
	position: relative;
	cursor: pointer;
	overflow: visible;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: .75;
	transition: opacity .2s;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(../img/photoswipe/default-skin.png) no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(../img/photoswipe/default-skin.svg)
	}
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: 0 0
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

.pswp__caption--empty,
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__counter,
.pswp__preloader {
	height: 44px;
	top: 0;
	position: absolute
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	left: 0;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC
}

.button,
.button__row,
.pswp__error-msg {
	text-align: center
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__ui {
	visibility: visible
}

.pswp__preloader {
	width: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp--css_animation .pswp__preloader--active,
.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(../img/photoswipe/preloader.gif) no-repeat
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
}

@keyframes donut-rotate {
	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp,
.pswp__bg,
.pswp__scroll-wrap {
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	left: 0
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__element--disabled {
	display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
.pswp {
	display: none;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.pswp__bg {
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	transition: none
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100%!important;
	height: auto!important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}

.zs-enabled {
	position: relative
}

.zs-enabled .zs-slide,
.zs-enabled .zs-slides,
.zs-enabled .zs-slideshow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
	background: 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
	visibility: visible;
	opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets {
	position: absolute;
	z-index: 4;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	display: inline-block;
	cursor: pointer;
	width: 22px;
	height: 5px;
	margin: 5px;
	background-color: rgba(255, 255, 255, .5);
	transition: background-color .3s
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
	background-color: #fff
}

.zs-enabled .zs-slideshow:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: 0 0
}

.zs-enabled.overlay-plain .zs-slideshow:after {
	background-image: url(plain.png)
}

.zs-enabled.overlay-dots .zs-slideshow:after {
	background-image: url(dots.png)
}

#slider-title-wrapper {
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	display: table
}

#slider-title-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .001), #000, rgba(0, 0, 0, .001));
	opacity: 0;
	transition: all 1s
}

#slider-title-wrapper.opacity-s-0:before {
	opacity: 0
}

#slider-title-wrapper.opacity-s-1:before {
	opacity: .1
}

#slider-title-wrapper.opacity-s-2:before {
	opacity: .2
}

#slider-title-wrapper.opacity-s-3:before {
	opacity: .3
}

#slider-title-wrapper.opacity-s-4:before {
	opacity: .4
}

#slider-title-wrapper.opacity-s-5:before {
	opacity: .5
}

#slider-title-wrapper.opacity-s-6:before {
	opacity: .6
}

#slider-title-wrapper.opacity-s-7:before {
	opacity: .7
}

#slider-title-wrapper.opacity-s-8:before {
	opacity: .8
}

#slider-title-wrapper.opacity-s-9:before {
	opacity: .9
}

#slider-title-wrapper.opacity-s-10:before {
	opacity: 1
}

.lbyl-letter {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: opacity .7s, top .3s;
	opacity: 1;
	position: relative;
	top: 0
}

.button,
.button:hover {
	transition: background-color .3s
}

.lbyl-letter.lbyl-hidden {
	opacity: 0;
	top: -10px
}

.lbyl-letter.lbyl-hidden-ios {
	opacity: 0;
	top: 0
}

#slider-title-wrapper h1 {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle
}

body {
	font-family: "Open Sans", sans-serif;
	color: #3F3F3F;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.71429
}

@media only screen and (min-width:1140px) {
	body {
		font-size: 14px;
		line-height: 1.71429
	}
}



blockquote:not([class])+h1,
blockquote:not([class])+h4,
blockquote:not([class])+h5,
p+h1,
p+h4,
p+h5 {
	margin-top: 30px
}

blockquote:not([class])+h2,
ol:not([class])+h3,
p+h2,
ul:not([class])+h3 {
	margin-top: 40px
}

blockquote:not([class])+h3,
ol:not([class])+h1,
ol:not([class])+h4,
ol:not([class])+h5,
p+h3,
ul:not([class])+h1,
ul:not([class])+h4,
ul:not([class])+h5 {
	margin-top: 35px
}

@media only screen and (min-width:1140px) {
	p {
		font-size: 14px;
		line-height: 1.71429;
		margin-bottom: 20px
	}
	p+h1,
	p+h4,
	p+h5 {
		margin-top: 40px
	}
	p+h2 {
		margin-top: 50px
	}
	p+h3 {
		margin-top: 45px
	}
}

ol:not([class]),
ul:not([class]) {
	padding-left: 20px;
	margin-bottom: 20px
}

ol:not([class])+h2,
ul:not([class])+h2 {
	margin-top: 45px
}

ol:not([class]) {
	counter-reset: section
}

ol:not([class]) li:before {
	counter-increment: section;
	content: counter(section) "."
}

blockquote:not([class]) {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px
}

blockquote:not([class]):before {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 4em;
	font-weight: 700;
	line-height: .9em;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '”';
	opacity: .85;
	color: #000
}

.button,
.input,
.textarea {
	font-family: "Open Sans", sans-serif;
	outline: 0
}

blockquote:not([class]) cite {
	font-size: .8em;
	font-weight: 700;
	display: block
}

blockquote:not([class]) cite:before {
	content: '– '
}

b,
strong {
	font-weight: 700
}

em,
i {
	font-style: italic
}

.button {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	min-width: 220px;
	font-weight: 400;
	padding: 12px 30px;
	text-transform: uppercase;
	color: #fff;
	background-color: #021217;
	margin: 3% auto;
	line-height: 1.6
}

.button:hover {
	background-color: #6b7ea5
}

.button--primary {
	background-color: #021217
}

.button--primary:hover {
	background-color: #272e3d
}

.button--secondary {
	background-color: #021217
}

.button--facebook {
	background-color: #3b5998
}

.button--facebook:hover {
	background-color: #324c82
}

.button--full {
	width: 100%
}

@media only screen and (max-width:1139px) {
	.button__row {
		margin-bottom: 50px
	}
}

.form {
	padding: 15px 0 0
}

.form__label {
	font-size: .9em;
	font-weight: 700;
	line-height: .9em;
	display: block;
	margin-bottom: 10px;
	color: #bbb
}

.form__field {
	display: block;
	padding-bottom: 26px
}

.form__message--is-empty {
	display: none
}

.form__message--is-error {
	color: #adadad
}

.form__message--is-success {
	color: #ececec
}

.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 8px 10px;
	border-radius: 0;
	border: 1px solid #5c5f61;
	background-color: #fff
}

.input:focus {
	border-color: #434547
}

.input.is--error {
	border: 2px solid #E54535
}

.textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	min-height: 100px;
	padding: 10px 12px;
	resize: vertical;
	border: 1px solid #f4f4f4
}

.style-guide__section {
	position: relative;
	padding: 60px 0;
	border-top: 3px solid #021217
}

.style-guide__section:before {
	font-size: 10px;
	font-weight: 700;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px 10px;
	content: attr(data-block);
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background-color: #021217
}

.color-palette {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	overflow: hidden;
	max-width: 165px;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, .7);
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 8px
}

.color-palette:after,
.color-palette:before {
	display: block;
	content: ''
}

.color-palette:before {
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #ddd
}

.color-palette:after {
	padding: 10px;
	text-transform: uppercase
}

.grid__item:nth-child(1) .color-palette:before {
	background-color: #021217
}

.grid__item:nth-child(1) .color-palette:after {
	content: "#021217"
}

.grid__item:nth-child(2) .color-palette:before {
	background-color: #272E3D
}

.grid__item:nth-child(2) .color-palette:after {
	content: "#272E3D"
}

.grid__item:nth-child(3) .color-palette:before {
	background-color: #ECECEC
}

.grid__item:nth-child(3) .color-palette:after {
	content: "#ECECEC"
}

.grid__item:nth-child(4) .color-palette:before {
	background-color: #ADADAD
}

.grid__item:nth-child(4) .color-palette:after {
	content: "#ADADAD"
}

.grid__item:nth-child(5) .color-palette:before {
	background-color: #BBB
}

.grid__item:nth-child(5) .color-palette:after {
	content: "#BBBBBB"
}

.grid__item:nth-child(6) .color-palette:before {
	background-color: #6E7C9A
}

.grid__item:nth-child(6) .color-palette:after {
	content: "#6E7C9A"
}

.grid__item:nth-child(7) .color-palette:before {
	background-color: #666
}

.grid__item:nth-child(7) .color-palette:after {
	content: "#666666"
}

.grid__item:nth-child(8) .color-palette:before {
	background-color: #75787B
}

.grid__item:nth-child(8) .color-palette:after {
	content: "#75787B"
}

.grid__item:nth-child(9) .color-palette:before {
	background-color: #f8f8f8
}

.grid__item:nth-child(9) .color-palette:after {
	content: "#f8f8f8"
}

.grid__item:nth-child(10) .color-palette:before {
	background-color: #fff
}

.grid__item:nth-child(10) .color-palette:after {
	content: "#ffffff"
}

.grid__item:nth-child(11) .color-palette:before {
	background-color: #f4f4f4
}

.grid__item:nth-child(11) .color-palette:after {
	content: "#f4f4f4"
}

.grid__item:nth-child(12) .color-palette:before {
	background-color: #f7f7f7
}

.grid__item:nth-child(12) .color-palette:after {
	content: "#f7f7f7"
}*/


