@charset "utf-8";

body {
	min-width:320px;
}

a, a:visited {
  color: #fff;
}

.ns {
	overflow: auto;
}

strong {
    font-weight: 600;
}

.border {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #214e71;
    margin-bottom: 15px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	background: linear-gradient(180deg, rgb(5, 23, 78) 30%, rgba(5, 24, 83, 0) 100%);
	z-index: 100;
}

.header-logoline {
    display: block;
    position: relative;
    width: 100%;
	text-align: center;
}

.header-button {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 10px;
	transition: all 200ms;
}

.header-button img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
	transition: all 200ms;
}

.header-logo {
    position: relative;
    display: block;
    width: 50%;
    max-width: 200px;
    padding: 20px 20px 0;
	transition: all 200ms;
}

.header-logo img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.logo-24 {
    float: right;
	width: 15%;
}

.logo-bet {
    float: left;
    width: 18%;
	max-width: 240px;
	overflow: hidden;
}

.header a img {
	transition: all 200ms;
}


.header a:hover {
	transform: scale(1.05);
}

.header-logo:hover img {
	transform: scale(1.05);
}

.logo-bet > div {
  width: 100% !important;
}

.background {
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: cover;
	opacity: 0.5;
}

.foreground {
    background: url("../img/") no-repeat center center;
	background-size: cover;
}

.foreground2 {
    background: url("../img/") no-repeat center center;
	background-size: cover;
}

.ground1 {
	background: url("../img/") no-repeat center bottom;
	background-size: cover;
}

.ground2 {
	background: url("../img/") no-repeat center bottom;
	background-size: cover;
}

.fog {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
	/*opacity:0.5;*/
    background: linear-gradient(to bottom, rgba(28, 68, 190, 0) 0%, rgb(8, 15, 21) 100%);
	/*background: url("../img/bg-over.jpg") no-repeat center center;*/
    background-size: cover;
    animation: phase 10s 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.light {
    /*background: url("../img/restroom-light.svg") no-repeat top center;*/
	background: none;
	background-size: cover;
/*	-webkit-animation: blink 30s linear 3s infinite;
	-moz-animation: blink 30s linear 3s infinite;
	-o-animation: blink 30s linear 3s infinite;
	animation: blink 30s linear 3s infinite;*/
}

.spark {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	opacity: 0.5;
}

/*.spark:before, .spark:after {*/
.spark:before {
  content: "";
  background-image: url("../img/spark.png");
  background-position-x: 50%;
  background-repeat: repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  opacity: 0;

  will-change: transform;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spark:before {
  -webkit-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  -moz-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  -o-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
}

.spark:after {
  -webkit-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  -moz-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  -o-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
}

.subheader {
  display: none;
  top: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translate(0,-50%);
}

.oversubheader {
  position: relative;
  display: block;
}

.subheader.active {
	display: block;
}

/*.subheader .teambox {
  display: block;
  width: 90%;
  max-width: 550px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
	background: #05174ea3;
	border-radius: 8px;
	padding: 10px 10px 0;
}*/

.subheader .teambox {
  display: block;
  width: 90%;
  max-width: 550px;
  position: relative;
  background: #05174ea3;
  border-radius: 8px;
  padding: 10px 10px 5px;
  margin: 0 auto;
}

.oversubheader .teambox {
  display: block;
  position: relative;
}

.subheader label {
  text-align: center;
  display: block;
  font-size: 15px;
	line-height: 22px;
  padding: 0 0 10px;
  font-weight: 500;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

.oversubheader label {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  padding: 0 0 20px;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

.overfooter {
  position: relative;
  display: block;
}

#overprogresstip {
  display: block;
  position: relative;
}

.progressbox {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 16px;
}

.progressbox a:not(.fail) {
  color: #fff;
  line-height: 24px;
  display: inline-block;
	text-shadow: 0 0 4px rgb(0, 11, 171);
}

.progresscount span {
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
	text-shadow: 0 0 10px rgb(255, 255, 255);
}

.progresscount {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: 30px;
}

.controls {
	position: absolute;
	right: 20px;
	top: 0;
	display: block;
}

.controls a {
  text-decoration: none;
  display: block;
  width: 20px;
  background: #0f165a8c;
  padding: 20px;
  border-radius: 50%;
  margin: 0 0 15px;
	transition: all 200ms;
}

.controls a:hover {
	transform: scale(1.1);
	box-shadow: 1px 1px 25px 10px rgba(30, 82, 221,0.5);
}

.controls img {
	width: 100%;
	height: 100%;
	display: block;
}

.lamps, .lamps-glow {
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    bottom: 0;
	left: 0;
	width: 100%;
    position: absolute;
    overflow: hidden;
	background-image: url("../img/lamps1.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.lamps-glow {
	background-image: url("../img/lamps2.svg");
	animation: blink 20s infinite;
}

.aliases {
	position: absolute;
	display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%
}


.a, .b {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;;
  border-radius: 100%;
  background-color: #fff;;
	position: absolute;
	display: block;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.line {
  width: 100%;
  color: yellow;
  height: 4px;
  background-color: yellow;
}

.power-0 {
  color: #00000059;
  background-color: #0000005e;
  /*box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.5);*/
  height: 2px;
}

.power-1 {
	color: yellow;
	background-color: yellow;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.7);
}

.power-2 {
  color: #9aff00;
  background-color: #00ff10;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.7);
}


.sc-0#role-0, .sc-0.a-0, .sc-0.b-0 {
  top: 30%;
  left: 50%;
}

.sc-1#role-0, .sc-1.a-0, .sc-1.b-0 {
  top: 30%;
  left: 38%;
}

.sc-2#role-0, .sc-2.a-0, .sc-2.b-0 {
  top: 32%;
  left: 38%;
}


.sc-0#role-1, .sc-0.a-1, .sc-0.b-1 {
  top: 39%;
  left: 38%;
}

.sc-1#role-1, .sc-1.a-1, .sc-1.b-1 {
  top: 30%;
  left: 62%;
}

.sc-2#role-1, .sc-2.a-1, .sc-2.b-1 {
  top: 32%;
  left: 62%;
}


.sc-0#role-2, .sc-0.a-2, .sc-0.b-2 {
  top: 39%;
  left: 62%;
}

.sc-1#role-2, .sc-1.a-2, .sc-1.b-2 {
  top: 34%;
  left: 50%;
}

.sc-2#role-2, .sc-2.a-2, .sc-2.b-2 {
  top: 32%;
  left: 50%;
}


.sc-0#role-3, .sc-0.a-3, .sc-0.b-3 {
  top: 46%;
  left: 50%;
}

.sc-1#role-3, .sc-1.a-3, .sc-1.b-3 {
  	top: 50%;
	left: 35%;
}

.sc-2#role-3, .sc-2.a-3, .sc-2.b-3 {
  	top: 47%;
	left: 44%;
}



.sc-0#role-4, .sc-0.a-4, .sc-0.b-4 {
  top: 52%;
  left: 28%;
}

.sc-1#role-4, .sc-1.a-4, .sc-1.b-4 {
  	top: 50%;
	left: 65%;
}

.sc-2#role-4, .sc-2.a-4, .sc-2.b-4 {
  	top: 47%;
	left: 56%;
}


.sc-0#role-5, .sc-0.a-5, .sc-0.b-5 {
  top: 52%;
  left: 72%;
}

.sc-1#role-5, .sc-1.a-5, .sc-1.b-5 {
  	top: 55%;
	left: 50%;
}

.sc-2#role-5, .sc-2.a-5, .sc-2.b-5 {
  	top: 63%;
	left: 50%;
}



