/* Minification failed. Returning unminified contents.
(935,16): run-time error CSS1031: Expected selector, found '!important'
(935,16): run-time error CSS1025: Expected comma or open brace, found '!important'
(1404,22): run-time error CSS1046: Expect comma, found '255'
(1404,30): run-time error CSS1046: Expect comma, found '/'
 */
h3{
	line-height:24px !important;
}

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

.mr-2, .mx-2 {
	margin-right: .50rem !important;
}

.ml-1 {
	margin-left: .25rem !important;
}

.ml-2 {
	margin-left: .50rem !important;
}


.text-white{
	color:white;
}

.text-grey{
	color:grey;
}

.login-label{
	color:black;
	display:inline-block;
	font-size:12px;
	font-weight:600;
	line-height:24px;
	margin-bottom:8px;
}

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 20px;
}

.wrapped-div {
	border-radius: 10px;
	padding: 0;
	border: 4px solid #8b052e;
	width: 90%;
	max-width: 450px;
	position: relative;
	box-shadow: 0 30px 50px 0 rgba(0,0,0,.3);
}

.tab-header h2 {
	font-family: "Droid Sans" !important;
	display: inline-block !important;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 10px 1px 10px;
	cursor: pointer;
	color: #666666;
	border-bottom: 4px solid #8b052e;
	margin-left: 15px;
}

.login-link{
	color:gold;
}

hr {
    border-top: 2px solid #8b052e !important;
    width: 50px;
}

.service-image
{
	border: 2px solid #B1502A;
}

.section h2 {
	border-bottom: 1px solid #e4e4e4;
	font-weight: normal;
	margin-bottom: 3px;
	font-size:16px;
	color:black;
}

