/*.chrome img{
  image-rendering: -webkit-optimize-contrast;
  @include mobile{
    image-rendering: auto;
  }
}*/
html {
	background: url("/images/bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

html, body {
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%;
	color: #ffffff;
	font-weight: 400;
	/*&.noscroll{
    overflow:hidden;
    @include landscape{
      overflow:auto;
    }
  }*/
}

h1, h2, h3, h4, h5, strong {
	font-family: 'DM Sans', sans-serif;
}

.backgroundSlider {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: black;
}

.backgroundSlider .slick-slide {
	min-height: 100vh;
	height: 100vh;
}

.movingPic {
	/*position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  @include cover;
  z-index: 1;
  @include animation('kenburns 74s infinite linear');*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

a {
	color: inherit;
	text-decoration: none;
	touch-action: manipulation;
}

.clear {
	float: none;
	height: 1px;
	clear: both;
}

.page {
	position: relative;
	z-index: 1;
}

.header {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 1;
	/*@include transition(opacity 1s ease-out);
  &.active{
    opacity:1
  }*/
}

@media only screen and (max-height: 768px) {
	.header {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
	}
}

@media only screen and (max-width: 760px) {
	.header {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
	}
}

.header .middle {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: (translate(-50%, 0%),);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	top: 60px;
	width: 320px;
	text-align: center;
}

@media only screen and (max-width: 760px) {
	.header .middle {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
		width: 100%;
		margin-top: 30px;
	}
}

@media only screen and (max-height: 768px) {
	.header .middle {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
		width: 100%;
		margin-top: 30px;
	}
}

.header .middle img {
	width: 320px;
}

@media only screen and (max-width: 1366px) {
	.header .middle img {
		width: 260px;
	}
}

@media only screen and (max-width: 760px) {
	.header .middle img {
		width: 150px;
	}
}

.header .right {
	position: absolute;
	top: 30px;
	right: 30px;
}

@media only screen and (max-width: 760px) {
	.header .right {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
		width: 100%;
		right: auto;
		text-align: center;
		margin-top: 20px;
	}
}

.header .right a {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.header .right a:hover {
	opacity: 0.75;
}

@media only screen and (max-width: 760px) {
	.header .right a {
		margin-left: 5px;
	}
}

.header .right a img {
	width: 20px;
}

.pageContent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: (translate(-50%, -50%),);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	width: 100%;
	max-width: 900px;
	padding: 30px;
	box-sizing: border-box;
	color: #000000;
	opacity: 0;
	margin: 0 auto;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

.pageContent.active {
	opacity: 1;
}

@media only screen and (max-width: 760px) {
	.pageContent {
		padding: 30px 20px;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
	}
}

@media only screen and (max-width: 1366px) {
	.pageContent {
		top: 48%;
	}
}

@media only screen and (max-height: 768px) {
	.pageContent {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
		padding: 40px 20px;
	}
}

.pageContent .textWrapper {
	background: #ECEDE7;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.75);
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 80px;
	max-width: 610px;
	margin: 0 auto 0;
	text-align: center;
}

@media only screen and (max-width: 1366px) {
	.pageContent .textWrapper {
		padding: 40px 80px;
		max-width: 560px;
	}
}

@media only screen and (max-width: 760px) {
	.pageContent .textWrapper {
		padding: 30px 20px;
	}
}

.pageContent .textWrapper h1 {
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0.6px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1366px) {
	.pageContent .textWrapper h1 {
		font-size: 26px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 760px) {
	.pageContent .textWrapper h1 {
		font-size: 22px;
		line-height: 30px;
	}
}

.pageContent .textWrapper strong {
	margin-top: 30px;
	display: block;
}

.footerWrapper {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: (translate(-50%, 0%),);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	bottom: 20px;
	width: 100%;
	text-align: center;
	max-width: 740px;
	z-index: 20;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
	opacity: 1;
	/*@include transition(opacity 1s ease-in);
  &.active{
    opacity:1;
  }*/
}

@media only screen and (max-height: 768px) {
	.footerWrapper {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 760px) {
	.footerWrapper {
		padding: 20px;
		margin-top: 30px;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: (none,);
		-o-transform: none;
		transform: none;
	}
}

.footerWrapper .footer img {
	height: 70px;
	width: auto;
	margin: 0 15px;
}

@media only screen and (max-width: 1366px) {
	.footerWrapper .footer img {
		height: 60px;
	}
}

.footerWrapper .footer h2 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 3.2px;
	margin: 30px auto 20px;
}

@media only screen and (max-width: 1366px) {
	.footerWrapper .footer h2 {
		margin: 20px auto;
	}
}

.footerWrapper .footer p {
	font-size: 12px;
}

@media only screen and (max-width: 760px) {
	.footerWrapper .footer p {
		font-size: 10px;
	}
}

.footerWrapper .footer p a {
	text-decoration: underline;
}

.cookieBar {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 420px;
	background: rgba(236, 237, 231, 0.9);
	color: #151515;
	padding: 30px 40px;
	box-sizing: border-box;
	font-size: 0;
	z-index: 5000;
	-webkit-transition: transform 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	-moz-transition: transform 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	-ms-transition: transform 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	-o-transition: transform 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	transition: transform 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: (translateY(300%),);
	-o-transform: translateY(300%);
	transform: translateY(300%);
}

.cookieBar.show {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: (translateY(0%),);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

@media only screen and (max-width: 760px) {
	.cookieBar {
		text-align: center;
		padding: 30px 20px;
	}
}

.cookieBar .cookieInfo {
	display: inline-block;
	margin-bottom: 15px;
}

@media only screen and (max-width: 760px) {
	.cookieBar .cookieInfo {
		display: block;
		margin-bottom: 15px;
	}
}

.cookieBar .cookieInfo h2 {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.cookieBar .cookieInfo p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}

@media only screen and (max-width: 900px) {
	.cookieBar .cookieInfo p {
		font-size: 13px;
		margin-top: 12px;
	}
}

@media only screen and (max-width: 760px) {
	.cookieBar .cookieInfo p {
		font-size: 12px;
	}
}

.cookieBar .cookieInfo p a {
	text-decoration: underline;
}

.cookieBar .cookieButton {
	display: inline-block;
}

@media only screen and (max-width: 760px) {
	.cookieBar .cookieButton {
		float: none;
		margin-bottom: 5px;
	}
}

.cookieBar .cookieButton a {
	font-size: 18px;
	text-decoration: underline;
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1.15) rotate(0.3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
}

@-moz-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1.15) rotate(0.3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
}

@-ms-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1.15) rotate(0.3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
}

@-o-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1.15) rotate(0.3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(1.15) rotate(0.3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg);
	}
}

@-webkit-keyframes kenburns-inverted {
	0% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
	50% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
}

@-moz-keyframes kenburns-inverted {
	0% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
	50% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
}

@-ms-keyframes kenburns-inverted {
	0% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
	50% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
}

@-o-keyframes kenburns-inverted {
	0% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
	50% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
}

@keyframes kenburns-inverted {
	0% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
	50% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(1.4) rotate(0.3deg);
	}
}
