
 /* 
-------cacheFileName----------
 key5AC6C44168C0262DFD7083E575D257B328AA2F0D2AC439561B54511C629F9B29#2025-09-10T03--07--07 */ 

/*
 * 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 {
	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}.talign-right{text-align:right}.talign-center{text-align:center}.bgc1{background:#f1f1f1}.fgc1{color:#999}.fgc0{color:#000}p{margin-top:1em;margin-bottom:1em}.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}.fs1{font-size:32px}
@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";font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none}.icon-bed:before{content:""}.icon-hotel:before{content:""}.icon-calendar4:before{content:""}.icon-chevron-down:before{content:""}.icon-free_breakfast:before{content:""}.icon-pool:before{content:""}.icon-smoking_rooms:before{content:""}.icon-room_service:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-up:before{content:""}.icon-share:before{content:""}.icon-arrow_drop_up:before{content:""}.icon-arrow_drop_down:before{content:""}.icon-search2:before{content:""}.icon-minus-circle:before{content:""}.icon-plus-circle:before{content:""}.icon-down-arrow:before{content:""}.icon-people:before{content:""}.icon-summer:before{content:""}.icon-exercise:before{content:""}.icon-food2:before{content:""}.icon-summer-1:before{content:""}.icon-multimedia:before{content:""}.icon-technology:before{content:""}.icon-people-1:before{content:""}.icon-light:before{content:""}.icon-stones:before{content:""}.icon-yin-yang:before{content:""}.icon-spa3:before{content:""}.icon-massage:before{content:""}.icon-massage-1:before{content:""}.icon-walkway-and-a-plant:before{content:""}.icon-spa-heating-stones-treatment:before{content:""}.icon-business2:before{content:""}.icon-group:before{content:""}.icon-meeting:before{content:""}.icon-meeting-1:before{content:""}.icon-business-meeting:before{content:""}.icon-location4:before{content:""}.icon-music2:before{content:""}.icon-ring:before{content:""}.icon-interlocking-rings:before{content:""}.icon-wedding-rings:before{content:""}.icon-incoming-call:before{content:""}.icon-diamond-ring:before{content:""}.icon-engagement-ring:before{content:""}.icon-diamond-engagement-ring-silhouette:before{content:""}.icon-engagement-ring-1:before{content:""}.icon-bell-ring:before{content:""}.icon-bell2:before{content:""}.icon-food-1:before{content:""}.icon-music-1:before{content:""}.icon-fashion:before{content:""}.icon-gift-box:before{content:""}.icon-parking:before{content:""}.icon-television:before{content:""}.icon-cocktail:before{content:""}.icon-fast-food:before{content:""}.icon-restaurant:before{content:""}.icon-technology-1:before{content:""}.icon-holidays:before{content:""}.icon-technology-2:before{content:""}.icon-holidays-1:before{content:""}.icon-swimming-silhouette:before{content:""}.icon-swimming-pool:before{content:""}.icon-sun-umbrella-and-deck-chair:before{content:""}.icon-swimming-silhouette-1:before{content:""}.icon-dining-room-cutlery-set-of-three-pieces-in-silhouettes:before{content:""}.icon-dining-room-cup-on-a-plate:before{content:""}.icon-gift2:before{content:""}.icon-gift-1:before{content:""}.icon-gift-2:before{content:""}.icon-passport2:before{content:""}.icon-boarding-pass:before{content:""}.icon-passport-1 .path1:before{content:"";color:#2b414d}.icon-passport-1 .path2:before{content:"";margin-left:-1em;color:#ebedee}.icon-passport-1 .path3:before{content:"";margin-left:-1em;color:#324d5b}.icon-passport-1 .path4:before{content:"";margin-left:-1em;color:#99a6ad}.icon-passport-1 .path5:before{content:"";margin-left:-1em;color:#99a6ad}.icon-passport-1 .path6:before{content:"";margin-left:-1em;color:#2d4552}.icon-passport-2:before{content:""}.icon-garden-barbecue:before{content:""}.icon-grill:before{content:""}.icon-grill-1:before{content:""}.icon-youtube-logo:before{content:""}.icon-youtube3:before{content:""}.icon-youtube-play:before{content:""}.icon-youtube-logo-1:before{content:""}.icon-tripadvisor-logotype:before{content:""}.icon-tripadvisor-logotype-1:before{content:""}.icon-tripadvisor-logotype-2:before{content:""}.icon-yelp-logo:before{content:""}.icon-yelp2 .path1:before{content:"";color:#fe5022}.icon-yelp2 .path2:before{content:"";margin-left:-1em;color:#ff3501}.icon-yelp2 .path3:before{content:"";margin-left:-1em;color:#fff}.icon-yelp2 .path4:before{content:"";margin-left:-1em;color:#fff}.icon-yelp2 .path5:before{content:"";margin-left:-1em;color:#fff}.icon-yelp2 .path6:before{content:"";margin-left:-1em;color:#fff}.icon-yelp2 .path7:before{content:"";margin-left:-1em;color:#fff}.icon-golf-green:before{content:""}.icon-golf2:before{content:""}.icon-golf-1:before{content:""}.icon-golf-2:before{content:""}.icon-golf-3:before{content:""}.icon-golf-ball-with-dents:before{content:""}.icon-breakfast-time:before{content:""}.icon-hot-coffee-cup-with-hearts:before{content:""}.icon-palm-tree:before{content:""}.icon-island-with-palm-trees:before{content:""}.icon-person-enjoying-jacuzzi-hot-water-bath:before{content:""}.icon-alarm-clock:before{content:""}.icon-24-hours-delivery:before{content:""}.icon-no-smoking-sign:before{content:""}.icon-no-smoking-signal-symbol:before{content:""}.icon-no-smoking:before{content:""}.icon-parking-sign:before{content:""}.icon-exercise-1:before{content:""}.icon-dumbbell:before{content:""}.icon-stretching-exercises:before{content:""}.icon-gym:before{content:""}.icon-newspaper-square-rounded-interface-symbol:before{content:""}.icon-newspaper2:before{content:""}.icon-earth-pictures:before{content:""}.icon-disability:before{content:""}.icon-disabled:before{content:""}.icon-handicapped:before{content:""}.icon-wheelchair:before{content:""}.icon-safe-deposit-box:before{content:""}.icon-concierge:before{content:""}.icon-bus-side-view:before{content:""}.icon-car2:before{content:""}.icon-sedan-car-model:before{content:""}.icon-car-1:before{content:""}.icon-pawprint:before{content:""}.icon-pets-hotel-symbol-with-a-dog-and-a-cat-in-a-circle-with-one-star:before{content:""}.icon-woman-with-long-hair:before{content:""}.icon-hairdryer:before{content:""}.icon-scissors-and-comb:before{content:""}.icon-mirror:before{content:""}.icon-voucher:before{content:""}.icon-atm:before{content:""}.icon-atm-1 .path1:before{content:"";color:#2c2f38}.icon-atm-1 .path2:before{content:"";margin-left:-1em;color:#d6a35f}.icon-atm-1 .path3:before{content:"";margin-left:-1em;color:#ecf0f1}.icon-atm-1 .path4:before{content:"";margin-left:-1em;color:#ecf0f1}.icon-atm-1 .path5:before{content:"";margin-left:-1em;color:#ecf0f1}.icon-atm-1 .path6:before{content:"";margin-left:-1em;color:#ad8049}.icon-atm-1 .path7:before{content:"";margin-left:-1em;color:#ad8049}.icon-atm-1 .path8:before{content:"";margin-left:-1em;color:#ad8049}.icon-atm-1 .path9:before{content:"";margin-left:-1em;color:#ad8049}.icon-atm-1 .path10:before{content:"";margin-left:-1em;color:#ad8049}.icon-atm-1 .path11:before{content:"";margin-left:-1em;color:#ad8049}.icon-atm-1 .path12:before{content:"";margin-left:-1em;color:#ad8049}.icon-atm-1 .path13:before{content:"";margin-left:-1em;color:#ecf0f1}.icon-atm-1 .path14:before{content:"";margin-left:-1em;color:#f0c419}.icon-atm-1 .path15:before{content:"";margin-left:-1em;color:#f3d55b}.icon-atm-1 .path16:before{content:"";margin-left:-1em;color:#ed7161}.icon-atm-1 .path17:before{content:"";margin-left:-1em;color:#ed7161}.icon-atm-1 .path18:before{content:"";margin-left:-1em;color:#ed7161}.icon-atm-1 .path19:before{content:"";margin-left:-1em;color:#f0c419}.icon-atm-1 .path20:before{content:"";margin-left:-1em;color:#f3d55b}.icon-atm-1 .path21:before{content:"";margin-left:-1em;color:#f3d55b}.icon-atm-1 .path22:before{content:"";margin-left:-1em;color:#f3d55b}.icon-atm-1 .path23:before{content:"";margin-left:-1em;color:#f3d55b}.icon-washing-machine:before{content:""}.icon-laundry-machine:before{content:""}.icon-hot-ironer:before{content:""}.icon-bike:before{content:""}.icon-fast-food-1:before{content:""}.icon-cow:before{content:""}.icon-steak:before{content:""}.icon-clothes-hanger:before{content:""}.icon-archive-black-box:before{content:""}.icon-five-stars-outlines:before{content:""}.icon-eggs .path1:before{content:"";color:#faf5e5}.icon-eggs .path2:before{content:"";margin-left:-1em;color:#eacba2}.icon-eggs .path3:before{content:"";margin-left:-1em;color:#fff}.icon-eggs .path4:before{content:"";margin-left:-1em;color:#fff}.icon-eggs .path5:before{content:"";margin-left:-1em;color:#faf5e5}.icon-eggs .path6:before{content:"";margin-left:-1em;color:#faf5e5}.icon-dog .path1:before{content:"";color:#aa968c}.icon-dog .path2:before{content:"";margin-left:-1em;color:#464655}.icon-dog .path3:before{content:"";margin-left:-1em;color:#464655}.icon-dog .path4:before{content:"";margin-left:-1em;color:#aa968c}.icon-dog .path5:before{content:"";margin-left:-1em;color:#d2beaf}.icon-dog .path6:before{content:"";margin-left:-1em;color:#464655}.icon-dog .path7:before{content:"";margin-left:-1em;color:#8c7873}.icon-dog .path8:before{content:"";margin-left:-1em;color:#8c7873}.icon-octopus .path1:before{content:"";color:#d75a4a}.icon-octopus .path2:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus .path3:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus .path4:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus .path5:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus .path6:before{content:"";margin-left:-1em;color:#ed7161}.icon-octopus .path7:before{content:"";margin-left:-1em;color:#e87474}.icon-octopus .path8:before{content:"";margin-left:-1em;color:#e87474}.icon-octopus .path9:before{content:"";margin-left:-1em;color:#e87474}.icon-octopus .path10:before{content:"";margin-left:-1em;color:#e87474}.icon-maps-and-flags .path1:before{content:"";color:#fcd577}.icon-maps-and-flags .path2:before{content:"";margin-left:-1em;color:#eac36e}.icon-maps-and-flags .path3:before{content:"";margin-left:-1em;color:#ff6f52}.icon-maps-and-flags .path4:before{content:"";margin-left:-1em;color:#415e72}.icon-maps-and-flags .path5:before{content:"";margin-left:-1em;color:#415e72}.icon-maps-and-flags .path6:before{content:"";margin-left:-1em;color:#415e72}.icon-maps-and-flags .path7:before{content:"";margin-left:-1em;color:#415e72}.icon-maps-and-flags .path8:before{content:"";margin-left:-1em;color:#415e72}.icon-bug2 .path1:before{content:"";color:#a7a9ac}.icon-bug2 .path2:before{content:"";margin-left:-1em;color:#000}.icon-bug2 .path3:before{content:"";margin-left:-1em;color:#000}.icon-utensil:before{content:""}.icon-toilet:before{content:""}.icon-octopus2 .path1:before{content:"";color:#d75a4a}.icon-octopus2 .path2:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus2 .path3:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus2 .path4:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus2 .path5:before{content:"";margin-left:-1em;color:#d75a4a}.icon-octopus2 .path6:before{content:"";margin-left:-1em;color:#ed7161}.icon-octopus2 .path7:before{content:"";margin-left:-1em;color:#e87474}.icon-octopus2 .path8:before{content:"";margin-left:-1em;color:#e87474}.icon-octopus2 .path9:before{content:"";margin-left:-1em;color:#e87474}.icon-octopus2 .path10:before{content:"";margin-left:-1em;color:#e87474}.icon-sign:before{content:""}.icon-bug3 .path1:before{content:"";color:#a7a9ac}.icon-bug3 .path2:before{content:"";margin-left:-1em;color:#000}.icon-bug3 .path3:before{content:"";margin-left:-1em;color:#000}.icon-animal-prints:before{content:""}.icon-sheep:before{content:""}.icon-dog2:before{content:""}.icon-bell3 .path1:before{content:"";color:#e07743}.icon-bell3 .path2:before{content:"";margin-left:-1em;color:#fad05b}.icon-bell3 .path3:before{content:"";margin-left:-1em;color:#fad05b}.icon-bell3 .path4:before{content:"";margin-left:-1em;color:#000}.icon-bell3 .path5:before{content:"";margin-left:-1em;color:#000}.icon-bell3 .path6:before{content:"";margin-left:-1em;color:#000}.icon-eggs2 .path1:before{content:"";color:#faf5e5}.icon-eggs2 .path2:before{content:"";margin-left:-1em;color:#eacba2}.icon-eggs2 .path3:before{content:"";margin-left:-1em;color:#fff}.icon-eggs2 .path4:before{content:"";margin-left:-1em;color:#fff}.icon-eggs2 .path5:before{content:"";margin-left:-1em;color:#faf5e5}.icon-eggs2 .path6:before{content:"";margin-left:-1em;color:#faf5e5}.icon-bell-1:before{content:""}.icon-bathroom .path1:before{content:"";color:#324a5e}.icon-bathroom .path2:before{content:"";margin-left:-1em;color:#acb3ba}.icon-bathroom .path3:before{content:"";margin-left:-1em;color:#e6e9ee}.icon-bathroom .path4:before{content:"";margin-left:-1em;color:#ced5e0}.icon-bathroom .path5:before{content:"";margin-left:-1em;color:#324a5e}.icon-linux-logo:before{content:""}.icon-bell-2:before{content:""}.icon-ball:before{content:""}.icon-restaurant-1:before{content:""}.icon-dog3 .path1:before{content:"";color:#aa968c}.icon-dog3 .path2:before{content:"";margin-left:-1em;color:#464655}.icon-dog3 .path3:before{content:"";margin-left:-1em;color:#464655}.icon-dog3 .path4:before{content:"";margin-left:-1em;color:#aa968c}.icon-dog3 .path5:before{content:"";margin-left:-1em;color:#d2beaf}.icon-dog3 .path6:before{content:"";margin-left:-1em;color:#464655}.icon-dog3 .path7:before{content:"";margin-left:-1em;color:#8c7873}.icon-dog3 .path8:before{content:"";margin-left:-1em;color:#8c7873}.icon-archive-black-box2:before{content:""}.icon-technology-3:before{content:""}.icon-horse:before{content:""}.icon-sheep2:before{content:""}.icon-computer:before{content:""}.icon-bug-1:before{content:""}.icon-back:before{content:""}.icon-travel:before{content:""}.icon-next2:before{content:""}.icon-cow2:before{content:""}.icon-bug-12:before{content:""}.icon-shape:before{content:""}.icon-linux-logo2:before{content:""}.icon-cross:before{content:""}.icon-arrows:before{content:"";color:#48a0dc}.icon-suitcase2:before{content:""}.icon-shape2:before{content:""}.icon-dog-1:before{content:""}.icon-arrows-1:before{content:"";color:#48a0dc}.icon-teapot .path1:before{content:"";color:#e6e6e6}.icon-teapot .path2:before{content:"";margin-left:-1em;color:#38454f}.icon-teapot .path3:before{content:"";margin-left:-1em;color:#38454f}.icon-teapot .path4:before{content:"";margin-left:-1em;color:#38454f}.icon-teapot .path5:before{content:"";margin-left:-1em;color:#38454f}.icon-teapot .path6:before{content:"";margin-left:-1em;color:#e6e6e6}.icon-teapot .path7:before{content:"";margin-left:-1em;color:#e6e6e6}.icon-teapot .path8:before{content:"";margin-left:-1em;color:#e6e6e6}.icon-teapot .path9:before{content:"";margin-left:-1em;color:#e6e6e6}.icon-teapot .path10:before{content:"";margin-left:-1em;color:#e6e6e6}.icon-teapot .path11:before{content:"";margin-left:-1em;color:#e6e6e6}.icon-plus-button:before{content:""}.icon-call-center-operator:before{content:""}.icon-animals:before{content:""}.icon-steak2:before{content:""}.icon-rounded-add-button:before{content:""}.icon-chef:before{content:""}.icon-bell4:before{content:""}.icon-help-operator:before{content:""}.icon-garbage:before{content:""}.icon-bell-12 .path1:before{content:"";color:#e07743}.icon-bell-12 .path2:before{content:"";margin-left:-1em;color:#fad05b}.icon-bell-12 .path3:before{content:"";margin-left:-1em;color:#fad05b}.icon-bell-12 .path4:before{content:"";margin-left:-1em;color:#000}.icon-bell-12 .path5:before{content:"";margin-left:-1em;color:#000}.icon-bell-12 .path6:before{content:"";margin-left:-1em;color:#000}.icon-add:before{content:"";color:#50c8ef}.icon-plus2:before{content:""}.icon-fax-machine:before{content:""}.icon-coffee:before{content:""}.icon-bell-22:before{content:""}.icon-utensil2:before{content:""}.icon-minus2:before{content:""}.icon-dog-12:before{content:""}.icon-coffe-cup-outline:before{content:""}.icon-rounded-delete-button-with-minus:before{content:""}.icon-pint:before{content:""}.icon-fax-machine2:before{content:""}.icon-animal-prints2:before{content:""}.icon-tea:before{content:""}.icon-minus-1:before{content:""}.icon-help-operator2:before{content:""}.icon-animals2:before{content:""}.icon-tripadvisor-logotype2:before{content:""}.icon-minus-sign-inside-a-black-circle:before{content:""}.icon-hamburger:before{content:""}.icon-call-center-operator2:before{content:""}.icon-svg:before{content:""}.icon-svg2:before{content:""}.icon-svg3:before{content:""}.icon-svg4:before{content:""}.icon-svg5:before{content:""}.icon-svg6:before{content:""}.icon-svg7:before{content:""}.icon-svg8:before{content:""}.icon-svg9:before{content:""}.icon-svg10:before{content:""}.icon-svg11:before{content:""}.icon-svg12:before{content:""}.icon-svg13:before{content:""}.icon-svg14:before{content:""}.icon-svg15:before{content:""}.icon-svg16:before{content:""}.icon-svg17:before{content:""}.icon-svg18:before{content:""}.icon-svg19:before{content:""}.icon-svg20:before{content:""}.icon-svg21:before{content:""}.icon-svg22:before{content:""}.icon-svg23:before{content:""}.icon-svg24:before{content:""}.icon-svg25:before{content:""}.icon-svg26:before{content:""}.icon-svg27:before{content:""}.icon-svg28:before{content:""}.icon-svg29:before{content:""}.icon-svg30:before{content:""}.icon-svg31:before{content:""}.icon-svg32:before{content:""}.icon-svg33:before{content:""}.icon-svg34:before{content:""}.icon-svg35:before{content:""}.icon-svg36:before{content:""}.icon-svg37:before{content:""}.icon-svg38:before{content:""}.icon-svg39:before{content:""}.icon-svg40:before{content:""}.icon-svg41:before{content:""}.icon-svg42:before{content:""}.icon-svg43:before{content:""}.icon-svg44:before{content:""}.icon-svg45:before{content:""}.icon-svg46:before{content:""}.icon-svg47:before{content:""}.icon-accessibility:before{content:""}.icon-address-book:before{content:""}.icon-aid:before{content:""}.icon-airplane:before{content:""}.icon-alarm:before{content:""}.icon-alarm2:before{content:""}.icon-android:before{content:""}.icon-angry:before{content:""}.icon-angry2:before{content:""}.icon-apple:before{content:""}.icon-arrow-down-left:before{content:""}.icon-arrow-down-left2:before{content:""}.icon-arrow-down-left3:before{content:""}.icon-arrow-down-right:before{content:""}.icon-arrow-down-right2:before{content:""}.icon-arrow-down-right3:before{content:""}.icon-arrow-down2:before{content:""}.icon-arrow-down22:before{content:""}.icon-arrow-down3:before{content:""}.icon-arrow-left2:before{content:""}.icon-arrow-left22:before{content:""}.icon-arrow-left3:before{content:""}.icon-arrow-right2:before{content:""}.icon-arrow-right22:before{content:""}.icon-arrow-right3:before{content:""}.icon-arrow-up-left:before{content:""}.icon-arrow-up-left2:before{content:""}.icon-arrow-up-left3:before{content:""}.icon-arrow-up-right:before{content:""}.icon-arrow-up-right2:before{content:""}.icon-arrow-up-right3:before{content:""}.icon-arrow-up2:before{content:""}.icon-arrow-up22:before{content:""}.icon-arrow-up3:before{content:""}.icon-attachment:before{content:""}.icon-backward:before{content:""}.icon-backward2:before{content:""}.icon-barcode:before{content:""}.icon-bars:before{content:""}.icon-bars2:before{content:""}.icon-bell:before{content:""}.icon-binoculars:before{content:""}.icon-blocked:before{content:""}.icon-blog:before{content:""}.icon-blogger:before{content:""}.icon-blogger2:before{content:""}.icon-bold:before{content:""}.icon-book:before{content:""}.icon-bookmark:before{content:""}.icon-bookmarks:before{content:""}.icon-books:before{content:""}.icon-box-add:before{content:""}.icon-box-remove:before{content:""}.icon-briefcase:before{content:""}.icon-brightness-contrast:before{content:""}.icon-brightness-medium:before{content:""}.icon-bubble:before{content:""}.icon-bubble2:before{content:""}.icon-bubbles:before{content:""}.icon-bubbles2:before{content:""}.icon-bubbles3:before{content:""}.icon-bubbles4:before{content:""}.icon-bug:before{content:""}.icon-bullhorn:before{content:""}.icon-busy:before{content:""}.icon-cabinet:before{content:""}.icon-calculate:before{content:""}.icon-calendar:before{content:""}.icon-calendar2:before{content:""}.icon-camera:before{content:""}.icon-camera2:before{content:""}.icon-cancel-circle:before{content:""}.icon-cart:before{content:""}.icon-cart2:before{content:""}.icon-cart3:before{content:""}.icon-checkbox-checked:before{content:""}.icon-checkbox-partial:before{content:""}.icon-checkbox-unchecked:before{content:""}.icon-checkmark-circle:before{content:""}.icon-checkmark:before{content:""}.icon-checkmark2:before{content:""}.icon-chrome:before{content:""}.icon-clock:before{content:""}.icon-clock2:before{content:""}.icon-close:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud:before{content:""}.icon-clubs:before{content:""}.icon-code:before{content:""}.icon-cog:before{content:""}.icon-cog2:before{content:""}.icon-cogs:before{content:""}.icon-coin:before{content:""}.icon-compass:before{content:""}.icon-confused:before{content:""}.icon-confused2:before{content:""}.icon-connection:before{content:""}.icon-console:before{content:""}.icon-contract:before{content:""}.icon-contract2:before{content:""}.icon-contrast:before{content:""}.icon-cool:before{content:""}.icon-cool2:before{content:""}.icon-copy:before{content:""}.icon-copy2:before{content:""}.icon-copy3:before{content:""}.icon-credit:before{content:""}.icon-crop:before{content:""}.icon-css3:before{content:""}.icon-dashboard:before{content:""}.icon-delicious:before{content:""}.icon-deviantart:before{content:""}.icon-deviantart2:before{content:""}.icon-diamonds:before{content:""}.icon-dice:before{content:""}.icon-disk:before{content:""}.icon-download:before{content:""}.icon-download2:before{content:""}.icon-download3:before{content:""}.icon-drawer:before{content:""}.icon-drawer2:before{content:""}.icon-drawer3:before{content:""}.icon-dribbble:before{content:""}.icon-dribbble2:before{content:""}.icon-dribbble3:before{content:""}.icon-droplet:before{content:""}.icon-earth:before{content:""}.icon-eject:before{content:""}.icon-embed:before{content:""}.icon-enter:before{content:""}.icon-envelop:before{content:""}.icon-equalizer:before{content:""}.icon-evil:before{content:""}.icon-evil2:before{content:""}.icon-exit:before{content:""}.icon-expand:before{content:""}.icon-expand2:before{content:""}.icon-eye-blocked:before{content:""}.icon-eye:before{content:""}.icon-eye2:before{content:""}.icon-facebook:before{content:""}.icon-facebook2:before{content:""}.icon-facebook3:before{content:""}.icon-feed:before{content:""}.icon-feed2:before{content:""}.icon-feed3:before{content:""}.icon-feed4:before{content:""}.icon-file-css:before{content:""}.icon-file-excel:before{content:""}.icon-file-openoffice:before{content:""}.icon-file-pdf:before{content:""}.icon-file-powerpoint:before{content:""}.icon-file-word:before{content:""}.icon-file-xml:before{content:""}.icon-file-zip:before{content:""}.icon-file:before{content:""}.icon-file2:before{content:""}.icon-file3:before{content:""}.icon-file4:before{content:""}.icon-film:before{content:""}.icon-filter:before{content:""}.icon-filter2:before{content:""}.icon-finder:before{content:""}.icon-fire:before{content:""}.icon-firefox:before{content:""}.icon-first:before{content:""}.icon-flag:before{content:""}.icon-flattr:before{content:""}.icon-flickr:before{content:""}.icon-flickr2:before{content:""}.icon-flickr3:before{content:""}.icon-flickr4:before{content:""}.icon-flip:before{content:""}.icon-flip2:before{content:""}.icon-folder-open:before{content:""}.icon-folder:before{content:""}.icon-font:before{content:""}.icon-food:before{content:""}.icon-forrst:before{content:""}.icon-forrst2:before{content:""}.icon-forward:before{content:""}.icon-forward2:before{content:""}.icon-forward3:before{content:""}.icon-foursquare:before{content:""}.icon-foursquare2:before{content:""}.icon-gift:before{content:""}.icon-github:before{content:""}.icon-github2:before{content:""}.icon-github3:before{content:""}.icon-github4:before{content:""}.icon-github5:before{content:""}.icon-glass:before{content:""}.icon-globe:before{content:""}.icon-google-drive:before{content:""}.icon-google-plus3:before{content:""}.icon-google-plus22:before{content:""}.icon-google-plus32:before{content:""}.icon-google-plus4:before{content:""}.icon-google:before{content:""}.icon-grin:before{content:""}.icon-grin2:before{content:""}.icon-hammer:before{content:""}.icon-hammer2:before{content:""}.icon-happy:before{content:""}.icon-happy2:before{content:""}.icon-headphones:before{content:""}.icon-heart-broken:before{content:""}.icon-heart:before{content:""}.icon-heart2:before{content:""}.icon-history:before{content:""}.icon-home:before{content:""}.icon-home2:before{content:""}.icon-home3:before{content:""}.icon-html5:before{content:""}.icon-html52:before{content:""}.icon-icomoon:before{content:""}.icon-ie:before{content:""}.icon-image:before{content:""}.icon-image2:before{content:""}.icon-images:before{content:""}.icon-indent-decrease:before{content:""}.icon-indent-increase:before{content:""}.icon-info:before{content:""}.icon-info2:before{content:""}.icon-insert-template:before{content:""}.icon-instagram:before{content:""}.icon-italic:before{content:""}.icon-joomla:before{content:""}.icon-key:before{content:""}.icon-key2:before{content:""}.icon-keyboard:before{content:""}.icon-lab:before{content:""}.icon-lanyrd:before{content:""}.icon-laptop:before{content:""}.icon-last:before{content:""}.icon-lastfm:before{content:""}.icon-lastfm2:before{content:""}.icon-leaf:before{content:""}.icon-left-to-right:before{content:""}.icon-library:before{content:""}.icon-libreoffice:before{content:""}.icon-lightning:before{content:""}.icon-link:before{content:""}.icon-linkedin:before{content:""}.icon-list:before{content:""}.icon-list2:before{content:""}.icon-location:before{content:""}.icon-location2:before{content:""}.icon-lock:before{content:""}.icon-lock2:before{content:""}.icon-loop:before{content:""}.icon-loop2:before{content:""}.icon-loop3:before{content:""}.icon-magnet:before{content:""}.icon-mail:before{content:""}.icon-mail2:before{content:""}.icon-mail3:before{content:""}.icon-mail4:before{content:""}.icon-map:before{content:""}.icon-map2:before{content:""}.icon-menu:before{content:""}.icon-menu2:before{content:""}.icon-meter:before{content:""}.icon-meter2:before{content:""}.icon-minus:before{content:""}.icon-mobile:before{content:""}.icon-mobile2:before{content:""}.icon-mug:before{content:""}.icon-music:before{content:""}.icon-neutral:before{content:""}.icon-neutral2:before{content:""}.icon-new-tab:before{content:""}.icon-newspaper:before{content:""}.icon-next:before{content:""}.icon-notebook:before{content:""}.icon-notification:before{content:""}.icon-numbered-list:before{content:""}.icon-office:before{content:""}.icon-omega:before{content:""}.icon-opera:before{content:""}.icon-pacman:before{content:""}.icon-paint-format:before{content:""}.icon-paragraph-center:before{content:""}.icon-paragraph-center2:before{content:""}.icon-paragraph-justify:before{content:""}.icon-paragraph-justify2:before{content:""}.icon-paragraph-left:before{content:""}.icon-paragraph-left2:before{content:""}.icon-paragraph-right:before{content:""}.icon-paragraph-right2:before{content:""}.icon-paste:before{content:""}.icon-paste2:before{content:""}.icon-paste3:before{content:""}.icon-pause:before{content:""}.icon-pause2:before{content:""}.icon-pawn:before{content:""}.icon-paypal:before{content:""}.icon-paypal2:before{content:""}.icon-paypal3:before{content:""}.icon-pen:before{content:""}.icon-pencil:before{content:""}.icon-pencil2:before{content:""}.icon-phone-hang-up:before{content:""}.icon-phone:before{content:""}.icon-picassa:before{content:""}.icon-picassa2:before{content:""}.icon-pie:before{content:""}.icon-pilcrow:before{content:""}.icon-pinterest:before{content:""}.icon-pinterest2:before{content:""}.icon-play:before{content:""}.icon-play2:before{content:""}.icon-play3:before{content:""}.icon-plus:before{content:""}.icon-podcast:before{content:""}.icon-point-down:before{content:""}.icon-point-left:before{content:""}.icon-point-right:before{content:""}.icon-point-up:before{content:""}.icon-power-cord:before{content:""}.icon-previous:before{content:""}.icon-print:before{content:""}.icon-profile:before{content:""}.icon-pushpin:before{content:""}.icon-qrcode:before{content:""}.icon-question:before{content:""}.icon-quill:before{content:""}.icon-quotes-left:before{content:""}.icon-radio-checked:before{content:""}.icon-radio-unchecked:before{content:""}.icon-reddit:before{content:""}.icon-redo:before{content:""}.icon-redo2:before{content:""}.icon-remove:before{content:""}.icon-remove2:before{content:""}.icon-reply:before{content:""}.icon-right-to-left:before{content:""}.icon-road:before{content:""}.icon-rocket:before{content:""}.icon-sad:before{content:""}.icon-sad2:before{content:""}.icon-safari:before{content:""}.icon-scissors:before{content:""}.icon-screen:before{content:""}.icon-search3:before{content:""}.icon-settings:before{content:""}.icon-share2:before{content:""}.icon-shield:before{content:""}.icon-shocked:before{content:""}.icon-shocked2:before{content:""}.icon-shuffle:before{content:""}.icon-sigma:before{content:""}.icon-signup:before{content:""}.icon-skype:before{content:""}.icon-smiley:before{content:""}.icon-smiley2:before{content:""}.icon-soundcloud:before{content:""}.icon-soundcloud2:before{content:""}.icon-spades:before{content:""}.icon-spam:before{content:""}.icon-spell-check:before{content:""}.icon-spinner:before{content:""}.icon-spinner2:before{content:""}.icon-spinner3:before{content:""}.icon-spinner4:before{content:""}.icon-spinner5:before{content:""}.icon-spinner6:before{content:""}.icon-stack:before{content:""}.icon-stackoverflow:before{content:""}.icon-star:before{content:""}.icon-star2:before{content:""}.icon-star3:before{content:""}.icon-stats:before{content:""}.icon-steam:before{content:""}.icon-steam2:before{content:""}.icon-stop:before{content:""}.icon-stop2:before{content:""}.icon-stopwatch:before{content:""}.icon-storage:before{content:""}.icon-strikethrough:before{content:""}.icon-stumbleupon:before{content:""}.icon-stumbleupon2:before{content:""}.icon-support:before{content:""}.icon-switch:before{content:""}.icon-tab:before{content:""}.icon-table:before{content:""}.icon-table2:before{content:""}.icon-tablet:before{content:""}.icon-tag:before{content:""}.icon-tags:before{content:""}.icon-target:before{content:""}.icon-text-height:before{content:""}.icon-text-width:before{content:""}.icon-thumbs-up:before{content:""}.icon-thumbs-up2:before{content:""}.icon-ticket:before{content:""}.icon-tongue:before{content:""}.icon-tongue2:before{content:""}.icon-tree:before{content:""}.icon-trophy:before{content:""}.icon-truck:before{content:""}.icon-tumblr:before{content:""}.icon-tumblr2:before{content:""}.icon-tux:before{content:""}.icon-tv:before{content:""}.icon-twitter:before{content:""}.icon-twitter2:before{content:""}.icon-twitter3:before{content:""}.icon-underline:before{content:""}.icon-undo:before{content:""}.icon-undo2:before{content:""}.icon-unlocked:before{content:""}.icon-upload:before{content:""}.icon-upload2:before{content:""}.icon-upload3:before{content:""}.icon-user:before{content:""}.icon-user2:before{content:""}.icon-user3:before{content:""}.icon-user4:before{content:""}.icon-users:before{content:""}.icon-users2:before{content:""}.icon-vimeo:before{content:""}.icon-vimeo2:before{content:""}.icon-vimeo3:before{content:""}.icon-volume-decrease:before{content:""}.icon-volume-high:before{content:""}.icon-volume-increase:before{content:""}.icon-volume-low:before{content:""}.icon-volume-medium:before{content:""}.icon-volume-mute:before{content:""}.icon-volume-mute2:before{content:""}.icon-wand:before{content:""}.icon-warning:before{content:""}.icon-windows:before{content:""}.icon-windows8:before{content:""}.icon-wink:before{content:""}.icon-wink2:before{content:""}.icon-wondering:before{content:""}.icon-wondering2:before{content:""}.icon-wordpress:before{content:""}.icon-wordpress2:before{content:""}.icon-wrench:before{content:""}.icon-xing:before{content:""}.icon-xing2:before{content:""}.icon-yahoo:before{content:""}.icon-yelp:before{content:""}.icon-youtube:before{content:""}.icon-youtube2:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}.icon-airplane2:before{content:""}.icon-art:before{content:""}.icon-blogger3:before{content:""}.icon-book2:before{content:""}.icon-book22:before{content:""}.icon-business:before{content:""}.icon-calendar3:before{content:""}.icon-camera3:before{content:""}.icon-camping:before{content:""}.icon-camping2:before{content:""}.icon-car:before{content:""}.icon-carnival:before{content:""}.icon-carrotDown:before{content:""}.icon-carrotLeft:before{content:""}.icon-carrotRight:before{content:""}.icon-carrotUp:before{content:""}.icon-downArrow:before{content:""}.icon-downArrow2:before{content:""}.icon-downArrow3:before{content:""}.icon-downArrow4:before{content:""}.icon-downArrowThin:before{content:""}.icon-drink:before{content:""}.icon-education:before{content:""}.icon-email:before{content:""}.icon-facebook4:before{content:""}.icon-flickr5:before{content:""}.icon-fourSquare:before{content:""}.icon-golf:before{content:""}.icon-googlePlus:before{content:""}.icon-instagram2:before{content:""}.icon-key3:before{content:""}.icon-leftArrow:before{content:""}.icon-leftArrow2:before{content:""}.icon-leftArrow3:before{content:""}.icon-leftArrow4:before{content:""}.icon-leftArrowThin:before{content:""}.icon-linkedin2:before{content:""}.icon-liveChat:before{content:""}.icon-location3:before{content:""}.icon-map3:before{content:""}.icon-mapPin:before{content:""}.icon-monument:before{content:""}.icon-palmTree:before{content:""}.icon-palmTree2:before{content:""}.icon-passport:before{content:""}.icon-pinterest3:before{content:""}.icon-rightArrow:before{content:""}.icon-rightArrow2:before{content:""}.icon-rightArrow3:before{content:""}.icon-rightArrow4:before{content:""}.icon-rightArrowThin:before{content:""}.icon-rooms:before{content:""}.icon-rss:before{content:""}.icon-search22:before{content:""}.icon-settings2:before{content:""}.icon-share22:before{content:""}.icon-shower:before{content:""}.icon-snorkle:before{content:""}.icon-spa:before{content:""}.icon-spa2:before{content:""}.icon-sports:before{content:""}.icon-suitcase:before{content:""}.icon-train:before{content:""}.icon-tripAdvisor:before{content:""}.icon-tumblr3:before{content:""}.icon-twitter4:before{content:""}.icon-upArrow:before{content:""}.icon-upArrow2:before{content:""}.icon-upArrow3:before{content:""}.icon-upArrow4:before{content:""}.icon-upArrowThin:before{content:""}.icon-vimeo4:before{content:""}.icon-wordpress3:before{content:""}.icon-world:before{content:""}.icon-youTube:before{content:""}.icon-youTube2:before{content:""}.icon-calendar5:before{content:""}.icon-chevron-small-down:before{content:""}.icon-search:before{content:""}.icon-circle-left:before{content:""}.icon-left:before{content:""}.icon-circle-previous:before{content:""}.icon-arrow:before{content:""}.icon-circle-down:before{content:""}.icon-down:before{content:""}.icon-circle-bottom:before{content:""}.icon-arrow2:before{content:""}.icon-circle-right:before{content:""}.icon-right:before{content:""}.icon-circle-next:before{content:""}.icon-arrow3:before{content:""}.icon-circle-up:before{content:""}.icon-up:before{content:""}.icon-circle-top:before{content:""}.icon-arrow4:before{content:""}.icon-google-plus:before{content:""}.icon-brand:before{content:""}.icon-social:before{content:""}.icon-google-plus2:before{content:""}.icon-brand2:before{content:""}.icon-social2:before{content:""}.icon-arrows-3:before{content:""}.icon-arrows-2:before{content:""}.icon-paw:before{content:""}.icon-coffee2:before{content:""}.icon-refrigerator:before{content:""}.icon-wifi2:before{content:""}.icon-zoom-in2:before{content:""}.icon-bed2:before{content:""}.icon-airconditioner:before{content:""}.icon-parking2:before{content:""}.icon-swimming:before{content:""}.icon-television2:before{content:""}.icon-wifi3:before{content:""}.icon-ac:before{content:""}.icon-bed2:before{content:""}.icon-parking:before{content:""}.icon-swimming:before{content:""}.icon-television:before{content:""}.icon-wifi:before{content:""}.icon-kitchenette:before{content:""}.icon-minus3:before{content:""}.icon-plus3:before{content:""}.icon-add2:before{content:""}.icon-remove3:before{content:""}.icon-chevron-sign-to-right:before{content:""}
*{margin:0;padding:0;outline:0 none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,address,mainimage,container{display:block}img{border:none}body{background-color:#fff;font-family:'poppinsregular';font-size:14px;color:#333;line-height:31px}#wrapper{margin:0 auto;min-width:1200px;overflow:hidden}.width1600{max-width:1600px;width:100%;margin:0 auto;position:relative}#main{background-color:#000;height:100px;min-width:1200px;position:fixed;width:100%;z-index:20}#main.topfixed{background-color:#111}header{box-sizing:border-box;height:100px;margin:0 auto;padding:0;position:relative;z-index:10}#logo{display:inline-block;height:68px;left:29px;margin:0;padding:0;position:relative;top:16px;vertical-align:middle;width:243px;z-index:6}#logo img{height:auto;width:100%}#number{color:#fffcef;display:inline-block;font-family:"latoregular";font-size:14px;left:2%;letter-spacing:.025em;position:relative;text-transform:capitalize;top:25px;vertical-align:top}#number span{display:block}#subnav{background:#fff none repeat scroll 0 0;display:none;line-height:normal;position:absolute;right:-38px;top:0;width:294px;box-shadow:0 0 5px #555}#subnav-menu{color:#fff;cursor:pointer;font-size:13px;position:absolute;right:0;text-transform:uppercase;top:35px;z-index:18}div#subnav-menu.active{font-size:0}#subnav-menu.active .icon-close{font-size:15px;margin:0 auto;text-align:center;background:#fff;color:#000!important;border:solid 2px #000;padding:3px;border-radius:50%;top:0;right:78px}#subnav-menu span.icon-menu2{display:inline-block;font-size:17px;padding-right:8px;vertical-align:sub}#subnav ul{padding-top:96px}#subnav ul li{list-style:outside none none;padding:1px 26px 0 0;width:100%}#subnav ul li a{display:block;font-family:"latoregular";font-size:17px;padding:0;text-align:left;padding:10px 0 10px 80px}#subnav ul li.sub-photo{padding:0}#subnav a.nav:link,#subnav a.nav:visited{color:#000;text-decoration:none}#subnav a.navON:link,#subnav a.navON:visited,#subnav a.navON:hover,#subnav a.nav:hover{text-decoration:none;background:#404040;color:#fff}#subnav .last-child,#subnav .last-child a{border-right:0;padding-right:0}#subnav .icon{display:inline-block;font-size:20px;margin:0 auto;padding-bottom:0;padding-right:15px}#subnav span.icon.icon-email{position:relative;top:3px}#subnav span.icon.icon-images{position:relative;top:2px}#mainimage .flex-direction-nav{display:block}#mainimage .flex-direction-nav li a{cursor:pointer;font-size:0;height:50px;line-height:50px;margin-top:15px;opacity:1;overflow:inherit;position:absolute;right:0;text-align:left;text-indent:0;width:50px}#mainimage .flex-direction-nav li a::before{color:#fff;font-family:"MilestoneRetinaDisplayIcons";font-size:68px;left:0;opacity:1;position:absolute;right:0;text-indent:0;z-index:99999}#mainimage .flex-direction-nav .flex-prev{left:30px}#mainimage .flex-direction-nav .flex-next{right:62px}#mainimage .flex-direction-nav li a.flex-next::before{content:""}#mainimage .flex-direction-nav li a.flex-prev::before{content:""}#nav{display:inline-block;height:45px;position:absolute;right:200px;top:30px;vertical-align:middle}#topnav{height:45px;margin:0 auto;position:relative}#topnav ul{line-height:normal;list-style:outside none none;margin:0;padding-left:3px}.goog-te-gadget-simple{height:28px!important;line-height:28px!important}.menu-translate{position:absolute;right:-170px;top:3px}#topnav li{display:inline;float:left;margin:0 0 0 0;padding:0 17px 0 0;text-align:center;text-transform:uppercase;width:auto}#topnav li a span.icon-home{position:relative;top:0}#topnav .pkg{margin:0;text-align:right}#topnav .home a{text-align:left}#topnav li .icon-home4{line-height:43px;width:14px}#topnav li a .home-text{}#topnav li a{font-size:18px;font-weight:normal;height:45px;line-height:46px;padding:0 0 38px 0}#topnav li a,#tab-nav li a,#mobile-mainnav li a{font-family:"oswald_regularregular";text-transform:uppercase}#topnav a.nav:link,#topnav a.nav:visited{color:#fff}#topnav a.navON:link,#topnav a.navON:visited,#topnav a.navON:hover,#topnav a.nav:hover{color:#dd6400}#topnav li.eve{position:relative}#topnav li.wed{position:relative}#topnav ul li ul.dropnav{background:#252525 none repeat scroll 0 0;float:left;height:auto;left:0;list-style:outside none none;margin:0;padding:5px 20px;position:absolute;top:45px;z-index:1}#topnav .dropnav .hotel-nav-right-box li{border-left:3px solid #dd6400;box-sizing:border-box;display:block;float:left;margin:0 0 10px;padding:10px 3px 3px 10px;text-align:left;width:50%}#topnav .dropnav a{display:block;float:none;height:auto;padding:0;line-height:normal;width:auto}#topnav .dropnav a:link,#topnav .dropnav a:visited{color:#333}#topnav .dropnav a:hover,#topnav .dropnav a.navON{color:#dd6400}.fsptab{display:none}#topnav li a span{display:none}#topnav .dropnav .hotel-nav-right-box li a:link{padding:0}.hotel-nav-left-box .hotel-info{color:#fff;margin-left:20px;left:0;position:absolute;top:20px}#topnav .hotel-nav-left-box .hotel-info a:link,#topnav .hotel-nav-left-box .hotel-info a:visited{color:#fff;text-align:left}#topnav .hotel-nav-left-box .hotel-info a:hover{color:#dd6400}#topnav .hotel-nav-left-box li{padding:0}.hotel-nav.dropnav{background:rgba(255,255,255,.95);box-sizing:border-box;left:-630px;box-shadow:0 0 20px rgba(0,0,0,.2);padding:68px 63px;position:absolute;top:70px;width:1258px}#topnav ul.hotel-list{padding:0}.item-img{display:none}.hotel-nav-left-box{float:left;width:519px}.hotel-nav-right-box{float:right;width:571px}.destination-info{font-family:poppinsregular;font-size:12px;line-height:25px;text-transform:capitalize}#topnav .hotel-nav-left-box .bx-wrapper .bx-controls-direction a{background:rgba(255,255,255,.8);height:50px;width:50px;padding:0}#topnav .hotel-nav-left-box .bx-wrapper .bx-controls-direction a span{display:block;line-height:50px;text-indent:0;font-size:22px}.hotel-nav-left-box .item-img{display:block}#middle,#supersized{min-height:400px}#middle{margin:0 auto;overflow:hidden;position:relative;width:100%;z-index:1}#middle .slides>li{line-height:0}#middle:before{background:url("https://www.extendasuites.com/images_noindex/mainimage-shadow.png") repeat-x scroll 0 0;bottom:0;content:"";height:194px;position:absolute;width:100%;z-index:1}#mainimage img{height:auto;width:100%}.flex-viewport li{width:0}.slide-desc{border-bottom:1px solid #a4a4a3;border-top:1px solid #a4a4a3;color:#fff;display:inline-block;font-family:'droid_serifregular';font-size:36px;left:33%;padding:10px 0;position:absolute;text-shadow:23px 7px 44px #000;top:184px;z-index:51;display:none}#contentinfo{background-color:#fff;margin:0 auto;padding-top:0;position:relative;width:100%;z-index:1}#contentinfo.fixheader{margin-top:200px}.contentwrap{background-color:#fff;margin:0 auto}#container{background-color:#fff;margin:0 auto;max-width:1080px;position:relative;z-index:10}#content{padding:20px 0 19px;position:relative;width:100%}#header{background-image:url("/images_noindex/headerbdr.png");background-position:left bottom;background-repeat:no-repeat;color:#333;font-family:"oswald_regularregular";font-size:40px;line-height:39px;margin:0 0 9px;padding:0 0 20px;letter-spacing:.04em;position:relative;width:auto;z-index:0}#header span{color:#dd6400;font-family:"poppinsregular";display:block;font-size:18px;font-weight:normal;text-transform:lowercase}.home-section-content{margin:0 auto;width:1170px}#photo{float:left;height:515px;position:relative;width:33.3%}.photo-img{height:342px;overflow:hidden}.photo-img img{height:auto;width:100%}.photo-des{background-color:#1c1c1c;background-image:url("/images_noindex/reasonbg.gif");height:234px;position:relative;width:100%}.lowest{color:#fff;padding:23px 0 35px;text-align:center}#photo a:hover .lowest{color:#7b7b7b}.holder-title,.reason-titletext,.reviews-titletext{background:url("/images_noindex/bdrdesignbg.png") no-repeat scroll center bottom;font-family:"poiret_oneregular";font-size:30px;padding:20px 0 41px;position:relative;text-align:center;text-transform:uppercase;width:100%;color:#b3b3b3}a.moreinfo:link,a.moreinfo:visited{color:#fff;cursor:pointer;display:block;font-family:"poiret_oneregular";font-size:18px;height:31px;left:0;line-height:31px;margin:0 auto;position:relative;text-align:center;text-transform:uppercase;width:180px}a.moreinfo.moreinfo span{background-color:#959595;display:block;height:102%;left:-3px;line-height:31px;position:relative;top:-2px;width:101.5%}a.moreinfo span:hover{background-color:#777}.holder-title a:link,.holder-title a:visited{color:#b3b3b3}.holder-title a:hover{color:#848484}#reviews-box{float:left;height:515px;width:33.3%}.reviews-img{height:342px;overflow:hidden}.reviews-img img{height:auto;width:100%}.reviews-innerbox{background-color:#363636;height:234px;width:100%}.reviews-titletext{background:none;display:block;padding:20px 0 32px}a.reviews-titletext:link,a.reviews-titletext:visited{color:#b3b3b3}a.reviews-titletext:hover{color:#666}.parkrightstar{display:inline-block;float:left;margin:4px 19px 0 0;width:79px}.reviewfont{background:url("/images_noindex/reviewbg.png") no-repeat scroll 0 0;display:block;font-family:"latoregular";font-size:14px;height:115px;line-height:16px;margin:0 auto;text-align:center;text-transform:capitalize;width:115px}.reviewfont span{display:block;font-size:36px;padding:39px 0 10px}.reviewfont a:link,.reviewfont a:visited{color:#fff}.reviewfont a:hover{color:#b3b3b3}.reviews-box-btn{color:#fff;float:right;font-family:"latolight";position:relative;text-transform:uppercase}.review-star-holder{display:table;margin:0 auto;padding-top:12px;position:relative}.reviews-box-btn-spacer{display:inline-block;padding:0 12px 0 11px}.reviews-box-btn a:link,.reviews-box-btn a:visited{color:#fff}.reviews-box-btn a:hover{color:#666}#top-reasons{float:left;height:576px;overflow:hidden;position:relative;width:33.3%}.reason-slider{list-style:none;z-index:1}.reason-img{height:342px;width:100%}.reason-img img{height:auto;width:100%}.reason-text{display:inline-block;height:234px;position:relative;width:100%}.reasonbg{background-image:url("/images_noindex/reasonbg.gif");background-position:0 0;background-repeat:round;bottom:0;height:234px;left:0;position:absolute;width:100%}.reason-titletext{position:absolute;top:342px;z-index:2}.reason-text-inner{font-family:"latoregular";font-size:15px;position:absolute;text-align:center;top:107px;width:100%;z-index:1}.reason-text-inner a{color:#fff!important}.reason-text-inner a:hover{color:#666!important}.reason-text a.moreinfo,#photo a.moreinfo{bottom:16px;display:table;left:0;margin:0 auto;position:absolute;right:0}#top-reasons .bx-controls{bottom:76px;display:table;left:0;margin:0 auto;position:absolute;right:0;z-index:51;text-align:center;width:100%}#top-reasons .bx-wrapper .bx-pager{line-height:normal;padding:0}#top-reasons .bx-wrapper .bx-pager.bx-default-pager a{background-color:transparent;border:1px solid #c6c6c6;margin:0 5px 0 0}#top-reasons .bx-wrapper .bx-pager.bx-default-pager a:hover,#top-reasons .bx-wrapper .bx-pager.bx-default-pager a.active{background-color:#c6c6c6;border:1px solid #c6c6c6}.homesection-3{padding:88px 0 85px;position:relative;width:100%}.quotes{background:url("/images_noindex/headerbdr.png") no-repeat scroll center bottom;color:#363636;font-family:"poiret_oneregular";font-size:30px;line-height:40px;padding-bottom:35px;text-align:center;text-transform:uppercase;width:100%}.quote-left{background:url("/images_noindex/sprite.png") no-repeat scroll 0 0;display:inline-block;height:13px;width:13px;vertical-align:text-top}.quote-right{background:url("/images_noindex/sprite.png") no-repeat scroll -28px 0;display:inline-block;height:13px;margin:0;width:13px;vertical-align:text-top}#readmorelessbtn{padding:7px 0 0}.readmoretest{background-color:#f9f9f9;border:1px solid #e6e6e6;color:#363636;cursor:pointer;display:block;font-size:14px;height:37px;line-height:37px;padding-left:0;text-align:center;text-transform:uppercase;width:128px}.readmoretest:hover{background-color:#e6e6e6;border:1px solid #f9f9f9}.direct-access{display:none}#left-aside.cms6{display:none}#right-aside.cms6{display:none}#box.cms6 .box-splwidth{width:100%}.inlineblock{display:inline-block}.clr{clear:both}.nav-arrow,.backtohome,.modulel-dropdown,.hotel-page-holder .modulel-dropdown,.expland-hotel-detail{display:none}article.box2.serviceinfo{padding-top:25px}.fullimgwrapper{background-image:url("/images_noindex/use-hotel-background-image.jpg");background-position:0 0;background-repeat:no-repeat;height:487px;margin:0 auto}#slide-list{display:none;bottom:150px;left:50%;margin-left:-58px!important;position:absolute;z-index:9}#slide-list li{float:left;list-style:outside none none}#slide-list li a{border:2px solid #fff;border-radius:100%;height:12px;margin-left:6px;width:12px;display:block}#slide-list li.current-slide a{background:none repeat scroll 0 0 #fff}#captionbox{color:#fff;line-height:38px;position:absolute;text-align:center;top:215px;width:100%;z-index:1}#slidecaption{font-family:"poiret_oneregular";font-size:38px;text-transform:uppercase}.caption-text-small{font-family:"latolight";font-size:30px;text-transform:lowercase}.line-left{background-color:#fff;display:inline-block;height:1px;margin-right:18px;position:relative;top:-10px;width:36px}.line-right{background-color:#fff;display:inline-block;height:1px;margin-left:18px;position:relative;top:-10px;width:36px}#special-packages .ms_cms_editbar{left:50px}#fact-box{background-color:#f9f9f9;border:1px solid #e6e6e6;float:right;margin-bottom:20px;margin-left:30px;margin-top:-123px;padding:30px;width:auto}#fact-box ul{padding-top:25px}.fact-box-title{font-weight:bold}.pkgbtn.serv-btn{float:right}.mobileblock,.tabletblock{display:none}.mob-tabblock{display:none}#interectivemap-q116{width:100%;height:350px}.email-offer,img.Package{border:1px solid #ccc;box-sizing:border-box;height:auto;margin:10px 0 20px;max-width:864px;padding:4px;width:100%}.sml-coupon{background-color:#000;box-sizing:border-box;color:#fff;height:158px;padding:7px;position:absolute;right:0;top:130px;width:285px;z-index:9}#coupon{border:1px dashed #767676;box-sizing:border-box;height:100%;padding:5px;text-align:center;width:100%}.couponcuting{color:#fff;font-size:12px;height:auto;left:20px;position:absolute;top:5px;transform:scale(2,1) rotate(89deg);width:19px}#coupon-title{font-size:17px;text-align:center;text-transform:uppercase}#view-coupon{display:table;margin:20px auto 0;width:129px}#coupon-name{font-size:15px;letter-spacing:.04em;margin-top:6px}.loactionmap-box #gmap_canvas{height:480px}#gmap_canvas div{height:auto}.location-map-menu{background-color:#000;color:#fff;font-family:"pt_serifregular";font-size:15px;height:450px;letter-spacing:0;line-height:45px;padding:35px;vertical-align:middle;width:358px;display:inline-block;box-sizing:border-box;text-align:left}.main_mapholder{height:auto;line-height:0;position:relative;width:100%;display:block;vertical-align:middle}.location-menu-list-inner{height:315px;overflow:hidden;text-align:left}.loc-map-btn{margin-top:10px}.direction-close{position:relative}.location-direction-section{display:none}.location-map-menu.active-direction-box .location-menu-list{display:none}.location-map-menu.active-direction-box .location-direction-section{display:block}.locationcategory-menu{cursor:pointer}.location-attraction-map{height:450px!important}div.active-direction-box #directions-panel{background-color:#000;bottom:0;color:#fff;left:50%;margin-left:-60px;padding:13px;position:absolute;text-align:center;width:120px;z-index:5}#googlemap{position:relative}.locationcategory-menu.loc-menu::before{background-color:#fff;border-radius:100%;color:#000;content:"";display:inline-block;font-family:"milestoneretinadisplayicons";font-size:12px;height:26px;line-height:25px;margin-right:10px;text-align:center;width:26px}.locationcategory-menu.menu-hotel::before{content:"";display:inline-block;background-color:#fff;border-radius:100%;color:#000;font-family:"milestoneretinadisplayicons";font-size:12px;height:26px;line-height:25px;margin-right:10px;text-align:center;width:26px}.locationcategory-menu.menu-nearby:before{content:"";display:inline-block;background-color:#fff;border-radius:100%;color:#000;font-family:"milestoneretinadisplayicons";font-size:12px;height:26px;line-height:25px;margin-right:10px;text-align:center;width:26px}.direction-close span.icon-close{position:absolute;top:-45px;right:-45px;font-size:12px}.direction-form-title{font-size:22px;border-bottom:1px solid #fff;padding-bottom:10px;margin-bottom:15px}.infobox .close{background-color:#dd6400;color:#fff;font-size:20px;position:absolute;right:-15px;text-align:center;z-index:999;top:-10px;border-radius:100%;width:30px;height:30px;line-height:27px}.infobox.infobox1{background:#fff;min-height:200px;height:auto!important;position:relative;padding:27px;box-sizing:border-box;margin-left:-586px;margin-top:-28px;width:474px!important}.map-phone{margin:3px 0}.map-content-manage{float:right;text-align:left;width:270px}.map-content-manage a.button{margin-top:10px}.gm-style img{height:auto;float:left;width:125px}.close.icon-close{font-size:11px;line-height:29px}.map-box-popup::after{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#fff rgba(255,255,255,0) rgba(255,255,255,0);border-image:none;border-style:solid;border-width:13px;content:" ";height:0;left:50%;margin-left:-13px;position:absolute;top:100%;width:0}.map-box-popup{background-color:#fff;box-shadow:0 0 7px rgba(0,0,0,.6);color:#000;font-size:13px;line-height:24px;padding:20px;position:relative;width:290px}.hotel-site{margin-top:12px}h2.mappop-title{font-size:20px;padding-bottom:7px}.hotel-site a.button:link,.hotel-site a.button:visited{font-size:15px;height:35px;line-height:37px}.loc-map-btn a.button.locationttd,.loc-map-btn a.button.locdirection{display:inline-block;vertical-align:middle;font-size:14px;padding:0 10px}.direction-inner{display:block}.direction-form,.direction-to{float:left;width:100%}.location-dest{display:block}.saddr,.daddr{height:35px;line-height:35px;width:100%}.direction-box .saddr,.direction-box .daddr{border:0 none;border-radius:0}.direction-btn{clear:both}.mapdisplay{height:350px;margin:0 auto;padding:0;position:relative}.map-title h2{font-family:oswald_regularregular;font-size:22px;line-height:20px;color:#dd6400;padding:0}.map-title{margin-bottom:18px}.map-address,.map-phone{font-family:poppinsregular;font-size:13px;line-height:21px}.map-arrow-side{height:212px;position:absolute;left:-110px;top:0;width:105px}.map-arrow-side:before{color:#333;content:"";font-family:'milestoneretinadisplayicons';font-size:200px;opacity:.5;position:absolute;left:-45px}.map-title a:link,.map-title a:visited{color:#fff;font-size:20px}.map-title a:hover{}#destinationspecial{margin-top:20px}#destinationspecial .destitem{float:left;margin-right:1.6%;position:relative;width:32.2%}.destitemtopimg{line-height:0;overflow:hidden}.destination-list-holder{margin-bottom:15px}.destsnippet{cursor:pointer;position:relative}.destitemtopimg>img,.snippet-itemtopimg>img{height:auto;width:100%}.destitemtoptag{bottom:20px;margin-left:25px;position:absolute;z-index:1}.destitemtoptag h2{color:#fff;font-family:oswald_regularregular;font-size:24px;padding:0}.roomsitemtopborder.sitemtopborder{bottom:0;height:153px;left:0;position:absolute;width:100%}.icon-d.icon-plus3,.icon-d.icon-minus3{bottom:0;color:#fff;display:block;font-size:18px;line-height:40px;position:absolute;right:0;z-index:1;text-align:center}.icon-d.icon-minus3,.snippet-active .icon-d.icon-plus3{display:none}.snippet-active .icon-d.icon-minus3{display:block}.icon-d.icon-plus3:before,.icon-d.icon-minus3:before{background:rgba(201,93,0,.69) none repeat scroll 0 0;bottom:0;color:#fff;height:40px;position:absolute;right:0;width:40px}.destbottom{display:none}#destinationspecial .thirdbox{margin-right:0;float:right}.splaceholder{clear:both;display:block;height:0;min-height:0;margin:15px 0 0;opacity:0;perspective:480px;position:relative;transform:scaleY(0);-webkit-transform:scaleY(0);-ms-webkit-transform:scaleY(0);transform-origin:center top 0;-webkit-transform-origin:center top 0;-ms-webkit-transform-origin:center top 0;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-ms-webkit-transition:all .5s ease 0s;visibility:hidden}.splaceholder.splaceholder-active{min-height:377px;height:auto;opacity:1;transform:scaleY(1);-webkit-transform:scaleY(1);-ms-webkit-transform:scaleY(1);visibility:visible;margin:25px 0}.dest-main-list .destitemtopimg img{transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s}.splaceholder .dest-hover-content,.splaceholder .snippet-hover-content{padding:3.6%;background-color:#e0e0e0;visibility:hidden}.splaceholder.splaceholder-active .dest-hover-content,.splaceholder.splaceholder-active .snippet-hover-content{visibility:visible}.dest-hover-content .dest-hover-img,.snippet-hover-content .snippet-hover-img{display:inline-block;line-height:0;margin-right:3%;vertical-align:middle;width:37%}.dest-hover-content .dest-hover-img>img,.snippet-hover-content .snippet-hover-img>img{height:auto;width:100%}.dest-hover-content .dest-hover-info,.snippet-hover-content .snippet-hover-info{display:inline-block;vertical-align:middle;width:59%}.snippet-hover-info a:link,.snippet-hover-info a:visited{color:#8c97ff}.dest-hover-title,.snippet-hover-title{font-size:30px;color:#dd6400;line-height:36px;text-transform:uppercase;font-family:"oswald_regularregular";padding-bottom:15px}.dest-hover-info .dest-head{font-size:18px;font-family:poppinssemibold;padding-bottom:5px}.dest-btn form{display:inline-block}.dest-btn,.ttd-snippet .snippet-btn{padding-top:25px}.dest-close,.snippet-close{cursor:pointer}.dest-close .icon-close{background-color:#dd6400;height:38px;line-height:38px;right:0;top:0;width:38px}.destsnippet:before{bottom:-19px;content:"";height:17px;font-size:30px;left:50%;margin-left:-17px;position:absolute;opacity:0;color:#e0e0e0;font-family:'milestoneretinadisplayicons';width:34px;z-index:3;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s}.destsnippet.snippet-active:before{opacity:1;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s}.destitem:before{background:url("/images_noindex/snippet-shadow.png") repeat scroll 0 0;bottom:0;content:"";height:227px;left:0;position:absolute;width:100%;z-index:1}.destsnippet:after{background-color:transparent;content:" ";height:100%;left:0;position:absolute;top:0;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-ms-webkit-transition:all .5s ease 0s;width:100%}.destsnippet.snippet-active::after,.destsnippet:hover::after{background-color:rgba(0,0,0,.7)}.usp-item{float:left;text-align:center;width:25%}.usp-title{color:#dd6400;font-family:oswald_regularregular;font-size:25px;line-height:31px;margin-bottom:36px;padding:0 20px;text-transform:uppercase}.usp-title span{display:block}.usp-icon{display:block;font-size:90px;color:#d7d7d7;margin-bottom:37px;text-align:center}.usp-content{font-family:poppinsregular;font-size:14px;line-height:27px;padding:0 17px}.amenity-list li{list-style:none;display:inline-block;vertical-align:middle;margin-right:10px;color:#dd6400}.amenity-list{margin-top:5px}.amenity-list li img{display:block}.snippet-box.room-snippet{border:1px solid #d7d7d7;margin-top:30px}.snippet-box.room-snippet .snippet-img{display:inline-block;float:left;line-height:0;width:34%}.snippet-box.room-snippet .snippet-content{box-sizing:border-box;display:inline-block;float:right;padding:30px 40px 0 0;width:62%}h2.snippet-head{color:#de6401;font-family:'oswald_regularregular';font-size:26px;margin-bottom:20px;padding:0}.snippet-inclusions>ul{padding:0 0 0 15px}.snippet-button{margin-top:20px}#socialmedia-content-wrapper .styled-select3{display:inline-block;margin-right:10px;border-radius:5px;border:2px solid #cecece;overflow:hidden;height:34px;position:relative;width:41.45%;line-height:34px}.ugcsearch .styled-select3 select{border:0;width:110%}#postmenu{display:inline-block;vertical-align:top}.ugcsearch .icon-chevron-small-down{top:7px}.ugcsearch .styled-select3 select option{padding:10px 0 5px 7px}.thanks-msg{padding-bottom:30px;padding-top:30px;font-weight:bold;text-align:center}.mobile-snippet-list-holder{display:none}.totalreviews,.reviewtitle.contenttitle{font-family:'poppinsmedium';font-size:20px}.tablestyle3 tr td.ratinghead,.reviewsmalldetail{padding:10px 15px 5px 15px}.reviewtext{padding:10px}.tablestyle3,.recorddescription{border:solid 1px #dbdbdb;margin:20px 0}.recorddescription ul.star-rating{margin-left:15px}.tablestyle3 tr td{padding:3px 15px}.tablestyle3 tr:first-child td,.reviewtitle.contenttitle{background:#efefef;padding:5px 15px}.offer-snippet-list{margin-bottom:25px}.hotel-detail-pipe{margin:0 5px}.submenulist .hotel-nav.dropnav:before{right:265px}.reviewdetail{border:2px solid #cecece;border-radius:5px;padding:20px 30px 0 30px}.reviewratingdetail{margin-top:20px;line-height:16px;margin-bottom:10px}.reviewtitledetail{border-bottom:2px solid #cecece;color:#333;font-size:24px;margin-bottom:10px;padding-bottom:10px}#hoteldetail-call-btn{display:none}ul.star-rating li.current-rating{background:transparent url("/images_noindex/stars_full.png") no-repeat scroll left top;display:block;height:25px;position:relative;text-indent:-9000px;z-index:1}.review-data{margin-bottom:30px}#pagenumber a:link span,#pagenumber a:visited span{display:inline-block;width:25px;height:25px;background:#333;line-height:normal;color:#fff;text-align:center;padding:0;margin-right:5px;box-sizing:border-box;line-height:25px}#pagenumber a:link span.selectedpage{background:#dd6400}.reviewtext{padding:0 10px 15px 15px}.reviewtext a:link{margin-top:10px;display:inline-block;color:#dd6400;font-size:14px;text-transform:capitalize}.mobile-boxspacer{display:none}.right-formsection div#gdpr-rfp{line-height:20px}.holiday-banner{position:absolute;right:0;top:150px;z-index:1}.formslable{display:none!important}span.usp-icon.icon-microwave{background-image:url(https://www.extendasuites.com/resourcefiles/otherimages/microwave.svg);width:90px;height:90px;display:block;background-size:100%;margin:0 auto 37px}.restaurant-snippet-list .snippet-img .bx-controls.bx-has-pager{position:absolute;z-index:99;bottom:-8px;right:0;left:0}.restaurant-snippet-list .snippet-img .bx-viewport{height:auto!important}.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}
.cornerforms{padding:10px 0}input,select,textarea{border:2px solid #cecece;border-radius:0;color:#333;font-family:"poppinsregular";box-sizing:border-box;font-size:12px;margin:0;padding:0;border-radius:5px}input{padding:0 8px;height:38px;line-height:38px}select{height:32px;line-height:32px;padding:0 6px}textarea{padding:10px 8px;resize:none;display:block}.asterisk{color:#000}.frminnercon .styled-select,.frminnercon textarea,.frminnercon input{}h1{color:#8c342a;font-size:17px;font-weight:normal;font-family:"poppinssemibold";margin:0;padding-bottom:10px}h2{color:#8c342a;font-size:17px;font-weight:normal;font-family:"poppinssemibold";margin:0;padding-bottom:5px;display:block}h2.padbottom{display:block;margin:0;padding-bottom:15px}h3{color:#8c342a;font-size:14px;font-weight:normal;font-family:"poppinssemibold";margin:0;display:block;padding-bottom:5px}h4{color:#8c342a;font-size:14px;font-weight:normal;font-family:"poppinssemibold";margin:0;display:block;padding-bottom:5px}.box{display:block;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#cecece;padding:15px 0 16px 0}.box2{display:block;padding:15px 0}.boxspacer{display:block;height:15px}.column21{float:left;padding-right:25px;width:47%}.column22{float:left;width:47%}.column31{float:left;padding-right:10px;width:31%}.column32{float:left;padding-right:10px;width:32%}.column33{float:left;padding:0;width:32%}.column41,.column42,.column43{float:left;padding-right:10px;width:24%}.column44{float:left;width:24%}.column51,.column52,.column53,.column54{float:left;padding-right:9px;width:19%}.column55{float:left;width:19%}.baseline,.clearboth{clear:both;height:0}.milestone{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:#333;outline:none}a:hover{text-decoration:none;list-style:none;cursor:pointer;color:#dd6400}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{white-space:nowrap}a.milestone:hover{white-space:nowrap}.cornerinner{padding:6px 0 10px 16px;float:right}.box ul,.box2 ul,.hotelbox ul{margin:0;padding:8px 0 0 0;list-style:none}.box ul li,.box2 ul li,.hotelbox ul li{background-image:url("/images_noindex/sprite.png");background-position:-246px 10px;background-repeat:no-repeat;height:100%;line-height:24px;margin:0;padding:0 0 10px 15px}ul.anchor{background-color:#fff;border-color:#999;border-style:solid;border-width:1px;display:block;float:left;list-style:none outside none;margin:0;padding:10px 0 10px 10px}ul.anchor li{background-image:url("/images_noindex/sprite.png");background-repeat:no-repeat;background-position:-208px -59px;line-height:28px;margin:0;padding:0 15px 0 15px}.box ul.padbottom li,.box2 ul.padbottom li{padding-bottom:20px}.box li.padbottom,.box2 li.padbottom{padding-bottom:10px}.box ul.padbottom li:last-child,.box2 ul.padbottom li:last-child{padding-bottom:0}#reservationmain{border-bottom:3px solid #dfdfdf;height:225px;position:relative;width:960px;margin:0 auto}.bankforreserv{bottom:0;display:block;height:1px;position:absolute;left:0;width:100%}#reservation{background:rgba(255,255,255,.7);top:100px;height:99px;margin:auto;border:Solid 1px #7a7a7a;position:fixed;width:100%;min-width:1120px;z-index:11;left:0;right:0}#reservation .res-text{color:#fff;display:none;font-family:"poiret_oneregular";font-size:26px;height:21px;margin-top:15px;position:relative;text-align:center;text-transform:uppercase;width:100%}#res-rate-txt{color:#fff;font-size:10px;letter-spacing:.03em;line-height:24px;display:none;text-align:right;text-transform:uppercase}#reservationtable{height:auto;margin:30px auto 0;max-width:1081px;position:relative;width:100%}#reservationtable ul{list-style:none;margin:0;padding:0}#reservationtable ul li{display:block;float:left;margin-right:9px;padding-bottom:0;position:relative}#reservationtable ul li.input-desti,#reservationtable ul li.input-hotel{width:166px}#reservationtable ul li.input-cal{width:127px}#reservationtable ul li.input-drop{width:107px}.resdropdown1.hoteldrop,.resdropdown1.desthoteldrop{border:2px solid #cecece;border-radius:5px;height:39px;line-height:39px;cursor:pointer;width:100%}#reservationtable.no-reservation .input-cal,#reservationtable.no-reservation .input-drop,#reservationtable.no-reservation .last-btn{display:none}#reservationtable.no-reservation .phone-info-text{display:inline-block;padding-top:5px;font-size:18px;padding-left:20px}.phone-info-text a:link,.phone-info-text a:visited,.phone-info-text a:hover,.phone-info-text a:hover{color:#dd6400}.desthoteldrop-menu,.hoteldrop-menu{display:none}.hoteldrop-menu.act-drop-list,.desthoteldrop-menu.act-drop-list{background:#fff none repeat scroll 0 0;border:2px solid #cecece;top:37px;border-radius:5px;display:block;position:absolute;width:162px;line-height:normal;z-index:1}.dro-item{color:#333;cursor:pointer;font-family:"mulilight";font-size:13px;padding:8px 13px}.dro-item:hover{background-color:#dd6400;color:#fff}.desthoteldrop-menu.act-drop-list{height:auto;overflow-y:visible}#reservationtable ul li.last-btn{margin-right:0}#reservationtable ul li ul li{float:left;padding-right:11px}.rtitle{color:#333;display:none;font-family:'poppinsregular';font-size:12px;line-height:11px;padding-bottom:3px}.rtitle.ttltext{display:block;left:26px;position:absolute;top:14px}.rtitleinner{color:#fff;display:block;font-size:12px;line-height:22px;padding-bottom:0}.icon-chevron-small-down{font-size:22px;position:absolute;right:6px;top:5px}#reservationtable .icon-chevron-small-down{background:#fff}#reservationtable .icon-chevron-small-down{top:8px}.resinputbox{border:2px solid #cecece;color:#000;height:39px;line-height:39px;margin:0;padding:0 0 0 10px;vertical-align:top;border-radius:5px;width:100%}.resdropdown{border:2px solid #cecece;color:#000;cursor:pointer;height:39px;border-radius:5px;line-height:39px;margin:0;padding:0 0 0 10px;vertical-align:top;width:100%}.resinputboxinner{background-color:#1e1e1e;border:1px solid #696868;height:35px;line-height:35px;margin:0;padding:0 0 0 15px;vertical-align:top;width:184px}.resdropdowninner{background-color:#1e1e1e;border:1px solid #696868;cursor:pointer;height:35px;line-height:35px;margin:0;padding:0 0 0 13px;vertical-align:top;width:112px}.hasDatepicker{cursor:pointer}.ttd-icon{}#reservationtable .icon-calendar{color:#404040;font-size:16px;position:absolute;right:8px;top:11px}#reservationtable .icon-arrow_drop_down{font-size:22px;top:20px}.phone-info-text{display:none}.outer-box{background-color:#333;color:#fff;margin:30px auto 0;max-width:960px;padding:30px 0;text-align:center;width:94%}.pro-txt{font-weight:normal;font-size:26px;line-height:30px;margin-bottom:20px;text-align:center;font-family:'oswald_regularregular'}.lockimg{color:#fff;font-size:107px;height:116px;padding:20px 0}.click-logo{padding-bottom:20px}.vcard{font-size:11px;line-height:20px}.vcard .fn{font-size:13px;text-transform:uppercase}.outer-box a:link,.outer-box a:visited{color:#fff}.outer-box a:hover{color:#acacac}.imgright{margin-top:5px;margin-left:16px;margin-bottom:10px;float:right}.imgleft{margin-top:5px;margin-right:16px;margin-bottom:10px;float:left}ul.modulelinks{display:inline-block;font-size:14px;list-style:outside none none;margin:10px auto 5px;text-transform:capitalize}li.modulelink{display:inline-block;float:left;padding:0;margin-right:2px}.modulelinks a{display:inline-block;float:left;padding:5px 20px}.modulelinks a:hover,.modulelinkON a{background-color:#303030}#socialreviews{float:left;margin:20px auto 30px;width:100%}.guest-review-title-top{background-color:#000;color:#fff;font-family:"poiret_oneregular";font-size:20px;height:43px;line-height:43px;margin:0 0 30px;text-align:left;text-transform:uppercase;padding:0 15px}#reviewsheader2{border-bottom:2px solid #cecece;font-size:24px;margin:0;padding-bottom:10px;line-height:32px;text-align:left}.review-rating{display:inline-block;float:right;margin-left:10px;padding-top:2px}.review-right{float:left;margin-right:0;overflow:hidden;position:relative;width:32%}.shellimg{background-color:#000;line-height:0;position:relative;z-index:1}.overdiv{background-color:#000;height:auto;position:relative;text-align:center;top:0;width:100%;z-index:5}.reviewicon{height:50px;padding:20px 0;text-align:center;width:100%}.descriptions{margin:0 auto;padding-bottom:20px;text-align:center}.reviewbuttons{padding-top:10px}.reviewbuttonsleft{float:left;width:110px}.reviewbuttonsright{float:right;width:110px}.shellimg>img{height:auto;width:100%}.button-row{margin:0 auto;width:100%}.readbutton,.writebutton{display:inline-block;float:none;width:30%}.readbutton{margin-right:5%}#review-right2.review-right{margin:0 2%}#review-right3{margin:0!important}.review-right:hover .descriptions{display:block}#review-wite-btn{display:none;float:right}.google-img{height:45px;padding:0 2%;border-right:solid 1px #d0d0d0;border-left:solid 1px #d0d0d0}#mainimageholder IMG{position:absolute;top:0;left:0;z-index:8;opacity:1}#mainimageholder IMG.active{z-index:10;opacity:1}#mainimageholder IMG.last-active{z-index:9}#mainimageslideshow{position:absolute;width:100%}.oh{border-right:1px solid #acacac;font-size:25px;margin-right:15px;padding-right:15px}.errTop{font-size:18px;line-height:26px}.er{color:#303030;font-size:18px}.errSugg{font-size:18px}.er-maindiv{margin:0 auto;padding-top:25px}.er-contentbox-wrap{background-color:#dfdfdf;float:left;margin-right:2%;padding-left:0;text-align:center;width:23.5%}.er-contentbox-wrap.last-child{margin-right:0}.er-maindiv img{height:auto;width:90%}.er-contentbox-wrap .snippetbox{border:medium none;margin:0;padding:11px 0}.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:20px 0;text-align:center;width:100%}#goog-wm-sb{background-color:#d3d3d3;border-radius:0;cursor:pointer;display:inline;float:left;height:34px;line-height:34px;width:160px}#goog-wm-sb:hover{background-color:#929292;color:#fff!important}#goog-wm-qt{float:left;margin:0 10px 0 0}#goog-fixurl{margin:0 auto;width:533px}div.DropDownItem:hover{background-color:#dd6400!important;color:#fff!important}.DropDownItems.out.enterleave{border:2px solid #cecece;border-radius:5px;overflow:hidden}.DropDownItems.out.enterleave .DropDownItem.in.enterleave{background-color:#fff;color:#5e5e5e;cursor:pointer;font-family:mulilight;font-size:13px;line-height:28px;padding-left:9px}.DropDownItems.out.enterleave .DropDownItem.in.enterleave.contactdropdownlistwidth{width:102px}.DropDownItems.out.enterleave.contactdropdownlist{border-color:#6d6c6c}.ValidField{}.comentbox .ValidField{}.ErrorField,.ErrorEmailField{border-color:red}.ErrorEmailField{}span.ValidationErrors{color:#d00;display:none;font-size:12px;padding-left:10px;text-transform:capitalize}.subheader{border-bottom:2px solid #acacac;margin-top:10px;padding:5px 0}.subheader h1,.subheader h2{font-size:22px;font-weight:normal;line-height:23px;margin:0;padding:0}.sitemappadtop{padding-top:28px}.clear{height:0;clear:both}.padbottom{padding-bottom:10px}#breadcrumb{font-size:12px;padding:18px 0 0 32px}.ADAaccessible,#dynamicdiv{display:none}option{padding:10px 0 5px 7px}.social-like{background:url("https://www.extendasuites.com/images_noindex/blank.png") repeat scroll 0 0;height:20px;position:absolute;width:100%;z-index:1}.socialmediabuttons_wrap{display:none;height:20px;position:absolute;right:31px;top:20px;width:auto}.social_0{line-height:0;width:70px}.social_1{width:auto}.fb_iframe_widget{}.socialmediabuttons{list-style:none}.social_2{margin-left:12px}.spbold,.hote_special .strong{font-family:'poppinssemibold';font-weight:normal}.styled-select-ttd{display:inline-block;float:none!important;vertical-align:middle;width:140px}.styled-select-email{}.styled-select-dropdown{display:inline-block;float:none!important;vertical-align:middle;width:99.5%!important}.styled-select{border:2px solid #cecece;height:34px;position:relative;border-radius:5px;overflow:hidden}.styled-select select{border:none;cursor:pointer}select.drpsortdestinations{font-size:14px}.styled-select select option{background-color:#fff}.postphotocol1 .icon-chevron-small-down,.email1form .icon-chevron-small-down{font-size:22px;position:absolute;right:6px;top:5px}#floatingbooknow{display:none}#note{background-color:#000;clear:both;position:relative;width:100%}footer{color:#fff;font-size:11px;line-height:20px;font-family:mulilight;margin:0 auto;max-width:1080px;padding:72px 0 40px;width:100%}.footerlogo{float:left;padding:11px 30px 0 0}.licence-btn{padding:0 0 35px;text-align:center}.xvcard{border-left:0 solid #dbcec0;font-size:11px;line-height:20px;color:#333332;float:left}.pipe.mobilefooterpipeblock{display:none}.vcarddot{display:inline-block;margin:0 6px}footer ul.footer-ul li{background:url("https://www.extendasuites.com/images_noindex/footer-line.png") repeat-y scroll 0 0;box-sizing:border-box;float:left;line-height:9px;list-style:none;padding-bottom:18px;padding-left:26px;width:25%}footer ul.footer-ul li:nth-last-child(1),footer ul.footer-ul li:nth-last-child(2),footer ul.footer-ul li:nth-last-child(3),footer ul.footer-ul li:nth-last-child(4){padding-bottom:5px}.googleaddress{background:url("https://www.extendasuites.com/images_noindex/footer-line.png") repeat-y scroll 0 0;box-sizing:border-box;float:left;padding-left:30px;padding-right:30px;padding-bottom:8px;width:236px}.hotel-detail-pipe.footer-pipe{display:none}.hotel-detail-phone.footerphone{display:block}.googleaddress .hotel-detail-phone,.googleaddress .hotel-detail-phone a:link,.googleaddress .hotel-detail-phone a:visited{color:#fff}.googleaddress .hotel-detail-phone a:hover{color:#dd6400}.fn.org.title-f{color:#dd6400;font-family:oswald_regularregular;font-size:20px;margin-bottom:0;text-transform:none}span.copy-sign{font-size:13px}.popular-links{float:left;width:694px}.footerLink{float:right;width:150px}.ftr-rightcontent.ftr-rightcontent3{width:160px}footer ul li{list-style:none}footer .social-media ul li{float:left;list-style:outside none none;margin-bottom:10px;text-align:right;width:33%}footer .social-media ul li:nth-last-child(1),footer .social-media ul li:nth-last-child(2),footer .social-media ul li:nth-last-child(3){margin-bottom:0}footer .social-media ul li a:link,footer .social-media ul li a:visited{color:#dd6400}footer .social-media ul li a:hover{color:#fff}.information{float:right}.title-f{display:block;font-size:13px;text-transform:uppercase;padding-bottom:10px}#quick-signup.button,.emailbtn-f{background-color:#505050;border:medium none;color:#fff!important;font-family:"latoregular";font-size:13px;height:30px;line-height:30px;margin:18px 0 0 -7px;text-transform:capitalize;width:183px}#quick-signup.button:hover,.emailbtn-f:hover{background-color:#070707}.emailbtn-f{display:block;margin:0;padding:0;text-align:center;width:100%}footer a.nav:link,footer a.nav:visited,footer a:link,footer a:visited{color:#fff}footer a.navON:link,footer a.navON:visited,footer a.navON:hover,footer a.nav:hover,footer a:hover{color:#dd6400}.text-soc{display:none;text-transform:capitalize;padding-left:10px}.icon-s{font-size:40px;vertical-align:middle}img.gplussvg{display:none}.pipe.mobilefooterpipeblock1{display:none}#owner{background-color:#242424;height:40px;line-height:40px;text-align:center}#owner:empty{display:none}#owner a:link,#owner a:visited{color:#dd6400}#owner a:hover{color:#fff}#popup-form{display:none}.formbox3{background:none repeat scroll 0 0 #fff;border:1px solid #f5f5f5;border-radius:6px;margin:0 auto;padding:20px;width:285px}#popup-form .emailforminputbox.answerinput{float:right;width:122px}#popup-form .emailforminputbox{margin-bottom:12px;width:100%}#modelBackground{background:none repeat scroll 0 0 #000;display:none;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%;z-index:99999}.fresh-icon{margin-left:7px}#popup-form .title-f{color:#333;font-family:"latobold";font-size:19px;margin-bottom:0;text-align:center}#popup-form .email-frmfieldset{float:none;margin-right:0;width:inherit}#popup-form .commentinput{margin-bottom:0}.popup-close,.icon-close{background-color:#333;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:normal;height:24px;line-height:24px;position:absolute;right:-11px;text-align:center;top:-10px;width:23px}#TB_closeWindowButton.icon-close{position:relative;right:0;top:0}a.button.emailbtn-f{border-radius:20px;font-family:"latoregular";text-transform:capitalize}.icon-spinner6{display:inline-block;font-size:19px;line-height:34px;vertical-align:top;width:22px}.fresh-icon .icon-spinner6{color:#666}.data-reviews:empty{display:none}.data-reviews{border-top:1px solid #999}.thingtodo-tab.thingstodoboxcontent .data-reviews{width:64%}.ugc-title{font-family:'poppinsmedium';font-size:22px;margin:15px 0 5px;background:#e6e6e6;padding:8px 15px;box-sizing:border-box}.noreview{padding:0 15px;display:block}.contact-bottom-img>img{height:auto;width:100%}.contact-bottom-img{line-height:0}
#filter {
  background-color: #101010;
  border-top: 2px solid #dd6400;
  color: #ffffff;
  padding: 20px;
}
#filter-inner {
	margin: 0 auto;
	max-width: 1080px;
}
#filter .date .icon-calendar {
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 11px;
}
#filter input[type="text"], #filter select {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
  height:36px;
  line-height:36px;
	color: #ffffff;
	text-transform: capitalize;
}
#filter select {
	border: medium none;
}
.event-list-box .icon-chevron-small-down {
	right: 1px;
	top: 6px;
}
.event-list-box.styled-select{width:140px;}
.left.styled-select .icon-downArrow3 {
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 11px;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right
}
#filter .button {
	cursor: pointer;
	display: block;
	padding: 0 20px;
	text-align: center;
  border:solid 2px #dd6400;
	text-transform: uppercase;
}
#filter .button:hover {
	border-color:#cecece;
}
.left.styled-select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #cecece;
	box-sizing: border-box;
  height: 37px;
    line-height: 35px;
	width: 165px;
}
.search-icon {
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 34px;
	line-height: 38px;
	text-align: center;
	width: 37px;
}
#filter .search-input {
	border: medium none;
	float: left;
	width: 90px;
}
.left.search {
	border: 2px solid #cecece;
	box-sizing: border-box;height: 38px;
  border-radius:5px;
}
.category.cal-category .left.search {
	display: none;
}
.date-input {
	width: 170px;
}
.submitbtn {
	cursor: pointer;
	display: block;
}
.iconenav {
	display: block;
	font-size: 18px;
	margin-bottom: 7px;
	text-align: center;
}
.mid-part {
	margin-top: 10px;
}
.event-list {
	border-bottom: 1px solid #f4f4f5;
}
.event-list:first-child {
	border-top: medium none;
}
.event-list .odd {
	background-color: #FFEEE1;
}
.event-list .even {
}
#eventlistview {
	background:#FFFAF5;
}
.accordion {
	width: 100%;
	margin: 0 auto;
}
.accordion-item {
	font-size: 18px;
	padding: 0;
	width: 100%;
}
.eventLeftSection {
	display: table;
	position: relative;
	width: 100%;
}
#drpeventcategory option {
	padding: 5px 0 5px 5px;
}
.EventDateSection {
  background-color: #DD6400;
  color: #ffffff;
  display: table-cell;
  font-size: 14px;
  line-height: 23px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 128px;
}
.eventTitleSection {
	display: table-cell;
	line-height: 34px;
	padding: 0 40px;
	vertical-align: top;
	width: 87%;
}
.eventRightSection {
	display: none;
float: right;
font-size: 15px;
position: absolute;
right: 100px;
top: 30px;
z-index: 5;
}
.shareIcon span {
	color: #636363;
	display: inline-block;
	line-height: 0;
	margin-right: 8px;
	vertical-align: middle;
}
.shareIcon span a {
	color: #636363;
}
.shareIcon span a.icon-google-plus2 {
	display: inline-block;
	font-size: 19px;
	margin-top: 3px;
}
.shareIcon span.icon-share {
  background: none;
  display: inline-block;
  font-size: 20px;
  height: auto;
  margin-top: 2px;
  padding: 0;
  position: relative;
  right: inherit;
  vertical-align: middle;
  width: auto;
}
.event-title-holder {
	padding: 30px 0;
	position: relative;
}
.eventTitle {
  font-family: 'oswald_regularregular';
  font-size: 26px;
  margin-right: 260px;
  letter-spacing: 0;
}
.eventTitleBottom {
	font-size: 14px;
	letter-spacing: 0.03em;
}
div.data {
	display: none;
	padding-bottom: 30px;
}
.eventDays .icon-loop2, .ec-icon {
  color: #dd6400;
  display: inline-block;
  font-size: 19px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.EventDay {
	display: block;
	font-size: 38px;
	line-height: 42px;
}
.icon-stopwatch.ec-icon {
  position: relative;
  top: 0px;
}
.eventExpandMap, .eventExpandImage {
	display: inline-block;
	height: 131px;
  overflow:hidden;
	margin-right: 5%;
	width: 175px;
	vertical-align: top;
    margin-bottom:25px;
}
#eventCalendarListview .eventExpandMap {}
#divgmap {
	height: 131px !important;
}
.event-calendar-control {
	display: none;
	position: absolute;
	vertical-align: middle;
	width: auto;
}
.ec-next a, .ec-previous a {
	color: #fff;
}
.ec-next, .ec-previous {
	display: inline-block;
	line-height: normal;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
#ec-date {
	display: inline-block;
	font-size: 30px;
  font-family: oswald_regularregular;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
}
.EcGridendDate .EventEndday {
	display: block;
}
.EcGridendDate {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
	width: auto;
}
.event-list .even .EventDateSection {
	background-color: #E19556;
	color: #ffffff;
}
.accordion-item.open .eventRightSection {
	display: block;
}
.eventDays > img {
	display: none;
}
.eventPlace {
	padding: 0 30px;
}
.eventDetailsLeft {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 3%;
}
.EcDetailSection .eventDetailsLeft {
	width: 38.5%;
}
.EcDetailSection .eventDetailsRight {
	width: 61%;
}
.eventDetailsRight {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	margin-top: -11px;
	vertical-align: top;
	width: 47%;
}
.detailLeft {
	color: #2D2926;
	display: table-cell;
	font-weight: bold;
	width: 99px;
}
.detailRight {
	display: table-cell;
	line-height: 20px;
}
.ec-button {
	display: inline-block;
	margin-right: 10px;
}
.ExpandButtons {
	font-size: 0;
	margin-top: 25px;
}
.ec-button a.button:link, .ec-button a.button:visited {
}
.ec-iconbtn {
    display: inline-block;
    font-size: 17px;
    margin-right: 5px;
}
.event-title-holder .icon-plus-button, .accordion-item.open .event-title-holder .icon-minus2 {
	display: block;
	font-size: 32px;
	margin-top: 0px;
	position: absolute;
	right: 0;
  cursor: pointer;
}
.noeventmessage {
	color: #c9354d;
	display: block;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.event-title-holder .icon-plus-button {
	color: #333;
}
#btnViemMore .icon-plus-button {
	display: inline-block;
	font-size: 27px;
	margin-right: 15px;
	vertical-align: sub;
}
.icon-minus2 {
	color: #333;
}
.event-title-holder .icon-minus2 {
	display: none;
}
.accordion-item.open .event-title-holder .icon-plus-button {
	display: none;
}
.share-txt {
	font-size: 13px;
	margin-top: 2px;
	text-transform: uppercase;
}
/*eventcalendarview*/

