/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
@font-face {
	font-family: 'Conv_Minerva-Modern-Regular';
	src: url('../fonts/Minerva-Modern-Regular.eot');
	src: local('☺'), url('../fonts/Minerva-Modern-Regular.woff') format('woff'), url('../fonts/Minerva-Modern-Regular.ttf') format('truetype'), url('../fonts/Minerva-Modern-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Canela-Regular';
	src: url('../fonts/Canela-Regular.eot');
	src: local('☺'), url('../fonts/Canela-Regular.woff') format('woff'), url('../fonts/Canela-Regular.ttf') format('truetype'), url('../fonts/Canela-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
template, [hidden] {
	display: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
button, input, select, textarea {
	font: inherit;
	margin: 0
}
optgroup {
	font-weight: bold
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style:none;
 padding:0
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline:1px dotted ButtonText
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height:auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance:none
}

::-webkit-input-placeholder {
 color:inherit;
 opacity:0.54
}

::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit
}/*!

 * animate.css -http://daneden.me/animate

 * Version - 3.5.1

 * Licensed under the MIT license - http://opensource.org/licenses/MIT

 *

 * Copyright (c) 2016 Daniel Eden

 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
 @-webkit-keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 40%, 43% {
 -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform:translate3d(0, -30px, 0);
 transform:translate3d(0, -30px, 0)
}
 70% {
 -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform:translate3d(0, -15px, 0);
 transform:translate3d(0, -15px, 0)
}
 90% {
 -webkit-transform:translate3d(0, -4px, 0);
 transform:translate3d(0, -4px, 0)
}
}
 @keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 40%, 43% {
 -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform:translate3d(0, -30px, 0);
 transform:translate3d(0, -30px, 0)
}
 70% {
 -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform:translate3d(0, -15px, 0);
 transform:translate3d(0, -15px, 0)
}
 90% {
 -webkit-transform:translate3d(0, -4px, 0);
 transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
 @-webkit-keyframes flash {
 from, 50%, to {
 opacity:1
}
 25%, 75% {
 opacity:0
}
}
 @keyframes flash {
 from, 50%, to {
 opacity:1
}
 25%, 75% {
 opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
 @-webkit-keyframes pulse {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 50% {
 -webkit-transform:scale3d(1.05, 1.05, 1.05);
 transform:scale3d(1.05, 1.05, 1.05)
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
 @keyframes pulse {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 50% {
 -webkit-transform:scale3d(1.05, 1.05, 1.05);
 transform:scale3d(1.05, 1.05, 1.05)
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
 @-webkit-keyframes rubberBand {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 30% {
 -webkit-transform:scale3d(1.25, 0.75, 1);
 transform:scale3d(1.25, 0.75, 1)
}
 40% {
 -webkit-transform:scale3d(0.75, 1.25, 1);
 transform:scale3d(0.75, 1.25, 1)
}
 50% {
 -webkit-transform:scale3d(1.15, 0.85, 1);
 transform:scale3d(1.15, 0.85, 1)
}
 65% {
 -webkit-transform:scale3d(0.95, 1.05, 1);
 transform:scale3d(0.95, 1.05, 1)
}
 75% {
 -webkit-transform:scale3d(1.05, 0.95, 1);
 transform:scale3d(1.05, 0.95, 1)
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
 @keyframes rubberBand {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 30% {
 -webkit-transform:scale3d(1.25, 0.75, 1);
 transform:scale3d(1.25, 0.75, 1)
}
 40% {
 -webkit-transform:scale3d(0.75, 1.25, 1);
 transform:scale3d(0.75, 1.25, 1)
}
 50% {
 -webkit-transform:scale3d(1.15, 0.85, 1);
 transform:scale3d(1.15, 0.85, 1)
}
 65% {
 -webkit-transform:scale3d(0.95, 1.05, 1);
 transform:scale3d(0.95, 1.05, 1)
}
 75% {
 -webkit-transform:scale3d(1.05, 0.95, 1);
 transform:scale3d(1.05, 0.95, 1)
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
 @-webkit-keyframes shake {
 from, to {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform:translate3d(-10px, 0, 0);
 transform:translate3d(-10px, 0, 0)
}
 20%, 40%, 60%, 80% {
 -webkit-transform:translate3d(10px, 0, 0);
 transform:translate3d(10px, 0, 0)
}
}
 @keyframes shake {
 from, to {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform:translate3d(-10px, 0, 0);
 transform:translate3d(-10px, 0, 0)
}
 20%, 40%, 60%, 80% {
 -webkit-transform:translate3d(10px, 0, 0);
 transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
 @-webkit-keyframes headShake {
 0% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
 6.5% {
 -webkit-transform:translateX(-6px) rotateY(-9deg);
 transform:translateX(-6px) rotateY(-9deg)
}
 18.5% {
 -webkit-transform:translateX(5px) rotateY(7deg);
 transform:translateX(5px) rotateY(7deg)
}
 31.5% {
 -webkit-transform:translateX(-3px) rotateY(-5deg);
 transform:translateX(-3px) rotateY(-5deg)
}
 43.5% {
 -webkit-transform:translateX(2px) rotateY(3deg);
 transform:translateX(2px) rotateY(3deg)
}
 50% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
}
 @keyframes headShake {
 0% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
 6.5% {
 -webkit-transform:translateX(-6px) rotateY(-9deg);
 transform:translateX(-6px) rotateY(-9deg)
}
 18.5% {
 -webkit-transform:translateX(5px) rotateY(7deg);
 transform:translateX(5px) rotateY(7deg)
}
 31.5% {
 -webkit-transform:translateX(-3px) rotateY(-5deg);
 transform:translateX(-3px) rotateY(-5deg)
}
 43.5% {
 -webkit-transform:translateX(2px) rotateY(3deg);
 transform:translateX(2px) rotateY(3deg)
}
 50% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
 @-webkit-keyframes swing {
 20% {
 -webkit-transform:rotate3d(0, 0, 1, 15deg);
 transform:rotate3d(0, 0, 1, 15deg)
}
 40% {
 -webkit-transform:rotate3d(0, 0, 1, -10deg);
 transform:rotate3d(0, 0, 1, -10deg)
}
 60% {
 -webkit-transform:rotate3d(0, 0, 1, 5deg);
 transform:rotate3d(0, 0, 1, 5deg)
}
 80% {
 -webkit-transform:rotate3d(0, 0, 1, -5deg);
 transform:rotate3d(0, 0, 1, -5deg)
}
 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg)
}
}
 @keyframes swing {
 20% {
 -webkit-transform:rotate3d(0, 0, 1, 15deg);
 transform:rotate3d(0, 0, 1, 15deg)
}
 40% {
 -webkit-transform:rotate3d(0, 0, 1, -10deg);
 transform:rotate3d(0, 0, 1, -10deg)
}
 60% {
 -webkit-transform:rotate3d(0, 0, 1, 5deg);
 transform:rotate3d(0, 0, 1, 5deg)
}
 80% {
 -webkit-transform:rotate3d(0, 0, 1, -5deg);
 transform:rotate3d(0, 0, 1, -5deg)
}
 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
 @-webkit-keyframes tada {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 10%, 20% {
 -webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
 transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
}
 30%, 50%, 70%, 90% {
 -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
 40%, 60%, 80% {
 -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
 @keyframes tada {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 10%, 20% {
 -webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
 transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
}
 30%, 50%, 70%, 90% {
 -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
 40%, 60%, 80% {
 -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
 @-webkit-keyframes wobble {
 from {
 -webkit-transform:none;
 transform:none
}
 15% {
 -webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
 30% {
 -webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
 45% {
 -webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
 60% {
 -webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
 75% {
 -webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
 @keyframes wobble {
 from {
 -webkit-transform:none;
 transform:none
}
 15% {
 -webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
 30% {
 -webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
 45% {
 -webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
 60% {
 -webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
 75% {
 -webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
 @-webkit-keyframes jello {
 from, 11.1%, to {
 -webkit-transform:none;
 transform:none
}
 22.2% {
 -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
 transform:skewX(-12.5deg) skewY(-12.5deg)
}
 33.3% {
 -webkit-transform:skewX(6.25deg) skewY(6.25deg);
 transform:skewX(6.25deg) skewY(6.25deg)
}
 44.4% {
 -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
 transform:skewX(-3.125deg) skewY(-3.125deg)
}
 55.5% {
 -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
 transform:skewX(1.5625deg) skewY(1.5625deg)
}
 66.6% {
 -webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
 transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
 77.7% {
 -webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
 transform:skewX(0.390625deg) skewY(0.390625deg)
}
 88.8% {
 -webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform:skewX(-0.1953125deg) skewY(-0.1953125deg)
}
}
 @keyframes jello {
 from, 11.1%, to {
 -webkit-transform:none;
 transform:none
}
 22.2% {
 -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
 transform:skewX(-12.5deg) skewY(-12.5deg)
}
 33.3% {
 -webkit-transform:skewX(6.25deg) skewY(6.25deg);
 transform:skewX(6.25deg) skewY(6.25deg)
}
 44.4% {
 -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
 transform:skewX(-3.125deg) skewY(-3.125deg)
}
 55.5% {
 -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
 transform:skewX(1.5625deg) skewY(1.5625deg)
}
 66.6% {
 -webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
 transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
 77.7% {
 -webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
 transform:skewX(0.390625deg) skewY(0.390625deg)
}
 88.8% {
 -webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform:skewX(-0.1953125deg) skewY(-0.1953125deg)
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
 @-webkit-keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 0% {
 opacity:0;
 -webkit-transform:scale3d(0.3, 0.3, 0.3);
 transform:scale3d(0.3, 0.3, 0.3)
}
 20% {
 -webkit-transform:scale3d(1.1, 1.1, 1.1);
 transform:scale3d(1.1, 1.1, 1.1)
}
 40% {
 -webkit-transform:scale3d(0.9, 0.9, 0.9);
 transform:scale3d(0.9, 0.9, 0.9)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(1.03, 1.03, 1.03);
 transform:scale3d(1.03, 1.03, 1.03)
}
 80% {
 -webkit-transform:scale3d(0.97, 0.97, 0.97);
 transform:scale3d(0.97, 0.97, 0.97)
}
 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
 @keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 0% {
 opacity:0;
 -webkit-transform:scale3d(0.3, 0.3, 0.3);
 transform:scale3d(0.3, 0.3, 0.3)
}
 20% {
 -webkit-transform:scale3d(1.1, 1.1, 1.1);
 transform:scale3d(1.1, 1.1, 1.1)
}
 40% {
 -webkit-transform:scale3d(0.9, 0.9, 0.9);
 transform:scale3d(0.9, 0.9, 0.9)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(1.03, 1.03, 1.03);
 transform:scale3d(1.03, 1.03, 1.03)
}
 80% {
 -webkit-transform:scale3d(0.97, 0.97, 0.97);
 transform:scale3d(0.97, 0.97, 0.97)
}
 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
 @-webkit-keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -3000px, 0);
 transform:translate3d(0, -3000px, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(0, 25px, 0);
 transform:translate3d(0, 25px, 0)
}
 75% {
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
 90% {
 -webkit-transform:translate3d(0, 5px, 0);
 transform:translate3d(0, 5px, 0)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
 @keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -3000px, 0);
 transform:translate3d(0, -3000px, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(0, 25px, 0);
 transform:translate3d(0, 25px, 0)
}
 75% {
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
 90% {
 -webkit-transform:translate3d(0, 5px, 0);
 transform:translate3d(0, 5px, 0)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
 @-webkit-keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 0% {
 opacity:0;
 -webkit-transform:translate3d(-3000px, 0, 0);
 transform:translate3d(-3000px, 0, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(25px, 0, 0);
 transform:translate3d(25px, 0, 0)
}
 75% {
 -webkit-transform:translate3d(-10px, 0, 0);
 transform:translate3d(-10px, 0, 0)
}
 90% {
 -webkit-transform:translate3d(5px, 0, 0);
 transform:translate3d(5px, 0, 0)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
 @keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 0% {
 opacity:0;
 -webkit-transform:translate3d(-3000px, 0, 0);
 transform:translate3d(-3000px, 0, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(25px, 0, 0);
 transform:translate3d(25px, 0, 0)
}
 75% {
 -webkit-transform:translate3d(-10px, 0, 0);
 transform:translate3d(-10px, 0, 0)
}
 90% {
 -webkit-transform:translate3d(5px, 0, 0);
 transform:translate3d(5px, 0, 0)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
 @-webkit-keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(-25px, 0, 0);
 transform:translate3d(-25px, 0, 0)
}
 75% {
 -webkit-transform:translate3d(10px, 0, 0);
 transform:translate3d(10px, 0, 0)
}
 90% {
 -webkit-transform:translate3d(-5px, 0, 0);
 transform:translate3d(-5px, 0, 0)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
 @keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(-25px, 0, 0);
 transform:translate3d(-25px, 0, 0)
}
 75% {
 -webkit-transform:translate3d(10px, 0, 0);
 transform:translate3d(10px, 0, 0)
}
 90% {
 -webkit-transform:translate3d(-5px, 0, 0);
 transform:translate3d(-5px, 0, 0)
}
 to {
 -webkit-transform: none;
 transform: none
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
 @-webkit-keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(0, -20px, 0);
 transform:translate3d(0, -20px, 0)
}
 75% {
 -webkit-transform:translate3d(0, 10px, 0);
 transform:translate3d(0, 10px, 0)
}
 90% {
 -webkit-transform:translate3d(0, -5px, 0);
 transform:translate3d(0, -5px, 0)
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0)
}
 60% {
 opacity:1;
 -webkit-transform:translate3d(0, -20px, 0);
 transform:translate3d(0, -20px, 0)
}
 75% {
 -webkit-transform:translate3d(0, 10px, 0);
 transform:translate3d(0, 10px, 0)
}
 90% {
 -webkit-transform:translate3d(0, -5px, 0);
 transform:translate3d(0, -5px, 0)
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
 @-webkit-keyframes bounceOut {
 20% {
 -webkit-transform:scale3d(0.9, 0.9, 0.9);
 transform:scale3d(0.9, 0.9, 0.9)
}
 50%, 55% {
 opacity:1;
 -webkit-transform:scale3d(1.1, 1.1, 1.1);
 transform:scale3d(1.1, 1.1, 1.1)
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3)
}
}
 @keyframes bounceOut {
 20% {
 -webkit-transform:scale3d(0.9, 0.9, 0.9);
 transform:scale3d(0.9, 0.9, 0.9)
}
 50%, 55% {
 opacity:1;
 -webkit-transform:scale3d(1.1, 1.1, 1.1);
 transform:scale3d(1.1, 1.1, 1.1)
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
 @-webkit-keyframes bounceOutDown {
 20% {
 -webkit-transform:translate3d(0, 10px, 0);
 transform:translate3d(0, 10px, 0)
}
 40%, 45% {
 opacity:1;
 -webkit-transform:translate3d(0, -20px, 0);
 transform:translate3d(0, -20px, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
}
 @keyframes bounceOutDown {
 20% {
 -webkit-transform:translate3d(0, 10px, 0);
 transform:translate3d(0, 10px, 0)
}
 40%, 45% {
 opacity:1;
 -webkit-transform:translate3d(0, -20px, 0);
 transform:translate3d(0, -20px, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
 @-webkit-keyframes bounceOutLeft {
 20% {
 opacity:1;
 -webkit-transform:translate3d(20px, 0, 0);
 transform:translate3d(20px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0)
}
}
 @keyframes bounceOutLeft {
 20% {
 opacity:1;
 -webkit-transform:translate3d(20px, 0, 0);
 transform:translate3d(20px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
 @-webkit-keyframes bounceOutRight {
 20% {
 opacity:1;
 -webkit-transform:translate3d(-20px, 0, 0);
 transform:translate3d(-20px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0)
}
}
 @keyframes bounceOutRight {
 20% {
 opacity:1;
 -webkit-transform:translate3d(-20px, 0, 0);
 transform:translate3d(-20px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
 @-webkit-keyframes bounceOutUp {
 20% {
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
 40%, 45% {
 opacity:1;
 -webkit-transform:translate3d(0, 20px, 0);
 transform:translate3d(0, 20px, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
 @keyframes bounceOutUp {
 20% {
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
 40%, 45% {
 opacity:1;
 -webkit-transform:translate3d(0, 20px, 0);
 transform:translate3d(0, 20px, 0)
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
 @-webkit-keyframes fadeIn {
 from {
 opacity:0
}
 to {
 opacity: 1
}
}
 @keyframes fadeIn {
 from {
 opacity:0
}
 to {
 opacity: 1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInDown {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
 @-webkit-keyframes fadeInDownBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, -2000px, 0);
 transform:translate3d(0, -2000px, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInDownBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, -2000px, 0);
 transform:translate3d(0, -2000px, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity:0;
 -webkit-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInLeft {
 from {
 opacity:0;
 -webkit-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
 @-webkit-keyframes fadeInLeftBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(-2000px, 0, 0);
 transform:translate3d(-2000px, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInLeftBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(-2000px, 0, 0);
 transform:translate3d(-2000px, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInRight {
 from {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
 @-webkit-keyframes fadeInRightBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(2000px, 0, 0);
 transform:translate3d(2000px, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInRightBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(2000px, 0, 0);
 transform:translate3d(2000px, 0, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, 150px, 0);
 transform:translate3d(0, 150px, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInUp {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, 150px, 0);
 transform:translate3d(0, 150px, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInUpBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, 2000px, 0);
 transform:translate3d(0, 2000px, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInUpBig {
 from {
 opacity:0;
 -webkit-transform:translate3d(0, 2000px, 0);
 transform:translate3d(0, 2000px, 0)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
 @-webkit-keyframes fadeOut {
 from {
 opacity:1
}
 to {
 opacity: 0
}
}
 @keyframes fadeOut {
 from {
 opacity:1
}
 to {
 opacity: 0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
 @-webkit-keyframes fadeOutDown {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0)
}
}
 @keyframes fadeOutDown {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
 @-webkit-keyframes fadeOutDownBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
}
 @keyframes fadeOutDownBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
 @-webkit-keyframes fadeOutLeft {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0)
}
}
 @keyframes fadeOutLeft {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
 @-webkit-keyframes fadeOutLeftBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0)
}
}
 @keyframes fadeOutLeftBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
 @-webkit-keyframes fadeOutRight {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0)
}
}
 @keyframes fadeOutRight {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
 @-webkit-keyframes fadeOutRightBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0)
}
}
 @keyframes fadeOutRightBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
 @-webkit-keyframes fadeOutUp {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
}
 @keyframes fadeOutUp {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
 @-webkit-keyframes fadeOutUpBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
 @keyframes fadeOutUpBig {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
 @-webkit-keyframes flip {
 from {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function:ease-out;
 animation-timing-function:ease-out
}
 40% {
 -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function:ease-out;
 animation-timing-function:ease-out
}
 50% {
 -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 80% {
 -webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
 transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in
}
}
 @keyframes flip {
 from {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function:ease-out;
 animation-timing-function:ease-out
}
 40% {
 -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function:ease-out;
 animation-timing-function:ease-out
}
 50% {
 -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 80% {
 -webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
 transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
 @-webkit-keyframes flipInX {
 from {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in;
 opacity:0
}
 40% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 60% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity:1
}
 80% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px)
}
}
 @keyframes flipInX {
 from {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in;
 opacity:0
}
 40% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 60% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity:1
}
 80% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
 @-webkit-keyframes flipInY {
 from {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in;
 opacity:0
}
 40% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 60% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity:1
}
 80% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px)
}
}
 @keyframes flipInY {
 from {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in;
 opacity:0
}
 40% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function:ease-in;
 animation-timing-function:ease-in
}
 60% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity:1
}
 80% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
 @-webkit-keyframes flipOutX {
 from {
 -webkit-transform:perspective(400px);
 transform:perspective(400px)
}
 30% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity:1
}
 to {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0
}
}
 @keyframes flipOutX {
 from {
 -webkit-transform:perspective(400px);
 transform:perspective(400px)
}
 30% {
 -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity:1
}
 to {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
 @-webkit-keyframes flipOutY {
 from {
 -webkit-transform:perspective(400px);
 transform:perspective(400px)
}
 30% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity:1
}
 to {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0
}
}
 @keyframes flipOutY {
 from {
 -webkit-transform:perspective(400px);
 transform:perspective(400px)
}
 30% {
 -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity:1
}
 to {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
 @-webkit-keyframes lightSpeedIn {
 from {
 -webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
 transform:translate3d(100%, 0, 0) skewX(-30deg);
 opacity:0
}
 60% {
 -webkit-transform:skewX(20deg);
 transform:skewX(20deg);
 opacity:1
}
 80% {
 -webkit-transform:skewX(-5deg);
 transform:skewX(-5deg);
 opacity:1
}
 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
 @keyframes lightSpeedIn {
 from {
 -webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
 transform:translate3d(100%, 0, 0) skewX(-30deg);
 opacity:0
}
 60% {
 -webkit-transform:skewX(20deg);
 transform:skewX(20deg);
 opacity:1
}
 80% {
 -webkit-transform:skewX(-5deg);
 transform:skewX(-5deg);
 opacity:1
}
 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
 @-webkit-keyframes lightSpeedOut {
 from {
 opacity:1
}
 to {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0
}
}
 @keyframes lightSpeedOut {
 from {
 opacity:1
}
 to {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
 @-webkit-keyframes rotateIn {
 from {
 -webkit-transform-origin:center;
 transform-origin:center;
 -webkit-transform:rotate3d(0, 0, 1, -200deg);
 transform:rotate3d(0, 0, 1, -200deg);
 opacity:0
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
 @keyframes rotateIn {
 from {
 -webkit-transform-origin:center;
 transform-origin:center;
 -webkit-transform:rotate3d(0, 0, 1, -200deg);
 transform:rotate3d(0, 0, 1, -200deg);
 opacity:0
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
 @-webkit-keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 -webkit-transform:rotate3d(0, 0, 1, -45deg);
 transform:rotate3d(0, 0, 1, -45deg);
 opacity:0
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
 @keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 -webkit-transform:rotate3d(0, 0, 1, -45deg);
 transform:rotate3d(0, 0, 1, -45deg);
 opacity:0
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
 @-webkit-keyframes rotateInDownRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 -webkit-transform:rotate3d(0, 0, 1, 45deg);
 transform:rotate3d(0, 0, 1, 45deg);
 opacity:0
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
 @keyframes rotateInDownRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 -webkit-transform:rotate3d(0, 0, 1, 45deg);
 transform:rotate3d(0, 0, 1, 45deg);
 opacity:0
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
 @-webkit-keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 -webkit-transform:rotate3d(0, 0, 1, 45deg);
 transform:rotate3d(0, 0, 1, 45deg);
 opacity:0
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
 @keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 -webkit-transform:rotate3d(0, 0, 1, 45deg);
 transform:rotate3d(0, 0, 1, 45deg);
 opacity:0
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
 @-webkit-keyframes rotateInUpRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 -webkit-transform:rotate3d(0, 0, 1, -90deg);
 transform:rotate3d(0, 0, 1, -90deg);
 opacity:0
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
 @keyframes rotateInUpRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 -webkit-transform:rotate3d(0, 0, 1, -90deg);
 transform:rotate3d(0, 0, 1, -90deg);
 opacity:0
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
 @-webkit-keyframes rotateOut {
 from {
 -webkit-transform-origin:center;
 transform-origin:center;
 opacity:1
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0
}
}
 @keyframes rotateOut {
 from {
 -webkit-transform-origin:center;
 transform-origin:center;
 opacity:1
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
 @-webkit-keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0
}
}
 @keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
 @-webkit-keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0
}
}
 @keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
 @-webkit-keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0
}
}
 @keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin:left bottom;
 transform-origin:left bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
 @-webkit-keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0
}
}
 @keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin:right bottom;
 transform-origin:right bottom;
 opacity:1
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
 @-webkit-keyframes hinge {
 0% {
 -webkit-transform-origin:top left;
 transform-origin:top left;
 -webkit-animation-timing-function:ease-in-out;
 animation-timing-function:ease-in-out
}
 20%, 60% {
 -webkit-transform:rotate3d(0, 0, 1, 80deg);
 transform:rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin:top left;
 transform-origin:top left;
 -webkit-animation-timing-function:ease-in-out;
 animation-timing-function:ease-in-out
}
 40%, 80% {
 -webkit-transform:rotate3d(0, 0, 1, 60deg);
 transform:rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin:top left;
 transform-origin:top left;
 -webkit-animation-timing-function:ease-in-out;
 animation-timing-function:ease-in-out;
 opacity:1
}
 to {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0
}
}
 @keyframes hinge {
 0% {
 -webkit-transform-origin:top left;
 transform-origin:top left;
 -webkit-animation-timing-function:ease-in-out;
 animation-timing-function:ease-in-out
}
 20%, 60% {
 -webkit-transform:rotate3d(0, 0, 1, 80deg);
 transform:rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin:top left;
 transform-origin:top left;
 -webkit-animation-timing-function:ease-in-out;
 animation-timing-function:ease-in-out
}
 40%, 80% {
 -webkit-transform:rotate3d(0, 0, 1, 60deg);
 transform:rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin:top left;
 transform-origin:top left;
 -webkit-animation-timing-function:ease-in-out;
 animation-timing-function:ease-in-out;
 opacity:1
}
 to {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
 @-webkit-keyframes rollIn {
 from {
 opacity:0;
 -webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes rollIn {
 from {
 opacity:0;
 -webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
 @-webkit-keyframes rollOut {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
 @keyframes rollOut {
 from {
 opacity:1
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
 @-webkit-keyframes zoomIn {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.3, 0.3, 0.3);
 transform:scale3d(0.3, 0.3, 0.3)
}
 50% {
 opacity:1
}
}
 @keyframes zoomIn {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.3, 0.3, 0.3);
 transform:scale3d(0.3, 0.3, 0.3)
}
 50% {
 opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
 @-webkit-keyframes zoomInDown {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
 @keyframes zoomInDown {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
 @-webkit-keyframes zoomInLeft {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
 @keyframes zoomInLeft {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
 @-webkit-keyframes zoomInRight {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
 @keyframes zoomInRight {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
 @-webkit-keyframes zoomInUp {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
 @keyframes zoomInUp {
 from {
 opacity:0;
 -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 60% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
 @-webkit-keyframes zoomOut {
 from {
 opacity:1
}
 50% {
 opacity:0;
 -webkit-transform:scale3d(0.3, 0.3, 0.3);
 transform:scale3d(0.3, 0.3, 0.3)
}
 to {
 opacity: 0
}
}
 @keyframes zoomOut {
 from {
 opacity:1
}
 50% {
 opacity:0;
 -webkit-transform:scale3d(0.3, 0.3, 0.3);
 transform:scale3d(0.3, 0.3, 0.3)
}
 to {
 opacity: 0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
 @-webkit-keyframes zoomOutDown {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
 @keyframes zoomOutDown {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
 @-webkit-keyframes zoomOutLeft {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center
}
}
 @keyframes zoomOutLeft {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
 @-webkit-keyframes zoomOutRight {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center
}
}
 @keyframes zoomOutRight {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
 @-webkit-keyframes zoomOutUp {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
 @keyframes zoomOutUp {
 40% {
 opacity:1;
 -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
 @-webkit-keyframes slideInDown {
 from {
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInDown {
 from {
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
 @-webkit-keyframes slideInLeft {
 from {
 -webkit-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInLeft {
 from {
 -webkit-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
 @-webkit-keyframes slideInRight {
 from {
 -webkit-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInRight {
 from {
 -webkit-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
 @-webkit-keyframes slideInUp {
 from {
 -webkit-transform:translate3d(0, 100%, 0);
 transform:translate3d(0, 100%, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInUp {
 from {
 -webkit-transform:translate3d(0, 100%, 0);
 transform:translate3d(0, 100%, 0);
 visibility:visible
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
 @-webkit-keyframes slideOutDown {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0)
}
}
 @keyframes slideOutDown {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0)
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
 @-webkit-keyframes slideOutLeft {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0)
}
}
 @keyframes slideOutLeft {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
 @-webkit-keyframes slideOutRight {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0)
}
}
 @keyframes slideOutRight {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
 @-webkit-keyframes slideOutUp {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
}
 @keyframes slideOutUp {
 from {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
body.wf-loading main {
	opacity: 0;
	transition: none
}
main {
	opacity: 1;
	transition: opacity 1s ease
}
.fout-overlay {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: white;
	z-index: 9999999;
	opacity: 1;
	transition: opacity 0.5s
}
.fout-overlay.hidden {
	opacity: 0
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 300;
	src: local("Apercu"), url(/assets/apercu_light-7e5f1ba9c6b5f53841140123ff5d1bf5f2b13b9544e41ea483f241f22f109c68.woff2) format("woff2")
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 400;
	src: local("Apercu"), url(/assets/apercu_regular-e918a3fcb44e725952c49774404f5564c0e5bf79fe03fdd78ec2034561153672.woff2) format("woff2")
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 500;
	src: local("Apercu"), url(/assets/apercu_medium-ae63dfbfa00f5dfec350db54b3aa516ca165f10419724ca2cdd3be74f50b4f5a.woff2) format("woff2")
}
@font-face {
	font-family: "freight-big-pro";
	src: url(/assets/e58e56a7-c6da-4aa1-9cc6-a62707c2d4ca-c1ae78a5c3aa0b8ad38d513e6f672b7795600b7e956ea9a58a9b3a5dca305813.eot?#iefix);
	src: url(/assets/e58e56a7-c6da-4aa1-9cc6-a62707c2d4ca-c1ae78a5c3aa0b8ad38d513e6f672b7795600b7e956ea9a58a9b3a5dca305813.eot?#iefix) format("eot"), url(/assets/3699ccd4-5209-4a5b-a6c4-f1ba5e92cb3a-d9898b22de82287142bd0cb75d921626f66e9bd74f31f6d52d13d7b774888c8a.woff2) format("woff2"), url(/assets/ffbaf7da-1f76-4207-a288-acd683037563-96dcea09087dc1f06e53f7a3f3b5b0300ea13f2a7766bd96da278f2ec45b16f1.woff) format("woff"), url(/assets/a0c6441b-a446-448b-8170-5c7806103e75-888e58756b67b254a679566e9f75ccae7bea6fcf0f905e88b305f6e672921dd1.ttf) format("truetype")
}
 @keyframes cross-mix-down {
 0% {
 transform:rotate(45deg) translate3d(0px, -50%, 0);
 opacity:1
}
 50% {
 transform:rotate(45deg) translate3d(40px, -50%, 0);
 opacity:0
}
 51% {
 transform:rotate(45deg) translate3d(-40px, -50%, 0);
 opacity:0
}
 100% {
 transform:rotate(45deg) translate3d(0px, -50%, 0);
 opacity:1
}
}
 @keyframes cross-mix-up {
 0% {
 transform:rotate(-45deg) translate3d(0px, -50%, 0);
 opacity:1
}
 50% {
 transform:rotate(-45deg) translate3d(40px, -50%, 0);
 opacity:0
}
 51% {
 transform:rotate(-45deg) translate3d(-40px, -50%, 0);
 opacity:0
}
 100% {
 transform:rotate(-45deg) translate3d(0px, -50%, 0);
 opacity:1
}
}
.offsetInitial {
	opacity: 0;
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0)
}
.fadingUpIn {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.fadingDownOut {
	opacity: 0;
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html, body {
	font-family: 'Apercu', sans-serif;
	color: #313131;
	font-size: 23px;
	font-weight: 300;
	line-height: 38px;
	text-rendering: optimizeLegibility;
	overflow-x: hidden
}
body {
	position: relative;
	overflow: hidden
}
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden
}
.clearfix {
	overflow: auto
}
a:link {
	text-decoration: none;
	color: inherit
}
a:visited {
	color: inherit
}
p a:hover {
	color: #000;
	font-weight: 400
}
textarea:focus, input:focus {
	outline: none
}
h1 {
	font-family: "freight-big-pro", serif;
	font-size: 90px;
	line-height: 90px;
	font-weight: 400;
	letter-spacing: 0.5px
}
h2 {
	font-family: "Apercu", sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 23px
}
.line {
	display: block;
	overflow-x: hidden;
	float: left;
	height: 2px;
	background-color: #000;
	content: " ";
	width: 77px;
	margin: 32px 6px 0 0
}
input.error {
	color: red !important;
	background-color: #fff0f0 !important
}
 input.error::-webkit-input-placeholder {
 color:#ff8080 !important
}
 input.error::-moz-placeholder {
 color:#ff8080 !important
}
 input.error:-ms-input-placeholder {
 color:#ff8080 !important
}
 input.error:-moz-placeholder {
 color:#ff8080 !important
}
 input.error::placeholder {
 color:#ff8080 !important
}

@media only screen and (min-width: 769px) {
.cookie {
	position: absolute;
	transform: translate3d(0, -100%, 0);
	transition: all 0.2s cubic-bezier(0.17, 0.67, 0.21, 1);
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 130px;
	text-align: center;
	font-family: 'Apercu', sans-serif;
	color: #313131;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	text-rendering: optimizeLegibility;
	border-bottom: 1px solid #e6e6e6;
	z-index: 10
}
.cookie p {
	padding-bottom: 0 !important
}
.cookie.cookie-show {
	transform: translate3d(0, 0, 0);
	transition-delay: 3s
}
.cookie .close-icon {
	display: inline-block;
	opacity: 1;
	width: 12px;
	margin-left: 12px;
	margin-bottom: -1px
}
.cookie .close-icon:hover {
	cursor: pointer
}
.cookie a:link {
	display: inline;
	font-style: italic;
	position: relative;
	font-weight: 300;
	border-bottom: 1px solid black
}
.loading {
	position: fixed;
	background-color: #fff;
	width: 200vw;
	height: 200vh;
	top: 150vh;
	z-index: 19998;
	transform: translateX(-20%) rotate(-15deg);
	transition: top 1s ease
}
.loading.show {
	top: -45vh
}
.loading-s {
	display: block;
	pointer-events: none;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: 20vh;
	text-align: center;
	font-size: 200px;
	font-family: "freight-big-pro", serif;
	z-index: 19999;
	transition: opacity 1s ease
}
.loading-s::before {
/*content: "S"*/
}
.loading-s.show {
	opacity: 1;
	transition-delay: 0.3s
}
.only-mobile {
	display: none !important
}
.menu-layer {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(224,224,224,0.72);
	opacity: 0;
	z-index: 3100;
	transition: all 1.2s ease;
	pointer-events: none
}
.menu-layer.visible {
	opacity: 1
}
.menu-pg {
	position: fixed;
	top: 0;
	right: 0;
	width: 843px;
	height: 100vh;
	background-color: #fff;
	z-index: 10000;
	/*padding-left: 180px;
	padding-top: 110px;*/
	padding-left: 100px;
	padding-top: 90px;
	transition: all .3s ease;
	transform: translateX(843px)
}
.menu-pg.show {
	transform: translateX(0)
}
.menu-pg div {
	position: relative
}
.menu-pg .close-icon {
	position: absolute;
	opacity: 1;
	/*top: 50px;*/
	top: 20px;
	right: 50px;
	width: 30px;
	height: 30px;
	transition: all .2s ease
}
.menu-pg .close-icon:hover {
	cursor: pointer
}
.menu-pg .close-icon:before, .menu-pg .close-icon:after {
	display: block;
	position: absolute;
	background-color: #000;
	content: " ";
	width: 42.43px;
	height: 2px
}
.menu-pg .close-icon:before {
	top: 0;
	transform: rotate(45deg) translate3d(0px, -50%, 0);
	transform-origin: 0 0
}
.menu-pg .close-icon:after {
	bottom: -2px;
	transform: rotate(-45deg) translate3d(0px, -50%, 0);
	transform-origin: 0 0
}
.menu-pg .close-icon:hover:before {
	animation: cross-mix-down .6s 1
}
.menu-pg .close-icon:hover:after {
	animation: cross-mix-up .6s 1
}
.menu-pg .name {
	/*font-family: "freight-big-pro", serif;*/
	font-family: 'Conv_Canela-Regular';
	font-size: 90px;
	line-height: 90px;
	font-weight: 400;
	letter-spacing: normal;
	padding-bottom: .6em
}
.menu-pg .line {
	margin-top: -30px
}
.menu-pg .infos {
	left: -50px;
	/*width: 20%;*/
	width: 70%;
	position: absolute;
	transform: translateX(200px);
	transition: transform 0.72s ease
}
.menu-pg.show .infos {
	transform: translateX(0)
}
.menu-pg .infos>p {
	/*font-size: 18px;*/
	font-size: 17px;
	letter-spacing: normal;
	min-width: 160px;
	margin-bottom: 10px;
}
.menu-pg .infos>p:nth-child(odd) {
	font-weight: 600;
	padding-bottom: 0
}
.menu-pg .infos>p:nth-child(even) {
	font-weight: 300;
	margin-top: -2px;
	/*line-height: 28px;
	padding-bottom: 15px;*/
	padding-bottom: 8px;
	line-height: 22px;
}
.menu-pg .menu-click {
	position: absolute;
	margin-left: 100%;
	/*font-size: 38px;*/
	font-weight: 400;
	padding-top: 11px;
	font-size: 22px;
	width: 36%;
}
.menu-pg .menu-click a {
	position: relative;
	display: block;
	/*margin-bottom: 15px;*/
	margin-bottom: 15px;
	width: fit-content;
	transition: all .5s ease;
	font-weight: 300
}
.menu-pg .menu-click a span {
	position: relative;
	font-size: 20px;
	left: 2px;
	top: -16px
}
.menu-pg.show .menu-click a {
	transform: translateX(-285px)
}
.menu-pg .menu-click a:hover:after {
	position: absolute;
	height: 2px;
	margin: 0 auto;
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	background-color: #000;
	bottom: -5px
}
.menu-pg .menu-click a:nth-child(1) {
	transition-delay: 0.22s
}
.menu-pg .menu-click a:nth-child(2) {
	transition-delay: 0.24s
}
.menu-pg .menu-click a:nth-child(3) {
	transition-delay: 0.26s
}
.menu-pg .menu-click a:nth-child(4) {
	transition-delay: 0.28s
}
.menu-pg .menu-click a:nth-child(5) {
	transition-delay: 0.3s
}
.menu-pg .menu-click a:nth-child(6) {
	transition-delay: 0.32s
}
.menu-pg .menu-click a:nth-child(7) {
	transition-delay: 0.34s
}
.menu-pg .menu-click a:nth-child(8) {
	transition-delay: 0.36s
}
.menu-pg .menu-click a:nth-child(9) {
	transition-delay: 0.38s
}
.menu-pg .terms, .menu-pg .privacy {
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 12px !important;
	line-height: 18px
}
header .icon-menu, header .shopping {
	transition: all 0.2s ease
}
.signup {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	padding-bottom: 120px;
	width: 70%;
	max-width: 900px;
	font-family: "freight-big-pro", serif;
	font-weight: 400;
	font-size: 80px;
	line-height: 90px;
	text-align: center
}
.signup input[type=email] {
	width: 315px;
	text-align: center;
	border: none;
	border-bottom: 2px solid #000;
	color: black;
	font-family: "freight-big-pro", serif;
	background-color: transparent;
	font-style: italic;
	font-weight: 100
}
 .signup input[type=email]::-webkit-input-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]::-moz-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]:-ms-input-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]:-moz-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]::placeholder {
 color:#dfdfdf
}
.signup a {
	display: block;
	margin-top: 28px;
	font-size: 18px;
	line-height: 21px
}
.signup>* {
	transition: opacity 1s ease
}
.signup .only-success {
	opacity: 0
}
.signup p.only-success {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.signup.success>* {
	opacity: 0
}
.signup.success .only-success {
	opacity: 1 !important
}
.menu-lower {
	position: fixed;
	/*top: 20px;*/
	bottom: 0;
	right: 65px;
	z-index: 1301;
	text-align: center;
	top: -60px;
}
.menu-lower .bar {
	color: #e6e6e6;
	font-weight: 300
}
.menu-lower a[rel=alternate][hreflang] {
	display: hidden;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 50px;
	right: -13px;
	font-size: 15px;
	font-weight: 400;
	transform: rotate(90deg);
	transform-origin: center;
	text-align: center
}
.menu-lower a[rel=alternate][hreflang].show {
	display: block
}
.menu-lower a[rel=alternate][hreflang] span {
	display: inline-block;
	position: relative
}
.menu-lower a[rel=alternate][hreflang]:hover span::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: black
}
.menu-lower nav {
	z-index: 3000
}
.menu-lower nav {
	position: absolute;
	top: 50%;
	left: 50%;
	/*font-size: 15px;*/
	font-weight: 400;
	letter-spacing: 1px;
	color: #a7a7a7;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	line-height: 30px;
	font-size: 14px;
}
.menu-lower nav>a {
	/*padding: 12px 8px;
	margin-right: 14px;*/
	color: black !important;
	position: relative;
	padding: 0 6px;
	margin-right: 3px;
}
.menu-lower nav>a span {
	position: relative
}
.menu-lower nav>a span+span {
	left: 1px;
	top: -7px;
	font-size: 11px
}
.menu-lower nav:not(:hover)>a.active span:first-child::before, .menu-lower nav:hover>a:hover span:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 2px;
	background: black
}
.menu-upper {
	position: fixed;
	width: 125px;
	height: 165px;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: 1300;
}
.menu-upper .shopping {
	display: none;
	position: fixed;
	width: 50px;
	right: 32px;
	top: 110px;
	padding: 5px
}
.menu-upper .icon-shopping {
	z-index: 3200;
	position: absolute;
	width: 28px;
	shape-rendering: crispEdges
}
.menu-upper .quantity {
	position: absolute;
	left: 35px;
	top: -12px;
	width: 40px;
	height: auto;
	color: #989797;
	font-size: 14px;
	z-index: 3400;
	font-weight: 400
}
.icon-menu {
	position: fixed;
	right: 50px;
	/*top: 55px;*/
	top: 30px;
	width: 26px;
	height: 23px;
	padding: 0px;
	background-color: #fff;
	z-index: 3100;
	transition: all 0.2s cubic-bezier(0.17, 0.67, 0.21, 1)
}
.icon-menu>div {
	display: block;
	position: absolute;
	background-color: #000;
	content: " ";
	width: 100%;
	height: 2px
}
.icon-menu .up {
	top: 5px
}
.icon-menu .down {
	bottom: 3px
}
.arrow-up {
	position: fixed;
	width: 16px;
	height: 28px;
	left: 53px;
	bottom: 65px;
	z-index: 10;
	box-sizing: content-box;
	padding: 5px;
	z-index: 99999;
}
.arrow-up:hover {
	height: 54px;
	cursor: pointer
}
.arrow-head {
	margin-top: -2px
}
.arrow-line {
	display: block;
	position: absolute;
	top: -27px;
	left: 12px;
	background-color: #000;
	content: " ";
	width: 2px;
	height: 100%;
	margin: 0;
	margin-top: 32px
}
.js--wp-arrow {
	position: absolute;
	top: 1000px
}
body:before {
	height: 100%;
	position: absolute;
	width: 130px;
	content: '';
	border-left: 1px solid #e6e6e6;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 20;
	display: block !important;
}
.head-under {
	font-style: italic;
	display: inline-block;
	position: relative
}
.head-under:after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%
}
.head-under:after {
	bottom: .10em;
	border-bottom: 2px solid;
	transition: all .2s ease
}
.head-under:hover:after {
	bottom: .43em !important
}
.page-articles-index .hero-text-box {
	display: block;
	/*margin-top: 130px;
	max-width: 700px;*/
	max-width: 900px;
}
.page-articles-index .hero-text-box.hero-tags {
	margin-left: 130px;
	margin-right: 195px
}
.page-articles-index .hero-text-box.hero-intro {
	position: relative;
	left: -65px;
	margin-left: auto;
	margin-right: auto
}
.page-articles-index .hero-text-box.hero-intro h1 {
	/*font-family: Apercu, sans-serif;*/
	font-family: 'Conv_Canela-Regular';
	font-size: 50px;
	font-weight: 300;
	line-height: 65px;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
	/*padding: 80px 0;*/
	padding: 120px 0 60px;
}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
.page-articles-index .hero-text-box.hero-tags h1 {
	font-size: 66px;
	line-height: 66px
}
}

