/* Meriq specific css */

/* DESTROY STUPID DROPDOWN CHANGING LOOKZ */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

h1,
h2,
h3 {
	color: #000;
    line-height: 180%;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-family: 'Zilla Slab', serif;
	margin-bottom: 0;
	clear: both;
	padding: 0;
    vertical-align: baseline;
}

h1 {
	font-size: 36px;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
}

h3 {
	font-weight: 900;
	font-size: 29px;
	font-family: 'Zilla Slab', serif;
	color: #000;
}

@media screen and (max-width: 767px) {
	h3 {
		font-weight: 900;
		font-size: 24px;
	}
}

h4 {
	font-family: 'Zilla Slab', serif;
	font-size: 22px;
}

.center-header {
	color: #fff;
	margin-top: 35px;
	margin-left: -35px;
	font-size: 24px;
	text-shadow: 0 5px 10px rgba(168, 16, 16, 1.7);
}

@media screen and (max-width: 767px) {
	.center-header {
		color: #fff;
		margin-top: 5px;
		text-align: center;
		margin-left: 0px;
	}
}

.page-header {
	font-family: 'Zilla Slab', serif;
	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-warning {
    color: #000;
    background-color: #fcf8e3;
    border-color: #faebcc;
	font-size: 16px;
}

.alert-success {
	background-color: rgba(0, 188, 140, 0.6);
}
.control-label {
	margin-top: 11px;
}

@media screen and (max-width: 767px) {
	.control-label {
		margin-top: 0px;
	}
}

.responsive-header {
	color: #2b4479;
	font-weight: bold;
}

/* 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: #f04c36;
		font-weight: normal;
	}
}


.btn {
	font-family: 'Zilla Slab', serif;
	font-weight: 700;
	background: linear-gradient(180deg,#F7D54D 0,#F5B400 100%);
	border: none;
    color: #1C457A;
	text-transform: uppercase;
}


.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background: linear-gradient(180deg,#2692c9 0,#1c457a 100%);
	border-color: #000;
	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: linear-gradient(180deg,#2692c9 0,#1c457a 100%);
	border-color: #000;
	color: #FFF;
}

.btn:hover {
	background: linear-gradient(180deg,#2692c9 0,#1c457a 100%);
	border-color: #000;
	color: #FFF;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s ;
	transition: all ease 0.3s ;
}

#back-button {
	min-width: 150px;
	max-width: 200px;
}

#next-button {
	min-width: 150px;
	max-width: 200px;
}

@media screen and (max-width: 767px) {
	#back-button {
		width: 100%;
	}

	#next-button {
		width: 100%;
	}
}

.fa-arrow-right {
	margin-left: 5px;
	font-weight: normal;
}

.fa-arrow-left {
	margin-right: 5px;
	font-weight: normal;
}

/*
.btn:hover .fa-arrow-right {
	margin-left: 10px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}
*/
	
a {
	color: #000;
	text-decoration: none;
}

a:focus, a:hover, a:active, a:active:hover {
	color: #F7D54D;
}

a:hover {
	color: #F7D54D;
	text-decoration: none;
}

body {
	font-size: 17px!important;
    line-height: 28px!important;
    font-weight: 300!important;
	color: #000;
    font-family: 'Open Sans', sans-serif;
	margin-bottom: 12px;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
	background-color: #1c457a;
	/*
	background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(images/wowzone_bg.jpeg);
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	*/
}

.main-container {
	background-color: #fff;
}

div.container {
	margin-top: -1050px;
	background-color: rgba(255, 255, 255, 0.0);
	/*
	box-shadow: 5px 5px 5px #888888;
	background-color: #161616;
	background-image: url('images/bg_container.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	*/
}

#payment-container .form-control {
	max-width: 90%!important;
}

#payment-container .form-control-dropdown {
	max-width: 90%!important;
}

.container-box-countdown {
	background: linear-gradient(rgb(38, 146, 201) 0px, rgb(28, 69, 122) 100%);
	color: #fff;
	padding-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #888;
	margin-bottom: 5px;
	margin-top: 5px;
}

.container-wrapper {
	padding: 20px 25px 30px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #000;
	background-color: #fff;
	box-shadow: 0 5px 5px rgb(0 0 0 / 60%);
	box-shadow: 3px 4px 32px 0px rgb(0 0 0 / 75%);
}