#eventCalendarSection #eventcalendarview {
	float: none;
	width: 100%;
}
#eventCalendarListview {
	float: none;
	width: 100%;
}
.EcDetailDate {
	background-color: #dd6400;
	color: #ffffff;
	display: inline-block;
	line-height: 20px;
	padding: 5px 22px;
	text-align: center;
	vertical-align: top;
}
.EcDetailTitle {
	color: #ffffff;
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
}
#eventcalendarview .fc-event-container {
	display: none;
}
.eventCalendarTitle {
  background-color: #101010;
  color: #ffffff;
  font-size: 22px;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
}
#eventlistview .eventCalendarTitle {
	display: none;
}
.EcDetailHeadRight .shareIcon span, .EcDetailHeadRight .shareIcon span a {
	color: #ffffff;
}
.fc-toolbar {
	display: none;
}
/*eventcalendardetailsview*/



.EcDetailTitle .eventTitle {
	color: #ffffff;
  margin-right:0;
	margin-bottom: 10px;
}
.EcDetailHead {
	background-color: #101010;
	border-top: 2px solid #dd6400;
	margin-bottom: 25px;
}
.EcDetailHead-inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 15px 0;
  width:94%;
}
.EcDetailHeadLeft {
	display: inline-block;
	float: left;
	vertical-align: middle;
	width: 64%;
}
.EcDetailHeadRight {
	box-sizing: border-box;
	display: inline-block;
	float: right;
	margin-top: 12px;
	text-align: right;
	vertical-align: middle;
	width: auto;

}
.back-to-events {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
#btnbacktoeventlist .icon-leftArrow {
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 2px;
	vertical-align: unset;
}
.EcDetailSection {
	padding-bottom: 60px;
}
.EcDetailHeadRight .shareIcon {
	display: inline-block;
	vertical-align: middle;
}
.EcDetailContent {
	padding-top: 30px;
}
.back-to-events .see-event-button {
	padding: 7px 21px 7px 18px;
}
.EcDetailDate span {
	display: block;
}
/*eventcalendarview*/