@media only screen and (min-width: 769px) {
.page-articles-index .teaser-copy {
	position: relative;
	overflow: hidden;
	letter-spacing: 0;
	/*font-size: 23px;*/
	font-weight: 300;
	/*line-height: 38px;*/
	/*max-height: 120px;*/
	padding-left: 5px;
	/*margin-left: 75px;*/
	margin-top: 14px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
.page-articles-index figure {
	overflow: hidden
}
.page-articles-index .t-img, .page-articles-index .img-main {
	transition: transform 0.5s ease-out
}
.page-articles-index .teasers>div:hover img {
	transform: scale(1.05)
}
.page-articles-index div.main.large-teaser .pic-wrap-main {
	margin: 0 130px;
	margin-top: 100px;
	animation-delay: 0.8s;
	max-height: 600px
}
.page-articles-index div.main.large-teaser .small-teaser .pic-wrap-main {
	width: 550px;
	height: 660px;
	margin-top: 105px;
	margin-left: 0px
}
.page-articles-index div.main.large-teaser .img-main {
	width: 100%;
	max-height: 600px;
	object-fit: cover
}
.page-articles-index div.main.large-teaser:hover img {
	transform: scale(1.05)
}
.page-articles-index .main.slideshow {
	display: block;
	position: relative;
	width: calc(100% - 131px);
	height: 52vw;
	max-height: 600px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.page-articles-index .main.slideshow.drag-started * {
	pointer-events: none
}
.page-articles-index .main.slideshow a {
	-webkit-tap-highlight-color: transparent
}
.page-articles-index .main.slideshow li {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.page-articles-index .main.slideshow figure {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%
}
.page-articles-index .main.slideshow figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.page-articles-index .main.slideshow figure::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 25%;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.45) 100%)
}
.page-articles-index .main.slideshow .t-txt {
	position: absolute;
	left: 130px;
	right: 130px;
	bottom: 130px;
	color: white
}
.page-articles-index .main.slideshow .t-txt h6 {
	font-size: 90px;
	line-height: 90px
}
.page-articles-index .main.slideshow .t-txt p {
	font-size: 36px;
	line-height: 40px;
	margin-left: 0;
	padding-left: 0
}
.page-articles-index .main.slideshow li {
	display: none
}
.page-articles-index .main.slideshow li figure {
	background: black
}
.page-articles-index .main.slideshow li.show {
	display: block
}
.page-articles-index .teasers {
	max-width: 0px;
	margin: 0 auto;
	overflow: visible
}
.page-articles-index .main.large-teaser .t-txt {
	max-width: calc(50vw - 105px);
	margin-top: 42px;
	margin-left: 440px
}
.page-articles-index h6 {
	/*font-family: "freight-big-pro", serif;*/
	font-family: 'Conv_Canela-Regular';
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 1px
}
.page-articles-index .teasers>div:nth-of-type(4n+1) {
	width: 700px
}
.page-articles-index .teasers>div:nth-of-type(4n+1) figure {
	height: 471px;
	margin: 140px 0 0 -750px;
	width: 700px;
}
.page-articles-index .teasers>div:nth-of-type(4n+1) .t-txt {
	position: absolute;
	margin-top: -205px;
	max-width: calc(50vw - 185px)
}
.page-articles-index .teasers>div:nth-of-type(4n+2) {
	margin: 240px 0 0 0
}
.page-articles-index .teasers>div:nth-of-type(4n+2) figure {
	width: 460px;
	height: 597px;
	margin: 0 0 0 70px
}
.page-articles-index .teasers>div:nth-of-type(4n+2) .t-txt {
	margin-top: -480px;
	margin-left: -550px;
	float: right;
	max-width: 400px
}
.page-articles-index .teasers>div:nth-of-type(4n+3) {
	height: 597px
}
.page-articles-index .teasers>div:nth-of-type(4n+3) figure {
	width: 460px;
	margin: 0 0 0 -610px;
	height: 597px
}
.page-articles-index .teasers>div:nth-of-type(4n+3) .t-txt {
	position: absolute;
	width: 600px;
	margin-top: -310px;
	margin-left: -70px;
	max-width: calc(50vw - 115px)
}
.page-articles-index .teasers>div:nth-of-type(4n+4) {
	height: 650px;
	width: 600px
}
.page-articles-index .teasers>div:nth-of-type(4n+4) figure {
	margin: 180px 0 0 -230px;
	width: 700px;
	height: 471px
}
.page-articles-index .teasers>div:nth-of-type(4n+4) .t-txt {
	margin-left: -230px;
	margin-top: 48px
}
.page-articles-index footer {
	overflow: hidden;
	text-align: center
}
.page-articles-index footer .social {
	margin-top: 180px;
	margin-bottom: 90px;
	display: inline-block;
	list-style: none;
	padding: 0
}
.page-articles-index footer .social li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 15px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	border-bottom: 2px solid black
}
.page-articles-index section:not(.teasers)+footer .social {
	margin-top: 120px
}
.page-articles-show p {
	padding-bottom: 1.7em
}
.page-articles-show .title-all {
	display: block;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 700px;
	overflow: visible
}
.page-articles-show .title {
	font-size: 90px;
	ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.page-articles-show h2 {
	margin-bottom: 30px
}
.page-articles-show h3 {
	font-family: 'Apercu', sans-serif;
	color: #000;
	font-size: 30px;
	line-height: 48px;
	letter-spacing: 0;
	font-weight: 300;
	text-align: center;
	margin-top: -50px;
	margin-bottom: 120px
}
.page-articles-show h4 {
	font-family: "Apercu", sans-serif;
	color: #313131;
	font-size: 36px;
	line-height: 50px;
	font-weight: 300;
	text-align: left;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em
}
.page-articles-show h5 {
	font-family: "freight-big-pro", serif;
	color: #313131;
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0
}
.page-articles-show h6 {
	font-family: "freight-big-pro", serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 1px
}
.page-articles-show figure {
	overflow: visible;
	display: inline-block;
	position: relative
}
.page-articles-show #img-article-main {
	position: relative;
	height: auto;
	margin: 0 auto
}
.page-articles-show #img-article-main img {
	max-width: 700px
}
.page-articles-show #img-article-main .only-landscape {
	display: none
}
.page-articles-show.intro-landscape .title-all {
	max-width: 100%
}
.page-articles-show.intro-landscape .wrapper-intro {
	max-width: 700px;
	margin: 0 auto
}
.page-articles-show.intro-landscape #img-article-main .only-landscape {
	display: inline
}
.page-articles-show.intro-landscape #img-article-main .only-portrait {
	display: none
}
.page-articles-show.intro-landscape #img-article-main img {
	max-width: none;
	max-height: 700px
}
.page-articles-show .portrait {
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 150px auto
}
.page-articles-show .portrait div {
	display: table;
	margin: auto
}
.page-articles-show .portrait div img {
	display: table-row;
	max-width: 700px
}
.page-articles-show .portrait div figcaption {
	display: table-cell
}
.page-articles-show .portrait.has-caption {
	margin-bottom: 200px
}
.page-articles-show .landscape {
	overflow: visible;
	margin: 0 0 140px 0;
	width: 100%;
	max-height: 700px
}
.page-articles-show .landscape.has-caption {
	margin-bottom: 190px
}
.page-articles-show .landscape>img {
	max-height: 700px;
	object-fit: cover
}
.page-articles-show .scaled {
	width: 100%
}
.page-articles-show .hotspot-cont {
	margin-top: 70px;
	overflow: visible;
	position: relative;
	width: 1240px;
	height: 605px;
	margin-bottom: 150px;
	margin-left: 0;
	margin-left: auto;
	margin-right: auto
}
.page-articles-show .img-article-5 {
	width: 100%
}
.page-articles-show .double-img {
	max-width: 1239px;
	margin: 0 auto 120px auto
}
.page-articles-show .double-first {
	position: relative;
	display: block;
	width: 56%;
	height: auto;
	margin-left: 0px
}
.page-articles-show .double-last {
	width: 56%;
	margin-top: -7%;
	margin-left: 44%
}
.page-articles-show figcaption {
	position: absolute;
	font-weight: 300;
	letter-spacing: normal;
	font-size: 17px;
	line-height: 27px;
	text-align: left
}
.page-articles-show .left-caption {
	left: -29px;
	bottom: 15px;
	transform-origin: 0% 100%;
	transform: rotate(270deg)
}
.page-articles-show .right-caption {
	right: -28px;
	top: -22px;
	transform-origin: 0% 100%;
	transform: translate(100%, 0%) rotate(90deg);
	vertical-align: top
}
.page-articles-show .bottom-caption {
	margin-top: 20px;
	max-height: 45px
}
.page-articles-show .text {
	width: 700px;
	height: auto;
	margin: 0 auto;
	margin-bottom: calc(150px - 1.7em);
	overflow: visible
}
.page-articles-show blockquote {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: calc(150px - 1.7em);
	display: block;
	font-family: "freight-big-pro", serif;
	color: #313131;
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	text-align: center;
	letter-spacing: .5px
}
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
.page-articles-show blockquote {
	padding: 0 20px
}
}