.container-wrapper-package {
	padding: 20px 35px 25px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #000;
	background-color: #fff;
	box-shadow: 0 5px 5px rgb(0 0 0 / 60%);
	box-shadow: 3px 4px 32px 0px rgb(0 0 0 / 75%);
}

.container-wrapper-summary {
	font-size: 16px;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000;
	background-color: rgba(255, 255, 255, 1.0);
	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;
}

@media screen and (max-width: 767px) {
	
	.container-wrapper {
		margin-bottom: 10px;
		padding: 20px 10px 20px;
	}
		
	.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: 2px 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 #000;
}

.fa {
	margin-top: -5px;
	font-size: 24px!important;
	padding-right: 10px;
	color: #000;
}

@media screen and (min-width: 767px) {
	.fa {
		margin-top: -5px;
		font-size: 20px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
}

.fa:hover {
	color: #F7D54D;
	cursor: pointer;
}

.fa .fa-phone {
	font-size: 24px;
}

.fa-exclamation-triangle {
	font-size: 16px!important;
	color: red;
}

.responsive-header .fa {
	padding-top: 4px;
}

.type-wrapper {
	/*
	background-color: rgb(234, 234, 234);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
	*/
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 0px;
	/*text-shadow: 0 0px 5px rgb(0 0 0 / 70%);*/
}

@media screen and (max-width: 767px) {
	.type-wrapper {
		padding-bottom: 15px;
	}
}

.package-wrapper {
	background-color: rgba(0, 0, 0, 0.0);
	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;
	min-height: 150px;
}

.package-wrapper .img-responsive {
	/*max-width: 200px;*/
	max-height: 300px;
}

.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: -15px;
		margin-right: -15px;
	}
}

.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: #f04c36;
	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-button {
	float: right;
	margin-top: -10px;
	font-style: italic;
}

#type-wrapper-1 {
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	background-image: linear-gradient(to right, rgba(28, 69, 122, 0.4), rgba(197, 53, 50, 0.0)), url('images/SS_gradient_starburst.png');
	background-position: center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-1:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('images/SS_gradient_starburst.png');
	cursor: pointer;
}

#type-wrapper-1 h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	
	#type-wrapper-1 {
		margin-left: 2px;
		margin-right: 2px;
	}
	
	#type-wrapper-1 h3 {
		color: #fff;
		font-size: 32px;
	}
}

#type-wrapper-callcenter {
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	background-image: linear-gradient(to right, rgb(240 76 54), rgb(240 76 54 / 80%)), url(images/SS_gradient_starburst.png);
	background-position: center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

#type-wrapper-callcenter:hover {
	background-image: linear-gradient(to right, rgb(240 76 54), rgb(240 76 54 / 80%)), url(images/SS_gradient_starburst.png);
	cursor: pointer;
}

#type-wrapper-callcenter h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	
	#type-wrapper-callcenter {
		margin-left: 2px;
		margin-right: 2px;
	}
	
	#type-wrapper-callcenter h3 {
		color: #fff;
		font-size: 32px;
	}
}

#type-wrapper-2 {
	margin: 15px;
	background-color: #1798b7;
	color: #fff;
}

#type-wrapper-2:hover {
	background-color: #1798b7;
	cursor: pointer;
}

#type-wrapper-2 h3 {
	color: #fff;
}

#type-wrapper-3 {
	background-color: #e15e01;
	color: #fff;
}

#type-wrapper-3:hover {
	background-color: #ff6a01;
	cursor: pointer;
}


#type-wrapper-3 h3 {
	color: #fff;
}

#type-wrapper-4 {
	background-color: #106a00;
	color: #fff;
}

#type-wrapper-4:hover {
	background-color: #f04c36;
	cursor: pointer;
}

#type-wrapper-4 h3 {
	color: #fff;
}

/* HOLIDAY WRAPPER */
#type-wrapper-4 {
	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;
}

@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: bold;
}

@media screen and (max-width: 1180px) {
	#type-wrapper-4 h3 {
		color: #fff;
		font-size: 28px;
	}
}