.back-to-events a.see-event-button.button:link, .back-to-events a.see-event-button.button:visited {
  border: 2px solid #dd6400;line-height: 36px;
}
.back-to-events a.see-event-button.button:hover {border-color:#fff;}
#btnbacktoeventlist .icon-leftArrow3 {
  font-size: 11px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.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 10px 0 0
}
.left.viewlinks {
	margin: 0;
	float: right;
}
.category {
	float: right
}
.list-view, .calendar-view {
	cursor: pointer;
	display: block;
	float: right;
	font-size: 10px;
	line-height: 9px;
	margin: 0 0 0 5px;
	padding: 0;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: center;
	width: 57px;
}
.calendar-view {
	border-left: 1px solid #5b5b5b;
	margin-left: 20px;
	padding-left: 20px;
}
.cal-nav-on, .list-view-on, .list-view:hover, .calendar-view:hover, .active-filter {
	color: #fea559;
}
#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-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 p {
	margin: 0px 0;
	line-height: 22px;
	width: 100%;
	text-align: left;
	clear: both
}
#eventdescription {
	padding: 21px 20px 20px 0;
	float: left;
}
#divmainevent img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.gmaplod > img {
	height: auto;
	width: 100%;
}
.favorites {
	clear: both;
	padding: 0 0 40px 80px;
	margin: 0;
}
.favorites-detail {
	clear: both !important;
	padding: 30px 0 0px 0px !important;
	margin: 0 !important;
}
.favorites .button {
	float: left;
	font-size: 14px !important;
	margin-right: 11px;
	padding: 0 17px;
}
.social-likes {
	background: rgba(0, 0, 0, 0.5) none;
	margin: 0;
	padding: 8px;
	position: absolute;
	right: 0;
	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 {
	float: left;
	color: #323232;
	text-transform: uppercase;
	font-size: 22px;
	float: left;
	margin: -5px 0 0 0;
}
.acc-title .acc-small {
	display: block;
	font-size: 13px;
	text-align: left;
	padding: 6px 0 10px 0;
	text-transform: none;
}
.acc-title img {
	vertical-align: middle
}
.acc-date {
	color: #007a96;
	float: left;
	font-size: 47px;
	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
}
.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 .acc-date {
	color: #ec7a08;
}
.no-border {
	border-bottom: 0 !important
}
.title-area {
	width: 655px;
	float: left;
	cursor: pointer;
}
.emailformdropdown {
	width: 119%;
}
.view-more {
  display: block;
  font-family: 'oswald_regularregular';
  font-size: 20px;
  padding: 25px 0 20px;
  text-transform: uppercase;
}
.mid-part #calendar {
	padding: 0;
}
#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;
}
.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%;
}
#qtip-calendar-content {
	width: 364px;
	box-shadow: 0 0 14px 6px #cccccc;
	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;
}
#eventdescription > p {
	margin: 0;
	padding: 0;
	width: auto;
	word-wrap: break-word;
}
.odd-border {
	border-left: 7px solid #009ebe
}
.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 {
	background: none;
	border: 0 none;
	display: inline-block;
	font-size: 28px;
	line-height: 39px;
	margin: 8px 0 30px;
	max-width: 500px;
	padding: 0;
}
.favorites {
	clear: both;
	margin: 15px 0 25px 0;
}
/*31-7-2015*/

