
 /* 
-------cacheFileName----------
 key11331714E016BFBA55FC564172D1DE33EA2365172A93FF766B77855F1AA8EC11 */ 

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 11:12 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 0;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -140px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */
#qtip-calendar .qtip-close.icon-close {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  text-indent: inherit;
  width: 25px;
}
		
			

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  height: 160px;
}
	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}



#qtip-calendar .qtip-tip {
  bottom: -14px !important;
  height: 16px !important;
  margin-left: -30px !important;
  width: 31px !important;
}


#qtip-calendar .qtip-close {right: -92px !important;top: -11px !important;}


.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  background:#fff;
  border: 0 dashed rgba(0, 0, 0, 0);
  color: #123456;
  position: absolute;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.glyph{font-size:16px;width:15em;padding-bottom:1em;margin-right:4em;margin-bottom:1em;float:left;overflow:hidden}.liga{width:80%}.talign-right{text-align:right}.talign-center{text-align:center}.bgc1{background:#f1f1f1}.fgc1{color:#999}.fgc0{color:#000}.mvm{margin-top:.75em;margin-bottom:.75em}.mtn{margin-top:0}.mtl,.mal{margin-top:1.5em}.mbl,.mal{margin-bottom:1.5em}.mal,.mhl{margin-left:1.5em;margin-right:1.5em}.mhmm{margin-left:1em;margin-right:1em}.mls{margin-left:.25em}.ptl{padding-top:1.5em}.pbs,.pvs{padding-bottom:.25em}.pvs,.pts{padding-top:.25em}.unit{float:left}.unitRight{float:right}.size1of2{width:50%}.size1of1{width:100%}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hidden-true{display:none}.textbox0{width:3em;background:#f1f1f1;padding:.25em .5em;line-height:1.5;height:1.5em}#testDrive{padding-top:24px;line-height:1.5}.fs0{font-size:16px}
@font-face{font-family:'MilestoneRetinaDisplayIcons';src:url('/fonts/milestoneretinadisplayicons.eot?t2wpx5');src:url('/fonts/milestoneretinadisplayicons.eot?#iefixt2wpx5') format('embedded-opentype'),url('/fonts/milestoneretinadisplayicons.woff?t2wpx5') format('woff'),url('/fonts/milestoneretinadisplayicons.ttf?t2wpx5') format('truetype'),url('/fonts/milestoneretinadisplayicons.svg?t2wpx5#milestoneretinadisplayicons') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'MilestoneRetinaDisplayIcons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-svg:before{content:"\e600"}.icon-svg2:before{content:"\e601"}.icon-svg3:before{content:"\e602"}.icon-svg4:before{content:"\e603"}.icon-svg5:before{content:"\e604"}.icon-svg6:before{content:"\e605"}.icon-svg7:before{content:"\e606"}.icon-svg8:before{content:"\e607"}.icon-svg9:before{content:"\e608"}.icon-svg10:before{content:"\e609"}.icon-svg11:before{content:"\e60a"}.icon-svg12:before{content:"\e60b"}.icon-svg13:before{content:"\e60c"}.icon-svg14:before{content:"\e60d"}.icon-svg15:before{content:"\e60e"}.icon-svg16:before{content:"\e60f"}.icon-svg17:before{content:"\e610"}.icon-svg18:before{content:"\e611"}.icon-svg19:before{content:"\e612"}.icon-svg20:before{content:"\e613"}.icon-svg21:before{content:"\e614"}.icon-svg22:before{content:"\e615"}.icon-svg23:before{content:"\e616"}.icon-svg24:before{content:"\e617"}.icon-svg25:before{content:"\e618"}.icon-svg26:before{content:"\e619"}.icon-svg27:before{content:"\e61a"}.icon-svg28:before{content:"\e61b"}.icon-svg29:before{content:"\e61c"}.icon-svg30:before{content:"\e61d"}.icon-svg31:before{content:"\e61e"}.icon-svg32:before{content:"\e61f"}.icon-svg33:before{content:"\e620"}.icon-svg34:before{content:"\e621"}.icon-svg35:before{content:"\e622"}.icon-svg36:before{content:"\e623"}.icon-svg37:before{content:"\e624"}.icon-svg38:before{content:"\e625"}.icon-svg39:before{content:"\e626"}.icon-svg40:before{content:"\e627"}.icon-svg41:before{content:"\e628"}.icon-svg42:before{content:"\e629"}.icon-svg43:before{content:"\e62a"}.icon-svg44:before{content:"\e62b"}.icon-svg45:before{content:"\e62c"}.icon-svg46:before{content:"\e62d"}.icon-svg47:before{content:"\e62e"}.icon-accessibility:before{content:"\e62f"}.icon-address-book:before{content:"\e630"}.icon-aid:before{content:"\e631"}.icon-airplane:before{content:"\e632"}.icon-alarm:before{content:"\e633"}.icon-alarm2:before{content:"\e634"}.icon-android:before{content:"\e635"}.icon-angry:before{content:"\e636"}.icon-angry2:before{content:"\e637"}.icon-apple:before{content:"\e638"}.icon-arrow-down-left:before{content:"\e639"}.icon-arrow-down-left2:before{content:"\e63a"}.icon-arrow-down-left3:before{content:"\e63b"}.icon-arrow-down-right:before{content:"\e63c"}.icon-arrow-down-right2:before{content:"\e63d"}.icon-arrow-down-right3:before{content:"\e63e"}.icon-arrow-down:before{content:"\e63f"}.icon-arrow-down2:before{content:"\e640"}.icon-arrow-down3:before{content:"\e641"}.icon-arrow-left:before{content:"\e642"}.icon-arrow-left2:before{content:"\e643"}.icon-arrow-left3:before{content:"\e644"}.icon-arrow-right:before{content:"\e645"}.icon-arrow-right2:before{content:"\e646"}.icon-arrow-right3:before{content:"\e647"}.icon-arrow-up-left:before{content:"\e648"}.icon-arrow-up-left2:before{content:"\e649"}.icon-arrow-up-left3:before{content:"\e64a"}.icon-arrow-up-right:before{content:"\e64b"}.icon-arrow-up-right2:before{content:"\e64c"}.icon-arrow-up-right3:before{content:"\e64d"}.icon-arrow-up:before{content:"\e64e"}.icon-arrow-up2:before{content:"\e64f"}.icon-arrow-up3:before{content:"\e650"}.icon-attachment:before{content:"\e651"}.icon-backward:before{content:"\e652"}.icon-backward2:before{content:"\e653"}.icon-barcode:before{content:"\e654"}.icon-bars:before{content:"\e655"}.icon-bars2:before{content:"\e656"}.icon-bell:before{content:"\e657"}.icon-binoculars:before{content:"\e658"}.icon-blocked:before{content:"\e659"}.icon-blog:before{content:"\e65a"}.icon-blogger:before{content:"\e65b"}.icon-blogger2:before{content:"\e65c"}.icon-bold:before{content:"\e65d"}.icon-book:before{content:"\e65e"}.icon-bookmark:before{content:"\e65f"}.icon-bookmarks:before{content:"\e660"}.icon-books:before{content:"\e661"}.icon-box-add:before{content:"\e662"}.icon-box-remove:before{content:"\e663"}.icon-briefcase:before{content:"\e664"}.icon-brightness-contrast:before{content:"\e665"}.icon-brightness-medium:before{content:"\e666"}.icon-bubble:before{content:"\e667"}.icon-bubble2:before{content:"\e668"}.icon-bubbles:before{content:"\e669"}.icon-bubbles2:before{content:"\e66a"}.icon-bubbles3:before{content:"\e66b"}.icon-bubbles4:before{content:"\e66c"}.icon-bug:before{content:"\e66d"}.icon-bullhorn:before{content:"\e66e"}.icon-busy:before{content:"\e66f"}.icon-cabinet:before{content:"\e670"}.icon-calculate:before{content:"\e671"}.icon-calendar:before{content:"\e672"}.icon-calendar2:before{content:"\e673"}.icon-camera:before{content:"\e674"}.icon-camera2:before{content:"\e675"}.icon-cancel-circle:before{content:"\e676"}.icon-cart:before{content:"\e677"}.icon-cart2:before{content:"\e678"}.icon-cart3:before{content:"\e679"}.icon-checkbox-checked:before{content:"\e67a"}.icon-checkbox-partial:before{content:"\e67b"}.icon-checkbox-unchecked:before{content:"\e67c"}.icon-checkmark-circle:before{content:"\e67d"}.icon-checkmark:before{content:"\e67e"}.icon-checkmark2:before{content:"\e67f"}.icon-chrome:before{content:"\e680"}.icon-clock:before{content:"\e681"}.icon-clock2:before{content:"\e682"}.icon-close:before{content:"\e683"}.icon-cloud-download:before{content:"\e684"}.icon-cloud-upload:before{content:"\e685"}.icon-cloud:before{content:"\e686"}.icon-clubs:before{content:"\e687"}.icon-code:before{content:"\e688"}.icon-cog:before{content:"\e689"}.icon-cog2:before{content:"\e68a"}.icon-cogs:before{content:"\e68b"}.icon-coin:before{content:"\e68c"}.icon-compass:before{content:"\e68d"}.icon-confused:before{content:"\e68e"}.icon-confused2:before{content:"\e68f"}.icon-connection:before{content:"\e690"}.icon-console:before{content:"\e691"}.icon-contract:before{content:"\e692"}.icon-contract2:before{content:"\e693"}.icon-contrast:before{content:"\e694"}.icon-cool:before{content:"\e695"}.icon-cool2:before{content:"\e696"}.icon-copy:before{content:"\e697"}.icon-copy2:before{content:"\e698"}.icon-copy3:before{content:"\e699"}.icon-credit:before{content:"\e69a"}.icon-crop:before{content:"\e69b"}.icon-css3:before{content:"\e69c"}.icon-dashboard:before{content:"\e69d"}.icon-delicious:before{content:"\e69e"}.icon-deviantart:before{content:"\e69f"}.icon-deviantart2:before{content:"\e6a0"}.icon-diamonds:before{content:"\e6a1"}.icon-dice:before{content:"\e6a2"}.icon-disk:before{content:"\e6a3"}.icon-download:before{content:"\e6a4"}.icon-download2:before{content:"\e6a5"}.icon-download3:before{content:"\e6a6"}.icon-drawer:before{content:"\e6a7"}.icon-drawer2:before{content:"\e6a8"}.icon-drawer3:before{content:"\e6a9"}.icon-dribbble:before{content:"\e6aa"}.icon-dribbble2:before{content:"\e6ab"}.icon-dribbble3:before{content:"\e6ac"}.icon-droplet:before{content:"\e6ad"}.icon-earth:before{content:"\e6ae"}.icon-eject:before{content:"\e6af"}.icon-embed:before{content:"\e6b0"}.icon-enter:before{content:"\e6b1"}.icon-envelop:before{content:"\e6b2"}.icon-equalizer:before{content:"\e6b3"}.icon-evil:before{content:"\e6b4"}.icon-evil2:before{content:"\e6b5"}.icon-exit:before{content:"\e6b6"}.icon-expand:before{content:"\e6b7"}.icon-expand2:before{content:"\e6b8"}.icon-eye-blocked:before{content:"\e6b9"}.icon-eye:before{content:"\e6ba"}.icon-eye2:before{content:"\e6bb"}.icon-facebook:before{content:"\e6bc"}.icon-facebook2:before{content:"\e6bd"}.icon-facebook3:before{content:"\e6be"}.icon-feed:before{content:"\e6bf"}.icon-feed2:before{content:"\e6c0"}.icon-feed3:before{content:"\e6c1"}.icon-feed4:before{content:"\e6c2"}.icon-file-css:before{content:"\e6c3"}.icon-file-excel:before{content:"\e6c4"}.icon-file-openoffice:before{content:"\e6c5"}.icon-file-pdf:before{content:"\e6c6"}.icon-file-powerpoint:before{content:"\e6c7"}.icon-file-word:before{content:"\e6c8"}.icon-file-xml:before{content:"\e6c9"}.icon-file-zip:before{content:"\e6ca"}.icon-file:before{content:"\e6cb"}.icon-file2:before{content:"\e6cc"}.icon-file3:before{content:"\e6cd"}.icon-file4:before{content:"\e6ce"}.icon-film:before{content:"\e6cf"}.icon-filter:before{content:"\e6d0"}.icon-filter2:before{content:"\e6d1"}.icon-finder:before{content:"\e6d2"}.icon-fire:before{content:"\e6d3"}.icon-firefox:before{content:"\e6d4"}.icon-first:before{content:"\e6d5"}.icon-flag:before{content:"\e6d6"}.icon-flattr:before{content:"\e6d7"}.icon-flickr:before{content:"\e6d8"}.icon-flickr2:before{content:"\e6d9"}.icon-flickr3:before{content:"\e6da"}.icon-flickr4:before{content:"\e6db"}.icon-flip:before{content:"\e6dc"}.icon-flip2:before{content:"\e6dd"}.icon-folder-open:before{content:"\e6de"}.icon-folder:before{content:"\e6df"}.icon-font:before{content:"\e6e0"}.icon-food:before{content:"\e6e1"}.icon-forrst:before{content:"\e6e2"}.icon-forrst2:before{content:"\e6e3"}.icon-forward:before{content:"\e6e4"}.icon-forward2:before{content:"\e6e5"}.icon-forward3:before{content:"\e6e6"}.icon-foursquare:before{content:"\e6e7"}.icon-foursquare2:before{content:"\e6e8"}.icon-gift:before{content:"\e6e9"}.icon-github:before{content:"\e6ea"}.icon-github2:before{content:"\e6eb"}.icon-github3:before{content:"\e6ec"}.icon-github4:before{content:"\e6ed"}.icon-github5:before{content:"\e6ee"}.icon-glass:before{content:"\e6ef"}.icon-globe:before{content:"\e6f0"}.icon-google-drive:before{content:"\e6f1"}.icon-google-plus:before{content:"\e6f2"}.icon-google-plus2:before{content:"\e6f3"}.icon-google-plus3:before{content:"\e6f4"}.icon-google-plus4:before{content:"\e6f5"}.icon-google:before{content:"\e6f6"}.icon-grin:before{content:"\e6f7"}.icon-grin2:before{content:"\e6f8"}.icon-hammer:before{content:"\e6f9"}.icon-hammer2:before{content:"\e6fa"}.icon-happy:before{content:"\e6fb"}.icon-happy2:before{content:"\e6fc"}.icon-headphones:before{content:"\e6fd"}.icon-heart-broken:before{content:"\e6fe"}.icon-heart:before{content:"\e6ff"}.icon-heart2:before{content:"\e700"}.icon-history:before{content:"\e701"}.icon-home:before{content:"\e702"}.icon-home2:before{content:"\e703"}.icon-home3:before{content:"\e704"}.icon-html5:before{content:"\e705"}.icon-html52:before{content:"\e706"}.icon-icomoon:before{content:"\e707"}.icon-ie:before{content:"\e708"}.icon-image:before{content:"\e709"}.icon-image2:before{content:"\e70a"}.icon-images:before{content:"\e70b"}.icon-indent-decrease:before{content:"\e70c"}.icon-indent-increase:before{content:"\e70d"}.icon-info:before{content:"\e70e"}.icon-info2:before{content:"\e70f"}.icon-insert-template:before{content:"\e710"}.icon-instagram:before{content:"\e711"}.icon-italic:before{content:"\e712"}.icon-joomla:before{content:"\e713"}.icon-key:before{content:"\e714"}.icon-key2:before{content:"\e715"}.icon-keyboard:before{content:"\e716"}.icon-lab:before{content:"\e717"}.icon-lanyrd:before{content:"\e718"}.icon-laptop:before{content:"\e719"}.icon-last:before{content:"\e71a"}.icon-lastfm:before{content:"\e71b"}.icon-lastfm2:before{content:"\e71c"}.icon-leaf:before{content:"\e71d"}.icon-left-to-right:before{content:"\e71e"}.icon-library:before{content:"\e71f"}.icon-libreoffice:before{content:"\e720"}.icon-lightning:before{content:"\e721"}.icon-link:before{content:"\e722"}.icon-linkedin:before{content:"\e723"}.icon-list:before{content:"\e724"}.icon-list2:before{content:"\e725"}.icon-location:before{content:"\e726"}.icon-location2:before{content:"\e727"}.icon-lock:before{content:"\e728"}.icon-lock2:before{content:"\e729"}.icon-loop:before{content:"\e72a"}.icon-loop2:before{content:"\e72b"}.icon-loop3:before{content:"\e72c"}.icon-magnet:before{content:"\e72d"}.icon-mail:before{content:"\e72e"}.icon-mail2:before{content:"\e72f"}.icon-mail3:before{content:"\e730"}.icon-mail4:before{content:"\e731"}.icon-map:before{content:"\e732"}.icon-map2:before{content:"\e733"}.icon-menu:before{content:"\e734"}.icon-menu2:before{content:"\e735"}.icon-meter:before{content:"\e736"}.icon-meter2:before{content:"\e737"}.icon-minus:before{content:"\e738"}.icon-mobile:before{content:"\e739"}.icon-mobile2:before{content:"\e73a"}.icon-mug:before{content:"\e73b"}.icon-music:before{content:"\e73c"}.icon-neutral:before{content:"\e73d"}.icon-neutral2:before{content:"\e73e"}.icon-new-tab:before{content:"\e73f"}.icon-newspaper:before{content:"\e740"}.icon-next:before{content:"\e741"}.icon-notebook:before{content:"\e742"}.icon-notification:before{content:"\e743"}.icon-numbered-list:before{content:"\e744"}.icon-office:before{content:"\e745"}.icon-omega:before{content:"\e746"}.icon-opera:before{content:"\e747"}.icon-pacman:before{content:"\e748"}.icon-paint-format:before{content:"\e749"}.icon-paragraph-center:before{content:"\e74a"}.icon-paragraph-center2:before{content:"\e74b"}.icon-paragraph-justify:before{content:"\e74c"}.icon-paragraph-justify2:before{content:"\e74d"}.icon-paragraph-left:before{content:"\e74e"}.icon-paragraph-left2:before{content:"\e74f"}.icon-paragraph-right:before{content:"\e750"}.icon-paragraph-right2:before{content:"\e751"}.icon-paste:before{content:"\e752"}.icon-paste2:before{content:"\e753"}.icon-paste3:before{content:"\e754"}.icon-pause:before{content:"\e755"}.icon-pause2:before{content:"\e756"}.icon-pawn:before{content:"\e757"}.icon-paypal:before{content:"\e758"}.icon-paypal2:before{content:"\e759"}.icon-paypal3:before{content:"\e75a"}.icon-pen:before{content:"\e75b"}.icon-pencil:before{content:"\e75c"}.icon-pencil2:before{content:"\e75d"}.icon-phone-hang-up:before{content:"\e75e"}.icon-phone:before{content:"\e75f"}.icon-picassa:before{content:"\e760"}.icon-picassa2:before{content:"\e761"}.icon-pie:before{content:"\e762"}.icon-pilcrow:before{content:"\e763"}.icon-pinterest:before{content:"\e764"}.icon-pinterest2:before{content:"\e765"}.icon-play:before{content:"\e766"}.icon-play2:before{content:"\e767"}.icon-play3:before{content:"\e768"}.icon-plus:before{content:"\e769"}.icon-podcast:before{content:"\e76a"}.icon-point-down:before{content:"\e76b"}.icon-point-left:before{content:"\e76c"}.icon-point-right:before{content:"\e76d"}.icon-point-up:before{content:"\e76e"}.icon-power-cord:before{content:"\e76f"}.icon-previous:before{content:"\e770"}.icon-print:before{content:"\e771"}.icon-profile:before{content:"\e772"}.icon-pushpin:before{content:"\e773"}.icon-qrcode:before{content:"\e774"}.icon-question:before{content:"\e775"}.icon-quill:before{content:"\e776"}.icon-quotes-left:before{content:"\e777"}.icon-radio-checked:before{content:"\e778"}.icon-radio-unchecked:before{content:"\e779"}.icon-reddit:before{content:"\e77a"}.icon-redo:before{content:"\e77b"}.icon-redo2:before{content:"\e77c"}.icon-remove:before{content:"\e77d"}.icon-remove2:before{content:"\e77e"}.icon-reply:before{content:"\e77f"}.icon-right-to-left:before{content:"\e780"}.icon-road:before{content:"\e781"}.icon-rocket:before{content:"\e782"}.icon-sad:before{content:"\e783"}.icon-sad2:before{content:"\e784"}.icon-safari:before{content:"\e785"}.icon-scissors:before{content:"\e786"}.icon-screen:before{content:"\e787"}.icon-search:before{content:"\e788"}.icon-settings:before{content:"\e789"}.icon-share:before{content:"\e78a"}.icon-shield:before{content:"\e78b"}.icon-shocked:before{content:"\e78c"}.icon-shocked2:before{content:"\e78d"}.icon-shuffle:before{content:"\e78e"}.icon-sigma:before{content:"\e78f"}.icon-signup:before{content:"\e790"}.icon-skype:before{content:"\e791"}.icon-smiley:before{content:"\e792"}.icon-smiley2:before{content:"\e793"}.icon-soundcloud:before{content:"\e794"}.icon-soundcloud2:before{content:"\e795"}.icon-spades:before{content:"\e796"}.icon-spam:before{content:"\e797"}.icon-spell-check:before{content:"\e798"}.icon-spinner:before{content:"\e799"}.icon-spinner2:before{content:"\e79a"}.icon-spinner3:before{content:"\e79b"}.icon-spinner4:before{content:"\e79c"}.icon-spinner5:before{content:"\e79d"}.icon-spinner6:before{content:"\e79e"}.icon-stack:before{content:"\e79f"}.icon-stackoverflow:before{content:"\e7a0"}.icon-star:before{content:"\e7a1"}.icon-star2:before{content:"\e7a2"}.icon-star3:before{content:"\e7a3"}.icon-stats:before{content:"\e7a4"}.icon-steam:before{content:"\e7a5"}.icon-steam2:before{content:"\e7a6"}.icon-stop:before{content:"\e7a7"}.icon-stop2:before{content:"\e7a8"}.icon-stopwatch:before{content:"\e7a9"}.icon-storage:before{content:"\e7aa"}.icon-strikethrough:before{content:"\e7ab"}.icon-stumbleupon:before{content:"\e7ac"}.icon-stumbleupon2:before{content:"\e7ad"}.icon-support:before{content:"\e7ae"}.icon-switch:before{content:"\e7af"}.icon-tab:before{content:"\e7b0"}.icon-table:before{content:"\e7b1"}.icon-table2:before{content:"\e7b2"}.icon-tablet:before{content:"\e7b3"}.icon-tag:before{content:"\e7b4"}.icon-tags:before{content:"\e7b5"}.icon-target:before{content:"\e7b6"}.icon-text-height:before{content:"\e7b7"}.icon-text-width:before{content:"\e7b8"}.icon-thumbs-up:before{content:"\e7b9"}.icon-thumbs-up2:before{content:"\e7ba"}.icon-ticket:before{content:"\e7bb"}.icon-tongue:before{content:"\e7bc"}.icon-tongue2:before{content:"\e7bd"}.icon-tree:before{content:"\e7be"}.icon-trophy:before{content:"\e7bf"}.icon-truck:before{content:"\e7c0"}.icon-tumblr:before{content:"\e7c1"}.icon-tumblr2:before{content:"\e7c2"}.icon-tux:before{content:"\e7c3"}.icon-tv:before{content:"\e7c4"}.icon-twitter:before{content:"\e7c5"}.icon-twitter2:before{content:"\e7c6"}.icon-twitter3:before{content:"\e7c7"}.icon-underline:before{content:"\e7c8"}.icon-undo:before{content:"\e7c9"}.icon-undo2:before{content:"\e7ca"}.icon-unlocked:before{content:"\e7cb"}.icon-upload:before{content:"\e7cc"}.icon-upload2:before{content:"\e7cd"}.icon-upload3:before{content:"\e7ce"}.icon-user:before{content:"\e7cf"}.icon-user2:before{content:"\e7d0"}.icon-user3:before{content:"\e7d1"}.icon-user4:before{content:"\e7d2"}.icon-users:before{content:"\e7d3"}.icon-users2:before{content:"\e7d4"}.icon-vimeo:before{content:"\e7d5"}.icon-vimeo2:before{content:"\e7d6"}.icon-vimeo3:before{content:"\e7d7"}.icon-volume-decrease:before{content:"\e7d8"}.icon-volume-high:before{content:"\e7d9"}.icon-volume-increase:before{content:"\e7da"}.icon-volume-low:before{content:"\e7db"}.icon-volume-medium:before{content:"\e7dc"}.icon-volume-mute:before{content:"\e7dd"}.icon-volume-mute2:before{content:"\e7de"}.icon-wand:before{content:"\e7df"}.icon-warning:before{content:"\e7e0"}.icon-windows:before{content:"\e7e1"}.icon-windows8:before{content:"\e7e2"}.icon-wink:before{content:"\e7e3"}.icon-wink2:before{content:"\e7e4"}.icon-wondering:before{content:"\e7e5"}.icon-wondering2:before{content:"\e7e6"}.icon-wordpress:before{content:"\e7e7"}.icon-wordpress2:before{content:"\e7e8"}.icon-wrench:before{content:"\e7e9"}.icon-xing:before{content:"\e7ea"}.icon-xing2:before{content:"\e7eb"}.icon-yahoo:before{content:"\e7ec"}.icon-yelp:before{content:"\e7ed"}.icon-youtube:before{content:"\e7ee"}.icon-youtube2:before{content:"\e7ef"}.icon-zoom-in:before{content:"\e7f0"}.icon-zoom-out:before{content:"\e7f1"}.icon-airplane2:before{content:"\e7f2"}.icon-art:before{content:"\e7f3"}.icon-blogger3:before{content:"\e7f4"}.icon-book2:before{content:"\e7f5"}.icon-book22:before{content:"\e7f6"}.icon-business:before{content:"\e7f7"}.icon-calendar3:before{content:"\e7f8"}.icon-camera3:before{content:"\e7f9"}.icon-camping:before{content:"\e7fa"}.icon-camping2:before{content:"\e7fb"}.icon-car:before{content:"\e7fc"}.icon-carnival:before{content:"\e7fd"}.icon-carrotDown:before{content:"\e7fe"}.icon-carrotLeft:before{content:"\e7ff"}.icon-carrotRight:before{content:"\e800"}.icon-carrotUp:before{content:"\e801"}.icon-downArrow:before{content:"\e802"}.icon-downArrow2:before{content:"\e803"}.icon-downArrow3:before{content:"\e804"}.icon-downArrow4:before{content:"\e805"}.icon-downArrowThin:before{content:"\e806"}.icon-drink:before{content:"\e807"}.icon-education:before{content:"\e808"}.icon-email:before{content:"\e809"}.icon-facebook4:before{content:"\e80a"}.icon-flickr5:before{content:"\e80b"}.icon-fourSquare:before{content:"\e80c"}.icon-golf:before{content:"\e80d"}.icon-googlePlus:before{content:"\e80e"}.icon-instagram2:before{content:"\e80f"}.icon-key3:before{content:"\e810"}.icon-leftArrow:before{content:"\e811"}.icon-leftArrow2:before{content:"\e812"}.icon-leftArrow3:before{content:"\e813"}.icon-leftArrow4:before{content:"\e814"}.icon-leftArrowThin:before{content:"\e815"}.icon-linkedin2:before{content:"\e816"}.icon-liveChat:before{content:"\e817"}.icon-location3:before{content:"\e818"}.icon-map3:before{content:"\e819"}.icon-mapPin:before{content:"\e81a"}.icon-monument:before{content:"\e81b"}.icon-palmTree:before{content:"\e81c"}.icon-palmTree2:before{content:"\e81d"}.icon-passport:before{content:"\e81e"}.icon-pinterest3:before{content:"\e81f"}.icon-rightArrow:before{content:"\e820"}.icon-rightArrow2:before{content:"\e821"}.icon-rightArrow3:before{content:"\e822"}.icon-rightArrow4:before{content:"\e823"}.icon-rightArrowThin:before{content:"\e824"}.icon-rooms:before{content:"\e825"}.icon-rss:before{content:"\e826"}.icon-search2:before{content:"\e827"}.icon-settings2:before{content:"\e828"}.icon-share2:before{content:"\e829"}.icon-shower:before{content:"\e82a"}.icon-snorkle:before{content:"\e82b"}.icon-spa:before{content:"\e82c"}.icon-spa2:before{content:"\e82d"}.icon-sports:before{content:"\e82e"}.icon-suitcase:before{content:"\e82f"}.icon-train:before{content:"\e830"}.icon-tripAdvisor:before{content:"\e831"}.icon-tumblr3:before{content:"\e832"}.icon-twitter4:before{content:"\e833"}.icon-upArrow:before{content:"\e834"}.icon-upArrow2:before{content:"\e835"}.icon-upArrow3:before{content:"\e836"}.icon-upArrow4:before{content:"\e837"}.icon-upArrowThin:before{content:"\e838"}.icon-vimeo4:before{content:"\e839"}.icon-wordpress3:before{content:"\e83a"}.icon-world:before{content:"\e83b"}.icon-youTube:before{content:"\e83c"}.icon-youTube2:before{content:"\e83d"}
* {
  margin: 0;
  padding: 0;
  outline: 0 none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  color: #000;
  background: #fff
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, address, mainimage, container {
  display: block;
}
img {
  border:none;
}
a {
  outline: medium none;
}
a:link, a:visited, a:hover {
  text-decoration:none;
}
ul {
  list-style: none outside none;
}
html {
}
body {
  font-family: 'ubunturegular';
  font-size:13px;
  color:#717171;
  line-height:25px;
  font-weight:normal; margin:0; padding:0;
}
#wrapper {
  background: none repeat scroll 0 0 #d7d7d7;
}
/* HEADER CSS START HERE */
#main {
  display: block;
  height: 104px;
  margin: 0 auto;
  z-index:1;
  position:fixed;
  padding: 0;
  width: 100%; top:0; left:0; 
}
.main-bg {
  margin: 0 auto;
  position: relative;
  width: 1060px;
  background:#fff;
}
.headerchangecolor .main-bg {
  border-bottom: 1px solid #c1c1c1;
}
header {
  display: block;
  height: 104px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 882px;
}
#content-wrapper {
  position: relative;
}
#logo {
  height: 80px;
  left: -25px;
  position: absolute;
  top: 11px;
  width: 183px;
}
.logo-name {
  position:absolute;
  top:6px;
  left:83px;
}
#name {
  color: #717171;
  font-size: 14px;
  font-weight: normal;
  left: 213px;
  line-height: 21px;
  position: absolute;
  top: 25px;
}
.numberheader {
  padding-left: 0px;
}
.no-pipe {
  margin: 0 8px;
}
/***** TOPNAV START *****/
#nav {
  right: 0px;
  position: absolute;
  top: 55px;

}
#topnav {
  margin: 0px auto 0;
  padding: 0;
  position:relative;
}
#topnav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#topnav li {
  display: inline;
  position:relative;
  float: left;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  height:52px;
  line-height:52px;
}
#topnav li a {
  float: left;
  font-size: 17px;
  padding: 0 0px 0 0;
}
#topnav li.ttd {
  padding-right: 0;
  width:122px;
}
#topnav li.home{ width:68px;}
#topnav li.loc{ width:90px;}
#topnav li.acco{ width:156px;}
#topnav li.ame{ width:182px;}