.sc-0#role-6, .sc-0.a-6, .sc-0.b-6 {
  top: 62%;
  left: 50%;
}

.sc-1#role-6, .sc-1.a-6, .sc-1.b-6 {
  	top: 78%;
	left: 30%;
}

.sc-2#role-6, .sc-2.a-6, .sc-2.b-6 {
  	top: 78%;
	left: 30%;
}


.sc-0#role-7, .sc-0.a-7, .sc-0.b-7 {
  top: 68%;
  left: 27%;
}

.sc-1#role-7, .sc-1.a-7, .sc-1.b-7 {
  	top: 78%;
	left: 43%;
}

.sc-2#role-7, .sc-2.a-7, .sc-2.b-7 {
  	top: 78%;
	left: 43%;
}


.sc-0#role-8, .sc-0.a-8, .sc-0.b-8 {
  top: 78%;
  left: 50%;
}

.sc-1#role-8, .sc-1.a-8, .sc-1.b-8 {
  	top: 78%;
	left: 57%;
}

.sc-2#role-8, .sc-2.a-8, .sc-2.b-8 {
  	top: 78%;
	left: 57%;
}


.sc-0#role-9, .sc-0.a-9, .sc-0.b-9 {
  top: 68%;
  left: 73%;
}

.sc-1#role-9, .sc-1.a-9, .sc-1.b-9 {
  	top: 78%;
	left: 70%;
}

.sc-2#role-9, .sc-2.a-9, .sc-2.b-9 {
  	top: 78%;
	left: 70%;
}


.sc-0#role-10, .sc-0.a-10, .sc-0.b-10 {
  top: 94%;
  left: 50%;
}

.sc-1#role-10, .sc-1.a-10, .sc-1.b-10 {
  top: 94%;
  left: 50%;
}

.sc-2#role-10, .sc-2.a-10, .sc-2.b-10 {
  top: 94%;
  left: 50%;
}


.rolesbox {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	/*transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(15deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(-10%) translateZ(0px) skewX(0deg) skewY(0deg);*/
}

.roles {
  position: absolute;
  display: block;
	z-index: 1;
}

.roles:before {
  content: "";
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 0;
  height: 0;
	opacity: 0;
	transition: all 500ms;
}

.set.roles:before {
	opacity: 1;
	box-shadow: 1px 1px 60px 60px rgba(255, 255, 255, 0.55);
}

#pos-opened .set.roles:before {
	opacity: 0;
}

.card {
  position: absolute;
  display: block;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -500%);
  width: 120px;
  height: auto;
  background-size: 100% auto;
  background-position: center center;
	transition: all 500ms;
	background-image: url("../img/cards/c-b.svg");
}

.card-0 {
	background-image: url("../img/cards/c-0.svg");
}

.card-1 {
	background-image: url("../img/cards/c-1.svg");
}

.card-2 {
	background-image: url("../img/cards/c-2.svg");
}

.card-3 {
	background-image: url("../img/cards/c-3.svg");
}

.card-4 {
	background-image: url("../img/cards/c-4.svg");
}

.card h6, .card img {
	display: none;
}

.card .card-holder {
	display: block;
}

.card h6.player-role {
  display: block;
  color: #fff;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(3, 141, 3, 0.75);
}

.card.active h6, .card.active img {
	display: block;
}

.set .card {
	transform: translate(-50%, 0);
}

.set .card:hover {
	transform: translate(-50%, 0) scale(1.05);
}

.progresscard .card {
	transform: translate(-50%, 0);
}

.progresscard .card:hover {
	transform: translate(-50%, 0);
}

.card-holder {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
}

.card h6 {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.card h6.player-name {
  top: 60%;
  font-size: 14px;
  font-weight: 700;
}

.card h6.player-team {
  top: 75%;
  font-size: 11px;
  font-weight: 400;
}

.card .player-shirt {
  position: absolute;
  width: 39%;
  top: 10%;
  left: 44%;
}

.card .player-number {
  top: 15%;
  left: 10%;
  width: 35%;
  font-size: 15px;
}

.card.active .player-role {
  top: 27.3%;
  left: 10%;
  width: 35%;
  font-size: 12px;
  color: #03e6ff;
  transform: translate(0,0);
  font-weight: 800;
  opacity: 1;
	text-shadow: none;
}

.card.active.card-3 .player-role {
	color: #fffb03;
}

.card .player-flag {
  position: absolute;
  width: 15%;
  left: 20%;
  top: 39%;
  border-radius: 50%;
}

.card-shadow {
  background: #000;
  display: block;
  position: absolute;
  bottom: -3px;
  width: 10px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  opacity: 0;
	transition: all 500ms;
  box-shadow: 1px 1px 5px 5px rgb(0, 0, 0);
}

.set .card-shadow {
	width: 50px;
  	height: 10px;
	opacity: 0.2;
}

/*.answerbox {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
  width: 100%;
  max-width: 570px;
}*/

.answerbox {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

.oversubheader .answerbox {
  max-width: 100%;
}

/*.answer {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 10px;
  background: linear-gradient(0deg, rgba(0, 32, 92, 0.67) 0%, rgb(0, 32, 92) 100%);
  margin: 20px 10px;
  border-radius: 8px;
  border: 1px solid #0092f35c;
  height: 24px;
  line-height: 22px;
	transition: all 200ms;
	opacity: 0;
}*/

.answer {
  display: none;
  position: relative;
  font-size: 20px;
  padding: 10px;
  background: linear-gradient(0deg, rgba(0, 32, 92, 0.67) 0%, rgb(0, 32, 92) 100%);
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #0092f35c;
  height: 24px;
  line-height: 22px;
  transition: all 200ms;
  opacity: 0;
}

.oversubheader .answer {
  font-size: 18px;
  padding: 5px 10px;
}

.answer.active {
  background: linear-gradient(0deg, rgb(21, 50, 140) 0%, rgb(0, 146, 243) 100%);
	opacity: 1;
	display: block;
}

.accend.answer {
  box-shadow: 1px 1px 35px 1px #0092f3;
  background: linear-gradient(0deg, rgba(222, 3, 3, 0.67) 0%, rgb(116, 0, 0) 100%);
}

.qresolve {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.qresolve p {
  font-size: 18px;
  line-height: 24px;
  padding: 0 50px 20px;
}

.accend {
	animation: heartbeat 4s infinite;
}



.lamp {
    width: 5%;
    height: 5%;
    display: block;
    position: absolute;
	transform: translate(-50%,0);
	background-image: url("../img/lamp.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.button-subscribe {
    background: linear-gradient(to right, #a71515 0%, #9d1b1b 100%);
    color: #fff !important;
    /*text-transform: uppercase;*/
    width: auto;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px auto 20px;
    z-index: 100;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: block;
    max-width: 240px;
	border:2px solid #ffffff14;
	transition: all 200ms;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
}

.button-subscribe span {
	position: relative;
	display: inline-block;
	width: 100%;
}

.button-subscribe:hover{
    box-shadow: 1px 1px 25px 10px rgba(30, 82, 221,0.5);
	transform: scale(1.05);
}

    .button-subscribe:before {
          content: "";
          position: absolute;
          top: 0;
          left: -100% !important;
          width: 100%;
          height: 100%;
          background: linear-gradient(120deg, transparent, rgb(253, 3, 3), transparent) !important;
          transition: all 200ms !important;
      }

      .button-subscribe:hover:before {
           left: 100% !important;
       }

.greet .button-subscribe {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.progressbox .button-subscribe.fail {
  padding: 5px;
}

#overlayresult .button-subscribe span {
  line-height: 30px;
}

.roleswitch {
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  line-height: 47px;
  background: linear-gradient(90deg, rgb(3, 36, 136) 10%, rgb(0, 98, 186) 50%, rgb(3, 36, 136) 100%);
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.roleswitch span {
  line-height: 1.2;
  display: inline-block;
  position: relative;
  max-width: 60%;
  font-size: 14px;
  padding: 10px 0;
}

.overlay .button-subscribe.arrow {
  width: 5%;
	margin: 0;
	height: 20px;
}

#role-left {
  float: left;
}

#role-left:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../img/down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 50%;
  transform: rotateZ(90deg) translate(35%,55%);
}

#role-right {
  float: right;
}

#role-right:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../img/down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 50%;
  transform: rotateZ(-90deg) translate(-35%,-45%);
}
	   
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	background: linear-gradient(0deg, rgb(5, 23, 78) 0%, rgba(5, 24, 83, 0) 100%);
	text-align: center;
	display: block;
	padding: 0 0 10px;
}

.footer:before {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	background: linear-gradient(0deg, rgb(5, 23, 78) 0%, rgba(5, 24, 83, 0) 100%);  	
	width:100%;
	height:120%;
}

.footer .button-subscribe {
  display: block;
  padding-left: 18px;
  padding-right: 17px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.footer .progresstip {
	padding: 0 10px;
	display: none;
	position: relative;
}

.footer #playtourbox {
	display: none;
}

.footer .progresstip p {
  display: block;
  font-size: 15px;
  padding: 0;
  /*max-width: 550px;*/
  margin: 0 auto;
  line-height: 20px;
  text-shadow: 0 0 10px rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
  flex: 1 0 80%;
  max-width: 90%;
}

.progresscardbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  justify-content: space-between;
	align-items: center;
	padding: 0 0 20px;
}