.back-to-events .see-event-button {
}
.back-to-events .see-event-button:hover {
}
.data-text {
	clear: both;
	padding: 0 4% 1% 8%;
	position: relative;
	width: auto;
}
.data-text-in {
	margin: 20px 0
}
.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-block;
}
.comments-form {
	background: #f4f4f4;
	padding: 40px 4% 30px 8%;
	display: none;
}
.comments-form input, .comments-form textarea {
	margin: 2px 0 9px;
	width: 100%;
}
.comments-form textarea {
	height: 82px;
	box-sizing: border-box;
}
.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: #007a96;
	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
}
.comments-form .input-event {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
.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: 77px;
}
.face-y {
	float: left;
	width: 87px;
	line-height: 18px;
}
.tweet-y {
	float: left;
	width: 97px;
}
.data-text .right.social-likes {
	background: none;
	padding-top: 0;
	position: relative;
	top: 35px;
}
.right.back-to-events {
	margin: 14px 4% 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;
}
/*************************** OUR ADDED CSS FOR Calendar View ***************************/
#eventcalendarview .fc-day-header {
	background-color: #2b2b2b;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
  font-family: oswald_regularregular;
	height: 52px;
	letter-spacing: 0.02em;
	line-height: 51px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.fc-day-number .event-count {
	display: none;
}
#eventcalendarview .fc-day.fc-other-month {
	background-color: #F8EADE;
	color: #5995c5;
}
.fc-day-number {
  color: #362f24;
  font-family: oswald_regularregular;
  font-size: 30px;
}
.fc-day-number.fc-today {
	color: #fff;
}
.fc-day-number.fc-other-month {
	color: #7a7979;
	cursor: inherit;
	padding-left: 24px;
	text-align: left;
}
#eventcalendarview .fc-day {
	background-color: #FFCEA3;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
