
.skip-link {
  transform: translateY(-100%);
}

.skip-link:focus-within {
  transform: translateY(0%);
}


@font-face {
	font-family: 'Libre Barcode 128 Text';
	font-style: normal;
	font-weight: 400;      
 	src: url("/assets/fonts/librebarcode128-regular.ttf") format("truetype");  
}
		
.barcode128{
			font-family: 'Libre Barcode 128 Text';
			font-size: 3em;
			color: black;
			text-decoration: none;
			display: block;
			text-align: center;
		}		
		
		
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #000000;
	margin: 0px;

    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding:0px;
}

.bigLeading{
	line-height:2em;
}

.shoppingCarNav{
	float:right;
	color: #6FA706;
}
.photoForeground{
  color:#0099CC;	
}

.screenDim{
  opacity: 0.35;
    filter: alpha(opacity=35); /* For IE8 and earlier */
}
.CallOutFormBox{
	background-color:#3D6308;
}

.BigProdImage{
	width:280px;
} 

.red_block{
	display:block;
	color:red;
	font-weight:600;
}

.CallOut1{
  /*color:rgba(9,107,9,1);*/ 
  color:#000000; 
  font-size:25px;
  vertical-align:middle;
  display:inline-block;
}

.CallOut1a{
  color:rgba(22, 107, 102, 1);
  font-size:22px;
}

.dimmedBack{
	color:rgba(160, 180, 197, 1) !important;
}

.strikethrough{
	text-decoration:line-through;	
}

.cc_icon{
	vertical-align:middle;
	margin-right:2px; 
	margin-bottom:4px; 
}
.navBar{
	display:block;
	overflow:hidden;
	padding:0px 8px;
	white-space:nowrap;
	text-align:center;
	background-color:none;
	margin:0px;
	vertical-align:middle;
}


.big_day_div{
	display:inline-block;
	font-size:2rem;
	line-height:2rem;
	color:#FFF;
	letter-spacing:-3px;
	margin:0px 4px;
	vertical-align:top;	
}

.weekday_div{
	 padding-top: 8px; 
	 margin: 0px; 
	 display:block;
	 font-size:1rem;   
	 color:#FFF;
	 text-align:left; 
}

.month_div{ 
	 padding: 0px; 
	 margin: 0px; 
	 display:block; 
	 font-size:1rem;
	 color:#FFF;
	 text-align:left;
}

.med_weekday_div{
	 padding-top: 8px; 
	 margin: 0px; 
	 display:block;
	 font-size:11px;   
	 color:#FFF;
	 text-align:left; 
}

.med_month_div{ 
	 padding: 0px; 
	 margin: 0px; 
	 display:block; 
	 font-size:11px; 
	 color:#FFF;
	 text-align:left;
}

.italic_label{
	 color:white;
	 display:block;
	 margin:auto;
	 font-style:italic;
}


.rotate_60{
	transform-origin: 0 0;
	transform: rotate(60deg);
} 


.mouse-pass-thru{
	pointer-events: none;
}


.good-to-go{
  color:rgb(0, 173, 0); 	
}

.circled_number{
	display:inline-block;
	height:32px;
	width:32px;
	text-align:center;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	border-radius:32px;
	font-size:22px;
	line-height:24px;
	display:inline-block;
	font-weight:700;
	vertical-align:middle;
	background: rgb(0,203,0);
	background: linear-gradient(180deg, rgba(0,203,0,1) 0%, rgba(9,107,9,1) 100%);
	box-shadow:2px 2px 2px #004466;
	margin-bottom:8px;
	margin-right:6px;
	cursor:pointer;
}