.progresscard {
  position: relative;
  display: block;
  flex: 1 0 15%;
  max-width: 15%;
}

.progresscard .roles {
  position: relative;
}

.progresscard .roles.accend:before {
	    content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  display: block;
  left: -100%;
  top: -100%;
  background-image: url("../img/flare.png");
  background-position: center center;
  background-size: 100% auto;
  animation: heartbeat 1s infinite;
  opacity: 1;
  background-repeat: no-repeat;
}

.progresscard .card {
  transform: translate(0, 0);
  position: relative;
  bottom: inherit;
  left: inherit;
  width: 100%;
  height: auto;
}

.progresscard .card:hover {
  transform: translate(0, 0);
}

.progresscard .card.active .player-role {
  width: 100%;
  left: 0;
  font-size: 18px;
}

.overfooter .progresscardbox {
  	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0;
}

.overfooter .progresstip p {
  display: block;
  font-size: 15px;
  padding: 0;
  line-height: 20px;
  text-shadow: 0 0 10px rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
  flex: 1 0 85%;
  max-width: 85%;
}

.overfooter .progresscard {
  flex: 1 0 12%;
  max-width: 12%;
}

.overloot .overfooter .roles {
  width: 100%;
}

.hintblock {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: linear-gradient(0deg, rgb(3, 36, 136) 10%, rgb(0, 120, 229) 100%);
  border-radius: 12px 12px 0 0;
  box-shadow: 1px 1px 25px 10px rgba(0, 14, 50, 0.5);
  width: 100%;
  padding: 10px 0 120px;
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
  max-width: 550px;
	display: none;
	transition: all 200ms !important;
	overflow: hidden;
}

.hintblock p {
	padding: 0 20px;
}

.hintbox {
  background-color: #0d2877;
  position: relative;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto 20px;
  width: 85%;
  line-height: 22px;
  box-shadow: 0 0 40px 2px rgb(0, 146, 243);
	display: none;
}

.hintbox.active {
	display:block;
}

.team-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playscreen {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
	overflow: hidden;
}

.team-field {
  max-width: 1200px;
  margin: 0 auto;
  max-height: 100%;
  display: block;
  height: 100%;
  position: relative;
  perspective: 300px;
  width: 100%;
  text-align: center;
}

#players-field {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.playready {
	transform: translate(0,-6%);
}

#players-field.playready {
  transform: translate(-50%,-6%);
}

.fieldpic {
  width: 100%;
  object-fit: contain;
  max-width: 1200px;
  display: block;
  transition: all 500ms;
  position: relative;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  max-height: 100%;
  text-align: center;
	z-index: 0;
}

.fieldpic.active {
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(15deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(-14.5%) translateZ(0px) skewX(0deg) skewY(0deg);
}

.fieldpic img {
  position: relative;
  display: block;
  /*width: 100%;*/
  max-height: 100%;
  margin: 0 auto;
}

.fieldpic .map-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
	/*box-shadow: 0 0 40px 2px rgb(0, 146, 243);*/
}

.fieldpic .map-dummy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
	height: 100%;
	box-shadow: 0 0 40px 2px rgb(0, 146, 243);
	max-width: 100%;
}

.overlay, .greetbox {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
	z-index: 100;
	overflow-y: scroll;
}

.greetbox {
	display:block;
	overflow-y: hidden;
	overflow-x: hidden;
}

.overac {
	overflow-y: hidden;
	overflow-x: hidden;
}

.overloot {
  overflow: hidden;
}

.overlay .wall, .greetbox .wall {
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}

.container {
	position: relative;
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
	max-height:100%;
	font-size: 18px;
	line-height: 26px;
}

.container p {
  padding: 0 0 20px;
}

.accent {
	color: #ed4226;
}

.overlay-container {
    position: relative;
    display: block;
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
    min-height: 300px;
    top: 50%;
    transform: translate(0, -50%);
	max-height:100%;
}

.greetbox .overlay-container {
	min-height: auto;
	max-width: 360px;
}

.overac .overlay-container {
	min-height: auto;
	max-width: 300px;
}

.overlay-container > div {
    border-radius: 10px;
    /*overflow: hidden;*/
    position: relative;
    display: block;
    background: linear-gradient(0deg, rgba(12, 30, 58, 0.8) 0%, rgb(8, 23, 54) 100%);
	background-image: url("../img/bg-blue1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 1;
	box-shadow: 1px 1px 550px 150px rgb(30, 82, 221);
}

.overlay-placeholder {
    position: relative;
    width: 100%;
    display: block;
    max-height:100%;
}

.overloot .overlay-container > div {
  box-shadow: 1px 1px 550px 320px rgba(30, 82, 221, 0.90);
}

.overloot .overlay-container {
  max-width: 640px;
}

.overloot .rolesbox {
  position: relative;
  display: block;
  text-align: center;
	padding-bottom: 20px;
}

.reduced {
  font-size: 13px;
  opacity: 0.6;
}

.overloot .roles {
  position: relative;
  display: inline-block;
  width: 32%;
}

.overloot .card {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.overloot #pos-opened .card {
  transform: translate(-50%,0) scale(0.9);
}

.overloot #pos-opened .card:hover {
  transform: translate(-50%,0) scale(1);
}

.overloot .card h6.player-name {
  font-size: 18px;
  line-height: 22px;
}

.overloot .card h6.player-team {
  font-size: 15px;
  line-height: 18px;
}

.overloot .card .player-number {
  font-size: 22px;
}

.overloot .card.active .player-role {
  font-size: 17px;
}

#teams-opened {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto -10px;
}

#teams-opened p {
	margin-bottom: 20px;
}

#teams-opened .teambadge {
  flex: 1 0 14%;
  margin: 0 4px 8px;
  background: #0d1e66;
  border-radius: 8px;
  padding: 10px;
  max-width: 14%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  transition: all 200ms !important;
  color: #fff;
  text-align: center;
  border: 1px solid #1c347a99;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  /*white-space: nowrap;*/
	min-width: 60px;
}

