body {
  height: 2666px;
  color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

header h1 {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1.3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  z-index: 2;
  text-align: center;
  padding-left: 27px;
}

#key {
  width: 100%;
  height: 2666px;
  min-height: 100%;
}

#key ul {
  height: 100%;
}

#key li:nth-child(1) {
  background-image: url("../img/index/key1.jpg");
}

#key li:nth-child(2) {
  background-image: url("../img/index/key1.jpg");
}

.insta-icon {
  position: fixed;
  left: 318px;
  top: 364px;
  z-index: 11;
}
.insta-icon_02 {
  position: fixed;
  left: 318px;
  top: 317px;
  z-index: 11;
}
.fb-icon {
  position: fixed;
  left: 318px;
  top: 270px;
  z-index: 11;
}
.yt-icon {
  position: fixed;
  left: 318px;
  top: 225px;
  z-index: 11;
}

.content h2 {
  font-size: 120px;
  line-height: 90px;
  font-weight: 400;
  letter-spacing: 9.5px;
  position: fixed;
  left: -186px;
  top: 383px;
  z-index: 11;
  transform: rotate(-90deg);
}

.content h3 {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 3.7px;
  position: fixed;
  left: 133px;
  top: 525px;
  z-index: 11;
  transform: rotate(-90deg);
}

#news {
  position: absolute;
  right: 100px;
  top: 478px;
  z-index: 11;
  color: #fff;
}

#news h2 {
  font-size: 36px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 61px;
}

#news #feed .row {
  margin-bottom: 30px;
}

#news #feed dl {
  display: table;
  letter-spacing: 1.6px;
}

#news #feed dl dt {
  width: 116px;
  display: table-cell;
}

#news #feed dl dD {
  display: table-cell;
}
.online_btn  a{
	position: absolute;
  right: 100px;
  top: 648px;
  z-index: 11;
	width: 300px;
	margin: 10px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #1b3742;
	border: 1px solid #fff;
	box-sizing:border-box;
}

footer {
  color: #fff;
  text-align: right;
  background: transparent;
  padding: 0;
}

footer:before {
  display: none;
}

footer:after {
  display: none;
}

footer .info {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 4.5px;
  position: absolute;
  right: 95px;
  bottom: 236px;
  z-index: 11;
}

footer .info dl {
  margin-top: 48px;
}

footer .info dt {
  margin-bottom: 12px;
}

footer .sm-txt {
  font-size: 11px;
  letter-spacing: 3px;
  color: #b2b2b2;
  margin: 15px 3px 0 0;
}
footer nav{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 126px;
  z-index: 1;
  margin-top: 0;
}
footer address {
  font-weight: 200 !important;
  letter-spacing: 1.7px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 69px;
  text-align: center;
  z-index: 11;
  color: #fff;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
footer nav ul li.active a:before, footer nav ul li a:hover:before{
  background: #fff;
}
footer address:before {
  display: none;
}
footer .cookies_link{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11;
}
#pagetop {
  right: 102px;
  bottom: 79px;
}
@media screen 
  and (min-device-width: 1000px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .content h2{
      font-size: 100px;
      top: 290px;
    }
    .content h3{
      top: 387px;
      left: 86px;
    }
    .insta-icon{
      left: 271px;
      top: 232px;
    }
}