body {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1.0) 100%), url('../images/nassjo_bg.jpg');
}

h3 {
	
}

.container-box {
	margin-top: 0px;
}

.center-color {
	color: #b61f2f;
}

footer a:hover {
	color: #b61f2f;
}

footer .fa:hover {
	color: #b61f2f;
}

footer .fas:hover {
	color: #b61f2f;
}

footer .fab:hover {
	color: #b61f2f;
}

.btn {
	background-color: #b61f2f;
	color: #fff;
}

.ui-widget-header {
    border: 1px solid #aaaaaa!important;
    background: #b61f2f!important;
    color: #fff!important;
    font-weight: bold!important;
}

.ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #b61f2f!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #b61f2f!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.btn-part-1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/nassjo_boka_bowling.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-shadow: #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px,
             #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px;
}

.btn-part-1:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/nassjo_boka_bowling.jpg);
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-1.active {
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-1.active:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/nassjo_boka_bowling.jpg);
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/nassjo_boka_shuffleboard.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-shadow: #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px,
             #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px;
}

.btn-part-2:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/nassjo_boka_shuffleboard.jpg);
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-2.active {
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-2.active:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/nassjo_boka_shuffleboard.jpg);
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/nassjo_boka_dart.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-shadow: #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px,
             #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px;
}

.btn-part-3:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/nassjo_boka_dart.jpg);
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-3.active {
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-part-3.active:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/nassjo_boka_dart.jpg);
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255,255,255,0.0);
  border: 3px solid #b61f2f;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255,255,255,0.0);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: rgba(255,255,255,0.0);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-rooms-1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bunker.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-shadow: #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px,
             #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px;
}

.btn-rooms-1:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/bunker.jpg);
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-1.active {
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-1.active:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/bunker.jpg);
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/tesla_mystery.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-shadow: #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px,
             #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px;
}

.btn-rooms-2:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/tesla_mystery.jpg);
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-2.active {
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-2.active:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/tesla_mystery.jpg);
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/zombie_lab.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-shadow: #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px,
             #000 0px 0px 10px,   #000 0px 0px 10px,   #000 0px 0px 10px;
}

.btn-rooms-3:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/zombie_lab.jpg);
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-3.active {
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

.btn-rooms-3.active:hover {
	background-image: linear-gradient(rgba(182, 31, 47, 1.0), rgba(182, 31, 47, 1.0)), url(../images/zombie_lab.jpg);
	background-color: #000000;
	text-shadow: none;
	transition: all ease 0.0s!important;
}

/*
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
	.modal {
	  position: relative;
	  top: auto;
	  left: auto;
	  transform: none;
	  overflow-y: scroll;
	}
}
*/

.modal-title {
	color: #fff;
}

.modal-content {
	background-color: #fff;
	color: #fff;
	border: 2px solid #000000;
	height: 100%;
}

.modal-open .modal {
	overflow: hidden;
}

.close {
	color: #000;
	opacity: 1;
}

.close:hover {
	color: #000000;
	opacity: 1;
}

.modal-header {
	border: none;
	padding: 20px;
}

.modal-body {
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-footer {
	border: none;
}

button.close {
	color: #fff;
}

#escape-content-1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(53, 53, 53, 1.0)), url('../images/bunker_lg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#escape-content-2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(53, 53, 53, 1.0)), url('../images/tesla_mystery_lg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#escape-content-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(53, 53, 53, 1.0)), url('../images/zombie_lab_lg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.escape-links:hover {
	cursor: pointer;
}

.btn-part {
    min-width: 28%!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    font-size: 26px;
    margin: 5px!important;
	font-weight: bold;
}

@media screen and (max-width: 1180px) {
	.btn-part {
		min-width: 47%!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
}

@media screen and (max-width: 820px) {
	.btn-part {
		width: 48%!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
		font-size: 18px!important;
		margin: 3px!important;
	}
}


@media screen and (max-width: 767px) {
	.btn-part {
		width: 100%!important;
	}
}

.blocks .btn-hours {
	min-width: 100px;
}

@media screen and (max-width: 1180px) {
	.blocks .btn-hours {
		min-width: 125px;
	}
}

@media screen and (max-width: 820px) {
	.blocks .btn-hours {
		width: 100%;
	}
}

.blocks .btn-times {
	font-size: 18px;
	margin-bottom: 10px!important;
	margin-right: 10px!important;
	padding-bottom: 20px!important;
}

@media screen and (max-width: 767px) {
	.blocks .btn-times {
		min-width: 82px!important;
	}
}

.explanation-text-guests {
    font-size: 16px;
    line-height: 20px!important;
	font-weight: normal!important;
	margin-top: 5px;
}

#datepicker-text {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.container-box-summary {
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.container-box-summary {
		margin-left: 15px;
		margin-right: -5px;
	}
}

.btn-group, .btn-group-vertical {
	display: block;
}

.btn-group>.btn, .btn-group-vertical>.btn-guests {
    position: relative;
    float: none;
}

.btn-guests, .btn-times, .btn-lanes {
    min-width: 70px!important;
    margin: 0px!important;
}

#continue-button {
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	#continue-button {
		margin-left: 15px;
		margin-right: -5px;
	}
}

.continue-button {
	width: 100%;
	border: none;
}

.continue-button:hover {
	background-color: #b61f2f;
	border: none;
	color: #000;
}

#step2-container #back-button {
    width: 100%;
    border-color: #b61f2f;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	#step2-container #back-button {
		background-color: rgba(0, 0, 0, 0.0);
		color: #b61f2f;
		border: none;
		/* margin-left: -50px; */
		margin-top: 10px;
		float: left;
	}
}

hr {
	border-top: 1px solid #fff!important;
}

@media screen and (max-width: 767px) {
	#activity_header {
		text-align: left;
	}
}