.teambadge img {
  max-width: 30px;
  width: 100%;
  display: block;
  margin: 0 auto 5px;
}

.greet {
    padding: 0;
	cursor: hand;
	cursor: pointer;
	background: linear-gradient(0deg, rgba(12, 30, 58, 0.67) 0%, rgb(8, 23, 54) 100%);
}

.bleak {
    opacity: 0.7;
}

.greet .overlay-content img {
  display: block;
  float: none;
  position: relative;
  width: 100%;
  margin: 0 0 -30px;
  transform: scale(1.3) translate(10%, 0);
}

.greet h4 {
    position: relative;
    display: flex;
    padding: 0 0 10px;
    width: 100%;
    align-items: center;
}

.greet p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 10px;
  letter-spacing: -0.5px;
	font-weight: 400;
}

.greet a {
    color: #ffdd26;
}

.overlay-placeholder .ball-text {
	display:none;
	position: relative;
	overflow:auto;
	max-height:100%;
}

.overlay-container .info {
	backface-visibility: hidden;
	transform: perspective(1000px) rotateY(0deg);
	transition: .5s;
}

.overlay-container .boxform {
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	visibility: visible;
	backface-visibility: hidden;
	transform: perspective(1000px) rotateY(-180deg);
	transition: .5s;
	/*overflow: hidden;*/
	height:0;
}

.switched .info {
    transform: perspective(1000px) rotateY(180deg);
	display:none;
}

.switched .boxform {
	height:auto;
    transform: perspective(1000px) rotateY(0);
}

.overlay-header {
    /*border-bottom: 1px solid #0b3352;*/
    padding: 20px 60px 18px 20px;
}

.overloot  .overlay-header {
  padding: 20px 20px 18px 20px;
}

.overlay-header h3 {
    font-size: 19px;
	display: inline-block;
}

.overloot .overlay-header h3 {
  width: 100%;
  text-align: center;
}

.overlay-header .box-button {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
	transition: all 200ms;
	z-index: 100;
}

.box-button img {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
}

.box-button:hover {
	transform: scale(1.2);
}

.overlay .warning {
    display: block;
    position: relative;
    padding: 20px 0 0;
    line-height: 16px;
    font-size: 12px;
    opacity: 0.7;
    color: #c0e0ff;
}

.overlay .warning a {
    color: #fff;
}

.overlay-content {
    display: block;
    position: relative;
    padding: 16px 20px 20px;
    line-height: 22px;    
}

.overlay .button-subscribe {
    margin: 20px 0 0;
    max-width: 100%;
}

.gamebuttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	max-width: 100%;
}

.gamebuttons .gamechoice {
	flex: 1 0 36%;
	max-width: 36%;
	display: flex;
	justify-content: space-between;
	transition: all 200ms !important;
	font-size: 15px;
	text-decoration: none;
    background: linear-gradient(to right, #0b4ade 0%, #0d5bad 100%);
}

.gamebuttons .gamechoice:before {
  background: linear-gradient(120deg, transparent, rgb(3, 136, 253), transparent) !important;
}

.boxform-container {
    padding: 20px 20px 22px;
    position: relative;
    display: none;
}

.switched .boxform-container {
	display:block;
}

form {
    outline: none;
    border: none;
    display: block;
    position: relative;
}

fieldset {
    border: none;
    position: relative;
    display: block;
	padding:0;
}

input[type="text"], input[type="email"], input[type="password"] {
    position: relative;
	display: inline-block;
	/*border-bottom: 1px solid #ffffff54;*/
	color: #032488;
	line-height: 20px;
	padding: 10px 0 12px;
	width: 100%;
	margin-bottom: 12px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	font-size: 16px;
}

input[type=text]:focus, input[type=email]:focus, input[type="password"]:focus {
	background: #fff;
	/*border-bottom: 1px solid #ffffff;*/
    color: #05174e;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder { 
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder { 
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder { 
  opacity: 1;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder { 
  opacity: 1;
}

.error {
    position: relative;
    padding: 0 0 22px;
    line-height: 20px;
    font-size: 15px;
    color: #ff5050;
}

input.invalid {
    border: 1px solid #ff5050;
    background-color: #ff50502b;
    color: #fff;
    margin-bottom: 10px;
}

label.invalid {
    font-size: 12px;
    position: relative;
    padding: 0 0 20px;
    display: block;
}

input.success {
    border: 1px solid #38b36e;
    background-color: #7bff601c;
    color: #fff;
}

.notifier {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 360px;
    height: auto;
    transform: translate(-50%,-50%);
    background: linear-gradient(0deg, rgb(12, 30, 58) 0%, rgb(8, 23, 54) 100%);
    border-radius: 8px;
    box-shadow: 1px 1px 25px 10px rgb(30, 82, 221);
}

.center-container {
	position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 360px;
    height: auto;
    transform: translate(-50%,-50%);
}

.notifier .notifier-box {
    padding: 18px 20px 20px;
    display: block;
    position: relative;
}

#overlayresult .notifier .notifier-box {
	display: none;
}

.notifier h3 {
    font-size: 24px;
    display: inline-block;
    padding: 0 0 10px;
    line-height: 1;
}

.notifier p {
    font-size: 16px;
    line-height: 1;
}

/*  Tabs  */
	
ul.tabs {
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  padding: 0;
  font-size: 17px;
  letter-spacing: -0.5px;
  transition: all 200ms;
  clear: both;
}

ul.tabs:after {
	 content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  width: 60%;
  bottom: 0;
  position: absolute;
  left: 20%;
}
	
ul.tabs li {
  display: inline-block;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding-bottom: 10px;
	position: relative;
}
			
ul.tabs li a {
    color: #fff;
	opacity: 0.8;
    display: block;
    padding: 0 20px;
    text-decoration: none;
	line-height: 1;
	transition: all 200ms;
	text-shadow: 0 0 5px rgb(3, 4, 108);
}

ul.tabs .tab-active {
	
}

ul.tabs .tab-active:before {
	   content: "";
  height: 2.4px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  width: 100%;
  bottom: -0.5px;
  position: absolute;
  left: 0;
}

ul.tabs .tab-active a {
    /*background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;*/
    margin-top: -1px;
	font-weight:600;
	color:#fff;
	text-shadow: 0 0 10px rgb(255, 255, 255);
	opacity: 1;
}
			
.tab_container {
  clear: both;
  padding: 0 20px;
  margin-top: 0px;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  position: relative;
  height: 100%;
}

#game {
	padding: 0;
}

.mapbox {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 200ms;
	
	display: block;
}

/*.mapbox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms;
  display: flex;
  align-items: center;
}*/

.mapbox > div {
	position: relative;
			/*display: block;
			width: 1000px;*/
	/*margin: 0 auto;*/
	margin: 0 30%;
			/*width: 100%;*/
	/*width: 240%;*/
			/*height: 100%;
			width: 1400px;*/
	height: 70%;
	width: 2000px;
	display: flex;
	align-items: center;
}

/*.mapbox > div {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1920px;
}*/

.mapbox .mapspace {
	position: relative;
	display: block;
}

.mapbox img {
	transition: all 200ms;
	max-width: 100%;
	width: 100%;
	display: block;
	position:  relative;
}

.mapbox .mapscale {
	position: absolute;
	top: 0;
	left:0;
}

.achievmentbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 120px 0 25px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.achievmentbox.helpbox {
  max-width: 800px;
}

.achievment {
  flex: 1 0 26%;
  margin-bottom: 18px;
  background: #0d1e66;
  border-radius: 8px;
  padding: 10px 25px 0;
  max-width: 26%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  transition: all 200ms !important;
  color: #fff;
	text-align: center;
	border: 1px solid #1c347a99;
	opacity: 0.6;
}

.achievment.active {
  opacity: 1;
  background: #0e3a93;
  box-shadow: 0 0 5px 1px rgb(0, 146, 243);
}

.achievment h3, .overac .overlay-placeholder h3 {
  display: block;
  position: relative;
  padding: 5px 0 15px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.58);
}

.overac .overlay-placeholder h3 {
	text-align: center;
	font-size: 19px;
}

.achievment p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.overac p {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 20px;
	text-align: center;
}

.achievment h3:after, .overac .overlay-placeholder h3:after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
}