#eventcalendarview .fc-day.hasEvent::after {
	color: #ffffff;
	content: "";
	float: right;
	font-family: "milestoneretinadisplayicons";
	font-size: 35px;
	margin-right: 5px;
	right: 0;
}
#eventcalendarview .fc-day.fc-other-month.hasEvent::after {
	content: none;
}
.fc-day .event-count {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	float: right;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 10px;
      font-family:'oswald_regularregular';
}
.fc-day.fc-other-month .event-count {
	display: none;
}
.fc-day.fc-today .event-count {
	opacity: 0.5;
}
#eventcalendarview .fc-day.hasEvent {
	background-color:#FFCEA3;
}
#eventcalendarview .fc-day.fc-other-month.hasEvent {
	background-color: #F8EADE;
}
#eventcalendarview .fc-day.active-day {
	background-color: #D2833E;
}
#eventcalendarview .fc-day.fc-today {
	background-color: #322E2C;
}
#eventcalendarview .fc-day.fc-today.fc-other-month {
	background-color: #c6c3b7;
	color: #5995c5;
}
.EcDetailHeadRight .shareIcon {
	font-size: 16px;
}
.shareIcon span a.icon-google-plus2 {
	font-size: 21px;line-height:normal;
}


body.eccalendarview #divmdatesearch.left{display:none}
body.ecoption2 #eventCalendarSection #eventcalendarview {
	float: left;
	width: 50%;
}
body.ecoption2 #eventCalendarListview {
	background: #e6e6e6 none repeat scroll 0 0;
	float: right;
	width: 50%;
}
body.ecoption2 #eventCalendarListview .eventRightSection {
	float: none;
	right: inherit;
	top: inherit;
}
body.ecoption2 .fc-basic-view .fc-day-number, body.ecoption2 .fc-basic-view .fc-week-number {
	text-align: center;
	padding: 0;
}
body.ecoption2 #eventcalendarview .fc-day.hasEvent::after {
	content: none;
}
body.ecoption2 .fc-day-grid-container {
	height: auto !important;
}
body.ecoption2 #eventCalendarListview .EventDateSection {
	display: none;
}
body.ecoption2 #eventCalendarListview .eventTitleSection {
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
}
body.ecoption2 #eventCalendarListview .eventTitleSection {
	width: 100%;
}
body.ecoption2 #eventCalendarListview .EcAddCalendar.ec-button {
	margin-top: 10px;
}
body.ecoption2 #eventCalendarListview .eventDetailsRight {
	width: 58%;
}
body.ecoption2 #eventCalendarListview .eventDetailsLeft {
	width: 37%;
}

