/* Meriq specific css */

@font-face {
  font-family: "ReklameScriptW00-Medium";
  src: url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/5af7511a-dccc-450d-b2a2-bb8e3bb62540.eot?#iefix");
  src: url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/5af7511a-dccc-450d-b2a2-bb8e3bb62540.eot?#iefix") format("eot"),url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/05b176f5-c622-4c35-af98-c0c056dd5b66.woff") format("woff"),url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/9dcb5a3c-1c64-4c9c-a402-995bed762eb7.ttf") format("truetype"),url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/1e87d66a-d7f1-4869-8430-51662777be57.svg#1e87d66a-d7f1-4869-8430-51662777be57") format("svg");
}

/* DESTROY STUPID DROPDOWN CHANGING LOOKZ */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.release-banner-top {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: repeating-linear-gradient(135deg, #cf3e34, #cf3e34 10px, #eb746c 10px, #eb746c 20px); 
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	text-align: center;
	z-index: 999999;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.release-banner-bottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: repeating-linear-gradient(135deg, #cf3e34, #cf3e34 10px, #eb746c 10px, #eb746c 20px);
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	text-align: center;
	z-index: 999999;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 99;
}

.release-header {
	color: #fff;
	opacity: 1.0!important;
}

.release-text {
	color: #fff;
	opacity: 1.0!important;
}

h1,
h2,
h3 {
	color: #fff;
    line-height: 180%;
    margin: 0 0 10px 0;
    font-weight: normal;
    /* font-family: 'Fascinate', cursive; */
    font-family: 'Lilita One', cursive;
    margin-bottom: 0;
    clear: both;
    padding: 0;
    vertical-align: baseline;
}

h3 {
	font-family: 'Lilita One', cursive;
	font-size: 32px;
	font-weight: normal;
}

h4 {
	color: #fff;
	font-weight: normal;
	font-family: 'Open Sans', cursive;
	font-size: 24px;
}

@media screen and (max-width: 1180px) {
	h3 {
		font-size: 30px;
	}
}

@media screen and (max-width: 820px) {
	h1 {
		line-height: 40px;
		margin-bottom: 10px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 22px;
	}
}

.center-header {
    font-family: 'Bagel Fat One', cursive;
    font-weight: 100;
    color: #fff;
    margin-top: -159px;
    /* margin-left: -110px; */
    font-size: 60px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 50px;
    line-height: 45px;
    margin-left: 35px;
}

@media screen and (max-width: 767px) {
	.center-header {
		font-size: 50px;
		margin-top: -110px;
		margin-bottom: 10px;
		line-height: 45px;
		margin-left: 10px;
	}
}

.page-header {
	font-family: 'Lilita One', cursive;
	font-size: 42px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.form-control {
	max-width: 230px;
	margin-bottom: 5px;
	background-color: #eee;
	border: 1px solid #000;
}

@media screen and (max-width: 767px) {
	.form-control {
		font-size: 16px; /* Förhindrar att safari/iphone zoomar när man klickar på en input */
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.form-control-goh {
		font-size: 16px; /* Förhindrar att safari/iphone zoomar när man klickar på en input */
	}
}

.alert {
	padding: 5px 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}


.alert-success {
	background-color: rgba(0, 188, 140, 0.6);
	color: #fff;
	font-size: 16px;
	padding: 0px 0px 0px 15px;
	line-height: 45px;
	margin-bottom: 15px;
}

.control-label {
	margin-top: 11px;
}

@media screen and (max-width: 767px) {
	.control-label {
		margin-top: 0px;
	}
}

/* Detta används på <p> när det är mobilt, dock är det en dålig ide då vi hårdkodar färgen och inte baserar den på valt tema */
@media screen and (max-width: 767px) {
	.responsive-header {
		color: #fff;
	}
}


.btn {
	font-family: 'Lilita One', cursive;
	background-color: #fff;
	border-color: #fff;
	color: #000;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
}


.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background-color: #065484;
	border-color: #065484;
	color: #FFF;
}

.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
	background-color: #065484;
	border-color: #065484;
	color: #FFF;
}

.btn:hover {
	background-color: #065484;
	border-color: #065484;
	color: #FFF;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;
}
	
a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:focus, a:hover, a:active, a:active:hover {
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

body {
	font-size: 18px!important;
    line-height: 28px!important;
    font-weight: 300!important;
	color: #fff;
    font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
	background-color: #3a3535;
	background-color: #041c2c;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(4, 28, 44, 1.0) 90%), url('../images/bowling_bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	background-attachment: fixed;
}

@media screen and (max-width: 1180px) {
	body {
		font-size: 16px!important;
	}
}

p {
    margin: 0px 0 5.5px;
}

.main-container {
	background-color: #fff;
}

div.container {
	background-color: rgba(255, 255, 255, 0.0);
	/*
	margin-top: -1023px;
	box-shadow: 5px 5px 5px #888888;
	background-color: #161616;
	background-image: url('../images/bg_container.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	*/
}

.container-wrapper {
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0 5px 5px rgb(0 0 0 / 60%);
	box-shadow: 3px 4px 32px 0px rgb(0 0 0 / 75%);
	border-radius: 5px;
}

.container-wrapper-summary {
	font-size: 16px;
	padding: 20px;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0 5px 5px rgb(0 0 0 / 60%);
	box-shadow: 3px 4px 32px 0px rgb(0 0 0 / 75%);
}

.container-wrapper-start {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	color: #fff;
}

.container-wrapper-start .fas {
	font-size: 28px;
}

@media screen and (max-width: 767px) {
	
	.container-wrapper {
		margin-bottom: 10px;
	}
		
	.container-wrapper-start {
		margin: -15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.container-wrapper-birthday {
	
}

@media screen and (max-width: 767px) {
	.container-wrapper-birthday {
		margin: -15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


.container-wrapper-start hr {
	border-top: 1px solid #fff;
}

.container-wrapper-start h3 {
	color: #fff;
}

.img {
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Player monitor */
#namebox {
	position: relative;
	left: 0px;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 800px;
	height: 390px;
	background: #ffffff;
}

#nameblock1{
	z-index: 20
}

#themonitor {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#thenames{
	position: absolute;
	left: 17px;
	top: 2px;
	z-index: 20;	
}

#themonitorbackground {
	position: absolute;
	left: 22px;
	top: 21px;
	z-index: 5;
}

#thelanenumber{
	position: absolute;
	left: 24px;
	top: 24px;
	font-family: Verdana, Arial;
	font-size: 11pt;
	width: 30px;
	text-align: center;
	color: #000000;
	z-index: 20;
	font-weight: bold;
}

#thelanenumbershadow{
	position: absolute;
	left: 25px;
	top: 25px;
	font-family: Verdana, Arial;
	font-size: 11pt;
	width: 30px;
	text-align: center;
	color: #ffffff;
	z-index: 19;
	font-weight: bold;
}

#theframenumbers{
	position: absolute;
	left: 57px;
	top: 64px;
	z-index: 20;
}

.oneplayername {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 58px;
	top: 0px;
	width: 139px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_hcp {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 198px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_ser {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 249px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_tot {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 300px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.oneframe {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 0px;
	top: -2px;
	width: 27px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.tenthframe {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 252px;
	top: -2px;
	width: 41px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

#gamenumber {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #ffffff;
	left: 304px;
	top: 51px;
	width: 51px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	z-index: 20;
}

#playernames {
	border: 2px solid #000000;
	background-color: #eeeeee;
	margin-top: 2px;
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

#body_background {
	position: absolute;
	margin-top: 333px;
	width: 100%;
	z-index: -10;
	height: 200px;
	background-image: url('../images/pattern2.jpg');
	background-repeat: repeat-x;
}

.container-shape {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
	background: radial-gradient(ellipse at center,#313131 0,#131313 100%);
}

.form-control-dropdown {
    height: 45px;
    padding: 10px 15px;
	margin-right: 10px;
	margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #eee;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-dropdown:hover {
	cursor: pointer;
}

ul {
	padding-left: 20px;
}

hr {
	border-top: 1px solid #fff;
}

.fa {
	margin-top: -5px;
	font-size: 20px!important;
	padding-right: 10px;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.fa {
		margin-top: -5px;
		font-size: 20px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
}

.fa:hover {
	color: #239feb;
	cursor: pointer;
}

.fa .fa-phone {
	font-size: 24px;
}

.fa-exclamation-triangle {
	font-size: 16px!important;
	color: red;
	margin-bottom: 0px;
}

.fab:hover {
	color: #239feb;
	cursor: pointer;
}

.fas:hover {
	color: #239feb;
	cursor: pointer;
}

.responsive-header .fa {
	padding-top: 4px;
}

.type-wrapper {
	/*
	background-color: rgb(234, 234, 234);
	*/
	margin-bottom: 20px;
	border-radius: 0px;
	opacity: 1.0;
}

@media screen and (max-width: 767px) {
	.type-wrapper {
		padding-bottom: 15px;
	}
}

.type-wrapper:hover {
	box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 12px 0px!important;
	opacity: 1.0;
}

.package-wrapper {
	background-color: #065484;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 4px 6px 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0px;
	padding-bottom: 0px;
	color: #fff;
}

.price-wrapper {
	float: right;
}

.package-wrapper:hover {
	cursor: pointer;
	/*
	background-color: #000;
	color: #fff;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
	*/
}

.package-wrapper-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -80px;
}

@media screen and (max-width: 767px) {
	.package-wrapper {
		min-height: auto;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.package-wrapper-top-picks {
	background-color: rgb(234, 234, 234);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.package-wrapper-top-picks:hover {
	cursor: pointer;
	background-color: #065484;
	color: #fff;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

@media screen and (max-width: 767px) {
	.package-wrapper-top-picks {
		min-height: auto;
	}
}

.type-image {
	margin-left: -15px;
}

@media screen and (max-width: 767px) {
	.type-image {
		margin-left: 0px;
		padding-top: 15px;
	}
}

.type-text {
	padding-left: 0px;
	margin-left: -50px;
}

@media screen and (max-width: 767px) {
	.type-text {
		padding-left: 15px;
		margin-left: 0px;
	}
}

.type-wrapper .btn {
	background-color: #fff;
	border-color: #fff;
	color: #065484;
	border-radius: 0px;
	padding: 0px;
	font-style: italic;
	
}

.type-wrapper .btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #065484;
	border-radius: 0px;
	padding: 0px;
}


#type-wrapper-0 {
	margin: 5px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #065484;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-0 .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: #fff;
	color: #065484;
}

#type-wrapper-0 .img-responsive {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
	#type-wrapper-0 .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-0:hover {
	background-color: #fff;
	cursor: pointer;
}

#type-wrapper-0 h3 {
	color: #065484;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-0 h3 {
		color: #065484;
		font-size: 28px;
	}
}


#type-wrapper-1 {
	margin: 5px;
	margin-bottom: 20px;
	/*background-color: #f68c31;*/
	background-image: linear-gradient(#f57e17, #f68c31);
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-1 .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: #f68c31;
	color: #fff;
}

#type-wrapper-1 .img-responsive {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
	#type-wrapper-1 .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-1:hover {
	background-color: #f68c31;
	cursor: pointer;
}

#type-wrapper-1 h3 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-1 h3 {
		color: #fff;
		font-size: 28px;
	}
}

#type-wrapper-2 {
	margin: 5px;
	margin-bottom: 20px;
	/*background-color: #2885c7;*/
	background-image: linear-gradient(#2170a9, #2885c7);
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-2 .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: #2885c7;
	color: #fff;
}

#type-wrapper-2 .img-responsive {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
	#type-wrapper-2 .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-2:hover {
	background-color: #2885c7;
	cursor: pointer;
}

#type-wrapper-2 h3 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-2 h3 {
		color: #fff;
		font-size: 28px;
	}
}