.acpic {
  position: relative;
  display: block;
}

.overac .overlay-placeholder .acpic {
  margin-top: -20px;
}

.overac .overlay-content .acpic:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  display: block;
  left: 50%;
  top: 0;
  margin-left: -90px;
  background-image: url("../img/flare.png");
  background-position: center center;
  background-size: 100% auto;
	animation: heartbeat 1s infinite;
}

.achievment .counter, .overac .overlay-placeholder .counter {
  background-color: #003393;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  top: 10px;
  right: 0;
}

.acpic img {
  max-width: 100px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}

.overac .overlay-placeholder .acpic img {
  max-width: 180px;
}

.acteams {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto 20px;
}

/*.acteams .teambadge {
  flex: 1 0 24%;
  margin-bottom: 10px;
  background: #0d1e6640;
  border-radius: 8px;
  padding: 10px;
  max-width: 24%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  transition: all 200ms !important;
  color: #fff;
  text-align: center;
  border: 1px solid #1c347a99;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
}*/

.acteams .teambadge {
  margin: 0 2px 2px;
  background: #0d1e6640;
  border-radius: 8px;
  padding: 5px 10px 4px 5px;
  display: inline-block;
  transition: all 200ms !important;
  color: #fff;
  text-align: center;
  border: 1px solid #1c347a99;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  vertical-align: middle;
	white-space: nowrap;
}

.acteams .teambadge img {
  max-width: 16px;
  width: 100%;
  display: inline-block;
  margin: -4px 5px 0 0;
  vertical-align: middle;
}

.achievment .button-subscribe {
  font-size: 14px;
  margin-top: 0;
  padding: 5px;
}

#overlayresult, #overlaygift  {
	overflow: hidden;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}

#overlayresult .wall, #overlaygift .wall  {
	background: linear-gradient(0deg, rgba(5, 27, 87, 0.95) 0%, rgba(0, 142, 238, 0.95) 100%);
}

#overlayresult .background:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background: linear-gradient(180deg, #062a74 0%, rgba(5, 27, 87, 0) 100%);
  opacity: 1;
}

#overlayresult .notifier, #overlaygift .notifier {
  text-shadow: 0px 0px 10px rgb(9, 18, 40);
  top: 50%;
  display: block;
  position: absolute;
  background: transparent;
  box-shadow: none;
}

#overlayresult .notifier .accent {
  font-size: 20px;
}

#placecounter {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
}

.notes-header {
  font-size: 36px;
  text-align: center;
  font-weight: 800;
  line-height: 40px;
  display: block;
}

#congrats {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.note-subheader {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

#congratstext {
  font-size: 16px;
  text-align: center;
  padding: 10px 20px 10px;
}

#congratstext span {
  font-weight: 800;
  font-size: 18px;
}

.share_this p {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 18px;
}

.hintfly {
  color: #ffce00;
  position: absolute;
  display: none;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

.hintfly .hintcontainer {
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 10px 10px rgba(0, 19, 72, 0.5);
	background-color: #032488e3;
	border-radius: 8px;
}

/*.hintfly::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0px 0px 50px 50px #382d01;
  transform: translate(-50%,-50%);
}*/

.hintfly > div {
  font-size: 15px;
  font-weight: 700;
  width: auto;
  line-height: 18px;
  padding: 0 40px;
  text-align: center;
  /*text-shadow: 0 0 10px rgb(234, 189, 0);*/
  display: inline-block;
  margin: 0 auto;
	position: relative;
}

.hintfly .arrow {
  position: absolute;
  margin: 0 auto;
  width: 80px;
  left: 50%;
  transform: translate(-50%,0);
}

/*#hint1 {
  top: 220px;
	display: none !important;
}

#hint1 > div {
  max-width: 120px;
}

#hint1 .arrow {
  transform: rotate(180deg) scaleX(-1);
  left: 5px;
  top: -70px;
}*/

#hint1 {
  top: inherit;
  bottom: 170px;
  max-width: 600px;
}

/*#hint2 > div {
  max-width: 140px;
}*/

#hint1 .arrow {
  bottom: -70px;
  left: 30px;
}

/*#hint3 {
  top: 116px;
	display: none !important;
}

#hint3 > div {
  max-width: 120px;
}

#hint3 .arrow {
  transform: rotate(180deg) scaleX(-1);
  left: 0px;
  top: -70px;
}*/

.hintfly p {  
  padding: 5px 8px 8px;  
  color: #fff;  
}

.logo-bet > div {
  max-height: 40px;
}

.hint-archivebox {
	position: fixed;  	
	top: 55%;
  	transform: translate(0, -50%);
	display: block;	
	box-shadow: 1px 1px 25px 10px rgba(0, 14, 50, 0.5);	
	max-height: 43%;
	height: 43%;
	padding: 12px 5px 10px 15px;
	width:0;	
}

.hint-archivebox-right {
	right: 0;
	margin-right: -10px;
	border-radius: 10px 0 0 10px;
	background: linear-gradient(-90deg, rgb(3, 36, 136) 10%, rgb(0, 120, 229) 100%);
	z-index: 100;
}

.hint-archivebox-left {
	right:inherit;
	left: 0;
	margin-left: -10px;
	border-radius: 0 10px 10px 0;
	background: linear-gradient(90deg, rgb(3, 36, 136) 10%, rgb(0, 120, 229) 100%);
}

.hint-archive {
  position: relative;
  /*width: 300px;
	width: 0;*/  
  display: block;
	/*width: 300px;*/
	max-height: 100%;
	overflow: hidden;
}

/*.hint-archive #hint-archive {
	position: relative;
	display: block;
	width: 300px;
	max-height: 100%;
}*/

.hint-archivebox-right.hint-archive-opened {
	width: 280px;
	margin-right: 0;
}

.hint-archivebox-left.hint-archive-opened {
	width: 220px;
	margin-left: 0;
}

.hint-handler {
	position: absolute;
	top: 50%;	
	color: #fff;
	font-weight: 800;
	font-size: 16px;
line-height: 1;
display: block;
background: #092163;
padding: 6px 10px 10px;
width: 180px;
text-align: center;
	height: 16px;
	cursor: hand;
	cursor: pointer;
}

.hint-handler-left {
	transform: translate(0, -50%) rotate(-90deg);
	right: -116px;	
	border-radius: 0 0 5px 5px;
}

.hint-handler-right {
	transform: translate(0, -50%) rotate(-90deg);
	left: -116px;
	border-radius: 5px 5px 0 0;
}

.hint-container > div {
  position: relative;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  border-radius: 8px;
}

.hint-container {
  padding-top: 5px;
}

.hint-container > div:after {
	content: "";
	height: 1px;
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}

.hint-archive .hintcity {
	position: relative;
	text-decoration: none;
}

.hint-archive h5 {
  font-size: 16px;
  padding: 0;
	font-weight: 800;
	line-height: 18px;
}

.hint-archive .hintcard-0 {
	background-color: #0092f38f;
}