#topnav a.nav:link, #topnav a.nav:visited {
  color: #074c6f;
}
#topnav a.nav:hover {
  color: #9b9f16;
}
#topnav a.navON:link, #topnav a.navON:visited, #topnav a.navON:hover {
  color: #9b9f16;
}
#topnav li.managersp {
  display:none;
}

.subnav .icon-sub {
  display: inline-block;
  font-size: 17px;
  margin-right: 4px;margin-top: -5px;
  vertical-align: middle;
}
ul#menu li ul.sub-menu li {
  background: #969C23;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  width: 100%;
}
ul#menu li ul.sub-menu {
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  top: 51px;
  width: 191px;
  z-index: 999;
}
ul#menu li ul.sub-menu a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 29px;
  letter-spacing: 0.03em;
  line-height: 29px;
  margin: 0;
  padding: 0 0 0 11px;
  text-align: left;
  width: 95%;
  z-index: 999;
}
ul#menu li ul.sub-menu a:link, ul#menu li ul.sub-menu a:visited {
  color: #ffffff;
  background:#969C23;
}
ul#menu li ul.sub-menu a:hover {
  background:#08577F;
}
ul#menu li:hover ul.sub-menu {
  display:block;
}
#topnav li a span, .icon-list2, .icon-home {
  display: none;
}
/*-------------- */