.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: linear-gradient(rgb(38, 146, 201) 0px, rgb(28, 69, 122) 100%);*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(197, 53, 50, 0.0)), url('images/SS_gradient_starburst.png');
	background-position: center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	margin-top: 10px;
	border-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #fff;
	margin-left: -10px;
	margin-right: -10px;
}

.addon-wrapper-package {
	background-color: #f04c36;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	margin-top: 10px;
	border-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #fff;
}

.addon-wrapper-package h3 {
	color: #fff;
	font-size: 20px;
}

.addon-wrapper-package .form-control {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.addon-wrapper {
		background-color: #1798b7;
		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: #1798b7;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	margin-top: 10px;
	border-radius: 0px;
	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: 26px;
}

.addon-image {
	margin-left: -15px;
}

.addon-package-text h3{
	font-size: 20px;
}

.addon-no-image {
	margin-left: -45px;
}

@media screen and (max-width: 1180px) {
	.addon-package-text{
		
	}
	
	.addon-package-text h3{
		font-size: 18px;
	}	
}

@media screen and (max-width: 767px) {
	
	.addon-wrapper-package {
		padding-bottom: 15px;
    }

	.addon-wrapper-package .addon-image-package {
		padding-top: 15px;
		margin-left: 15px;
	}
	
	.addon-wrapper h3 {
		font-size: 22px;
	}
	.addon-package-text{
		font-size: 16px;
	}
	.addon-image {
		margin-left: 15px;
		padding-top: 15px;
	}
}

.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: 13px;
    color: #fff;
    line-height: 18px;
    margin-top: -10px;
    font-style: italic;
}

.addon-price-text{
	font-size: 14px;
}

@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: 14px;
	}
}

.guest-buttons {
	width: 80px;
	padding: 10px;
	font-size: 20px;
	margin: 2px;
	background-color: #1798b7;
	border-color: #1798b7;
}

@media screen and (max-width: 767px) {
	.guest-buttons {
		width: 60px;
		padding: 10px;
	}
}

.guestsSelected {
	background-color: #1798b7!important;
	border-color: #1798b7!important;
	color: #1C457A;
}

.guestsNotSelected {
	opacity: 0.4;
}

.guestsNotSelected:hover {
	opacity: 1.0;
}

.time-buttons {
	width: 110px;
	padding: 10px;
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #1798b7;
	border-color: #1798b7;
}

@media screen and (max-width: 767px) {
	.time-buttons {
		width: 44%;
		padding: 10px;
		margin: 5px;
	}
}

.timeSelected {
	background-color: #1798b7!important;
	border-color: #1798b7!important;
}

.timeNotSelected {
	opacity: 0.4;
}

.timeNotSelected:hover {
	opacity: 1.0;
}

.gender-buttons {
	width: 83px;
	padding: 10px;
	font-size: 20px;
	background-color: #1798b7;
	border-color: #1798b7;
}

.gender-adult {
	width: 100px;
}

.genderSelected {
	background-color: #1798b7!important;
	border-color: #1798b7!important;
}

.genderNotSelected {
	opacity: 0.4;
}

.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 #f04c36;
  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 #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer {
	margin: 25px 0;
}

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 #f04c36;
	height: 100%;
}

.modal-open .modal {
	overflow: hidden;
}

.close {
	color: #000;
	opacity: 1;
}

.close:hover {
	color: #f04c36;
	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: #f04c36;
	color: #fff;
}

.panel-heading {
    padding: 5px 5px 0 5px;
}

.panel-body {
    padding: 15px;
	background-color: #f04c36;
}

.bull-color {
	color: #f04c36;
}

.error-text {
	font-size: 16px;
	color: red;
	font-style: italic;
}

@media screen and (max-width: 767px) {
	.birthday-form {
		/*width: 100%;*/
	}
}

@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: linear-gradient(180deg,#2692c9 0,#1c457a 100%)!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: #F7D54D!important;
    color: #1c457a!important;
    font-weight: bold!important;
}

.ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #F7D54D!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #F7D54D!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: linear-gradient(180deg,#2692c9 0,#1c457a 100%)!important;
	opacity: 0.7;
    color: #fff!important;
}

.package-text {
	font-size: 14px;
	margin-top: -8px;
	line-height: 20px;
}

@media screen and (max-width: 1180px) {
	.package-text {
		font-size: 14px;
	}
}

