/*
*
*	Sko4 - NOM Under Construction Page
*	Main Styles
*
*/
/*
*	Table Of Contents
*
*
	1. Basic styles
	2. Header
	3. Content
	4. Countdown
	5. Contacts
	6. Subscribe
	7. Twitter feed

*
*/
/*
***********************************************
	1. BASIC STYLES
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,600,500&display=swap');

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.eot');
    src: url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-BoldItalic.eot');
    src: url('../fonts/PlayfairDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-BoldItalic.woff') format('woff'),
        url('../fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldCond.eot');
    src: url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-BoldCond.woff2') format('woff2'),
        url('../fonts/MyriadPro-BoldCond.woff') format('woff'),
        url('../fonts/MyriadPro-BoldCond.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.text-container{
  display: inline-block;
  font-size: inherit;
  overflow: hidden;
  height: 129px;
}

.text-item{

}


.mb-2{
  margin-bottom: 2em !important;
}
.mb-3{
  margin-bottom: 3em !important;
}
.mt-60{
  margin-top: 60px !important;
}

.buy-ticket{
  position: absolute;
  right: 60px;
  top: 60px;
  width: 130px;
}

.experience-title:after{
  display: none;
}
.experience-title{
  font-family: 'Myriad Pro';
  font-size: 25px;
  margin-top: 35px !important;
  margin-bottom:5px !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

strong, b{
  font-weight: bold !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: url("../img/rings.svg") center center no-repeat #000;
  transition: opacity 1s;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  position: relative;
  color: #fff;
  line-height: initial;
}

h1{
  font-weight: 600;
}

h2 {
  font-size: 2.857em;
  font-weight: 600;
}

h3 {
  font-size: 1.429em;
  font-weight: 200;
}

p {
  font-size: 1.286em;
  margin-bottom: 22px;
  font-weight: 300;
}

p.large-text {
  font-size: 1.429em;
  line-height: 37px;
}

p.small-text {
  font-size: 1em;
}

img {
  max-width: 100%;
}

menu {
  list-style: none;
}

a, button, .btn-submit {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a:hover, button:hover, .btn-submit:hover {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

input,
textarea {
  background: transparent;
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #414145;
  color: #fff;
  padding: 4px 0;
  font-weight: 300;
}
input:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  line-height: 10px;
  padding-bottom: 1px;
  margin-bottom: 8px;
}

button, .btn-submit {
  background: transparent;
  padding: 17px 30px;
  font-size: 1em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
}
button:hover, .btn-submit:hover {
  background-color: #eee;
  color: #000;
  border: 1px solid #8e8e8e;
}

.btn-submit {
  color: #4f4f54 !important;
  text-transform: none;
  display: inline-block;
  margin-bottom: 30px;
}

.press{
  font-family: 'Playfair Display';
  font-style: italic;
  margin-bottom: 40px !important;
}

.press img{
  margin-left: 0 !important;
  width: 15% !important;
}

.press img.w-30{
  width: 20% !important;
}

.press img.w-25{
  width: 25% !important;
}

.press img.w-32{
  width: 32% !important;
}

.press img.w-35{
  width: 35% !important;
}

.quote, .main-color{
  color: #fdb92a;
}

.simple-carrousel{
  position: relative;
}



/*
***********************************************
	2. HEADER
*/
header {
  position: relative;
}

#countdown-container {
  position: relative;
  z-index: 9;
  height: 100vh;
  min-height: 620px;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.6);
}
#countdown-container .logo {
  max-width: 250px;
  max-height: 174px;
  margin-left: 60px;
}
#countdown-container .logo img {
  max-width: 100%;
}
#countdown-container h1 {
  font-size: 40px;
  width: 100%;
  color: #fff;
  letter-spacing: 0.119em;
  position: absolute;
  bottom: 50%;
  margin-bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  text-align: center;
}

.social-icons {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.social-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  background-color: #b5b5b5;
  color: #fff;
}

/*
***********************************************
	3. CONTENT
*/

.custom-img{
  width: 70% !important;
}

.content {
  position: relative;
  z-index: 9;
  margin: 0;
  height: 100vh;
  min-height: 640px;
}
.content .mCSB_outside + .mCSB_scrollTools {
  left: -34px;
}

.content-base,
.content-comingsoon {
  height: 100%;
}

.content-base {
  padding: 60px;
  background: #000;

}
.content-base h2,
.content-base h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 26px;
}
.content-base img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.content-base img:last-child {
  margin-bottom: 0;
}
.content-base p {
  font-size: 1.143em;
  line-height: 23px;
  margin-bottom: 24px;
  color: #fff;
}
.content-base a {
  color: #fff;
}

.nav-tabs {
  border: none;
  display: block;
  text-align: center;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: 8px;
}
.nav-tabs > li > a {
  font-size: 1em;
  text-transform: uppercase;
  color: #4f4f54;
  border-radius: 4px;
  border: 1px solid #414145;
  padding: 15px 30px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
  border-radius: 4px;
}
.nav-tabs > li:last-child {
  margin-right: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff !important;
}

.tab-content {
  margin-top: 55px;
  height: calc(100% - 60px - 55px);
}

.tab-pane {
  height: 100%;
  overflow-y: auto;
}

.content-base-container {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/*
***********************************************
	4. COUNTDOWN
*/
#countdown {
  font-weight: 200;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  /*margin-top: 30px;*/
  width: auto;
  white-space: nowrap;
}
#countdown .countdown-row {
  overflow: hidden;
}
#countdown .countdown-section {
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0 12px;
}
#countdown .countdown-amount {
  min-width: 50px;
  font-weight: 200;
  font-size: 50px;
  display: inline-block;
  text-align: left;
}
#countdown .countdown-period {
  position: relative;
  margin-top: 11px;
  font-size: 1em;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