a.button:link,a.button:visited,#goog-wm-sb,.viewlargermap,.button,a.button-lrg:link,a.button-lrg:visited,a.button-mid:link,a.button-mid:visited{border:0;background-color:#dd6400;color:#fff;cursor:pointer;display:inline-block;box-sizing:border-box;font-family:"oswald_regularregular";font-size:16px;height:37px;padding:0 30px;line-height:40px;border-radius:5px;text-align:center;text-transform:uppercase;min-width:110px}a.button-mid:link,a.button-mid:visited{padding:0 60px;height:59px;line-height:61px}a.button-sm:link,a.button-sm:visited{padding:0 60px}a.hotel-overview-contact-btn.button{display:none}.button-caption a.button{font-size:18px;height:47px;line-height:50px}.licence-btn a.button{height:42px;line-height:45px;padding:0 25px}.licence-btn a.button:hover{color:#dd6400;background-color:#fff}.viewlargermapdiv .button:hover{background-color:#000}.sub-btn a.button-mid{font-size:19px}#reservationtable a.button{margin:1px auto 0 auto;position:relative}.pkgbutton a.button{background:url("/images_noindex/spnav-btn.png") no-repeat scroll 0 0;font-family:"latoregular";font-size:14px;height:49px;line-height:61px;margin:34px auto 0;width:161px;border:none}.pkgbutton a.button:hover{background:url("/images_noindex/spnav-btn-hover.png") no-repeat scroll 0 0;color:#000!important}.pkgbtn{width:130px;float:right}a.home-popup.button{font-size:14px!important}#btnSubmit{width:150px}.pkg-all a{width:86px!important}#backtotop{display:none}#backtotop{background-color:#f1f1f1;border:2px solid #858585;bottom:125px;color:#696969;cursor:pointer;font-size:24px;height:40px;line-height:47px;position:fixed;right:10px;text-align:center;width:40px;z-index:18}#backtotop:hover{border-color:#333;color:#333}#backtotop .icon-arrows-2{display:block;font-size:16px;line-height:40px;transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg)}
@media only screen and (max-width:958px){.thingstododetail-left{width:53%}.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}#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}.imgrefresh{padding-left:6px}}@media only screen and (max-width:700px){.poll-option li{width:48%}}@media only screen and (max-width:684px){.snippetbox-rightcontent{width:100%}.snippetbox-rightcontent-inner{padding:0}.btn-row .msftd_rating{display:block;width:100%}.column22 ul,.column32 ul,.column33 ul,.column42 ul,.column43 ul,.column44 ul,.column52 ul,.column53 ul,.column54 ul,.column55 ul{padding-top:0}.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}#reviews-box{height:109px}}@media only screen and (max-width:568px){#photogallery-thumbs .thumb{float:left;padding:0 3% 2% 0;width:30%}}@media only screen and (max-width:320px){#photogallery-thumbs .thumb{float:left;padding:0 3% 2% 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}}
.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 2em;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-family:poppinssemibold;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 #d3d3d3;background-color:#e6e6e6;font-weight:normal;color:#555;outline:none}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none;list-style:none;outline:none}.ui-state-hover a,.ui-state-hover a:hover{color:#212121;text-decoration:none;list-style:none;outline:none}.ui-state-active,.ui-widget-content .ui-state-active{border:1px solid #aaa;background-color:#fff;font-weight:normal;color:#212121;outline:none}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;outline:none;text-decoration:none;list-style:none}#ui-datepicker-div{z-index:1001;display:none;font-size:12px}.ui-datepicker{background-color:#fff;border:2px solid #cecece;border-radius:8px;padding:1px 5px}.ui-widget-header{background-color:#fff;border-bottom:1px solid #343535;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:#343535;font-size:12px;text-transform:uppercase}.ui-datepicker-year{color:#343535;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:#343535;border:#343535 solid 1px}.ui-widget-content .ui-state-active{background-color:#dd6400;color:#fff;border:#dd6400 solid 1px}.ui-widget-content .ui-state-hover{background-color:#dd6400;color:#fff;border:#dd6400 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:none;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:none;float:right}.ui-state-disabled{background:none!important}
.bx-wrapper{position:relative;margin:0 auto 0;padding:0}.spbxslider{margin:0}.bx-wrapper img{display:block}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:relative;top:0;width:100%}.bx-wrapper .bx-loading{min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:bold;color:#666;padding-top:20px}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background-color:#c3c3c3;border:1px solid #c3c3c3;border-radius:100px;display:block;height:7px;margin:0 6px 0 0;outline:0 none;text-indent:-9999px;width:7px}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#7f7f7e;border:#7f7f7e solid 1px}.bx-wrapper .bx-prev{left:0}.bx-wrapper .bx-next{right:0}.bx-wrapper .bx-prev:hover{opacity:.9}.bx-wrapper .bx-next:hover{opacity:.9}.bx-wrapper .bx-controls-direction a{height:24px;margin-top:0;outline:0 none;position:absolute;text-indent:-9999px;top:156px;width:25px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}
/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */.fc-icon, body .fc {
	font-size: 1em
}
.fc-button-group, .fc-icon {
	display: inline-block
}
.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
	bottom: 0
}
.fc-icon, .fc-unselectable {
	-khtml-user-select: none;
	-webkit-touch-callout: none
}
.fc {
	direction: ltr;
	text-align: left
}
.fc-rtl {
	text-align: right
}
.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
	text-align: center
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	border-color: #2d2d2d;
}
.fc-unthemed .fc-popover {
	background-color: #fff
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
	background: #eee
}
.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666
}