.hint-archive .hintcard-1 {
	background-color: #cfc3138a;
}

.hint-archive .hintcard-2 {
	background-color:#cfcebe8c;
}

.hint-archive .hintcard-3 {
	background-color:#efb000a6;
}

.hint-archive .hintcard-4 {
	background: linear-gradient(90deg, rgb(10, 131, 199) 0%, rgb(30, 156, 215) 38%, rgb(0, 117, 190) 85%, rgb(0, 91, 151) 100%);
}

.hint-archive .targeted {
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
}

.hint-archive .complete {
  color: #ffce00;
  font-weight: 1000;
}

.hint-item {
 	display: block;
	position: relative;
	padding: 0;
}

.hint-archive h6 {
  font-size: 13px;
  position: relative;
  padding: 8px 0 0;
  font-weight: 600;
}

.hint-item img {
  position: relative;
  display: inline-block;
  clear: both;
  width: 16px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  top: -2px;
}

.hint-item .player-flag {
  top: -1px;
  border-radius: 50%;
  margin-left: 10px;
}

.hintcity .player-role {
	color: #03e6ff;
}

.hint-item.active {
  padding: 15px 0 5px;
}

.hint-archive p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
	opacity: 0.85;
}

.hint-item.active p {
  padding-top: 5px;
}

.hint-archive .hintscheme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
}

.hint-archive .hintscheme h5 {
  font-size: 18px;
}

.hint-archive .hintscheme h6 {
  font-size: 16px;
	color: #03e6ff;
}

/*.hint-archive .hintscheme img {
  flex: 1 0 30%;
  max-width: 30%;
	margin-right: 5%;
}*/

.hint-archive .hintscheme img {
  /*flex: 1 0 30%;
  max-width: 30%;*/
  margin-right: 10px;
  display: block;
  position: relative;
  width: 48px;
}

.hint-archive .hintscheme .hint-item {
  flex: 1 0 65%;
  max-width: 65%;
}

.hint-archive .hint-sceneblock a {
	opacity: 0.4;
}

.hint-archive .hint-sceneblock a.active {
	opacity: 1;
}


.mCSB_scrollTools .mCSB_buttonUp {
  background-position: top center;
	background-image: url("../img/up.svg");
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: bottom center;
	background-image: url("../img/down.svg");
}

@media all and (max-width: 1400px) {
	.mapbox > div {
		margin: 0 20%;
	}
	
	.fieldpic.active {
  		transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(15deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(-10%) translateZ(0px) skewX(0deg) skewY(0deg);
	}
	
	.sc-1#role-0, .sc-1.a-0, .sc-1.b-0 {
  		top: 32%;
  		left: 38%;
	}
	
	.sc-1#role-1, .sc-1.a-1, .sc-1.b-1 {
  		top: 32%;
  		left: 62%;
	}
	
	.sc-1#role-2, .sc-1.a-2, .sc-1.b-2 {
  		top: 36%;
  		left: 50%;
	}
	
	.sc-1#role-3, .sc-1.a-3, .sc-1.b-3 {
  		top: 54%;
  		left: 35%;
	}
	
	.sc-0#role-4, .sc-0.a-4, .sc-0.b-4 {
  		top: 59%;
  		left: 33%;
	}
	
	.sc-1#role-4, .sc-1.a-4, .sc-1.b-4 {
  		top: 54%;
  		left: 65%;
	}
	
	.sc-0#role-5, .sc-0.a-5, .sc-0.b-5 {
 		top: 59%;
  		left: 67%;
	}
	
	.sc-1#role-5, .sc-1.a-5, .sc-1.b-5 {
  		top: 58%;
  		left: 50%;
	}
	
	.sc-1#role-6, .sc-1.a-6, .sc-1.b-6 {
  		top: 78%;
  		left: 32%;
	}
	
	.sc-0#role-7, .sc-0.a-7, .sc-0.b-7 {
  		top: 76%;
  		left: 31%;
	}
	
	.sc-0#role-9, .sc-0.a-9, .sc-0.b-9 {
  		top: 76%;
  		left: 69%;
	}
	
	.sc-1#role-9, .sc-1.a-9, .sc-1.b-9 {
  		top: 78%;
  		left: 68%;
	}
	
	.card {  
  		width: 90px;
	}
	
	.card h6.player-name {
  		font-size: 10px;
	}
	
	.card .player-number {
  		top: 14%;
  		font-size: 12px;
	}
	
	.card.active .player-role {
 		top: 26%;
  		font-size: 10px;
	}
	
	.card h6.player-team {
  		top: 74%;
  		font-size: 9px;
  		font-weight: 600;
	}
	
	.set.roles::before {
  		opacity: 1;
  		box-shadow: 1px 1px 38px 38px rgba(255, 255, 255, 0.55);
	}
	
}

@media all and (max-width: 1000px) {

	.progressbox {
  		left: unset;
  		right: 12px;
  		font-size: 16px;
  		width: 32%;
		text-align: right;
		top: -20px;
	}
	
	.progresscount span {
  		font-size: 33px;
  		line-height: 40px;
		padding-top: 5px;
	}
	
	.subheader .teambox {
  		/*width: 58%;
  		left: 12px;
  		transform: translate(0, 0);
		padding-top: 50px;*/
	}
	
	.subheader label {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 0;
  letter-spacing: -0.5px;
	}
	
	.subheader input[type="text"], .subheader input[type="email"], .subheader input[type="password"] {
   		line-height: 20px;
font-size: 16px;
padding: 6px 0 8px;
margin-bottom: 10px;
text-align: left;
margin-top: 10px;
text-indent: 8px;
border-radius: 4px;
	}
	
	.progressbox a:not(.fail) {
  		font-size: 12px;
  		width: auto;
  		line-height: 14px;
  		vertical-align: middle;
  		/*text-align: left;*/
  		font-weight: 600;
		display: block;
		text-align: right;
	}
	
	.progressbox .button-subscribe.fail {
  		padding: 5px;
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 11px;
	}
	
	.progresscount {
  		padding-bottom: 10px;
  		padding-top: 26px;
		display: block;
	}
	
		.controls {
		display: none;		
	}
	
	ul.tabs {
  		font-size: 15px;
	}
	
	ul.tabs li a {
  		padding: 0 10px;
	}
	
	.sc-0#role-1, .sc-0.a-1, .sc-0.b-1 {
  		top: 39%;
  		left: 35%;
	}
	
	.sc-0#role-2, .sc-0.a-2, .sc-0.b-2 {
  		top: 39%;
  		left: 65%;
	}
	
	.sc-2#role-0, .sc-2.a-0, .sc-2.b-0 {
  		top: 30%;
  		left: 35%;
	}
	
	.sc-2#role-1, .sc-2.a-1, .sc-2.b-1 {
  		top: 30%;
  		left: 65%;
	}
	
	.sc-2#role-3, .sc-2.a-3, .sc-2.b-3 {
  		top: 47%;
  		left: 38%;
	}
	
	.sc-2#role-4, .sc-2.a-4, .sc-2.b-4 {
  		top: 47%;
  		left: 62%;
	}
	
}

@media all and (max-width: 900px) {	

	/*.city {
		transform: scale(0.6);
	}*/
	
	.city {
  		font-size: 6px;
	}
	
	.set.roles:before {
  		opacity: 1;
  		box-shadow: 1px 1px 38px 38px rgba(255, 255, 255, 0.55);
	}

}

