@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'); 
}
@font-face {
	font-family: 'Gotham Bold';
	src: url("../fonts/gothambook/HomepageBaukasten-Bold.woff2") format("woff2"),
	   url("../fonts/gothambook/HomepageBaukasten-Bold.woff") format("woff"),
	   url('../fonts/gothambook/HomepageBaukasten-Bold.ttf')  format('truetype'),
	   url('../fonts/gothambook/HomepageBaukasten-Bold.eot')  format('embedded-opentype');
	font-weight: 700;
}
body{
	background-color:#000;
	color: #fffafa;
	font-family: 'Gotham Book', 'Montserrat', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 16px;
	font-weight: 400;
	/*background-image: url(../imgs/header-doodles.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;*/
}
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: 40px;
	color: #fdfdfd;
	padding: 30px 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: 400; font-size: 30px; margin-bottom: 20px; }
.title2 { font-size: 120px; font-family: 'Gotham Bold', 'Montserrat', sans-serif; }
.title3 { font-weight: 400; font-size: 30px; margin-top: 20px; }
.title4 { font-size: 40px; font-family: 'Gotham Bold', 'Montserrat', sans-serif; }
.title5{ font-size: 40px; font-family: 'Gotham Bold', 'Montserrat', sans-serif; }
.title6{ font-weight: 400; font-size: 40px; }

.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: 300px; }
/*.logo-block{
	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); 
}*/

.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; }
p.age { font-size: 25px; font-weight: 400; }
h1{ color: #ffffff; line-height: 1.3; font-weight: 700; font-size: 3em;}
.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: #023da0; }
a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}
a:hover{ text-decoration: none; color: #024da0;}
img.map, map area{
    outline: none;
    -moz-outline-style: none;
}
label{
	font-weight: 400;
	color: #fdfdfd;
	font-size: 20px;
}
.red{ color: #ff0000;}
.btn{ background: #ca2438; font-size: 20px; color: #ffffff; border: none; border-radius: 25px; padding: 15px 30px; }
.btn:hover{ color: #fff; }
.submit{ 
	border-radius: 40px;
	background-color: #ca2438;
	font-size: 20px;
	font-weight: 400;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	letter-spacing: 2px;
	outline: none;
}
.submit:hover { color: #fff; }
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;*/
}

/*#main{
	background-image: url(../imgs/background-middle-left.jpg), url(../imgs/background-middle-right.jpg);
	background-position: left 200px, right 200px;
	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;*/
}
#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: #fdfdfd; font-weight: 600; letter-spacing: 2px; padding-bottom: 2px; }
#footer p, .copyright{ /*margin-bottom: 15px;*/ font-size: 14px; color: #fdfdfd; }

.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; }
/*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; }

.stamp75 {
	background: url(../imgs/stamp75-retina.png); 
	background-size: 170px 171px; 
	background-position: left 50px; 
	background-repeat: no-repeat; 
	padding: 50px 0 0 0;
}
#bottles { 
	position: absolute; 
	width: 500px; 
	height: 959px; 
	left: -400px; 
	top:150px;
}

@media (max-width: 2000px) {
	header .logo-block{ max-width: 250px; }
	.stamp75 { background-size: 150px 151px; }
	#bottles { width: 400px; height: 768px; left: -300px }
	.title1 { font-size: 25px; }
	.title2 { font-size: 100px; }
	.title3 { font-size: 25px; }
	.title4 { font-size: 55px; }
	p.age { font-size: 20px; }
}

@media (max-width: 1680px) {
	header .logo-block{ max-width: 220px; }
	.stamp75 { background-size: 150px 151px; background-position: 100px 50px; }
	#bottles { width: 350px; height: 672px; left: -250px }
	label { font-size: 18px; }
	.title4 { font-size: 50px; }

	.checkbox-xl .custom-control-label { padding-top: 20px !important; }
}

@media (min-width: 1280px) and (max-width: 1480px) {
	header .logo-block{ max-width: 250px; }
	.stamp75 { background-size: 120px 121px; background-position: left 50px; }
	#bottles { width: 300px; height: 576px; left: -270px }
	.col-sm-10, .col-sm-12 { flex: 0 0 75%; max-width: 75%; }
}

@media (max-width: 1200px) {
	.title1{ font-size: 30px; }
	.title2{ font-size: 20px; }
}

@media (max-width: 768px) {
	/*body{ background: #ffffff; }*/
	#bottles{ display: none; }
	.stamp75 { background: none; }
	header .logo-block { padding-top: 0px !important; padding-bottom: 0px !important; }
	/*.bg-video video { display: none; }*/
	.title1{ font-size: 20px; }
	.title2{ font-size: 50px; }
	.title4 { font-size: 25px; }
	.title5 { font-size: 35px; }
	.title6 { font-size: 35px; }
	p.age { font-size: 17px; }
	/*#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; }
	/*#footer p, #footer a{ color: #4c4d50; }*/
}

/* --- */
.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-blue{ border-color: red !important; }
.custom-control-input-blue:focus~.custom-control-label::before {
  border-color: #000 !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: #fff !important;
  background-color: #fff !important; /* checkbox background color */
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); /* checkbox check color */
}

.custom-control-input-blue:focus:not(:checked)~.custom-control-label::before {
  border-color: #000 !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: #0d51a2;
	color: #ffffff;
	padding: 30px 0 40px;
	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;
}
@media (max-width: 768px) {
	.wordbox{ width: 100%; }
	input.box {
		width: 8%;
		height: calc(1.5em + .75rem + 2px);
		font-size: 16px !important;
		padding: .15rem .3rem;
	}
}
/* 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: #fdfdfd;
	/*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; }