@media only screen and (min-width: 769px) {
.page-articles-show .container-line {
	position: relative;
	overflow: hidden;
	width: 256px;
	height: 256px;
	max-height: 0;
	transition: all 2s cubic-bezier(0.74, -0.02, 0.32, 1.03)
}
.page-articles-show figure.portrait p {
	display: none
}
}

@media only screen and (min-width: 769px) and (min-width: 1280px) {
.page-articles-show figure.portrait p {
	display: block;
	position: absolute;
	bottom: 150px;
	left: -253px;
	max-width: 220px;
	font-size: 16px;
	line-height: 26px;
	text-align: right
}
}

@media only screen and (min-width: 769px) {
.page-articles-show .article-body-wrap {
	margin: 0 130px
}
.page-articles-show .article-body-wrap a {
	font-style: italic;
	display: inline-block;
	position: relative;
	font-weight: 300
}
.page-articles-show .article-body-wrap a:after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%;
	bottom: .2em;
	border-bottom: 1px solid
}
.page-articles-show .wrapper-init-line {
	margin-top: 35px;
	width: 256px;
	height: 256px;
	overflow: visible;
	padding-bottom: 0
}
.page-articles-show .container-line.init {
	margin-left: -110px
}
.page-articles-show .init-line {
	top: -140px;
	left: 100px;
	position: absolute;
	width: 220px;
	content: '';
	border-bottom: 1px solid #000;
	transform: rotate(315deg);
	margin-top: 220px;
	margin-left: -150px
}
.page-articles-show .intro {
	padding: 0;
	width: 700px;
	height: auto;
	overflow-x: visible;
	margin-top: -94px;
	margin-bottom: 80px
}
.page-articles-show .container {
	position: relative;
	width: 400px;
	height: 400px;
	left: 415px;
	top: -458px;
	overflow: hidden;
	font-size: 20px;
	font-weight: 300
}
.page-articles-show .hidden-hotspot {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	transition: all .7s ease
}
.page-articles-show .container .price {
	position: absolute;
	top: 25px;
	left: 40px;
	z-index: 10;
	background-color: transparent
}
.page-articles-show .container .name {
	position: absolute;
	bottom: -5px;
	right: 32px;
	z-index: 10;
	background-color: transparent
}
.page-articles-show .img-hotspot-product {
	position: absolute;
	width: 100%;
	height: 100%
}
.page-articles-show .hotspot {
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	left: 415px;
	top: 302px;
	transition: all 1s ease
}
.page-articles-show .hot-animation {
	animation: human-pulse 3s infinite
}
.page-articles-show .hotspot.clickable {
	width: 65px;
	height: 65px;
	background-color: #2D2D2D;
	transition: all .5s ease
}
.page-articles-show .plus {
	opacity: 0;
	width: 12px;
	height: 12px;
	left: 415px;
	top: 302px;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 111
}
.page-articles-show .wrapper-end-line {
	position: relative;
	height: 256px
}
.page-articles-show .container-line.end {
	position: absolute;
	right: -30px;
	top: -135px
}
.page-articles-show .end-line {
	position: absolute;
	width: 220px;
	content: '';
	border-bottom: 1px solid #000;
	transform: rotate(315deg);
	top: 100px;
	right: 0px;
	padding-bottom: 0
}
.page-articles-show .line-hz {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #e6e6e6;
	content: " ";
	padding-bottom: 0
}
.page-articles-show main>footer {
	height: 580px;
	overflow: visible;
	padding-top: 143px
}
.page-articles-show .ft-title {
	margin-top: -50px;
	text-align: center
}
.page-articles-show .ft-wrapper {
	max-width: 900px;
	margin: 0 auto
}
.page-articles-show .img-article-ft {
	margin-top: -5px;
	width: 700px;
	height: auto
}
.page-articles-show .product {
	display: block;
	position: fixed;
	left: 100%;
	top: 0;
	width: calc(100% - 130px);
	height: 100%;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .7s ease;
	transition-delay: 0.3s
}
.page-articles-show .margin:before {
	position: fixed;
	width: calc(100% - 130px);
	border-left: 1px solid #e6e6e6;
	top: 0;
	right: calc(-100% + 260px);
	bottom: 0;
	background-color: #fff;
	transition: all .7s ease;
	transition-delay: 0.3s
}
.page-articles-show .close {
	position: fixed;
	left: -150px;
	margin-left: 50px;
	top: 48vh;
	z-index: 1100;
	opacity: 0;
	width: 30px;
	transition: all .5s ease;
	transition-delay: 0.3s
}
.page-articles-show .pr-img {
	position: absolute;
	top: 145px;
	left: 70px;
	width: 44%;
	max-width: 630px
}
.page-articles-show .pr-info {
	position: relative;
	width: 400px;
	width: 30%;
	left: 770px;
	left: 56%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden
}
.page-articles-show .pr-info p {
	padding-bottom: 0
}
.page-articles-show .pr-info * {
	position: static
}
.page-articles-show .pr-title {
	margin-top: 128px;
	text-align: left;
	letter-spacing: .5px
}
.page-articles-show .pr-firm {
	margin-top: 4px;
	font-weight: 400;
	font-size: 21px;
	padding-left: 5px
}
.page-articles-show .pr-price {
	font-size: 40px;
	margin-top: 60px;
	font-weight: 300
}
.page-articles-show .pr-color {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	overflow: visible;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	border: 1 solid #e6e6e6;
	padding-left: 20px;
	border-radius: 0;
	margin-top: 90px;
	background: url(/images/button_select.jpg) no-repeat 95% 50%
}
.page-articles-show .button-select {
	position: absolute
}
.page-articles-show .pr-badge {
	position: relative;
	margin-top: 55px;
	width: 150px;
	height: 150px;
	background-color: #2D2D2D;
	border-radius: 50%
}
.page-articles-show .pr-badge-txt {
	position: absolute;
	color: #fff;
	top: 0px;
	width: 120px;
	transform: translate(12%, 125%);
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 20px;
	transition: all 0.5s cubic-bezier(0.63, 0, 0.47, 0.98)
}
.page-articles-show .pr-badge-txt.under {
	top: 100px
}
.page-articles-show .pr-details, .page-articles-show .pr-masse {
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400
}
.page-articles-show .pr-details {
	margin-top: 95px
}
.page-articles-show .pr-masse {
	margin-top: 35px
}
.page-articles-show .pr-details-txt, .page-articles-show .pr-masse-txt {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: normal;
	margin-top: -5px
}
.page-articles-show .pr-img.expand-2 {
	left: 200px
}
.page-articles-show .pr-info *.expand-2 {
	position: fixed;
	left: 900px;
	z-index: 40;
	transition: all 0.5s ease
}
.page-articles-show .pr-price {
	font-size: 20px
}
.page-articles-show sup {
	vertical-align: super;
	font-size: 23px;
	padding-left: 5px
}
.page-articles-show .pr-quote {
	margin-top: 147px;
	width: 775px
}
.page-articles-show .pr-others {
	overflow: hidden;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 205px;
	padding-top: 110px;
	background-color: #f5f5f5;
	padding-left: 130px;
	padding-right: 130px;
	padding-bottom: 100px
}
.page-articles-show .pr-img-others {
	position: relative;
	display: inline-block;
	max-width: 700px;
	margin-top: 90px;
	margin-left: 22px;
	margin-right: 22px;
	width: 43%;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: normal
}
.page-articles-show .pr-img-others img {
	width: 100%
}
.page-articles-show .pr-img-others .price {
	position: absolute;
	top: 28px;
	left: 38px
}
.page-articles-show .pr-img-others .name {
	position: absolute;
	bottom: 0px;
	right: 37px
}
.page-articles-show .inv {
	display: none
}
.page-articles-show .subtitle {
	animation-delay: 0.2s;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}