#type-wrapper-3 {
	margin: 5px;
	margin-bottom: 20px;
	background-image: linear-gradient(#c13846, #de4151);
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-3 .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: #de4151;
	color: #fff;
}

#type-wrapper-3 .img-responsive {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
	#type-wrapper-3 .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-3:hover {
	background-color: #de4151;
	cursor: pointer;
}

#type-wrapper-3 h3 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-3 h3 {
		color: #fff;
		font-size: 28px;
	}
}

/* NEW YEAR WRAPPER */
#type-wrapper-4 {
	margin: 5px;
	margin-bottom: 20px;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 80%), radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 100%);
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-4 .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: #de4151;
	color: #fff;
}

#type-wrapper-4 .img-responsive {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
	#type-wrapper-4 .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-4:hover {
	background-color: #de4151;
	cursor: pointer;
}

#type-wrapper-4 h3 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-4 h3 {
		color: #fff;
		font-size: 28px;
	}
}

/* VALENTINE WRAPPER */
#type-wrapper-5 {
	margin: 5px;
	margin-bottom: 20px;
	background: rgb(229,37,48);
	background: linear-gradient(60deg, rgba(229,37,48,1) 7%, rgb(243 126 128) 50%);
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-5 .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: #de4151;
	color: #fff;
}

