.basic-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in-out 300ms;
}
.basic-popup.show {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
}
.basic-popup .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.basic-popup .close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 17px;
  background: url(/images/icn-close-destak.png) no-repeat center;
  background-size: 36px 36px;
  width: 50px;
  height: 50px;
  display: block;
  opacity: .8;
}
.basic-popup .close:hover {
  opacity: 1;
}
.basic-popup .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#age-check-form {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  top: 25%;
  text-align: center;
  color: #4e4e4e;
  /*	box-shadow: 0 0 20px #ccc;
	background: #fff;*/
}
#age-check-form img {
  width: 200px;
}
#age-check-form .title {
  font-size: 42px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
}
#age-check-form .text {
  padding: 40px 0;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
#age-check-form .actions .btn {
  margin: 0 auto;
  width: 200px;
}
#age-check-form .actions label {
  padding-top: 45px;
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
}
#age-check-form .actions label input {
  margin-left: 10px;
}
.basic-popup .btn{
	line-height: 1.4;
	font-family: 'TradeGothicLTStd-Extended';
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	background: #e1c478;
	border:0;
	padding: 10px;
}










#book-now-popup .overlay{
	background: rgba(0,0,0,0.8);
}
#book-now-popup .close {
  background-image: url(/images/icn-close-dark.svg);
  top: 16px;
}
#book-now-popup .img img {
  width: 100%;
}
#book-now-popup .text {
  text-align: center;
  color: #4a4a4a;
  background: #fff;
  padding: 16px 32px;
}
#book-now-popup .sep {
  margin: 16px  auto;
  width: 190px;
  border-bottom: 1px solid #BD8647;
}
#book-now-popup .big {
  font-size: 16px;
  line-height: 20px;
  margin: 16px 0;
}
#book-now-popup .small {
  line-height: 20px;
}

#book-now-popup .btn {
  display: block;
  max-width: 200px;
  padding: 12px 0;
  margin: 32px auto 0;
  background: #cda664;
  text-transform: uppercase;
  color: #fff;
  border: 0;
}

#book-now-popup.show{
	display: flex !important;
	align-items: center;
}
	
@media only screen and (max-width: 860px) {
  #book-now-popup .content {
    padding: 16px;
	max-width: 340px;
	overflow: auto;
	margin: 0 auto;
	height: auto;
  }
  #book-now-popup .img {
    height: 252px;
    overflow: hidden;
  }
  
  #book-now-popup .text img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 861px) {
  #book-now-popup .content {
    width: 742px;
    height: 432px;
    margin: 48px auto;
  }
  #book-now-popup .content:before,
  #book-now-popup .content:after {
    content: " ";
    display: table;
  }
  #book-now-popup .content:after {
    clear: both;
  }
  #book-now-popup .content:before,
  #book-now-popup .content:after {
    content: " ";
    display: table;
  }
  #book-now-popup .content:after {
    clear: both;
  }
  #book-now-popup .img {
    float: left;
    width: 340px;
  }
  #book-now-popup .text {
    box-sizing: border-box;
    float: left;
    width: 370px;
    height: 100%;
    padding: 48px;
  }
  #book-now-popup .close {
    top: 0px;
    right: 32px;
  }
}





@media only screen and (max-width: 640px) {
	#ageCheck fieldset{
		position: absolute !important;
		top: 16px;
		left: 16px;
		right: 16px;
		width: auto  !important;
	}
	
	#reservation-form #id_stourLanguage, 
	#reservation-form div.alert,
	#reservation-form textarea,
	#reservation-form select,
	#reservation-form input[type=text],
	#reservation-form input[type=email]{
		width: auto !important;
	}
}