#countdown .countdown-period:before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #FDB913;
  position: absolute;
  top: -5px;
}

/*
***********************************************
	5. CONTACTS
*/
#contacts .content-base-container h2 {
  margin-bottom: 25px;
}
#contacts .content-base-container p {
  line-height: 14px;
  margin-bottom: 10px;
}

#contacts_form {
  margin-top: 53px;
}
#contacts_form .field-row {
  margin-bottom: 20px;
}
#contacts_form .error-msg {
  margin-top: 6px;
  text-align: left;
  font-size: 12px;
  color: #e74b15;
}
#contacts_form input, #contacts_form textarea {
  margin-bottom: 4px;
  color: #9a9a9a;
}
#contacts_form input.error, #contacts_form textarea.error {
  border-color: #e74b15;
}
#contacts_form textarea {
  margin-bottom: 8px;
}

.success {
  color: green;
}

/*
***********************************************
	6. SUBSCRIBE
*/
#subscribe .content-base-container h2 {
  margin-bottom: 23px;
}

#mc_embed_signup {
  margin-top: 52px;
}
#mc_embed_signup div.mce_inline_error {
  margin: 9px 0 0 0 !important;
  padding: 0 !important;
  background-color: #18181E !important;
  font-weight: normal !important;
  z-index: 1;
  text-align: left;
  font-size: 12px;
  color: #e74b15 !important;
}

#mce-responses {
  color: #9a9a9a;
  line-height: 22px;
  margin-bottom: 30px;
}

/*
***********************************************
	7. Twitter feed
*/
.content-comingsoon {
  padding: 60px;
  position: relative;
  background: #FDB913;
  color: #fff;
  height: 100%;
}
.content-comingsoon h2 {
  /*position: absolute;
  top: 166px;
  left: 50%;
  transform: translateX(-50%);*/
  font-weight: 500;
}
.content-comingsoon p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 22px;
}
.content-comingsoon p.footer-text {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 15px;
}
.content-comingsoon:after {
  display: block;
  position: absolute;
  content: "";
  width: 135px;
  height: 98px;
  top: 60px;
  right: 60px;
  background: url("../img/twitters.png") no-repeat;
}

.content-comingsoon-container {
  margin: 0 auto;
  max-width: 470px;
  width: 100%;
  overflow-y: auto;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avatar {
  display: inline-block;
  position: relative;
  margin-bottom: 23px;
}
.avatar img {
  border-radius: 50%;
}

/*
***********************************************
	Background
*/
#background-image {
  background: transparent url("../img/bg/header-bg.jpg") center no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#background-image-snowflakes {
  background: transparent url("../img/bg/snowflakes-bg.jpg") center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}

#background-slideshow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#background-slideshow:after,
body.snowflakes:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
}

#background-slideshow .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  -o-transform-origin: center center 0;
  transform-origin: center center 0;
}

#snowflakes,
#gmap {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#gmap {
  z-index: 1;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.map-on-top #gmap {
  z-index: 10;
}

#map-to-top {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  font-size: 17px;
  height: 70px;
  line-height: 50px;
  width: 70px;
  color: #fff;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  text-align: center;
  display: block;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
  overflow: hidden;
}

#map-to-top:after {
  content: "";
  display: block;
  left: 0;
  border-left: 1px solid #fff;
  top: 51%;
  right: -20px;
  bottom: -52%;
  background: rgba(255, 255, 255, 0.17);
  margin-top: -50%;
  margin-left: 29px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

#map-to-top:hover:after {
  background: rgba(0, 0, 0, 0.2);
}

#map-to-top i {
  position: absolute;
  bottom: 8px;
  line-height: 24px;
  font-size: 20px;
  right: 6px;
}

/*New style*/

h1:after, h2:after, h3:after {
    height: 3px;
    left: 1px;
    top: 1.1em;
    width: 1.2ex;
    content: '';
    background-color: #FDB913;
    position: absolute;
}

.main-title{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.main-title .tag{
  color: #FDB913;
}

.main-title .first{
  font-size: 60px;
  letter-spacing: 10px;
  margin-bottom: 25px;
  font-weight: 500;
}

.main-title .second{
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 50px;
}

.main-title h2:after{
  display: none;
}

.main-title .act{
  color: #fff;
}

.ticket-content{
  color: #000;
  margin: 30px 0;
}

.ticket-content b{
  font-weight: bold;
}

.ticket-content h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.ticket-content h3:after{
  background-color: #fff;
}

.buy-button{
  font-weight: 600;
  border: 1px solid #000;
  font-size: 1em;
  line-height: 33px;
  padding: 11px;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
  border-color: #fff;
  color: #fff;
  border-radius: 4px;
}

.buy-button:hover{
  color: #4f4f54;
  background: #fff;
  text-decoration: none;
}

.buy-button:after {
    content: '>>';
    padding-left: 1ex;
}
.buy-button.prev:before, .buy-button:after {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
}

.first-group {
  display: flex;
  align-items: flex-end;
  /* justify-content: center; */
  margin-bottom: 10px;
  font-family: 'Myriad Pro';
  flex-wrap: wrap;
  width: min-content;
}

.logo-mobile{
  display: none;
}

.first-group .first-title{
  font-size: 200px;
}

.first-group .second-title{
  font-size: 134.27px;
  margin-top: -39px;
}

#countdown{
  display: none;
}

.first-group .middle {
  color: #fff;
font-size: 35.18px;
font-style: italic;
font-weight: 300;
font-family: 'Raleway';
line-height: 160px;
margin-left: 42px;
}

#comming-soon{
  height: 100%;
  overflow-y: auto;
}