#type-wrapper-5 .img-responsive {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
	#type-wrapper-5 .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-5:hover {
	background-color: #de4151;
	cursor: pointer;
}

#type-wrapper-5 h3 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-5 h3 {
		color: #fff;
		font-size: 28px;
	}
}

/* HALLOWEEN WRAPPER */
#type-wrapper-6 {
	margin: 5px;
	margin-bottom: 20px;
	background: linear-gradient(60deg, rgb(0 0 0) 7%, rgb(168 56 203) 50%);
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-6 .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: #de4151;
	color: #fff;
}

#type-wrapper-6 .img-responsive {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
	#type-wrapper-6 .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-6:hover {
	background-color: #de4151;
	cursor: pointer;
}

#type-wrapper-6 h3 {
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
	font-family: "Creepster", system-ui;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-6 h3 {
		color: #fff;
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.type-wrapper .img-responsive {
		clip-path: none!important;
	}
}

#type-wrapper-0 h3 {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-0 .package-text {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-0 .btn {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-0:hover h3 {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-0:hover .package-text {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-0:hover .btn {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-0:hover .img-responsive {
	width: 100%;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-1 h3 {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-1 .package-text {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-1 .btn {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-1:hover h3 {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-1:hover .package-text {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-1:hover .btn {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-1:hover .img-responsive {
	width: 100%;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-2 h3 {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-2 .package-text {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-2 .btn {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-2:hover h3 {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-2:hover .package-text {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-2:hover .btn {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-2:hover .img-responsive {
	width: 100%;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-3 h3 {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-3 .package-text {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-3 .btn {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-3:hover h3 {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-3:hover .package-text {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-3:hover .btn {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-3:hover .img-responsive {
	width: 100%;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-4 h3 {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-4 .package-text {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-4 .btn {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-4:hover h3 {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-4:hover .package-text {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-4:hover .btn {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-4:hover .img-responsive {
	width: 100%;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}


#type-wrapper-5 h3 {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-5 .package-text {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-5 .btn {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-5:hover h3 {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-5:hover .package-text {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-5:hover .btn {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-5:hover .img-responsive {
	width: 100%;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}


#type-wrapper-6 h3 {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-6 .package-text {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-6 .btn {
	margin-left: -50px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-6:hover h3 {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-6:hover .package-text {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-6:hover .btn {
	margin-left: 0px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

#type-wrapper-6:hover .img-responsive {
	width: 100%;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

@media screen and (max-width: 767px) {
	.type-wrapper h3 {
		margin-left: 0px!important;
	}
	.package-text {
		margin-left: 0px!important;
	}
	.type-wrapper .btn {
		margin-left: 0px!important;
	}
	.type-wrapper .img-responsive {
		width: 100%!important;
	}
}

.packageSelected {
	/*
	background-color: #000;
	color: #fff;
	*/
}

.packageNotSelected {
	opacity: 0.4;
}

.packageNotSelected:hover {
	opacity: 1.0;
}

.packagePriceNotSelected {
	opacity: 0.4;
}

.packagePriceNotSelected:hover {
	opacity: 1.0;
}

.addon-wrapper {
	background-color: #065484;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #fff;
}

.addon-wrapper-package {
	background-color: #065484;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #fff;
}

.addon-wrapper-package h3 {
	color: #fff;
}

.addon-wrapper-package .form-control {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.addon-wrapper {
		background-color: #065484;
		box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
		margin-top: 10px;
		border-radius: 0px;
		padding-bottom: 15px;
		padding: 10px;
	}
}

.addon-wrapper:hover {
	background-color: #065484;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	margin-top: 10px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

.addon-wrapper h3 {
	color: #fff;
	margin-top: 0px;
	font-size: 24px;
}

.addon-wrapper h4 {
	color: #fff;
}

@media screen and (max-width: 1180px) {
	.addon-wrapper h4 {
		color: #fff;
		font-size: 20px;
	}
}

.addon-image {
	margin-left: -15px;
}

.addon-image-package {
	padding: 0px;
	padding-left: 0px;
}

.addon-package-info {
	font-style: italic;
}

@media screen and (max-width: 767px) {
	
	.addon-wrapper-package {
		padding-bottom: 15px;
    }
	
	.addon-wrapper-package .control-label {
		margin-top: 15px;
	}
	
	.addon-wrapper-package .addon-image-package {
		padding-top: 0px;
		margin-left: 0px;
	}
	
	.addon-wrapper h3 {
		font-size: 22px;
	}
	.addon-package-text{
		font-size: 16px;
	}
	.addon-image {
		margin-left: 15px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 1180px) {
	.addon-package-text h3 {
		font-size: 26px;
	}
	.addon-package-info {
		font-size: 12px;
		line-height: 15px;
	}
}

@media screen and (max-width: 820px) {
	.addon-package-text h3 {
		font-size: 20px;
	}
}

.addon-wrapper .form-control {
	background-color: #fff;
	box-shadow: none;
	margin-top: 15px;
}

.extras-text {
	font-size: 14px;
}

.addon-text-wrapper {
	padding-top: 10px;
	color: #fff;
}

.addon-text {
	font-size: 12px;
	color: #fff;
	line-height: 14px;
    margin-top: -10px;
    font-style: italic;
}

@media screen and (max-width: 767px) {
	.addon-text {
		margin-top: -5px;
		font-size: 12px;
	}
	.addon-text-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.addon-price-text{
		font-size: 16px;
	}
}

.guest-buttons {
	width: 80px;
	padding: 10px;
	font-size: 20px;
	margin: 2px;
}

@media screen and (max-width: 767px) {
	.guest-buttons {
		width: 60px;
		padding: 10px;
	}
}

.guestsSelected {
	background-color: #065484!important;
	border-color: #065484!important;
	color: #fff;
}

.guestsNotSelected {
	opacity: 1.0;
}

.guestsNotSelected:hover {
	opacity: 1.0;
}

.time-buttons {
	width: 110px;
	padding: 10px;
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.time-buttons {
		width: 44%;
		padding: 10px;
		margin: 5px;
	}
}

.timeSelected {
	background-color: #065484!important;
	border-color: #065484!important;
}

.timeNotSelected {
	opacity: 1.0;
}

.timeNotSelected:hover {
	opacity: 1.0;
}

.gender-buttons {
	width: 80px;
	padding: 10px;
	font-size: 20px;
}

.genderSelected {
	background-color: #065484!important;
	border-color: #065484!important;
}

.genderNotSelected {
	opacity: 1.0;
}

.genderNotSelected:hover {
	opacity: 1.0;
}

.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 #fff;
  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);
}

footer {
	margin: 25px 0;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

footer a {
	color: #fff;
}

footer .fa {
	color: #fff;
}

.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-content {
	background-color: #fff;
	color: #000;
	border: 2px solid #065484;
	height: 100%;
}

.modal-open .modal {
	overflow: hidden;
}

.close {
	color: #000;
	opacity: 1;
}

.close:hover {
	color: #065484;
	opacity: 1;
}

.modal-header {
	border: none;
	padding: 20px;
}

.modal-body {
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-footer {
	border: none;
}

#faq-modal {
	top: 0%;
	left: 0%;
	transform: translate(-0%, -0%);
	width: auto;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	/*background-image: linear-gradient(0deg, rgb(42, 98, 175) 0%, rgb(95, 159, 211) 100%) !important;*/
	background-color: #065484;
	color: #fff;
}

.panel-heading {
    padding: 5px 5px 0 5px;
}

.panel-body {
    padding: 15px;
	background-color: #065484;
}

.bull-color {
	color: #065484;
}

.error-text {
	font-size: 16px;
	color: red;
	font-style: italic;
}

@media screen and (max-width: 767px) {
	.birthday-form {
		/*width: 100%;*/
	}
}

.ui-datepicker th {
	padding: 0px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}

@media screen and (max-width: 767px) {
	.ui-datepicker {
		width: 15em!important;
		padding: .2em .2em 0;
		display: none;
	}
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #000!important;
    background: #065484!important;
    font-weight: normal!important;
    color: #fff!important;
}

#ui-state-active-start {
	border: 1px solid #eee!important;
    background: #fff!important;
    font-weight: normal!important;
    color: #000!important;
}

.ui-widget-header {
    border: 1px solid #aaaaaa!important;
    background: #065484;
    color: #fff!important;
    font-weight: bold!important;
}

.ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #065484!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #065484!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #000!important;
    background: #065484!important;
	opacity: 0.7;
    color: #fff!important;
}

.package-text {
	font-size: 16px;
	margin-top: -5px;
	line-height: 20px;
}

.hours-text {
	font-size: 17px;
}

@media screen and (max-width: 1180px) {
	.hours-text {
		font-size: 14px;
		line-height: 22px;
	}
}

.ui-widget-content {
    border: 1px solid #ccc!important;
    /*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
    color: #222222;
    font-size: 17px!important;
}

@media screen and (max-width: 1180px) {
	.ui-widget-content {
		font-size: 13px!important;
	}
}

@media screen and (max-width: 820px) {
	.ui-widget-content {
		font-size: 14px!important;
	}
}

@media screen and (max-width: 767px) {
	.ui-widget-content {
		font-size: 18px!important;
	}
}

#theBirthdayForm .ui-widget-header {
    border: 1px solid #aaaaaa!important;
    background: #065484!important;
    color: #fff!important;
    font-weight: bold!important;
}

#theBirthdayForm .ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #065484!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

#theBirthdayForm .ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #065484!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.mobile-welcome-text {
	font-size: 26px;
}

.picture-text {
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
	.picture-text {
		margin-top: 0px;
	}
	.contact-row {
		margin-top: 15px;
	}
}

.blocks .btn-primary {
    padding: 12px 12px;
    margin: 2px 5px;  
    border-radius: 0;
	min-width: 70px;
}

.blocks .btn-times {
	width: 100px;
	font-size: 18px;
	margin-bottom: 10px!important;
	margin-right: 10px!important;
	padding-bottom: 20px!important;
}

.btn-times-activity {
	background-color: #f68c31;
	color: #fff;
}

.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 {
		min-width: 154px;
	}
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 820px) {
	.btn-group, .btn-group-vertical {
		/*margin-left: 8px;*/
	}
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: 0px;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #065484;
    border-color: #065484;
	border-radius: 5px;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #065484;
    border-color: #065484;
	border-radius: 5px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 5px;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
     border-radius: 5px;
}

#body_background {
	position: absolute;
	margin-top: 333px;
	width: 100%;
	z-index: -10;
	height: 200px;
	background-image: url('../images/pattern2.jpg');
	background-repeat: repeat-x;
}

#top-image {
	/*
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(53, 53, 53, 1.0)), url('../images/bowling_bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 1065px;
	box-shadow: inset 3px 4px 32px -14px rgb(0 0 0 / 75%);
	border-top: 5px solid #065484;
	*/
}

#top-logo-dreamland .img-responsive {
	margin-bottom: -30px;
	max-width: 250px;
	margin-left: -180px;
	margin-top: 20px;
}

@media screen and (max-width: 820px) {
	#top-logo-dreamland .img-responsive {
		max-width: 250px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	#top-logo-dreamland .img-responsive {
		max-width: 200px;
		margin-left: 0px;
	}
}

#top-logo .img-responsive {
	margin-bottom: -30px;
	max-width: 400px;
}

@media screen and (max-width: 820px) {
	#top-logo .img-responsive {
		max-width: 250px;
	}
}

@media screen and (max-width: 767px) {
	#top-logo .img-responsive {
		max-width: 200px;
	}
}

.top-header {
	font-family: 'Lilita One', cursive;
	color: #fff;
	font-weight: normal;
	font-size: 46px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
	.top-header {
		font-size: 30px;
	}
}

.start-headers {
	font-family: 'Lilita One', cursive;
	color: #fff;
	font-weight: normal;
	font-size: 36px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	padding-left: 5px;
	margin-bottom: -5px;
}

@media screen and (max-width: 1180px) {
	.start-headers {
		font-size: 32px;
	}
}

#datepicker-text {
	margin-top: 18px;
}

.package-row {
	margin-left: -30px;
	margin-right: -30px;
}

.package-wrapper-packages {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 4px 6px 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0px;
	padding-bottom: 10px;
	/*min-height: 640px;*/
	color: #000;
}

@media screen and (max-width: 767px) {
	.package-wrapper-packages {
		background-color: #eee;
	}
}

@media screen and (max-width: 767px) {
	.blocks .btn-primary {
		width: 100%;
	}
	
	.blocks .btn-lanes {
		width: 31%;
	}
}

@media screen and (max-width: 1180px) {
	.blocks .btn-times {
		width: 95px;
	}
}

@media screen and (max-width: 820px) {
	.blocks .btn-times {
		width: 96px;
	}
}

@media screen and (max-width: 767px) {
	.blocks .btn-times {
		width: 45% !important;
	}
}

.blocks .btn-guests {
	min-width: 58px;
}


@media screen and (max-width: 1180px) {
	.blocks .btn-guests {
		min-width: 60px;
	}
}

@media screen and (max-width: 820px) {
	.blocks .btn-guests {
		min-width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.blocks .btn-guests {
		width: 22%!important;
	}
}

.explanation-text {
	font-size: 14px;
	line-height: 20px!important;
}

.explanation-text-guests {
	font-size: 16px;
	line-height: 20px!important;
}


@media screen and (max-width: 1180px) {
	.information-text {
		font-size: 14px;
		line-height: 20px!important;
	}
}

.meriq-text {
	font-size: 10px;
	line-height: 20px!important;
	margin-top: 10px;
}

.center-color {
	/*color: #065484;*/
	color: #239feb;
}

.popular-tag {
	float: left;
	position: absolute;
	left: 10px;
	top: 36px;
	z-index: 199;
	background-color: rgba(0, 0, 0, 0.6);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	color: #fff;
	font-size: 12px;
	font-style: italic;
}

@media screen and (max-width: 767px) {
	.popular-tag {
		left: 0px;
		top: 20px;
	}
}

.price-tag {
    float: left;
    position: absolute;
    left: 0px;
    top: 42px;
    z-index: 800;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    font-size: 12px;
    text-transform: lowercase;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-style: italic;
}

.price-tag-center {
    float: left;
    position: absolute;
    left: 0px;
    top: 37px;
    z-index: 800;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    font-size: 12px;
    text-transform: lowercase;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-style: italic;
}

.value-tag {
	float: right;
	position: absolute;
	right: -15px;
	top: 42px;
	z-index: 1000;
	background-color: rgba(168, 16, 16, 1.0);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	color: #fff;
	font-size: 12px;
	font-style: italic;
}

.start-tag {
	font-family: 'Lilita One', cursive;
    float: right;
    position: absolute;
    right: 20px;
    top: 325px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 22px;
    font-style: italic;
	border-top-left-radius: 10px;
	border: 1px solid #000;
}

.start-tag .fa-star {
	color: #d9c170;
}

.heart-tag {
	font-family: 'Lilita One', cursive;
    float: right;
    position: absolute;
    right: 20px;
    top: 165px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 0px;
    color: #000;
    font-size: 22px;
    font-style: italic;
	border-top-left-radius: 10px;
	border: 1px solid #000;
}

.heart-tag .fa-heart {
	color: #e8139c;
}

.halloween-tag {
    font-family: 'Lilita One', cursive;
    float: right;
    position: absolute;
    right: 20px;
    top: 168px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 0px;
    color: #000;
    font-size: 16px;
    font-style: italic;
    border-top-left-radius: 10px;
    border: 1px solid #000;
}

@media screen and (max-width: 767px) {
	.halloween-tag {
		top: 240px;
	}
}

.halloween-tag .fa-ghost {
	color: #a838cb;
}

.package-tag {
	float: left;
	position: absolute;
	left: 10px;
	top: 42px;
	z-index: 1000;
	background-color: rgba(23, 152, 183, 0.0);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
	.price-tag {
		
	}
	.start-tag {
		top: 260px;
	}
	.heart-tag {
		top: 260px;
	}
}

.sticky {
	position: sticky!important;
	top: 0!important;
	padding-top: 10px;
}

@media screen and (max-width: 820px) {
	.sticky {
		position: relative!important;
		top: 0!important;
	}
}

@media screen and (max-width: 820px) {
	.sticky-birthday {
		position: relative!important;
		top: 0!important;
	}
}

@media screen and (max-width: 767px) {
	.sticky {
		position: relative!important;
		top: 0!important;
		padding-top: 0px;
	}
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 0px;
}

@media screen and (max-width: 820px) {
	.sticky {
		position: -webkit-sticky;
		position: relative;
		top: 0;
	}
}

.sticky-summary {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 10px;
	z-index: 9999;
}

#summary-container {
	display: block;
}

@media screen and (max-width: 767px) {
	#summary-container {
		display: none;	
	}
}

.sticky-summary {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 10px;
	z-index: 9999;
}

.alert-danger {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: rgba(0, 0, 0, 0.0);
	color: #e53a3a;
	line-height: 20px;
}

.rules-holder {
	padding: 20px;
}

@media screen and (max-width: 767px) {
	.rules-holder {
		min-height: auto;
	}
}

.info-wrapper {
	background-color: rgba(255, 255, 255, 0.0);
	box-shadow: rgba(0, 0, 0, 0.0) 0px 8px 12px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-radius: 0px;
	color: #fff;
	padding: 0px;
	font-size: 17px;
	/*border-left: 5px solid #065484;*/
	margin-top: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.info-wrapper {
		margin-top: 0px;
		padding: 5px;
		padding-top: 10px;
	}
}

.news-styler {
	font-style: italic;
}

@media screen and (max-width: 1180px) {
	.news-styler {
		font-size: 14px;
		line-height: 22px;
	}
}

.birthday-header {
	margin: -20px;
	margin-left: -35px;
	margin-right: -35px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-default {
    border-color: #222222;
}

.panel-default>.panel-heading {
	background-color: #222222;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
    padding: 15px;
	padding-bottom: 20px;
	background-color: #222222;
}

.panel-title a:focus, a:hover, a:active, a:active:hover {
    color: #239feb;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #222222;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #222222;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-body {
    padding: 15px;
}

.strike {
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap; 
	padding-left: 30px;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 2px;
    background: #065484;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.availability-text {
	margin-top: -10px;
	margin-left: -10px;
}

@media screen and (max-width: 1180px) {
	.availability-text {
		margin-top: -10px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 820px) {
	.availability-text {
		margin-top: -10px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 767px) {
	.availability-text {
		margin-top: -10px;
		margin-left: -10px;
	}
}

.btn-good-availability {
	border-bottom: 10px solid #01d701;
}

.btn-medium-availabilty {
	border-bottom: 10px solid #ffca54;
}

.btn-low-availability {
	border-bottom: 10px solid #ff0000;
}

.good-availability-color {
	color: #01d701;
}

.medium-availability-color {
	color: #ffca54;
}

.low-availability-color {
	color: #ff0000;
}

#availability-holder {
	padding-top: 5px;
	padding-bottom: 5px;
}

.loader-style {
	max-width: 25px;
	margin-top: 5px;
}

.btn-activity {
	font-size: 18px;
}

.activity-buttons {
	min-width: 150px;
}

@media screen and (max-width: 1180px) {
	.activity-buttons {
		min-width: 130px;
	}
}

.fa-solid {
	font-size: 18px;
}

/*
@media screen and (max-width: 1180px) {
	.ui-datepicker {
		width: 15em!important;
		padding: 0.2em 0.2em 0;
		display: none;
	}
}
*/

@media (min-width: 768px) {
	.modal-dialog {
		width: auto;
		margin: 30px auto;
	}
}

.your-reservation-header {
	font-size: 32px;
}

@media screen and (max-width: 1180px) {
	.your-reservation-header {
		font-size: 28px;
	}
}

#party-packages-div {
	margin-bottom: 40px;
}

.small-loader {
	font-size: 14px!important;
}

.btn-part {
    min-width: 48%!important;
    padding-top: 40px!important;
    padding-bottom: 40px!important;
    font-size: 30px;
	font-family: 'Lilita One', cursive;
	margin: 5px!important;
}


@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;
	}
}

.btn-rooms {
    min-width: 32%!important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
    font-size: 18px;
    font-family: 'Lilita One', cursive;
    margin-right: 6px!important;
}

@media screen and (max-width: 1180px) {
	.btn-rooms {
		min-width: 48%!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
}

@media screen and (max-width: 820px) {
	.btn-rooms {
		min-width: 100%!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
}


.fas:hover {
	color: #065484;
	cursor: pointer;
}

#activity-wrapper {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#activity-wrapper {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		padding-top: 0px;
	}
}

.fas:hover {
	color: #065484;
	cursor: pointer;
}

.activity-row {
	background-color: #065484;
    color: #fff;
    margin: 5px;
    margin-left: -2px;
    margin-right: -2px;
	padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
    border: 2px solid #000;
	font-size: 14px;
}

.activity-row:hover {
	/*background-color: #065484;
	color: #fff;
	cursor: pointer;
	*/
}

.gray-activity {
	background-color: #858585;
}

.container-box {
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 10px;
	margin-top: 0px;
	color: #fff;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #505050;
}

@media screen and (max-width: 767px) {
	.container-box {
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 20px;
	}
}

.container-box-summary {
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
	.container-box-summary {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 0px;
	}
}

.container-box-countdown {
	background-color: rgba(0, 0, 0, 1.0);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	color: #fff;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #505050;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    padding: 2px;
	border: none;
}

.activity-type {
	font-family: 'Lilita One', cursive;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
}

@media screen and (max-width: 1180px) {
	.activity-type {
		font-size: 22px;
	}
}

.activity-icons {
	margin-top: 4px;
    color: #fff;
}

@media screen and (max-width: 1180px) {
	.activity-icons {
		margin-top: 4px;
		color: #fff;
		text-align: center;
	}
}

.activity-icons .fas:hover {
	color: #f68c31;
}

.outlined {
	text-shadow: #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px;
}

.summary-holder {
	min-height: 700px;
}

@media screen and (max-width: 1180px) {
	.summary-holder {
		min-height: 850px;
	}
}

@media screen and (max-width: 767px) {
	.summary-holder {
		min-height: auto;
		background-color: #000;
		box-shadow: 0 10px 5px rgb(0 0 0 / 60%);
		margin: -15px;
		position: fixed!important;
		top: 0!important;
		width: 100%;
		padding-top: 0px!important;
		z-index: 999;
	}	
}

@media screen and (max-width: 1180px) {
	#detailsPackage-Summary b {
		font-size: 15px;
	}
}

.text-shadow {
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6)!important;
}

.bottom-text {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.continue-button {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.type-wrapper .img-responsive {
		object-fit: cover;
		object-position: top;
		width: 100%;
		height: 140px;
	}
	
	.addon-wrapper-package .img-responsive {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 140px;
	}
}

@media screen and (max-width: 767px) {
	.top-text-start {
		font-size: 14px;
		line-height: 17px;
		padding: 12px;
		margin-top: -30px;
	}
}

.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
	background-image: url("../images/arrow_next_right_icon_white.png");
	background-size: contain;
	background-position: center;
}

.ui-datepicker-prev span.ui-icon {
	transform: rotate(180deg);
}

.ui-datepicker-prev span.ui-icon:focus,
.ui-datepicker-next span.ui-icon:focus {
	outline: none !important;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px!important;
	top: 2px!important;
	opacity: 0.7;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px!important;
	top: 2px!important;
	opacity: 0.7;
}

.ui-datepicker-title {
	font-family: 'Lilita One', cursive;
	text-transform: uppercase;
	font-weight: normal;
}


.is-bankholiday {
	background-color: #39bd92!important;
	border: 1px solid #fff!important;
}

.is-bankholiday a {
	background: none!important;
	border: none!important;
	color: #fff!important;;
}

.is-bankholiday-color {
	color: #39bd92;
}

.is-schoolholiday {
	background-color: #1dc1c9!important;
	border: 1px solid #fff!important;
}

.is-schoolholiday a {
	background: none!important;
	border: none!important;
	color: #fff!important;;
}

.is-schoolholiday-color {
	color: #1dc1c9;
}

/* Holiday CSS for Birthday */
.package-wrapper {
	background-color: #fff;
	box-shadow: 0px 1px 27px 0px rgb(0 0 0 / 40%);
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding-bottom: 0px;
	color: #747474;
	min-height: 610px;
}

@media screen and (max-width: 1180px) {
	.package-wrapper {
		min-height: auto;
	}
	.package-wrapper h3 {
		font-size: 32px;
	}
}

.package-wrapper .img-responsive {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.package-wrapper:hover {
	/*box-shadow: 0px 1px 27px 0px #e6242a;*/
}

.package-wrapper h3 {
    color: rgb(230 36 42);
    line-height: 35px;
    font-size: 28px;
	font-weight: bold;
}

.package-wrapper h2 {
	color: rgb(230 36 42);
	font-size: 40px;
}

@media screen and (max-width: 1180px) {
	.package-wrapper h2 {
		font-size: 40px;
	}
}

.package-wrapper-text {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

.type-wrapper .img-responsive {
	object-fit: cover;
	object-position: center;
	width: 80%;
	height: 140px;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

@media screen and (max-width: 767px) {
	.package-wrapper .img-responsive {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 200px;
	}
}

.package-wrapper-onepackage {
	background-color: #fff;
	box-shadow: 0px 1px 27px 0px rgb(0 0 0 / 40%);
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding-bottom: 0px;
	color: #747474;
}

@media screen and (max-width: 1180px) {
	.package-wrapper-onepackage {
		min-height: auto;
		padding-bottom: 10px;
	}
	.package-wrapper-onepackage h3 {
		font-size: 32px;
	}
}

.package-wrapper-onepackage .img-responsive {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.package-wrapper-onepackage:hover {
	box-shadow: 0px 1px 27px 0px #e6242a;
}

.package-wrapper-onepackage h3 {
	font-family: 'Lilita One', cursive;
	color: #e6242a;
	line-height: 35px;
	margin-top: 5px;
}

.package-wrapper-onepackage h2 {
	font-family: 'Lilita One', cursive;
	color: #e6242a;
	font-size: 30px;
}

@media screen and (max-width: 1180px) {
	.package-wrapper-onepackage h2 {
		font-size: 30px;
	}
}

.package-wrapper-text {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
	.package-wrapper-onpackage .img-responsive {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 110px;
	}
}

.explanation-text-small {
	font-size: 12px;
	line-height: 15px;
}

@media screen and (max-width: 1180px) {
	.package_party_content {
		text-align: center;
	}
}

#detailsPackage-Summary b {
	font-size: 13px;
}

#detailsPackage-Summary .fa {
	font-size: 13px!important;
}

@media screen and (max-width: 767px) {
	#detailsPackage-Summary .fa {
		font-size: 18px!important;
	}
}

.thumb-tag {
    font-family: 'Work Sans', sans-serif;
    float: left;
    position: absolute;
    left: 15px;
    top: -130px;
    z-index: 1000;
    background-color: rgba(23, 152, 183, 0.0);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #e6242a;
    font-size: 18px;
}

.thumb-tag .fa {
	font-size: 40px!important;
	color: #fff!important;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.addon-wrapper {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.addon-wrapper {
		padding-top: 10px;
		padding-left: 10px;
	}
}

@media screen and (max-width: 1180px) {
ul {
		list-style-type: none;
		padding-left: 5px;
	}
}

.hidden-please {
	display: none!important;
}

.fas .fa-angle-right {
	padding-left: 20px!important;
}

#meriqComments {
	width: 500px;
    z-index: 99999;
	color: #fff!important;
}

#meriqComments .modal-content {
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
	border: 2px solid #000;
}

#meriqComments .modal-header {
	color: #fff;
	padding-bottom: 10px;
}

#meriqComments .modal-body {
	color: #fff;
}

#meriqComments .modal-title {
	color: #fff;
}

#meriqComments .modal-body hr {
	border-top: 1px solid #fff;
}

#meriqComments .modal-footer {
	padding-top: 0px;
}

#meriqComments .modal-body .img-responsive {
}

@media screen and (max-width: 767px) {
	#meriqComments {
		width: auto;
	}
	#meriqComments .modal-body .img-responsive {
		width: 90%;
	}
	#meriqComments .modal-dialog{
    overflow-y: initial !important
	}
	#meriqComments .modal-body{
		height: 75vh;
		overflow-y: auto;
	}
}

.btn-demo {
	width: 48%;
}

#comments-container {
	float: right; 
	margin-top: 0px; 
	margin-right: 0px; 
	padding: 10px; 
	padding-top: 5px; 
	padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
	#comments-container {
		background-color: #000;
		text-align: center;
		margin-top: 15px;
		margin-right: 0px;
		padding: 5px;
		padding-top: 5px;
		padding-bottom: 0px;
		margin-bottom: -20px;
		position: sticky!important;
		top: 0!important;
		z-index: 1001;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.demo-headline {
		font-size: 14px;
	}
}