.sectionHeader h2 {
	font-weight: bold !important;
	margin-top:5px;
	margin-bottom: 3px;
	padding-top:20px;
	padding-bottom:10px;
	font-size:18px;
	color:black;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.roundedBox
{
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.imgtoggleActive, .imgtoggleActive:visited, .imgtoggleActive:link {
	text-decoration-line: none;
	display: block;
	color: white;
	background-color: #8b052e;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

	.imgtoggleActive:hover, .imgtoggleActive:active, .imgtoggleActive:link {
		text-decoration-line: none;
		color: white;
	}

.imgtoggle, .imgtoggle:visited {
	text-decoration-line: none;
	display: block;
	color: black;
	background-color: #ccc;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}


	.imgtoggle:hover, .imgtoggleActive:active {
		text-decoration-line: none;
		display: block;
		color: black;
		background-color: #7a99c1;
		text-align: center;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
	}



.fullWidthImage {
	padding: 0px;
	height: 23vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 0px;
}

	.fullWidthImage h2 {
		position: relative;
		top: 6vw;
	}



		.fullWidthImage h2 span {
			color: white;
			font: bold 12px 'Droid Sans', Sans-Serif;
			background-color: rgba(0, 0, 0, 0.7);
			border: 1px solid #000080;
			padding: 5px;
			border-radius: .25em;
			text-transform: uppercase;
		}

.heroImage {
	width: 70px;
}

	.fullWidthImage h3 span {
		color: white;
		font: bold 20px/30px "Droid Sans", Sans-Serif;
		letter-spacing: -1px;
		padding: 5px;
		border-radius: .25em;
		text-transform: uppercase;
	}


@media(min-width:550px) {

	/*.fullWidthImage {
        height: 100px;
    }*/

	.fullWidthImage h2 {
		top: 7vw;
	}

		.fullWidthImage h2 span {
			font: bold 22px 'Droid Sans', Sans-Serif;
		}
}


@media(min-width:1024px) {

	/*.fullWidthImage {
        height: 450px;
    }*/

	.fullWidthImage h2 {
		top: 7vw;
	}

	.heroImage {
		width: 120px;
	}

	.fullWidthImage h2 span {
		font: bold 32px 'Droid Sans', Sans-Serif;
	}
}


.pageHeaderPara
{
	font-size:16px;
	margin-bottom:10px;
}

.pagination
{
	margin: 0px !important;
}

.pagination a {
  background:#fff  !important;
  border: 1px solid transparent !important;
  margin-left:1px !important;
  border-left-width: 0 !important;
}
.pagination .active a {
  color: #fff !important;
  cursor: default !important;
}
.pagination a:hover, .pagination .active a {
  background-color: #adc9de !important;
  color:white !important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
    font-weight: bold;
}

#page-title #page-title-inner .packageTravelDates
{
	text-align:right;
	display: inline-block;
	font-family: 'Oswald' !important;
	color: white;
	padding: 14px 10px 5px 0px;
	font-size: 20px;
}

#page-title #page-title-inner h2
{
	padding-left:0px !important;
	padding-top:7px !important;
}

.label-hotel-dates {
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 0.8em;
    background-color: #8b052e;
}


.helpToolTip{
	cursor: help;
}

.label-flight-sector-class
{
	font-weight:normal;
	padding-top:0.1em;
	padding-bottom:0.1em;
	padding-left:0.3em;
	padding-right:0.3em;
	font-size:90%;
	background-color:#5bc0de;
	margin-left:2px;
	
}

.flightClassTooltip, .flightAirportTooltip{
	font: bold 10px/12px 'Oswald', Sans-Serif; 
}

.locationTooltip {
    font: bold 13px 'Oswald', Sans-Serif;
    text-align:right;
}

.tabs-nav
{
	font-size:18px;
}

	.tabs-nav li.active a
	{
		color: #8b052e !important;
	}

.nav-pills > li > a {
	font-size: 10px !important;
	padding: 10px 5px !important;
}


@media (min-width: 321px) {
	.nav-pills > li > a {
		font-size: 12px !important;
		padding: 10px 5px !important;
	}
}


@media (min-width: 768px) {
	.nav-pills > li > a {
		font-size: 16px !important;
		padding: 10px 15px !important;
	}
}




.socialBox {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 4px;
    margin-bottom: 6px;
}


#social-r a {
    margin-bottom: 0px !important;
    margin-right: 2px !important;
}

.navbar .navbar-brand {
    font-family: 'Russo One';
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-brand span {
    color: #8b052e !important;
}

.navbar-default .navbar-nav > li > .dropdown-menu{
	margin-top:0px !important;
}

.navbar .navbar-brand img {
    margin-bottom: 5px;
    margin-left:5px;
}

@media (min-width: 768px)
{
	.navbar .navbar-brand
	{
		font-size: 12px !important;
	}
    
}

@media (max-width: 400px) {

    .navbar-brand span {
        display:none;
    }
}

@media (min-width: 992px)
{
	.navbar .navbar-brand
	{
		font-size: 16px !important;
	}
}

@media (min-width: 1200px) {
	.navbar .navbar-brand
	{
		font-size: 24px !important;
	}
}

.spacer {
    margin-top: 30px; /* define margin as you see fit */
}

h3.contentHeader
{
	padding: 2px 0px !important;
	margin-top: 10px;
	color: #666666;
	border-bottom: 5px double #f6f6f6;
	font-weight:bold !important;
	font-size:16px;
}



span.quickRegisterHeader {
	padding: 2px 0px !important;
	margin-top: 10px;
	color: #666666;
	border-bottom: 5px double #f6f6f6;
	font-weight: bold !important;
	font-size: 14px;
}


.title .quickRegisterHeader {
	border-bottom: 3px solid #8b052e !important;
	display: inline-block;
	padding: 0px 5px !important;
	margin: 0 0px -4px 0px !important;
}

.icons-box{
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:0px !important;
}

@media (min-width: 768px)
{
	.icons-box {
		text-align:center;
	}
	
}


@media (min-width: 992px) {
	#hotelDescription {
		font-size: 14px;
	}

	#amentityList, #facilityList {
		font-size: 14px;
	}

	.primaryPackageContent {
		font-size: 1.2em;
	}
}



.icons-box i.big {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 28px !important;
}

a.roadGamePackage
{
	display: block;
	color: black;
	padding: 12px 0;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: underline;
}

@media (max-width:600px){


    a.roadGamePackage {
        font-size: 12px;
    }

}


.salesNotesImage
{
	padding:0px;
	height:300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.salesNotesImage h2.salesNotes span
{
		color: white; 
		font: bold 20px Handlee, Sans-Serif; 
		letter-spacing: -1px;  
		display:block;
		padding:5px;
}

@media (min-width: 768px)
{ 
	.salesNotesImage
	{
		height: 160px;
	}

	.salesNotesImage h2.salesNotes span
	{
		font: bold 16px Handlee, Sans-Serif;
	}
}

@media (min-width: 992px)
{
	.salesNotesImage
	{
		height:200px;
	}

	.salesNotesImage h2.salesNotes span
	{
		color: white;
		font: bold 14px Handlee, Sans-Serif;
		letter-spacing: 0px;  
	}
}



.salesNotesImage h2.salesNotes
	{
		position: relative; 
		top: 90%;
		-webkit-transform: translateY(-90%);
  		-ms-transform: translateY(-90%);
  		transform: translateY(-90%);
	}



.salesNoteContainer
{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	border-radius:0.3em;
}

#fb-root{
	margin-top:10px;
	}


.tweets iframe {
    width: 100% !important;
}

.contactInfo {
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.contactInfo a {
	color: white;
}

.contactInfo a:hover {
		text-decoration: underline;
	}


@media (min-width: 500px) {
    
    .disclaimer {
        font-size: 12px;
    }
}


a.package
{
	text-align: left;
	display: block;
	padding: 4px 0;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: underline;
}

a.subheaderbutton
{
	margin-left:5px;
}

.navbar-brand > img {
  display: inline-block;
}


.fa-ul > li
{
	margin-bottom: 2px !important;
}

/* NFL */
.sport15
{
	background-color:#7A0D0F !important;
	border: 1px solid #7A0D0F !important;
}
.sport15legend
{
	color:#7A0D0F !important;
}
/* NHL */
.sport16
{
	background-color:#0D297A !important;
	border: 1px solid #0D297A !important;
}
.sport16legend
{
	color:#0D297A !important;
}

/* Baseball */
.sport17
{
	background-color:#6D0FD1 !important;
	border: 1px solid #6D0FD1 !important;
}
.sport17legend
{
	color:#6D0FD1 !important;
}

/* Basketball */
.sport18
{
	background-color:#066930 !important;
	border: 1px solid #066930 !important;
}
.sport18legend
{
	color:#066930 !important;
}
/* NCAA */
.sport21
{
	background-color:#7A650D !important;
	border: 1px solid #7A650D !important;
}
.sport21legend
{
	color:#7A650D !important;
}

/* Rugby */
.sport24
{
	background-color:#BD2069 !important;
	border: 1px solid #BD2069 !important;
}
.sport24legend
{
	color:#BD2069 !important;
}
/* Motorsport */
.sport24
{
	background-color:#15ABA8 !important;
	border: 1px solid #15ABA8 !important;
}
.sport24legend
{
	color:#15ABA8 !important;
}
/* Golf */
.sport25
{
	background-color:#20BD2B !important;
	border: 1px solid #20BD2B !important;
}
.sport25legend
{
	color:#20BD2B !important;
}
/* Trackl & Field */
.sport26
{
	background-color:black !important;
	border: 1px solid black !important;
}
.sport26legend
{
	color:black !important;
}

/* Soccer */
.sport28
{
	background-color:#F7A20F !important;
	border: 1px solid #F7A20F !important;
}
.sport28legend
{
	color:#F7A20F !important;
}

.scheduleFilter
{font-size:13px;
 margin-left:0px !important;
 margin-right:15px !important;
 padding-top:0px !important;
}

.field-validation-error {
	display:inline-block;
	color:darkred;
    font-size: 1em;
	padding-top:0.6em;
}

    .field-validation-error:before {
        display: inline-block;
        content: "\f071";
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /*--adjust as necessary--*/
        color: darkred;
        font-size: 1.2em;
        padding-right: 0.2em;
        left: 0;
    }


.da-dots {
display: none;
}

.padded
{
	padding-top: 30px;
}

@media (max-width: 768px){

    .padded {
        padding-top: 10px;
    }
}


@media (min-width: 768px)
{
	.sportLink
	{
		display: block;
		color: white;
		border-bottom: 4px #999 solid;
	}
	.sportLink:hover
	{
		text-decoration:none;
		border-bottom: 4px white solid;
		color:white;
	}
}


@media (min-width: 768px)
{
	ul.nav li.dropdown:hover > ul.dropdown-menu
	{
		display: block;
	}
}

#googlemaps {
  height: 200px !important;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.validation-summary-errors
{
	color:darkred;
    font-weight:bold;
}

/* 5 column bootstrap layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.table td {
	vertical-align: middle;
}

.table-bordered th {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	
	font-size: 10px;
	color: #444;
	text-transform: uppercase;
}

/* Cart Formatting */

.cartItemTitle{
	font-size:1.2em;
	font-weight:bold;
}

.cartItemPrice{
	font-size:1.2em;
	font-weight:bold;
}

.cartItemTotal{
	font-weight:bold;
	font-size:1.em;
}

#cartPriceHeader{
	font-size:1.1em;
	font-weight:bold;
	color:darkred;
}

.cartTotalPrice{
	font-size:1.5em;
	font-weight:bold;
	color:darkred;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.cartTotalItems{
	font-size:1.3em;
	font-weight:bold;
}

.cartItemRef{
	display:block;
	font-size:0.9em;
}

th.notopborder !important{
	border-top:none;
}

#proceedToCheckout {
	background-color: whitesmoke;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.paddedTop{
	padding-top:10px;
}

.cartDelete{
	display:block;
	margin-top:5px;
}

#cartLogin{
	font-size:1.2em;
}


#knockoutLoading {
	background-color: whitesmoke;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:40px;
}

#pageBannerSalesNotes {
    background-image: -webkit-linear-gradient(top,#a23657 0,#8b052e 100%);
    background-image: -o-linear-gradient(top,#a23657 0,#8b052e 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a23657),to(#8b052e));
    background-image: linear-gradient(to bottom,#a23657 0,#8b052e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa23657', endColorstr='#ff8b052e', GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #8b052e;
    border-color: #8b052e;
    font-weight: bold;
}

.latest-offers:nth-child(3n+1) {
		clear: both;
		/*background-color: rgba(0, 255, 0, .5);*/ 
	}

.package-level-table {
	float: left;
	margin: 0px;
	min-height: 1px;
	max-height: 999999px;
}

	.package-level-table h3 {
		font-size: 24px;
		text-align: left;
		color: #666666;
		padding: 6px 0;
		margin: 0;
		font-weight: bold;
	}

	.package-level-table li {
		color: #666666;
		background: white;
		text-align: left;
		padding: 2px 0;
		border-bottom: 1px solid white;
		font-size: 14px;
	}

		.package-level-table li:before {
			content: "\002022";
			color: #8b052e;
			padding-right: 7px;
		}

	.package-level-table h4 {
		padding: 0 0 10px;
	}

	.package-level-table .select-game {
		margin-top: 30px;
		color: #8b052e;
	}


@media (max-width: 320px) {

	.contactInfo {
		font-size: 10px;
	}
}

@media (min-width: 321px) and (max-width: 768px)
{
	#pageBannerSalesNotes{
		font-size:13px;
	}

	.contactInfo{
		font-size:12px;
	}

	span.quickRegisterHeader {
		padding: 2px 0px !important;
		margin-top: 10px;
		color: #666666;
		border-bottom: 5px double #f6f6f6;
		font-weight: bold !important;
		font-size: 12px;
	}

}


@media (min-width: 768px) and (max-width: 992px) 
{
	#pageBannerSalesNotes, .contactInfo {
		font-size: 14px;
	}
	
}



@media (min-width: 992px) 
{
	#pageBannerSalesNotes, .contactInfo {
		font-size: 16px;
	}
	
}