.hours-text {
	font-size: 16px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

#theBirthdayForm .ui-widget-header {
    border: 1px solid #aaaaaa!important;
    background: #1798b7!important;
    color: #fff!important;
    font-weight: bold!important;
}

#theBirthdayForm .ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #1798b7!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

#theBirthdayForm .ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #1798b7!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

#theBirthdayForm .panel-title {
	background: linear-gradient(180deg,#F7D54D 0,#F5B400 100%);
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-radius: 0px;
}

#theBirthdayForm .panel-tile a:active, a:focus {
	text-decoration: none;
}

#theBirthdayForm .panel-default {
    border-color: #fff;
}

#theBirthdayForm .panel-default>.panel-heading {
    background-color: #fff;
}

#theBirthdayForm .panel {
	background-color: #fff;
}

#theBirthdayForm .panel-heading {
    padding: 0px 0px 0 0px;
}

#theBirthdayForm .panel-body {
    padding: 10px;
	padding-top: 0px;
    background-color: #fff;
}

#theBirthdayForm .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #fff;
}

#theBirthdayForm .panel-title h4 {
	color: #000;
	font-weight: bold;
}

#theBirthdayForm .panel-title .fa {
	color: #000;
	font-size: 19px!important;
}

#theBirthdayForm .fas {
    margin-right: 5px;
}

.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 {
	min-width: 90px;
	border-radius: 10px;
}

.blocks .btn-hours {
	min-width: 100px;
}

.blocks .btn-full-time {
	width: 200px;
}

.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: linear-gradient(180deg,#2692c9 0,#1c457a 100%);
    border-color: #000!important;
	border-radius: 10px;
}

.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: linear-gradient(180deg,#2692c9 0,#1c457a 100%);
    border-color: #000;
	border-radius: 10px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 10px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 10px;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 10px;
}

#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-information {
	color: #fff!important;
	margin-top: -10px;
}

.top-information h3 {
	color: #fff!important;
}

.top-information h1 {
	color: #fff!important;
	margin-top: -20px;
}


#top-bar {
	height: 85px;
	background-color: #2692C9;
}

#bottom-bar {
	height: 54px;
	border-top: 3px solid #f04c36;
	background-color: #2b4479;
}

#callcenter-bar {
	height: 54px;
	border-top: 3px solid #2b4479;
	background-color: #f04c36;
	color: #fff;
}

#callcenter-header {
	margin-top: -62px!important;
}

#callcenter-header h3 {
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
}

#callcenter-header p {
	color: #fff;
	line-height: 20px;
}

@media screen and (max-width: 767px) {
	
	#callcenter-bar {
		height: 54px;
		border-top: 3px solid #2b4479;
		background-color: #f04c36;
		color: #fff;
	}
	
	#callcenter-header {
		margin-top: 0px!important;
	}

	#callcenter-header h3 {
		color: #fff;
		line-height: 30px;
		margin-bottom: -30px;
	}

	#callcenter-header p {
		color: #fff;
		line-height: 10px!important;
	}

}

#top-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(28, 69, 122, 1.0)), url('images/SS_bowling_banner.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 918px;
	/*box-shadow: inset 3px 4px 32px -14px rgb(0 0 0 / 75%);*/
}

#top-logo .img-responsive {
	max-width: 200px;
	padding-top: 10px;
}

.top-header {
	font-family: 'Zilla Slab', serif;
	color: #fff;
	font-weight: bold;
	font-size: 46px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	margin-top: 35px;
	text-transform: uppercase;
}

.top-header-row {
	margin-top: 55px;
}

.top-header-logo {
	max-width: 300px;
	margin-bottom: -60px;
	padding: 30px;
}

.top-header-logo-escaperoom {
	max-width: 600px;
	margin-left: -65px;
	margin-top: 40px;
	margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
	.top-header-logo-escaperoom {
		width: 400px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.top-header {
		font-size: 34px;
	}
	.top-header-logo {
		max-width: 380px;
		margin-bottom: -50px;
		padding: 30px;
		
	}
}

.start-headers {
	font-family: 'Zilla Slab', serif;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
}

.start-headers .fas {
	font-size: 28px;
}

@media screen and (max-width: 1180px) {
	.start-headers {
		font-size: 26px;
	}
}

#datepicker-text {
	margin-top: 15px;
	color: #1C457A;
	font-weight: 900;
}

