@font-face {
	font-family: 'AGaramondPro-Semibold';
	src: url("../fonts/AGaramondPro-Semibold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'AGaramondPro-Regular';
	src: url("../fonts/AGaramondPro-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}


:root {
	--color-black: #4c4c4c;
	--color-grey: #4c4c4c;
	--color-white: #fefefe;
	--color-blue: #2c347d;
	--color-red: #7b212d;
	--color-brown: #2c2216;
	--color-lightbrown: #b9762a;
}

body{
	background-color:var(--color-red);
	color: var(--color-white);
	font-family: arial, helvetica, serif;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
}


.text-black { color: var(--color-black); }
.text-white { color: var(--color-white); }
.text-blue { color: var(--color-blue); }
.text-brown { color: var(--color-brown); }

header { background-color: #5f5f5f; }
.logo-block{ height: 180px; padding-top: 20px; padding-bottom: 20px; }
.logo{ max-height: 100%; width: auto; }

#top-social { list-style: none; margin-bottom: 0; }
#top-social li { display: inline-block; margin: 0 10px; }
#top-social li a { color: var(--color-grey); }

#banner {
	background-image: url(../imgs/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 100%;
	height: 1075px;
}
/*#banner .row { height: 1075px; }*/

.tagline {
	margin-bottom: 20px;
	margin-top: 30px;
}
.tagline h1 { font-size: 50px; background-color: var(--color-red); display: inline-block; padding: 10px 15px 0px; line-height: 1; margin: 0; font-family: 'AGaramondPro-Semibold', serif; font-weight: 600; }

#banner span { display: block;  }

.red-box { background-color: rgba(123, 33, 45, 0.9); width: 680px; margin-top: 300px; padding: 30px; }

.title1 { font-size: 50px; font-family: 'HanleyPro-Block', serif; text-align: center; letter-spacing: 2px; line-height: 1; color: var(--color-brown); }
.title2 { font-size: 75px; font-family: 'HanleyPro-Block', serif; text-align: center; letter-spacing: 2px; line-height: 1; color: var(--color-lightbrown); }
.title3 { font-size: 100px; font-family: 'HanleyPro-Block', serif; text-align: center; letter-spacing: 2px; line-height: 1; color: var(--color-brown); }
.title4 { font-size: 30px; font-family: 'HanleyPro-Block', serif; text-align: center; letter-spacing: 2px; line-height: 1; color: var(--color-brown); }
/*.title5 { font-size: 40px; font-family: 'SharpSansNo2-SemiBold', sans-serif; text-align: center; letter-spacing: 2px; line-height: 1.1; }*/


/*h2#enter-here { 
	font-size: 80px; 
	font-family: 'SharpSansNo2-Bold', sans-serif;
	margin-bottom: 30px;
	background-image: url(../imgs/arrow.jpg);
	background-position: 
}*/



/*.title4 { font-size: 60px; font-family: 'Gotham Bold', 'Montserrat', sans-serif; }
.title5{ font-size: 60px; font-family: 'Gotham Bold', 'Montserrat', sans-serif; }
.title6{ font-weight: 400; font-size: 40px; }*/

.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: 30px; font-family: 'AGaramondPro-Semibold', serif; color: var(--color-white); letter-spacing: 1px; }

p.medium { font-size:25px; font-family: 'AGaramondPro-Semibold', serif; color: var(--color-white); }
p.small { font-size: 14px; }
h1{ color: var(--color-white); line-height: 1.3; font-weight: 700; font-size: 3em;}
.yellow{ color: #d2db4d;}
.red{font-size: 13px;}
ul.lock { list-style-type: none; }
ul.lock li { 
	background-image: url(../imgs/icon-lock.png);  
	background-position: left top; 
	background-size: 20px 25px;
	padding-left: 35px;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-size:16px; font-family: 'HanleyPro-Block', serif; color: var(--color-brown);
	line-height: 25px;
	margin-bottom: 5px;
}
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: var(--color-white) !important;
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
}
.red{ color: #ff0000;}
.btn{ background-color: var(--color-red); font-size: 20px; color: #ffffff; border: none; border-radius: 10px; padding: 15px 100px; }
.btn:hover{ color: #fff; }
.submit{ 
	border-radius: 20px;
	background-color: var(--color-white);
	font-size: 20px;
	font-family: 'AGaramondPro-Semibold', serif;
	border: none;
	color: var(--color-red);
	padding: 10px 40px 5px;
	letter-spacing: 2px;
	outline: none;
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
.submit:hover { color: var(--color-black); }
button:focus {outline:0;}
/*.btn:hover{ background: #231f20; color: #fff; }*/
#index{
	position: relative;
	
}
#index #enter img{
	width:140px; height:47px; position: relative;
}

#main { 
	 /*background-image: url(../imgs/lock-chain.png), url(../imgs/ransom-spirits-footer.png); 
	 background-size: auto; 
	 background-position: -20px -20px, center 115%; 
	 background-repeat: no-repeat, no-repeat;*/
}

#photos { margin-top: -200px; }

#prize {
	margin-bottom: 20px; 
	width: 90%; 
	margin-left: 120px;
}

#footer{
	padding: 30px 0;
	background-color: var(--color-red);
	font-family: 'Josefin Sans', sans-serif;
}
#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: 14px; color: var(--color-white); font-weight: 600; padding-bottom: 2px; }
#footer p, .copyright{ font-size: 14px; color: var(--color-white); }


form { margin-top: 0px; margin-bottom: 60px; }
.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; }
.mt40 { margin-top: 40px; }
.mb40 { margin-bottom: 40px; }
.mt60 { margin-top: 60px; }
.mb60 { margin-bottom: 60px; }

#bottle {
	position: absolute;
	right: -380px;
	top: 0;
	width: 350px;
	height: auto;
}

