@import url("calendar.css");

/*** BEGIN GOOGLE WEB FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Vollkorn|Open+Sans);
/*** END GOOGLE WEB FONTS ***/

/***********************************************************
GENERAL HTML OBJECTS
***********************************************************/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	min-width: 320px;
	background-repeat: repeat-x;
	background-position: left top;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #f38089;
	outline: 0;
}
a:hover
{
	text-decoration: none;
	color: #333333;
}
a:focus, area:focus
{
	outline: none;
}

li
{
	padding-bottom: 10px;
}

hr
{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0px;
}

h1
{
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #17638b;
}

h2
{
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
}

h3
{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote input[type='text'], blockquote input[type='password'], blockquote input[type='email'], blockquote input[type='tel'], blockquote select, blockquote textarea
{
	background-color: rgba(255, 255, 255, 0.25);
}

.formbutton
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	text-decoration: none;
}
.formbutton:hover
{
	color: #000000;
	text-decoration: none;
}


/***********************************************************
IMAGES IN CONTENT
***********************************************************/

.image-shadow
{
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-left-shadow
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	max-width: 300px;
	max-height: auto;
}

.image-right-shadow
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	max-width: 300px;
	max-height: auto;
}

.image-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	max-width: 300px;
	max-height: auto;
}

.image-right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	max-width: 300px;
	max-height: auto;
}

.div-right
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 15px;
}

.div-right-shadow
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.div-left
{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 15px;
}

.div-left-shadow
{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}


/***********************************************************
COMMONLY USED ELEMENTS
***********************************************************/

.newrow {clear: both;}

.dragme
{
	position: relative;
}

.popout-object
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0% auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.popout-text
{
	opacity: 0.0;
	filter:alpha(opacity=0); 
}