.circled_number_grayblue{
	display:inline-block; 
	height:32px; 
	text-align:center;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	border-radius:32px;
	font-size:22px;
	line-height:24px;
	display:inline-block;
	font-weight:700;
	vertical-align:middle;
	background: rgb(0, 153, 204);
	background: linear-gradient(to top,#999999 0,#A0B4C5 100%); 
	box-shadow:2px 2px 2px #004466;
	margin-bottom:8px;
	margin-right:6px;
	padding:0px 6px;
	cursor:pointer;
}
.circled_number_blue{
	display:inline-block; 
	height:32px; 
	text-align:center;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	border-radius:32px;
	font-size:22px;
	line-height:24px;
	display:inline-block;
	font-weight:700;
	vertical-align:middle;
	background: rgb(0,203,0);
	background: linear-gradient(to top,#0099CC 0,#33CCCC 100%); 
	box-shadow:2px 2px 2px #004466;
	margin-bottom:8px;
	margin-right:6px;
	padding:0px 6px;
	cursor:pointer;
}


.circled_number_red{
	display:inline-block; 
	height:32px; 
	text-align:center;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	border-radius:32px;
	font-size:22px;
	line-height:24px;
	display:inline-block;
	font-weight:700;
	vertical-align:middle;
	background: rgb(0,203,0);
	background: linear-gradient(to top,#CC5052 0,#800000 100%); 
	box-shadow:0px 0px 12px #FFFFFF;
	margin-bottom:8px;
	margin-right:6px;
	padding:0px 6px;
	cursor:pointer;
}


.circled_number_big{
	display:inline-block;
	height:48px;
	width:48px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	border-radius:48px;
	font-size:28px;
	display:inline-block;
	font-weight:700;
	vertical-align:middle;
	background: rgb(0,203,0);
	background: linear-gradient(180deg, rgba(0,203,0,1) 0%, rgba(9,107,9,1) 100%);
	box-shadow:2px 2px 2px #004466;
	margin-bottom:8px;
	margin-right:6px;
	cursor:pointer;
}
.circled_number_bigGrayBlue{
	display:inline-block;
	height:48px;
	width:48px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	border-radius:48px;
	font-size:28px;
	display:inline-block;
	font-weight:700;
	vertical-align:middle;
	background: rgb(0, 153, 204);
	background: linear-gradient(to top,#658C99 0,#8CBBC4 100%); 
	box-shadow:2px 2px 2px #004466;
	margin-bottom:8px;
	margin-right:6px;
	cursor:pointer;
} 
 .classAdutls{
	 display:inline-block;
	 font-size:18px;
	 color:#D16500;
	 text-shadow:3px 3px 6px #FFCD9E;
	 background-color:#FFF2E5;
	 padding:8px;     
	 margin-right:16px;
	 margin-bottom:24px; 
	 vertical-align:top;
 } 
 .classYouths{
	 padding:8px;
	 margin-right:16px;
	 margin-bottom:24px;
	 font-size:18px;
	 color:#246600;
	 text-shadow:3px 3px 6px #B9FF94;
	 background-color:#E8FFDB;
	 display:inline-block;
	 vertical-align:top;
 } 
 .classunder4s{
	 padding:8px;
	 margin-right:16px;
	 margin-bottom:24px;
	 font-size:18px;
	 color:#005F8F;
	 text-shadow:3px 3px 6px #8AD8FF;
	 background-color:#E5F7FF;
	 display:inline-block;
	 vertical-align:top;
 } 
 .classFamCampTotals{
	 padding:8px;
	 margin-right:16px;
	 margin-bottom:24px;
	 font-size:18px;
	 color:#555555;
	 text-shadow:3px 3px 6px #CCCCCC;
	 background-color:#FFFFFF;
	 display:inline-block;
	 vertical-align:top;
 }
 
.park_item{
   /*	background-image: url('/rare/assets/images/placeImages/gallery_thumb/place_default.jpg');*/
	background-repeat: no-repeat;
	background-position: left center;
	overflow:hide;
	padding:0px;
	margin-bottom:4px;
}  

.placeBanner{
	width:100%
}

.nightTimeSky{
min-width:350px;
padding:10px;
	background: rgba(6,16,122,1);
	background: -moz-linear-gradient(top, rgba(6,16,122,1) 0%, rgba(6,16,122,1) 64%, rgba(192,39,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,16,122,1)), color-stop(64%, rgba(6,16,122,1)), color-stop(100%, rgba(192,39,230,1)));
	background: -webkit-linear-gradient(top, rgba(6,16,122,1) 0%, rgba(6,16,122,1) 64%, rgba(192,39,230,1) 100%);
	background: -o-linear-gradient(top, rgba(6,16,122,1) 0%, rgba(6,16,122,1) 64%, rgba(192,39,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(6,16,122,1) 0%, rgba(6,16,122,1) 64%, rgba(192,39,230,1) 100%);
	background: linear-gradient(to bottom, rgba(6,16,122,1) 0%, rgba(6,16,122,1) 64%, rgba(192,39,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06107a', endColorstr='#c027e6', GradientType=0 );
}

.mblPlaceBacFade{
	display:block;
	padding:8px;
	width:100%;
	height:100%;
	background: linear-gradient(50deg, rgba(32, 169, 233, 0) 0%, rgba(32, 169, 233, .1) 28%, rgba(32, 169, 233, 1) 50%, rgba(32, 169, 233, 1) 100%);
    text-shadow:2px 2px #000000;
}
 
 
.mblPlaceBacFadeAlt{
	background: linear-gradient(50deg, rgba(19, 138, 195, 0) 0%, rgba(19, 138, 195, .1) 28%, rgba(19, 138, 195, 1) 50%, rgba(19, 138, 195, 1) 100%);
}

.w75p{
	width:75px;
}

.right{
	text-align:right;
}
.FltRight{
	float:right;
}
.block{
	display:block;
}
.inline{
	display:inline-block;
}
.hidden{
	visibility: hidden;
}
.clear{
	clear:both;
}

.dvParkAreaTitle{
	margin-top:12px;
	display:block;
	font-size:24px;
	font-weight:600;
	white-space:normal;
}
.dvParkAreaNotes{
	margin-top:8px;
	display:block;
	font-size:15px;
	font-weight:600;
	white-space:normal;

}

.class_link{
	font-size:18px;
	font-weight:bold;
	color:#990033;
}

.jdate {
		width:120px;
		background-image: url(/assets/images/ico_PUB_calendar.png);
		background-repeat: no-repeat;
		background-position: 12px center;
		display: inline;
		padding: 2px 6px;
		padding-left:36px;
		vertical-align: middle;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-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;
		z-index: 100;
		margin-bottom:18px
}

.



.closed_date{
	background:none !important;
	background-color:#AEB0B1 !important;
	padding:0px !important;  
	border:1px solid #8F8F8F !important;  
	 
}  

.closed_date > span{
	background:none !important;
	color:white !important;
	opacity: 1 !important; 
	border:none !important;  
}

.closed_date a{
	background-color:#AEB0B1 !important; 
	border-color:#2E2E2E !important;
	color:#FFFFFF !important; 
}


.heavily_booked{
	background:none !important;
	background-color:#FFBD42 !important;
	border:1px solid #8F8F8F !important;   	
}

.heavily_booked > a{
	background:none !important;
	color:white !important;
	opacity: 1 !important; 
	border:none !important;  
}



.lightly_booked{
	background:none !important;
	background-color:#FFE72A !important;
	border:1px solid #8F8F8F !important;   	
}

.lightly_booked > a{
	background:none !important;
	color:white !important;
	opacity: 1 !important; 
	border:none !important;  
}



.buffer{
	background:none !important; 
	background-color:#FFADDE !important; 
} 

.heavily_booked a{
 	background-color:#FFBD42 !important;
	border-color:#FFBD42 !important;
	color:#000000 !important; 	
}
.lightly_booked a{
 	background-color:#FFE72A !important;
	border-color:#FFE72A !important;   	
	color:#000000 !important;
} 



.scaled250 {
  transform: scale(1.6);
  background-color:white;
  border:3px solid #FF9900; 
}
.scaled80 {
  transform-origin: top center;
  transform: scale(.8);   
}
.scaled50 {
  transform-origin: top center;
  transform: scale(.5);   
}
.origScale {
  transform: scale(1); 
}



.verticalCenteredText{
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
	transform: rotate(90deg);
	text-align:center;
	display:block;
	width:100%;
	vertical-align:middle;
	display:block;
	text-shadow: 0px 0px 4px #FFFFFF;
}


.floaty-zoom{
	display:block;
	position:absolute;
	right:30px;
	top:30px;
	font-size:60px;
	background-color:#FFFFFF;
	width:55px;
	height:55px;
	border-radius:55px;
	border:1px solid #1785B0
}

.ui-datepicker{ z-index: 999999;}

 #lic_plate{
	 text-transform: uppercase;
	 text-align:center;
	 width:4.4em;
	 margin:auto;
	 border-radius:.5em;
	 font-family:'arial narrow';
	 font-weight:bold;
	 font-size:1.3em;
 }
 .license_plate_box{
	 background-image: url('/assets/images/licensePlates.gif');
	 display:block;
	 font-size:24px;
	 text-align:center;
	 line-height:normal;
	 border-bottom:1px groove #FFFFFF;
	 padding:8px;
 }

.red_asterisk{
	color:red;
	vertical-align:super;
}

.arrow_box{
	height:15px;
	font-size:11px;
	line-height:15px;
	vertical-align:middle;
	display:inline-block;
	padding-left:12px;
	padding-right:8px;
	max-width:400px;
	color:#FFF;
	background:url('/intranet/images/back_up_level.png');
	margin:4px;
	cursor:pointer;
}


.thin-open-header{
	font-family: 'Open Sans', sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:200;
	letter-spacing:0;
	line-height:135%;
	text-align:center;
}

.thin-open-title{
	font-family: 'Open Sans', sans-serif;
	font-size:.9rem;
	font-style:normal;
	font-weight:200;
	letter-spacing:0;
	text-align:center;
	color:#FFFFFF
}

.ui-input-btn{
	font-size:20px;
	color:#FFF;
	width:90%
}

.thin-open-info{
	font-family: 'Open Sans', sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:200;
	letter-spacing:0;
	text-align:center;
	color:#FFF
}

.thin-open-med{
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
	margin:0 0 20px;
	text-align:center;
	color:#3D6308;
}



.thin-open-small{
	font-family: 'Open Sans', sans-serif;
	font-size:.75em;
	font-style:normal;
	font-weight:200;
	line-height:135%;
	margin:0 0 20px;
	text-align:center
}

.columns_two{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;

}

.sidebar{
	position:relative;
	left:0px;
	top:0px;
	width:226px;
	min-height:100%;
	z-index:99998;
	background-color:#333333;
	color:rgba( 255, 255, 255, 0.7 );
	display:inline-block;
	margin:0px;
	padding:0px;

}



.lft_information_col{
  	padding:8px;
	display:block;
	white-space:normal;
}


.data_table TH{
	font:normal 11px Arial,Trebuchet MS,Verdana,Sans-Serif;
	font-weight:bold;
	text-decoration:none;
	border-bottom:2px solid #0E7A90;
	border-right:1px groove #FFF;
	text-transform:capitalize;
	height:22px;
	color:#FFFFFF;
	padding:2px 6px;
	    background: linear-gradient(to top,#0099CC 0,#33CCCC 100%);
}

.data_table TD{
	border-right:1px groove #FFF;
}
TABLE.data_table tr:hover > td{
    background-color:#FFFFFF;
}

/* Data Table Base ---------------------- */
.data_table tr:last-child
{
	border-bottom:2px solid #85A022;
}




/*.data_table tbody tr:first-child td:nth-child(5)  

#GREG.data_table tbody tr:hover > td:first-child
{
	font-size:33px;
}

*/  






.data_table tr:nth-child(even){
	background-color:#FFFFFF;
}

.data_table tr:nth-child(odd){
	background-color:#D6EBEF;
}

/*		Data Table Lite	----------------- */
.data_table_lite TH{
 	background-color:#BAC397;
}

.data_table_lite tr:last-child
{
	border-bottom:2px solid #BAC397;
}

.data_table_lite tr:nth-child(even){
	background-color:#FAFCF3;
}

.data_table_lite tr:nth-child(odd){
	background-color:#F2F2E0;
}




.footer_box{
  background-color:#A46329;
  float:right;
  z-index:1;
  display:none;
  width:100%;

}

.hamburger{
	display:inline-block;
	margin:4px;
	border:0px;
}



.subtitle{
	font-size:18px;
	line-height:16px;
	margin-bottom:12px;
}

.mbl_footer{
  background-color:#FFF;
  color:#999999;
  display:block;
  width:100%;
  padding-top:12px;
  position:fixed;bottom:0;left:0;right:0;height:66px;

}

.mbl_icons_in_footer{
	height:28px;
	display:block;
	font-size:16px;
	line-height:14px;
}

.mbl_footer_item{
	display:inline-block;
	text-align:center;
	width:22%;
	font-size:11px;
}

.mbl_shade_option_btns{
	display:inline-block;
	color: white;
	height:144px;
	width:144px;
	margin:8px;
	vertical-align:middle;
	text-align:center;
	border-radius:10px;
	border: 1px solid rgb(255, 255, 255);
    background-color: rgba(19, 138, 195, 0.70);
}

.mbl_shade_option_btns > img{
	margin:8px;
    min-height: 66px;
    max-height: 66px;
}

/*
.mbl_shade_option_btns{
	white-space:normal;
	text-align:center;
	display:inline-block;
	width:160px;
	height:160px;
	border-radius:10px;
	border:1px solid rgba(14, 32, 21, 1.0);
	background-color:rgba(14, 32, 21, .3);
	padding:8px;
	margin-right:16px;
	vertical-align:middle;
}
*/



A {text-decoration: none; color: #0099CC;}
A:HOVER {text-decoration: underline; color: #0099CC;}

.dimmed_1{color:#B7B0A2;}
.dimmed_2{color:#4D626C;}
.dimmed_3{color:#567178;}



FIELDSET{
	border:1px solid #000000;
	border-radius:8px;
	margin:0 2px;
	padding:.35em .625em .75em;
	color:#005875;
	font-size:15px;
}

legend{
	font-size:1.2rem;font-weight:bold;color:#800000;
}

.frm {
	display:inline;
	padding:2px 6px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.4;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #999999 !important;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-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;
}

.frmErr {font: normal 11px Trebuchet MS, Arial, Verdana, Sans-Serif; background-color:#ffffcc; }



.frm[disabled], .frm[readonly], fieldset[disabled] l{
	cursor:not-allowed;
	background-color:#eee;
	opacity:1
}

.frm_manditory{
	display:inline;
	padding:2px 6px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.4;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #D57915; /* !important;   */
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-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;
}

.frm_numeric{
	display:inline;
	padding:2px 6px;
	padding-right:22px;
	text-align:right;
	vertical-align:middle;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-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
}

.frm_trans_back{
	vertical-align:middle;
	font-size:12px;;
	color:#555555;
	background-color:transparent;
	border-width:1px;
	border-style:Solid;
	border-color:#B7B0A2;
	font-family:Verdana;
	text-align:right
}

.frm_stealth{
	background-color:transparent;
	border:none;
	vertical-align:middle
}

.frm_xlarge {width: 100%;}
.frm_large {width: 75%;}
.frm_medium {width: 50%;}
.frm-small {width: 25%;}
.frm-xsmall {width: 15%;}



.btn {color: #003300; font: bold 11px Arial, Trebuchet MS,  Verdana, Sans-Serif; background: #F3E7B4 url(/intranet/images/btn_back_orange.gif); border-top-width: 0px;  height: 21px;}



.BigBtn {
	font: bold 20px Arial, Trebuchet MS,  Verdana, Sans-Serif;
	font-weight:bold;
	height:42px;
	padding:0px 18px;
	color:#6FA706;
	border-radius:14px;
	border:1px solid #6FA706;
	background-color:#FFF;
}

.MedBtn:disabled, .BigBtn:disabled{
	color:#A6C5E2;
	border-radius:10px;
	border:1px solid #A6C5E2;
}

.MedBtn {
	font-weight:600;
	height:32px;
	padding:0px 18px;
	font-weight:bold;
	height:42px;
	padding:0px 12px;
	color:#6FA706;
	border-radius:8px;
	border:1px solid #6FA706;
	background-color:#FFF;
}

.MedBtn_2ndry{
	width:102px;
	font-weight:600;
	height:36px;
	padding:0px 18px;
	color:#FFFFFF;
	border-radius:8px;
	border:1px solid #549BAB;
	border-color: #006633 #003300 #003300;  
	background: linear-gradient(to top,#29C9FF 0,#60D7D7 100%);  


}

.DimmedBtn{
	background: rgb(0, 153, 204);
	background: linear-gradient(to top,#999999 0,#A0B4C5 100%);
}

.AlphaBtn{
	margin:12px 0px;
	border-width:1px;
	border-color: #006633 #003300 #003300;
    background: #c4204b;
    background: linear-gradient(to top,#0099CC 0,#33CCCC 100%);
    color: #fff;
}     

.ErrorBtn{
	margin:12px 0px;
	border-width:1px;
	border-color: #006633 #003300 #003300;
    background: #c4204b;
    background: linear-gradient(to top,#991518 0,#FF9900 100%);
    color: #fff;
} 

.SmBtn {
	display:inline-block;
	float:right;
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
	overflow:hidden;
	letter-spacing:3px;
	line-height:2px;
	font-weight:600;
	height:16px;
	color:#6FA706;
	border:1px solid #6FA706;
	background-color:#FFF;
	border-radius:3px;
	vertical-align:middle;
	margin:4px;
}

a.SmBtnA {
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
	color:#FFF;
	border:2px solid #6FA706;
	background-color:#6FA706;
	letter-spacing:3px;
	vertical-align:top;
}

a.SmBtnA:link,
a.SmBtnA:hover,
a.SmBtnA:active {
	text-decoration: none;
	color:#FFF;
}

.clear_list_item_top {
	border-top:Thin groove #eae8c8 !important;
}
.clear_list_item_bottom {
	border-bottom:Thin groove #eae8c8 !important;
}

.details_label{
	color:#003366;font: bold 13px arial;text-align:right;white-space:nowrap;
}

.details_value{
	color:#003366;font: bold 17px arial;text-align:left;white-space:nowrap;
}

.TitleWhite {
color:#ffffff;
font-family:Arial;
font-size:14pt;
letter-spacing:-1px;
}

.error{
	color:red;
	margin:4px;
}

INPUT.valid {
    background: url('/intranet/images/icon-ok.png') no-repeat right center #e3ffe5;
    color: #002f00;

}

INPUT.error {
	background: url('/intranet/images/icon-fail.png') no-repeat right center #ffebef;
	color: #480000;
}

INPUT.trash {
	background: url('/Intranet/images/btn_sale_delete_can_35.gif') no-repeat center center #ffebef;
	color: #480000;
}


.bigLabel {
color:#3366ff;
font-family:Arial;
font-weight:bold;
font-size:14pt;
}


.pageTitle {
color:#85A022;
font-family:Arial;
font-weight:bold;
font-size:17pt;
letter-spacing:-1;
}



.FilterLabel
{
	text-align: center;
	font-weight: bold;
}
.FilterElement
{
	text-align: center;
}



.leed_text {
	font : normal 14px Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-weight:bold;
	color:#1175A4;
 }



/*

Dhali Notes: Removed Conflicting with responsive container

div.container {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	margin: 0 auto;
	text-align:center;
} */



.cal_weekday_header
{
	text-align: center;
	font : normal 10px Arial, Trebuchet MS, Verdana, Sans-Serif; text-decoration: none; color: #FFFFFF;
	background: #3F4C10;
}

.cal_blank_day
{
	text-align: center;
	font : normal 10px Arial, Trebuchet MS, Verdana, Sans-Serif; text-decoration: none; color: #FFFFFF;
	background: #E5F1BC;
}
.BlackOut{
	background-color:#FFFFFF !important;
	color:#AEB0B1 !important;
}
.booked {
	background-color:#B597AC !important;
	color:#000000 !important;
}

.mbl_big_button{
	cursor:pointer;
	height:110px;
	margin-right:.2rem;
	padding:6px;
	border:1px solid #FFF;
	border-radius:32px;
	background-color:rgba(0, 51, 0, .1);
}


#big_date_div_dep, #big_date_div_arr{
	cursor:pointer;
	display:inline-block;
	width:110px;
	height:110px;
	margin-right:.2rem;
	padding:6px;
	border: 1px solid rgb(255, 255, 255);
    background-color: rgba(19, 138, 195, 0.6);
	border-radius:16px;
   /*	border:1px solid #FFF;
	background-color:rgba(0, 51, 0, .1);*/
}


#med_date_div_dep, #med_date_div_arr{
	cursor:pointer;
	display:inline-block;
	width:80px;
	height:80px;
	margin-right:.1rem;
	padding:6px;
	border: 1px solid rgb(255, 255, 255);
    background-color: rgba(19, 138, 195, 0.6);
	border-radius:16px;
   /*	border:1px solid #FFF;
	background-color:rgba(0, 51, 0, .1);*/
}


 .smallPopUp{
	display:none;
	position:absolute;
	bottom:0px;
	right:0px;
	width:120px;
	background-color:white;
	border:2px solid #4D626C;
	border-radius:7px;
	padding:4px;
	font-size:16px;
	text-align:left; 
 }



.small_close_x{
	display:inline-block;
	float:right;
	color:#FFF;
	border:1px solid #FFF;
	margin:6px;
	padding:0px 3px;
	line-height:12px;
	height:15px;
}

.ghost{
	font:normal 28px 'Open Sans', Arial, sans-serif;
	font-style:italic;
  /*	letter-spacing:0;*/
	color:#FFF;
	display:inline-block;
}

.ghosted_fat_title{
	font-family: Geneva, Tahoma, Verdana, sans-serif;
 	letter-spacing:-1px;
	line-height:normal;
	font-weight:600;
	font-size:50px;
	font-style:italic;
	color:rgba(55, 77, 15, .5);
	margin:0px;
	padding:0px;
	white-space:nowrap;

}

.ghosted_fat_title_desktop{
	font-family: Geneva, Tahoma, Verdana, sans-serif;
 	letter-spacing:-1px;
	line-height:normal;
	font-weight:600;
	font-size:50px;
	font-style:italic;
	color:rgba(55, 77, 15, .5);
	margin:0px;
	padding:0px;
	white-space:nowrap;

}

.ghost_title{
	font-family: Geneva, Tahoma, Verdana, sans-serif;
 	letter-spacing:-1px;
	font-size:28px;
}

.ghost_title_med, caption{
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	text-align:left;
	font-size:18px;
}

.ghost_title_sm{
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	font-size:14px;
	line-height:14px;

}

caption{
	color:#6FA706;
}


.capitalize{
  text-transform:capitalize;	
}

.slide-down {
	overflow-y: hidden;
	max-height: 200px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}


.td_label_right{
	text-align:left;
	font-size:12px;
	vertical-align:middle;
	text-transform:capitalize;
	padding-left:6px;
}

.td_label, .td_label_manditory{
	min-width:140px;
	text-align:right !important;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-transform:capitalize;
	float:right;
	color:#660000;
}

.fld_label_simple{

	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	text-transform:capitalize;
	font-weight:bold;
	color:#005C7A;
}

.fld_label, .exp_fld_label{

	display:inline-block;
	text-align:right;
	vertical-align:middle;
	white-space:normal;
	text-transform:capitalize;
	font-weight:bold;
	color:#005C7A;
}

.fld_label_wide, .exp_fld_label_wide{
	width:285px;
	display:inline-block;
	text-align:right;
	vertical-align:middle;
	white-space:normal;
	text-transform:capitalize;
	font-weight:bold
}

.fld_label_right, .exp_fld_label_right{
	display:inline-block;
	text-align:left;
	white-space:normal;
	vertical-align:middle;
	text-transform:capitalize;
	padding-left:6px;
}

.fld_label:after, .fld_label_wide:after, .td_label:after, .exp_fld_label:after {
	content:": ";
	padding-right:10px;
 }

.fld_label_manditory, .exp_fld_label_manditory{
  /*	width:160px;
	text-align:right;*/
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	text-transform:capitalize;
	font-weight:bold;
}

.fld_label_manditory:after, .td_label_manditory:after, .exp_fld_label_manditory:after{
	content:" *";
	padding-right:4px;
	color:red;
 }

 .fld_entry, .exp_fld_entry{
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	color:#005C7A;
}



.SelectedBlock{
	background: rgb(0,212,255);
	background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(143, 236, 255, 1) 50%);
}


.SelectedLabel{                                   
	font-weight:bold;
	color:red!important;      
	text-align:center;
}                      

.BlkOfTime{  
	position:absolute;
	margin:0px;
	vertical-align:middle;
	width:44px;
	height:15px;
	border:1px solid gray;
	border-bottom:0;
	text-align:center;
	display:inline-block;
	
}



.BlkOfTimeGroup{
	height:15px
}

.LablOfTime{
	font-size:10px;
	margin-left:50px;
	line-height:1px;
	vertical-align:middle;
	display:inline-block;
	height:15px;
	width:55px;
	color:#A2A2A2
}

.highlight{
	background-color:#FFD88F;
	color:#660000;
}

.LableHighlight{
  color:#1785B0;
  font-weight:bold;
  /*  background: #C1E3A2 url(/assets/images/ui-bg_glass_100_d7ebf9_1x400.png) 50% 50% repeat-x; */
} 


.grid_box{ 
	padding:4px;  
	background-color:#F2FFE7;
	box-shadow:2px 2px 4px;
	color:#374D0F;          
	display:inline-block;  
	position:absolute; 
	right:236px;
	top:77px;
	border-radius: 18px 0px 18px 18px;
	-webkit-box-shadow: inset -9px 0px 19px -1px rgba(35,51,23,0.52); 
	box-shadow: inset -9px 0px 19px -1px rgba(35,51,23,0.52);         
	z-index:199999;

} 



div.pub_grid{
	position:relative;
	display:block;
	z-index:0;
	width:180px;
	height:394px;
}  





div.res_bar{
	position:absolute;
	top:0px;
    width:42px;
	background-color:#ff9900;
	padding:0px;
	margin:0px;
	FILTER:Alpha(Opacity=60); /* IE */
	opacity:0.60; /* Safari, Opera */
	-moz-opacity:0.60; /* FireFox */
	text-align:center;
	font-size:10px;
} 

div.event_conflict_bar{
	position:absolute;
	top:0px;
    width:42px;    
	padding:0px;
	margin:0px;

	background-image: linear-gradient(30deg, #808080 25%, #B8B8B8 25%, #B8B8B8 50%, #808080 50%, #808080 75%, #B8B8B8 75%, #B8B8B8 100%);
	background-size: 80.00px 46.19px;
	
	text-align:center;
	font-size:10px;
}

div.noise_conflict_bar{
	position:absolute;
	top:0px;
    width:42px;    
	padding:0px;
	margin:0px;

	background-image: linear-gradient(30deg, #808080 25%, #B8B8B8 25%, #B8B8B8 50%, #808080 50%, #808080 75%, #B8B8B8 75%, #B8B8B8 100%);
	background-size: 80.00px 46.19px;
   
	text-align:center;
	font-size:10px;
}



div.grayed_bar{
	position:absolute;
	background-color:#A0B4C5;
	padding:0px;
	margin:0px;
	font-size:3px;
	FILTER:Alpha(Opacity=60); /* IE */
	opacity:0.60; /* Safari, Opera */
	-moz-opacity:0.60; /* FireFox */
}

div.dark_grayed_bar{
	position:absolute;

	background-color:#A0B4C5;
	padding:0px;
	margin:0px;
	font-size:3px;
	FILTER:Alpha(Opacity=80); /* IE */
	opacity:0.80; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
}

.mousetrail_A{
	height:36px;
	width:160px;
	font-size:15px;
	line-height:30px;
	vertical-align:middle;
	display:inline-block;
	text-align:center; ;
	max-width:400px;
	color:#9E9E9E;
	background:url('/assets/images/mousetrail_A.png');
	background-position:right center;
	cursor:pointer;
	margin:0px;
}

.mousetrail_B{
	height:36px;
	width:160px;
	font-size:15px;
	font-weight:600;
	line-height:30px;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	max-width:400px;
	color:#3D6308;
	background:url('/assets/images/mousetrail_B.png');
	background-position:right center;
	cursor:pointer;
	margin:0px;
}

.mousetrail_B_end{
	height:36px;
	width:160px;
	font-size:15px;
	font-weight:600;
	line-height:30px;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	max-width:400px;
	color:#3D6308;
	background:url('/assets/images/mousetrail_B_end.png');
	background-position:right center;
	cursor:pointer;
	margin:0px;
}

.mousetrail_A_end{
	height:36px;
	width:160px;
	font-size:15px;
	line-height:30px;
	vertical-align:middle;
	display:inline-block;
	text-align:center; ;
	max-width:400px;
	color:#ADADAD;
	background:url('/assets/images/mousetrail_A_end.png');
	background-position:right center;
	cursor:pointer;
	margin:0px;
}

.mousetrail_A_ON{
	height:36px;
	width:160px;
	font-size:15px;
	line-height:30px;
	vertical-align:middle;
	display:inline-block;
	text-align:center; ;
	max-width:400px;
	color:#9E9E9E;
	background:url('/assets/images/mousetrail_A_ON.png');
	background-position:right center;
	cursor:pointer;
	margin:0px;
}


.none_found{
	display:block;
	padding:40px;
	font-size:1rem;
}

.minor_text_blue{
	font-weight:bold;
	color:#037DC8;
	letter-spacing:normal;
}

.minor_text_maroon{
	font-weight:bold;
	color:#732626;
	letter-spacing:normal;
}

.minor_info{
	font-size:10px;
	line-height:11px;
	letter-spacing:normal;
	display:block;
	color:#333333;
}

.status_deleted, .panel-cart-item.status_deleted {
	background:#CCB7C6;
}
tr.status_deleted:nth-child(even){
	background-color:#CCB7C6;
}
tr.status_deleted:nth-child(odd){
	background-color:#B597AC;
}

.ui-tooltip {
     background:none;
	 background-color:white;
	 color:#666;
	 z-index:999999;
	 opacity: 1;
 }

.back_link{
	margin:12px;
	margin-top:0;
	display:block;
	cursor:pointer;
}

.twentyfiftyCent{
    zoom: 0.25;
    -moz-transform: scale(0.25);
}

.fourtyCent{
    zoom: 0.4;
    -moz-transform: scale(0.4);
}

.fiftyCent{
    zoom: 0.5;
    -moz-transform: scale(0.5);
}

.sixtyCent{
    zoom: 0.6;
    -moz-transform: scale(0.6);
}

.eightyCent{
    zoom: 0.8;
    -moz-transform: scale(0.8);
}



input[type="checkbox" i] {
    margin-left:12px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A9BEC7;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A9BEC7;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A9BEC7;
}
:-moz-placeholder { /* Firefox 18- */
  color: #A9BEC7;
}



.thumbnail_H{
	width:150px;
	position:relative;
	top:-10px;
	left:-10px;
	z-index:999;
}

.thumbnail_V{
	height:110px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.thumbnail_SM{
	height:87px;
}

.small_info{
	font-size:10px;
	display:block;
}

.retrnIndent30{
	display:block;
	padding-left:30px;
}




/*.grid-reservation > [class*='col-'] {float: left;}   */
[class*='col-'] {float: left;}
.col-20 {width: 20%;}
.col-25 {width: 25%;}
.col-33 {width: 33%;}
.col-40 {width: 40%;}
.col-50 {width: 50%;} 
.col-60 {width: 60%;} 
.col-75 {width: 75%;}
.col-100 {width: 100%;}
.grid:after {content: "";display: table;clear: both;}

.gutter-4{padding-right: 4px;}
.gutter, .gutter-8{padding-right: 8px;}
.gutter-10{padding-right: 10px;}
.gutter-12{padding-right: 12px;}

.reservation-select {margin:12px 0px;
	width:215px;
	text-align:center;}
.reservation-input {
	width:87px;
	background-image: url(/assets/images/ico_PUB_calendar.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left:36px;
	margin-bottom:18px;
}
.reservation-helper-text {
	color:#69383F;
	text-shadow: 0px 0px 5px #DA896C;
	font-size:13px;
	line-height:9px;
	display:block;
	text-align:center;
	padding:4px;
}
.grid-reservation:after {content: "";display: table;clear: both;}
.grid-widget {padding:5px;margin:8px;}
.grid-button {width:100%}
.grid-div-button {border: 3px solid #FF0000;border-radius:20px;display:block;margin:24px 0;padding:6px;}

.mapCard{
  height:500px;
  overflow:auto;
  border-top: 4px solid #85A022;
  border-bottom: 4px solid #85A022;
  }

.photOverLayIcon{
	position:absolute;
	top:-6px;
	left:-6px;
	width:36px;
	height:36px;
	display:block;
	z-index:999999;
}

.mbl_photOverLayIcon{
	position:absolute;
	top:0px;
	left:0px;
	width:36px;
	height:36px;
	display:block;
	z-index:1000;
}


.block_mbl_filter_div{
	width:100%;
}

.MBLviewClass{
	position:absolute;
	right:10px;
	top:4px;
}

.mblMapSmallCircle{
	position:absolute;
	top:-55px;
	left:-35px;
	width:70px;
	height:70px;
	border-radius:45px;
	text-align:center;
	transition: all .3s ease-in-out; 
}

.mblMapFullSize{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:400px;
	border-radius:0px;              
	transition: all .3s ease-in-out;
}
.mblMapCircleIcon{
	display:block;
	color:#000000;
	position:absolute;
	top:-1.2em;
	left:10px;
	font-size:3.5em;
	z-index:999999;
}
#mapContainer{
	position:relative;
	z-index:99999;
}

h1{font-size: 28px;}
h2{font-size: 18px;}
h3{font-size: 16px;}

.ui-widget-content h1,
.ui-widget-content h2,
.ui-widget-content h3{
	line-height:normal;
}



.map-info-window{
	margin-bottom: 5px;
}

.text-red{color: #991518;}
.text-dgreen{color: #455907;}

.nav_highlight, .text-shadow{
	font-size:25px;
	color:#000000;
	text-shadow:3px 3px 6px #85A022;
}
.txt_highlight{
	font-size:20px;
	color:#000000;
	font-weight:400;

	text-shadow:3px 3px 6px #85A022;
}



.ui-widget-content h1,
.ui-widget-content h2,
.ui-widget-content h3{

}

small{
	font-size: 11px;
	font-weight: normal;
}

.text-center{
	text-align: center;
}

.hide{
	display:none;
}

.loading_screen{
    position:absolute;
	display:block;
	width:100%;
	height:100%;
	background: rgba(255,255,255,.8) url(/assets/images/ajax-loader.gif) no-repeat;
	background-position: center center;
	display:none;
	z-index:999999;
}

.ui-widget-content, .content{
	margin-bottom: 8px;
	padding: 8px;
}

.ui-widget-content-red{
	color: #fff;
	background: none;
	background-color: #991518;
	border: 1px solid #CC7475;
}
.ui-widget-content-red h1,
.ui-widget-content-red h2,
.ui-widget-content-red h3{
	color: #fff;
}

.ui-widget-content-msg-red{
	color:#991518;
	border:1px solid #991518;
	max-width:92%;
}

/* Data List Styles*/
dl {margin-bottom:10px;}
dl dt {
    float:left;
    overflow: hidden;
    font-weight:bold;
    margin-right:10px;
  	text-align:right;
  	width:115px;
}
dl dd {
	overflow: auto;
    margin:2px 0;
}

dl dt.text-small, dl dd.text-small{
	font-size: 12px;
	margin-top: -7px
}

dl dt.text-large, dl dd.text-large{
	font-size: 24px;
	overflow: hidden;
}

 .filter-header{
	 cursor:pointer;
	 position:relative;
	 display:block;
/*	 background:#A6C856;
	 color:#FFFFFF;*/
	 font-weight:bold;
	 text-align:center;
 }

 .expand-o-box{
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  /* 	border-bottom:5px solid #A6C856; */
 } 

#tabs{
	border:none;
	background:none;
	margin:0px;
}


.tabsblue{
	border:1px solid #1175A4;
	background:none;
	background-color:#FFFFFF !important;
	margin:0px;
}

#tabs-1{
	border:none;
}

.ui-widget-header{
	border:none;
	padding:0px;
}   






.ui-tab, .ui-state-default a,
.ui-state-default a:link, .ui-state-default a:visited {
	border: 1px solid #1175A4;
   /*	border-radius:6px 6px 0px 0px !important;  */
	border-bottom:none;
	background: #FFFFFF;	/*#C1E3A2 url("/assets/images/ui-bg_glass_100_d7ebf9_1x400.png") 50% 50% repeat-x; */
	font-weight: bold;
	color: #80ADDB;
}
.ui-tab, .ui-state-active, .ui-state-active a,
.ui-state-active a:link, .ui-state-active a:visited {
	border: 1px solid #1175A4;   
   /*	background: #3baae3 url("/assets/images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;*/
	background: none;
	background-color: #FFFFFF;
	border-bottom:none;    
	border-radius:6px 6px 0px 0px !important;
	font-weight: bold;
	color: #1175A4;
}








.btn_previous, .btn_next{
	border:1px solid #597A1F;
	color: #597A1F;
	border-radius:8px;
	padding:0px 6px;
	vertical-align:middle;
	font-size:13px;
	cursor:pointer;
}

.tiny{
	font-size:9px;
}

.panel-cart {
	color: black;
}


.site_in_cart {
	border:5px solid blue;
}

.interesting{
	color:#0099CC;
	font-size:1em;
	font-style:italic;
	font-weight:500;
}


.oblique{
	font-style: oblique;
}

.dept_top_info_msgbx{
	display:inline-block;
	color:#006B8F;
	padding:12px;
}

.fa, .fas, .far{   /* Font Awesome */
	color:#0099CC;
	font-size:18px;
}



/* Temporary No MBL -------------------------------------
		REMOVE BEFORE FLIGHT !!!important	 */
	/* #mbl_content{
		display:none;
	}
	#desk_content{
		display:block;
	}
	body{
		color:#000000;
		background:none;
		background-color:rgba(77, 108, 34, 1);
	} */
/*
 Temporary No MBL ------------------------------------- */

 /*------------------------------------
	# Header
------------------------------------*/

.site-utilities {
	color: #FFF;
	font-weight: 600;
	padding: 4px 0;
	text-align: right;
	background: -webkit-linear-gradient(left, rgba(30, 56, 26, 0) 0%, rgba(30, 56, 26, .6) 11%, rgba(30, 56, 26, .6) 100%);
	background: -o-linear-gradient(left, rgba(30, 56, 26, 0) 0%, rgba(30, 56, 26, .6) 11%, rgba(30, 56, 26, .6) 100%);
	background: -ms-linear-gradient(left, rgba(25,59,117,0) 0%, rgba(30, 56, 26, .6) 11%, rgba(30, 56, 26, .6) 100%);
}



/*------------------------------------
	#Header Widgets
------------------------------------*/

.header-widgets {
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #fff;
	border-radius: 8px;
	background-color:rgba(30, 56, 26, .6);
}

.header-widget-item {
	color: #fff;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	text-shadow: 2px 2px 7px #000000;
}
.header-widgets .header-widget-item:last-child {
	border-right: none;
}
.header-widget-weather {
	padding-top: 20px;
	text-transform: uppercase;
}
.header-widget-donations a {
	color: #fff;
	font-size:20px;
	text-shadow:none;
	text-decoration: none;
}
.header-widget-donations .icon-heart {
	color:#D3E845;
	font-size: 30px;
	display: inline-block;
}
.header-widget-donations .widget-text {
	font-size:13px;
	line-height: 1;
}
.header-widget-shop .widget-img {
	display: inline-block;
	vertical-align: middle;
}
.header-widget-shop .widget-text {
	color:#fff;
	font-size: 16px;
	display: inline-block;
	width: 60px;
	line-height: 1;
	vertical-align: middle;
}

/*------------------------------------
	# Icons
------------------------------------*/

.inline-icon {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
	cursor: pointer;
}
.inline-icon-img {
	height: 18px;
	display: inline-block;
	margin-right: 8px;
}
.inline-icon-text {
	font-size: 12px;
	display: inline-block;
}

/*------------------------------------
	# Main Navigation
------------------------------------*/

.main-navigation {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	display: none;
	width: 100%;
}
.main-navigation.active {
	display: block;
}



.main-navigation > li {
	display: block;
	text-align: center;
}



.main-navigation > li > a {
	display: block;
	padding: 10px 0;
	margin: 0;
	text-decoration: none;
}

/*------------------------------------
	# Hamburger Icon
------------------------------------*/

.main-navigation-wrap .navbar-toggle {
	display: block;
	float: none;
	margin: 0;
}

.navbar-toggle {
  width: 50px;
  height: 50px;
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.navbar-toggle:hover {
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
.navbar-toggle:hover .navbar-icon:before {
	top: -9px;
}
.navbar-toggle:hover .navbar-icon:after {
	top: 9px;
}



.navbar-toggle.active .navbar-icon {
  background: none;
}
.navbar-toggle.active .navbar-icon:before {
  top: 0;
  background: #6FA706;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle.active .navbar-icon:after {
  top: 0;
  background: #6FA706;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-icon {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #6FA706;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-icon:after,
.navbar-icon:before {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background: #6FA706;
	position: absolute;
	z-index: -1;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-icon:before {
  top: -8px;
}
.navbar-icon:after {
  top: 8px;
}
.reservation-helper-text{
	line-height:12px;
}

.nowrap{
	white-space:nowrap;
}

.block{
	display:block;
}


.selectedCalendarCell{
	outline:2px solid #88DEFF;
	border-collapse: collapse;
	box-sizing: border-box;
}

.selectedCalendarCell>a{
	background-image:none !important;
	background-color:#FFFFFF !important;
}

.img-wrapper {
	margin: auto;
	width: 100%;
}

.img-wrapper img{
	width: 100%;
	height: auto;
}

/* ------------------------------ */
/* Expansion Fields*/
.expansionfieldblock{
	margin-bottom: 8px;
}
.expansionfieldlabel {
	display: block;
}

.expansionfieldblock > label,
.expansionfieldblock>span>label,
.expansionfieldlabel {
   /*	color: #005C7A;   GREG 11-20 this was overrinding the Error class when left blank */
	font-size: 13px;
}
.expansionfieldradio{
	margin-right: 8px;
}
.expansionfieldradio > input {
	margin: 0px;
}

.ui-active{
	background:#FDD85E;
	border:1px solid #FF9900;
}



.ui-datepicker-inline {
	width: 100%;
}


.ui-camava-content{
	background:none;
	background-color:#C1E3A2;
	max-width:250px;
}
.closed_date .ui-state-default, .heavily_booked .ui-state-default, .lightly_booked .ui-state-default{
	background:none;
}

.ui-dialog { z-index: 1000 !important ;}

.ani-softBlue-red-softBlue{
	animation: softBlue-red-softBlue 1s;
}


.BigOutlineBlue{
    fill: rgb(173, 173, 173);
    stroke: rgb(110, 204, 221);
    stroke-width: 2;
    font-size: 160px;
    line-height: normal;
}
 

.mblBigQuestions{
	display:block; 
	font-size:36px;
	font-weight:bold;
	line-height:32px;
	max-width:80%;
	margin:50px auto;
	margin-bottom:10px;
	text-align:center;                                            
	color: rgba(255, 255, 255, 1);
  	-webkit-text-stroke: 1px rgba(84, 125, 13, 1);
  	text-shadow:
		3px 3px 0 #223305,
		-1px -1px 0 #223305,  
		1px -1px 0 #223305,
		-1px 1px 0 #223305,
		1px 1px 0 #223305;
}

.ticket_border{
	padding:12px;
	border:2px solid black;
	border-radius:9px;
}

@media print {
		.ticket_border {
				break-inside: avoid;
		}
}


@keyframes softBlue-red-softBlue{
  0% {
    background: #5ABDEB;
  }
  100% {
    background: #FFFFFF;
  }
}



/* For mobile phones: */
@media (max-width:833px) {

	.site-utilities {
		width: 600px;
		position: absolute;
		z-index: 50;
		top: 8px;
		right: 0;
	}

	.header-widgets {
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 500px;
	}

	.mbl-ghost_title,
	.ghosted_fat_title {
		font: normal 28px 'Open Sans', Arial, sans-serif;
		font-style: italic;
		color: #FFF;
		margin: 8px;
	}
}

/* For mobile phones: */
@media (min-width: 833px) {
	/* was not working on mobile*/
}


/* For desktop: */
@media(min-width: 992px) {
		.main-navigation {
			display: block;
		}
	.main-navigation>li {
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
		margin-right: 5px;
	}
	.main-navigation-wrap .navbar-toggle {
		display: none;
	}
}


.ui-dialog { z-index: 1000000 !important ;}



@media print {
    .no-print, .no-print * {
        display: none !important;
    }
	input{
		border:0 !important;
	}

}