#subnav {
  height: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 22px;
  width: auto;
}
#subnav ul {
  list-style: none outside none;
  margin: 0;
  position: relative;
}
#subnav ul li {
  padding:0;
  float: left;
  margin:0 24px 0 0;
  padding:0;
}
#subnav ul li:last-child {
  margin:0 0px 0 0 !important;
}
#subnav ul li a {
  color: #9b9f16;
  font-size: 14px;
  margin-right: 0px;
  padding: 0 0px 0 0px;
  text-align: center;
  text-decoration: none;
}
span.icon-email.icon-sub{margin-top:-2px;}
#subnav a.nav:link {
  color: #9b9f16;
  text-decoration: none;
}

#subnav a.nav:hover, #subnav a.navON:link, #subnav a.navON:visited, #subnav a.navON:hover {
  color: #074c6f;
  text-decoration: none;
}
/* mainimage */
#middle { 
  width:100%;
  min-height:660px;
  margin:0 auto;
  z-index:0;	
  position:relative;
  overflow:hidden;
}
#mainimage { 
  margin-left:-700px;
  left:50%;
  text-align: center;
  line-height: 0;
  width: 1400px;
  z-index: 0;position:relative;
  overflow: hidden;
}

#mainimage .bx-wrapper img {
  display: block;
  width: 100%;
  height:auto;
  min-width:1400px;
}
/* mainimage end */
#subholder {
  height: 66px;
  position: relative;
  width: 960px;
  margin:0 auto;
}
.managerspecial {
  background: url("/images_noindex/manager-bg.jpg") no-repeat scroll 0 bottom;
  float: left;
  font-size: 16px;
  height: 66px;
  position: relative;
  text-transform: uppercase;
  width: 231px;
}
.managerspecial a {
  color: #003363 !important;
  display: block;
  line-height: 18px;
  letter-spacing: 0px;
  padding: 11px 0 13px 104px;
  text-align: left;
  font-size:18px;
}
.managerspecial a:hover {
  color:#C55C16 !important;
}
.mngicon {
  display: block;
  height: 104px;
  left: -6px;
  position: absolute;
  top: -25px;
  width: 119px;
  z-index: 10;
}
#reservation {
  background:#08577f;
  height: 66px;
  margin: 0 auto 36px;
  padding: 0;
  width: 1060px;
  z-index: 2;
}
.reservation-tilte {
  color: #ffffff;
  float: left;
  font-size: 18px;
  line-height: 66px;
  margin-right: 12px;
  padding: 0;
  z-index: 0;
}
/* content */
#contentinfo {
  margin: -253px auto 0;
  padding: 0;
  position: relative;
  z-index: 0;
  width: 100%;
}
#container {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  width: 962px;
}
#leftcolumn{
  margin:0px auto;
  max-width:1060px;
  background:#fff;
  position: relative;
  margin: 0 auto;
}
#content {
  float: right;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin:0px 0 0 0px;width:100%;
}
.clear {
  clear:both;
}
/*aside*/
aside {
  float: left;

  width: 273px; z-index: 0;
}
.asidecontent {
}