@media (max-width: 768px)
{
	#packagePricingTable{
		font-size:14px;
	}
	
}


@media (min-width: 768px) and (max-width: 992px) 
{
	#packagePricingTable{
		font-size:13px;
	}
	
}



@media (min-width: 992px) 
{
	#packagePricingTable{
		font-size:15px;
	}
	
}


@media (max-width: 768px) {
	.pricing-table {
		clear: both;
		/*background-color: rgba(0, 0, 255, .5); */
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	.pricing-table {
		clear: inherit;
		/*background-color: rgba(0, 0, 255, .5); */
	}
	.pricing-table:nth-child(2n+1) {
		clear: both;
		/*background-color: rgba(0, 255, 0, .5); */
	}
}

@media (min-width: 992px) {
	.pricing-table {
		clear: inherit;
		/*background-color: rgba(0, 0, 255, .5); */
	}
	.pricing-table:nth-child(3n+1) {
		clear: both;
		/*background-color: rgba(0, 255, 0, .5); */
	}
}

.sortIcon{
	padding-top:4px;
}

.sortIconActive{
	color: #d74b4b;
}

.valignTable tbody>tr>td{
	vertical-align:middle;
}

#travellerDataReinforcement{
	border-top:none;
	border-bottom:none;
	color:#23527c;
	font-weight:normal;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #8b052e;
    border-color: #8b052e;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#b96981 0,#8b052e 100%);
    background-image: -o-linear-gradient(top,#b96981 0,#8b052e 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b96981),to(#8b052e));
    background-image: linear-gradient(to bottom,#b96981 0,#8b052e 100%);
}


.btn-stt {
    background-color: hsl(214, 37%, 28%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b96981", endColorstr="#8b052e");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#b96981), to(#8b052e));
    background-image: -moz-linear-gradient(top, #b96981, #8b052e);
    background-image: -ms-linear-gradient(top, #b96981, #8b052e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b96981), color-stop(100%, #8b052e));
    background-image: -webkit-linear-gradient(top, #b96981, #8b052e);
    background-image: -o-linear-gradient(top, #b96981, #8b052e);
    background-image: linear-gradient(#b96981, #8b052e);
    border-color: #8b052e #8b052e hsl(214, 37%, 19.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
    -webkit-font-smoothing: antialiased;
}

.panel-primary {
    border-color: #8b052e;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #8b052e;
}

.sold-out-small {
    position: relative;
}

.sold-out-small img{
    opacity :0.3;
}


@media (max-width: 768px) {
    .sold-out-small::before {
        content: url(../../content/img/SoldOutSize1.png);
        position: absolute;
        z-index: 10000;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    .sold-out-small::before {
        content: url(../../content/img/SoldOutSize2.png);
        position: absolute;
        z-index: 10000;
        top: 50%;
        left: 50%;
        margin-top: -75px;
        margin-left: -75px;
    }
}



@media (min-width: 1200px) {
    .sold-out-small::before {
        content: url(../../content/img/SoldOutSize3.png);
        position: absolute;
        z-index: 10000;
        top: 50%;
        left: 50%;
        margin-top: -115px;
        margin-left: -115px;
    }
}




  


.sold-out {
    position: relative;
}

    .sold-out::before {
        content: url(../../content/img/SoldOutSize4.png);
        position: absolute;
        z-index: 10000;
        top:110px;
        left:50px;
    }



/* MULTISELECT USED IN BOOKING ENGING */

.multiselect-container {
	z-index: 99999 !important;
	min-width: 200px;
}

	.multiselect-container span.form-check input.form-check-input {
		margin-right: 5px;
	}

	.multiselect-container button {
		font-family: 'Droid Sans';
		background-color: white;
		border: none;
		width: 100%;
		text-align: left !important;
	}

	.multiselect-container span.form-check label.form-check-label {
		font-weight: normal;
	}

	.multiselect-container span.form-check {
		font-weight: normal;
		font-size: 12px;
		width: 100%;
	}

	.multiselect-container > .multiselect-option > span, .multiselect-container .multiselect-group > span {
		padding: 3px 5px !important;
	}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.mt-1 {
	margin-top: 10px;
}


.text-right {
	text-align: right;
}

.travellerDataReinforcement {
	border-top: none !important;
	border-bottom: none !important;
	color: #23527c;
	font-weight: normal;
	font-size: 0.9em;
}


.bookingTotal {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #337ab7;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}


.PackageDisplayTitle {
	font-weight: bold;
	margin-bottom: 5px;
}


.AdditionalInfoHeader {
	font-size: 1.1em;
	font-weight: bold;
	color: #337ab7;
}

.bold {
	font-weight: bold;
}

.sttBlue {
	color: #000080;
}

.lineBreak {
	display: block;
}


.bootstrap-dialog-header {
	text-align: center;
}

.bootstrap-dialog-footer {
	text-align: center !important;
}

.modal-body {
	padding-bottom: 5px !important;
}

.bootstrap-dialog.type-danger .modal-header {
	background-color: #8b052e !important;
}



.btn-yellow {
	color: #000;
	background: linear-gradient(rgb(254, 230, 176), rgb(238, 186, 55)) rgb(254, 230, 176);
	border-color: rgb(190, 149, 44) rgb(166, 130, 38) rgb(155, 121, 36);
	font-weight: normal;
	box-shadow: rgb(255 255 255 / 60%) 0px 1px 0px inset;
}

	.btn-yellow:hover,
	.btn-yellow:active,
	.btn-yellow:focus,
	.btn-yellow.active {
		/* let's darken #004E64 a bit for hover effect */
		background: linear-gradient(rgb(254, 222, 151), rgb(236, 186, 55)) rgb(254, 222, 151);
		color: #000;
		border-color: #003D4F;
	}