.page-articles-show #img-article-main {
	animation-delay: .4s
}
 @keyframes human-pulse {
 from {
 width:10px;
 height:10px
}
 10% {
 width:18px;
 height:18px
}
 20% {
 width:12px;
 height:12px
}
 30% {
 width:20px;
 height:20px
}
 40% {
 width:10px;
 height:10px
}
 to {
 width: 10px;
 height: 10px
}
}
.page-articles-show .img-hotspot-product.show, .page-articles-show .hidden-hotspot.show, .page-articles-show .close.show {
	left: 0
}
.page-articles-show .margin.pr-exp:before {
	right: 0;
	z-index: 40;
	pointer-events: none
}
.page-articles-show .margin.glitch:before {
	right: calc(-100% + 275px)
}
.page-articles-show .margin.transition-out:before {
	transition: none;
	transition-delay: 0
}
.page-articles-show .social {
	position: relative;
	top: -200px;
	display: block;
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.page-articles-show .social li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	border-bottom: 2px solid black
}
.page-about .about-head {
	margin: 127px 130px 0 130px;
	text-align: center;
	font-size: 22px
}
.page-about .about {
	margin-top: 55px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transform: translateX(-10px)
}
.page-about .signup {
	margin-top: 0px
}
.page-about .about, .page-about .signup {
	font-family: "freight-big-pro", serif;
	font-size: 110px;
	line-height: 130px;
	font-weight: 400;
	letter-spacing: 0;
	width: 70%
}
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
.page-about .about, .page-about .signup {
	font-size: 90px;
	line-height: 110px
}
}

@media only screen and (min-width: 769px) {
.page-about .head-under:after {
	bottom: .15em
}
.page-about .bottom-under:after {
	width: 410px
}
.imprint-head {
	margin-top: 100px;
	margin-left: 80px;
	font-size: 40px
}
.imprint {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: normal;
	margin-left: 80px;
	margin-right: 210px;
	margin-bottom: 80px
}
.imprint>p, .imprint>address {
	margin-top: 28px;
	ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.imprint a {
	text-decoration: underline
}
.imprint address {
	font-style: normal;
	padding-left: 40px
}
}

@media only screen and (max-width: 768px) {
.cookie {
	position: fixed;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.21, 1);
	transition: all 0.2s cubic-bezier(0.17, 0.67, 0.21, 1);
	background-color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 40px;
	text-align: center;
	font-family: 'Apercu', sans-serif;
	color: #313131;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	text-rendering: optimizeLegibility;
	border-top: 1px solid #e6e6e6;
	z-index: 10
}
.cookie p {
	padding-bottom: 0 !important
}
.cookie.cookie-show {
	transform: translate3d(0, 0, 0);
	transition-delay: 3s
}
.cookie .close-icon {
	display: inline-block;
	opacity: 1;
	width: 12px;
	margin-left: 12px;
	margin-bottom: -1px
}
.cookie .close-icon:hover {
	cursor: pointer
}
.cookie a:link {
	display: inline;
	font-style: italic;
	position: relative;
	font-weight: 300;
	border-bottom: 1px solid black
}
.loading {
	position: fixed;
	background-color: #fff;
	width: 200vw;
	height: 200vh;
	top: 150vh;
	z-index: 19998;
	transform: translateX(-20%) rotate(-15deg);
	transition: top 1s ease
}
.loading.show {
	top: -45vh
}
.loading-s {
	display: block;
	pointer-events: none;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: 45vh;
	text-align: center;
	font-size: 200px;
	font-family: "freight-big-pro", serif;
	z-index: 19999;
	transition: opacity 1s ease
}
.loading-s::before {
/*content: "S"*/
}
.loading-s.show {
	opacity: 1;
	transition-delay: 0.3s
}
.only-desktop {
	display: none !important
}
.menu-layer {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(224,224,224,0.72);
	opacity: 0;
	z-index: 3100;
	transition: all 1.2s ease;
	pointer-events: none
}
.menu-layer.visible {
	opacity: 1;
	transition: all .5s ease
}
html.scroll-out {
	overflow-y: hidden
}
.menu-pg {
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 10000;
	padding-top: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.menu-pg.show {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.menu-pg div {
	position: relative
}
.menu-pg .close-icon {
	position: absolute;
	opacity: 1;
	top: 50px;
	right: 50px;
	width: 21px;
	height: 21px;
	transition: all .2s ease
}
.menu-pg .close-icon:hover {
	cursor: pointer
}
.menu-pg .close-icon:before, .menu-pg .close-icon:after {
	display: block;
	position: absolute;
	background-color: #000;
	content: " ";
	width: 29.7px;
	height: 2px
}
.menu-pg .close-icon:before {
	top: 0;
	-webkit-transform: rotate(45deg) translate3d(0px, -50%, 0);
	transform: rotate(45deg) translate3d(0px, -50%, 0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.menu-pg .close-icon:after {
	bottom: -2px;
	-webkit-transform: rotate(-45deg) translate3d(0px, -50%, 0);
	transform: rotate(-45deg) translate3d(0px, -50%, 0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.menu-pg .close-icon:hover:before {
	-webkit-animation: cross-mix-down .6s 1;
	animation: cross-mix-down .6s 1
}
.menu-pg .close-icon:hover:after {
	-webkit-animation: cross-mix-up .6s 1;
	animation: cross-mix-up .6s 1
}
.menu-pg .name {
	font-family: "freight-big-pro", serif;
	font-size: 60px;
	font-weight: 300;
	line-height: 90px;
	text-align: left;
	letter-spacing: normal;
	padding-bottom: .6em;
	margin-top: 7px
}
.menu-pg .line {
	margin-top: -30px
}
.menu-pg .infos {
	left: 40px;
	position: absolute;
	transform: translateX(200px);
	transition: transform 0.72s ease
}
.menu-pg.show .infos {
	transform: translateX(0)
}
.menu-pg .infos>p {
	display: none
}
.menu-pg .menu-click {
	position: absolute;
	margin-top: -30px;
	margin-left: 40px;
	font-size: 40px;
	font-height: 80px;
	font-weight: 400;
	top: 100px
}
.menu-pg .menu-click a {
	position: relative;
	display: block;
	margin-bottom: 20px;
	width: fit-content;
	transition: all .5s ease;
	font-weight: 300;
	opacity: 0;
	transform: translateX(150%)
}
.menu-pg .menu-click a span {
	position: relative;
	font-size: 23px;
	left: 5px;
	top: -23px
}
.menu-pg.show .menu-click a {
	transform: translateX(0);
	opacity: 1
}
.menu-pg .menu-click a:nth-child(1) {
	transition-delay: 0.02s
}
.menu-pg .menu-click a:nth-child(2) {
	transition-delay: 0.04s
}
.menu-pg .menu-click a:nth-child(3) {
	transition-delay: 0.06s
}
.menu-pg .menu-click a:nth-child(4) {
	transition-delay: 0.08s
}
.menu-pg .menu-click a:nth-child(5) {
	transition-delay: 0.1s
}
.menu-pg .menu-click a:nth-child(6) {
	transition-delay: 0.12s
}
.menu-pg .menu-click a:nth-child(7) {
	transition-delay: 0.14s
}
.menu-pg .menu-click a:nth-child(8) {
	transition-delay: 0.16s
}
.menu-pg .menu-click a:nth-child(9) {
	transition-delay: 0.18s
}
.menu-pg .menu-click a:nth-child(10) {
	transition-delay: 0.20s
}
.menu-pg .terms, .menu-pg .privacy {
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 2px !important
}
.menu-pg .menu-click .line {
	margin-top: 25px;
	transition-delay: .6s
}
header .icon-menu, header .shopping {
	transition: all 0.2s ease
}
.signup {
	position: relative;
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 99px;
	font-family: 'Apercu', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 38px;
	text-align: center
}
.signup input[type=email] {
	width: 150px;
	text-align: center;
	border: none;
	border-bottom: 2px solid #000;
	-webkit-appearance: none;
	border-radius: 0;
	color: black;
	background-color: transparent;
	font-style: italic;
	font-weight: 100
}
 .signup input[type=email]::-webkit-input-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]::-moz-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]:-ms-input-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]:-moz-placeholder {
 color:#dfdfdf
}
 .signup input[type=email]::placeholder {
 color:#dfdfdf
}
.signup a {
	display: block;
	margin-top: 14px;
	font-size: 18px;
	line-height: 21px
}
.signup>* {
	transition: opacity 1s ease
}
.signup .only-success {
	opacity: 0
}
.signup p.only-success {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.signup.success>* {
	opacity: 0
}
.signup.success .only-success {
	opacity: 1 !important
}
nav {
	z-index: 3000
}
.under-menu {
	position: fixed;
	right: 2px;
	top: 0px;
	padding: 65px 50px;
	background-color: #fff;
	z-index: 3050
}
nav {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #a7a7a7;
	transform: translateX(-50%) translateY(-50%) rotate(90deg)
}
nav>a {
	padding: 12px 8px;
	margin-right: 14px;
	color: black !important;
	position: relative
}
nav>a span {
	position: relative
}
nav>a span+span {
	left: 1px;
	top: -7px;
	font-size: 11px
}
nav:not(:hover)>a.active span:first-child::before, nav:hover>a:hover span:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 2px;
	background: black
}
.menu-upper {
	position: fixed;
	width: 125px;
	height: 165px;
	top: 0;
	right: 0;
	background-color: transparent;
	z-index: 1300
}
.menu-upper .shopping {
	display: none;
	position: fixed;
	width: 50px;
	right: 32px;
	top: 110px;
	padding: 5px
}
.menu-upper .icon-shopping {
	z-index: 3200;
	position: absolute;
	width: 28px;
	shape-rendering: crispEdges
}
.menu-upper .quantity {
	position: absolute;
	left: 35px;
	top: -12px;
	width: 40px;
	height: auto;
	color: #989797;
	font-size: 14px;
	z-index: 3400;
	font-weight: 400
}
.menu-lower {
	display: none;
	position: fixed;
	top: 20px;
	bottom: 0;
	right: 65px;
	z-index: 1301
}
.menu-lower .bar {
	color: #e6e6e6;
	font-weight: 300
}
.icon-menu {
	position: fixed;
	right: 40px;
	top: 45px;
	width: 26px;
	height: 23px;
	padding: 0px;
	background-color: transparent;
	z-index: 3100;
	transition: all 0.2s cubic-bezier(0.17, 0.67, 0.21, 1)
}
.icon-menu>div {
	display: block;
	position: absolute;
	background-color: #000;
	transition: background-color 0.3s ease;
	content: " ";
	width: 100%;
	height: 2px
}
.icon-menu.menu-hide {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px)
}
.on-dark .icon-menu>div {
	background-color: white
}
.icon-menu .up {
	top: 5px
}
.icon-menu .down {
	bottom: 3px
}
.arrow-up {
	position: fixed;
	width: 16px;
	height: 28px;
	left: 53px;
	bottom: 65px;
	z-index: 10;
	box-sizing: content-box;
	padding: 5px;
	transition: all .2s ease-out;
	z-index: 9999
}
.arrow-up:hover {
	height: 54px
}
.arrow-head {
	margin-top: -2px
}
.arrow-line {
	display: block;
	position: absolute;
	top: -27px;
	left: 12px;
	background-color: #000;
	content: " ";
	width: 2px;
	height: 100%;
	margin: 0;
	margin-top: 32px
}
body:before {
	height: 100%;
	position: absolute;
	width: 130px;
	content: '';
	border-left: 1px solid #e6e6e6;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 20;
	display: none !important;
}
.head-under {
	font-style: italic;
	display: inline-block;
	position: relative
}
.head-under:after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%
}
.head-under:after {
	bottom: .10em;
	border-bottom: 2px solid;
	transition: all .2s ease
}
.head-under:hover:after {
	bottom: .43em !important
}
.page-articles-index .hero-text-box {
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 80px;
	margin-bottom: -20px;
	max-width: 700px
}
.page-articles-index .hero-text-box.hero-intro h1 {
	/*font-family: Apercu, sans-serif;*/
	font-family: 'Conv_Canela-Regular';
	font-size: 26px;
	font-weight: 300;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	padding: 0
}
}

@media only screen and (max-width: 768px) and (max-width: 1199px) {
.page-articles-index .hero-text-box.hero-tags h1 {
	font-size: 66px;
	line-height: 66px
}
}

@media only screen and (max-width: 768px) {
.page-articles-index .title-mob {
	margin-left: 40px;
	margin-top: 10px;
	height: 90px
}
.page-articles-index .title-mob h1 {
	position: absolute;
	margin: 0;
	font-family: "freight-big-pro", serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 90px;
	text-align: left;
	-webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.21, 1);
	transition: all 0.2s cubic-bezier(0.17, 0.67, 0.21, 1)
}
.page-articles-index .title-mob.hero-tags-hide h1 {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px)
}
.page-articles-index .title-mob.with-slideshow {
	position: absolute;
	margin: 0;
	left: 40px;
	top: 10px;
	z-index: 10
}
.page-articles-index .title-mob.with-slideshow h1 {
	color: white;
	font-size: 40px
}
.page-articles-index .teaser-copy {
	position: relative;
	overflow: hidden;
	letter-spacing: 0;
	/*font-size: 23px;*/
	font-weight: 300;
	/*line-height: 38px;
	max-height: 120px;*/
	max-height: 100%;
	padding-left: 5px;
	margin-left: 75px;
	margin-top: 14px;
	font-size: 18px;
	line-height: 30px;
}
.page-articles-index figure {
	overflow: hidden
}
.page-articles-index .t-img, .page-articles-index .img-main {
	transition: transform 0.5s ease-out
}
.page-articles-index div.main.large-teaser {
	margin-top: -37px
}
.page-articles-index div.main.large-teaser .pic-wrap-main {
	margin: 50px 0 0px 40px;
	animation-delay: 0.8s
}
.page-articles-index div.main.large-teaser .small-teaser .pic-wrap-main {
	width: 550px;
	height: 660px;
	margin-top: 50px;
	margin-left: 0px
}
.page-articles-index div.main.large-teaser .img-main {
	object-fit: cover;
	display: block;
	min-width: 100%;
	max-height: 480px
}
.page-articles-index .main.slideshow {
	display: block;
	position: relative;
	height: 550px;
	width: auto;
	max-height: 700px;
	padding: 0;
	list-style: none;
	overflow: hidden
}
.page-articles-index .main.slideshow a {
	-webkit-tap-highlight-color: transparent
}
.page-articles-index .main.slideshow li {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.page-articles-index .main.slideshow figure {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%
}
.page-articles-index .main.slideshow figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.page-articles-index .main.slideshow figure::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.45) 100%)
}
.page-articles-index .main.slideshow .t-txt {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	color: white
}
.page-articles-index .main.slideshow .t-txt h6 {
	font-size: 60px;
	line-height: 60px
}
.page-articles-index .main.slideshow .t-txt p {
	font-size: 20px;
	line-height: 26px;
	margin-left: 0;
	padding-left: 0
}
.page-articles-index .main.slideshow li {
	display: none
}
.page-articles-index .main.slideshow li figure {
	background: black
}
.page-articles-index .main.slideshow li.animate .t-txt, .page-articles-index .main.slideshow li.animate figure {
	-webkit-transition: transform 1s cubic-bezier(0.17, 0.67, 0.21, 1), opacity 1s cubic-bezier(0.17, 0.67, 0.21, 1);
	transition: transform 1s cubic-bezier(0.17, 0.67, 0.21, 1), opacity 1s cubic-bezier(0.17, 0.67, 0.21, 1)
}
.page-articles-index .main.slideshow li.animate figure img {
	-webkit-transition: opacity 1s cubic-bezier(0.17, 0.67, 0.21, 1);
	transition: opacity 1s cubic-bezier(0.17, 0.67, 0.21, 1)
}
.page-articles-index .main.slideshow li.show {
	display: block
}
.page-articles-index .main.slideshow li.neutral .t-txt {
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1 !important
}
.page-articles-index .main.slideshow li.neutral figure {
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important
}
.page-articles-index .main.slideshow li.out .t-txt {
	-webkit-transform: scale(0.8) translateX(-15%);
	transform: scale(0.8) translateX(-15%);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	opacity: 0.5
}
.page-articles-index .main.slideshow li.out figure {
	-webkit-transform: translateX(-12%);
	transform: translateX(-12%)
}
.page-articles-index .main.slideshow li.out figure img {
	opacity: 0.5
}
.page-articles-index .main.slideshow li.in .t-txt {
	-webkit-transform: translateX(120%);
	transform: translateX(120%);
	opacity: 0
}
.page-articles-index .main.slideshow li.in figure {
	-webkit-transform: scale(1.1) translateX(100%);
	transform: scale(1.1) translateX(100%)
}
.page-articles-index .teasers>div {
	overflow: visible
}
.page-articles-index figure {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
.page-articles-index .teasers>div .t-txt {
	margin: 28px 40px 0 40px
}
.page-articles-index .main.large-teaser .t-txt {
	margin-left: 40px;
	margin-top: 28px
}
.page-articles-index h6 {
	/*font-family: "freight-big-pro", serif;*/
	font-family: 'Conv_Canela-Regular';
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 1px
}
.page-articles-index .teasers>div img {
	max-height: 500px;
	object-fit: cover;
	display: block
}
.page-articles-index .teasers>div:nth-of-type(4n+1) figure {
	margin: 99px 40px 0 0
}
.page-articles-index .teasers>div:nth-of-type(4n+1) img {
	min-width: 100%
}
.page-articles-index .teasers>div:nth-of-type(4n+2) figure {
	margin: 99px 40px 0 40px
}
.page-articles-index .teasers>div:nth-of-type(4n+2) img {
	min-width: 100%
}
.page-articles-index .teasers>div:nth-of-type(4n+3) figure {
	margin: 99px 40px 0 0
}
.page-articles-index .teasers>div:nth-of-type(4n+3) img {
	min-width: 100%
}
.page-articles-index .teasers>div:nth-of-type(4n+4) figure {
	margin: 99px 40px 0 40px
}
.page-articles-index .teasers>div:nth-of-type(4n+4) img {
	min-width: 100%
}
.page-articles-index footer {
	overflow: hidden;
	text-align: center
}
.page-articles-index footer .social {
	margin-top: 180px;
	margin-bottom: 90px;
	display: inline-block;
	list-style: none;
	padding: 0
}
.page-articles-index footer .social li {
	position: relative;
	display: inline-block;
	margin: 15px 10%;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	border-bottom: 2px solid black
}
.page-articles-index section:not(.teasers)+footer .social {
	margin-top: 120px
}
.page-articles-show p {
	padding-bottom: 1.7em
}
.page-articles-show .title-all {
	display: block;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 700px;
	overflow: visible
}
.page-articles-show .title {
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	padding-bottom: 20px;
	ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.page-articles-show h2 {
	margin-bottom: 30px
}
.page-articles-show h3 {
	font-family: 'Apercu', sans-serif;
	color: #000;
	font-size: 26px;
	line-height: 38px;
	letter-spacing: 0;
	font-weight: 300;
	text-align: center;
	margin-top: -50px;
	margin-bottom: 80px
}
.page-articles-show h4 {
	font-family: "Apercu", sans-serif;
	color: #313131;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	text-align: left;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em
}
.page-articles-show h5 {
	font-family: "freight-big-pro", serif;
	color: #313131;
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0
}
.page-articles-show h6 {
	font-family: "freight-big-pro", serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 1px
}
.page-articles-show figure {
	overflow: visible;
	display: inline-block;
	position: relative
}
.page-articles-show #img-article-main {
	position: relative;
	height: auto;
	margin: 0 0 60px 0
}
.page-articles-show #img-article-main img {
	width: 100vw;
	margin-left: -40px
}
.page-articles-show #img-article-main .only-landscape {
	display: none
}
.page-articles-show.intro-landscape .title-all {
	max-width: 100%
}
.page-articles-show.intro-landscape .wrapper-intro {
	width: 100%;
	margin: 0 auto
}
.page-articles-show.intro-landscape #img-article-main .only-landscape {
	display: inline;
	min-height: 320px;
	object-fit: cover
}
.page-articles-show.intro-landscape #img-article-main .only-portrait {
	display: none
}
.page-articles-show.intro-landscape #img-article-main img {
	max-width: none;
	max-height: 700px
}
.page-articles-show .portrait {
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 0px 63px 0px
}
.page-articles-show .portrait div {
	display: table;
	margin: auto
}
.page-articles-show .portrait div img {
	display: table-row;
	max-width: 100%
}
.page-articles-show .landscape {
	overflow: visible;
	margin: 0 0 63px 0;
 width:calc(100% + 40px * 2);
	max-height: 700px;
	min-height: 325px
}
.page-articles-show .landscape>img {
	max-height: 700px;
	min-height: 325px;
	object-fit: cover;
	margin-left: -40px
}
.page-articles-show .scaled {
	width: 100%
}
.page-articles-show .hotspot-cont {
	margin-top: 70px;
	overflow: visible;
	position: relative;
	width: 1240px;
	height: 605px;
	margin-bottom: 150px;
	margin-left: 0;
	margin-left: auto;
	margin-right: auto
}
.page-articles-show .img-article-5 {
	width: 100%
}
.page-articles-show .double-first {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 63px 0
}
.page-articles-show .double-last {
	width: 100%;
	margin: 0 0 63px 0
}
.page-articles-show figcaption, .page-articles-show .left-caption, .page-articles-show .right-caption, .page-articles-show .bottom-caption {
	font-weight: 300;
	letter-spacing: normal;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin-top: 20px
}
.page-articles-show .landscape figcaption {
	margin-right: 80px
}
.page-articles-show .only-landscape ~ figcaption {
	margin-right: 60px
}
.page-articles-show .text {
	width: 100%;
	height: auto;
	margin-bottom: calc(63px - 1.7em);
	overflow: visible;
	font-size: 18px;
	line-height: 30px
}
.page-articles-show blockquote {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: calc(63px - 1.7em);
	display: block;
	font-family: "freight-big-pro", serif;
	color: #313131;
	font-size: 50px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
	letter-spacing: .5px;
	ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.page-articles-show .container-line {
	position: relative;
	overflow: hidden;
	width: 256px;
	height: 256px;
	max-height: 0;
	transition: all 2s cubic-bezier(0.74, -0.02, 0.32, 1.03)
}
.page-articles-show figure.portrait p {
	display: none
}
}