/*aside*/
#header {
  color: #08577f;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  font-family: 'ubuntulight';
  margin: 0px 0 10px;
  position: relative;
  text-transform:capitalize;
}
.header-text {

}
.home-box1, .home-box2 {
  padding-top: 5px;
}
.home-box1 {
  padding-bottom: 1px;
}
.home-box-left {
  float: left;
  padding-right: 20px;
  width: 330px;
}
.verti-pix-home {
  border-right: 1px solid #8AB6E3;
  float: left;
  height: 131px;
  margin: 5px 0 0;
  width: 1px;
}
.home-box-right {
  float: right;
  padding-left: 20px;
  width: 330px;
}
.home-box2 .verti-pix-home {
  height: 131px;
}
#number {
  left: 126px;
  position: absolute;
  top: 77px;
}
.milestone1 {
  display:block;
  text-align:center !important;
  text-transform:uppercase;
}
.pkgbtndiv {
  width:111px;
  margin:15px 0px 5px 0px;
}
.resinput-lineinner.res-bookinner {
  float:right;
}
.arro-reason-txt {
  background-image: url("/images_noindex/sprite.png");
  background-position: -103px -304px;
  display: inline-block;
  height: 5px;
  position: relative;
  width: 5px;
  margin-left: 2px;
}
.loc-img {
  border: 3px solid #FFFFFF;
}
.slider-text {
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: capitalize;
}
.slider-text a {
  color:#0055A6 !important;
  font-size:16px;
  text-transform: capitalize;
}
.slider-text a:hover {
  color:#f57f00 !important;
}
.ttd-inner {
  padding-top: 6px;
  padding-bottom: 13px;
}
.locationcolumn {
  float: left;
  padding-right: 25px;
  width: 33%;
}
.rooms-box {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 8px;
  padding-top: 10px;
}
.quote {
  border-top: 1px solid #d7d7d7;
  color: #0055a6;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  margin-bottom: 13px;
  margin-top: 14px;
  padding-bottom: 14px;
  padding-top: 15px;
  text-align: center;
}
.homequotetxt {
  border-bottom: 1px solid #BDD8F1;
}
.accoquotetxt {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BDD8F1;
}
.quote-inner {
  margin: 0 auto;
  width: 645px;
}
.dir1 {
  width: 33% !important;
}
.imgcapcha {
  height: 30px;
  line-height: 30px;
}

.sp-title {
  line-height: 31px;
  padding-left: 13px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
.sp-img {
  height: 141px;
}
.viewall {
  background: url("/images_noindex/arrow.png") no-repeat scroll right 5px;
  bottom: -33px;
  color: #FFFFFF;
  font-size: 16px;
  padding-right: 22px;
  position: absolute;
  right: 0;
}
.sp-title a:link, .viewall a:link {
  color: #FFFFFF;
}
.sp-title a:visited, .viewall a:visited {
  color: #FFFFFF;
}
.sp-title a:hover, .viewall a:hover {
  color: #C1E0F5;
}

.thanks-msg {
  text-align: center;
  font-weight: bold;
}
.slide-desc {
  bottom: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.015em;
  line-height: 27px;
  margin: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  display:none;
  text-transform: uppercase;
  z-index: 1;
}
.slide-text {
  font-size: 22px;
  text-transform: lowercase;
}
#middle-box {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.mainimage-shedow {
  background: url("/images_noindex/mainimage-shedow.png") repeat-x ;
  bottom: 0;
  height: 152px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#topnav li.pkg {
  display: none;
}
.mapdisplay {
  height: auto;
  max-width: 960px;
  overflow: hidden;
  width: 100%;
}
.mapdisplay img {
  display: block;
  height: auto;
  width: 100%;
}
.socialmediabuttons_wrap {
  height: 20px;
  line-height: normal;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: 52px;
  width: 150px;
}
.socialmediabuttons li {
  list-style: none;
  line-height:0;
}
.social_0 {
  width: 82px;
}
.social_1 {
  width: 60px;
}
.socialmediabuttons{
  list-style: none;
}
.social-like {
  height: 20px;
  line-height: normal;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: 52px;
  width: 150px;
  background: url("/images_noindex/blank.png") repeat ;
}


.social_2{
  margin-left: 2px;
}
.bgtop {
  background: url("/images_noindex/bg-top1.jpg") no-repeat scroll 0 0 ;
  display: none;
  height: 146px;
  left: -120px;
  position: absolute;
  top: 0;
  width: 120px;
}
.contactus-fax-no {
  display: inline-block;
}
/* ========== banne ===== */
.commondiv {
  background: #fff;
  box-shadow: 0 0 2px #d6d1d1;
  margin-bottom: 20px;
  padding: 2px;
  width: 269px;
}
.commontitle {
  background:  #08577f;
  color: #fff;
  display: block;
  font-family: 'ubuntulight';
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom:2px;
}
.commonviewall {
  bottom: 0;
  margin: -26px auto 0;
  position: relative;
  width: 141px;
}
.commonimg {
  display: block;
  height: auto;
  line-height: 0;
  width: 100%;
}
.commondiv:hover .commontitle {
  background:  #979D23;}
#popup-form{display:none;}

#modelBackground {
  background: none repeat scroll 0 0 rgb(0, 0, 0);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.formbox3 {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0;
  margin: 0 auto;
  padding: 10px 20px 20px;
  width: 285px;
}
.popup-close {
  background: url("/images_noindex/btn_cancel-nm.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  height: 29px;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 29px;
}

#popup-form .emailforminputbox.answerinput {
  float: right;
  width: 109px;
}
#popup-form .emailforminputbox {
  margin-bottom: 12px;
  width: 275px;
}
#modelBackground{position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  display: none;
  background: rgb(0, 0, 0);}
.fresh-icon {
  margin-left:8px;

}
#popup-form .title-f{color: #074c6f;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;}

#popup-form .email-frmfieldset {
  float: none;
  margin-right:0px;
  width: inherit;
}
#popup-form .commentinput {
  margin-bottom: 0;
}
#popup-form{display:none;}
.popup-close {
  background: url("/images_noindex/btn_cancel-nm.png") no-repeat scroll 0 0;
  display: block;
  height: 29px;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 29px;
  cursor:pointer;
}
.room-booknow {
  margin-top: 13px;
  width: 114px;
}
.popup-close {
  background: none repeat scroll 0 0 #0e4460;
  border: 1px solid #366e8c;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 9px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: -14px;
  text-align: center;
  top: -14px;
  width: 25px;
}
.icon-spinner6 {
  color: #0e4460;
  display: inline-block;
  font-size: 19px;
  line-height: 34px;
  vertical-align: top;
  width: 22px;
}

#topnav li.review, #topnav li.emailoffers, #topnav li.photos, #topnav li.coupon {
  display: none;
}

#owner:empty {
  display: none;
}


/*-----------------------Fact Box --------------------------- */
#fact-box {
  background-color: #ececec;
  height: 67px;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0;
  position: relative;
  z-index: 11;
}
.fact-box-inner {
  color: #333333;
  display: table;
  margin: 0 auto;
  position: relative;
  top: 23px;
}
.fact-box-inner span {
  color: #08577f;
  font-family: "ubuntubold";
  padding: 0 3px 0 0;
}

.fact-box-inner li {
  float: left;
  font-size: 14px;
  padding: 0 28px 0 0;
}

.fact-box-inner li:last-child {
  padding-right: 0;
}

/*-----------------------Fact Box End --------------------------- */

.mobileblock, .tabletblock{ display:none;}
.mob-tabblock {display:none;}



/*---reason start--- */
#top-reasons {
  box-shadow: 0 0 2px #d6d1d1;
  margin-bottom: 23px;
  padding: 2px;
  position: relative;
}

.reason-titletext:hover {
  background-color:transparent;
}

.commontitle:hover {
  background-color: #979d23;
}

.reason-titletext:hover {
  background-color: #08577f !important;
}


.reason-text {
  bottom: 9px;
  font-family: arial;
  font-size: 13px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index:5;
}

.reason-shadow {
  background:url("/images_noindex/reason-shadow.png") repeat scroll 0 0;
  bottom: 0;
  height: 81px;
  position: absolute;
  width: 100%;
  z-index:0;
}

.reason-img a:link, .reason-img a:visited {
  color: #ffffff;
}

.reason-img a:hover {
  color: #979d23;
}


#top-reasons .bx-wrapper .bx-controls-direction a {
  background-image: url("/images_noindex/reason-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  bottom: 17px;
  height: 11px;
  top: inherit;
  width: 11px;
}

#top-reasons .bx-wrapper .bx-prev {
  background-position: 0 0;
  left:15px;
}

#top-reasons .bx-wrapper .bx-next{
  background-position: right 0;
  right:15px;
}

ul.reason-slider, .reason-slider li {
  height: 127px !important;
  list-style: outside none none !important;
  overflow: hidden;
}

/*---reason end--- */


/*--- sm coupon -- */

#coupon {
  background:url("/images_noindex/coupon-bg.gif") no-repeat scroll 0 0;
  height: 106px;
  padding: 16px 26px;
  position: absolute;
  right: 0;
  top:189px;
  width: 203px;
}

.coupon-title {
  color: #ffffff;
  font-family: ubuntubold;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
}

#coupon-overview-text {
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 4px;
}

.sm-coupon-btn a.button:link, .sm-coupon-btn a.button:visited {
  background: #08577f none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  width: 109px;
}


.sm-coupon-btn a.button:hover {
  background-color: #1F80B4 ;
}


#owner:empty {
  display: none;
}
.att-mapicon.icon-search {
  padding-right: 5px;
} #interectivemap-q116 {width: 100%;height: 350px;}