.form-break
{
	border-top: 1px solid #cccccc;
	font-weight: bold; 
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#ffffff));
	background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background: -o-linear-gradient(top, #eeeeee, #ffffff);
}

.red-asterik
{
	color: #990000;
	font-weight: bold;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity85 {opacity: 0.85; filter: alpha(opacity=85);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity75 {opacity: 0.75; filter: alpha(opacity=75);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity65 {opacity: 0.65; filter: alpha(opacity=65);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity55 {opacity: 0.55; filter: alpha(opacity=55);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity45 {opacity: 0.45; filter: alpha(opacity=45);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity35 {opacity: 0.35; filter: alpha(opacity=35);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity25 {opacity: 0.25; filter: alpha(opacity=25);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity15 {opacity: 0.15; filter: alpha(opacity=15);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity5 {opacity: 0.05; filter: alpha(opacity=5);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}
.two-col-nospace
{
	float: left;
	width: 50%;
}
.two-col img, .two-col-nospace img
{
	max-width: 100%;
}

.three-col
{
	float: left;
	width: 31%;
	padding-right: 2%;
}
.three-col img
{
	max-width: 100%;
}

.four-col
{
	float: left;
	width: 23%;
	padding-right: 2%;
}
.four-col img
{
	max-width: 100%;
}

.two-col-center
{
	float: left;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.two-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.three-col-center
{
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.three-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.four-col-center
{
	float: left;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.four-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.file-browser-button-box
{
	width: 209px;
	height: 32px;
	background-color: #000000;
	overflow: hidden;
	background-image: url('/images/button-upload-file.png');
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
}
.file-browser-button
{
	display: block;
	opacity: 0.00;
	filter: alpha(opacity=0);
	cursor: default;
}


/***********************************************************
CENTER OBJECTS VERTICALLY AND HORIZONTALLY
***********************************************************/

.vc-element
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


/***********************************************************
GENERAL TEMPLATE
***********************************************************/

#please-wait-overlay
{
	z-index: 599;
	display: none;
	position: fixed;
	width: 100%;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
	padding-top: 20%;
	text-align: center;
}
#please-wait-overlay img
{
	margin: 0px auto;
}

.please-wait-dot
{
	margin: 0px auto;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #999999;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#changes-saved
{
	height: 50px;
	overflow: hidden;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#main
{
	width: 100%;
	min-height: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
}

#header-announcement
{
	position: absolute;
	display: block;
	width: 100%;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	-moz-box-shadow: 1px 1px 12px #000000;
	-webkit-box-shadow: 1px 1px 12px #000000;
	box-shadow: 1px 1px 12px #000000;
	color: #000000;
}

#container
{
	width: 1200px;
	margin: 0px auto;
	text-align: left;
}

#fadeBack
{
	*visibility: hidden;
	z-index: 495;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0px;
	text-align: center;
}

#popupDiv
{
	margin: 0px auto;
	position: relative;
	top: 180px;
	width: 600px;
	height: 400px;
	background-color: #000000;
	display: none;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: left;
}

#popupFrame
{
	width: 600px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
}

#popup-close-button
{
	position: absolute;
	top: 0px;
	right: 0px;
}


/***********************************************************
TOP STRIP ABOVE HEADER
***********************************************************/

#webstore-top-strip-cart
{
	padding-left: 30px !important;
	background-image: url('/images/shopping-cart-icon.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#search-form
{
	position: absolute;
	padding-left: 20px;
}

#keywords
{
	width: 180px;
	height: 24px;
	font-size: 14px;
	line-height: 23px;
	background-color: #ffffff; 
	border: 1px solid #cccccc;
	color: #999999;
	padding-left: 40px;
	background-image: url('/images/icon-search.png');
	background-position: left center;
	background-repeat: no-repeat;
}


/***********************************************************
HEADER
***********************************************************/

#header-container
{
	position: fixed;
	z-index: 98;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-bottom: 10px;
	height: 175px;
}

#header
{
	width: auto;
	width: 1200px;
	margin: 0px auto;
	position: relative;
	height: 140px;
	text-align: left;
	padding-top: 5px;
}

#header-ad
{
	float: right;
	display: inline-block;
	padding-top: 10px;
}
#header2-ad
{
	float: right;
	display: inline-block;
	padding-top: 10px;
	padding-right: 40px;
}
#header-ad img, #header2-ad img
{
	height: 119px;
	width: auto;
}

#header #header-banner, #header #header-logo
{
	position: absolute;
	z-index: 91;
	margin-left: 12px;
	margin-top: 5px;

	height: 130px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}


#package-search-box-spacer
{
	clear: both;
	height: 244px;
}

#package-search-box-container
{
	position: fixed;
	z-index: 90;
	width: 100%;
	text-align: center;
	background-color: #f38089;
	top: 185px;

	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

#top-strip
{
	margin: 0px auto;
	width: 1200px;
	height: 35px;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;
	background-color: #434a54;
}
#top-strip a
{
	color: #ffffff;
	text-decoration: none;
}
#top-strip a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#header-info
{
	display: inline-block;
	float: left;
}

#header-link-email
{
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 24px;
	background-image: url('/images/top-strip-email.png');
	background-position: 4px center;
	background-repeat: no-repeat;
}

#header-link-phone
{
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 24px;
	background-image: url('/images/top-strip-phone.png');
	background-position: 4px center;
	background-repeat: no-repeat;
}

#header-color-bar
{
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	overflow: hidden;
	background-image: url('/images/header-color-bar.png');
	background-repeat: repeat-x;
}

#header-info-right
{
	display: inline-block;
	float: right;
	width: 200px;
	padding-right: 10px;
}

#google_translate_element
{
	display: block;
}

div#google_translate_element div.goog-te-gadget-simple
{
	background-color: #ffffff;
	border: 1px !important;
	font-family: 'Open Sans', Arial;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span
{
	color: #000000;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover
{
	color: #000000;
}

#header h1
{
	text-align: right;
}
#header h1 a
{
	text-decoration: none;
	color: #000000;
}

#header h2
{
	text-align: right;
}

#mobile-menu-button
{
	display: none;
}


/***********************************************************
CONTAINER FOR LEFT AND RIGHT COLUMNS, MAIN CONTENT AREA
***********************************************************/

#page-main
{
	padding-top: 0px;
}

#page-main-no-searchbar
{
	padding-top: 105px !important;
}


/***********************************************************
PAGE SIDEBAR
***********************************************************/

#sidebar-menu
{
	display: none;
	visibility: hidden;
}

#sidebar
{
	width: 220px;
	float: right;
	margin-top: 10px;
	padding: 15px;
	background-color: #f2f2f2;
	min-height: 480px;
	font-size: 13px;
	text-align: center;
}
#sidebar h3
{
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #5e6d81;
}
#sidebar img
{
	max-width: 100% !important;
	height: auto !important;
	margin: 0px auto;
}

.sub-right-facebook-post
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.sub-right-twitter-item
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.twitter-tweet
{
	padding-left: 50px;
	padding-right: 30px;
	background-image: url('/images/twitter-logo-30.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


/***********************************************************
BREADCRUMBS
***********************************************************/

#breadcrumbs
{
	display: none;
	font-size: 11px;
}

/***********************************************************
MAIN CONTENT AREA
***********************************************************/

#content
{
	padding-top: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 480px;
}

#content-thin
{
	padding-top: 10px;
	margin-right: 270px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 480px;
}

#content-sidebar
{
	float: left;
	padding-top: 10px;
	padding-bottom: 60px;
	padding-left: 20px;
	width: 900px;
	min-height: 480px;
}


/***********************************************************
FOOTER
***********************************************************/


#footer-container
{
	background-color: #434a54;
}

#footer
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #dddddd;
	background-color: #434a54;
	padding-top: 50px;
	padding-bottom: 40px;
}
#footer a
{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#footer h3
{
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #dddddd;
}

#footer-inner
{
	margin: 0px auto;
	width: 1160px;
	text-align: left;
}

#footer-about
{
	float: left;
	width: 28%;
	padding-right: 5%;
}

#footer-menu
{
	float: left;
	width: 28%;
	padding-right: 5%;
}
#footer-menu a
{
	display: block;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #cccccc;
}

#footer_email
{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.formsubmit
{
	height: 36px;
	line-height: 28px;
	margin-top: 10px;
}

#footer-tweets
{
	float: left;
	width: 24%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
}

#footer-sub
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #dddddd;
	background-color: #4a515b;
	padding-top: 30px;
	padding-bottom: 142px;
}

#footer-sub a
{
	text-decoration: none;
	color: #ffffff;
}
#footer-sub a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#footer-sub-inner
{
	margin: 0px auto;
	width: 1160px;
	text-align: left;
}

#footer-copyright
{
	float: left;
	width: 40%;
	text-align: left;
}

#footer-social-media
{
	float: right;
	width: 40%;
	text-align: right;
}

#sidebar-social-media
{
	position: fixed;
	left: 0px;
	bottom: 30px;
	width: 40px;
	z-index: 97;
}

#footer-social-media img
{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.sidebar-social-media-icon
{
	text-align: center;
	display: block;
	margin: 0px;
	width: 40px;
	height: 40px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	cursor: pointer;
}
.sidebar-social-media-icon:hover
{
	width: 60px;
}

.sidebar-social-media img
{
	margin: 0px auto;	
}

#sidebar-social-media-facebook	{background-color: #5977b8;}
#sidebar-social-media-twitter	{background-color: #000000;}
#sidebar-social-media-youtube	{background-color: #f76570;}
#sidebar-social-media-instagram	{background-color: #f3a46b;}
#sidebar-social-media-tiktok	{background-color: #fe2c55;}

#footer-expedia
{
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
#footer-expedia img
{
	margin: 0px auto;
	height: 60px;
	width: auto;
}


/***********************************************************
EVENT CALENDAR
***********************************************************/

#calendarFormTop-right
{
	float: right;
}

.calendar-prevmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-prevmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

#calendar-title
{
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	float: left;
}

.calendar-nextmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-nextmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

.calendar-month
{
	border: 0px;
	background-color: #666666;
	width: 100%;
}
.calendar-month th
{
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	padding: 6px;
}
.calendar-month td
{
	width: 14.28%;
	height: 100px;		
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
}

.calendar-noday
{
	background-color: #cccccc !important;
}

.calendar-number
{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.calendarLink
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
.calendarLink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/***********************************************************
PHOTO GALLERY SLIDESHOW
***********************************************************/

#Gallery_Controls
{
	width: 845px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	display: block;
}

#Button_Gallery_Left
{
	width: 16px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px -30px;
	float: right;
	text-decoration: none;
}

#Button_Gallery_Right
{
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-decoration: none;
}

#Gallery_Slidebar_Container
{
	width: 860px;
	height: 125px;
	overflow: hidden;
	display: block;
	position: relative;
}

#Gallery_Slidebar
{
	position: relative;
	height: 125px;
	left: -15px;
}

.thumb-view
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.height > 100 ? 100: true);
}

.event-thumbnail
{
	max-width: 200px;
	max-height: 100px;
	width: expression(this.width > 200 ? 200: true);
	height: expression(this.height > 100 ? 100: true);
	float: left;
	margin-right: 15px;
}


/***********************************************************
ACCOUNT EDIT BUTTON CONTAINER
***********************************************************/

#actionTabs
{
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
}
#actionTabs img
{
	margin-left: 10px;
}

#formTabs
{
	height: 32px;
	padding-bottom: 6px;
}

#formTabs a
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.formBox
{
	padding: 15px;
	border: 1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.account-product-category
{
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
}
.account-product-category:hover
{
	color: #000000;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

.account-product-subcat
{
	width: 200px;
	padding-left: 20px;
	float: left;
}


/***********************************************************
NEWS LANDING PAGE
***********************************************************/

.news-row
{
	min-height: 168px;
	padding: 20px;
	margin-top: 20px;
	background-color: #f2f2f2;
}

.news-pic
{
	position: absolute;
	border: 4px solid #ffffff;
	width: 200px;
	height: 160px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.news-info
{
	min-height: 168px;
	margin-left: 230px;
}
.news-info h3
{
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}
.news-info h3 a
{
	color: #202a5d;
}

.news-readmore
{
	font-size: 13px;
	font-weight: bold;
}



/***********************************************************
SLIDESHOW - FADE IN/OUT - NO CONTROLS
***********************************************************/

#slideshow-container, .#slideshow-container
{
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}

.slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 640px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	backgroud-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

#slideshow-captions
{
	width: 100%;
	height: 90px;
	position: absolute;
	cursor: pointer;
	margin-top: -280px;
	background-color: rgba(255, 255, 255, 0.85);
	padding-top: 20px;
	padding-bottom: 20px;
}

.slideshow-caption
{
	font-family: 'Roboto', Arial;
	opacity: 0.0;
	filter: alpha(opacity=0);
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	display: block;
	color: #3d9646;
	position: absolute;
	width: 100%;
}
.slideshow-caption h3
{
	font-family: 'Lora', Times New Roman;
	font-size: 36px;
	line-height: 48px;
	display: block;
	color: #004d91;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}



/***********************************************************
SLIDESHOW - SLIDE LEFT/RIGHT - WITH CONTROLS
***********************************************************/


#slideshowOuter
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 400px;
	background-color: #808080;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#slideshowContainer, #slideshowContainer-mobile
{
	overflow: hidden;
	width: 1200px;
	height: 400px;
}

#slideshowInner, #slideshowInner-mobile
{
	position: relative;
}

.slideshowItem
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1200px;
	height: 400px;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.slideshowItem-small
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1200px;
	height: 400px;
	text-align: center;
	overflow: hidden;

	background-position: center center;
	background-size: 100% auto;
}

.slideshowItem-enlarge
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1200px;
	height: 400px;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-size: 120% auto;

	-webkit-transition: all 10000ms linear;
	-moz-transition: all 10000ms linear;
	-ms-transition: all 10000ms linear;
	-o-transition: all 10000ms linear;
	transition: all 10000ms linear;
}

.slideshowItem-large
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1200px;
	height: 400px;
	text-align: center;
	overflow: hidden;

	background-position: center center;
	background-size: 120% auto;
}

.slideshowItem-reduce
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 1200px;
	height: 400px;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-size: 100% auto;

	-webkit-transition: all 10000ms linear;
	-moz-transition: all 10000ms linear;
	-ms-transition: all 10000ms linear;
	-o-transition: all 10000ms linear;
	transition: all 10000ms linear;
}

.slideshow-element-main
{
	position: absolute;
	z-index: 80;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin-top: 400px;
	margin-left: 0px;
	text-align: left;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-family: 'Open Sans', Arial;
	font-size: 56px;
	line-height: 56px;
	color: #ffffff;
	text-shadow: 1px 5px 10px #000000;
	cursor: pointer;
	display: block;
	visibility: hidden;
	width: 100%;
	text-align: center;
}
.slideshow-element-main-inner
{
	margin: 0px auto;
	display: inline-block;
	color: #ffff66;
}
.slideshow-element-main .slideshow-element-main-sub
{
	font-size: 0.7em;
}

.slideshow-element-sub
{
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 85;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	margin-top: 480px;
	margin-left: 0px;
	text-align: left;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-family: 'Open Sans', Arial;
	font-size: 26px;
	line-height: 28px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	cursor: pointer;
	display: block;
}

.slideshow-element-main-button
{
	display: inline-block;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #24c9e5;
	font-weight: bold;

	text-shadow: 0px 0px 0px #ffffff !important;

	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#24c9e5), to(#5bf0ff));
	background: -webkit-linear-gradient(left, #24c9e55, #5bf0ff);
	background: -moz-linear-gradient(left, #24c9e5, #5bf0ff);
	background: -ms-linear-gradient(left, #24c9e5, #5bf0ff);
	background: -o-linear-gradient(left, #24c9e5, #5bf0ff);

	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.slideshow-element-main-button:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #34d9f5;
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#34d9f5), to(#6bffff));
	background: -webkit-linear-gradient(left, #34d9f5, #6bffff);
	background: -moz-linear-gradient(left, #34d9f5, #6bffff);
	background: -ms-linear-gradient(left, #34d9f5, #6bffff);
	background: -o-linear-gradient(left, #34d9f5, #6bffff);

}

.slideshow-element-credit
{
	position: absolute;
	z-index: 85;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin-top: 400px;
	margin-left: 0px;
	text-align: right;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-family: 'Times New Roman';
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	text-shadow: 1px 5px 10px #000000;
	cursor: pointer;
	display: block;
	left: 0px;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
.slideshow-element-credit a
{
	color: #ffffff;
}

#slideshowThumbs, #slideshowThumbs-mobile
{
	width: 1200px;
	height: 9px;
	margin-top: -9px;
	position: relative;
	overflow: visible;
}

#slideshowThumbList, #slideshowThumbList-mobile
{
	height: 10px;
	padding: 10px;
	float: right;
	margin-top: -30px;
}

.slideshowThumb
{
	margin-left: 10px !important;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.slideshowThumb:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.slideshowThumbOn
{
	margin-left: 10px !important;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.slideshowThumbOn:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshow-arrow-left, #slideshow-arrow-left-mobile
{
	position: absolute;
	left: 10px;
	margin-top: 155px;
	opacity: 0.75;
	filter: alpha(opacity=50);
	z-index: 87;
	border: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-left:hover, #slideshow-arrow-left-mobile:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshow-arrow-right, #slideshow-arrow-right-mobile
{
	position: absolute;
	right: 10px;
	margin-top: 155px;
	opacity: 0.75;
	filter: alpha(opacity=50);
	z-index: 87;
	border: 0px;
	margin-left: 10px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-right:hover, #slideshow-arrow-right-mobile:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshowCaption
{
}

#slideshow-spacer, #slideshow-spacer-mobile
{
	height: 400px;
	font-size: 32px;
	color: #cccccc;
	text-align: center;
	line-height: 400px;
}



/***********************************************************
CONTACT FORM, SIGNUP FORM, ACCOUNT FORMS
***********************************************************/

.formRow
{
	position: relative;
	padding-bottom: 8px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 280px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow input[type=number]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow input[type=password]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow select
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 280px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow textarea
{
	font-family: Arial;
	height: 120px;
	line-height: 21px;
	padding: 10px;
	width: 280px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password], .formRow select, .formRow textarea
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.formRow input[type=text]:hover, .formRow input[type=tel]:hover, .formRow input[type=email]:hover, .formRow input[type=password]:hover, .formRow select:hover, .formRow textarea:hover,
.formRow input[type=text]:focus, .formRow input[type=tel]:focus, .formRow input[type=email]:focus, .formRow input[type=password]:focus, .formRow select:focus, .formRow textarea:focus
{
	background-color: rgba(204, 204, 204, 0.25);
}

.formRow input[type=button], .formRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.text-money
{
	padding-left: 12px;
	background-image: url('/images/text-money.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

#signupThankyou
{
	display: none;
}

.form-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #006600;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

.error-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
}

.important-note
{
	padding: 12px;
	border: 1px solid #338dcb;
	background-color: rgba(51, 141, 203, 0.25);
	color: #000000;
}

.warning-message
{
	padding: 12px;
	background-color: #ffff99;
	border: 1px solid #999933;
	color: #000000;
}

.rounded-box
{
	border: 1px solid #999999;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#signup-form-container
{
	background-color: #233449;
	padding: 12px;
}

#signup-form-container h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: passion-one-n7, passion-one, sans-serif;
	font-size: 25px;
	font-weight: normal;
}

#signup-form-container input
{
	margin-bottom: 8px;
	border: 0px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 195px;
	padding-left: 10px;
}

#signup-submit
{
	margin-top: 4px;
	display: block;
	background-color: #a01824;
	width: 180px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #ffffff !important;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#signup-submit:hover
{
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
}


#signupForm
{
	text-align: center;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.signupFormRow label, .formRow label
{
	position: absolute;
	transition: 0.2s;
	color: #000000;
	margin-left: 10px;
	margin-top: 2px;
	line-height: 36px;
	cursor: text;
	left: 0px;
	z-index: -1;
}

.signupFormRow input:focus + label, .formRow input:focus + label, .signupFormRow textarea:focus + label, .formRow textarea:focus + label
{
	font-size: 9px;
	line-height: 9px;
	color: #006600;
	margin-left: 3px;
	margin-top: 2px;
}

.signupFormRow input:valid + label, .formRow input:valid + label, .signupFormRow textarea:valid + label, .formRow textarea:valid + label
{
	font-size: 9px;
	line-height: 9px;
	color: #999999;
	margin-left: 3px;
	margin-top: 2px;
}

.signupFormRow
{
	min-height: 48px;
	position: relative;
}

.signupFormRow input[type=text], .signupFormRow input[type=tel], .signupFormRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=number]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow textarea
{
	font-family: Arial;
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.text-dollars
{
	background-image: url('/images/dollar-sign.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	width: 60px !important;
	padding-left: 16px !important;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.signupFormLabel
{
	float: left;
	width: 150px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 160px;
	text-align: left;
}

#validate-password
{
	position: absolute;
	margin-left: 30px;
	-moz-box-shadow: 0px 0px 10px #cccccc;
	-webkit-box-shadow: 0px 0px 10px #cccccc;
	box-shadow: 0px 0px 10px #cccccc;
	padding: 15px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	display: none;
	z-index: 101;
}

.tab-content-on
{
	display: block;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.tab-content
{
	display: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.search-list-col
{
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 5%;
}


/***********************************************************
ACCORDION CONTENT ELEMENTS
***********************************************************/

.accordion-section-container
{
	height: 0px;
	overflow: hidden;
}

.accordion-section-content
{
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}


/***********************************************************
HOMEPAGE - FEATURED BLOG POST
***********************************************************/

#blog-home-bg
{
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #ddeeff;
	z-index: -1;
}

#blog-home-content
{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ddeeff;
}

.home-blog-title
{
	font-size: 21px;
	line-height: 23px;
	text-decoration: none;
	color: #0073b8;
}
.home-blog-title:hover
{
	text-decoration: none;
	color: #000000;
}


/***********************************************************
HOMEPAGE - FEATURED NEWS ITEMS
***********************************************************/

.home-news-row
{
	clear: both;
	padding-bottom: 30px;
}

.home-news-thumb
{
	float: left;
	margin-right: 20px;
}

.home-news-title
{
	font-size: 21px;
	line-height: 32px;
	text-decoration: none;
}
.home-news-title:hover
{
	text-decoration: none;
}

.home-news-date
{
	font-style: italic;
	color: #666666;
}


/***********************************************************
VIDEO PAGE ELEMENTS
***********************************************************/

.videoThumb
{
	width: 242px;
	height: 240px;
	padding: 25px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: inline-block;
}
.videoThumb a
{
	text-decoration: none;
}
.videoThumb a:hover
{
	text-decoration: none;
}

.videoThumbImg
{
	width: 240px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
	border: 1px solid #666666;
	background-color: #666666;
	padding: 0px !important;
}
.videoThumbImg img
{
	margin: 0px auto;
	height: 180px;
}


/***********************************************************
HOVER ZOOM FEATURE
***********************************************************/

#productZoomContainer
{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 450px;
	height: 550px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 12px #999999;
	-moz-box-shadow: 0px 0px 12px #999999;
	-webkit-box-shadow: 0px 0px 12px #999999;
	background-color: #ffffff;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/images/pleasewait.gif');
}

#hoverZoomImage
{
	position: absolute;
}





/***********************************************************
PHOTO GALLERY PAGES
***********************************************************/

.gallery-list-row
{
	clear: both;
	padding-top: 15px;
}

.gallery-list-thumb-box
{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #999999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


#browse-product-box-container
{
	width: auto;
	position: relative;
	text-align: center;
}

.galleryThumb
{
	margin: 0px auto;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #999999;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


/***********************************************************
DATABASE LISTS - DIV FORMATTING
***********************************************************/

.admin-list-col
{
	float: left;
	width: 300px;
	padding-right: 20px;
}

.list-item-row
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #cccccc;
}
.list-item-row h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.list-item-row-image
{
	float: left;
	width: 200px;
	height: 180px;
	background-color: #666666;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.list-item-row-image img
{
	margin: 0px auto;
}


/***********************************************************
SITEMAP FORMATTING
***********************************************************/

.sitemap-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.sitemap-list li
{
	padding-bottom: 0px;	
}


/***********************************************************
PREVIOUS/NEXT PAGE CONTROLS
***********************************************************/

#previous-page
{
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
#previous-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#previous-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#next-page
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}
#next-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#next-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


/***********************************************************
SEARCH RESULTS - FORMAT 1 - TABLE GRID
***********************************************************/

.table-grid
{
	border: 0px;
	width: 100%;
}

.table-grid th
{
	font-size: 13px;
}

.table-grid td
{
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}

/***********************************************************
SEARCH RESULTS - FORMAT 2 - DATA GRID
***********************************************************/

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
.data-grid td input[type='text'], .data-grid td input[type='password'], .data-grid td input[type='email'], .data-grid td input[type='tel']
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}
.data-grid .formbutton
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.data-grid-totals
{
	border-top: 3px solid #cccccc;
	padding-top: 5px;
}

.data-grid tr:hover td
{
	background-color: #eeeeee !important;
}


/***********************************************************
SEARCH RESULTS - PAGINATION
***********************************************************/

.pagelist-row
{
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.pagelist-links
{
	float: right;
}
.pagelist-links a
{
	display: inline-block;
	min-width: 16px;
	height: 18px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #999999;
}
.pagelist-links a:hover
{
	color: #999999;
	background-color: #eeeeee;
	text-decoration: none;
}

.pagelist-links-selected
{
	border: 1px solid #000000 !important;
	color: #000000 !important;
	cursor: default !important;
}
.pagelist-links-selected:hover
{
	color: #000000 !important;
	background-color: #ffffff !important;
}


/***********************************************************
CUSTOMER REVIEWS
***********************************************************/

.customer-review-box
{
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2ff;
	padding: 12px;
}
.customer-review-box p
{
	margin-top: 0px;
}

.customer-review-likes
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/***********************************************************
CHAT DIV OVERLAY
***********************************************************/

#chatDiv
{
	position: fixed !important;
	top: 0px;
	margin-left: 50px;
	width: 400px;
	height: 365px;
	border: 2px solid #999999;
	background-color: #999999;
	padding: 0px;
	display: none;
	z-index: 395;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	cursor: move;
	line-height: 25px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#chatDiv-close
{
	float: right;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#chatDiv-close:hover
{
	color: #eeeeee;
	text-decoration: none;
	border: 1px solid #eeeeee;
}

#chatFrame
{
	margin-top: 2px;
	width: 100%;
	height: 340px;
}


/***********************************************************
CONTACT PAGE
***********************************************************/

#contact-google-map
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	width: 480px;
	height: 560px;
	border: 0px;
}

#contact-form
{
}

#contact-thankyou
{
	display: none;
}


/***********************************************************
PROGRESS BAR
***********************************************************/

#progressContainer
{
	height: 20px;
	background-color: #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#progressBar
{
	width: 0px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-color: #005027;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#60b087), to(#308057));
	background: -webkit-linear-gradient(top, #60b087, #308057);
	background: -moz-linear-gradient(top, #60b087, #308057);
	background: -ms-linear-gradient(top, #60b087, #308057);
	background: -o-linear-gradient(top, #60b087, #308057);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/***********************************************************
STAFF LIST
***********************************************************/

.staff-row
{
	clear: both;
	padding-top: 15px;
}

.staff-image
{
	float: left;
	width: 150px;
	height: 200px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-image-small
{
	float: left;
	width: 150px;
	height: 150px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-info
{
	margin-left: 175px;
}
.staff-info h3
{
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
}

.staff-readmore
{
	text-decoration: none;
}
.staff-readmore:hover
{
	text-decoration: none;
}


/***********************************************************
MESSAGE BOARD
***********************************************************/

.message-board
{
	display: table;
	width: 100%;
}

.message-board-header
{
	display: table-row;
}

.message-board-header-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	display: table-cell;
	border-bottom: 2px solid #999999;
}

.message-board-item
{
	display: table-row;
}

.message-board-item-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	display: table-cell;
	border-bottom: 1px solid #999999;
}

.message-board-col1
{
	width: 450px;
}

.message-board-col2
{
}

.message-board-col3
{
}

.message-board-col4
{
	text-align: right;
}

.message-board-col5
{
	text-align: right;
}

.message-author
{
	font-size: 14px;
	color: #333333;
}

.message-new
{
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 22px;
}


/***********************************************************
FAQ
***********************************************************/

.faq-item
{
	padding-bottom: 10px;
}

.faq-link
{
	color: #0099cc;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.faq-link:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.faq-toggle
{
	font-weight: normal;
	font-weight: normal;
	display: inline-block;
	width: 14px;
}


/***********************************************************
GENERAL BLOG CONTENT
Most of the blog CSS elements are in blog.css
The elements below are for the admin editor.
***********************************************************/

#blog-content img
{
	max-width: 600px;
	height: auto;
}


/***********************************************************
TIMELINE
***********************************************************/

#timeline-container
{
	display: block;
	background-image: url('/images/timeline-line.png');
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-top: -30px;
}

.timeline-no-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-small.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-large.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	position: relative;
}

.timeline-block
{
	display: table;
	position: absolute;
	width: 1200px;
	height: 256px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-top: 0px;
}

.timeline-event-image-container
{
	display: table-cell;
	width: 256px;
	height: 256px;
}

.timeline-event-image
{
	width: 256px;
	height: 256px;
	-moz-border-radius: 128px;
	-webkit-border-radius: 128px;
	border-radius: 128px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event-spacer
{
	width: 256px;
	height: 256px;
}

.timeline-event-title
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 32px;
	line-height: 36px;
	text-align: right;
}

.timeline-event-caption
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
}


/***********************************************************
CLIENT-SPECIFIC STYLES
***********************************************************/

#footer-upstate-summer-fixed
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	padding-top: 70px;
	overflow: hidden;
	z-index: 97;
}

#footer-upstate-summer
{
	position: relative;
	height: 90px;
	padding-top: 70px;
	margin-top: -100px;
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
}

#footer-upstate-summer-outer
{
	margin: 0px auto;
	height: 90px;
	text-align: center;
	padding: 0px;
	width: 1200px;
}

#footer-upstate-summer-inner
{
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 110px;
	max-width: 1160px;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 90px;
	height: 90px;
	color: #17638b;
}
#footer-upstate-summer-inner img
{
	width: 122px;
	height: auto;
	float: right;
	margin-top: -50px;
	margin-right: -20px;
	-ms-transform: rotate(-10deg); /* IE 9 */
	-webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
	transform: rotate(-10deg);
}


/************************************************
* PACKAGE BROWSE / SEARCH
************************************************/

.search-button
{
	display: block;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #24c9e5;
	font-weight: bold;

	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#24c9e5), to(#5bf0ff));
	background: -webkit-linear-gradient(left, #24c9e55, #5bf0ff);
	background: -moz-linear-gradient(left, #24c9e5, #5bf0ff);
	background: -ms-linear-gradient(left, #24c9e5, #5bf0ff);
	background: -o-linear-gradient(left, #24c9e5, #5bf0ff);

	opacity: 0.9;
	filter: alpha(opacity=90);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.search-button:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #04a9c5;

	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#04a9c5), to(#3bd0df));
	background: -webkit-linear-gradient(left, #04a9c5, #3bd0df);
	background: -moz-linear-gradient(left, #04a9c5, #3bd0df);
	background: -ms-linear-gradient(left, #04a9c5, #3bd0df);
	background: -o-linear-gradient(left, #04a9c5, #3bd0df);

	opacity: 1.0;
	filter: alpha(opacity=100);
}

.narrow-content-container
{
	text-align: center;
}

.narrow-content
{
	margin: 0px auto;
	max-width: 800px;
	position: relative;
	text-align: center;
}

.narrow-content-col
{
	display: inline-block;
	margin: 0px auto;
	width: 47%;
	padding: 0.5%;
}

.narrow-content-button
{
	background-color: #5de1e6;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 15px;
}
.narrow-content-button:hover
{
	color: #ffffff; 
	background-color: #5de1e6;
}

.narrow-content-buttonx
{
	background-color: rgba(59, 208, 223, 0.25);
	border: 1px solid #17638b;
	color: #17638b;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 15px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.narrow-content-buttonx:hover
{
	color: #ffffff; 
	background-color: #17638b;
}

.search-button-inline
{
	display: inline-block;
	height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #24c9e5;

	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#24c9e5), to(#5bf0ff));
	background: -webkit-linear-gradient(left, #24c9e55, #5bf0ff);
	background: -moz-linear-gradient(left, #24c9e5, #5bf0ff);
	background: -ms-linear-gradient(left, #24c9e5, #5bf0ff);
	background: -o-linear-gradient(left, #24c9e5, #5bf0ff);

	opacity: 0.9;
	filter: alpha(opacity=90);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.search-button-inline:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #04a9c5;

	opacity: 1.0;
	filter: alpha(opacity=100);
}

.search-button-color
{
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #808080;

	min-width: 240px;
	margin: 12px;

	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);

	opacity: 1.0;
	filter: alpha(opacity=100);

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.search-button-color:hover
{
	color: #ffffff;
	text-decoration: none;

	opacity: 0.9;
	filter: alpha(opacity=90);

	font-weight: bold;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
}

#package-search-box
{
	margin: 0px auto;
	width: 100%;
	max-width: 1152px;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
}

#package-search-box h3
{
	margin: 0px;
	padding: 0px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	padding-left: 12px;
}

#package-search-box-container-2021
{
	display: inline-block;
	margin: 0px auto;
	width: 640px;
	text-align: left;
	
}

#package-search-box-2021
{
	display: grid;
	width: 640px;
	padding-top: 12px;
	padding-bottom: 12px;
	grid-template-columns: 45% 40% 15%;
}

#package-search-col-social
{
	text-align: center;
}
#package-search-col-social img
{
	height: 36px;
	width: auto;
}

#package-search-col-book
{
	text-align: right;
}

.book-your-stay
{
	display: inline-block;
	background-color: #db1414;
	color: #ffffff;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border: 1px solid #666666;
	margin-top: -1px;
}
.book-your-stay:hover
{
	background-color: #fec558;
	color: #000000;
}

#package-search-box-2021 h3
{
	margin: 0px;
	padding: 0px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	text-align: left;
}

.package-search-col-2021
{
	height: 35px;
	display: block;
}
.package-search-col-2021 select
{
	font-family: 'Open Sans', Arial;
	display: block;
	width: 90%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 35px;
	border: 0px;
	font-size: 14px;
	line-height: 35px;
	background-color: #434a54;
	color: #ffffff;
	cursor: pointer;

	background-image: url('/images/icon-down-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;

	-moz-appearance: none;
	-webkit-appearance: none;
}
.package-search-col-2021 input
{
	font-family: 'Open Sans', Arial;
	display: block;
	width: 90%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	height: 33px;
	border: 0px;
	font-size: 14px;
	line-height: 33px;
	background-color: #ffffff;
	color: #333333;

	-moz-appearance: none;
	-webkit-appearance: none;
}

#package-search-col-label
{
	text-align: left;
}
#package-search-col-label h3
{
	color: #ffffff;
}

#package-search-col-button
{
	text-align: right;
}

.package-search-col-divide
{
	text-align: left;
	padding-left: 4px;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
}

.package-search-col
{
	display: inline-block;
	width: 19%;
	padding-left: 0.5%;
	height: 35px;
	position: relative;
}
.package-search-col input
{
	font-family: 'Open Sans', Arial;
	display: block;
	padding-left: 5%;
	width: 90%;
	height: 33px;
	border: 0px;
	font-size: 14px;
	line-height: 33px;
	background-color: #ffffff;
	color: #333333;

	-moz-appearance: none;
	-webkit-appearance: none;
}
.package-search-col select
{
	font-family: 'Open Sans', Arial;
	display: block;
	padding-left: 5%;
	width: 95%;
	height: 35px;
	border: 0px;
	font-size: 14px;
	line-height: 35px;
	background-color: #434a54;
	color: #ffffff;
	cursor: pointer;

	background-image: url('/images/icon-down-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;

	-moz-appearance: none;
	-webkit-appearance: none;
}
.package-search-col select::-ms-expand, .package-search-col-2021 select::-ms-expand
{
	display: none;
}
.package-search-col select:focus, .package-search-col-2021 select:focus
{
	outline: none;
}

.package-search-label
{
	font-family: 'Open Sans', Arial;
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	text-align: left;
}

#no_regions
{
	position: absolute;
	left: 5px;
	top: 10px;
	display: none;
	cursor: default;
	padding: 0px;
	width: 90%;
	height: 35px;
	border: 0px;
	background-color: #434a54;
}

#package_subcategory:disabled, #package_region:disabled
{
	color: #434a54;
	background-image: none;
}

#package-search-results, #g_package-search-results
{
	clear: both;
	text-align: center;
}

#package-search-results-top-bg
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 780px;
	z-index: -2;
}

#top-attractions-header
{
	display: table;
	width: 100%;
}

#g_package-search-results-top-bg
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 960px;
	background-colorx: #fec558;
	z-index: -2;
}

#g_top-attractions-header
{
	display: table;
	width: 100%;
}

#package-search-results-top-controls
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 530px;
	text-align: center;
	z-index: -1;
}

#package-search-results-top-controls-inner
{
	position: relative;
	margin: 0px auto;
	width: 1250px;
	max-width: 100%;
	text-align: left;
}

.package-search-fade-outer
{
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 500px;
	text-align: center;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
}

.package-search-fade-container
{
	display: block;
	height: 480px;
}

.package-search-fade-inner
{
	margin: 0px auto;
	display: inline-block;
	text-align: left;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#featured-arrow-left, #g-featured-arrow-left, .g-featured-arrow-left
{
	position: absolute;
	margin-left: -35px;
	margin-top: 205px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 87;
	border: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#featured-arrow-left:hover, #g-featured-arrow-left:hover, .g-featured-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#g-featured-arrow-left, .g-featured-arrow-left
{
	margin-left: auto;
	left: -35px;
}

#featured-arrow-right, #g-featured-arrow-right, .g-featured-arrow-right
{
	position: absolute;
	right: -35px;
	margin-top: 205px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 87;
	border: 0px;
	margin-left: 10px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#featured-arrow-right:hover, #g-featured-arrow-right:hover, .g-featured-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#g-featured-arrow-right, .g-featured-arrow-right
{
	right: -35px;
}

#package-search-results-top, #g_package-search-results-top
{
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 500px;
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
}

.package-search-results-top-crop, #package-search-results-top-crop, #g_package-search-results-top-crop
{
	height: 480px;
	position: relative;
	overflow: hidden;
}

#package-search-results-top-inner, #g_package-search-results-top-inner
{
	height: 480px;
	width: 9999px;
	margin-left: 0px;

	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#package-search-results-top-inner-2021, #g_package-search-results-top-inner-2021
{
	height: 480px;
	display: table;
	widthx: 9999px;
	margin-left: 0px;
}

#package-search-results-items, #g_package-search-results-items
{
	display: inline-block;
}

.do-transition
{
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

.no-transition
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.featured-mobile-outer
{
	display: block;
	position: relative;
	height: 520px;
	overflow-x: scroll;
}

.featured-mobile
{
	display: table-row;
}
.featured-mobile .package-search-item, .featured-mobile .g_package-search-item
{
	display: table-cell;
}

.blog-link-user
{
	display: inline-block;
	padding-left: 16px;
	background-image: url('/images/icon-16-user.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}
.blog-link-user:hover
{
	color: #ffffff;
	text-decoration: none;
}

.blog-link-comments
{
	display: inline-block;
	padding-left: 16px;
	background-image: url('/images/icon-16-comments.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}
.blog-link-comments:hover
{
	color: #ffffff;
	text-decoration: none;
}


/********************************************************
* Search Results - 3 per row
********************************************************/

.package-search-item, .g_package-search-item
{
	display: inline-block;
	margin: 0px auto;
	width: 272px;
	height: 470px;
	padding: 10px;

	opacity: 1.0;
	filter: alpha(opacity=100);

	transition: all 500ms ease-in-out;
}

.package-search-item-inner
{
	display: table-cell;
	border: 1px solid #cccccc;
	width: 270px;
	height: 468px;
	text-align: left;
	background-color: #ffffff;
}

.package-search-photo
{
	width: 270px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.package-search-photo-img
{
	width: 300px;
	height: auto;
	margin-left: -15px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.package-search-photo:hover .package-search-photo-img
{
	width: 320px;
	margin-left: -25px;
	margin-top: -5px;
}

.package-search-category
{
	position: absolute;
	position: 0px 0px;
	background-color: #ffffff;
	color: #999999;
	line-height: 36px;
	height: 36px;
	padding-left: 16px;
	padding-right: 16px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.package-search-photo:hover .package-search-category
{
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.package-search-photo-info
{
	position: absolute;
	width: 270px;
	height: 115px;
	text-align: center;
	padding-top: 85px;

	opacity: 0.0;
	filter: alpha(opacity=0);

	cursor: pointer;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.package-search-photo-expedia
{
	position: absolute;
	top: 10px;
	right: 20px;
}

.package-search-photo-stars
{
	position: absolute;
	top: 45px;
	right: 24px;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}

.package-search-photo-info:hover
{
	opacity: 100.0;
	filter: alpha(opacity=100);
}
.package-search-photo-info a
{
	margin: 0px auto;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.package-search-photo-info a:hover
{
	color: #000000;
	text-decoration: none;
}

.package-search-title
{
	height: 60px;
	width: 270px;
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:  0px;
	padding-bottom: 0px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
}

.package-search-actions
{
	display: block;
	height: 40px;
	background-color: #ffffff;
}

.package-search-actions-region
{
	display: table-cell;
	vertical-align: middle;
	width: 135px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	background-color: #434a54;
}

.package-search-actions-region-wide
{
	display: table-cell;
	vertical-align: middle;
	width: 270px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	background-color: #434a54;
}

.package-search-actions-info
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 135px;
	height: 40x;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	font-size: 14px;
	line-height: 15px;
	background-color: #565c65;
}
.package-search-actions-info a
{
	color: #ffffff;
	text-decoration: none;
}
.package-search-actions-info a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.package-search-description
{
	font-size: 13px;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 90px;
	color: #666666;
}

.package-search-mapit
{
	padding-left: 10px;
}
.package-search-mapit a
{
	display: inline-block;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
}
.package-search-mapit a:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.90;
	filter: alpha(opacity=90);
}


/********************************************************
* Search Results - 4 per row
********************************************************/

.package-search-small-item
{
	display: inline-block;
	margin: 0px auto;
	width: 272px;
	height: 290px;
	padding: 8px;
}

.package-search-small-item-inner
{
	display: table-cell;
	border: 1px solid #f2f2f2;
	width: 270px;
	height: 288px;
	text-align: left;
}

.package-search-small-photo
{
	width: 270px;
	height: 200px;
	overflow: hidden;
	display: block;
	position: relative;
}

.package-search-small-photo-img
{
	width: 300px;
	height: auto;
	margin-left: -15px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.package-search-small-photo:hover .package-search-small-photo-img
{
	width: 320px;
	margin-left: -25px;
	margin-top: -5px;
}

.package-search-small-category
{
	position: absolute;
	position: 0px 0px;
	background-color: #ffffff;
	color: #999999;
	line-height: 36px;
	height: 36px;
	padding-left: 16px;
	padding-right: 16px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.package-search-small-photo:hover .package-search-small-category
{
	opacity: 0.0;
	filter: alpha(opacity=0);
}


.package-search-small-photo-info
{
	position: absolute;
	width: 270px;
	height: 115px;
	text-align: center;
	padding-top: 85px;

	opacity: 0.0;
	filter: alpha(opacity=0);

	cursor: pointer;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.package-search-small-photo-info:hover
{
	opacity: 100.0;
	filter: alpha(opacity=100);
}
.package-search-small-photo-info a
{
	margin: 0px auto;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.package-search-small-photo-info a:hover
{
	color: #000000;
	text-decoration: none;
}

.package-search-small-title
{
	height: 48px;
	width: 270px;
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
}

.package-search-small-actions
{
	display: block;
	height: 40px;
	background-color: #ffffff;
}

.package-search-small-actions-region
{
	display: table-cell;
	vertical-align: middle;
	width: 135px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	background-color: #434a54;
}

.package-search-small-actions-info
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 135px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	opacity: 0.90;
	filter: alpha(opacity=90);
	font-size: 14px;
	line-height: 15px;
	background-color: #434a54;
}
.package-search-small-actions-info a
{
	color: #ffffff;
	text-decoration: none;
}
.package-search-small-actions-info a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.package-search-small-mapit
{
	padding: 20px;
}
.package-search-small-mapit a
{
	display: inline-block;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
}
.package-search-small-mapit a:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.90;
	filter: alpha(opacity=90);
}



/********************************************************
* Search Results - 6 per row
********************************************************/

.package-search-smaller-item
{
	display: inline-block;
	margin: 0px auto;
	width: 182px;
	height: 210px;
	padding: 4px;
}

.package-search-smaller-item-inner
{
	display: table-cell;
	border: 1px solid #f2f2f2;
	width: 180px;
	height: 208px;
	text-align: left;
}

.package-search-smaller-photo
{
	width: 180px;
	height: 120px;
	overflow: hidden;
	display: block;
	position: relative;
}

.package-search-smaller-photo-img
{
	width: 200px;
	height: auto;
	margin-left: -8px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.package-search-smaller-category
{
	position: absolute;
	position: 0px 0px;
	background-color: #ffffff;
	color: #999999;
	line-height: 36px;
	height: 36px;
	padding-left: 16px;
	padding-right: 16px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.package-search-smaller-photo:hover .package-search-smaller-category
{
	opacity: 0.0;
	filter: alpha(opacity=0);
}


.package-search-smaller-photo-info
{
	position: absolute;
	width: 180px;
	height: 45px;
	text-align: center;
	padding-top: 40px;

	opacity: 0.0;
	filter: alpha(opacity=0);

	cursor: pointer;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.package-search-smaller-photo-info:hover
{
	opacity: 100.0;
	filter: alpha(opacity=100);
}
.package-search-smaller-photo-info a
{
	margin: 0px auto;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.package-search-smaller-photo-info a:hover
{
	color: #000000;
	text-decoration: none;
}

.package-search-smaller-title
{
	height: 48px;
	width: 230px;
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
}

.package-search-smaller-actions
{
	display: block;
	height: 40px;
	background-color: #ffffff;
}

.package-search-smaller-actions-region
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 180px;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	background-color: #434a54;
}
.package-search-smaller-actions-region a
{
	color: #ffffff;
	text-decoration: none;
}
.package-search-smaller-actions-region a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.package-search-smaller-mapit
{
	padding: 20px;
}
.package-search-smaller-mapit a
{
	display: inline-block;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
}
.package-search-smaller-mapit a:hover
{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.90;
	filter: alpha(opacity=90);
}


/************************************************
* PACKAGE DETAILS PAGE
************************************************/

#package-details-header
{
	height: 580px;
	margin-top: -22px;
}

#package-details-header-banner-o
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 480px;
	overflow: hidden;
	z-index: -1;
}

#package-details-header-banner
{
	width: 100%;
	height: 480px;
	transform: scale(1.05);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

#package-details-header-banner-sharp
{
	width: 100%;
	height: 480px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#package-details-header-title
{
	height: 240px;
	padding-top: 160px;
	padding-left: 40px;
}
#package-details-header-title h1
{
	font-weight: normal;
	font-size: 36px;
	line-height: 40px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
#package-details-header-title h2
{
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	padding-top: 8px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}

.header-line
{
	width: 100px;
	height: 4px;
	background-color: #ffffff;
	overflow: hidden;
}

#package-details-header-info
{
	background-color: #f9f9f9;
	width: 100%;
	height: 123px;
	display: table;
}

.package-details-header-info-item
{
	display: table-cell;
	width: 33.3%;
	height: 83px;
	padding-left: 120px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: auto 83px;
	background-position: 20px 20px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

#package-details-header-info-contact
{
	background-image: url('/images/package-icon-contact.png');
}

#package-details-header-info-website
{
	padding-left: 80px;
}
#package-details-header-info-website a
{
	display: inline-block;
	background-color: #f38089;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#package-details-header-info-website a:hover
{
	background-color: #14b9d5;
}

#package-details-header-info-map
{
	background-image: url('/images/package-icon-map.png');
}

#package-details-main
{
	clear: both;
	padding: 20px;
}

#package-details-adspace
{
	float: left;
	width: 300px;
	min-height: 300px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#package-details-adspace img
{
	margin-bottom: 10px;
}

#package-details-main-infox
{
	margin-left: 380px;
}

#package-details-main-info-fullwidth;
{
	margin-left: 0px;
}

#package-details-icons
{
	position: absolute;
	z-index: -1;
	width: 780px;
	text-align: right;
	padding-top: 20px;
}

.pet-friendly
{
	text-align: left;
	display: inline-block;
	font-size: 11px;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	padding-right: 4px;
	background-image: url('/images/icon-pet-friendly.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.h-accessible
{
	text-align: left;
	display: inline-block;
	font-size: 11px;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	padding-right: 4px;
	background-image: url('/images/icon-accessible.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.star-rating-container
{
	text-align: left;
	display: inline-block;
	height: 30px;
	width: 150px;
	padding: 2px;
	overflow: hidden;
}

.star-rating-overlay
{
	position: absolute;
	height: 30px;
	background-image: url('/images/star-rating-yellow.png');
	background-size: 150px 30px;
}

.star-rating-background
{
	height: 30px;
	width: 150px;
	background-image: url('/images/star-rating-white.png');
	background-size: 150px 30px;
}

#package-details-description
{

}

.expedia-button
{
	text-align: center;
}
.expedia-button img
{
	margin: 0px auto;
}

#package-details-tabs
{
	margin-top: 20px;
	height: 40px;
}

.package-details-tab-on
{
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f2f2f2;
	text-decoration: none;
	color: #666666;
}
.package-details-tab-on:hover
{
	text-decoration: none;
	color: #666666;
}

.package-details-tab
{
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #cccccc;
	text-decoration: none;
	color: #666666;

	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#bbbbbb), to(#dddddd));
	background: -webkit-linear-gradient(left, #bbbbbb, #dddddd);
	background: -moz-linear-gradient(left, #bbbbbb, #dddddd);
	background: -ms-linear-gradient(left, #bbbbbb, #dddddd);
	background: -o-linear-gradient(left, #bbbbbb, #dddddd);
}
.package-details-tab:hover
{
	text-decoration: none;
	color: #666666;
}

.package-details-tab-content
{
	height: 0px;
	overflow: hidden;
	background-color: #f2f2f2;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#package-details-content-1
{
	height: 400px;
}

#package-details-slideshow
{
	display: block;
	position: relative;
	height: 360px;
}

#packageSlideshowThumbs
{
	position: absolute;
	margin-top: 360px;
	width: 100%;
	text-align: right;
	z-index: 30;
}

.packageSlideshowThumbOn
{
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: rgba(20, 195, 213, 1.0);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

.packageSlideshowThumb
{
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: rgba(20, 195, 213, 0.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

.packageSlideshowItem
{
	display: block;
	position: absolute;
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.0;
	filter: alpha(opacity=0);

	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

#package-details-photo-grid
{
	float: left;
	margin-right: 30px;
	display: grid;
	width: 100%;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 199px 198px;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
}

#marketplace-photo-grid
{
	position: absolute;
	width: 280px;
	height: 210px;
	margin-left: 20px;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 105px 104px;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	background-color: #333333;
}

.package-details-photo-grid-item
{
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#package-details-tourmap-google
{
	width: 100%;
	height: 400px;
	border: 0px;
}

#weather-current
{
	float: left;
	height: 300px;
	width: 300px;
	padding: 20px;
	text-align: center;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}
#weather-current h3
{
	margin-top: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

#forecast_embed
{
	height: 300px;
	width: 300px;
	border: 0px;
}

.weather-forecast-container
{
	text-align: center;
}
.weather-forecast
{
	border: 0px;
	margin: 0px auto;
}
.weather-forecast th
{
	text-align: center;
	padding: 5px;
	color: #000000;
}
.weather-forecast td
{
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
	width: 64px;
	height: 64px;
	
	background-color: #ffffff;
	background-position: 0px 0px;
	background-size: contain;
	background-repeat: no-repeat;
	color: #17638b;
	font-size: 21px;
	text-shadow: 1px 1px 1px #000000;
}


/************************************************
* ADS
************************************************/

#ads-static-page
{
	text-align: center;
	padding-top: 0px;
	margin-top: -25px;
	padding-bottom: 20px;
}
#ads-static-page img
{
	margin: 0px auto;
	margin-left: 5px;
	margin-right: 5px;
}

#page-ad-bottom
{
	display: block;
	text-align: center;
	padding-top: 30px;
}
#page-ad-bottom img
{
	margin: 0px auto;
	max-width: 100%;
	max-height: 196px;
}

#back-to-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 98;

	font-size: 24px;
	line-height: 48px;
	color: #333333;
	text-decoration: none;

	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background-color: #cccccc;

	opacity: 0.75;
	filter: alpha(opacity=75);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#back-to-top:hover
{
	color: #333333;
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#back-to-top-arrow
{
	display: inline-block;
	-webkit-transform:scale(2,1) !important; /* Safari and Chrome */
	-moz-transform:scale(2,1) !important; /* Firefox */
	-ms-transform:scale(2,1) !important; /* IE 9 */
	-o-transform:scale(2,1) !important; /* Opera */
	transform:scale(2,1) !important; /* W3C */
}

@media screen and (min-width: 1200px)
{
	#switch-to-desktop
	{
		display: none;
	}
}
@media screen and (max-width: 1200px)
{
	#switch-to-desktop
	{
		width: 100%;
		text-align: center;
		z-index: 250;
	}
}


/************************************************
* CITY SELECTION FILTER
************************************************/

#city-selection-outer
{
	text-align: center;
}

#city-selection
{
	margin: 0px auto;
	display: inline-block;
	background-color: #434a54;
	padding: 24px;
	margin-top: 20px;
	margin-bottom: 20px;

	font-family: 'Open Sans', Arial;
	line-height: 45px;
	color: #ffffff;
}
#city-selection select
{
	font-family: 'Open Sans', Arial;
	display: inline-block;
	padding-left: 5%;
	height: 45px;
	border: 0px;
	width: 240px;
	font-size: 16px;
	line-height: 45px;
	background-color: #ffffff;
	color: #4a515b;
	cursor: pointer;
}
#city-selection select::-ms-expand
{
	display: none;
}
#city-selection select:focus
{
	outline: none;
}

/************************************************
* HOMEPAGE EVENTS AND SPECIAL NOTES
************************************************/

#homepage-events-notes
{
	display: block;
	text-align: center;
}

.homepage-events-notes-item
{
	display: inline-block;
	margin: 0px auto;
	width: 450px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	text-align: center;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.homepage-events-notes-inner
{
	display: table-cell;
	width: 450px;
	height: 520px;
}

#homepage-events-notes-narrow
{
	display: table;
	width: 100%;
	height: 520px;
	text-align: center;
}

#ads-m1-static
{
	display: table-cell;
	margin: 0px auto;
	width: 300px;
	height: 520px;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
}
#ads-m1-static .rotation-ad-img
{
	margin-bottom: 15px;
}

#ads-m2-static
{
	display: block;
	text-align: center;
	padding: 20;
}
#ads-m2-static .rotation-ad-img
{
	margin-left: 10px;
}

#ads-r-static
{
	display: block;
	text-align: center;
	padding: 20px;
}
#ads-r-static .rotation-ad-img
{
	margin-left: 10px;
}

#ads-t-static
{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
#ads-t-static .rotation-ad-img
{
	margin-left: 10px;
}

#ads-t, #ads-m1, #ads-m2, #ads-r, #ads-b
{
	text-align: center;
}

#ads-m1-home
{
	text-align: center;
	padding: 10px;
}
#ads-m1-home div
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px !important;
	padding-left: 0px !important;
	padding-right 0px !important;
}
#ads-m1-home div img
{
	padding: 0px !important;
	margin: 0px !important;
}

.homepage-events-notes-item-narrow
{
	display: table-cell;
	margin: 0px auto;
	width: 50%;
	height: 520px;
	vertical-align: top;
	padding: 15px;
	margin-bottom: 40px;
	text-align: center;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.home-event-item
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}

.home-event-image
{
	position: absolute;
	width: 120px;
	height: 90px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.homepage-events-h2
{
	color: #185e82;
	font-size: 36px;
	font-weight: 900;
	padding-top: 12px;
	padding-bottom: 16px;
}

.home-event-info
{
	padding-left: 135px;
	min-height: 90px;
	text-align: center;
}

.home-event-date
{
	font-weight: bold;
	color: #185e82;
}

.home-blog-image
{
	position: absolute;
	right: 0px;
	width: 120px;
	height: 90px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-blog-info
{
	padding-right: 135px;
	min-height: 90px;
	text-align: center;
}

#town-city-grid
{
	display: block;
	text-align: center;
}
#town-city-grid > div
{
	display: inline-block;
	margin: 0px auto;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cccccc;
}

.county-city-grid
{
	display: block;
	text-align: center;
}
.county-city-grid > div
{
	display: inline-block;
	margin: 0px auto;
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;'
	font-size: 16px;
	padding: 5px;
}
.county-city-grid > div:hover
{
	width: 190px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	padding: 0px;
}
.county-city-grid > div > a
{
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}
.county-city-grid > div:hover > a
{
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}

.ad-tier
{
	clear: both;
	padding-top: 25px;
}

.ad-tier-image
{
	float: left;
	width: 240px;
}

.ad-tier-text
{
	margin-left: 240px;

}

.ad-display-image
{
	margin: 0px auto;
	display: inline-block;
}

.ad-display-html, .ad-display-html:hover
{
	margin: 0px auto;
	display: inline-block;
	margin-right: 20px;
	text-decoration: none;
	text-align: left;
}

.ad-display-outer
{
	display: table;
	width: 100%;
	height: 100%;
}

.ad-display-inner
{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.sponsor-item
{
	clear: both;
	padding: 12px;
}
.sponsor-item:nth-child(even)
{
	background-color: #f2f2f2;
}

.sponsor-item-logo
{
	float: left;
	width: 240px;
	height: auto;
}

.sponsor-item-text
{
	margin-left: 270px;
}
.sponsor-item-text h3
{
	font-weight: bold;
}
.sponsor-item-text h3 a
{
	color: #000000;
	text-decoration: none;
}
.sponsor-item-text h3 a:hover
{
	color: #333333;
	text-decoration: none;
}

#footer-nystia
{
	clear: both;
	text-align: left;
	padding-left: 80px;
	color: #ffffff;
}
#footer-nystia img
{
	margin-top: -20px;
}

.package-top-ad
{
	padding-top: 2px;
	padding-bottom: 10px;
	text-align:center;
}

#duny-map-outer
{
	text-align: center;
}

#duny-map-container
{
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

.map-grey
{
	position: absolute;
	height: auto;
}

#duny-map
{
	width: 520px;
	max-width: 100%;
	height: auto;
	z-index: 2;
}

#hoverInfo
{
	position: absolute;
	display: none;
	z-index: 999;
	display: none;
	background-color: #ffffee;
	width: 270px;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

#duny-map-outer2
{
	text-align: center;
}

#duny-map-container2
{
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

.map-grey2
{
	position: absolute;
	height: auto;
}

#duny-map2
{
	width: 520px;
	max-width: 100%;
	height: auto;
	z-index: 2;
}

#hoverInfo2
{
	position: absolute;
	display: none;
	z-index: 999;
	display: none;
	background-color: #ffffee;
	width: 270px;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.nybyrail-row
{
	clear: both;
	min-height: 210px;
}

.nybyrail-image
{
	text-decoration: none;
	position: absolute;
	width: 280px;
	height: 210px;
	margin-left: 20px;
	text-align: center;
	background-size: 120% auto;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}
.nybyrail-image:hover
{
	background-size: 140% auto;
}

.nybyrail-image-static
{
	text-decoration: none;
	position: absolute;
	width: 280px;
	height: 210px;
	margin-left: 20px;
	text-align: center;
	background-size: auto auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.nybyrail-image-info
{
	display: inline-block;
	margin-top: 85px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;

	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);

	opacity: 0.0;
	filter: alpha(opacity=0);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.nybyrail-image:hover > .nybyrail-image-info
{
	opacity: 100.0;
	filter: alpha(opacity=100);
}

.nybyrail-info
{
	padding-left: 320px;
}

.blue-text
{
	color: #17c9ed;
	font-weight: bold;
}

.nybyrail-info h3
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
}
.nybyrail-info h3 a
{
	color: #cc3300;
	text-decoration: none;
}
.nybyrail-info h3 a:hover
{
	color: #cc3300;
	text-decoration: none;
}
.nybyrail-info h4
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #666666;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.nybyrail-desc
{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding-left: 319px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nybyrail-link
{
	padding-left: 319px;
	padding-top: 20px;
	font-weight: bold;
}

#nybyrail-grid-container
{
	display: block;
	text-align: center;
}

.nybyrail-grid-item
{
	display: inline-block;
	margin: 0px auto;
	padding: 20px;
	text-align: center;
}
.nybyrail-grid-item h3
{
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	padding-top: 8px;
	font-weight: bold;
}
.nybyrail-grid-item h3 a
{
	color: #A52A2A;
	text-decoration: none;
}
.nybyrail-grid-item h3 a:hover
{
	color: #A52A2A;
	text-decoration: none;
}

.nybyrail-grid-item-image
{
	width: 220px;
	height: 165px;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.red-text
{
	color: #8B4513;
}

.bikekayak-info
{
	padding-left: 320px;
}

.bikekayak-info h3
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
	color: #cc3300;
}
.bikekayak-info h3 a
{
	text-decoration: none;
}
.bikekayak-info h3 a:hover
{
	color: #cc3300;
	text-decoration: none;
}
.bikekayak-info h4
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #666666;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

#season-form-container
{
	clear: both;
	margin-top: 8px;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 18px;
	color: #ffffff;
	background-color: #17638b;
}
#season-form-container select
{
	font-size: 18px;
	line-height: 30px;
	height: 30px;
}



/***********************************************************
EVENT CALENDAR
***********************************************************/

#mobile-calendar-container
{
	display: block;
	padding-bottom: 60px;
	text-align: center;
}

#mobile-calendar-grid
{
	margin: 0px auto;
	display: block;
	width: 90%;
	max-width: 720px;
}

#mobile-calendar-list
{
	display: block;
	text-align: left;
}

.mobile-calendar-title
{
	font-size: 14px;
	font-weight: bold;
	color: #a52a2a;
	text-align: center;
	padding-bottom: 12px;
}

.mobile-calendar-month
{
	float: center;
	border: 0px;
	width: 100%;
}
.mobile-calendar-month th
{
	background-color: #ffffff;
	color: #404040;
	text-align: center;
	padding: 6px;
}
.mobile-calendar-month td
{
	width: 14.28%;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}

.mobile-calendar-number-other
{
	display: block;
	width: 100%;
	background-color: #a52a2a;
	color: #ffffff;
	cursor: pointer;
}

.mobile-calendar-number-selected
{
	display: block;
	width: 100%;
	background-color: #f57a7a;
	color: #ffffff;
	cursor: pointer;
}

.mobile-calendar-dayevents
{
	display: none;
}

#tourpackage-arrow-prev, .tourpackage-arrow-prev
{
	position: absolute;
	left: 10px;
	top: 45%;

	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-ms-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}

#tourpackage-arrow-next, .tourpackage-arrow-next
{
	position: absolute;
	right: 10px;
	top: 45%;

	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-ms-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}

#ad-rotation-block-T
, #ad-rotation-block-Ta
, #ad-rotation-block-Tb
, #ad-rotation-block-M1
, #ad-rotation-block-M1a
, #ad-rotation-block-M1b
, #ad-rotation-block-M2
, #ad-rotation-block-M2a
, #ad-rotation-block-M2b
, #ad-rotation-block-M2
, #ad-rotation-block-M2a
, #ad-rotation-block-M2b
, #ad-rotation-block-B
, #ad-rotation-block-Ba
, #ad-rotation-block-Bb
, #ad-rotation-block-R
, #ad-rotation-block-Ra
, #ad-rotation-block-Rb
{
	margin: 0px auto;
	display: inline-block;
	width: auto;
	text-align: center;
	height: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#top-doublead-container, #bottom-doublead-container
{
	clear: both;
	text-align: center;
	display: block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 0px;
}

.ad-rotation-item-T, .ad-rotation-item-Ta, .ad-rotation-item-Tb,
.ad-rotation-item-M1, .ad-rotation-item-M1a, .ad-rotation-item-M1b,
.ad-rotation-item-M2, .ad-rotation-item-M2a, .ad-rotation-item-M2b,
.ad-rotation-item-B2, .ad-rotation-item-Ba, .ad-rotation-item-Bb,
.ad-rotation-item-R, .ad-rotation-item-Ra, .ad-rotation-item-Rb
{
	display: inline-block;
	margin: 0px auto;
	height: 200px;
}

.ad-rotation-item-T img, .ad-rotation-item-Ta img, .ad-rotation-item-Tb img,
.ad-rotation-item-M1 img, .ad-rotation-item-M1a img, .ad-rotation-item-M1b img,
.ad-rotation-item-M2 img, .ad-rotation-item-M2a img, .ad-rotation-item-M2b img,
.ad-rotation-item-B img, .ad-rotation-item-Ba img, .ad-rotation-item-Bb img,
.ad-rotation-item-R img, .ad-rotation-item-Ra img, .ad-rotation-item-Rb img
{
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	height: 200px;
	width: auto;
}

#ad-rotation-block-M1, #ad-rotation-block-M1a
{
	text-align: center;
	width: 250px;
	height: auto;
	padding: 20px;
}

.ad-rotation-item-M1, .ad-rotation-item-M1a
{
	margin: 0px auto;
	width: 250px;
	height: auto;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
.ad-rotation-item-M1 img, .ad-rotation-item-M1a img
{
	height: auto;
	width: 250px;
}

#package-search-container-tiny
{
	margin: 0px auto;
	display: block;
	text-align: center;
	max-width: 840px;
}

.package-search-item-tiny
{
	display: inline-block;
	width: 150px;
	height: 150px;
	padding: 5px;
	cursor: pointer;
}

.package-search-item-tiny-image
{
	display: block;
	position: relative;
	width: 150px;
	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.package-search-item-tiny-image > .package-search-item-tiny-image-desc
{
	position: absolute;
	z-index: 50;
	display: none;
	left: -15px;
	top: 100px;
	width: 158px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	color: #000000;
	padding: 10px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}
.package-search-item-tiny-image:hover > .package-search-item-tiny-image-desc
, .package-search-item-tiny-image:active > .package-search-item-tiny-image-desc
{
	display: inline-block;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
}

.package-search-item-tiny-title
{
	display: table-cell;
	width: 150px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
}

.formRow-label
{
	font-size: 13px;
	font-weight: 700;
}

.category-page
{
	display: grid;
	width: 100%;
	grid-template-columns: auto 350px;
}

.category-page-left
{
}

.category-page-right
{
	padding: 15px;
	text-align: center;
}

.category-page-left img
{
	max-width: 100%;
	height: auto;
}

.category-page-right img
{
	margin-bottom: 15px;
}

.ad-r-static
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.ad-r-static img
{
	margin-left: 10px;
	margin-right: 20px;
}

#slider-grid-container
{
	padding-top: 24px;
}

#slider-grid-tabs
{
	text-align: center;
}

#slider-grid-tab-summer, #slider-grid-tab-winter
{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#slider-grid-tab-summer.slider-details-tab
{
	background-colorx: #89703c;
	background-color: #444444;
	color: #cccccc;
}
#slider-grid-tab-summer.slider-details-tab:hover, #slider-grid-tab-summer.slider-details-tab-on
{
	background-color: #ffe78b;
	color: #000000;
}

#slider-grid-tab-winter.slider-details-tab
{
	background-color: #1e464f;
	color: #cccccc;
}
#slider-grid-tab-winter.slider-details-tab:hover, #slider-grid-tab-winter.slider-details-tab-on
{
	background-color: #59b8d0;
	color: #000000;
}

#slider-grid-outer
{
	display: table;
	width: 100%;
	min-height: 500px;
}

#slider-grid-row
{
	display: table-row;
	width: 100%;
}

#slider-grid-cell
{
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

#slider-grid-left
{
	position: absolute;
	top: 46%;
	bottom: 54%;
	left: -35px;
	z-index: 50;
}

#slider-grid-right
{
	position: absolute;
	top: 46%;
	bottom: 54%;
	right: -35px;
	z-index: 50;
}

#slider-grid-inner
{
	opacity = 0.0;
	filter = alpha(opacity=0);

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#slider-grid-mobile-outer
{
	overflow-y: scroll;
	display: block;
}

#slider-mobile-row
{
	display: table-row;
}

.slider-mobile-inner
{
	display: table-cell;
}


/***********************************************************
SLIDESHOW - FADE IN/OUT - NO CONTROLS
***********************************************************/

#rotator-container
{
	display: block;
	height: 120px;
	overflow: hidden;
	position: relative;
}

#rotator-inner
{
	position: absolute;
	display: block;
	width: 99999px;
	height: 120px;
	left: 0px;
}
#rotator-inner.sliding
{
}
#rotator-inner.jumping
{
}

.rotator-slide
{
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	height: 120px;
	width: 240px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-event-page
{
}

#duny-logo-90-ev-map
{
	position: absolute !important;
	z-index: 90 !important;
	margin-top: -110px !important;
}

#ev-google-map
{
	display: block;
	height: 560px !important;
}

.event-map-frame-container
{
	display: block;
	height: 0px;
	border: 0px;
	overflow: hidden;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.event-map-frame
{
	width: 100%;
	max-width: 480px;
	height: 320px;
}

.container {
    max-width: 800px;
}
:root {
    --primary-color: #f38089;
    --secondary-color: #59cce2;
    --book-font: 'Roboto Condensed',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --border-radius: 200px;
    --border-color: #ececec;
    --form-border: 1px solid #ececec;
    --box-shadow: none;
}

#RootRezWidget{
// should inherit your site's fonts, but can add here if needed. Example lines:
    /* font-family: var(--book-font);
    box-shadow: none !important; */
}
// uncomment and modify to override title alignment, colors, fonts, etc.
/* #widget-title {
    font-size: 2em;
    font-weight: bold;
    text-align: left !important;
}
#widget-tagline {
    font-size: 1.2em;
    text-align: left !important;
} */


#ripe-homepage-container
{
}

#ripe-homepage-container-title
{
	font-size: 36px;
	font-family: trebuchet ms,helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#ripe-title
{
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
}


#header-container-ripe
{
	text-align: center;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 5px;
	height: 95px;
	overflow-x: hidden;

	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

#header-ripe
{
	width: auto;
	width: 1200px;
	margin: 0px auto;
	position: relative;
	height: 95px;
	text-align: left;
}

#header-ripe #header-banner
{
	height: 95px;
	width: auto;
}

#banner-hotels-motels
{
	margin-top: -44px;
	display: block;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background-image: url('/images/banner/falls.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#banner-hotels-motels h1
{
	font-size: 56px;
	line-height: 64px;
	margin: 0px;
	color: #f38089;
	text-transform: uppercase;
	font-weight: 800;
}
#banner-hotels-motels h2
{
	font-size: 32px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #034e82;
	font-weight: 900;
}

#map-hotels-motels
{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
}
#map-hotels-motels h2
{
	font-size: 32px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #000000;
	font-weight: 900;
}

#ripe-search-box-container
{
	margin: 0px auto;
	display: inline-block;
	width: 100%;
	max-width: 900px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#ripe-search-box
{
	display: inline-grid;
	grid-template-columns: 180px 140px 140px 140px 120px;
	grid-template-rows: 64px;
	grid-column-gap: 2px;
	background-color: #eeeeee;
	border: 2px solid #eeeeee;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	overflow: hidden;
}

#ripe-search-box > div
{
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

#ripe-search-box label
{
	padding-top: 8px;
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #f38089;
	text-transform: uppercase;
	font-weight: 700;
}

#ripe-search-box input[type='text']
{
	border: 0px;
	height: 40px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#ripe-search-box-dropdown
{
	position: absolute;
	z-index: 80;
	width: 156px;
	padding: 9px;
	display: none;
	border-bottom: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	text-align: center;
	background-color: #ffffff;
	font-size: 14px;
	margin-left: -6px;
	margin-top: -10px;
}
#ripe-search-box-dropdown a, #ripe-search-box-dropdown a:hover
{
	display: block;
	color: #000000;
	text-decoration: none;
}

#ripe-search-box input[type='date']
{
	border: 0px;
	height: 40px;
	width: 120px;
	text-align: center;
}

#ripe-search-box input[type='number']
{
	border: 0px;
	height: 40px;
	width: 130px;
	text-align: center;
}

#ripe-search-box-submit
{
	padding: 0px !important;
}

#ripe-search-box input[type='submit']
{
	border: 0px;
	background-color: #f38089;
	width: 120px;
	height: 64px;
	line-height: 64px;
	color: #ffffff;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

#ripe-search-box select:focus, #ripe-search-box input[type='text']:focus, #ripe-search-box input[type='date']:focus, #ripe-search-box input[type='number']:focus
{
	outline: none;
}


@media only screen and (min-width: 900px)
{
	#ripe-spacer
	{
		display: none !important;
		margin-top: -16px !important;
	}
}

@media only screen and (max-width: 900px)
{
	#ripe-homepage-container
	{
		background-coloxr: #fec558;
		padding-bottom: 12px;
	}

	#ripe-homepage-container-title
	{
		font-size: 32px;
		padding-top: 20px;
	}


	#header-container-ripe, #header-ripe
	{
		height: 50px !important;
	}

	#ripe-find-your-adventure
	{
		display: none !important;
	}

	#ev-google-map
	{
		height: 360px !important;
	}

	#ripe-spacer
	{
		height: 80px;
	}

	#banner-hotels-motels
	{
		padding-top: 80px;
		padding-bottom: 0px;
		height: 560px;
		background-size: auto 900px;
	}

	#banner-hotels-motels h1
	{
		font-size: 32px;
		line-height: 36px;
	}
	#banner-hotels-motels h2
	{
		font-size: 18px;
		line-height: 24px;
	}

	#map-hotels-motels
	{
		padding-top: 150px;
	}

	#map-hotels-motels h2
	{
		font-size: 18px;
		line-height: 24px;
	}

	#ripe-search-box-container
	{
		display: block;
		width: auto;
		max-width: auto;
		padding-top: 120px;
		padding-bottom: 0px;
		background-position: center top;
		background-size: auto 100px;
	}

	#ripe-search-box
	{
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		position: relative;
	}

	#ripe-search-box > div
	{
		background-color: #ffffff;
		padding-left: 10px;
		padding-right: 10px;
	}

	#ripe-search-box-dropdown
	{
		position: relative;
		width: auto;
		padding: 10px;
		font-size: 16px;
		margin-left: 0px;
		margin-top: 0px;
	}

	#ripe-search-box input[type='submit']
	{
		display: block;
		width: 100%;
	}
}