/* scroll down start */
.box { margin: 0 auto; width: 20px; margin-bottom: 20px; }
.box span {
	width: 20px;
	height: 20px;
  display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box span:nth-child(2) {
	animation-delay: -0.2s;
}

.box span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}
/* scroll down end*/

/* preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
     background: var(--color-red); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:50px;
    height:30px;
    position:fixed;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
   margin:-25px 0 0 -15px; /* is width and height divided by two */
}

.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* preloader end */

@media (max-width: 2000px) {
	/*.tagline { max-width: 700px; }*/
	.logo-block{ height: 120px; width: auto; }
	.title1 { font-size: 40px; }
	.title2 { font-size: 65px; }
	.title3 { font-size: 85px; }
	.title4 { font-size: 45px; }
	.tagline h1{ font-size: 40px; }
	label { font-size: 18px; }
	p.age { font-size: 25px; }
	p.medium { font-size: 20px; }
	.submit { font-size: 16px; padding: 10px 25px 5px; }
	#banner {
		background-image: url(../imgs/banner2000.jpg);
		height: 717px;
	}
	#main {  background-size: 400px 428px, 1500px 260px; background-position: -20px -20px, center 110%; }
	#photos { width: 80%; height: auto; }
	.red-box { margin-top: 200px; width: 600px; margin-left: 50px; }

	#whiskey { width: 350px; height: auto; }
}

@media (max-width: 1680px) {
	.logo-block{ height: 120px; width: auto; }

	/*#banner .row { height: 700px; }*/
	label { font-size: 18px; }
	.title1 { font-size: 35px; }
	.title2 { font-size: 55px; }
	.title3 { font-size: 75px; }
	.title4 { font-size: 40px; }

	.tagline h1 { font-size: 35px; }
	#banner {
		background-image: url(../imgs/banner1680.jpg);
		height: 602px;
	}
	.red-box { margin-top: 200px; width: 520px; }
	#photos { margin-top: -100px; }
	./*beer-top { max-height: 700px !important; right: -280px !important; }
	.flag-top { left: -50px !important; }*/

	/*#stats { height: 650px !important; }*/

	.checkbox-xl .custom-control-label { padding-top: 20px !important; }

	#bottle { width: 320px; right: -350px; }
}

@media (min-width: 1280px) and (max-width: 1480px) {

	/*.logo-block{ max-width: 170px; }*/
	/*.tagline { max-width: 600px; }*/
	.title1 { font-size: 25px; }
	.title2 { font-size: 45px; }
	.title3 { font-size: 65px; }
	/*.title5 { font-size: 25px; }*/
	label { font-size: 16px; }
	.tagline h1 { font-size: 30px; }
	#banner {
		background-image: url(../imgs/banner1440.jpg);
		height: 516px;
	}
	.red-box { margin-top: 120px; width: 480px; }
	#photos { margin-top: -100px; width: 65%; }
	p.age { font-size: 18px; }
	p.medium { font-size: 17px; }

	#main {  background-size: 280px 300px, 1200px 208px; background-position: -40px -20px, center 107%; }

	#whiskey { width: 250px; height: auto; }

	/*#banner .row { height: 600px; }*/
	/*.banner-text { padding-top: 80px !important; }
	.beer-top { max-height: 600px !important; right: -180px !important; }
	.flag-top { left: -20px !important; }

	.stat1 { font-size: 25px; margin-bottom: 10px; }
	.stat2 { font-size: 70px; line-height: 0.9; }
	.stat3 { font-size: 20px; }*/

	/*.col-sm-10, .col-sm-12 { flex: 0 0 75%; max-width: 75%; }*/

	.enter-here { max-width: 500px !important; }

	/*#bottle { width: 300px; right: -300px; }*/
}