.thanks-msg {
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.holiday-banner {
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 1;
}
.holiday-button {
  width: 150px;
}
.formslable{display:none !important}
/* ----------- FORMS ----------- */
.cornerforms { padding: 10px 0; }

input, select, textarea {
	background-color: #fff;
border: 1px solid #d7d7d7;

color: #0e4460;
font-family: inherit;
font-size: 12px;
margin: 0;
padding: 0;
}

input {
	padding: 0px 6px;
	height: 28px;
	line-height: 28px;
}

select {
	height: 30px;
	line-height: normal;
	padding: 6px 3px 6px;
}

textarea {
	padding: 4px 6px;
	resize: none;
	display: block;
}


.emailformdropdown { width: 117%; }



.asterisk { color: #aead28; }

/* ----------- Headers ----------- */
h1 {
	color:#074c6f;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;font-family: 'ubuntumedium';
}

h2 {
	color: #074c6f;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;font-family: 'ubuntumedium';
	display: block;
}

h2.padbottom {
	display: block;
	margin: 0;
	padding-bottom: 15px;
}

h3 {
	color: #074c6f;
	font-size: 14px;
	font-weight: normal;
  
	margin: 0;
	display: block;
	padding-bottom: 5px;font-family: 'ubuntumedium';
}

h4 {
	color: #074c6f;
	font-size: 13px;
	font-weight: normal;

	margin: 0;
	display: block;
	padding-bottom: 5px;font-family: 'ubuntumedium';
}

/* ----------- BOXES ----------- */
.box {
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d7d7d7;
	padding: 15px 0px 16px 0px;
}

.box2 {
	display: block;
	padding: 15px 0px;
}

.boxspacer {
	display: block;
	height: 15px;
}

/* ----------- COLUMNS ----------- */
/* ----- 2 COLUMNS ----- */
.column21 {
	float: left;
	padding-right: 25px;
	width: 47%;
}

.column22 {
	float: left;
	width: 47%;
}

/* ----- 3 COLUMNS ----- */
.column31 {
	float: left;
	padding-right: 10px;
	width: 31%;
}

.column32 {
	float: left;
	padding-right: 10px;
	width: 32%;
}

.column33 {
	float: left;
	padding: 0px;
	width: 32%;
}

/* ----- 4 COLUMNS ----- */
.column41, .column42, .column43 {
	float: left;
	padding-right: 10px;
	width: 24%;
}

.column44 {
	float: left;
	width: 24%;
}

/* ----- 5 COLUMNS ----- */
.column51, .column52, .column53, .column54 {
	float: left;
	padding-right: 9px;
	width: 19%;
}

.column55 {
	float: left;
	width: 19%;
}

.baseline, .clearboth {
	clear: both;
	height: 0px;
}

/* ----------- LINKS ----------- */
.milestone {
	color: #A34600;
	font-size: 11px;
	line-height: 18px;
}

.milestone2 {
	font-size: 11px;
	line-height: 18px;
}

.anchorlink {
	font-size: 11px;
	line-height: 18px;
}

a:link, a:visited {
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color: #8f9610;
	outline: none;
}

a:hover {
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color: #08577f;
}

a.homelink:link, a.homelink:visited { }

a.homelink:hover { }

a.anchorlink:link, a.anchorlink:visited { }

a.anchorlink:hover { }

a.splink:link, a.splink:visited { }

a.splink:hover { }

a.sitemaplink:link, a.sitemaplink:visited { }

a.sitemaplink:hover { }

a.milestone:link, a.milestone:visited {
color: #074c6f;
}

a.milestone:hover {
color: #929912;
}
b, strong {
  font-weight: normal;
 font-family: 'ubuntumedium';
}
/* ----------- BULLETS ----------- */
.cornerinner {
	padding: 6px 0px 10px 16px;
	float: right;
}

.box ul, .box2 ul, .hotelbox ul {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
}

.box ul li, .box2 ul li, .hotelbox ul li {
	background-image: url("/images_noindex/sprite.png");
	background-repeat: no-repeat;
	background-position: -245px -146px;
	height: 100%;
	line-height: 20px;
	margin: 0;
	padding: 0 0 6px 15px;
}

ul.anchor {
 background-color: #f4f4f4;
border-color: #d7d7d7;
border-style: solid;
border-width: 1px;
display: block;
float: left;
list-style: outside none none;
margin: 0;
padding: 10px 0 10px 10px;
}

ul.anchor li {
	background-image: url("/images_noindex/sprite.png");
	background-repeat: no-repeat;
	background-position: -234px -168px;
	line-height: 28px;
	margin: 0;
	padding: 0 15px 0 15px;
}

.box ul.padbottom li, .box2 ul.padbottom li { padding-bottom: 10px; }

.box li.padbottom, .box2 li.padbottom { padding-bottom: 10px; }

.box ul.padbottom li:last-child, .box2 ul.padbottom li:last-child { padding-bottom: 0px; }

/* ----------- GOOGLE VCARD ----------- */


.rooms-format1 { border-top: none !important; }

#note {
	padding: 40px 0 0px;
position: relative;
}


.footerlogo {
	float: left;
	padding: 7px 16px 0 0;
}

.social-media-wrap {
}


.fn {	
}

.vcarddot {
	display: inline-block;
	margin: 0 6px;
}

.style1 { font-weight: bold; }

/* ----------- CALENDAR ----------- */
.reservation-part {
  margin: 0 auto;
  width: 580px;
}
#reservationtable {
	float: left;
margin-top: 17px;
}

#reservationtable ul li {
	float: left;
	list-style: none outside none;
	margin-right: 14px;
}

#reservationtable ul li.last-child { margin-right:0px; }

#reservationtable ul li ul li { float: left; }

.rtitle {
	color: #ffffff;
	line-height: 11px;
	display: block;
	font-size: 11px;
	padding-bottom: 3px;
}

.rtitleinner {
	font-size: 12px;
	padding-bottom: 3px;
}

.resinputbox {
	background-color: #0e4460;
background-image: url("/images_noindex/sprite.png");
background-position: 132px -253px;
background-repeat: no-repeat;
border: 0 none;
border-radius: 2px;
box-shadow: 0 3px 4px #0d3a53 inset;
color: #fff;
height: 33px;
line-height: 33px;
margin: 0;
padding: 0 0 0 10px;
vertical-align: top;
width: 153px;
}

.resdropdown {
	background-image: url("/images_noindex/sprite.png");
	background-position: 70px -281px;
	cursor: pointer;
	height: 33px;
	line-height: 33px;
border :0px;
	margin: 0;
	padding: 0 0 0 8px;
	vertical-align: top;
	width: 85px;
border-radius: 2px;
color:#fff;
box-shadow: 0 3px 4px #0d3a53 inset;
	background-repeat: no-repeat;
background-color: #0e4460;
}

.resinputboxinner {
	background-image: url("/images_noindex/sprite.png");
	background-position: right -95px;
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 4px;
	vertical-align: top;
	width: 208px;
}

.resdropdowninner {
	background-image: url("/images_noindex/sprite.png");
	background-position: right -121px;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 8px;
	vertical-align: top;
	width: 83px;
	background-repeat: no-repeat;
}

.hasDatepicker { cursor: pointer;}
/* ----------- Get Directions ----------- */

.direction-form, .direction-to {width:38%; float:left;}
.direction-btn {width:20%; float:right;}
.saddr, .daddr {width: 80%; margin-left: 5px;}
.button.direction-button {
  height: 30px !important;
  line-height: 30px !important;
}

/* ----------- Get Directions ----------- */
/* ----------- Click Reservation----------- */

.outer-box {
	background-color: #fff;
	border: 1px solid #717171;
	margin: 60px auto 0;
	max-width: 960px;
	padding: 30px 0;
	text-align: center;
	width: 94%;
}

.pro-txt {
	color: #0055A6;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.lockimg {
	padding: 20px 0px;
	height: 116px;
}

.click-logo { padding-bottom: 20px; }

/* ----------- Click Reservation----------- */

/* ----------- IMAGES ----------- */
.imgright {
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom: 10px;
	float: right;
}

.imgleft {
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
}

/* ----------- FOOTER ----------- */
#footer {
	clear: both;
	padding: 3px;
	z-index: 12;
	text-align: center;
}

#owner {
background:#c4c4c4;
padding: 8px 0;
  text-align: center;
}

/* ----------- MODULE ----------- */
 ul.modulelinks {
	font-size: 14px;
	letter-spacing: 0px;
	list-style: none outside none;
	margin-bottom: 2px;
	margin-top: 14px;
	text-transform: capitalize;
	display: inline-block;
}

li.modulelink {
	display: inline-block;
	float: left;
	padding: 0px;
	margin-right: 7px;
}

li.modulelink a {
	background-color: #08577F;
	display: inline-block;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0px 17px;
}

li.modulelinkON, li.modulelink:hover {
	display: inline-block;
	float: left;
	padding: 0px;
	margin-right: 7px;
	position: relative;
	height: 34px;
}

li.modulelinkON a, li.modulelink a:hover {
	background: #A4A726;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
	float: left;
	height: 34px;
	padding: 0px 17px;
	position: relative;
}

.modulelinks a:link, .modulelinks a:visited { color: #FFFFFF; }

.modulelinks a:hover { color: #FFFFFF; }

/* ----------- GUEST REVIEWS ----------- */
#socialreviews {
  border: 0 none;
  padding-top: 0;
  width: 65%;
float:left;
}

.reviewicon {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 31%;
}

.reviewbuttons { padding-top: 10px; }

.reviewbuttonsleft {
	float: left;
	width: 110px;
}

.reviewbuttonsright {
	float: right;
	width: 110px;
}

.google-img {
	height: 45px;
	padding:0px 2%;
	border-right:solid 1px #acacac;
	border-left:solid 1px #acacac;
}
#review-ipadbase {
  float: right;
  width: 30%;
}
#review-ipadbase #reviews-box {
border: 0 none;
box-shadow: none;
height: auto;
padding: 0;
width: 100%;
}
#review-ipadbase .review-title {
background: none transparent;
border-top: 1px solid #d7d7d7;
display: block;
font-family: "ubunturegular";
font-size: 21px;
margin-bottom: 6px;
position: relative;
text-align: center;
top: 9px;
width: 100%;
height: auto;
line-height: inherit;
}
#review-ipadbase .review-title span {
 background: none repeat scroll 0 0 #fff;
color: #08577f;

padding: 0 10px;
position: relative;
top: -14px;
text-transform: capitalize;
}
#review-ipadbase .reviews-img, #review-ipadbase  .reviews-hotel {
  display: none;
}
#review-ipadbase .reviews-text {
  width: 100%;
  margin-left: 0px;
}
#review-ipadbase .parkrightstar {
  display: inline-block;

}
#review-ipadbase .parkrightreview.reviewfont {
  float: right;
  padding-top: 0px;
}
#review-ipadbase  .star-holder {
  margin: 0 auto;
  width: 154px;
}
#review-ipadbase  .read-btn, #review-ipadbase  .reviews-box-btn-spacer {
  display: none;
}
#review-ipadbase .right-btn {
  display: inline-block;
  margin-top: 10px;
  width: 90px;
}
.lnkPrevious {
  background: url("/images_noindex/sprite.png") no-repeat scroll -31px -260px;
  border-right: 1px solid #d6d6d6;
  display: block;
  float: left;
  line-height: 12px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 19px;
  text-transform: capitalize;
  width: 60px;
}

.lnkNext {
  background: url("/images_noindex/sprite.png") no-repeat scroll 40px -260px;
  display: block;
  float: left;
  height: 15px;
  line-height: 12px;
  text-transform: capitalize;
  width: 48px;
}
.review-arrow {
  float: right;
}
/* ----------- Mainimage Slideshow CSS ----------- */

#mainimageholder IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 1.0;
height:auto;
width:100%;
}

#mainimageholder IMG.active {
	z-index: 10;
	opacity: 1.0;
}

#mainimageholder IMG.last-active { z-index: 9; }

#mainimageslideshow {
	/*	left: 50%;
	margin-left: -480px;*/
	position: absolute;
	width: 100%;
}

/* ----------- 404 Page ----------- */
.er-maindiv .snippetbox {
	border-top: 0 none;
	padding:0;
}

.oh {
	border-right: 1px solid #08577f;
	font-size: 25px;
	margin-right: 15px;
	padding-right: 15px;
}