.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: 767px) {
	.blocks .btn-times {
		width: 48%!important;
	}
	
	.blocks .btn-full-time {
		width: 100%!important;
		min-width: 250px!important;
	}
}

@media screen and (max-width: 767px) {
	.blocks .btn-guests {
		width: 30%!important;
	}
}

.explanation-text {
	font-size: 14px;
	line-height: 20px!important;
	color: #000;
}

.explanation-text-small {
	font-size: 12px;
	line-height: 20px!important;
	color: #000;
}

.your-reservation-text {
	
}

@media screen and (max-width: 1180px) {
	.your-reservation-text {
		font-size: 14px;
		line-height: 20px;
	}
	.reservation-error {
		font-size: 12px;
		line-height: 20px;
	}
	.reservation-error .fa-exclamation-triangle {
		font-size: 14px!important;
	}
}

.container-wrapper-start .explanation-text {
	font-size: 15px;
	line-height: 20px!important;
	color: #fff;
}

.center-color {
	color: #f04c36;
}

.center-second-color {
	color: #F7D54D;
}

.type-tag {
	float: left;
	position: absolute;
	left: 10px;
	top: 36px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.6);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	color: #fff;
	font-size: 20px;
	font-style: italic;
}

.popular-tag {
	float: left;
	position: absolute;
	left: 10px;
	top: 36px;
	z-index: 1000;
	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;
}

.package-tag {
	float: left;
	position: absolute;
	left: 10px;
	top: 165px;
	z-index: 1000;
	background-color: rgba(23, 152, 183, 1.0);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 1180px) {
	.package-tag {
		top: 120px;
	}
}

@media screen and (max-width: 820px) {
	.package-tag {
		top: 160px;
	}
}

.new-tag {
    float: left;
    position: absolute;
    left: 25px;
    top: -30px;
    z-index: 1000;
    background-color: red;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1180px) {
	.new-tag {
		top: 120px;
	}
}

@media screen and (max-width: 820px) {
	.new-tag {
		top: 160px;
	}
}

.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;
}

.vip-tag {
	float: left;
    position: absolute;
    left: 100px;
    top: -5px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.0);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    color: red;
    font-size: 40px;
    font-style: italic;
}

@media screen and (max-width: 767px) {
	.vip-tag {
		left: 13px;
		top: 1px;
	}
}

.price-tag {
    float: left;
    position: absolute;
    left: 0px;
    top: 110px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 12px;
	font-weight: bold;
}

@media screen and (max-width: 1180px) {
	.price-tag {
		top: 81px;
	}
}

.price-tag-party {
    float: left;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 12px;
	font-weight: bold;
}

@media screen and (max-width: 1180px) {
	.price-tag-party {
		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;
	}
}

.alert-danger {
	background-color: rgba(0, 0, 0, 0.0);
	border-color: rgba(0, 0, 0, 0.0);
	color: red;
}

.rules-holder {
	
}

@media screen and (max-width: 767px) {
	.rules-holder {
		min-height: auto;
	}
}

.info-wrapper {
	line-height: 25px;
/*
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-radius: 0px;
	color: #000;
	padding: 10px;
	font-size: 16px;
	margin-top: -30px;
	padding-top: 30px;
	border-top: 5px solid #f04c36;
*/
}

@media screen and (max-width: 767px) {
	.info-wrapper {
		margin-top: 0px;
		padding: 5px;
		padding-top: 10px;
	}
}

.news-styler {
	font-style: italic;
}