@media all and (max-width: 800px) {
	
	.header:before {
   		content: "";
    	position: absolute;
    	width: 100%;
    	height: 14px;
    	display: block;
    	background: linear-gradient(to right, rgb(30, 82, 221) 40%, rgb(3, 207, 253) 60%);
    	top: 33px;
	}
	
	.header-logoline {
    	background-color: #000;
		background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(5, 24, 83) 100%);
   		float: left;
		min-height: 45px;
	}
	
	.header-button {
  		width: 30px;
  		height: 30px;
  		margin-top: 7px;
	}
	
	.event-header {
   		position: absolute;
    	top: 22px;
	}
	
	.header-logo {
    	padding: 15px;
	}
	
	.logo-24 {
		width: 120px;
		padding-top: 15px;
	}
	
	.logo-bet {
   		width: 120px;
		overflow: hidden;
 	}
	
	ul.tabs {
  		padding: 10px 0 10px;
  		font-size: 17px;
  		clear: both;
  		position: absolute;
  		top: 48px;
  background: linear-gradient(180deg, rgb(5, 23, 78) 30%, rgba(5, 24, 83, 0.7) 100%);
	}
	
	ul.tabs:after {
		display: none;
	}
	
	ul.tabs .tab-active:before {
  		top: -14px;
		bottom:inherit;
	}
	
	ul.tabs li:last-child.tab-active:before {
		display: none;
	}
	
	ul.tabs li {
  		padding-bottom: 0;
	}
	
	ul.tabs li a {
  		padding: 0 10px;
		line-height: 24px;
	}
	
	.ambas span {
		display: block;
	}
	
	.acpic img {
  		max-width: 80px;
	}
	
	.overac .overlay-placeholder .acpic img {
  		max-width: 150px;
	}
	
	.achievment {
  		padding: 10px 15px 0;
	}
	
	.logo-bet > div {
  		max-height: 20px;
	}
	
	.sc-1#role-0, .sc-1.a-0, .sc-1.b-0 {
  		top: 36%;
  		left: 35%;
	}
	
	.sc-1#role-1, .sc-1.a-1, .sc-1.b-1 {
  		top: 36%;
  		left: 65%;
	}
	
	.sc-1#role-2, .sc-1.a-2, .sc-1.b-2 {
  		top: 40%;
  		left: 50%;
	}
	
	.sc-1#role-3, .sc-1.a-3, .sc-1.b-3 {
  		top: 56%;
  		left: 31%;
	}
	
	.sc-1#role-4, .sc-1.a-4, .sc-1.b-4 {
  		top: 56%;
  		left: 69%;
	}
	
	.sc-1#role-5, .sc-1.a-5, .sc-1.b-5 {
  		top: 60%;
  		left: 50%;
	}
	
	.sc-1#role-6, .sc-1.a-6, .sc-1.b-6 {
  		top: 78%;
  		left: 27%;
	}
	
	.sc-1#role-7, .sc-1.a-7, .sc-1.b-7 {
  		top: 78%;
  		left: 42%;
	}
	
	.sc-1#role-8, .sc-1.a-8, .sc-1.b-8 {
  		top: 78%;
  		left: 58%;
	}	
	
	.sc-1#role-9, .sc-1.a-9, .sc-1.b-9 {
  		top: 78%;
  		left: 73%;
	}
	
	.sc-2#role-6, .sc-2.a-6, .sc-2.b-6 {
  		top: 78%;
  		left: 27%;
	}
	
	.sc-2#role-7, .sc-2.a-7, .sc-2.b-7 {
  		top: 78%;
  		left: 42%;
	}
	
	.sc-2#role-8, .sc-2.a-8, .sc-2.b-8 {
  		top: 78%;
  		left: 58%;
	}	
	
	.sc-2#role-9, .sc-2.a-9, .sc-2.b-9 {
  		top: 78%;
  		left: 73%;
	}

}

@media all and (max-width: 640px) {
	
	.set.roles:before {
  		opacity: 1;
  		box-shadow: 1px 1px 35px 35px rgba(255, 255, 255, 0.55);
	}
	
	.sc-1#role-0, .sc-1.a-0, .sc-1.b-0 {
  		top: 36%;
  		left: 30%;
	}
	
	.sc-0#role-1, .sc-0.a-1, .sc-0.b-1 {
  		top: 39%;
  		left: 30%;
	}
	
	.sc-1#role-1, .sc-1.a-1, .sc-1.b-1 {
  		top: 36%;
  		left: 70%;
	}
	
	.sc-0#role-2, .sc-0.a-2, .sc-0.b-2 {
  		top: 39%;
  		left: 70%;
	}
	
	.sc-1#role-3, .sc-1.a-3, .sc-1.b-3 {
  		top: 56%;
  		left: 26%;
	}
	
	.sc-0#role-5, .sc-0.a-5, .sc-0.b-5 {
  		top: 59%;
  		left: 75%;
	}
	
	.sc-0#role-4, .sc-0.a-4, .sc-0.b-4 {
  		top: 59%;
  		left: 25%;
	}
	
	.sc-1#role-4, .sc-1.a-4, .sc-1.b-4 {
  		top: 56%;
  		left: 74%;
	}
	
	.sc-1#role-6, .sc-1.a-6, .sc-1.b-6 {
  		top: 78%;
  		left: 21%;
	}
	
	.sc-0#role-7, .sc-0.a-7, .sc-0.b-7 {
  		top: 78%;
  		left: 20%;
	}
	
	.sc-1#role-7, .sc-1.a-7, .sc-1.b-7 {
  		top: 78%;
  		left: 40%;
	}
	
	.sc-1#role-8, .sc-1.a-8, .sc-1.b-8 {
  		top: 78%;
  		left: 60%;
	}
	
	.sc-0#role-9, .sc-0.a-9, .sc-0.b-9 {
  		top: 78%;
  		left: 80%;
	}
	
	.sc-1#role-9, .sc-1.a-9, .sc-1.b-9 {
  		top: 78%;
  		left: 79%;
	}
	
	
	.sc-2#role-0, .sc-2.a-0, .sc-2.b-0 {
  		top: 30%;
  		left: 28%;
	}
	
	.sc-2#role-1, .sc-2.a-1, .sc-2.b-1 {
  		top: 30%;
  		left: 72%;
	}
	
	.sc-2#role-6, .sc-2.a-6, .sc-2.b-6 {
  		top: 78%;
  		left: 21%;
	}
	
	.sc-2#role-7, .sc-2.a-7, .sc-2.b-7 {
  		top: 78%;
  		left: 40%;
	}
	
	.sc-2#role-8, .sc-2.a-8, .sc-2.b-8 {
  		top: 78%;
  		left: 60%;
	}
	
	.sc-2#role-9, .sc-2.a-9, .sc-2.b-9 {
  		top: 78%;
  		left: 79%;
	}
	
	.fieldpic .map-dummy {
		height:auto;
	}
	
}

@media all and (max-width: 600px) {
	
	.achievment {
  		padding: 10px 15px 0;
	}
	
	.acpic img {
  		max-width: 50px;
	}
	
	.overac .overlay-placeholder .acpic img {
  		max-width: 120px;
	}
	
	.achievment h3 {
  		font-size: 16px;
	}
	
	.achievment p {
  		font-size: 13px;
  		line-height: 16px;
	}
	
	.city {
  		font-size: 6px;
	}
	
	.ambapic {
  		max-width: 60px;
	}
	
	.overloot .card h6.player-name {
  		font-size: 15px;
  		line-height: 20px;
  		top: 59%;
	}
	
	.overloot .roles {
  		width: 48%;
  		margin: 0 1%;
	}
	
	.overloot .card .player-number {
  		font-size: 18px;
  		top: 12%;
	}
	
	.overloot .card.active .player-role {
  		font-size: 15px;
  		top: 25.5%;
	}
	
	.overloot .card h6.player-team {
  		font-size: 13px;
  		line-height: 17px;
	}
	
}