.errTop {
	font-size: 18px;
	line-height: 26px;
}

.er {
	color: #08577f;
	font-size: 18px;
}

.errSugg { font-size: 18px; }

.er-maindiv { padding-top: 25px; }

.er-contentbox-wrap {
	border-right: 1px solid #bdd8f1;
float: left;
padding-bottom: 20px;
padding-right: 4%;
text-align: center;
width: 46%;
}
.er-maindiv img {
  height: auto;
  width: 100%;
}
.er-contentbox-wrap-right {
	float: right;
	text-align: center;
	width: 46%;
	padding-bottom:20px;
}

.er-title {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.er-or {
	float: left;
	font-size: 28px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.er-back {
	float: left;
	font-size: 14px;
	padding-left: 0;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.er-back .button {
	cursor: pointer;
	margin: 0 auto;
	width: 253px;
	height: 32px !important;
	line-height: 32px !important;
}

#goog-wm-sb {
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	height: 30px !important;
	line-height: 30px !important;
	width: 150px;
}

#goog-wm-sb:hover {
	background-color: #94A92D;
	color: #FFFFFF;
}

#goog-wm-qt {
	float: left;
	margin: 0 10px 0 0;
}

#goog-fixurl { }

/* ----------- Quotes ----------- */

 

.quoteleft {
	background-image: url("/images_noindex/sprite.png");
	background-position: -73px -39px;
	display: inline-block;
	height: 15px;
	padding-right: 10px;
	width: 21px;
}

.quoteright {
	background-image: url("/images_noindex/sprite.png");
	background-position: -96px -39px;
	display: inline-block;
	height: 15px;
	padding-left: 20px;
	width: 21px;
}

/* ----------- Milestoen Dropdown CSS ----------- */
div.DropDownItem:hover {
	background-color: #0d3a53 !important;
	color: #fff !important;
}

.DropDownItems.out.enterleave {
	border: 1px solid #d6d1d1;
	border-top: none;width: 90px;
}

.DropDownItems.out.enterleave .DropDownItem.in.enterleave {
	font-size: 12px;
	
	padding-left: 9px;
	cursor: pointer;
	color: #000000;
	background-color: #ffffff;
}

/* ----------- No-Script CSS ----------- */
#noscriptreservation {
	background: none repeat scroll 0 0 #303030;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	left: 120px;
	padding: 10px 10px 10px 38px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 632px;
}

#noscriptreservation a { color:#fff; }

#noscriptreservation_inner {
	background-color: #FFFEFC;
	bottom: 40px;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	left: 240px;
	position: absolute;
	text-align: center;
	width: 480px;
	padding-top: 20px;
}

#ns-reason .top-reasons-titletext, #ns-packages .packages-titletext {
	top:12px;
	left:0;
}

#ns-reason, #ns-packages { padding:20px; }

#ns-reason ul, #ns-packages ul {
	margin-left: 20px;
	margin-top: 25px;
}

/* ----------- Validation CSS ----------- */
.ErrorField {
	border-color: #aead28;
	background: #fff;
}

.ValidField {
	background-image: url(/images_noindex/valid-bg.jpg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.comentbox .ValidField { background-position: 98% 6% !important; }

.ErrorEmailField {
	background-image: url(/images_noindex/invalid-bg.jpg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	border-color: #aead28;
}

span.ValidationErrors {
	color: #000000;
	display: none;
	font-size: 12px;
	padding-left: 10px;
	text-transform: capitalize;
}

/* -----------Sitemap----------- */

.sitemapwrap { margin: 15px auto 0; }

.sitemappadbottom { padding-bottom: 19px; }

/* ----------- OTHER ----------- */
#backtotop {
	bottom: 10px;
color: #fff;
cursor: pointer;
display: none;
font-size: 20px;
height: 37px;
line-height: 41px;
position: fixed;
right: 14px;
text-align: center;
width: 42px;
z-index: 18;
}

#backtotop:hover { opacity: 0.75; }

.subheader {
	border-bottom: 2px solid #8f9610;
padding: 10px 0 5px;
}

.subheader h1, .subheader h2 {
	color: #074c6f;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0px;
}

.padbottom { padding-bottom: 10px; }

#breadcrumb {
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 11px;
}

.reviewtitle_name {
	padding-right: 10px;
	display: inline-block;
}

.ADAaccessible, #dynamicdiv { display: none; }

option { padding: 0 0 0 5px; }


.spbold {
  font-family: "ubuntubold";
}

.write-box {
	border-right: 1px solid #BFC97B;
	float: left;
	padding-right: 22px;
	position: relative;
	width: 400px;
}

.write-req {
	float: left;
	font-size: 13px;
	padding-right: 22px;
}

.write-btn { float: left; }

.styled-select-ttd {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	width: 140px !important;
}

.styled-select-email { }

.styled-select-dropdown {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	width: 99.5% !important;
}

.styled-select {
	background-color: #FFFFFF;
	background-image: url("/images_noindex/sprite.png");
	background-repeat: no-repeat;
	background-position: right -119px;
	border-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	height: 28px;
	overflow: hidden;
}


.styled-select select {
	background:none;
	border:none;
	cursor: pointer;
}

/* ----------- CSS End ----------- */
.emailr1col1, .emailr1col2, .emailr2col1, .emailr2col2 {
	float: left;
	padding-bottom: 10px;
	padding-right: 2.8%;
	width: 31.4%;
}

.emailr1col3, .emailr2col3 {
	float: right;
	padding-bottom: 7px;
	width: 31.4%
}

.emailmsgbox { padding-bottom: 20px; }

.captcha1, .captcha2, .captcha3, .captcha4, .captcha5 {
	display: inline-block;
	margin-right: 1%;
	line-height: 28px;
	height: 28px;
	vertical-align: top;
}

.captcha1 { margin-top:2px; }

.captcha2 { }

.captcha3 { }

.captcha3 input { width:121px; }

.captcha4 {
	margin-left: -3px;
	margin-right: 0;
	width: 105px;
}

#emailcaptchbox {
	background-color: #d9e2e7;
height: 28px;
margin-bottom: 10px;
padding: 4px 0 6px;
text-align: center;
}

.emailmsgboxright { padding-bottom: 20px; }

.req-field {
	float: right;
	padding-left: 0;
	padding-top: 0;
	text-align: left;
}

.email-btn {
	display: inline-block;
margin-left: 13px;
width: 70px;
}

.snippetbox.emailinner { border-top: medium none; }

.snippetbox, er-contentbox-wrap { border-top: medium none; }

.err { font-size: 17px; }





.captcha4 input { width: 83%; }

#emailcaptchbox-holder {
	display: inline-block;
width: 100%;
}

.displayinlineh3 { display: inline-block; }

.hote_distance .strong {  font-family: 'ubuntumedium'; }

.strong {  font-family: 'ubuntumedium';}

.hote_distance { padding: 5px 0; }



.location-dest { margin: 0 2px 0 10px; }



#booknowscroll {
	bottom: 55px;
	height: 30px;
	position: fixed;
	right: 14px;
	width: 100px;
	z-index: 18;
	display: none;
}
/*----------- new footer css --------------*/
footer {
	line-height: 20px;
	margin: 0 auto;
	padding: 0px 0 40px;
	width: 960px;
font-size:11px;
}
.googleaddress {
	float: left;
	margin-right: 60px;
}
.title-f {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}
.footerLink {
	float: left;
	margin-right:60px;
}
.ftr-rightcontent.ftr-rightcontent3 {
	float: left;
	width: 180px;
	margin-right:60px;
}
.btnrow-f {
	display: block;
	margin-top: 10px;
}
.btnrow-f #email1 {
	float: left;
	margin-right: 10px;
	width: 100px;
}

.popular-links {
	float: left;
}
.information {
	float: right;
}

.social-media li a {
	display: block;
}
.text-soc {
	display: inline-block;
	text-transform: capitalize;
	padding-left: 10px;
}
.icon-s {
	display: none;
	font-size: 17px;
	margin-top: -3px;
	vertical-align: middle;
}
.social-media li a {
  background-image: url("/images_noindex/social-sprite.png");
  background-origin: padding-box;
  background-repeat: no-repeat;
  display: block;
  padding-left: 15px;
}

.social-media li .fb {
  background-position: 0 1px;
}

.social-media li .tw {
  background-position: 0 -19px;}
.social-media li .gp {
  background-position: 0 -39px;}
.social-media li .fl {
  background-position:  0 -119px;}
.social-media li .yt {
  background-position: 0 -99px;}


.social-media li .fb:hover {
  background-position: 0 -333px;}
.social-media li .tw:hover {
  background-position: 0px -353px;}
.social-media li .gp:hover {
  background-position: 0px -373px;}
.social-media li .fs:hover {
  background-position: 0px -454px;}
.social-media li .yt:hover {
  background-position: 0px -433px;}


footer a:link, footer a:visited {
	color: #717171;
}
footer a.navON:link, footer a.navON:visited, footer a.navON:hover, footer a:hover {
	color: #929912;
}
.pipe.mobilefooterpipeblock1 {
	display: none;
}
/* --------------- */

.contactdropdown {
  margin-top: -3px !important;
  width: 91px !important;
}
#quick-signup-btn {
 background:#08577f;
color: #fff;
cursor: pointer;
font-size: 12px;
height: 28px;
line-height: 28px;
margin-top: 10px;
text-align: center;
text-transform: uppercase;
width: 180px;
}
#quick-signup-btn:hover {background:#8f9608;}
#contentinfo.fixheader {
  background: #ffffff url("/images_noindex/ttd-main.png") repeat-x scroll 0 168px;
}

#container {
  box-shadow: 0 0 3px #c1c1c1;
  margin: 0 auto;
    padding-top: 0;
}

.emailformdropdown option {
  border-right: 1px solid #000000;
}


#header:before{background:transparent;content:inherit;}
#filter input, #filter select{color: #fff; text-transform: capitalize; height:40px;}

html, body, #wrapper {
  height: inherit;
}


.popup-close, .icon-close {
  background-color: #08577f;
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 2;
}




select {
  height: 32px;
  line-height: normal;
  padding: 6px;
}



#content {
  padding: 0 !important ;
}

.contentwrap {
  overflow: inherit;
}

#filter input {
 background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
}


#filter {
  background:#08577f none repeat scroll 0 0;
  color: #ffffff;
  padding: 18px 25px 5px;
}

.left {
	float: left
}
.right {
	float: right
}
.ui-datepicker-month , .ui-datepicker-year{
  background:none;
  color: #000000 !important;
}
option {
  padding: 0 0 0 5px;
  color: #000 !important;
 background:#fff;
}
.date {
	float: left
}
.date .left, .category .left {
	margin: 0 6px 0 0
}
.left.viewlinks {
  margin: 0;
float: right;
}
.date-input {
 background: rgba(0, 0, 0, 0) url("/images_noindex/ec-cal.png") no-repeat scroll right center;
  height: 40px;
  line-height:40px;
  width: 139px;
}

#filter .button {
  background: #e22373 none repeat scroll 0 0;
  border: 1px solid #b5bf17;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "ubuntulight";
  font-size: 17px;
  height: 40px;
  line-height: 37px;
  padding: 0 11px;
  text-align: center;
  text-transform: uppercase;
}
#filter .button:hover {
  background: #00d5d1 none repeat scroll 0 0;
}

.category {
	float: right
}
.search-input {
  background: rgba(0, 0, 0, 0) none ;
  border-right: 0 none;
  color: #ffffff;
  float: left;
  height: 40px;
  line-height:40px;
  width: 90px;
}

