/* Normal */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic);

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content{
    position: absolute;
    top:50%;
    margin-top: -130px;
  }
}

/* GLOBAL */

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a > img{
    border: 0;
}

ul {
  list-style-type: none;
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 0.94rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

h2{
  margin-bottom: 20px;
  font-size: 2.32rem;
  line-height: 130%;
  font-weight: normal;
}

/* GENERAL */

.bold{
    font-family: Lato, sans-serif;
    font-weight: normal;
}
.x-bold{
    font-family: Lato, sans-serif;
    font-weight: normal;
}

.head-title{
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 5rem; /*60pt;*/
  text-shadow: 1px 1px 6px #5c5c5c;
}

/* SCENE */

.wrapper {
  position: relative;
  height: 100%;
}

.inner {
  max-width: 1230px;
  margin: 0 auto;

  -webkit-transition: all .3s;
  transition: all .3s;
}

/* BLOCK-HALF */

.block-half {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 50%;
	z-index: 10;

	-webkit-transition: margin 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: margin 1s cubic-bezier(0.77, 0, 0.175, 1);

	will-change: margin;

}
.block-half.active {
  margin-left: 0%;
}
.block-half:not(.active) {
	cursor: pointer;
}
.block-half.block-left {
	margin-left: -50%;
}
.block-half {
  background-size: cover;
  background-position: center;
}

.block-half.block-2.block-left {
	margin-top: -100%;
}
.block-half.block-2.block-right {
	margin-top: 100%;
}
.block-half.block-3.block-left {
	margin-top: -200%;
}
.block-half.block-3.block-right {
	margin-top: 200%;
}
.block-half.block-4.block-left {
	margin-top: -300%;
}
.block-half.block-4.block-right {
	margin-top: 300%;
}
.block-half.block-5.block-left {
	margin-top: -400%;
}
.block-half.block-5.block-right {
	margin-top: 400%;
}
.block-half.block-6.block-left {
	margin-top: -500%;
}
.block-half.block-6.block-right {
	margin-top: 500%;
}
.block-half.block-7.block-left {
	margin-top: -600%;
}
.block-half.block-7.block-right {
	margin-top: 600%;
}
.block-half.block-8.block-left {
	margin-top: -700%;
}
.block-half.block-8.block-right {
	margin-top: 700%;
}
.block-half.block-9.block-left {
	margin-top: -800%;
}
.block-half.block-9.block-right {
	margin-top: 800%;
}
.block-half.block-10.block-left {
	margin-top: -900%;
}
.block-half.block-10.block-right {
	margin-top: 900%;
}
.block-half.block-11.block-left {
	margin-top: -1000%;
}
.block-half.block-11.block-right {
	margin-top: 1000%;
}
.block-half.block-12.block-left {
	margin-top: -1100%;
}
.block-half.block-12.block-right {
	margin-top: 1100%;
}
.block-half.block-13.block-left {
	margin-top: -1200%;
}
.block-half.block-13.block-right {
	margin-top: 1200%;
}
.block-half.block-14.block-left {
	margin-top: -1300%;
}
.block-half.block-14.block-right {
	margin-top: 1300%;
}
.block-half.block-15.block-left {
	margin-top: -1400%;
}
.block-half.block-15.block-right {
	margin-top: 1400%;
}
.block-half.block-16.block-left {
	margin-top: -1500%;
}
.block-half.block-16.block-right {
	margin-top: 1500%;
}
.block-half.block-17.block-left {
	margin-top: -1600%;
}
.block-half.block-17.block-right {
	margin-top: 1600%;
}
.block-half.block-18.block-left {
	margin-top: -1700%;
}
.block-half.block-18.block-right {
	margin-top: 1700%;
}
.block-half.block-19.block-left {
	margin-top: -1800%;
}
.block-half.block-19.block-right {
	margin-top: 1800%;
}
.block-half.block-20.block-left {
	margin-top: -1900%;
}
.block-half.block-20.block-right {
	margin-top: 1900%;
}

.block-half.block-full {
  left: 0;
  width: 100%;
  margin-left: 0;
}

/* BLOCK-INFO */
/*
.block-info {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 50vw;
  background: #01E2DC;
  z-index: 11;
  visibility: hidden;

  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.block-info.block-left {
  left: 0;
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
}
.block-info.block-right {
  right: 0;
  -webkit-transform: translateX(50vw);
  transform: translateX(50vw);
}
.block-info.block-full {
  width: 100vw;
}

.block-info.open {
  visibility: visible;
}
.block-info.block-left.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.block-info.block-right.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.block-info.close {
  visibility: visible;
}
*/
/* LANGUAGE AND ACCESSIBILITY */
.lang, .accessibility {
  padding: 5px 0 12px;
}

.lang li {
  display: inline-block;
  margin-right: 5px;
}

.accessibility li {
  display: inline-block;
}

.lang li a, .accessibility li a{
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 6px #5c5c5c;
  padding: 3px 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0.8rem;
  z-index: 200;
}

.accessibility li a{
  border: 0;
  border-radius: 0;
}

/* SHOW-ANIMATION */

[class^="row-"]{
  opacity: 0;
  text-shadow: 1px 1px 6px #000;
}

.open .content {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: color_change 3s forwards;
  animation: color_change 3s forwards;
}
.open [class^="row-"]{
  -webkit-animation: showText .6s forwards;
  animation: showText .6s forwards;
}
.open .row-0{
  -webkit-animation-delay:.7s;
  animation-delay:.7s;
}
.open .row-1{
  -webkit-animation-delay:1s;
  animation-delay:1s;
}
.open .row-2{
  -webkit-animation-delay:1.3s;
  animation-delay:1.3s;
}
.open .row-3{
  -webkit-animation-delay:1.6s;
  animation-delay:1.6s;
}
.open .row-4{
  -webkit-animation-delay:1.9s;
  animation-delay:1.9s;
}

@-webkit-keyframes showText {
  0%   { -webkit-transform: translateY(10px); opacity: 0; }
  100% { -webkit-transform: translateY(0px); opacity: 1; }
}
@keyframes showText {
  0%   { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}

@-webkit-keyframes color_change {
  from { background-color: rgba(0,0,0,0) }
  to { background-color: rgba(0,0,0,0.1) }
}
@keyframes color_change {
  from { background-color: rgba(0,0,0,0) }
  to { background-color: rgba(0,0,0,0.1) }
}

/* BLOCK-TITLES */

.block-titles {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  cursor: pointer;
  z-index: 10;

  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.block-titles.block-left {
  margin-left: -50%;
}
.wrapper > .block-titles:hover{
  background-color: rgba(0,0,0,.2);
}
.block-titles.active{
  cursor: default;
}
.block-titles.active:hover{
  background-color: transparent;
}

.block-titles.block-full {
  width: 100%;
  left: 0;
  margin: 0;
}

.block-titles .social li{
  display: inline-block;
  margin-right: 5px;
}

.block-titles .wr.right .social li{
  display: inline-block;
  margin-left: 5px;
}

.block-link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -3456em;
  overflow: hidden;
  z-index: 100;
}

/* BG-PHOTO */

.box-photo{
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* BOX-INFO */

.box-info{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 20;
}
.box-info .content{
  width: 100%;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0,0,0,0);
  z-index: 200;
}
.box-info .wr{
  position: relative;
  width: 100%;
}

.box-info .wr-auto{
  width: auto;
}
.block-left .box-info .head-title{
  margin-right: -5px;
}
.block-right .box-info .head-title{
  margin-left: -10px;
}

.box-info .info{
  left: 0;
  width: 100%;
  display: inline-block;
  font-size: 1.06rem;
}
.box-info .info.style2 p{
  line-height: 180%;
}

.box-info .info hr{
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-bottom: 14px;
  background: #fff;
  border:none;
}

.box-info .info .bt-visit{
  margin-top: 20px;
}

.block-left .box-info .content{
  padding-right: 50px;
  text-align: right;
}
.block-left .box-info .wr{
  float: right;
  text-align: right;
}
.block-left .box-info .info:before{
  left: auto;
  right: 0;
}
.block-left .box-info .info{
  left: auto;
  right: 0;
}

/* CLOCK */
.weather {
  display: none;
}

.box-clock {
  position: absolute;
  /* bottom: 10px; */
  top: 10px;
  left: 50px;
  z-index: 25;
}
.box-clock.clock-right {
  left: auto;
  right: 50px;
}

.box-clock svg {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 62px;
  height: 62px;
}
.clock-right svg {
  right: auto;
  left: -1px;
}
.box-clock circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 5px;
}

.clock {
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
  border:1px solid rgba(255,255,255,.5);
  border-radius: 50%;
}
.clock:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin:-2px 0 0 -2px;
  background: #fff;
  border-radius: 4px;
}
.seconds, .minutes, .hours {
  position: absolute;
  width: 1px;
  left: 29px;

  -webkit-transform-origin: bottom center;
  transform-origin: bottom center
}
.seconds {
  top: 6px;
  height: 22px;
  background-color: rgba(255,255,255,.5);
}
.minutes {
  top: 6px;
  height: 22px;
  background-color: #fff;
}
.hours {
  top: 14px;
  height: 14px;
  background-color: #fff;
}
.initialised .seconds{
  -webkit-animation: Tickseconds 60s steps(60,end) infinite;
}
.initialised .minutes{
  -webkit-animation: Tickminutes 3600s linear infinite;
}
.initialised .hours{
  -webkit-animation: Tickhours 43200s linear infinite;
}

.box-clock .datas {
  float: left;
  height: 60px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #fff;
}
.box-clock .datas span {
  position: relative;
  display: block;
}
.box-clock .datas .temperature {
  font-size: 2.37rem;
}
.box-clock .datas .temperature i {
  position: relative;
  top: -12px;
  left: 2px;
  font-style: normal;
  font-size: 1.31rem;
}
.box-clock .datas .location {
  font-size: 0.88rem;
}

.box-clock.clock-right .clock {
  float: left;
}
.box-clock.clock-right .datas {
  padding-right: 0;
  padding-left: 10px;
}

.watermark{
  position: absolute;
  top: 50%;
  left: 20%;
  height: 162px;
  margin-left: -45px;
  margin-top: -105px;
  z-index: 11;
}
.watermark.right {
  left: auto;
  right: 5%;
  }

@media screen and (max-width: 1280px) {

  .inner{
    max-width: none;
    padding: 0 35px;
  }

}
@media screen and (max-width: 1100px){
  .head-title{
    font-size: 3.75rem;
  }
  .watermark{
    height: 150px;
  }
}