@media all and (max-width: 575px) {
	
	.foreground {
    	background-position: 72% center;
	}
	
	.ambas span {
  		font-size: 11px;
	}
	
	.achievment {
  		flex: auto;
  		padding: 10px 15px 0 70px;
  		max-width: 90%;
  		display: block;
  		text-align: left;
	}
	
	.acpic {
  		width: 50px;
  		position: absolute;
  		left: 10px;
	}
	
	.overac .overlay-placeholder .acpic {
		position: relative;
		left: inherit;
		width: auto;
	}
	
	.achievment .counter {
  		font-size: 13px;
  		line-height: 20px;
  		position: absolute;
  		top: inherit;
  		right: inherit;
  		bottom: -20px;
  		left: 50%;
  		transform: translate(-50%, 0);
	}
	
	.achievment h3 {
  		display: initial;
  		position: relative;
  		padding: 5px 0 10px;
  		margin: 0 0 10px;
  		font-size: 16px;
  		line-height: 20px;
  		vertical-align: middle;
	}
	
	.achievment p {
  		font-size: 13px;
  		font-weight: 500;
  		line-height: 16px;
  		margin-top: 15px;
  		text-align: left;
	}
	
	.acteams {
  		justify-content: flex-start;
	}
	
	.acteams .teambadge {
  		/*flex: 1 0 18%;
  		max-width: 18%;*/
  		margin: 0 2px;
	}
	
	/*.city {
		transform: scale(0.3) translate(-100%, -100%);
	}*/
	
	.helpbox {
		font-size: 14px;
  		line-height: 22px;
	}
	
	.greet .overlay-content img {
  		max-width: 200px;
		margin: 0px 0 -20px;
		transform: scale(1.3) translate(20%, 0);
	}
	
	.greet p {
  		font-size: 14px;
  		line-height: 22px;
	}
	
	.greet .button-subscribe {
  		margin: 5px 0 0;
	}
	
	ul.tabs {
  		font-size: 16px;
		font-weight: 600;
	}
	
	.subheader {
  		/*top: 85px;*/
	}
	
	
	
	.footer {
        background: linear-gradient(0, rgb(5, 23, 78) 30%, rgba(5, 24, 83, 0) 100%);
	}
	
	.ambabox {
  		margin: 0 auto 0;
		padding-top: 30px;
	}
	
	/*.subheader:before {
		content: "";
        background: linear-gradient(180deg, rgb(5, 23, 78) 40%, rgba(5, 24, 83, 0) 100%);
  		width: 100%;
  		position: absolute;
  		top: -40px;
  		height: 120px;
  		display: block;
	}*/
	
	.subheader label {
  		text-align: center;
		font-size: 15px;
		line-height: 18px;
	}
	
	.subheader input[type="text"], .subheader input[type="email"], .subheader input[type="password"] {
  		text-align: center;
	}
	
	.answer {
  		font-size: 16px;
  		padding: 5px;
  		font-weight: 600;
	}
	
	.mapbox > div {
  		margin: 0 -10%;
	}
	
	.city span {
  		height: 10px;
  		line-height: 11px;
	}
	
	.footer .progresstip p {
		flex: 1 0 80%;
		max-width: 80%;
		font-size: 13px;
		line-height: 18px;
	}
	
	.footer {
		padding: 0;
	}
	
	.progresscardbox {
  		padding: 0 0 5px;
	}
	
	.overfooter .progresstip p {
  		flex: 1 0 80%;
		max-width: 85%;
		font-size: 13px;
		line-height: 17px;
	}

	.overfooter .progresscard {
  		flex: 1 0 11%;
  		max-width: 11%;
	}
	
	.oversubheader label {
  		font-size: 13px;
  		line-height: 18px;
	}
	
	.overloot .overfooter .card.active .player-role {
  		font-size: 10px;
	}
	
}

@media all and (max-width: 480px) {
	
	.hint-archivebox {
  		margin-right: -16px;
	}
	
	.hint-archivebox-left {
  		margin-left: -16px;
	}
	
	.fieldpic.active {
  		transform: scaleX(1.3) scaleY(1.3) scaleZ(1.3) rotateX(15deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(-21%) translateZ(0px) skewX(0deg) skewY(0deg);
	}
	
	.card {
  		width: 80px;
	}
	
	.set.roles:before {
		bottom: 60px;
  		box-shadow: 1px 1px 20px 20px rgba(255, 255, 255, 0.55);
	}
	
	.sc-0#role-0, .sc-0.a-0, .sc-0.b-0 {
  		top: 33%;
  		left: 50%;
	}
	
	.sc-1#role-0, .sc-1.a-0, .sc-1.b-0 {
  		top: 38%;
  		left: 24%;
	}
	
	.sc-1#role-1, .sc-1.a-1, .sc-1.b-1 {
  		top: 38%;
  		left: 76%;
	}
	
	.sc-0#role-2, .sc-0.a-2, .sc-0.b-2 {
  		top: 45%;
  		left: 77%;
	}
	
	.sc-1#role-2, .sc-1.a-2, .sc-1.b-2 {
  		top: 42%;
  		left: 50%;
	}
	
	.sc-0#role-1, .sc-0.a-1, .sc-0.b-1 {
  		top: 45%;
  		left: 23%;
	}
	
	.sc-0#role-3, .sc-0.a-3, .sc-0.b-3 {
  		top: 47%;
  		left: 50%;
	}
	
	.sc-1#role-3, .sc-1.a-3, .sc-1.b-3 {
  		top: 56%;
  		left: 24%;
	}
	
	.sc-0#role-4, .sc-0.a-4, .sc-0.b-4 {
  		top: 60%;
  		left: 23%;
	}
	
	.sc-1#role-4, .sc-1.a-4, .sc-1.b-4 {
  		top: 56%;
  		left: 76%;
	}
	
	.sc-0#role-5, .sc-0.a-5, .sc-0.b-5 {
  		top: 60%;
  		left: 77%;
	}
	
	
	.sc-2#role-0, .sc-2.a-0, .sc-2.b-0 {
  		top: 37%;
  		left: 28%;
	}
	
	.sc-2#role-1, .sc-2.a-1, .sc-2.b-1 {
  		top: 37%;
  		left: 72%;
	}
	
	.sc-2#role-2, .sc-2.a-2, .sc-2.b-2 {
  		top: 37%;
  		left: 50%;
	}
	
	.sc-2#role-3, .sc-2.a-3, .sc-2.b-3 {
  		top: 53%;
  		left: 30%;
	}
	
	.sc-2#role-4, .sc-2.a-4, .sc-2.b-4 {
  		top: 53%;
  		left: 70%;
	}
	
	.card h6.player-name {
  		font-size: 8px;
	}
	
	.subheader .teambox {
  		width: 70%;
	}
	
	.overloot .roles {
  		width: 120px;
	}

}

@media all and (max-width: 414px) {
	
	.fog {
    	height: 150%;
	}
	
	.mobile-deny {
		display:none !important;
	}
	
	.share_this {
  		margin-top: 12px;
	}
	
	.social_share {
  		width: 20px;
	}
	
	ul.tabs {
  		top: 47px;
	}
	
	ul.tabs .tab-active::before {
  		top: -13px;
	}
	
	.card {
  		width: 75px;
	}
	
	/*.scene-block:after {
		content:"";
		position: absolute;
    	bottom: 0;
    	width: 120%;
    	height: 30%;
    	background: linear-gradient(to bottom, rgba(28, 68, 190, 0) 0%, rgb(255, 255, 255) 100%);
    	animation: phase 10s 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}*/	

}