/*@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/gothambook/HomepageBaukasten-Book.woff2") format("woff2"),
       url("../fonts/gothambook/HomepageBaukasten-Book.woff") format("woff"),
       url('../fonts/gothambook/HomepageBaukasten-Book.ttf')  format('truetype'),
       url('../fonts/gothambook/HomepageBaukasten-Book.eot')  format('embedded-opentype'); 
}*/
body{
	background-color:#000000;
	background-image: url(../imgs/background.jpg);
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 16px;
	font-weight: 400;
	/*background-image: url(../imgs/header.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
header{
	/*background-image: url(../images/background-left.png), url(../images/background-right.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: auto;*/
}
.bg-video {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: -4;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-video video {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.registernow{ position: absolute; left: 20%; top: 0; }
.tagline{
	/*width: 85%;*/
	/*border-radius: 60px;*/
	/*background-color: #0d51a2;*/
	margin-bottom: 60px;
	color: #ffffff;
	/*padding: 20px 0 20px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);*/
}
.tagline span{ display: block; line-height: 1.2; }
.title1{ font-weight: 700; font-size: 42px; }
.title2{ font-weight: 300; font-size: 25px; }

.tagline2{ 
	display: inline-block;
	border-radius: 20px;
	background-color: #ffffff;
	color: #0d51a2;
	margin-bottom: 0px;
	padding: 30px 30px 20px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.logo{ }
/*header .logo-block{ max-width: 500px; }*/
.logo-block{
	/*max-width: 300px;*/
	/*background-color: #fff; 
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5); */
	padding: 60px 0 80px;
}

.title{ font-weight: 700; font-size: 18px; } /* privacy policy */ 
/*.container{ padding: 0; }*/
/*#main-content{ padding-left: 15px; padding-right: 15px; }*/
#main-content p{ font-size: 14px; margin-bottom: 20px; }
h1{ color: #ffffff; line-height: 1.3; font-weight: 700; font-size: 2.5em;}
h1 span.bold{ font-weight: 700; font-size: 1.3em; display: block; }
p { font-size: 24px; }
.mb60 { margin-bottom: 60px; }
.yellow{ color: #d2db4d;}
.red{font-size: 13px;}
.legal{ 
	color: #4c4d50; 
	font-weight: 700; 
	font-size: 10px; 
	font-family: 'Montserrat', sans-serif; 
	/*font-family: 'Gotham Book', sans-serif;*/
}
/*a{ color: #ffffff; text-decoration: underline; }
a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}*/
/*a:hover{ color: #ffffff; text-decoration: none; }

a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit;
  color: #fff;
}
a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: .05em;
  height: .1em;
  width: 100%;
  background-size: 200% auto;
  background-position: right;
  background-image: linear-gradient(to right, oklch(62% 0.25 270) 0%, oklch(62% 0.25 270) 50%, transparent 100%);
  transition: all 0.15s cubic-bezier(.35,.6,.6,.35);
  z-index: -1;
}
a:hover::after,
a:focus::after {
  background-position: left;
}*/
a.link { 
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
	transition: all 0.25s linear;
	position: relative;
	text-decoration: none;
}
a.link:focus, a.link:active {
    outline: none;
    -moz-outline-style: none;
}
a.link:hover{ color: #ffffff; text-decoration: none; }
a.link:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #7b56ff;
  position: absolute;
  left: 0;
  bottom: -3px; /* this is to match where the border is */
  transform-origin: left; 
  transform: scale(0);
  transition: 0.25s linear;
/*   will-change: transform; */
}

a.link:hover:before {
  transform: scale(1);
}


img.map, map area{
    outline: none;
    -moz-outline-style: none;
}
label, h3, ul#sessions li{
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
}
ul#sessions { margin-bottom: 30px; }
ul#sessions li { margin-bottom: 10px; }
.red{ color: #ff0000;}
.btn{ background: #7b56ff; font-size: 20px; color: #ffffff; border: none; border-radius: 25px; padding: 15px 30px; }
.btn:hover{ color: #fff; }
.submit{ 
	border-radius: 20px;
	background-color: #7b56ff;
	font-size: 20px;
	font-weight: 700;
	border: none;
	color: #ffffff;
	padding: 20px 40px;
	letter-spacing: 1px;
	outline: none;
}
button:focus {outline:0;}
/*.btn:hover{ background: #231f20; color: #fff; }*/
#index{
	position: relative;
	/*background: url(../images/index-banner2575-h1200.png) center top no-repeat;
	min-height: 80vh;
	height: 80%;
	width: 100%;
	display: block;*/
}
#index #enter img{
	width:140px; height:47px; position: relative;
}

#main-header{
	/*background: url(../images/formpage-background.jpg) center top no-repeat;
	background-size: 100% auto;
	width: 635px;
	height: 570px;
	margin: 0 auto;*/
}

#expect{
	background-image: url(../imgs/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 50px;
	padding-bottom: 350px;
}

#maingames{
	background-image: url(../imgs/middle-left-d.jpg), url(../imgs/middle-right-d.jpg);
	background-position: left 180px, right 180px;
	background-repeat: no-repeat;
	background-size: auto;
}

#footer{
	/*background-image: url(../images/footer-background-left.png), url(../images/footer-background-right.png);
	background-position: left bottom, right bottom;*/
	/*background-image: url(../imgs/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;*/
	/*padding-bottom: 30px;*/
	/*padding: 70px 0;*/
	/*height: 450px;*/
	background-image: url(../imgs/background.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 700px;
	background-size: cover;
}
#footer ul{ list-style: none; display: inline-block; margin-left: -20px; margin-bottom: 15px;}
#footer li{display: inline; list-style: none;}
#footer a{ font-size: 13px; color: #4c4d50; font-weight: 600; letter-spacing: 2px; padding-bottom: 2px; border-bottom: none; }
#footer p, .copyright{ /*margin-bottom: 15px;*/ font-size: 14px; color: #ffffff; font-weight: 700; }

.form-group{ margin-bottom: 30px; }
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select, select:focus, select option,
textarea {
  font-size: 16px !important; 
  color: #303030 !important;
  /*padding-left: 15px;*/
  border-color: #4c4d50 !important;
}
select option{ line-height: 2rem; padding-top: 5px !important; color: #303030 !important; }
/*select{ padding-left: -10px !important;}*/
.select2-container .select2-search--inline .select2-search__field{ padding-left: 8px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice{ margin-top: 10px; }
.select2-container .select2-search--inline{  }
.select2-container--default .select2-selection--multiple, .form-control{ border: 1px solid #4c4d50; }

select.form-control{ padding-left: 8px; color: #303030; }
::placeholder{ 
	color: #303030 !important; opacity: 0.4 !important; 
}
::-webkit-input-placeholder {
	color: #303030 !important; opacity: 0.4 !important;
}
::-moz-placeholder {
	color: #303030 !important; opacity: 0.5 !important;
}
:-ms-input-placeholder {
	color: #303030 !important; opacity: 0.5 !important;
}

input[type="date"]{ padding: 0px 12px; -webkit-appearance: none; }
input[type="date"]::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; }

.hidden{ display: none; }
.mr40{ margin-right: 40px; }

/* accordion start */
a.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 15px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
  display: block;
  border-radius: 20px;
  margin-bottom: 10px;
  }

  a.accordion:after {
    font-family: FontAwesome;
    content: "\f150";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
  }

  a.accordion.is-open:after {
    content: "\f151";
  }

  a.accordion:hover,
  a.accordion.is-open {
    background-color: #ddd;
  }

  .accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
/* accordion end */

@media (max-width: 2000px) {
	/*body{ background-image: url(../imgs/background-header.jpg); }*/
	/*#footer{ background-image: url(../images/footer-background-left1440.png), url(../images/footer-background-right1440.png); }*/
}

@media (max-width: 1500px) {
	/*body{ background-image: url(../imgs/background-header.jpg); }*/
	/*#main{ background-image: url(../imgs/background-middle-left-1480.jpg), url(../imgs/background-middle-right-1480.jpg); }
	#footer{ background-image: url(../imgs/footer-1480.jpg); }*/
	#maingames{
		background-image: url(../imgs/middle-left1480-d.jpg), url(../imgs/middle-right1480-d.jpg);
		background-position: left 180px, right 180px;
		background-repeat: no-repeat;
		background-size: auto;
	}
}

@media (max-width: 1400px) {
	#main{ background-image: none; }
	#maingames{
		background-image: url(../imgs/middle-left1480-d.jpg), url(../imgs/middle-right1480-d.jpg);
		background-position: left 180px, right 180px;
		background-repeat: no-repeat;
		background-size: auto;
	}
}

@media (max-width: 1200px) {
	.title1{ font-size: 30px; }
	.title2{ font-size: 20px; }
}

@media (max-width: 768px) {
	/*body{ background: #000; }*/
	.logo-block { padding-top: 40px; padding-bottom: 60px; }
	#maingames{ background: none; }
	h1{ font-size: 2.2em; }
	h1 span.bold{ font-size: 1.3em; }
	.tagline { width: 100% !important; top: -10px; position: relative; margin-bottom: 40px; }
	/*.title1{ font-size: 35px; }
	.title2{ font-size: 30px; }*/
	/*#footer{ background-color: #ffffff; background-image: url(../imgs/footer-mobile.jpg); padding-top: 0px; padding-bottom: 20px; }*/
	/*.registernow{ position: absolute; left: 5%; top: 0; width: 70px !important; }*/
	/*.logo{ max-width: 300px; }*/
	.light{ max-width: 300px; }
	.mobile-show{ display: block !important; }
	.mobile-hide{ display: none; }
	#footer p, .copyright{ margin-bottom: 15px; font-size: 12px; }
	.mr40{ margin-right: 0; }
	#expect { padding-top: 0; padding-bottom: 0; background: none; }
	#expect .animationItem {  display: none !important; }
	/*#footer p, #footer a{ color: #4c4d50; }*/
	#footer { background-image: url(../imgs/footer-mobile.png); padding-top: 352px; }

	label, h3, a.accordion { font-size: 17px; }
	a.accordion { padding: 10px; }
}

/* --- */
.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 18px;
  padding-left: 15px;
  border-color: red !important;
}
/*.custom-control-input{ border-color: red; }*/
.custom-control-input-blue{ border-color: red !important; }
.custom-control-input-blue:focus~.custom-control-label::before {
  border-color: #7b56ff !important;
  /*box-shadow: 0 0 0 0.2rem rgba(13, 81, 162, 0.25) !important;*/
  box-shadow: none;
}

.custom-control-input-blue:checked~.custom-control-label::before {
  border-color: #7b56ff !important;
  background-color: #7b56ff !important;
}

.custom-control-input-blue:focus:not(:checked)~.custom-control-label::before {
  border-color: #7b56ff !important;
}

.custom-control-input-blue:not(:disabled):active~.custom-control-label::before {
  background-color: #63a6f7 !important;
  border-color: #63a6f7 !important;
}

/* */
.wordbox{
	width: 90%;
	border-radius: 20px;
	background-color: #7b56ff;
	color: #ffffff;
	padding: 30px 0 30px;
	margin-bottom: 10px;
}

input.box:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, .form-control:focus {
  /*border: 1px solid #0d51a2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 81, 162, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(13, 81, 162, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(13, 81, 162, 0.25);
  outline: none;*/
  box-shadow: none;
  outline: none;
  /*background: #c5c5c5;*/
}

.cs-skin-border .cs-options{
	font-size: 16px;
	color: #303030;
	background: #eeeff1;
}
div.cs-skin-border {
	background: transparent;
	font-size: 16px !important;
	font-weight: 500;
	max-width: 700px;
}
.cs-skin-border > span {
	border:1px solid #4c4d50 !important;
	border-radius: 0.25em;

	height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}
.cs-skin-border.cs-active > span {
	/*background: #fff;
	border-color: #fff;*/
	color: #1650a1;
}
.cs-skin-border .cs-options li span:hover, .cs-skin-border li.cs-focus span{
	background: #1650a1;
	color: #fff;
}
.cs-skin-border ul span{
	padding: .50em 1em;
}
.cs-skin-border .cs-selected span::after{
	color:#303030;
}

/* WORD GAMES */
input.box {
  height: calc(2em + .75rem + 2px);
  padding: .375rem .75rem;
  width:60px;
  text-align: center;
  border-radius: .25rem;
  border: 1px solid #4c4d50;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2em !important;
}
input.box.error{
	background: rgba(255,0,0,0.8);
}
input.box::selection{
	background: none;
	color: blue;
}

input.rectangle {
  height: calc(2em + .75rem + 2px);
  padding: .375rem .75rem;
  width:200px;
  text-align: center;
  border-radius: .25rem;
  border: 1px solid #4c4d50;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5em !important;
}
input.rectangle.error{
	background: rgba(255,0,0,0.8);
}
input.rectangle::selection{
	background: none;
	color: blue;
}
@media (max-width: 768px) {
	.wordbox{ width: 100%; }
	input.box {
		width: 8%;
		height: calc(1.5em + .75rem + 2px);
		font-size: 16px !important;
		padding: .15rem .3rem;
	}
	input.rectangle{ margin-bottom: 5px; }
}
/* END WORD GAMES */

.select2-container{
	width: 100% !important;
}
.select2-container .select2-selection--single{
	height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.select2-container--default .select2-selection--single{
	border:1px solid #4c4d50 !important;
	border-radius: 0.25em;
}

.select2-container--default .select2-selection--single:focus{
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #303030;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: .375rem;
}
.select2-results__option{ color: #303030; }

.form-group {
  position: relative;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label{
	color: #ffffff !important;
	/*border: 1px solid red;*/
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid{
	background-image: none;
}

#checkbox-error.invalid-tooltip{ top: 20px; }

/***** Animation CSS Code *****/
/* Copy this code with the specified HTML to get your animation effect up and running! */

/* NOTE: If copying this code feel free to discard the margin, color, font-size and z-index propterties as they're not needed for the animation to work. */
.animationItem {
	position: absolute;
	margin-right: 35px;
}

#animationItem-image--bigCloud {
	animation: bobble 2s infinite;
	font-size: 170px;
	color: #7ec0ee;
}

#animationItem-image--smallCloud {
	animation: bobble 4s infinite;
	margin-top: 65px;
	margin-left: 140px;
	font-size: 145px;
	color: #e9e9e9;
}

.smallCloud-two {
	margin-bottom: 5px;
	margin-right: 320px;	
	font-size: 145px;
	z-index: -1;
	color: #d9d9d9 !important;
	animation: bobble 2.5s infinite !important;
}

#animationItem-image--cloud1 {
	animation: bobble 2s infinite;
	width: 92px;
	height: 39px;
}
#animationItem-image--cloud2 {
	animation: bobble 4s infinite;
	width: 103px;
	height: 42px;
}
#animationItem-image--cloud3 {
	animation: bobble 4s infinite;
	width: 89px;
	height: 37px;
}
#animationItem-image--cloud4 {
	animation: bobble 4s infinite;
	width: 72px;
	height: 30px;
}

@keyframes bobble {
	0% {
		transform: translate3d(0px, -25px, 0px);
		animation-timing-function: ease-in;
	}
	50% {
		transform: translate3d(0px, -35px, 0px);
		animation-timing-function: ease-out;	
	}
	100% {
		transform: translate3d(0px, -25px, 0px);	
	}
}
