@font-face {
    font-family: 'gilroy';
    src: url('/assets/radomir_tinkov_-_gilroy-medium-webfont.woff2') format('woff2'),
         url('/assets/radomir_tinkov_-_gilroy-medium-webfont.woff') format('woff'),
         url('/assets/radomir_tinkov_-_gilroy-medium-webfont.ttf') format('truetype'),
         url('/assets/radomir_tinkov_-_gilroy-medium-webfont.svg#gilroymedium') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy';
    src: url('/assets/radomir_tinkov_-_gilroy-extrabold-webfont.woff2') format('woff2'),
         url('/assets/radomir_tinkov_-_gilroy-extrabold-webfont.woff') format('woff'),
         url('/assets/radomir_tinkov_-_gilroy-extrabold-webfont.ttf') format('truetype'),
         url('/assets/radomir_tinkov_-_gilroy-extrabold-webfont.svg#gilroyextrabold') format('svg');
    font-weight: 900;
    font-style: normal;

}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  float:left;
  width:100%;
  height: 100%;
  background-color: #00d4ff;
}
body {
  font-family: 'gilroy';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
html {
    position: relative;
    height: 100%;
}
a{
	color: #fff;
	text-decoration: none;
}
.opensoon {
    font-size: 98px;
    font-weight: 900;
    float: left;
    display: table;
    height: 100%;
    width: 50%;
    text-align: center;
    background-image: url(/images/KML_taustapilt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    line-height: 1.2;
}
.countdown{
	height: 100%;
	display: table;
	float: left;
	text-align: center;
	width: 50%;
}
.tablecell{
	display: table-cell;
	vertical-align: middle;
}
.countdown img {
    height: 300px;
}
span.counter {
    float: left;
    width: 100%;
    font-size: 98px;
    font-weight: 900;
    line-height: 1;
    margin-top: 30px;
}
span.counter_text {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}

.mobiletable {
    display: table;
    height: 100%;
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 810px){
.opensoon {
    display: block;
    height: auto;
    padding: 100px 0 50px;
    text-align: center;
    width: 100%;
    background-image: none;
    color: #1a1e54;
    font-size: 50px;
}
.tablecell {
    display: inline-block;
    vertical-align: middle;
}
.countdown {
    height: auto;
    width: 100%;
    display: block;
}
}
@media screen and (max-width: 500px){
.opensoon {
  padding: 0 0 30px 0;
}
.countdown img {
    height: 220px;
}
span#count {
    font-size: 50px;
}
span.counter_text {
    font-size: 20px;
}

}