@media (max-width: 1200px) {
	/*.title1{ font-size: 30px; }
	.title2{ font-size: 20px; }*/

	#main { background-image: none; }
}

@media (max-width: 768px) {

	.banner-image:after { background-image: none; }
	/*#top-brush { padding-top: 40px; }*/
	#main { padding-top: 0 !important; padding-bottom: 0; background-image: none !important; }
	#main .p-5 { padding-left: 15px !important; padding-right: 15px !important; padding-top: 0px !important; padding-bottom: 0px !important;  }
	#whiskey { display: none; }
	
	.logo-block { position: relative; left: 0; top: 0; max-width: 100%; text-align: center;  }
	.logo-block .logo { height: 100px; margin: 0 auto; }

	#top-social { margin: 0 auto 20px; text-align: center; padding-left: 0; }

	.enter-here { width: 100% !important; }

	.tagline, .tagline span { display: inline; }

	.title1{ font-size: 23px; }
	.title2{ font-size: 35px; }
	.title3{ font-size: 48px; }
	.title4 { font-size: 22px; }

	.title5 { font-size: 35px; }
	.title6 { font-size: 35px; }
	label { font-size: 17px; }
	p.age { font-size: 17px; }
	p.small { text-align: center; }
	/*#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; }

	#prize { margin-bottom: 20px; width: 100%; margin-left: 0px; }
	ul.lock { margin-bottom: 0; }

	#photos { margin-top: -40px; }

	form { margin: 40px 0; }
	.submit { font-size:17px; padding: 5px 30px 0; }

	#footer p, .copyright{ margin-bottom: 15px; font-size: 11px; }
	.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: 21px;
  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: #070707;
	/*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: 50px; }

.tooltipp {
  display: none;
  position: absolute;
  /*border: 1px solid #333;*/
  background-color: var(--color-brown);
  color: var(--color-white);
  border-radius: 5px;
  padding: 5px 10px;
}
/*p.tooltip{
  text-align: center;
  position: absolute;
  width: 200px;
  left: 160px;
  top: 30px;  
}*/

/* */
/* Slider */
/* Slideshow container */
#slide-container {
 position: relative;
 max-width: 800px; /* responsiveness */
}/* First element to be in block mode for responsiveness */
#slide-first-element {
 display: block; /* to get the dimensions set */
 width: 100%;
 height: auto;
}/* Other element to be in absolute position */
#slide-element-2,
#slide-element-3 {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}/* Style images */
.slide-image {
 width: 100%;
 /*border-radius: 20px;*/
}/* Style text */
.slide-text {
 position: absolute;
 bottom: 10px;
 background-color: #0042b1bb;
 color: white;
 width: 100%;
 text-align: center;
 font-size: 1.5rem;
}/* Animation settings for individual elements */
/* For more images the animations have to be adjusted */
#slide-first-element {
 animation: fade-1 10s infinite;
 -webkit-animation: fade-1 10s infinite;
}#slide-element-2 {
 animation: fade-2 10s infinite;
 -webkit-animation: fade-2 10s infinite;
}#slide-element-3 {
 animation: fade-3 10s infinite;
 -webkit-animation: fade-3 10s infinite;
}
/* and more if there are more slides to show */@keyframes fade-1 {
 0% { opacity: 1; }
 33% { opacity: 0; }
 66% { opacity: 0; }
 100% { opacity: 1; }
}@keyframes fade-2 {
 0% { opacity: 0; }
 33% { opacity: 1; }
 66% { opacity: 0; }
 100% { opacity: 0; }
}@keyframes fade-3 {
 0% { opacity: 0; }
 33% { opacity: 0; }
 66% { opacity: 1; }
 100% { opacity: 0; }
}/* example for a 4th slide */
@keyframes fade-4 {
 0% { opacity: 0; }
 25% { opacity: 0; }
 50% { opacity: 0; }
 75% { opacity: 1; }
 100% { opacity: 0; }
}