.fc-highlight {
	background: #bce8f1;
	opacity: .3
}
.fc-bgevent {
	background: #8fdf82;
	opacity: .3
}
.fc-nonbusiness {
	background: #d7d7d7
}
.fc-unthemed .fc-disabled-day {
	background: #d7d7d7;
	opacity: .3
}
.ui-widget .fc-disabled-day {
	background-image: none
}
.fc-icon {
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fc-icon:after {
	position: relative
}
.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: 700;
	font-size: 200%;
	top: -7%
}
.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: 700;
	font-size: 200%;
	top: -7%
}
.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%
}
.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%
}
.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%
}
.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%
}
.fc button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;
	font-size: 1em;
	white-space: nowrap;
	cursor: pointer
}
.fc button::-moz-focus-inner {
margin:0;
padding:0
}
.fc-state-default {
	border: 1px solid;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}
.fc-state-default.fc-corner-left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.fc-state-default.fc-corner-right {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.fc button .fc-icon {
	position: relative;
	top: -.05em;
	margin: 0 .2em;
	vertical-align: middle
}
.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
	color: #333;
	background-color: #e6e6e6
}
.fc-state-hover {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}
.fc-state-active, .fc-state-down {
	background-color: #ccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}
.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: .65;
	box-shadow: none
}
.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
	cursor: pointer
}
.fc .fc-button-group>* {
	float: left;
	margin: 0 0 0 -1px
}
.fc .fc-button-group>:first-child {
	margin-left: 0
}
.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}
.fc-popover .fc-header {
	padding: 2px 4px
}
.fc-popover .fc-header .fc-title {
	margin: 0 2px
}
.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
	float: left
}
.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
	float: right
}
.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid
}
.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px
}
.fc-popover>.ui-widget-header+.ui-widget-content {
	border-top: 0
}
.fc-divider {
	border-style: solid;
	border-width: 1px
}
hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	border-width: 1px 0
}
.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
	height: 100%
}
.fc-clear {
	clear: both
}
.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.fc table {
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em
}
.fc td, .fc th {
	border-style: solid;
	border-width: 0;
	text-align: left;
	vertical-align: top;
}
.fc td.fc-today {
	border-style: double
}
a[data-goto]:hover {
	text-decoration: underline
}
.fc .fc-row {
	border-style: solid;
	border-width: 0
}
.fc-row table {
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	border-bottom: 0 hidden transparent
}
.fc-row:first-child table {
	border-top: 0 hidden transparent
}
.fc-row {
	position: relative
}
.fc-row .fc-bg {
	z-index: 1
}
.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
	border-color: transparent
}
.fc-row .fc-bgevent-skeleton {
	z-index: 2
}
.fc-row .fc-highlight-skeleton {
	z-index: 3
}
.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
}
.fc-row .fc-helper-skeleton {
	z-index: 5
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
	background: 0 0;
	border-color: transparent;
	border-bottom: 0
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
	border-top: 0
}
.fc-scroller {
	-webkit-overflow-scrolling: touch
}
.fc-row.fc-rigid, .fc-time-grid-event {
	overflow: hidden
}
.fc-scroller>.fc-day-grid, .fc-scroller>.fc-time-grid {
	position: relative;
	width: 100%
}
.fc-event {
	position: relative;
	display: block;
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad;
	font-weight: 400
}
.fc-event, .fc-event-dot {
	background-color: #3a87ad
}
.fc-event, .fc-event:hover, .ui-widget .fc-event {
	color: #fff;
	text-decoration: none
}
.fc-not-allowed, .fc-not-allowed .fc-event {
	cursor: not-allowed
}
.fc-event .fc-bg {
	z-index: 1;
	background: #fff;
	opacity: .25
}
.fc-event .fc-content {
	position: relative;
	z-index: 2
}
.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
	display: none
}
.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
	display: block
}
.fc-event.fc-selected .fc-resizer:before {
	content: "";
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px
}
.fc-event.fc-selected {
	z-index: 9999!important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}