#filter .search-icon {
  background: transparent url("/images_noindex/search-icon.png") no-repeat scroll 12px center;
  border-left: medium none;
  cursor: pointer;
  float: left;
  height:40px;
  width: 43px;
}

.list-view, .calendar-view {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 10px;
  line-height: 33px;
  margin: 0 10px 0 10px;
  padding: 0;
  text-transform: capitalize;
  vertical-align: middle;
  width: 47px;
}

.calendar-view {margin: 0 00px 0 5px;}


.cal-nav-on, .list-view-on, .list-view:hover, .calendar-view:hover  {
  color: #c9d605;
}
.iconenav {
  display: block;
  font-size: 20px;
  text-align: center;
}

#bottomimg {
	padding: 0px 0 0px 0;
	position: relative;
	margin: 0 auto;
}

/*aside*/
aside {
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 15px 0;
	min-height: 385px;
	padding: 0;
	position: relative;
	width: 231px;
}
.asidecontent {
	margin: 22px auto 0;
	width: 207px;
}
#top5, #spnav {
	margin-bottom: 18px;
	position: relative;
}
.spnav-img {
	height: 117px;
	width: 207px;
}
#spnav .adti a {
	color: #fff
}
#spnav .adti a:hover {
	color: #03325E;
}
.spnav-txt {
	line-height: 17px;
	margin: 0 auto;
	padding-top: 6px;
	text-align: center;
}
.spnav-txt a {
	color: #FFF !important
}
.spnav-txt a:hover {
	color: #F57F00 !important
}
.adti {
	height: 27px;
	line-height: 27px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: url("/images_noindex/sprite-x.png") repeat-x scroll 0 -129px transparent;
}
/*aside*/



.verti-pix-home {
	border-right: 1px solid #8AB6E3;
	float: left;
	height: 131px;
	margin: 5px 0 0;
	width: 1px;
}
.home-box-right {
	float: right;
	padding-left: 20px;
	width: 330px;
}
.home-box2 .verti-pix-home {
	height: 131px;
}

.milestone1 {
	display: block;
	text-align: center !important;
	text-transform: uppercase;
}
.pkgbtndiv {
	width: 111px;
	margin: 15px 0px 5px 0px;
}
.resinput-lineinner.res-bookinner {
	float: right;
}
.arro-reason-txt {
	background-image: url("/images_noindex/sprite.png");
	background-position: -103px -304px;
	display: inline-block;
	height: 5px;
	position: relative;
	width: 5px;
	margin-left: 2px;
}
.loc-img {
	border: 3px solid #FFFFFF;
}
.accordion {
	width: 100%;
	/*min-height: 300px;*/
	margin: 0 auto;
}
.accordion-item {
	font-size: 18px;
	padding: 26px 10px 0 0;	
	width: 98.5%;color:#074c6f;
        cursor:pointer;
}
.accordion-item.open {
	border-bottom: 0px; background:#e3e3e3;
       position: relative;
       z-index: 3;
      width: auto;
      padding-left: 0;
margin: 0;
}
/*.accordion-item.open .acc-date,
.accordion-item.open .acc-title,
.accordion-item.open .acc-title .acc-small {
color: #ffffff !important;
}*/

.accordion-item .type {
	float: right;
	background: url(/images_noindex/plus.png) center 10px no-repeat;
	padding: 15px 45px 15px 10px;
}
.accordion-item.open .type {
	
	background: url(/images_noindex/minus.png) center 10px no-repeat;
	
}
.left.dt-title.datepadding {
padding-left: 30px;
}
div.data {
	/*background: none repeat scroll 0 0 #f1f1f1;*/
	color: #2f2f2f;
	font-size: 14px;
	line-height: 26px;
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 140%;
	display: none;
	width: 100%;
       background: #E3E3E3;
}
div.data p {
	margin: 20px 0;
	line-height: 26px;
	width: 95%;
	text-align: left;
	clear: both
}
#eventdescription {
  padding: 21px 20px 20px 0;
float:left;
}
#divmainevent img {
  height: auto;
  width: 100%;
}

.gmaplod > img {
  height: auto;
  width: 100%;
}
.favorites {
	clear: both;
	padding: 0 0 40px 70px; margin: 0;
}
.favorites-detail {
	clear: both !important;
	padding: 30px 0 0px 0px !important; margin: 0 !important;
}


.favorites .button:link, .favorites .button:visited {
  float: left;
  font-size: 15px;
  margin-right: 11px;
  padding: 0 10px;
}

.add-calendar.button {
  width:auto;
}
.iconbtn {
  padding-right: 6px;
}
.icon-mapPin.iconbtn {
  font-size: 19px;
  vertical-align: sub;
}

.social-likes {
background: rgba(0, 0, 0, 0.5) none;
margin: 0;
padding: 8px;
position: absolute;
right:0px;
z-index: 6;
}
.social-likes .gplusicon {    float: left; width: 77px; }
.social-likes  .fblikeicon {float: left;  width: 87px;}
.social-likes  .twittericon {    float: left; width: 96px;}
/*odd*/

.acc-title {
  color: #074c6f;
  float: left;
  font-family: "ubuntumedium";
  font-size: 20px;
  letter-spacing: 0;
  margin: -5px 0 0;
  text-align: left;
  text-transform: capitalize;
}

.acc-title .acc-small {
	display: block;
	font-size: 13px;
	text-align: left;
	padding: 3px 0;
	text-transform: none;
}
.acc-title img {
	vertical-align: middle
}
.acc-date {
  float: left;
  font-size: 35px;
  margin: 0 20px;
  text-align: center;
  width: 50px;
}
.acc-date .acc-month {
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 6px 0 0 0
}
.border {
	border-left: 7px solid #08577F;
	width: auto;
}
.event-list
{
	border-bottom: 1px solid #e3e3e3;
}

.acc-title2 {
	float: left;
	color: #555;
	text-transform: uppercase;
	font-size: 22px;
	float: left;
	width: 77%;
line-height: 28px;
}
.acc-title2 span {
	display: block;
	text-transform: none;
	padding: 10px 0;
	text-transform: none;
	font-family: 'open_sansregular';
	font-size: 13px;
}
/*even*/


.even .border {
	border-left: 7px solid #b5bf17;

}
.even .acc-date{}
.add-calendar {
	padding: 0 25px 0 0
}
.no-border {
	border-bottom: 0 !important
}
.title-area {
	width: 655px;
	float: left;
        cursor:pointer;
}

.emailformdropdown {
	width: 119%;
}
.view-more {
	
	padding: 25px 0 20px 0;
	font-size: 21px;
	text-transform: uppercase;
	display: block
}

.left.styled-select {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/images_noindex/ec-arrow.png");
  background-position: right center;
  border: 1px solid #ffffff;
  height: 38px;
  line-height: 38px;
  width: 150px;
}

.mid-part #calendar {
  padding:0;
}

.event-calendar-control{
display:none;
}
#ec-date {font-size:27px; text-transform:uppercase; float:left;width:45%;text-align:center; margin-top: -2px;}
#eventcalendarview{
display:none;
}

 .modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}
.event-calendar-control {
  position: absolute;
  width: 38% !important;
top: 27px;
}
.ec-next a, .ec-previous a {
  color: #fff;

}
.ec-next , .ec-previous {
  float: left;

}

.ec-next {margin-left:0px; width: 20px; margin-top: 3px;}
.ec-previous
{
margin-right:-3px;
float:left;
width: 20px; margin-top: 3px;
}

.ectt_divmain .ectt_left { 
  float: left;  
  padding: 15px;
  width: 178px;
height: 130px;
}

.ectt_divmain .ectt_right {
  float: right; height: 100px;
}
.ectt_image {
  height: 160px;
  width: 155px;
}
#calendarloading {
            position: absolute;
            font-family: arial;
            left: 0px;
            top: 0px;
            background-color: rgb(0, 0, 0);
            opacity: 0.7;
            height: 100%;
            width: 100%;
            z-index: 1000;
        }

 #calendarloading .loading {
  color: #fff;
  font-size: 15px;
  margin: 41% 42%;
  width: 50%;
}

#btnecprevious {display: block;color: #fff;}

#btnecnext {display: block;color: #fff;}
#qtip-calendar-content {width: 364px; box-shadow: 0 0 14px 6px rgba(0,0,0,0.4); background: #fff}

.ectt_left h3 {
  color: #555555;
  display: block;
  float: left;
  font-size: 16px;
  height: 28px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.ectt_repeat_text, .ectt_venue, .ectt_time {
  color: #959595;
  font-size: 12px;
  line-height: 18px !important;
}
.ectt_repeat_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.ectt_detail_link1 {
  color: #be2d00;
  font-size: 16px;
  padding: 15px 0 0 0;
  display: block;
}
.ectt_detail_link1:hover {color: #7f7f7f}
#eventdescription > p {
  margin: 0;
  padding: 0;
  width: auto;
  word-wrap: break-word;
}
#divmainevent {
  margin: 0;
  position: relative;
  top: 0;
  z-index: 2;
margin-bottom: 0;     margin-left: 70px;
}



.odd-border {border-left:7px solid #212121}
.month {
  float: left;
  font-size: 47px;
  line-height: 32px;
  margin: 12px 20px 0 0;
}
.month span {
  display: block;
  font-size: 14px;
  padding: 6px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.accordion-item-detail #header {
  border: 0 none;
  display: inline-block;
  font-size: 22px;
  line-height: 39px;
  margin: 0 0 26px;
  max-width: 500px;
  padding-bottom: 0;
  padding-top: 0px;
  text-align: left;
}

.favorites {clear:both; margin: 15px 0 25px 0;}


/*31-7-2015*/

.back-to-events .see-event-button {
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 31px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
  top: 4px;
}

.back-to-events .see-event-button:hover {
  background-color: #00d5d1;
}

.data-text {
  font-size: 14px;
  line-height: 28px;
  padding:0 20px;
  position: relative;
  width: auto;
}

.data-text-in {
  margin:20px 0 0;
  padding: 0px 0 20px;}
.data-text-in ul {
  list-style: outside none none;
}
.data-text-in ul li {
  padding-bottom: 3px;
}
.text-right > img {
  display: inline-block;
  padding-right: 3px;
  vertical-align: text-bottom;
}
.data-text-in .text-left {
  display: inline-block;
  width: 100px;
}
.data-text-in .text-left span, .data-text-in .text-right span {display:block; margin:0 0 5px 0}
.data-text-in .text-left span img, .data-text-in .text-right span img {vertical-align:middle; margin:0 4px 0 0}
.data-text-in .text-right {
display: inline;
}
.comments-form {
  background: #e0e0e0 ;
  padding: 40px 4% 30px 8%;
display:none;
}

.comments-form input, .comments-form textarea {
  margin: 2px 0 9px;
  width: 100%;
}
.comments-form textarea {
  height: 99px;
}
.email-frmfieldset {
  width: 49%;
}
.cmnt-area {
  float: right;
  height: 76px;
  width: 97%;
}
.form-in {
  width: 100%;
}
.commentcoderow {margin-top: 15px;}
.comments-ttl {text-transform:uppercase; font-size:27px; color:#262424; color:#555; padding-bottom:15px}
.form-in-small {width:60px}
.captcha span {float:left; margin:0 15px 0 0; line-height:31px}
.comments-ttl img {vertical-align:middle}
.submitbtn {
  border-radius: 0px;
  color: #ffffff !important;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 27px;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
}
.comments-form .input-event {
  margin: 0 auto;
}

.mt {margin-top:15px;}
.captcha img {vertical-align: middle;}


.accordion-item-detail {
  cursor: pointer;
  font-size: 18px;
  height: 57px;
  padding: 26px 0 0 20px;
  width: auto; clear:both
}

.google-y
{
float:left;
width:66px;
}

.face-y
{
float:left;
width:72px; line-height: 18px;
}

.tweet-y
{
float:left;
width:60px;
}
.data-text .right.social-likes {
  background: none ;
  padding-top: 0;
  position: relative;
  top: 35px;
}

.right.back-to-events {
    margin: 2px 20px 0 0;
}

/**/
.col-right {
	float: right;
	width:48%;
}
.col-left {
	float: left;
	width:48%;
}

.eve-submit {
	float: left;
	position: relative;
	padding-right: 12px;
}
.commentrequired {
	float: left;
	position: relative;
}
#divbrowsearchives .selected {
}
#progress > img {
	max-width: none;
	vertical-align: middle;
	display: inline-block;
}
.email1form .commentcodecol6 {
	float: left;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
}
.filter.mobser, .search.mobser {
  display: none;
}
#divgmap {
  float: left;
}
.acc-small .icon-loop2 {
  margin-right: 5px;
}
.text-right span.icon-loop2 {
  display: inline;
  margin-right: 5px;
}