@media only screen and (max-width: 768px) and (min-width: 1280px) {
.page-articles-show figure.portrait p {
	display: block;
	position: absolute;
	bottom: 150px;
	left: -253px;
	max-width: 220px;
	font-size: 16px;
	line-height: 26px;
	text-align: right
}
}

@media only screen and (max-width: 768px) {
.page-articles-show .article-body-wrap {
	margin: 0 40px
}
.page-articles-show .article-body-wrap a {
	display: inline;
	font-style: italic;
	position: relative;
	font-weight: 300;
	border-bottom: 1px solid black
}
.page-articles-show .wrapper-init-line {
	margin-top: 35px;
	width: 256px;
	height: 256px;
	overflow: visible;
	padding-bottom: 0
}
.page-articles-show .container-line.init {
	margin-left: -110px
}
.page-articles-show .init-line {
	top: -140px;
	left: 100px;
	position: absolute;
	width: 220px;
	content: '';
	border-bottom: 1px solid #000;
	transform: rotate(315deg);
	margin-top: 220px;
	margin-left: -150px
}
.page-articles-show .intro {
	padding: 0;
	height: auto;
	overflow-x: visible;
	margin-top: 0;
	margin-bottom: 63px
}
.page-articles-show .container {
	position: relative;
	width: 400px;
	height: 400px;
	left: 415px;
	top: -458px;
	overflow: hidden;
	font-size: 20px;
	font-weight: 300
}
.page-articles-show .hidden-hotspot {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	transition: all .7s ease
}
.page-articles-show .container .price {
	position: absolute;
	top: 25px;
	left: 40px;
	z-index: 10;
	background-color: transparent
}
.page-articles-show .container .name {
	position: absolute;
	bottom: -5px;
	right: 32px;
	z-index: 10;
	background-color: transparent
}
.page-articles-show .img-hotspot-product {
	position: absolute;
	width: 100%;
	height: 100%
}
.page-articles-show .hotspot {
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	left: 415px;
	top: 302px;
	transition: all 1s ease
}
.page-articles-show .hot-animation {
	animation: human-pulse 3s infinite
}
.page-articles-show .hotspot.clickable {
	width: 65px;
	height: 65px;
	background-color: #2D2D2D;
	transition: all .5s ease
}
.page-articles-show .plus {
	opacity: 0;
	width: 12px;
	height: 12px;
	left: 415px;
	top: 302px;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 111
}
.page-articles-show .wrapper-end-line {
	width: 700px;
	height: 256px;
	display: none
}
.page-articles-show .container-line.end {
	margin-left: 870px;
	margin-top: -50px
}
.page-articles-show .end-line {
	position: absolute;
	width: 260px;
	content: '';
	border-bottom: 1px solid #000;
	transform: rotate(315deg);
	top: 100px;
	right: 0px;
	padding-bottom: 0
}
.page-articles-show .line-hz {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #e6e6e6;
	content: " ";
	padding-bottom: 0
}
.page-articles-show main>footer {
	overflow: visible
}
.page-articles-show .ft-title {
	margin: 0 40px 0 40px;
	text-align: center;
	padding-bottom: 0
}
.page-articles-show .ft-wrapper {
	max-width: 900px;
	margin: 0 auto;
	font-weight: 300
}
.page-articles-show .ft-wrapper h1 {
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 20px;
	margin-top: 67px
}
.page-articles-show .ft-wrapper div {
	max-height: 200px
}
.page-articles-show .img-article-ft {
	margin-left: -40px;
	width: 100vw;
	height: auto;
	display: block
}
.page-articles-show .product {
	display: block;
	position: fixed;
	left: 100%;
	top: 0;
	width: calc(100% - 130px);
	height: 100%;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .7s ease;
	transition-delay: 0.3s
}
.page-articles-show .margin:before {
	position: fixed;
	width: calc(100% - 130px);
	border-left: 1px solid #e6e6e6;
	top: 0;
	right: calc(-100% + 260px);
	bottom: 0;
	background-color: #fff;
	transition: all .7s ease;
	transition-delay: 0.3s
}
.page-articles-show .close {
	position: fixed;
	left: -150px;
	margin-left: 50px;
	top: 48vh;
	z-index: 1100;
	opacity: 0;
	width: 30px;
	transition: all .5s ease;
	transition-delay: 0.3s
}
.page-articles-show .pr-img {
	position: absolute;
	top: 145px;
	left: 70px;
	width: 44%;
	max-width: 630px
}
.page-articles-show .pr-info {
	position: relative;
	width: 400px;
	width: 30%;
	left: 770px;
	left: 56%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden
}
.page-articles-show .pr-info p {
	padding-bottom: 0
}
.page-articles-show .pr-info * {
	position: static
}
.page-articles-show .pr-title {
	margin-top: 128px;
	text-align: left;
	letter-spacing: .5px
}
.page-articles-show .pr-firm {
	margin-top: 4px;
	font-weight: 400;
	font-size: 21px;
	padding-left: 5px
}
.page-articles-show .pr-price {
	font-size: 40px;
	margin-top: 60px;
	font-weight: 300
}
.page-articles-show .pr-color {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	overflow: visible;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	border: 1 solid #e6e6e6;
	padding-left: 20px;
	border-radius: 0;
	margin-top: 90px;
	background: url(/images/button_select.jpg) no-repeat 95% 50%
}
.page-articles-show .button-select {
	position: absolute
}
.page-articles-show .pr-badge {
	position: relative;
	margin-top: 55px;
	width: 150px;
	height: 150px;
	background-color: #2D2D2D;
	border-radius: 50%
}
.page-articles-show .pr-badge-txt {
	position: absolute;
	color: #fff;
	top: 0px;
	width: 120px;
	transform: translate(12%, 125%);
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 20px;
	transition: all 0.5s cubic-bezier(0.63, 0, 0.47, 0.98)
}
.page-articles-show .pr-badge-txt.under {
	top: 100px
}
.page-articles-show .pr-details, .page-articles-show .pr-masse {
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400
}
.page-articles-show .pr-details {
	margin-top: 95px
}
.page-articles-show .pr-masse {
	margin-top: 35px
}
.page-articles-show .pr-details-txt, .page-articles-show .pr-masse-txt {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: normal;
	margin-top: -5px
}
.page-articles-show .pr-img.expand-2 {
	left: 200px
}
.page-articles-show .pr-info *.expand-2 {
	position: fixed;
	left: 900px;
	z-index: 40;
	transition: all 0.5s ease
}
.page-articles-show .pr-price {
	font-size: 20px
}
.page-articles-show sup {
	vertical-align: super;
	font-size: 23px;
	padding-left: 5px
}
.page-articles-show .pr-quote {
	margin-top: 147px;
	width: 775px
}
.page-articles-show .pr-others {
	overflow: hidden;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 205px;
	padding-top: 110px;
	background-color: #f5f5f5;
	padding-left: 130px;
	padding-right: 130px;
	padding-bottom: 100px
}
.page-articles-show .pr-img-others {
	position: relative;
	display: inline-block;
	max-width: 700px;
	margin-top: 90px;
	margin-left: 22px;
	margin-right: 22px;
	width: 43%;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: normal
}
.page-articles-show .pr-img-others img {
	width: 100%
}
.page-articles-show .pr-img-others .price {
	position: absolute;
	top: 28px;
	left: 38px
}
.page-articles-show .pr-img-others .name {
	position: absolute;
	bottom: 0px;
	right: 37px
}
.page-articles-show .inv {
	display: none
}
.page-articles-show .subtitle {
	animation-delay: 0.2s
}
.page-articles-show #img-article-main {
	animation-delay: .4s
}
 @keyframes human-pulse {
 from {
 width:10px;
 height:10px
}
 10% {
 width:18px;
 height:18px
}
 20% {
 width:12px;
 height:12px
}
 30% {
 width:20px;
 height:20px
}
 40% {
 width:10px;
 height:10px
}
 to {
 width: 10px;
 height: 10px
}
}
.page-articles-show .img-hotspot-product.show, .page-articles-show .hidden-hotspot.show, .page-articles-show .close.show {
	left: 0
}
.page-articles-show .margin.pr-exp:before {
	right: 0;
	z-index: 40;
	pointer-events: none
}
.page-articles-show .margin.glitch:before {
	right: calc(-100% + 275px)
}
.page-articles-show .margin.transition-out:before {
	transition: none;
	transition-delay: 0
}
.page-articles-show .social {
	position: relative;
	top: 30px;
	display: block;
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 120px
}
.page-articles-show .social li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	border-bottom: 2px solid black
}
.page-about .about-head {
	margin: 127px 130px 0 130px;
	text-align: center;
	font-size: 22px
}
.page-about .about {
	margin-top: 23px;
	display: block;
	margin-left: 40px;
	margin-right: 40px
}
.page-about .signup {
	margin-top: 0px;
	margin-bottom: 60px
}
.page-about .about, .page-about .signup {
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	max-width: 900px;
	font-family: "freight-big-pro", serif;
	color: #313131;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.5px;
	ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.page-about .head-under:after {
	bottom: .15em
}
.page-about .bottom-under:after {
	width: 410px
}
.imprint-head {
	margin-top: 100px;
	margin-left: 40px;
	font-size: 40px
}
.imprint {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: normal;
	margin: 0 40px
}
.imprint>p, .imprint>address {
	margin-top: 28px;
	ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.imprint a {
	text-decoration: underline
}
.imprint address {
	font-style: normal
}
}
#awwwards {
	position: absolute;
	top: 100px;
	width: 90px;
	height: 135px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
#awwwards.top {
	top: 20px
}
#awwwards.left {
	left: 0
}
#awwwards.right {
	right: 0
}
#awwwards a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 135px;
	background-repeat: no-repeat;
	background-size: 90px 135px
}
#awwwards.honorable.black.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_black_left-23e84b6555f4a95306ed7d2f4c5b2a24e4c9a46f3f9611f5859e56857a209fa3.png)
}
#awwwards.honorable.black.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_black_right-e9f0c6b55324e8a5c9316bb3c130c245c82ff638aba1d7f50c5140c04773ca73.png)
}
#awwwards.honorable.silver.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_silver_left-9300ae9de8e40097218929b8c9fc1d6178490c150bd78d5205b02e95345033c8.png)
}
#awwwards.honorable.silver.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_silver_right-48aba1e0818edf5dbd1c6ef39641f930fd008aced99a2ef8401c5ea093296d7a.png)
}
#awwwards.honorable.white.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_white_left-ecc016f99598b0ed44b7fe5f72e0b44b9c80c9d03ec1a21b938517019048c379.png)
}
#awwwards.honorable.white.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_white_right-834d517dd83ff72818ff54abd88e42f8c0400506d7cad41ac976612463fc9f27.png)
}
#awwwards.honorable.green.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_green_left-1afbbf5de1427cd2eeac1df0584fe753d95f697f21104e8533bf24471712cefa.png)
}
#awwwards.honorable.green.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_green_right-d407afe53ab303ef2e65a4c455c66a6ad3024308d1b5bcbeebec728cdb413bad.png)
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
#awwwards.honorable.black.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_black_left@2x-b17ebdcf403808340abcb6130904955bd31d246d75072a93a8e236ac1def20b2.png)
}
#awwwards.honorable.black.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_black_right@2x-b20170fc7a16dbb5cca246818a42c4e4c4d205243b4a5807c47a49b52c9e5cab.png)
}
#awwwards.honorable.silver.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_silver_left@2x-46c4d38f713254d5548100b99a3e1502af77be50f2aa2c395e9b573a03d41031.png)
}
#awwwards.honorable.silver.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_silver_right@2x-bf8b54c0af0cde2dd75efe8b15779e596880a1ce170d7fbbecb1cd87199ac1bf.png)
}
#awwwards.honorable.white.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_white_left@2x-cf32d34ab6596f6debfb370e87781aa66575025c39fe15735be05f431dffd4af.png)
}
#awwwards.honorable.white.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_white_right@2x-c0bb0d0127c58b42810d03bd508142d7aa428effaaea27227b61204c5d0df7b5.png)
}
#awwwards.honorable.green.left a {
	background-image: url(/assets/awwwards/awwwards_honorable_green_left@2x-d5597c00ab17ed0de430010077e2b39b133c5ccce593827ca399fafc282a96ca.png)
}
#awwwards.honorable.green.right a {
	background-image: url(/assets/awwwards/awwwards_honorable_green_right@2x-c1f07985aa81092f71209d37f4e04fb906d5b49311c2ea11ecc63aa230d5f82a.png)
}
}
/** contact **/