.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3;
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0
}
.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;
	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;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px
}
.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px;
	bottom: -1px
}
.fc-h-event.fc-selected .fc-resizer {
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	top: 50%;
	margin-top: -4px
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px
}
.fc-day-grid-event {
	margin: 1px 2px 0;
	padding: 0 1px
}
tr:first-child>td>.fc-day-grid-event {
	margin-top: 2px
}
.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #000;
	opacity: .25
}
.fc-day-grid-event .fc-content {
	white-space: nowrap;
	overflow: hidden
}
.fc-day-grid-event .fc-time {
	font-weight: 700
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px
}
a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none
}
a.fc-more:hover {
	text-decoration: underline
}
.fc-limited {
	display: none
}
.fc-day-grid .fc-row {
	z-index: 1
}
.fc-more-popover {
	z-index: 2;
	width: 220px
}
.fc-more-popover .fc-event-container {
	padding: 10px
}
.fc-now-indicator {
	position: absolute;
	border: 0 solid red
}
.fc-unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}
.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1em
}
.fc-toolbar.fc-footer-toolbar {
	margin-top: 1em
}
.fc-toolbar .fc-left {
	float: left
}
.fc-toolbar .fc-right {
	float: right
}
.fc-toolbar .fc-center {
	display: inline-block
}
.fc .fc-toolbar>*>* {
	float: left;
	margin-left: .75em
}
.fc .fc-toolbar>*>:first-child {
	margin-left: 0
}
.fc-toolbar h2 {
	margin: 0
}
.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
}
.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.fc-view, .fc-view>table {
	position: relative;
	z-index: 1
}
.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
	padding-bottom: 1em
}
/*.fc-basic-view .fc-body .fc-row {
	min-height: 2em;
	height: 82px;
}*/
.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.fc-day-top.fc-other-month {
	opacity: .3
}
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
	box-sizing: border-box;
	padding: 2px 2px 2px 24px;
	cursor: pointer;
}
.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
	padding: 0 2px
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
	float: left
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
	float: left;
	border-radius: 0 0 3px
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
	float: right;
	border-radius: 0 0 0 3px
}
.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5em;
	text-align: center;
	background-color: #f2f2f2;
	color: grey
}
.fc-basic-view td.fc-week-number>* {
	display: inline-block;
	min-width: 1.25em
}
.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2
}
.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em
}
.fc .fc-axis {
	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: 400
}
.fc-time-grid, .fc-time-grid-container {
	position: relative;
	z-index: 1
}
.fc-time-grid {
	min-height: 100%
}
.fc-time-grid table {
	border: 0 hidden transparent
}
.fc-time-grid>.fc-bg {
	z-index: 1
}
.fc-time-grid .fc-slats, .fc-time-grid>hr {
	position: relative;
	z-index: 2
}
.fc-time-grid .fc-content-col {
	position: relative
}
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0
}
.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1
}
.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2
}
.fc-time-grid .fc-highlight-container {
	z-index: 3;
	position: relative
}
.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4
}
.fc-time-grid .fc-now-indicator-line {
	z-index: 5
}
.fc-time-grid .fc-helper-container {
	position: relative;
	z-index: 6
}
.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0
}
.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted
}
.fc-time-grid .fc-slats .ui-widget-content {
	background: 0 0
}
.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0
}
.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 2.5% 0 2px
}
.fc-rtl .fc-time-grid .fc-event-container {
	margin: 0 2px 0 2.5%
}
.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
	position: absolute;
	z-index: 1
}
.fc-time-grid .fc-bgevent {
	left: 0;
	right: 0
}
.fc-v-event.fc-not-start {
	border-top-width: 0;
	padding-top: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.fc-v-event.fc-not-end {
	border-bottom-width: 0;
	padding-bottom: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.fc-time-grid-event.fc-selected {
	overflow: visible
}
.fc-time-grid-event.fc-selected .fc-bg {
	display: none
}
.fc-time-grid-event .fc-content {
	overflow: hidden
}
.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
}
.fc-time-grid-event.fc-short .fc-content {
	white-space: nowrap
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
	display: inline-block;
	vertical-align: top
}
.fc-time-grid-event.fc-short .fc-time span {
	display: none
}
.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start)
}
.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"
}
.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em;
	padding: 0
}
.fc-time-grid-event.fc-allow-mouse-resize .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-allow-mouse-resize .fc-resizer:after {
	content: "="
}
.fc-time-grid-event.fc-selected .fc-resizer {
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	left: 50%;
	margin-left: -5px;
	bottom: -5px
}
.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0
}
.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent
}
.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px
}
.fc-rtl .fc-list-view {
	direction: rtl
}
.fc-list-view {
	border-width: 1px;
	border-style: solid
}
.fc .fc-list-table {
	table-layout: auto
}
.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px
}
.fc-list-table tr:first-child td {
	border-top-width: 0
}
.fc-list-heading {
	border-bottom-width: 1px
}
.fc-list-heading td {
	font-weight: 700
}
.fc-ltr .fc-list-heading-main {
	float: left
}
.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
	float: right
}
.fc-rtl .fc-list-heading-alt {
	float: left
}
.fc-list-item.fc-has-url {
	cursor: pointer
}
.fc-list-item:hover td {
	background-color: #f5f5f5
}
.fc-list-item-marker, .fc-list-item-time {
	white-space: nowrap;
	width: 1px
}
.fc-ltr .fc-list-item-marker {
	padding-right: 0
}
.fc-rtl .fc-list-item-marker {
	padding-left: 0
}
.fc-list-item-title a {
	text-decoration: none;
	color: inherit
}
.fc-list-item-title a[href]:hover {
	text-decoration: underline
}
.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table
}
.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.fc-unthemed .fc-list-empty {
	background-color: #eee
}


a.button:hover, #goog-wm-sb:hover, .viewlargermap:hover, .pkg-all a:hover, #reservationtable a.button:hover,.button:hover, a.button-mid:hover {
	background-color: #000;
	color: #fff;
}

.button.direction-button:hover{background:#fff;color:#dd6400;}

a:link, a:hover, #backtotop, .overdiv, .shellimg > img, .review-right:hover .overdiv, .review-right .overdiv, .review-right:hover .reviewicon, .review-right .reviewicon, .button:before, .button:hover:before, #topnav li a.nav:after, #topnav li a.nav:before, .roomsnippetimg:before, .bookrooms, .ind_amenity .indamen .amenity-icon, .social-media li a:link, .stay_btn a:hover, .stay_btn a:hover span,  .stay_btn a:link span, .middle-section-map .hotel-data, .middle-section-map .hotel-data:hover, .cal-nav-on, .list-view-on, .list-view:hover, .calendar-view:hover, .active-filter{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
-webkit-backface-visibility: hidden;

}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev,
ul.star-rating li a,
#map_placemarklist img,
.tos-slide img,
.slides img {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    outline: none!important
}
ul.star-rating li a, .social-media li a, .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}


/* ----------- GUEST REVIEWS ----------- */
.review-right {
height:265px;
}
.overdiv {
    transition: all 0.3s ease-in-out 0s;
}
.review-right:hover .descriptions {
  opacity: 1;
  transform: translateY(0px);
}
.shellimg > img {
  transition: all 0.5s ease 0s;
}
#review-right1:hover .descriptions {
  display: block;
}
.review-right:hover .descriptions {
  opacity: 1;
  transform: translateY(0px);
}
.review-right:hover .overdiv {
  top: -59px;
}
.review-right:hover .shellimg img {
  opacity: 0.7;
}

/* ----------- GUEST REVIEWS END ----------- */


/* ----------- PHOTO GALLERY EFFECT ----------- */

#photogallery-thumbs li a::before {
	color: #fff;
	content: "Click to View";
	cursor: pointer;
	font-weight: bold;
	left: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 45%;
	transition: left .2s ease-in-out 0s, opacity .2s ease-in-out 0s;
	width: 100%;
	z-index: 3
}
#photogallery-thumbs li a::after {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	color: #fff;
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease-in-out 0s;
	width: 100%
}
#photogallery-thumbs li a:hover::before {
	left: 0;
	opacity: 1
}
#photogallery-thumbs li a:hover::after {
	opacity: 1
}

/* ----------- PHOTO GALLERY EFFECT END ----------- */

.feature-snippet{ height: 0;}
.feature-item:hover .feature-snippet {
  height: 0;
  min-height: 100px;
  transition: min-height 0.4s ease 0s;
  -webkit-transition: min-height 0.4s ease 0s;
}

.feature-item:hover .feature-img img,
.hover-snippet:hover .snippet-img > img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
}

.destination-snippet-box:hover .destination-img img,
.dest-main-list:hover .destitemtopimg img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
}


.hotel-nav.dropnav {
  transform: translateY(40px);
    transition: all 0.35s ease 0s;
   -webkit-transform: translateY(40px);
    -webkit-transition: all 0.35s ease 0s;
    -ms-transform: translateY(40px);
    -ms-transition: all 0.35s ease 0s;
  opacity:0;
  visibility:hidden;
}
.hotel-menu-open .hotel-nav.dropnav {
    transform: translateY(0px);
    transition: all 0.35s ease 0s;
   -webkit-transform: translateY(0px);
    -webkit-transition: all 0.35s ease 0s;
    -ms-transform: translateY(0px);
    -ms-transition: all 0.35s ease 0s;
  opacity:1;visibility:visible;
}
.submenulist .hotel-nav.dropnav:before {
  color: #ffffff;
  content: "\e836";
  font-family: milestoneretinadisplayicons;
  font-size: 30px;
  position: absolute;
  top: -23px;
}
.hover-snippet .snippet-content {
      opacity: 0;
}
.hover-snippet:hover .snippet-content{
  opacity: 1;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.hover-snippet:hover > .snippet-img .snippet-head {
    opacity: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}