#calendarpopuphover {
  background-color: rgb(0, 0, 0);
  font-family: arial;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
z-index: 666;}

.noeventmessage {
  display: block;
  padding: 10px;
  text-align: center;
}

.event-description {
  padding-top: 20px;
}
@media only screen and (max-width:958px){.snippet-img img{height:auto;width:100%}#photogallery-thumbs .thumb{float:left;padding:0 2% 2% 0;width:23.5%}.thumb img{width:100%;height:auto}.four-thumb{padding-right:0!important}.rfpformdropdown{width:100%}#milestone_poll{width:94%}}@media only screen and (max-width:768px){.btn-row .msftd_rating{display:block}.column31,.column32,.column33,.column41,.column42,.column43,.column44,.column51,.column52,.column53,.column54,.column55{width:32%;padding-right:0}.box ul,.box2 ul,.hotelbox ul{padding-top:0}.commentcodecol6{float:right}.imgrefresh{padding-left:6px}.quickrfpbox #imgcode{width:35px}}@media only screen and (max-width:700px){.thingstododetail-left{width:53%}.poll-option li{width:48%}}@media only screen and (max-width:600px){.snippetbox-leftimg,ul.anchor,.social-like{display:none!important}.snippetbox-rightcontent{width:100%}.btn-row .msftd_rating{display:block;width:100%}.column21,.column22,.column31,.column32,.column33,.column41,.column42,.column43,.column44,.column51,.column52,.column53,.column54,.column55,.poll-option li{width:100%;padding-right:0}.box ul li,.box2 ul li,.hotelbox ul li{padding-bottom:10px}li.modulelinkON,li.modulelink:hover,li.modulelink a:hover,li.modulelink{margin-right:1px}.quickrfpbox #imgcode{width:62%}#reviews-box{height:109px}}@media only screen and (max-width:568px){#photogallery-thumbs .thumb{float:left;padding:0 3% 3% 0;width:30%}.four-thumb{padding-right:3%!important}}@media only screen and (max-width:320px){#photogallery-thumbs .thumb{float:left;padding:0 3% 3% 0;width:46%}.thingstododetail-left{width:100%}.thingstododetail-right{border-left:0 none;border-top:1px solid #ACACAC;margin:10px 0 0;padding:10px 0 0;width:100%}.number-row{border-bottom:0 solid #ACACAC;margin-bottom:0;padding-bottom:0}}@media only screen and (min-width:1400px){#mainimage{left:0!important;margin-left:0!important;width:100%!important}#mainimage ul li img{width:100%;height:auto}#mainimageholder IMG{position:relative;width:100%;height:auto}#mainimageslideshow{position:relative;height:auto!important;width:100%}#mainimageholder{height:auto!important}}
.ui-helper-hidden-accessible{position:absolute;left:-99999999px}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui-helper-clearfix{display:inline-block}/*\*/* html .ui-helper-clearfix{height:1%}.ui-helper-clearfix{display:block}/**/.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-datepicker{width:17em;padding:.1em .1em 0;z-index:9999!important}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.0em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{float:left;font-size:1em;margin:1px 0;width:60px}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{float:right}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 2px;line-height:24px}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:0 .4em;text-align:right;text-decoration:none;list-style:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-widget{font-size:.9em;z-index:999;display:none}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-size:1em}.ui-widget-content{background-color:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{background-color:#ccc;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default{border:1px solid #0E435F;background-color:#0E435F;font-weight:normal;color:#555;outline:0}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none;list-style:none;outline:0}.ui-state-hover a,.ui-state-hover a:hover{color:#212121;text-decoration:none;list-style:none;outline:0}.ui-state-active,.ui-widget-content .ui-state-active{border:1px solid #0E435F;background-color:#0E435F;font-weight:normal;color:#212121;outline:0}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;outline:0;text-decoration:none;list-style:none}#ui-datepicker-div{z-index:1001;display:none;font-size:12px;margin-top:-1px}.ui-datepicker{padding:1px 5px;background-color:#FFF;border:solid 1px #d6d1d1}.ui-widget-header{background-color:#FFF;border-bottom:1px solid #acacac;margin:0 7px;padding:4px 0!important}.ui-widget select{border:#0D0D0D solid 1px}.ui-datepicker th{background-color:#FFF;color:#777;text-transform:uppercase}.ui-datepicker-month{color:#0E435F;font-size:12px;text-transform:uppercase}.ui-datepicker-year{color:#0E435F;font-size:12px}.ui-widget-content .ui-state-default{background-color:#FFF;color:#323232;border:#FFF solid 1px;text-align:center}.ui-state-disabled .ui-state-default{background-color:#FFF;color:#AAA;border:#FFF solid 1px;text-align:center}.ui-state-highlight,.ui-widget-content .ui-state-highlight{background-color:#FFF;color:#0E435F;border:#0E435F solid 1px}.ui-widget-content .ui-state-active{background-color:#0E435F;color:#FFF;border:#0E435F solid 1px}.ui-widget-content .ui-state-hover{background-color:#0E435F;color:#FFF;border:#0E435F solid 1px}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{width:10px;height:9px;position:relative;top:6px;cursor:pointer;display:inline}.ui-datepicker .ui-datepicker-prev{background:url(/images_noindex/sprite.png) -188px -5px no-repeat;left:0;float:left}.ui-datepicker .ui-datepicker-prev-hover{background:url(/images_noindex/sprite.png) -215px -5px no-repeat;left:0;border:0;float:left}.ui-datepicker .ui-datepicker-next{background:url(/images_noindex/sprite.png) -173px -5px no-repeat;right:0;float:right}.ui-datepicker .ui-datepicker-next-hover{background:url(/images_noindex/sprite.png) -202px -5px no-repeat;right:0;border:0;float:right}.ui-state-disabled{background:none!important}
/*!
 * FullCalendar v2.3.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
  background: #08577f none repeat scroll 0 0;
  color: #ffffff;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #fff;
}

.fc-unthemed .fc-today {
  background: #f1efef ;
  color: #101010;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
	margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: 3%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: -3%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header {
  padding: 5px 10px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
z-index: 667;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 5px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: 13px;
	line-height: 28px;	 
	border: 1px solid #e3e3e3; /* default BORDER color */
	background-color: #e3e3e3; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
	color:#000
}
.fc-body.fc-widget-content .fc-day-grid-event {
  margin: 0;
}
.fc-body.fc-widget-content .fc-day-grid-event .fc-content {
  background: #ffffff url("/images_noindex/arrow-box-event.png") no-repeat scroll 98% center;
  padding-right: 15px !important;
  text-overflow: ellipsis;
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #000; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto; /* ignore the right and only use the left */
	cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto; /* ignore the left and only use the right */
	cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
	left: -3px;
	right: -3px;
	width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 260px;
}


/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
  font-size: 24px;
  padding-bottom: 2px;
  padding-left: 9px !important;
  padding-top: 7px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

.fc-content {
  background: #f1efef;
  border: 0 none !important;
  border-radius: 0 !important;
  padding: 4px 4px 4px 12px !important;

}
.fc-toolbar {margin-bottom: 0 !important;}
.fc-view-container {
  margin: -23px 0 0;
}

.fc-row.fc-widget-header tr {
  background: #08577f;
color: #fff;
font-size: 14px;
text-transform: uppercase;
}

a.button:link, a.button:visited, .asidedisablelink, #goog-wm-sb, .enablelink, .viewlargermap, .ttdbtn, .commonviewall{
background-color:#929920;	
cursor: pointer !important;
	color: #FFFFFF;
	display: block;
font-family: 'ubuntulight';
	font-size: 15px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
a.button:hover, .disablelink:hover, .asidedisablelink:hover, #goog-wm-sb:hover, .enablelink:hover, .viewlargermap:hover, .pkg-all a:hover, .ttdbtn:hover, .commonviewall:hover{
	 background-color: #b0b023;
	color: #FFFFFF;
}
.ttdbtn{width: 120px;}
.ttdbtn a{color:#fff !important}
.ttdbtn a:hover{color:#fff !important}
.disablelink, .ugcbtnwrite, .enablelink, .pkg-all a {
  background-color: #ececec !important;
  color: #8e8e8e !important;
  display: block;
 
  font-size: 14px;
  height: 19px !important;
  line-height: 19px !important;
  text-decoration: none;
  text-transform: uppercase;
  width: 56px !important;
text-align: center;
}

.disablelink:hover, .ugcbtnwrite:hover , .enablelink:hover, .pkg-all a:hover {
color:#434343;
background-color: #434343 !important;
}

#reservationtable a.button {
border: 1px solid #b5bf17;
border-radius: 2px;
width: 99px;
height: 31px;font-size: 20px;
line-height: 31px;}

#reservationtable-inner a.button {
	width: 136px;
}



a.mapvisit {
  float: left;
  font-size: 12px !important;
  margin-right: 10px;
  width: 76px;
   
}
a.mapdirection {
  float: left;
  font-size: 12px !important;
   
  width: 118px;
}

#btnSubmit {
  width: 150px;
}

.pkg-all a {
  width: 86px !important;
}

.ttd-button {
  padding-top: 10px;
  width: 120px;
}
.button.btn-email {
  height: 30px !important;
  line-height: 30px !important;
}
#TB_overlay{position:fixed;z-index:100;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:.75}#TB_window{position:fixed;z-index:102;display:none;text-align:left;top:40%;left:50%;width:61%;margin-top:-262px!important;margin-left:-33%}#TB_window img#TB_Image{display:block;margin:15px 0 0 15px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666}#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left}#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right}#TB_closeAjaxWindow{position:absolute;right:40px;text-align:right;top:16px}#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px}#TB_title{height:27px}#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em}#TB_ajaxContent.TB_modal{padding:15px}#TB_ajaxContent p{padding:5px 0 5px 0}#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px}#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:0;opacity:0;height:100%;width:100%}#TB_iframeContent{background:none repeat scroll 0 0 #FFF;clear:both;height:573px!important;margin-bottom:0;width:739px!important}#divMenu_Left1_txtSearch{z-index:255;margin:0;padding:0}#RequiredFieldValidator1{color:#B4481A!important}@media only screen and (max-height:600px){#TB_window{top:45%!important}}
#cke_editor1{width:auto}.cke_skin_kama .cke_wrapper{background-color:transparent;background-image:none;padding:0;margin:0}body.cke_show_borders{background:none!important}body.cke_show_borders a{text-decoration:none!important;list-style:none}#cke_editor1{border:1px dashed!important;padding-left:2px;padding-right:2px}#cke_top_editor1,#cke_bottom_editor1{background-color:#FCFCFC}#coupon.cms6{z-index:999}