.contact-heading {
	font-family: "freight-big-pro", serif;
	margin: 127px 0 0;
	text-align: center;
	font-size: 60px;
	padding: 0 160px;
	width: 90%;
}
.contact-part-inner {
	float: left;
	padding: 0 160px;
	width: 90%;
}
.form-input {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 0 0 15px;
}
.form-input input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	color: #000;
	padding: 0 5px;
	font-size: 18px;
	height: 40px;
}
 .form-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
 .form-input input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
 .form-input input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
 .form-input input:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.form-input-2 {
	width: 100%;
}
.form-input select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 98% 8px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	cursor: pointer;
	width: 100%;
	color: #000;
	font-size: 18px;
	height: 40px;
}
.form-input-2 textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	color: #000;
	padding: 0 5px;
	font-size: 18px;
}
 .form-input-2 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
 .form-input-2 textarea::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
 .form-input-2 textarea:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
 .form-input-2 textarea:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.form-input-3 input {
	width: auto;
}
.form-btn {
	float: left;
	padding: 0 15px;
	width: 100%;
}
.form-btn button {
	background: #000 !important;
	border: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 14px 35px !important;
	font-family: 'Apercu', sans-serif !important;
	font-size: 23px !important;
	font-weight: 300 !important;
	line-height: 38px !important;
	text-transform: none !important;
}
.thankyou-part {
	background: #ccc url("../images/x-big.png") no-repeat scroll center center;
	margin: 50px 0 0;
	padding: 135px 0;
}
.thankyou-text {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}
.teasers h6 {
	margin: 0;
}
.fixed-btn {
	position: fixed;
	z-index: 99;
	bottom: 60px;
	right: 0;
	transform: rotate(90deg);
}
.fixed-btn a {
	border-bottom: 2px solid #fff;
	font-size: 15px;
}
.fixed-btn a:hover {
	border-bottom: 2px solid #000;
	color: #000;
}
footer {
	padding: 55px 0;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.banner-text {
	color: #fff;
	font-family: 'Conv_Canela-Regular';
	font-size: 90px;
	line-height: 90px;
	font-weight: 400;
	position: absolute;
	left: 12%;
	top: 345px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.architecture-2 figure {
	height: 550px !important;
	margin: 140px 0 0 -690px !important;
}
.architecture-2 .t-txt {
	margin-top: -325px !important;
	left: 42%;
}
.architecture-2 .teaser-copy {
	font-size: 18px;
	line-height: 30px;
}
.architecture-3 figure {
	height: 690px !important;
}
.architecture-3 .t-txt {
	max-width: 555px !important;
	margin-top: -600px !important;
}
.architecture-3 h6 {
	font-size: 25px;
	text-align: center;
	line-height: 32px;
}
.architecture-4 .t-txt {
	margin-top: -410px !important;
}
.page-template-architecture {
	background: rgba(0, 0, 0, 0) url("../images/bg-1.jpg") repeat scroll 0 0;
}
.page-template-penthouse {
	background: rgba(0, 0, 0, 0) url("../images/bg-2.jpg") repeat scroll 0 0;
}
.penthouse-1 h1 {
	color: #fff !important;
}
.penthouse-2 .teaser-copy, .penthouse-3 .teaser-copy, .penthouse-4 .teaser-copy, .penthouse-5 .teaser-copy {
	color: #fff !important;
}
.penthouse-2 h6 {
	color: #fff;
	text-align: center;
}
.penthouse-3 figure {
	height: 625px !important;
	margin: 140px 0 0 -680px !important;
}
.penthouse-3 .t-txt {
	margin-top: -585px !important;
	max-width: 700px !important;
	left: 36%;
}
.penthouse-3 h6, .penthouse-5 h6, .penthouse-6 h6 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.penthouse-6 .t-txt {
	max-width: 700px !important;
}
.penthouse-4 {
	margin-top: 160px !important;
	height: 1100px;
}
.penthouse-4 figure {
	height: auto !important;
	width: 1485px !important;
	margin: 0 0 0 -610px !important;
}
.penthouse-4 .t-txt {
	max-width: 950px !important;
	margin-top: 30px !important;
	margin-right: -440px;
}
.penthouse-5 .t-txt {
	margin-top: -405px !important;
}
.amenities-1 .teaser-text-main {
	max-width: 750px !important;
	margin-left: 280px !important;
}
.location-1 h6 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.location-1 .t-txt {
	margin-top: -420px !important;
	max-width: 650px !important;
	left: 36%;
}
.location-1 figure {
	height: 760px;
}
.location-2 .t-txt {
	max-width: 500px !important;
	margin-top: -400px !important;
}
.location-3 .t-txt {
	margin-top: -400px !important;
}
.interior-1 h6 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.interior-1 figure {
	height: 470px !important;
	margin: 140px 0 0 -700px !important;
}
.interior-1 .t-txt {
	max-width: 450px !important;
	margin-top: -360px !important;
	left: 54%;
}
.interior-4 .t-txt {
	margin-left: -230px !important;
	max-width: 700px !important;
}
.interior-5 h6 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.logo-image {
	text-align: center;
}
.page-articles-index .teasers > div:hover .logo-image img {
	transform: scale(1);
}
.creators-1 h6, .creators-2 h6, .creators-3 h6, .creators-4 h6, .creators-5 h6, .creators-6 h6 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.creators-1 figure {
	height: 705px !important;
}
.creators-1 .t-txt {
	max-width: 630px !important;
	left: 36%;
	margin-top: -635px !important;
}
.creators-2 figure {
	height: 805px !important;
}
.creators-2 .t-txt {
	max-width: 550px !important;
	margin-top: -740px !important;
}
.creators-3 {
	height: 700px !important;
}
.creators-3 figure {
	height: 750px !important;
}
.creators-3 .t-txt {
	max-width: 650px !important;
	left: 47%;
	margin-top: -660px !important;
}
.creators-4 {
	height: 850px !important;
}
.creators-4 .t-txt {
	max-width: 1070px !important;
	margin-left: -600px !important;
}
.creators-5 {
	height: 650px !important;
}
.creators-5 figure {
	height: 650px !important;
	width: 530px !important;
}
.creators-5 .t-txt {
	max-width: 650px !important;
	left: 38%;
	margin-top: -575px !important;
}
.creators-6 .t-txt {
	max-width: 650px !important;
	margin-top: -540px !important;
}
.home .teasers p.teaser-copy {
	text-align: left !important;
}
.page-articles-index .hero-text-box.hero-intro h1 span {
	font-size: 100px;
}
.mobile-only {
	display: none !important;
}
.page-logo {
	width: 7%;
	margin-left: 9.5%;
}
.page-logo img {
	width: 100%;
}
.penthouse-page-logo {
	width: 7%;
	margin-left: 9.5%;
}
.penthouse-page-logo img {
	width: 100%;
}
.page-template .penthouse-page-logo {
	display: none;
}
.page-template-penthouse .penthouse-page-logo {
	display: block !important;
}
.page-template-penthouse .page-logo {
	display: none;
}
.banner-bottom-text {
	font-family: 'canela-light' !important;
	font-size: 20px;
	text-align: center;
}
.architecture-1 .teaser-text-main {
	max-width: 650px !important;
	margin-left: 340px !important;
}
.architecture-1 .teaser-copy {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	line-height: 35px;
}
.architecture-4 {
	height: 1200px !important;
	margin-top: 105px;
}
.architecture-4 figure {
	width: 1485px !important;
	height: 900px !important;
}
.architecture-4 .t-txt {
	margin-top: 65px !important;
	max-width: 650px !important;
	margin-left: -330px !important;
}
.interior-first .teaser-text-main {
	max-width: 850px !important;
	margin-left: 240px !important;
}
.interior-first h6 {
	text-align: center;
}
.interior-2 figure {
	height: 460px !important;
}
.interior-2 .t-txt {
	max-width: 550px !important;
	margin-top: -320px !important;
}
.interior-3 figure {
	width: 600px !important;
	margin: 0 0 0 -715px !important;
}
.interior-3 .t-txt {
	margin-top: -430px !important;
}

@media only screen and (max-width : 320px) {
.banner {
	padding-right: 35px;
}
.home .title-mob.only-mobile.with-slideshow {
	display: none;
}
.mobile-only {
	display: block !important;
	font-family: "freight-big-pro", serif;
	font-size: 26px;
}
.on-dark .icon-menu > div {
	background-color: #000;
}
.menu-pg .menu-click {
	font-size: 20px;
}
.menu-pg .menu-click a {
	margin-bottom: 15px;
}
.icon-menu {
	right: 5px;
	background: #fff;
	top: 5px;
	height: 26px;
}
.icon-menu > div {
	width: 80%;
	left: 3px;
}
.icon-menu .down {
	bottom: 7px;
}
.page-articles-index .title-mob h1 {
	font-size: 40px;
	line-height: 40px;
}
.banner-text {
	font-size: 30px;
	line-height: 36px;
	top: 80px;
}
.page-articles-index .hero-text-box.hero-intro h1 span {
	font-size: 70px;
}
.fixed-btn {
	right: -30px;
}
.pic-wrap-main.animated.fadeInUp img {
	width: 100% !important;
}
.page-articles-index .teaser-copy {
	max-height: 100%;
	margin-left: 0;
}
.architecture-1 .teaser-text-main {
	padding-right: 40px;
	margin-left: 40px !important;
}
.architecture-2 figure {
	height: auto !important;
	margin: 0 40px 0 0 !important;
}
.architecture-2 figure img {
	width: 100% !important;
}
.architecture-2 .t-txt, .architecture-3 .t-txt, .architecture-4 .t-txt, .interior-1 .t-txt, .interior-5 .t-txt, .penthouse-3 .t-txt, .penthouse-4 .t-txt, .penthouse-5 .t-txt, .location-1 .t-txt, .location-3 .t-txt, .creators-1 .t-txt, .creators-2 .t-txt, .creators-3 .t-txt, .creators-4 .t-txt, .creators-5 .t-txt, .creators-6 .t-txt {
	margin-top: 28px !important;
	padding-right: 10px;
}
.architecture-3 figure, .interior-1 figure, .penthouse-3 figure, .penthouse-4 figure, .location-1 figure, .creators-1 figure, .creators-2 figure, .creators-3, .creators-3 figure, .creators-4, .creators-5 {
	height: auto !important;
}
.creators-4 .t-txt {
	margin-left: 40px !important;
}
.architecture-3 h6 {
	text-align: left;
}
.interior-1 h6, .interior-5 h6 {
	text-align: left;
}
.interior-4 .t-txt {
	margin-left: 40px !important;
	max-width: 100% !important;
}
.page-template-penthouse .fixed-btn a {
	color: #fff;
}
.page-template-penthouse .fixed-btn a:hover {
	color: #000;
}
.page-template-penthouse .penthouse-2 .teaser-copy {
	padding-right: 45px !important;
}
.penthouse-2 h6 {
	text-align: left;
}
.penthouse-3 h6, .penthouse-5 h6, .penthouse-6 h6 {
	text-align: left;
}
.location-1 h6 {
	text-align: left;
}
.location-2 .t-txt {
	margin-top: 28px !important;
}
.amenities-1 .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 45px;
}
.creators-5 figure {
	height: auto !important;
	width: auto !important;
}
.creators-1 h6, .creators-2 h6, .creators-3 h6, .creators-4 h6, .creators-5 h6, .creators-6 h6 {
	text-align: left;
}
.logo-image img {
	min-width: auto !important;
}
.contact-heading {
	margin: 80px 0 0;
	font-size: 30px;
	padding: 0 40px;
	text-align: left;
}
.contact-part-inner {
	padding: 0 40px;
	width: 100%;
}
.form-input {
	width: 100%;
}
.form-btn button {
	padding: 14px 15px !important;
}
.loading-s {
	margin-top: 20vh;
}
.page-logo, .penthouse-page-logo {
	width: 15%;
}
.banner-bottom-text {
	margin-top: 45px;
}
.architecture-1 .teaser-text-main {
	max-width: 100% !important;
}
.architecture-4 {
	height: auto !important;
}
.architecture-4 figure {
	width: 100% !important;
	height: 215px !important;
}
.architecture-4 figure img {
	width: 100%;
}
.architecture-4 .t-txt {
	margin-left: 30px !important;
}
.interior-first .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 40px;
}
.interior-first h6 {
	text-align: left;
}
.interior-2 .t-txt {
	margin-top: 20px !important;
}
.interior-1 figure {
	margin: 0 40px 0 0 !important;
}
.interior-1 figure img {
	width: 100% !important;
}
.interior-2 figure {
	height: auto !important;
}
.interior-2 figure img, .interior-4 figure img, .interior-5 figure img, .penthouse-3 figure img, .penthouse-4 figure img, .penthouse-5 figure img, .penthouse-6 figure img, .interior-6 figure img {
	width: 100%;
}
.penthouse-3 figure {
	margin: 0 40px 0 0 !important;
}
.penthouse-4 {
	height: auto;
}
.penthouse-4 figure {
	margin: 0 40px 0 0 !important;
	width: auto !important;
}
.page-logo .penthouse-page-logo {
	width: 15%;
	margin-left: 11%;
}
.architecture-2 figure img, .architecture-3 figure img {
	max-height: none !important;
	width: 100%;
}
.interior-3 figure {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 40px;
}
.interior-3 figure img {
	width: 100%;
	max-height: none !important;
}
.interior-3 .t-txt {
	margin-top: 30px !important;
}
.location-1 figure img, .location-2 figure img, .location-3 figure img {
	max-height: none !important;
	width: 100%;
}
.creators-1 figure img, .creators-2 figure img, .creators-3 figure img, .creators-4 figure img, .creators-5 figure img, .creators-6 figure img {
	max-height: none !important;
	width: 100%;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.banner {
	padding-right: 35px;
}
.home .title-mob.only-mobile.with-slideshow {
	display: none;
}
.mobile-only {
	display: block !important;
	font-family: "freight-big-pro", serif;
	font-size: 26px;
}
.icon-menu {
	right: 5px;
	top: 5px;
	background: #fff;
	height: 30px;
}
.icon-menu > div {
	width: 80%;
	left: 3px;
}
.icon-menu .down {
	bottom: 7px;
}
.home .hero-text-box {
	margin-top: 180px;
}
.on-dark .icon-menu > div {
	background-color: #000;
}
.menu-pg .menu-click {
	font-size: 20px;
}
.menu-pg .menu-click a {
	margin-bottom: 15px;
}
.page-articles-index .title-mob h1 {
	font-size: 40px;
	line-height: 40px;
}
.banner-text {
	font-size: 30px;
	line-height: 36px;
	top: 90px;
}
.page-articles-index .hero-text-box.hero-intro h1 span {
	font-size: 80px;
}
.fixed-btn {
	right: -30px;
}
.pic-wrap-main.animated.fadeInUp img {
	width: 100% !important;
}
.page-articles-index .teaser-copy {
	max-height: 100%;
	margin-left: 0;
}
.architecture-2 figure {
	height: auto !important;
	margin: 0 40px 0 0 !important;
}
.architecture-2 figure img {
	width: 100% !important;
}
.architecture-2 .t-txt, .architecture-3 .t-txt, .penthouse-3 .t-txt, .architecture-4 .t-txt, .penthouse-4 .t-txt, .penthouse-5 .t-txt, .location-1 .t-txt, .location-3 .t-txt, .creators-1 .t-txt, .creators-2 .t-txt, .creators-3 .t-txt, .creators-4 .t-txt, .creators-5 .t-txt, .creators-6 .t-txt {
	margin-top: 28px !important;
}
.architecture-3 figure, .interior-1 figure, .penthouse-3 figure, .penthouse-4 figure, .location-1 figure, .creators-1 figure, .creators-2 figure, .creators-3, .creators-3 figure, .creators-4, .creators-5 {
	height: auto !important;
}
.creators-4 .t-txt {
	margin-left: 40px !important;
}
.architecture-3 h6, .interior-1 h6, .interior-5 h6 {
	text-align: left;
}
.interior-1 .t-txt {
	margin-top: 58px !important;
}
.interior-4 .t-txt {
	margin-left: 40px !important;
	max-width: 100% !important;
}
.page-template-penthouse .fixed-btn a {
	color: #fff;
}
.page-template-penthouse .fixed-btn a:hover {
	color: #000;
}
.page-template-penthouse .penthouse-2 .teaser-copy {
	padding-right: 45px !important;
}
.penthouse-2 h6 {
	text-align: left;
}
.penthouse-3 h6, .penthouse-5 h6, .penthouse-6 h6 {
	text-align: left;
}
.location-1 h6 {
	text-align: left;
}
.location-2 .t-txt {
	margin-top: 28px !important;
}
.amenities-1 .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 45px;
}
.creators-5 figure {
	height: auto !important;
	width: auto !important;
}
.creators-1 h6, .creators-2 h6, .creators-3 h6, .creators-4 h6, .creators-5 h6, .creators-6 h6 {
	text-align: left;
}
.logo-image img {
	min-width: auto !important;
}
.contact-heading {
	margin: 80px 0 0;
	font-size: 30px;
	padding: 0 40px;
	text-align: left;
}
.contact-part-inner {
	padding: 0 40px;
	width: 100%;
}
.form-input {
	width: 100%;
}
.form-btn button {
	padding: 14px 15px !important;
}
.loading-s {
	margin-top: 30vh;
}
.page-logo, .penthouse-page-logo {
	width: 15%;
}
.banner-bottom-text {
	margin-top: 45px;
}
.architecture-1 .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 40px;
}
.architecture-4 {
	height: auto !important;
}
.architecture-4 figure {
	width: 100% !important;
	height: 240px !important;
}
.architecture-4 figure img {
	width: 100%;
}
.architecture-4 .t-txt {
	margin-left: 30px !important;
}
.interior-first h6 {
	text-align: left;
}
.interior-first .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 40px;
}
.interior-1 figure {
	margin: 0 40px 0 0 !important;
}
.interior-1 figure img {
	width: 100%;
}
.interior-2 .t-txt {
	margin-top: 20px !important;
}
.interior-2 figure {
	height: auto !important;
}
.interior-2 figure img, .interior-4 figure img, .interior-5 figure img, .penthouse-3 figure img, .penthouse-4 figure img, .penthouse-5 figure img, .penthouse-6 figure img, .interior-6 figure img {
	width: 100%;
}
.penthouse-3 figure {
	margin: 0 40px 0 0 !important;
}
.penthouse-4 {
	height: auto;
}
.penthouse-4 figure {
	margin: 0 40px 0 0 !important;
	width: auto !important;
}
.page-logo .penthouse-page-logo {
	width: 15%;
	margin-left: 11%;
}
.interior-3 figure {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 40px;
}
.interior-3 figure img {
	width: 100%;
	max-height: none !important;
}
.interior-3 .t-txt {
	margin-top: 30px !important;
}
.location-1 figure img, .location-2 figure img, .location-3 figure img {
	max-height: none !important;
	width: 100%;
}
.creators-1 figure img, .creators-2 figure img, .creators-3 figure img, .creators-4 figure img, .creators-5 figure img, .creators-6 figure img {
	max-height: none !important;
	width: 100%;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.banner {
	padding-right: 35px;
}
.architecture-1 .teaser-text-main {
	padding-right: 40px;
}
.loading-s {
	margin-top: 20vh;
}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.banner {
	padding-right: 35px;
}
.architecture-1 .teaser-text-main {
	padding-right: 40px;
}
.loading-s {
	margin-top: 24vh;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.banner {
	padding-right: 45px;
}
.home .title-mob.only-mobile.with-slideshow {
	display: none;
}
.mobile-only {
	display: block !important;
	font-family: "freight-big-pro", serif;
	font-size: 26px;
}
.icon-menu {
	right: 10px;
	top: 10px;
	background: #fff;
}
.on-dark .icon-menu > div {
	background-color: #000;
}
.menu-pg .menu-click {
	margin-top: -70px;
}
.menu-pg .menu-click {
	font-size: 20px;
}
.menu-pg .menu-click a {
	margin-bottom: 10px;
}
.page-articles-index .title-mob h1 {
	font-size: 50px;
	line-height: 50px;
}
.banner-text {
	font-size: 40px;
	line-height: 46px;
	top: 175px;
}
.page-articles-index .hero-text-box.hero-intro h1 {
	padding: 120px 0 150px;
}
.fixed-btn {
	right: -30px;
}
.pic-wrap-main.animated.fadeInUp img {
	width: 100% !important;
}
.page-articles-index .teaser-copy {
	max-height: 100%;
	margin-left: 0;
}
.architecture-1 .teaser-text-main {
	padding-right: 40px !important;
}
.architecture-2 figure {
	height: auto !important;
	margin: 0 40px 0 0 !important;
}
.architecture-2 figure img {
	width: 100% !important;
}
.architecture-2 .t-txt, .architecture-3 .t-txt, .architecture-4 .t-txt, .penthouse-3 .t-txt, .penthouse-4 .t-txt, .penthouse-5 .t-txt, .location-1 .t-txt, .location-3 .t-txt, .creators-1 .t-txt, .creators-2 .t-txt, .creators-3 .t-txt, .creators-4 .t-txt, .creators-5 .t-txt, .creators-6 .t-txt {
	margin-top: 28px !important;
}
.architecture-3 figure, .interior-1 figure, .penthouse-3 figure, .penthouse-4 figure, .location-1 figure, .creators-1 figure, .creators-2 figure, .creators-3, .creators-3 figure, .creators-4, .creators-5 {
	height: auto !important;
}
.creators-4 .t-txt {
	margin-left: 40px !important;
}
.architecture-3 h6 {
	text-align: left;
}
.interior-1 .t-txt {
	margin-top: 58px !important;
}
.interior-1 h6 {
	text-align: left;
}
.interior-4 .t-txt {
	margin-left: 40px !important;
	max-width: 100% !important;
}
.page-template-penthouse .fixed-btn a {
	color: #fff;
}
.page-template-penthouse .fixed-btn a:hover {
	color: #000;
}
.page-template-penthouse .penthouse-2 .teaser-copy {
	padding-right: 45px !important;
}
.penthouse-2 h6 {
	text-align: left;
}
.penthouse-3 h6, .penthouse-5 h6, .penthouse-6 h6 {
	text-align: left;
}
.location-1 h6 {
	text-align: left;
}
.location-2 .t-txt {
	margin-top: 28px !important;
}
.amenities-1 .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 45px;
}
.creators-5 figure {
	height: auto !important;
	width: auto !important;
}
.interior-5 h6, .creators-1 h6, .creators-2 h6, .creators-3 h6, .creators-4 h6, .creators-5 h6, .creators-6 h6 {
	text-align: left;
}
.logo-image img {
	min-width: auto !important;
}
.contact-heading {
	margin: 80px 0 0;
	font-size: 30px;
	padding: 0 40px;
	text-align: left;
}
.contact-part-inner {
	padding: 0 40px;
	width: 100%;
}
.form-input {
	width: 100%;
}
.form-btn button {
	padding: 14px 15px !important;
}
.loading-s {
	margin-top: 5vh;
}
.page-logo, .penthouse-page-logo {
	width: 15%;
}
.banner-bottom-text {
	margin-top: 45px;
}
.architecture-1 .teaser-text-main {
	margin-left: 40px !important;
}
.architecture-4 {
	height: auto !important;
}
.architecture-4 .t-txt {
	margin-left: 30px !important;
}
.interior-first .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 40px !important;
}
.interior-first h6 {
	text-align: left;
}
.interior-1 figure {
	margin: 0 40px 0 0 !important;
}
.interior-1 figure img {
	width: 100%;
}
.interior-2 .t-txt {
	margin-top: 20px !important;
}
.architecture-4 figure {
	width: 100% !important;
	height: 430px !important;
}
.architecture-4 figure img {
	width: 100%;
}
.interior-2 figure img, .interior-4 figure img, .interior-5 figure img, .penthouse-3 figure img, .penthouse-4 figure img, .penthouse-5 figure img, .penthouse-6 figure img, .interior-6 figure img {
	width: 100%;
}
.penthouse-3 figure {
	margin: 0 40px 0 0 !important;
}
.penthouse-4 {
	height: auto;
}
.penthouse-4 figure {
	margin: 0 40px 0 0 !important;
	width: auto !important;
}
.architecture-2 figure img, .architecture-3 figure img {
	width: 100% !important;
	max-height: none !important;
}
.interior-3 figure {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 40px;
}
.interior-3 figure img {
	width: 100%;
	max-height: none !important;
}
.interior-3 .t-txt {
	margin-top: 30px !important;
}
.interior-6 figure img {
	max-height: none !important;
	width: 100%;
}
.penthouse-3 figure img, .penthouse-5 figure img {
	width: 100%;
	max-height: none !important;
}
.location-1 figure img, .location-2 figure img, .location-3 figure img {
	max-height: none !important;
	width: 100%;
}
.creators-1 figure img, .creators-2 figure img, .creators-3 figure img, .creators-4 figure img, .creators-5 figure img, .creators-6 figure img {
	max-height: none !important;
	width: 100%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner {
	padding-right: 55px;
}
.home .title-mob.only-mobile.with-slideshow {
	display: none;
}
.mobile-only {
	display: block !important;
	font-family: "freight-big-pro", serif;
	font-size: 36px;
}
.icon-menu {
	right: 10px;
	top: 15px;
	background: #fff;
	height: 30px;
	width: 30px;
}
.icon-menu > div {
	width: 80%;
	left: 3px;
}
.icon-menu .up {
	top: 7px;
}
.icon-menu .down {
	bottom: 8px;
}
.on-dark .icon-menu > div {
	background-color: #000 !important;
}
.menu-pg .menu-click {
	font-size: 30px;
}
.menu-pg .menu-click a {
	margin-bottom: 15px;
}
.fixed-btn {
	right: -30px;
}
.page-articles-index .title-mob h1 {
	font-size: 50px;
	line-height: 50px;
}
.banner-text {
	font-size: 70px;
	line-height: 70px;
	top: 205px;
}
.home .hero-text-box {
	margin-top: 250px !important;
}
.page-articles-index .hero-text-box.hero-intro h1 {
	font-size: 40px;
	line-height: 50px;
}
.architecture-1 .teaser-text-main {
	padding-right: 40px;
}
.architecture-2 figure {
	height: auto !important;
	margin: 99px 40px 0 0 !important;
}
.architecture-2 .t-txt, .architecture-4 .t-txt {
	margin-top: 28px !important;
}
.architecture-3 figure {
	height: auto !important;
}
.architecture-3 .t-txt, .interior-1 .t-txt, .penthouse-3 .t-txt, .penthouse-4 .t-txt, .penthouse-5 .t-txt, .penthouse-6 .t-txt, .location-1 .t-txt, .location-2 .t-txt, .location-3 .t-txt, .creators-1 .t-txt, .creators-2 .t-txt, .creators-3 .t-txt, .creators-5 .t-txt, .creators-6 .t-txt {
	max-width: 100% !important;
	margin-top: 28px !important;
}
.architecture-3 h6, .interior-1 h6, .interior-5 h6, .penthouse-2 h6, .penthouse-3 h6, .penthouse-5 h6, .penthouse-6 h6, .location-1 h6, .creators-1 h6, .creators-2 h6, .creators-3 h6, .creators-4 h6, .creators-5 h6, .creators-6 h6 {
	text-align: left;
}
.interior-1 figure, .penthouse-3 figure, .penthouse-4 figure, .location-1 figure, .creators-1 figure, .creators-2 figure, .creators-3, .creators-3 figure, .creators-4, .creators-5 {
	height: auto !important;
}
.interior-4 .t-txt {
	margin-left: 40px !important;
	max-width: 100% !important;
}
.penthouse-2 .teaser-text-main {
	padding-right: 40px;
}
.page-template-penthouse .fixed-btn a {
	color: #fff;
}
.page-template-penthouse .fixed-btn a:hover {
	color: #000;
}
.logo-image img {
	min-width: auto !important;
}
.creators-4 .t-txt {
	max-width: 100% !important;
	margin-left: 40px !important;
}
.creators-5 figure {
	height: auto !important;
	width: 95% !important;
}
.contact-heading, .contact-part-inner {
	padding: 0 40px;
	width: 100%;
}
.loading-s {
	margin-top: 35vh;
}
.page-logo, .penthouse-page-logo {
	width: 15%;
	margin-left: 4.5%;
}
.banner-bottom-text {
	margin-top: 95px;
}
.architecture-1 .teaser-text-main {
	margin-left: 40px !important;
}
.architecture-4 {
	height: 800px !important;
}
.architecture-4 .t-txt {
	margin-left: 30px !important;
}
.interior-first h6 {
	text-align: left;
}
.interior-first .teaser-text-main {
	margin-left: 40px !important;
	padding-right: 40px;
}
.interior-1 figure {
	margin: 0 !important;
}
.interior-1 figure img {
	width: 100%;
}
.interior-2 .t-txt {
	margin-top: 20px !important;
}
.architecture-4 figure {
	width: 100% !important;
}
.architecture-4 figure img {
	width: 100% !important;
}
.page-articles-index .teaser-copy {
	margin-left: 0;
}
.penthouse-3 figure {
	margin: 0 !important;
}
.penthouse-3 figure img {
	width: 100% !important;
	max-height: none !important;
}
.penthouse-4 {
	height: auto;
}
.architecture-2 figure img, .architecture-3 figure img {
	max-height: none !important;
}
.architecture-4 figure {
	height: auto !important;
}
.interior-3 figure {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 40px;
}
.interior-3 figure img {
	width: 100%;
	max-height: none !important;
}
.interior-3 .t-txt {
	margin-top: 30px !important;
}
.interior-6 figure img {
	max-height: none !important;
	width: 100%;
}
.penthouse-4 figure {
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
}
.penthouse-4 figure img, .penthouse-5 figure img {
	max-height: none !important;
	width: 100% !important;
}
.location-1 figure img, .location-2 figure img, .location-3 figure img {
	max-height: none !important;
	width: 100%;
}
.creators-1 figure img, .creators-2 figure img, .creators-3 figure img, .creators-4 figure img, .creators-5 figure img, .creators-6 figure img {
	max-height: none !important;
	width: 100%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.home .title-mob.only-mobile.with-slideshow {
	display: none;
}
.banner-text {
	font-size: 80px;
	top: 285px;
}
.architecture-1 .teaser-text-main {
	margin-left: 180px !important;
}
.architecture-2 figure {
	margin: 140px 0 0 -540px !important;
}
.architecture-2 .t-txt {
	left: 46%;
}
.architecture-3 .t-txt {
	max-width: 480px !important;
	margin-top: -620px !important;
}
.architecture-4 .t-txt {
/*margin-top: -480px !important;*/
}
.interior-1 figure {
	margin: 140px 0 0 -680px !important;
}
.interior-1 .t-txt {
	left: 54%;
	max-width: 320px !important;
	margin-top: -400px !important;
}
.interior-4 .t-txt {
	margin-left: -350px !important;
}
.penthouse-2 .teaser-text-main {
	margin-left: 150px !important;
	max-width: 700px !important;
}
.penthouse-3 figure {
	margin: 140px 0 0 -520px !important;
	width: 350px !important;
}
.penthouse-3 .t-txt {
	margin-top: -645px !important;
	max-width: 490px !important;
	left: 36%;
}
.penthouse-4 .t-txt {
	margin-top: 30px !important;
	margin-left: -850px !important;
	max-width: 750px !important;
	margin-right: -300px;
}
.penthouse-5 .t-txt {
	margin-top: -405px !important;
}
.penthouse-6 .t-txt {
	margin-left: -400px !important;
}
.location-1 figure {
	margin: 140px 0 0 -680px !important;
}
.location-1 .t-txt {
	margin-top: -470px !important;
	max-width: 520px !important;
	left: 32%;
}
.location-3 .t-txt {
	margin-top: -500px !important;
}
.creators-1 figure {
	margin-left: -680px !important;
}
.creators-1 .t-txt {
	max-width: 550px !important;
	left: 31%;
	margin-top: -675px !important;
}
.creators-2 .t-txt {
	margin-top: -800px !important;
	margin-left: -475px !important;
}
.creators-3 .t-txt {
	max-width: 480px !important;
	left: 45%;
	margin-top: -710px !important;
}
.creators-4 .t-txt {
	max-width: 880px !important;
	margin-left: -500px !important;
}
.creators-5 .t-txt {
	max-width: 580px !important;
	left: 30%;
}
.creators-6 .t-txt {
	max-width: 500px !important;
	margin-top: -560px !important;
}
.loading-s {
	margin-top: 30vh;
}
.page-logo, .penthouse-page-logo {
	width: 10%;
	margin-left: 12.5%;
}
.interior-first .teaser-text-main {
	max-width: 750px !important;
	margin-left: 120px !important;
}
.interior-2 .t-txt {
	max-width: 450px !important;
}
.architecture-4 {
	height: 900px !important;
}
.architecture-4 figure {
	width: 835px !important;
	height: 550px !important;
	margin: 0 0 0 -450px !important;
}
.architecture-4 figure img {
	width: 100%;
}
.penthouse-4 figure {
	width: 1050px !important;
}
.penthouse-4 figure img {
	width: 100%;
}
}

@media only screen and (min-width : 834px) and (max-width : 1112px) and (orientation : portrait) {
.page-logo, .penthouse-page-logo {
	width: 10%;
	margin-left: 14%;
}
.architecture-3 h6, .interior-1 h6, .interior-5 h6, .penthouse-2 h6, .penthouse-3 h6, .penthouse-5 h6, .penthouse-6 h6, .location-1 h6, .creators-1 h6, .creators-2 h6, .creators-3 h6, .creators-4 h6, .creators-5 h6, .creators-6 h6, .interior-first h6 {
	text-align: center;
}
.banner-bottom-text {
	margin-top: 95px;
	margin: 95px auto 0;
	width: 75%;
}
.architecture-1 .teaser-text-main {
	margin-left: 55px !important;
}
.architecture-2 figure {
	height: auto !important;
	margin: 99px 40px 0 -500px !important;
}
.architecture-2 .t-txt {
	margin-top: -365px !important;
	left: 51%;
}
.architecture-3 figure {
	margin: 0 !important;
}
.architecture-3 .t-txt {
	max-width: 375px !important;
	margin-top: -670px !important;
	margin-right: 20px;
}
.architecture-4 figure {
	width: 715px !important;
	margin: 0 0 0 -430px !important;
}
.architecture-4 .t-txt {
	margin-left: 30px !important;
	width: 800px !important;
	left: 0;
}
.interior-first .teaser-text-main {
	margin-left: 20px !important;
	padding-right: 40px;
	max-width: 700px !important;
}
.interior-1 figure {
	margin: 140px 0 0 -420px !important;
	width: 100% !important;
}
.interior-1 .t-txt {
	max-width: 650px !important;
	left: 3%;
}
.interior-2 figure {
	margin: 0 !important;
}
.interior-2 .t-txt {
	margin-top: -350px !important;
	max-width: 350px !important;
	margin-right: 30px;
}
.interior-3 {
	height: auto !important;
}
.interior-3 figure {
	width: 450px !important;
	margin: 0 0 0 -510px !important;
	padding: 0 40px;
	height: auto !important;
}
.interior-3 .t-txt {
	margin-top: -280px !important;
}
.interior-4 .t-txt {
	margin-left: -330px !important;
}
.interior-6 figure {
	margin: 0 !important;
}
.penthouse-2 .teaser-text-main {
	margin-left: 95px !important;
	max-width: 550px !important;
}
.penthouse-3 figure {
	margin: 140px 0 0 -430px !important;
	width: 350px !important;
}
.penthouse-3 .t-txt {
	margin-top: -465px !important;
	max-width: 350px !important;
	left: 41%;
}
.penthouse-4 {
	margin-top: 495px !important;
}
.penthouse-6 .t-txt {
	max-width: 600px !important;
	margin-left: -360px !important;
}
.penthouse-4 figure {
	height: auto !important;
	width: 755px !important;
	margin: 0 0 0 -430px !important;
}
.penthouse-4 .t-txt {
	max-width: 650px !important;
	margin-top: 30px !important;
	margin-right: -260px;
}
.penthouse-5 {
	margin-top: 275px;
}
.penthouse-5 .t-txt {
	margin-top: -485px !important;
	width: 300px !important;
}
.location-1 figure {
	width: 500px !important;
	margin: 140px 0 0 -550px !important;
}
.location-1 .t-txt {
	margin-top: -520px !important;
	max-width: 300px !important;
	left: 46%;
}
.location-2 {
	margin-top: 325px !important;
}
.location-2 figure {
	margin: 0 !important;
}
.location-2 .t-txt {
	max-width: 370px !important;
	margin-top: -400px !important;
	margin-right: 30px;
}
.location-3 .t-txt {
	margin-top: -530px !important;
	width: 380px !important;
	margin-left: -120px !important;
}
.creators-1 figure {
	width: 500px !important;
	margin: 140px 0 0 -600px !important;
}
.creators-1 .t-txt {
	max-width: 350px !important;
	left: 40%;
	margin-top: -765px !important;
}
.creators-2 figure {
	width: 400px !important;
	margin: 0 !important;
}
.creators-2 .t-txt {
	max-width: 360px !important;
	margin-top: -740px !important;
	margin-right: 30px;
}
.creators-3 {
	margin-top: 250px !important;
}
.creators-3 .t-txt {
	max-width: 350px !important;
	left: 47%;
	margin-top: -750px !important;
}
.creators-4 .t-txt {
	max-width: 670px !important;
	margin-left: -400px !important;
}
.creators-5 figure {
	width: 400px !important;
	margin: 140px 0 0 -450px !important;
}
.creators-5 .t-txt {
	max-width: 300px !important;
	left: 46%;
	margin-top: -255px !important;
}
.creators-6 {
	margin-top: 625px !important;
}
.creators-6 .t-txt {
	max-width: 400px !important;
	margin-top: -540px !important;
	margin-right: -20px;
}
.page-template-penthouse .fixed-btn a {
	color: #000;
}
.contact-heading, .contact-part-inner {
	padding: 0 150px;
	width: 100%;
}
}

@media only screen and (min-width : 834px) and (max-width : 1112px) and (orientation : landscape) {
.page-logo, .penthouse-page-logo {
	margin-left: 11.5%;
}
.architecture-1 .teaser-text-main {
	margin-left: 200px !important;
}
.interior-first .teaser-text-main {
	margin-left: 80px !important;
}
.interior-1 .t-txt {
	max-width: 350px !important;
	margin-top: -400px !important;
	left: 54%;
}
.interior-4 .t-txt {
	margin-left: -330px !important;
}
.page-template-penthouse .teaser-text-main {
	margin-left: 300px !important;
}
.penthouse-3 figure {
	height: 625px !important;
	margin: 140px 0 0 -580px !important;
	width: 400px !important;
}
.penthouse-3 .t-txt {
	margin-top: -625px !important;
	max-width: 550px !important;
	left: 36%;
}
.penthouse-4 .t-txt {
	max-width: 850px !important;
	margin-top: 30px !important;
	margin-right: -350px;
}
.penthouse-6 .t-txt {
	margin-left: -400px !important;
}
.location-1 figure {
	margin-left: -650px !important;
}
.location-1 .t-txt {
	margin-top: -450px !important;
	max-width: 550px !important;
	left: 37%;
}
.creators-1 figure {
	margin-left: -650px !important;
}
.creators-1 .t-txt {
	max-width: 530px !important;
	left: 37%;
	margin-top: -655px !important;
}
.creators-2 .t-txt {
	max-width: 500px !important;
}
.creators-3 .t-txt {
	max-width: 500px !important;
}
.creators-4 .t-txt {
	max-width: 870px !important;
	margin-left: -500px !important;
}
.creators-5 .t-txt {
	max-width: 550px !important;
	left: 35%;
	margin-top: -575px !important;
}
.creators-6 .t-txt {
	max-width: 550px !important;
	margin-top: -540px !important;
	margin-right: -35px !important;
}
}

@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {
.page-logo, .penthouse-page-logo {
	width: 10%;
	margin-left: 12%;
}
.home .hero-text-box.hero-intro h1 {
	padding: 0 0 60px;
}
.banner-bottom-text {
	margin: 95px auto 0;
	width: 80%;
}
.architecture-1 .teaser-text-main {
	margin-left: 200px !important;
}
.architecture-2 figure {
	height: auto !important;
	margin: 99px 40px 0 -550px !important;
}
.architecture-2 .t-txt {
	margin-top: -325px !important;
	left: 48%;
}
.architecture-3 .t-txt {
	max-width: 455px !important;
	margin-top: -620px !important;
}
.architecture-4 {
	height: 900px !important;
}
.architecture-4 figure {
	height: auto !important;
	margin: 0 0 0 -440px !important;
	width: 915px !important;
}
.architecture-4 .t-txt {
	left: 15%;
}
.interior-1 figure {
	margin: 0 0 0 -600px !important;
	width: 600px !important;
}
.interior-1 .t-txt {
	max-width: 300px !important;
	margin-top: -360px !important;
	left: 54%;
}
.interior-2 figure {
	margin: 0 !important;
}
.interior-2 .t-txt {
	max-width: 450px !important;
	margin-top: -320px !important;
	margin-left: -480px !important;
	float: left !important;
}
.interior-3 figure {
	width: 600px !important;
	margin: 0 0 0 -600px !important;
	height: 450px !important;
}
.interior-3 .t-txt {
	margin-top: -350px !important;
	width: 400px !important;
	margin-left: -30px !important;
}
.interior-4 .t-txt {
	margin-left: -250px !important;
	max-width: 100% !important;
}
.interior-4 figure {
	margin-top: 0 !important;
}
.penthouse-2 .teaser-text-main {
	padding-right: 40px;
	margin-left: 240px !important;
	max-width: 550px !important;
}
.penthouse-2 h6, .penthouse-3 h6, .penthouse-5 h6, .penthouse-6 h6 {
	text-align: center;
}
.penthouse-3 figure {
	margin: 0 0 0 -520px !important;
	width: 350px !important;
}
.penthouse-3 .t-txt {
	margin-top: -455px !important;
	max-width: 500px !important;
	left: 36%;
}
.penthouse-4 {
	margin-top: 240px !important;
}
.penthouse-4 figure {
	height: auto !important;
	width: 985px !important;
	margin: 0 0 0 -550px !important;
}
.penthouse-4 .t-txt {
	max-width: 800px !important;
	margin-top: 30px !important;
	margin-right: -330px;
}
.penthouse-5 {
	margin-top: 235px;
}
.penthouse-6 {
	margin-left: -115px;
}
.penthouse-5 .t-txt {
	margin-top: -405px !important;
	width: 400px !important;
}
.page-template-penthouse .fixed-btn a {
	color: #000;
}
.location-1 figure img {
	margin: 0 0 0 130px !important;
	width: 500px !important;
}
.location-1 .t-txt {
	margin-top: -520px !important;
	max-width: 450px !important;
	left: 42%;
}
.location-1 h6 {
	text-align: center;
}
.location-2 .t-txt {
	max-width: 500px !important;
	margin-top: -400px !important;
}
.location-3 .t-txt {
	margin-top: -500px !important;
}
.creators-1 h6, .creators-2 h6, .creators-3 h6, .creators-4 h6, .creators-5 h6, .creators-6 h6 {
	text-align: center;
}
.creators-1 figure {
	width: 500px !important;
	margin: 140px 0 0 -600px !important;
}
.creators-1 .t-txt {
	max-width: 430px !important;
	left: 43%;
	margin-top: -725px !important;
}
.creators-2 figure {
	margin: 0 !important;
	width: 400px !important;
}
.creators-2 .t-txt {
	max-width: 450px !important;
	margin-top: -700px !important;
	margin-right: 30px !important;
}
.creators-3 .t-txt {
	max-width: 650px !important;
	left: 47%;
	margin-top: -620px !important;
}
.creators-4 .t-txt {
	max-width: 780px !important;
	margin-left: -450px !important;
}
.creators-5 figure {
	height: auto !important;
	width: 500px !important;
	margin: 140px 0 0 -630px !important;
}
.creators-5 .t-txt {
	max-width: 480px !important;
	left: 38%;
	margin-top: -400px !important;
}
.creators-6 .t-txt {
	max-width: 480px !important;
	margin-top: -540px !important;
}
.contact-heading, .contact-part-inner {
	padding: 0 150px;
	width: 100%;
}
}

@media screen and (min-width: 1200px) and (max-width: 1260px) and (orientation: landscape) {
.penthouse-3 figure {
	margin: 140px 0 0 -635px !important;
}
.penthouse-3 .t-txt {
	margin-top: -625px !important;
	max-width: 550px !important;
	left: 40%;
}
.interior-1 .t-txt {
	max-width: 430px !important;
}
.creators-3 .t-txt {
	max-width: 550px !important;
}
.creators-5 .t-txt {
	max-width: 600px !important;
}
}

@media screen and (min-width: 1280px) {
.penthouse-3 .t-txt {
	max-width: 640px !important;
}
.interior-1 .t-txt {
	max-width: 430px !important;
}
}

@media screen and (min-width: 1424px) {
.banner-text {
	top: 410px;
}
.architecture-1 .teaser-text-main {
	max-width: 750px !important;
}
.architecture-2 .t-txt {
	max-width: 500px !important;
}
.architecture-4 .t-txt {
	max-width: 580px !important;
}
.interior-first .teaser-text-main {
	margin-left: 280px !important;
}
.penthouse-3 .t-txt {
	left: 38%;
}
}

@media screen and (min-width: 1624px) {
.banner-text {
	top: 460px;
}
.architecture-1 .teaser-text-main {
	margin-left: 450px !important;
}
.interior-5 .t-txt {
	max-width: 550px !important;
}
.penthouse-2 .teaser-text-main {
	max-width: 600px !important;
	margin-left: 560px !important;
}
.page-template-location-lifestyle .large-teaser figure {
	max-height: 800px !important;
}
.page-template-location-lifestyle .large-teaser figure img {
	max-height: 800px !important;
}
.loading-s {
	margin-top: 30vh;
}
.page-logo, .penthouse-page-logo {
	margin-left: 7.5%;
}
.architecture-4 .t-txt {
	margin-left: -280px !important;
}
.interior-first .teaser-text-main {
	margin-left: 330px !important;
}
.penthouse-3 .t-txt {
	left: 39%;
}
.penthouse-4 .t-txt {
	margin-right: -500px;
}
}

@media screen and (min-width: 1920px) {
.banner-text {
	top: 560px;
}
.architecture-1 .teaser-text-main {
	margin-left: 620px !important;
}
.penthouse-2 .teaser-text-main {
	margin-left: 700px !important;
}
.penthouse-3 .t-txt {
	left: 40%;
}
.page-articles-index div.main.large-teaser .pic-wrap-main {
	max-height: 900px;
}
.page-articles-index div.main.large-teaser .img-main {
	max-height: 900px;
}
.page-template-location-lifestyle .large-teaser figure {
	max-height: 900px !important;
}
.page-template-location-lifestyle .large-teaser figure img {
	max-height: 900px !important;
}
.location-1 .t-txt {
	left: 38%;
}
.creators-1 .t-txt {
	left: 38%;
}
.loading-s {
	margin-top: 37vh;
}
.page-logo, .penthouse-page-logo {
	margin-left: 6.5%;
}
.architecture-4 .t-txt {
	margin-left: -200px !important;
}
.interior-first .teaser-text-main {
	margin-left: 500px !important;
}
.penthouse-3 .t-txt {
	left: 41%;
}
.penthouse-4 .t-txt {
	margin-right: -580px;
}
}

@media screen and (min-width: 2048px) {
.banner-text {
	top: 600px;
}
.architecture-1 .teaser-text-main {
	margin-left: 700px !important;
}
.penthouse-2 .teaser-text-main {
	margin-left: 770px !important;
}
.penthouse-3 .t-txt {
	left: 41%;
}
.page-articles-index div.main.large-teaser .pic-wrap-main {
	max-height: 1000px;
}
.page-articles-index div.main.large-teaser .img-main {
	max-height: 1000px;
}
.page-template-location-lifestyle .large-teaser figure {
	max-height: 920px !important;
}
.page-template-location-lifestyle .large-teaser figure img {
	max-height: 920px !important;
}
.location-1 .t-txt {
	left: 38%;
}
.creators-5 .t-txt {
	left: 41%;
}
.loading-s {
	margin-top: 35vh;
}
.page-logo, .penthouse-page-logo {
	margin-left: 5.5%;
}
.architecture-4 .t-txt {
	margin-left: -180px !important;
}
.interior-first .teaser-text-main {
	margin-left: 550px !important;
}
.penthouse-4 .t-txt {
	margin-right: -600px;
}
}

@media screen and (min-width: 2550px) {
.banner-text {
	top: 740px;
}
.architecture-1 .teaser-text-main {
	margin-left: 920px !important;
}
.interior-1 .t-txt {
	left: 52%;
}
.penthouse-2 .teaser-text-main {
	margin-left: 1020px !important;
}
.penthouse-3 .t-txt {
	left: 43%;
}
.page-articles-index div.main.large-teaser .pic-wrap-main {
	max-height: 1200px;
}
.page-articles-index div.main.large-teaser .img-main {
	max-height: 1200px;
}
.page-template-location-lifestyle .large-teaser figure {
	max-height: 1200px !important;
}
.page-template-location-lifestyle .large-teaser figure img {
	max-height: 1200px !important;
}
.location-1 .t-txt {
	left: 40%;
}
.creators-1 .t-txt {
	left: 40%;
}
.creators-3 .t-txt {
	left: 49%;
}
.creators-5 .t-txt {
	left: 44%;
}
.loading-s {
	margin-top: 40vh;
}
.page-logo, .penthouse-page-logo {
	margin-left: 4.5%;
	width: 5%;
}
.architecture-4 figure {
	width: 1785px !important;
}
.architecture-4 figure img {
	width: 100%;
}
.architecture-4 .t-txt {
	margin-left: -60px !important;
}
.interior-first .teaser-text-main {
	margin-left: 800px !important;
}
.penthouse-4 {
	height: 1300px;
}
.penthouse-4 figure {
	width: 1785px !important;
}
.penthouse-4 figure img {
	width: 100%;
}
.penthouse-4 .t-txt {
	margin-right: -750px;
}
}