.birthday-header {
	margin: -20px;
	margin-left: -35px;
	margin-right: -35px;
	background-image: linear-gradient(rgba(34, 34, 34, 0.0), rgba(0, 0, 0, 0.8) 100%), url('images/SS_Birthday_Banner.jpeg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	height: 350px;
	margin-bottom: -140px;
}

.adult-header {
	margin: -20px;
	margin-left: -35px;
	margin-right: -35px;
	background-image: linear-gradient(rgba(34, 34, 34, 0.0), rgba(0, 0, 0, 0.8) 100%), url('images/adultlanes_big.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	height: 350px;
	margin-bottom: -140px;
}

.axeparty-header {
	margin: -20px;
	margin-left: -35px;
	margin-right: -35px;
	background-image: linear-gradient(rgba(34, 34, 34, 0.0), rgba(0, 0, 0, 0.8) 100%), url('images/meriq_axethrowing_background.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	height: 350px;
	margin-bottom: -140px;
}

.group-header {
	margin: -20px;
	margin-left: -35px;
	margin-right: -35px;
	background-image: linear-gradient(rgba(34, 34, 34, 0.0), rgba(0, 0, 0, 0.8) 100%), url('images/group.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	height: 350px;
	margin-bottom: -140px;
}

.sticky-summary {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 10px;
	z-index: 9999;
}

.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: #F7D54D;
}

.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: #1798b7;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.package-text-row {
	margin-left: 10px;
}


#party-packages-div {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) 100%), url('images/SS_kids_birthday_party.png');
	background-repeat: no-repeat;
	background-position: relative;
	background-size: cover;
	background-attachment: scroll;
	margin-bottom: 40px;
}

#adult-packages-div {
	margin-bottom: 40px;
}

.addon-package-info {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: -2px;
}

.no-padding-right {
	padding-right: 0px;
}

.container-wrapper-summary .fa {
	font-size: 20px!important;
}

.type-picture {
	margin-top: 10px;
}

.type-picture:hover {
	cursor: pointer;
}

.partSelected {
	
}

.partNotSelected {
	opacity: 0.3;
	padding: 10px;
}

.partNotSelected:hover {
	opacity: 1.0;
	padding: 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 ;
}

#axe-throwing-image {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	#axe-throwing-image {
		padding: 0px;
	}
}

@media screen and (max-width: 1180px) {
	.ui-datepicker {
		width: 14.5em!important;
		padding: 0.2em 0.2em 0;
		display: none;
	}
}

.max-text {
	display: -webkit-box!important;
	max-width: 400px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
 }

@media screen and (max-width: 1180px) {
	.max-text {
	   overflow: hidden!important;
	   text-overflow: ellipsis!important;
	   display: -webkit-box!important;
	   -webkit-line-clamp: initial!important; /* number of lines to show */
	   -webkit-box-orient: vertical!important;
	}
}

.your-reservation-header {
	font-size: 32px;
}

@media screen and (max-width: 1180px) {
	.your-reservation-header {
		font-size: 28px;
	}
}

.big-loader {
    margin-top: -15px;
    font-size: 16px;
}

/*
.addon-wrapper .img-responsive {
	object-fit: fill;
	object-position: center;
	width: 120px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.addon-wrapper .img-responsive {
		object-fit: cover;
		object-position: bottom;
		width: 120px;
		height: auto;
	}
}
*/

.players-wording {
	color: #fff!important;
}

.meriq-text {
	font-size: 10px;
	line-height: 20px!important;
	margin-top: 10px;
	color: #fff;
}

.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
	background-image: url("images/arrow_next_right_icon_black.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: 'Zilla Slab', serif;
	text-transform: uppercase;
	font-weight: bold;
}

.type-wrapper .img-responsive {
	object-fit: cover;
	object-position: center;
	width: 80%;
	height: 130px;
	-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 .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 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-callcenter .img-responsive {
	max-height: 100px;
	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-callcenter .img-responsive {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

#type-wrapper-callcenter 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-callcenter .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-callcenter .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-callcenter: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-callcenter: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-callcenter1: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-callcenter: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;
	}
	.type-wrapper .img-responsive {
		clip-path: none!important;
	}
}

@media screen and (max-width: 767px) {
	.information-text {
		font-size: 14px;
		line-height: 20px;
	}
}

#detailsPackage-Summary b {
	font-size: 14px;
}

.location-wrapper {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

.location-wrapper:hover {
	background-color: rgba(23, 152, 183, 1.0);
	cursor: pointer;
}

.location-tag {
    float: left;
    position: absolute;
    left: 15px;
    top: 135px;
    z-index: 1000;
    background-color: rgba(23, 152, 183, 1.0);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    font-size: 26px;
}

@media screen and (max-width: 1180px) {
	.location-tag {
		top: 120px;
	}
}

@media screen and (max-width: 820px) {
	.location-tag {
		top: 135px;
	}
}

.location-wrapper .img-responsive {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 180px;
}

@media screen and (max-width: 767px) {
	.location-wrapper .img-responsive {
		
	}
}