/* Minification failed. Returning unminified contents.
(2936,114): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: runtimeStyle
(2936,114): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: parentNode
(2936,114): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: className
 */
/*! jQuery UI - v1.11.4 - 2015-05-08
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("/files/jqueryui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("/files/jqueryui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("/files/jqueryui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("/files/jqueryui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("/files/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("/files/jqueryui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("/files/jqueryui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/files/jqueryui/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/files/jqueryui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/files/jqueryui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/files/jqueryui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/files/jqueryui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/files/jqueryui/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/files/jqueryui/images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("/files/jqueryui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("/files/jqueryui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

html{	
	min-width:940px;
}
body{
	margin:0;
	color:#707070;
	font:14px/20px 'Trebuchet MS', Arial, sans-serif;
	background-color:#000000;
}
img{border-style:none;}
a{
	text-decoration:none;
	/*color:#628cc7;*/
}
a:hover{text-decoration:underline;}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
#wrapper{
	width:940px;
	margin:0 auto;
	clear: both;
}
#header
{
	width:940px;
    text-align: center;
	padding: 15px 0 5px;	
	clear: both;
}

#header h1
{
margin: 0;
}

.logo{
	font-size:32px;
	line-height:34px;
	padding:0 0 8px;
	margin:0;
	color:#fff;
	display:block;
	text-shadow: 0px 1px 1px #6184a7;
}
.logo a{
	text-decoration:none;
	color:#fff;	
}
.slogan{
	font:normal 16px/20px 'Trebuchet MS', Arial, sans-serif;
	color:#fff;
	padding:0 0 10px;
	margin:0;	
	display:block;
	text-shadow: 0px 1px 1px #6184a7;
}



.heading-black .logo{	
	color:#000;	
}
.heading-black .logo a
{
	color:#000;	
}
.heading-black .slogan
{
    color:#000;
}



#main{
	float:right;
	width:900px;
	background:#fff;
	padding: 18px 20px;
	box-shadow:0px 0px 5px #505050;
	-webkit-box-shadow:0px 0px 5px #505050;
	-moz-box-shadow:0px 0px 5px #505050;
	position:relative;
	margin-bottom: 40px;
	border: 1px solid #C8C7C4;
}
.visual{
	width:880px;
	margin:0 auto 12px;
/*	overflow:hidden;*/
	padding:10px;
	background:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:-1px -1px 5px #dedede, 1px 1px 5px #dedede;
	-webkit-box-shadow:-1px -1px 5px #dedede, 1px 1px 5px #dedede;
	-moz-box-shadow: -1px -1px 5px #dedede, 1px 1px 5px #dedede;
	border: 1px solid #C8C7C4;
}
.visual img{vertical-align:top;}

.menu {
    background: none repeat scroll 0 0 #464646;
    /*border: 1px solid #C8C7C4;
    border-radius: 2px 2px 2px 2px;
    box-shadow: -1px -1px 5px #DEDEDE, 1px 1px 5px #DEDEDE;*/
    float: left;
    margin: 0 0 30px;
    padding: 0;
    width: 900px;
}


#nav{	
	margin:0;
	padding: 0;
	list-style:none;	
	float:left;
	text-align:center;	
}
#nav li{
	/*border-left:1px solid #e8e8e8;*/
	border-left:1px solid #302F2F;
	float:left;
	display:inline;	
}
#nav li:first-child,
#nav li.first-child{border:none;}

#nav li a{
	padding:10px 12px;
	display:block;
	text-align:center;
	/*color:#73726f;*/
	color: #fff;
	display:inline-block;
}
#nav .current a{
/*color:#628CC7;*/
color:#fff;
}
#nav a:hover,
#nav li:hover a,
#nav li.hover a{
	cursor:pointer;
	/*color:#628CC7;*/
color:#fff;
	text-decoration:none;
	background-color: #302F2F;
}
#nav li:hover ul a,
#nav li.hover ul a {
	display:block;
	float:none;
	color:#fff;
	text-align:left;
	padding:5px 0 5px 5px;
}
#nav li li{
	float:none;
	border:none;
	vertical-align:top;
	width:100%;
	display:block !important;
}
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.hover a{color:#fff;}
#nav ul {
	width:150px;
	position:absolute;
	left:0;
	display:none;
	z-index:100;
	top:100%;
	padding:0;
	list-style:none;
	margin:0;
	background:#464646;
	padding:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
	box-shadow:0px 2px 2px #666;
	-webkit-box-shadow:0px 2px 2px #666;
	-moz-box-shadow: 0px 2px 2px #666;
	border: 1px solid #302F2F; 
}
#nav li.hover,
#nav li:hover
{
    position:relative;    
}
#nav li.hover ul,
#nav li:hover ul {display: block;}
* html #nav{width:660px;}
*+html #nav{width:660px;}
* html #nav li{
	float:left;
}
* html #nav a{	
	float:left;
}
* html #nav a span{
	float:left;
	cursor:pointer;
}
*+html #nav li{
	float:left;
}
*+html #nav a{	
	float:left;
}
*+html #nav a span{
	float:left;
	cursor:pointer;
}


/*  TABLE NAV */
/*.sf-menu{
	display:none;
}*/
.table-nav{
	clear:both;
	border-collapse:collapse;
}
.table-nav td{
	border-left:1px solid #302F2F;
	text-align:center;
	height:32px;
	padding:0;
}

.table-nav  td.first{
	border-left:none;
}
.table-nav td div{
	position:relative;
	cursor:pointer;
}
.table-nav  td a{
	display:block;
	padding: 0 12px;
	color:#fff !important;
/*	font-weight:bold;*/
}
.table-nav  td.hover a{
	background:#000;
	text-decoration:none;
}

.table-nav  td.current a{
	background:#000;
	text-decoration:none;
}
.table-nav  td ul{
	background:#464646;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	/*width:10em;*/
	text-align:left;
	z-index:100;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
	box-shadow:0px 2px 2px #666;
	-webkit-box-shadow:0px 2px 2px #666;
	-moz-box-shadow: 0px 2px 2px #666;
	border: 1px solid #302F2F; 
}
* html .table-nav td ul{
	left:-12px;
	top:31px !important;
}
* +html .table-nav  td ul{
	margin-top:-1px;
}
.table-nav td.hover ul{
	display:block;
}
.table-nav  td ul li{
	/*background: url(../Themes/Blue2/black000000-50.png);*/
	width:100%;
	overflow:hidden;
}
.table-nav  td ul li a {
	padding:9px 15px 9px 12px;
	height:1%;
	background:none !important;
	white-space: nowrap;
	min-width: 10em;
}
.table-nav  td ul li a:hover {
	background:#000 !important;
}

.table-nav .current div
{
    background-color: #302F2F;
}
/*  TABLE NAV */

h2, h3, h4, h5, h6 {	
	margin:0 0 10px;
}

h3{	
	font-size: 20px;
    line-height: 24px;
}

h4{	
	font-size: 18px;
    line-height: 22px;
}

h5{	
	font-size: 16px;
    line-height: 20px;
}

h6{	
	font-size: 14px;
    line-height: 18px;
}


#column-container{
	background:url(/Themes/Postcard/images/bg-border.gif) repeat-x 0 100%;
	margin: 0 0 10px 0;
    padding: 0 0 20px 0;
	height:1%;
	float: left;
	width: 100%;
	    /*overflow: hidden;*/
}

#twocolumns 
{    
    clear: both;    
	float:left;
    /*overflow: hidden;*/
	width: 640px;
    
}
#content{
	width:440px;
	float:right;
}

#content h2{
	color:#628CC7;
	font-size:22px;
	line-height:26px;
	margin:0 0 11px;
	padding:0 0 6px;
	background:url(/Themes/Postcard/images/bg-border.gif) repeat-x 0 100%;
}

#content p{margin:0 0 18px;}

.aside{
	float:left;
	width:170px;	
	padding:4px 0 0;
}

.secondary-holder{
	float:right;
	width:180px;
	padding:19px 19px 28px;
	background:#faf9f5;
	border:1px solid #c8c7c4;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:0px 1px 0px #e1e0dc inset;
	-webkit-box-shadow:0px 1px 0px #e1e0dc inset;
	-moz-box-shadow:0px 1px 0px #e1e0dc inset;
}

#secondary{		
	font-size:1em;
	line-height:1.36;	
}

/* columns styles */
.onecolumn .secondary-holder, .onecolumn .aside
{
	display:none;
}

.onecolumn #twocolumns, .twocolumnsidebarleft #twocolumns
{	
	width: 850px;	
}

.onecolumn #content
{
    width: 820px;
} 

.twocolumn .aside
{
    display: none;
}

.twocolumn #content
{
    width: 620px;
}

.twocolumnsidebarleft #content
{
    width: 650px;
}

.twocolumnsidebarleft .secondary-holder
{
	display:none;
}

/* end column styles */	
.photo{
	width:150px;
	margin:0 auto 20px;
	text-align:center;
	overflow:hidden;
	padding:8px 10px;
	background:#FAF9F5;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:0px 0px 2px #dedede;
	-webkit-box-shadow:0px 0px 2px #dedede;
	-moz-box-shadow:0px 0px 2px #dedede;
	border: 1px solid #C8C7C4;
	font-size: 80%;
}
.photo img{
	display:block;
	margin:0 auto 4px;
}

/* END NEW STYLE */


.widget {
    background: url("/Themes/Postcard/images/bg-border.gif") repeat-x scroll 0 100% transparent;
    clear: both;
    height: 1%;
    margin: 0 0 15px;
    padding: 0 0 15px;
/*    position: relative;
    float:  left;*/
    width:  100%;
}

.widget-heading{
	font-size:16px;
	line-height:18px;
	margin:0 0 4px;
	color:#464646;
	font-weight: bold;
}
.widget-highlights ul{
	padding:0;
	margin:0;
	list-style:none;
}
.widget-highlights ul li{
	background:url(/Themes/Postcard/images/bullet.gif) no-repeat 0 6px;
	padding:0 0 0 12px;
}
/*
.widget-guest-comments blockquote{
	margin:0;
	padding:9px 0 0 2px;
}
.widget-guest-comments blockquote q{
	display:block;
	margin:-10px 15px 6px;
}
.widget-guest-comments blockquote cite{
	color:#363636;
	font-style:normal;
}
.more{	
	display:block;
}
*/
.widget-guest-comments blockquote{
	margin:0;
	padding:9px 0 0 2px;
}
.widget-guest-comments blockquote q{
	display:block;
	margin:-10px 15px 6px;
}
.widget-guest-comments blockquote cite{
	color:#999999;
	font-style:normal;
	font-size: 80%;
}
.more{
	margin:-3px 0 0;
	display:block;
}
.widget-location-map{	
	margin-bottom:8px;
}
.widget-location-map img{
	vertical-align:top;
	border:1px solid #c1c1bf;
}
.widget-offers a{
	display:block;
	margin:0 0 5px;
}
.widget-offers .details{display:block;}

#footer{
	width:900px;
	margin: 10px auto;
	overflow:hidden;
}

#footer .menu
{
	margin: 0px;
}

#footer-contact-info
{
	clear: both;
	padding: 15px 0;
	text-align:center;
}
#footer-bottom
{
	margin: 0 20px;
}
#footer-bottom p{margin:0;}
#footer-bottom span{float:right;}

/* COMMON STYLES */

.ratesTable 
{ 
    clear: both;              
}
.ratesTable th, .ratesTable td {
	padding:5px;
	text-align:center;	
}
.ratesTable th { border-bottom:1px solid #C1C1C1; }
.ratesTable td { border-bottom:1px solid #ccc; }

.ratesTable th 
{
    font-weight:bold;    
}



.availabilityTable {
	background:#fff;
	margin-bottom: 10px;
	width:760px;
	border:1px solid #ccc;
	border-collapse:collapse;
	font-size: 12px;
	line-height: 18px;
}
.availabilityTable th {
 background-color:#EFEFEF;
border-bottom:1px solid #CCCCCC;
color:#000000;
padding:2px 4px;
white-space: nowrap;
text-align: left;
}
.availabilityTable td {
	padding:2px 0;
	width:19px;
	border-bottom:1px solid #ccc;
	text-align:center;
}

.availabilityLegend {
	background:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0;
	width:500px;
}
.availabilityLegend img {
	
	margin: 0 5px;
	
}
.availabilityLegend p 
{
    margin:0 !important;
    padding:0 !important;
}

.cal-month
{
    border:1px solid #BFBFBF;
    display:inline;
    float:left;    
    font-size:12px;
    line-height: 18px;
    margin-bottom:1em;
    margin-right:4px;
    padding:4px;
    background-color: #FFFFFF;
    color: #666666;
}

th.cal-month-heading
{
    background-color:#666666;
    color:#FFFFFF;
    font-weight:bold;
}

.cal-month th, .cal-month td 
{
    overflow:visible;
    vertical-align:middle;
    text-align: center;
    white-space:nowrap;
    width:19px;
    padding: 2px 0;
}

.cal-month-day-heading
{
   background-color:#CCCCCC;
   color:#000000; 
}


.intro-text
{
    margin-bottom: 10px;
}

.rentalNotes
{
    margin-top: 20px;
}

.rates-currency-info
{    
    float: left;
    padding-bottom: 20px;
}

.rates-rental-basis
{    
    clear: both;  
    margin-bottom: 20px;  
}

.rentalRatesOffers
{
	background-color: #ffffcc; 
    border: solid 1px #999999; 
    padding: 5px 5px 5px 5px; 
    margin: 5px 0px 10px 0px;  
}

.quoted-currency
{
    float: left;
}

.currency-converter
{
    float: right;
    margin-left: 100px;
}

#top
{
    /*clear: both;*/
    /*float: left;*/
    position: relative;
    z-index: 999;
    /*margin-bottom: -10px;*/
    width: 940px;
}

.widget-facebooklikebutton
{
    float:left;
    padding: 5px 0;
    margin: 0;
width: 140px;    
}
.widget-googleplusone
{
    float:left;
    padding: 5px 0;
    margin: 0;
}

.widget-pinterestpinitbutton
{
    float:left;
    padding: 5px 0;
    margin: 0;
}

.widget-translate
{    
    float:right;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
    margin: 0;
}

.widget-translate a, .widget-translate a:visited 
{
    color: #fff;
    padding: 0 10px;
    font-size: 1em;
}

.heading-black .widget-translate, .heading-black .widget-translate, .heading-black .widget-translate a, .heading-black .widget-translate a:visited 
{
    color: #000;
}

.widget .special-offer-title
{
    color: #707070; 
    padding-bottom: 5px;
}

.widget .special-offer-title a, .widget .special-offer-title a:visited 
{
    color: #707070; 
    text-decoration: none; 
}

.widget-social-networks {     
    width: 170px;
    margin: 0 auto;    
}

.widget-social-networks a
{
    float: left;
    margin-right: 9px;
    width: 32px;
}

.location-map
{
    margin-bottom: 20px;
}

blockquote {
margin: 0 0 30px 0;
padding: 0;
/*font-size: 120%;*/
}

blockquote em, blockquote i, blockquote cite {
font-style:normal;
}

blockquote q 
{
    display: block; 
    font-style: italic;  
}


blockquote cite
{
    display: block;
    color: #999999;
}

/* Calendar */
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #ffffcc;
    color: Blue;
    z-index: 10000;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.MyCalendar td
{
    border:none;
    padding:0;
}

/* CONTROLS */
/* Ajax Watermark */
.watermark { color: #999999; }

/* Error Message */
.error-wrapper { float: left; background-color: #ffffcc; border: solid 1px #999999; padding: 5px 5px 5px 5px; margin: 5px 0px 10px 0px; width: 95%; min-height: 35px; }
.error-image { float: left; width: 48px; height: 48px; }
.error-detail 
{	
	padding-top: 5px; 
	margin-left: 58px;  
	color:#000;
}


.btn
{
    padding: 0.5em 1.2em;
    font-size: 1em;    
}


fieldset
{
	padding: 20px;
	border: solid 1px #EFEFEF;		
	margin-bottom: 20px;
	background-color: #EFEFEF;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

label
{
	font-weight: bold;	
}



.field input, .field textarea, .field select {
background:#FFFFFF;
border:1px solid #cccccc;
font-size:13px;
padding:5px;
}

input.field,  textarea.field,  select.field {
background:#FFFFFF;
border:1px solid #cccccc;
font-size:13px;
padding:5px;
}

#links ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#links li
{
    margin-bottom: 15px;
}

.video-thumb-wrapper 
{
	position:relative;
}

.video-thumb
{
	height: 130px; 
	width: 180px; 
	border-width: 0px;
}

.video-thumb-play
{
	position:absolute;
	top: 40px;
	left: 60px;	
	z-index: 90;
}


#CDSWIDFRR
{
    margin: 0 !important;
}


/* Modal Popups */
.modalBackground { background-color:#000; filter:alpha(opacity=80);	opacity:0.8; z-index: 9999; }
.modalPanelMessage { padding: 30px 20px 20px 20px; width:240px; min-height: 100px; z-index: 99999;}
.modalMultipleProperties { padding: 20px 20px 20px 20px; margin-left: auto; margin-right: auto; width:300px; z-index: 99999;}
.modalSearchingPleaseWait { padding: 10px; margin-left: auto; margin-right: auto; width:200px; z-index: 99999;}


#footer #nav{
	margin:0 10px;
	list-style:none;	
	float:left;
	/*width:650px;
	font:16px/18px 'Times New Roman', Times, serif;*/
}
#footer #nav li{
	/*border-left:1px solid #e8e8e8;*/
	border-left:1px solid #000;
	float:left;
}
#footer #nav li:first-child,
#footer #nav li.first-child{border:none;}
#footer #nav li a{
	padding:8px 12px;
	display:block;
	text-align:center;
	/*color:#73726f;*/
	color: #fff;
}
#footer #nav .active a{
/*color:#628CC7;*/
color:#fff;
}
#footer #nav a:hover,
#footer #nav li:hover a,
#footer #nav li.hover a{
	cursor:pointer;
	/*color:#628CC7;*/
color:#fff;
	text-decoration:none;
}
#footer #nav li:hover ul a,
#footer #nav li.hover ul a {
	display:block;
	float:none;
	color:#fff;
	text-align:left;
	padding:5px 0 5px 5px;
}
#footer #nav li li{
	float:none;
	border:none;
	vertical-align:top;
	width:100%;
	display:block !important;
}
#footer #nav ul a:hover,
#footer #nav ul li:hover a,
#footer #nav ul li.hover a{color:#fff;}
#footer #nav ul {
	width:150px;
	position:absolute;
	left:0;
	display:none;
	z-index:100;
	top:100%;
	padding:0;
	list-style:none;
	margin:0;
	background:#464646;
	padding:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:-1px -1px 5px #666, 1px 1px 5px #666;
	-webkit-box-shadow:-1px -1px 5px #666, 1px 1px 5px #666;
	-moz-box-shadow: -1px -1px 5px #666, 1px 1px 5px #666;
	border: 1px solid #666;
}
#footer #nav li.hover,
#footer #nav li:hover{position:relative;}
#footer #nav li.hover ul,
#footer #nav li:hover ul {display: block;}
* html #footer #nav{width:660px;}
*+html #footer #nav{width:660px;}
* html #footer #nav li{
	float:left;
}
* html #footer #nav a{	
	float:left;
}
* html #footer #nav a span{
	float:left;
	cursor:pointer;
}
*+html #footer #nav li{
	float:left;
}
*+html #footer #nav a{	
	float:left;
}
*+html #footer #nav a span{
	float:left;
	cursor:pointer;
}


#contact-details
{    
    font-size:  90%;
    text-align: center;
    padding-bottom: 20px;
    clear: both;
}

#gallery table
{
    width: 570px;
}

#gallery td {
    padding: 0 10px 15px;
    text-align: center;
    vertical-align: top;
    width: 500px;
}

.widget-weather {
    width: 180px;
}

.widget-weather .obs
{
    width: 120px;
}

.widget-tripadvisor
{
    margin: 0 auto;
    padding: 10px 0;
    width: 150px;
}

.widget-video p
{
    margin: 0px;
    font-size: 80%; 
}

/* COMMON STYLES END */

/* Multi Property Listing Styles */

.search-results
{
    width: 400px;
}

.list-property-details
{    
    width: 630px;    
}

.list-property-details-description
{ 
    width: 420px;
}

.refine-search
{
    width:160px;    
}

.property-details-page .summary-details
{    
    font-size: 100%;    
    width: 330px;
}

.property-details-page .location-map
{
    float: none; 
    width: 400px;
}

.property-details-page .location-info
{
    float: none; 
    width: 100%;
}

.property-details-page .transport-links
{    
    font-size: 100%;
}
.alignleft { float: left; padding-right: 15px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; padding-left: 15px; }
.alignfull { text-align: justify; }

.availability-legend {
		margin-bottom: 30px;
	}

	.availability-legend > div {
		display: inline-block;
		line-height: 20px;
		margin-right: 30px;
	}

	.availability-legend .key {
		border: 1px solid #ccc;
		float: left;
		height: 20px;
		margin-right: 10px;
		width: 20px;
	}
	.availability-legend .available {
background: #ffffff none repeat scroll 0 0;
}

    .clearfix {
 display:inline-block;
}
.clearfix:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

.clear
{
    clear: both;
}

.ratesTable 
{     
    width: 100%;
}

.widget-badges a {
    /*float: left;*/
    /*margin: 0 5px 10px 0;*/
    margin-bottom: 10px;
}

.widget-weather
{
	width: 150px;
}

.widget-weather img
{
	float: left;
}

.widget-weather .obs
{
	float:left;
	margin-left: 10px;
	width: 75px;
	padding-top: 2px;
}

.widget-weather .obs-temp
{
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
}

.widget-weather .obs-desc
{
	font-size: 11px;
	padding-top: 4px;
}

.widget-weather .five-day
{
	padding-top: 4px;
	clear: both;
	font-size: 11px;
}

.widget-weather .five-day a, .widget-weather .five-day a:visited
{
	text-decoration:none;
} 


.widget-weather .powered-by
{
clear: both;
font-size: 8px;
padding-top: 4px;
}

.widget-weather .powered-by a, .widget-weather .powered-by a:visited
{
text-decoration:none;
}

.five-day-table
{
    font: 14px/18px Arial,sans-serif;
    font-size:12px;
    line-height:normal;
}
.five-day-table .five-day-heading
{
    font-weight:bold;
    margin: 10px;
    font-size: 14px;
}
.five-day-table table
{
border-collapse:collapse;
text-align: center;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0;
width: 800px;
}

.five-day-table .desc
{
    font-weight: bold;
}

.five-day-table table th, .five-day-table table td
{
	padding: 10px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	width: 98px;
	text-align: center;
	
}

.five-day-table .powered-by
{
padding-top: 20px;
text-align: center;
width: 800px;
}

.five-day-table .powered-by a, .five-day-table .powered-by a:visited
{
text-decoration:none;
}

.widget-rss-feed p
{
    margin: 5px 0;
}

.slider { clear: both; }


.widget-highlights .specialoffer
{
    margin-bottom: 10px;
}

table.cookies-table {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 2.0em;
    font-size: 12px;
    width: 100%;
}

.cookies-table  th, .cookies-table td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #CCCCCC;
}

.cookies-table th {
    background: none repeat scroll 0 0 #EEEEEE;
}

.cookies-table th, .cookies-table td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #CCCCCC;
	padding: 0.8em;
}

#cookies-policy
{        
    clear: both;    
    text-align: center;
    font-weight: bold;    
    margin-bottom: -10px;
}

#cookies-policy a
{
    padding: 5px 10px;
    background-color: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    color: #fff;
    text-decoration: none;
    
}


.list-property-details
{
    float: left;
    width:850px;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
}

.list-property-details-image
{
    float: left;
    width: 200px;
}

.list-property-details-image a 
{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
    float: left;
    -webkit-box-shadow: 0 8px 6px -8px #CCCCCC;
	   -moz-box-shadow: 0 8px 6px -8px #CCCCCC;
	        box-shadow: 0 8px 6px -8px #CCCCCC; 
}

.list-property-details-image a:hover
{
    border: 1px solid #999;    
}

.list-property-details-description
{
    float: left;
    margin-left: 10px;
    width: 640px;
}

.list-property-details-description p
{
    margin-bottom: 5px;
    padding-bottom: 0;
}

.list-property-details-description .fadeText
{
    color: #666;
}

.property-details-page h4
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.property-details-page .top-section
{
    clear: both;
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
}

.property-details-page .section
{
    clear: both;
    padding: 20px 0;
    float: left;
}

.property-details-page .subsection
{
    clear: both;
    padding: 0 0 10px;
}

.property-details-page .main-image
{
    float: left;
    /*width: 450px;*/
}

.property-details-page .main-image a, .property-details-page #gallery a
{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
}

.property-details-page .main-image a:hover, .property-details-page #gallery a:hover
{
    border: 1px solid #999;    
}

.property-details-page .summary-details
{
    float: right;
    border: 1px dashed #ccc;
    font-size: 90%;
    padding: 15px;
    border-radius: 5px;
    width: 350px;
}
.property-details-page .summary-details ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.property-details-page .jump-links
{
    clear: both;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.property-details-page .jump-links ul
{
    margin: 0;
    padding: 0;    
    width: 100%;
}

.property-details-page .jump-links ul li
{    
    line-height: 16px;
    list-style: none outside none;
    margin-bottom: 0 !important;
    padding: 5px 12px;
    float: left;
}

.property-details-page .jump-links .selected a
{
    font-weight: bold;
    padding: 0 10px;
}

.property-details-page .transport-links
{
    margin: 10px 0 !important;
    font-size: 90%;
}

.property-details-page .transport-links td
{
    padding: 2px;
}

.property-details-page .rates label
{
    font-size: 90%;
}

.property-details-page #facilities-container
{
    border-top: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    float: left;
    font-size: 0.8989em;
}

.property-details-page #facilities-container .row
{
    border-bottom: 1px dashed #ccc;
    float: left;    
    width: 100%;
    padding: 10px 0;
}

.property-details-page #facilities-container .row .first-column
{ 
    text-align: right;        
    float: left;
    font-weight: bold;
    margin-right: 1.5%;
    width: 22%;
} 

.property-details-page #facilities-container .row .double-column 
{
    float: left;
    width: 65%;
}  

.property-details-page #facilities-container .row .column 
{
    float: left;
    width: 33%;
}

.property-details-page #facilities-container .row ul
{
    margin: 0;
    padding: 0 0 0 13px;
}

.property-details-page #facilities-container .row li
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.property-details-page .rates-rental-basis
{
    font-size: 0.8989em;    
}

.property-details-page #ContactDetails
{
    border: dashed 1px #ccc; 
    float: left; 
    width: 250px; 
    margin-left: 20px; 
    padding: 10px;
    border-radius: 5px;
}

.property-details-page .location-map {
    float: none;
    width: 400px;
    margin-bottom: 20px;
}

.property-details-page .location-info {
    float: none;
    width: 100%;
}


.header-image {
    position: relative;
    clear:  both;
}


.quick-search
{    
    float: left;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 10%;
    left: 5%;
    max-width: 200px;
    padding: 10px 20px 20px;
    border-radius: 15px;  
    background: url(/Themes/Shared/images/black000000-50.png);  
    z-index: 101;
}

.quick-search-right
{
    left: auto;
    right: 5%;
}

#quick-search-heading
{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold; 
    margin-bottom: 10px;   
}

.quick-search th
{
    text-align: right;
    padding-right: 10px;
}

.search-results
{
    float: left;
    margin-bottom: 40px;    
}

.search-results .pager
{
    clear:both;
    padding: 6px 0;
}

.search-results h3 {
    font-size: 1.1em !important;
    font-weight: bold !important;
    line-height: 1.1em !important;
    margin: 0;
}

.refine-search
{
    width:200px;
    float:right;
    border-left: 1px dashed #ccc;   
    padding-left: 10px;
    font-size: 12px; 
}

.refine-search-heading, .refine-search-subheading
{
    font-weight: bold;     
}

.refine-search-heading
{
    font-size: 14px;   
}

.refine-search .hint
{
    font-size: 80%;
}

.refine-search .filter-criteria-remove
{
    float: right;    
}

.link-button
{    
    padding: 2px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    background: -moz-linear-gradient(center bottom , #E5E5E5, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 8px 6px -8px #CCCCCC;
	   -moz-box-shadow: 0 8px 6px -8px #CCCCCC;
	        box-shadow: 0 8px 6px -8px #CCCCCC;         
	font-size: 90%;
	margin: 10px 0;	
	display: inline-block;	
	text-align: center;
}

.link-button:hover
{
    text-decoration: none;
    border: 1px solid #999;
}

/* table styles */

table.table1 { margin: 1em; border-collapse: collapse; }
table.table1 td, table.table1 th { padding: .5em; border: 1px #DEDEDE solid; }
table.table1 thead, table.table1 tfoot { background: #efefef; }
table.table1 tbody { } 

table.table2 { margin: 1em; border-collapse: collapse; }
table.table2 td, table.table2 th { padding: .5em; }
table.table2 thead, table.table2 tfoot { background: #efefef; }
table.table2 tr { border-bottom: 1px #DEDEDE solid; } 

.view-mobile-site
{
    clear: both;
    display: block;
    text-align: center;
}

div.pagination 
{
	padding: 3px;
	margin: 8px;
	font-weight: bold;
	text-align: center;
}
	
div.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
}
	
div.pagination a:hover, div.pagination a:active 
{
	border: 1px solid #000099;
}

div.pagination span.current 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	background-color: #999;
	color: #FFF;
}

div.pagination span.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}





.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}


.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}




.unavailable {  background: #f99f9f;}
.unavailable-weekend {  background: #f99f9f;}
.unknown-weekend {  background: #D5D5D5;}
.unknown {  background: #D5D5D5;  color:#666666;}
.unavailable,  .unknown-weekend, .unavailable-weekend, .unavailable-departure-unknown,  .unavailable-arrival-unknown-weekend, .unavailable-departure-unknown-weekend{  color: #666666;}

.unavailable-arrival {
  background: -webkit-linear-gradient(-45deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: -webkit-linear-gradient(315deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: -moz-linear-gradient(315deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: -o-linear-gradient(315deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: linear-gradient(135deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
}

.unavailable-departure {
  background: -webkit-linear-gradient(-45deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: -webkit-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: -moz-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: -o-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: linear-gradient(135deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
}

.unavailable-arrival-weekend {
  background: -webkit-linear-gradient(-45deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: -webkit-linear-gradient(315deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: -moz-linear-gradient(315deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: -o-linear-gradient(315deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
  background: linear-gradient(135deg,#fff 0%,#fff 50%,#f99f9f 50%,#f99f9f 100%);
}

.unavailable-departure-weekend {
  background: -webkit-linear-gradient(-45deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: -webkit-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: -moz-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: -o-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
  background: linear-gradient(135deg,#f99f9f 0%,#f99f9f 50%,#fff 50%,#fff 100%);
}

.unavailable-arrival-unknown {
  background: -webkit-linear-gradient(-45deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: -webkit-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: -moz-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: -o-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: linear-gradient(135deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
}

.unavailable-departure-unknown {
  background: -webkit-linear-gradient(-45deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -webkit-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -moz-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -o-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: linear-gradient(135deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
}

.unavailable-arrival-unknown-weekend {
  background: -webkit-linear-gradient(-45deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: -webkit-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: -moz-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: -o-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
  background: linear-gradient(135deg,#D5D5D5 0%,#D5D5D5 50%,#f99f9f 50%,#f99f9f 100%);
}

.unavailable-departure-unknown-weekend {
  background: -webkit-linear-gradient(-45deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -webkit-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -moz-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -o-linear-gradient(315deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: linear-gradient(135deg,#f99f9f 0%,#f99f9f 50%,#D5D5D5 50%,#D5D5D5 100%);
}

.unknown-departure {
  background: -webkit-linear-gradient(-45deg,#D5D5D5 0%,#D5D5D5 50%,#fff 50%,#fff 100%);
  background: -webkit-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#fff 50%,#fff 100%);
  background: -moz-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#fff 50%,#fff 100%);
  background: -o-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#fff 50%,#fff 100%);
  background: linear-gradient(135deg,#D5D5D5 0%,#D5D5D5 50%,#fff 50%,#fff 100%);
}

.unknown-arrival {
  background: -webkit-linear-gradient(-45deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -webkit-linear-gradient(315deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -moz-linear-gradient(315deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -o-linear-gradient(315deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: linear-gradient(135deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
}

.unknown-departure-weekend {
  background: -webkit-linear-gradient(-45deg,#D5D5D5 0%,#D5D5D5 50%,#e7f4ff 50%,#e7f4ff 100%);
  background: -webkit-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#e7f4ff 50%,#e7f4ff 100%);
  background: -moz-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#e7f4ff 50%,#e7f4ff 100%);
  background: -o-linear-gradient(315deg,#D5D5D5 0%,#D5D5D5 50%,#e7f4ff 50%,#e7f4ff 100%);
  background: linear-gradient(135deg,#D5D5D5 0%,#D5D5D5 50%,#e7f4ff 50%,#e7f4ff 100%);
}

.unknown-arrival-weekend {
  background: -webkit-linear-gradient(-45deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -webkit-linear-gradient(315deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -moz-linear-gradient(315deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: -o-linear-gradient(315deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
  background: linear-gradient(135deg,#fff 0%,#fff 50%,#D5D5D5 50%,#D5D5D5 100%);
}


.LayoutPage { min-width: 820px; }
.Container  { width: 820px; }
#PageWrapper .Sidebar { width: 250px; font-size: 15px; }

#PageWrapper .Content { width: 610px; }

#PageWrapper .Sidebar ul {list-style:none; margin:0; padding: 0;}

.Post, .post, #postnavigation, #relatedPosts, .commentForm, #commentlist, #disqus_thread, #archive, #contact, #page, .Container .Content .calendar { margin-bottom: 15px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 2px solid #EEE; padding: 10px; }

.Post, .post { border: none; padding: 10px; }

.Widget { padding: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 2px solid #EEE; margin-bottom: 15px; }

.search { background: #FFF; padding: 0 !important; margin: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; margin-bottom: 15px; }

.blog #content
{
	border-top: none;
	padding: 0;
}

.blog #twocolumns
{
  width: 830px !important;
  padding: 0;
}

.blog .onecolumn #content {
    width: 880px;
}

.blog .Container {
    width: 880px;
}

.blog #content h2
{
	background: none;
}

.blog .calendar td
{
	background: inherit;
}

/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	 
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	NOTE - The markup below represents the DOM generated by the GalleryView plugin, NOT the markup you would include in your HTML file.
		   Refer to README.txt to review markup requirements.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#galleryview { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { visibility: visible; position: relative; margin: 0pt; background: none repeat scroll 0% 0% #000000; border: 1px solid #000000;}

/* LOADING BOX */
.loader { background: url(/files/galleryview/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 40px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; text-align: center; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame { }

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 2px solid #000; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #fff; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #fff; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #fff;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
	font-size: 14px; 	
}


.table-nav td{
	z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.slick-dots {
    display: none !important;
}

.ftb-widget .datepicker > div {
    display: block;
}


@media screen and (max-width: 500px) {
    .cc_banner, .cc_container, .cc_container--open {
        font-size: 2em !important;
    }
}

.cc_banner-wrapper {
    z-index:999999 !important;
}
 .calendar-more-less {
     font-weight:bold;
 }

 #ui-datepicker-div {
    font-size: 11px;
    line-height: 20px;
 }


 .ui-widget-header {
border: 1px solid #000;
background: #666;
}

 #commentform input, #commentform textarea {
    width:95%;
 }

 #comments {
     padding-bottom:10px;
 }

.blog {
  /*img {
    border: 0 none;
    max-width: 100%;
}*/
  /*blockquote {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 3px solid #2999e4;
    margin: 0 0 7px 15px !important;
    padding: 7px;
}
blockquote p, no-margin {
    margin: 0 !important;
}

*/
  /*[ 01.Header ]*/
  /*[ 02.NavBar ]*/
  /*[ 03.BlogTitle ]*/
  /*[ 04.Post ]*/
  /*.post .PostTitle A  { color: #005cb1; -webkit-text-shadow: 0 1px 2px #DDD; text-shadow: 0 1px 2px #CCC; -moz-text-shadow: 0 1px 2px #CCC; }*/
  /*[ 05.Post Pager ]*/
  /*[ 06.Post navigation ]*/
  /*[ 07.Related Posts ]*/
  /*[ 08.Comments ]*/
  /*[ 09.Widget ]*/
  /*[ 10.Author List ]*/
  /*[ 11.Blog List ]*/
  /*[ 12.Blogroll ]*/
  /*[ 13.Calendar ]*/
  /*[ 14.Category List ]*/
  /*[ 15.Link List ]*/
  /*[ 16.Month List ]*/
  /*[ 17.Page List ]*/
  /*[ 18.Recent Comment ]*/
  /*[ 19.Recent Post ]*/
  /*[ 20.Tag Cloud ]*/
  /*[ 21.Newsletter ]*/
  /*[ 22.Search ]*/
  /*[ 23.Page ]*/
  /*[ 24.Archive ]*/
  /*[ 25.Contact ]*/
  /*[ 26.Search Page ]*/
  /*[ 27.Basic Elements ]*/
  /*.Content input[type="submit"], .Content input[type="button"], #newsletterform input[type="submit"], #newsletterform input[type="button"], #apmlfilter input[type="submit"], .Btn { display: inline-block; background: #33bd4b; color: #FFF; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; line-height: 30px; height: 30px; padding: 0 15px; margin: 1px auto; }
.Content input[type="submit"]:hover, .Content input[type="button"]:hover, #newsletterform input[type="submit"]:hover, #newsletterform input[type="button"]:hover, #apmlfilter input[type="submit"]:hover, .Btn:hover { background: #00a703; color: #FFF !important; }
*/
  /*[ 28.Syntax Highlighter ]*/
  /*[ 29.Quick Notes / Apmlfilter ]*/
  /*[ 30.Footer ]*/
}
.blog article,
.blog aside,
.blog details,
.blog figcaption,
.blog figure,
.blog footer,
.blog header,
.blog hgroup,
.blog nav,
.blog section {
  display: block;
}
.blog audio,
.blog canvas,
.blog video {
  display: inline-block;
}
.blog audio:not([controls]) {
  display: none;
}
.blog [hidden] {
  display: none;
}
.blog abbr[title] {
  border-bottom: 1px dotted;
}
.blog b,
.blog strong {
  font-weight: bold;
}
.blog dfn {
  font-style: italic;
}
.blog mark {
  background: #ff0 none repeat scroll 0 0;
  color: #000;
}
.blog code,
.blog kbd,
.blog pre,
.blog samp {
  font-family: monospace,serif;
  font-size: 1em;
}
.blog pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.blog q {
  quotes: "“" "”" "‘" "’";
}
.blog small {
  font-size: 80%;
}
.blog sub,
.blog sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.blog sup {
  top: -0.5em;
}
.blog sub {
  bottom: -0.25em;
}
.blog svg:not(:root) {
  overflow: hidden;
}
.blog figure {
  margin: 0;
}
.blog fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.blog legend {
  border: 0 none;
  padding: 0;
}
.blog button,
.blog input,
.blog select,
.blog textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.blog button,
.blog input {
  line-height: normal;
}
.blog button,
.blog html input[type="button"],
.blog input[type="reset"],
.blog input[type="submit"] {
  cursor: pointer;
}
.blog button[disabled],
.blog input[disabled] {
  cursor: default;
}
.blog input[type="checkbox"],
.blog input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.blog input[type="search"] {
  box-sizing: content-box;
}
.blog button::-moz-focus-inner,
.blog input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
.blog table {
  border-collapse: collapse;
  border-spacing: 0;
}
.blog abbr[title],
.blog abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}
.blog .Container {
  margin-left: auto;
  margin-right: auto;
}
.blog .Container::before,
.blog .Container::after {
  content: "";
  display: table;
  line-height: 0;
}
.blog .Container::after {
  clear: both;
}
.blog .Right {
  float: right;
}
.blog .Left {
  float: left;
}
.blog .Clear,
.blog .clear {
  clear: both;
}
.blog .Clearer,
.blog .clearer {
  clear: both;
  display: block;
  font-size: 1px;
  height: 0;
  line-height: 1px;
  margin: 0;
  padding: 0;
}
.blog .ClearFix::after,
.blog .clearFix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.blog .hide {
  display: none;
}
.blog .show {
  display: block;
}
.blog .invisible {
  visibility: hidden;
}
.blog .ItemForm {
  margin-bottom: 3px;
}
.blog .ItemForm .LabelForm {
  display: inline-block;
  min-width: 103px;
}
.blog .Header {
  position: relative;
  margin-bottom: 20px;
}
.blog .Header .TopBar {
  background: #cccccc url(/blogengine/themes/standard/img/HeaderBar.jpg);
  height: 48px;
  -moz-box-shadow: 0 1px 5px #CCC;
  -webkit-box-shadow: 0 1px 5px #CCC;
  box-shadow: 0 1px 5px #CCC;
}
.blog .Header .TopBar .SubscribeButton {
  height: 47px;
  width: 47px;
  border-right: 1px solid #F5F5F5;
  border-left: 1px solid #CCC;
  background: url(/blogengine/themes/standard/img/RSS.png) center center no-repeat;
}
.blog .Header .TopBar .SubscribeButton:hover {
  background: #f5f5f5 url(/blogengine/themes/standard/img/RSS.png) center center no-repeat;
}
.blog .Header .TopBar .SubscribeButton A {
  display: block;
  height: 100%;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #CCC;
}
.blog .Header .TopBar .SubscribeButton span {
  display: none;
}
.blog .NavBar {
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #CCC;
  height: 47px;
}
.blog .NavBar li {
  list-style: none;
  height: inherit;
  position: relative;
  border-left: 1px solid #CCC;
  border-right: 1px solid #F5F5F5;
}
.blog .NavBar li A {
  display: block;
  height: inherit;
  padding: 0 15px;
  font-size: 18px;
  line-height: 45px;
  color: #555 !important;
}
.blog .NavBar li:hover {
  background: #F5F5f5;
}
.blog .NavBar li.HasChild:hover {
  background: #FFF;
  border-bottom: 1px solid #FFF;
}
.blog .NavBar li.Home A {
  background: url(/blogengine/themes/standard/img/home.png) no-repeat center center;
  min-width: 25px;
}
.blog .NavBar li.Home A span {
  display: none;
}
.blog .NavBar li:hover ul li {
  float: none;
  border: none;
}
.blog .NavBar li ul {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 100;
  width: 230px;
  padding: 5px;
  -moz-box-shadow: 0 1px 1px #CCC;
  -webkit-box-shadow: 0 1px 1px #CCC;
  box-shadow: 0 1px 1px #CCC;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
}
.blog .NavBar li:hover ul {
  display: block;
  background: #FFF;
}
.blog .NavBar ul li {
  min-height: 30px;
  background: #F7F7F7;
  margin-bottom: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.blog .NavBar ul li:last-child {
  margin-bottom: 0;
}
.blog .NavBar ul li A {
  display: block;
  line-height: 27px;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog .NavBar ul li:hover {
  background: #EEE;
  -webkit-text-shadow: 0 1px 2px #AAA;
  text-shadow: 0 1px 2px #AAA;
}
.blog .BlogTitle {
  height: 60px;
  padding: 30px 0;
}
.blog .BlogTitle h1.Title {
  font-size: 50px;
  line-height: 50px;
  -webkit-text-shadow: 0 2px 3px #AAA;
  text-shadow: 0 2px 3px #AAA;
}
.blog .BlogTitle h1.Title A {
  color: #444 !important;
  font-family: sans-serif;
}
.blog .BlogTitle .Desc {
  color: #AAA;
  margin-top: 5px;
  display: block;
  font: 18px calibri, sans-serif;
}
.blog .PostPad {
  padding: 14px 20px 20px 20px;
}
.blog .post .PostTitle {
  margin-bottom: 5px;
}
.blog .post .PostInfo {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #CCC;
  color: #AAA;
  font-size: 13px;
}
.blog .post .PostInfo A {
  color: #AAA;
  font-size: 13px;
}
.blog .post .PostBody p {
  margin-bottom: 15px;
}
.blog .post .PostRating {
  margin-top: 15px;
}
.blog .post .text a[rel] {
  padding-right: 10px;
}
.blog .post .ratingcontainer,
.blog .post .rating {
  height: 25px;
  overflow: hidden;
}
.blog .post .ratingcontainer .rating ul {
  position: relative;
  top: -21px;
}
.blog .post .ratingcontainer .rating ul li {
  background: none !important;
}
.blog .post .ratingcontainer .rating p {
  position: relative;
  top: -5px;
}
.blog #PostPager li {
  height: 25px;
  display: inline-block;
  min-width: 23px;
  background: #FFF;
}
.blog #PostPager li A {
  height: 100%;
}
.blog #PostPager li.PagerLinkCurrent {
  background-color: #0269c8 !important;
  border: 1px solid #005d9b;
  padding: 2px;
}
.blog #postnavigation {
  text-align: center;
}
.blog #relatedPosts a {
  display: block;
  margin-top: 5px;
}
.blog #relatedPosts span {
  color: #666666;
  text-indent: 10px;
  display: inline-block;
}
.blog #commentlist {
  list-style: none;
  margin: 1em 0 1em;
  padding: 5px;
}
.blog #commentlist:empty {
  display: none !important;
}
.blog #commentlist .comment .comment-replies {
  list-style: none;
  padding: 5px 0 0 2em;
}
.blog #commentlist .commentForm {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.blog .comment {
  margin-bottom: 5px;
}
.blog .comment:last-child {
  margin-bottom: 0px;
}
.blog .comment p.author {
  margin-bottom: 0;
}
.blog .comment .comment-contents {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
}
.blog .comment .comment-contents .DateTime {
  color: #CCC !important;
  font-size: 11px;
  position: relative;
}
.blog .comment .comment-contents .visitor .url {
  color: #222;
}
.blog .comment .gravatar {
  margin-right: 10px;
  padding: 2px;
  height: 32px;
  width: 32px;
}
.blog .comment .self .comment-contents {
  background: #d9feb3;
  color: #2a5101;
}
.blog .comment .self .DateTime {
  color: #9ac73c!important;
}
.blog .comment cite {
  font-weight: bold;
}
.blog #comment-form select {
  width: 190px;
}
.blog #comment-form textarea {
  width: 100%;
  min-width: 100%;
}
.blog #comment-form .btn-save {
  display: block;
}
.blog #comment-form label {
  display: inline-block !important;
  min-width: 103px !important;
}
.blog #comment-form label[for="simpleCaptchaValue"] {
  min-width: 106px !important;
}
.blog #comment-form .bbcode {
  position: relative;
  top: 23px;
  left: 0px;
}
.blog #comment-form .bbcode a {
  margin: 2px;
  padding: 1px 5px 1px 5px;
  background: #fff;
  border: 1px solid #ccc;
}
.blog #comment-form .txt-email,
.blog #comment-form .txt-website {
  direction: ltr;
}
.blog #comment-form .success {
  background: #cdeb8e url(/blogengine/themes/standard/img/success.png) no-repeat right center;
  color: #306d00;
  border: 1px solid #a5c956;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 15px;
  display: block;
  padding: 15px;
}
.blog #comment-form .comment .comment-contents {
  border-left: 1px solid #CCC !important;
}
.blog #commentCompose .txt-content {
  width: 100%;
}
.blog #commentCompose .lbl-content {
  display: none !important;
}
.blog #commentMenu {
  float: right;
}
.blog #commentMenu li {
  display: inline-block;
  padding: 5px 15px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #FFF;
  border-bottom: none;
  position: relative;
  top: 1px;
}
.blog #commentMenu li.selected {
  border: 1px solid #CCC;
  border-bottom-color: #FFF;
  position: relative;
  top: 1px;
  background: #FFF;
}
.blog #commentMenu li#preview.selected {
  background: #F5F5F5;
  border-bottom-color: #F5F5F5;
}
.blog #commentPreview .comment {
  border: 1px solid #CCC;
  border-left: none;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.blog #commentPreview .comment-contents {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.blog #commenttoggle {
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  font: bold 16px/20px sans-serif;
  height: 20px !important;
  width: 20px !important;
  display: inline-block;
}
.blog .Widget .WidgetHeader {
  border-bottom: 1px solid #DDD;
  height: 31px;
  color: #888;
  margin-bottom: 7px;
}
.blog .Widget .WidgetHeader img {
  width: 24px;
  height: 24px;
}
.blog .Widget #moveWidgetToContainer #moveWidgetTo {
  width: 71% !important;
  min-width: 71%;
  margin-right: 5px;
}
.blog .Widget .delete,
.blog .Widget .move,
.blog .Widget .edit {
  float: right;
  position: relative;
  top: 4px;
}
.blog #authorlist li {
  border-bottom: 1px dotted #DDD;
  line-height: 28px;
  margin-bottom: 4px;
}
.blog #authorlist li A[rel="nofollow"] {
  position: relative;
  top: 3px;
}
.blog #authorlist li A.authorlink {
  position: relative;
  top: -8px;
  margin-left: 5px;
}
.blog .bloglist ul {
  margin: 3px;
}
.blog .bloglist ul li {
  border-bottom: 1px dotted #DDD;
  min-height: 27px;
  line-height: 27px;
}
.blog .bloglist ul li A {
  display: block;
}
.blog .blogroll ul li A {
  padding: 3px;
}
.blog .blogroll ul li {
  margin-top: 10px;
}
.blog .blogroll ul ul {
  margin-left: 15px !important;
}
.blog .blogroll ul ul li {
  margin: 0;
  border-bottom: 1px dotted #DDD;
  line-height: 24px;
}
.blog .blogroll ul ul li A {
  display: block;
}
.blog .blogroll a[title="Download OPML file"] {
  margin: 10px 0 0 0;
}
.blog #calendarContainer {
  text-transform: capitalize;
}
.blog .calendar table {
  width: 100%;
}
.blog .calendar .weekend {
  background-color: #F1F1F1;
}
.blog .calendar .other {
  color: silver;
}
.blog .calendar a.exist {
  display: block;
  font-weight: bold;
  background-color: #F1F1F1;
}
.blog .calendar td {
  vertical-align: top;
  background: white;
}
.blog .categorylist ul li A {
  padding: 3px;
}
.blog .categorylist ul li {
  margin: 0;
  border-bottom: 1px dotted #DDD;
  line-height: 24px;
  min-height: 27px;
}
.blog .linklist ul li A {
  padding: 3px;
  display: block;
}
.blog .linklist ul li {
  margin: 0;
  border-bottom: 1px dotted #DDD;
  line-height: 25px;
  min-height: 25px;
}
.blog .monthlist li {
  font-weight: normal;
}
.blog .monthlist .year {
  cursor: pointer;
  font-weight: bold;
}
.blog .monthlist .year li {
  margin: 0 10px;
}
.blog .monthlist ul ul {
  display: none;
}
.blog .monthlist .open {
  display: block;
}
.blog .pagelist ul li A {
  padding: 3px;
  display: block;
}
.blog .pagelist ul li {
  margin: 0;
  border-bottom: 1px dotted #DDD;
  line-height: 25px;
  min-height: 25px;
}
.blog .recentcomments ul li {
  margin: 0;
  border-bottom: 1px dotted #DDD;
  line-height: 25px;
  min-height: 25px;
}
.blog .recentposts ul li {
  margin: 0;
  border-bottom: 1px dotted #DDD;
  line-height: 25px;
  min-height: 25px;
  font-size: 13px;
  color: #555;
}
.blog .recentposts ul li A {
  display: block;
  font-size: 15px;
}
.blog .recentposts ul li span {
  padding: 3px;
}
/*.blog .tagcloud ul li {
  display: inline-block;
  margin: 1px;
}
.blog .tagcloud ul li A {
  background: #EEE;
  display: block;
  height: 27px;
  line-height: 25px;
  color: #444;
  padding: 1px 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.blog .tagcloud ul li A:hover {
  background: #0269c8;
  color: #FFF !important;
}
.blog .tagcloud ul li A.biggest {
  font-size: 120%;
}
.blog .tagcloud ul li A.big {
  font-size: 110%;
}
.blog .tagcloud ul li A.medium {
  font-size: 100%;
}
.blog .tagcloud ul li A.small {
  font-size: 90%;
}
.blog .tagcloud ul li A.smallest {
  font-size: 80%;
}*/
.blog #newsletterform span {
  margin: 0 auto;
  -webkit-text-shadow: 0 1px 3px #fa7c7c;
  text-shadow: 0 1px 3px #fa7c7c;
}
.blog #newsletterform input[type="text"] {
  direction: ltr !important;
}
.blog #newsletteraction {
  color: #47a100;
}
.blog .search input[type="text"],
.blog .search input[type="text"]:focus {
  background: #FFF;
  border: none;
  height: 32px;
  width: 80% !important;
  min-width: 100px;
  margin: 0 0 0 6px !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog #page h1 {
  margin-bottom: 15px;
}
.blog #archive h2 {
  border-bottom: 1px solid silver;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  height: 30px;
  line-height: 35px;
  font-weight: bold;
}
.blog #archive h2 img {
  margin: 0 3px;
}
.blog #archive ul {
  list-style-type: square;
  margin: 0 10px;
  padding: 10px;
}
.blog #archive table {
  width: 100%;
  border-collapse: collapse;
}
.blog #archive table td,
.blog #archive table th {
  text-align: left;
}
.blog #archive table th:first-child {
  width: 90px;
}
.blog #archive table td {
  text-align: left;
  border-bottom: 1px solid #D8D8D8;
  padding: 2px 0;
  font-size: 95%;
}
.blog #archive .date {
  width: 90px;
}
.blog #archive .comments {
  width: 70px;
  text-align: center;
}
.blog #archive .rating {
  width: 70px;
  text-align: center;
}
.blog #contact label {
  display: inline-block;
  padding-top: 5px;
  min-width: 100px;
}
.blog #contact textarea {
  display: block;
  overflow: auto;
  width: 100%;
  height: 150px;
  margin: 0;
}
.blog #contact input[type="submit"] {
  display: block;
}
.blog #searchpage input#q {
  width: 100%;
}
.blog #searchpage input#comment {
  clear: both;
}
.blog .searchresult {
  border-bottom: 1px dotted #CCC;
  padding: 10px 0;
}
.blog .searchresult a {
  font-weight: bold;
}
.blog .searchresult span.text {
  clear: both;
  display: block;
  margin: 3px 0;
}
.blog .searchresult span.type {
  display: block;
}
.blog .searchresult span.url {
  color: Gray;
}
.blog .searchpage ul.paging {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
.blog .searchpage ul.paging li {
  display: inline;
  border: 1px solid gray;
  background: #f1f1f1;
  margin-right: 5px;
}
.blog .searchpage ul.paging li a {
  padding: 5px 8px;
}
.blog .searchpage ul.paging li.active {
  background: #f1f1f1;
  border: 1px solid black;
}
.blog .Btn-Blue {
  background: #4598e6 !important;
}
.blog .Btn-Blue:hover {
  background: #0269c8 !important;
}
.blog .Btn-Red {
  background: #e64545 !important;
}
.blog .Btn-Red:hover {
  background: #c80202 !important;
}
.blog .Btn-Gray {
  background: #9b9b9b !important;
}
.blog .Btn-Gray:hover {
  background: #646464 !important;
}
.blog .Align-Center {
  text-align: center;
}
.blog .Align-Right {
  text-align: right;
}
.blog .Align-Left {
  text-align: left;
}
.blog .Float-Right {
  float: right;
}
.blog .Float-Left {
  float: left;
}
.blog .syntaxhighlighter {
  direction: ltr !important;
}
.blog .syntaxhighlighter .line {
  line-height: 22px !important;
}
.blog #q-notes #q-panel {
  height: 150px;
  padding: 15px 5px 5px 5px;
  direction: ltr;
}
.blog #q-notes .q-main:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
}
.blog #q-notes #q-txtarea {
  min-height: 50px;
}
.blog #q-notes #q-txtarea:focus {
  border-color: #009aff !important;
}
.blog #q-notes input[type="submit"] {
  background: #cdeb8e;
  color: #306d00;
  -webkit-text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  padding: 0 15px;
  margin: 10px auto;
  font-size: 14px;
}
.blog #q-notes input[type="submit"]:hover {
  background: #afd360 !important;
}
.blog #q-notes input[type="text"] {
  padding: 2px !important;
}
.blog #apmlfilter {
  width: 415px !important;
  height: 70px !important;
  left: 462.5px !important;
  direction: ltr;
}
.blog #apmlfilter input[type="submit"] {
  margin: 0 4px;
}
.blog .Footer {
  background: #656565 url(/blogengine/themes/standard/img/footer.png) 0 0 repeat;
  height: 70px;
  padding: 15px 0;
  text-align: center;
}
.blog .Footer A:hover {
  color: #FFF !important;
}
.blog .Footer .NavBarFooter {
  margin-bottom: 7px;
}
.blog .Footer .NavBarFooter ul li {
  display: inline-block;
  padding: 0 4px;
  color: #BBB;
}
.blog .Footer .NavBarFooter ul li A {
  color: #BBB;
}
.blog .Footer .License {
  color: #222;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.blog .Footer .License A,
.blog .Footer .License A {
  color: #222 !important;
}

.blog .WidgetContent {
    font-size: 15px;
}

.blog .WidgetContent ul {
    padding-left:0;
    margin:0;
}

.blog .WidgetContent ul li {
    list-style: outside none none;
}


#comments article {
    max-height: 9999px;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease-in-out 0s;
}
#comments article div {
    padding-left: 70px;
}
#comments article div p {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 7px;
    position: relative;
}
#comments article div p::before {
    border-color: transparent #d3d3d3;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    content: "";
    left: -10px;
    position: absolute;
    top: 10px;
}
#comments article div p::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    content: "";
    left: -9px;
    position: absolute;
    top: 10px;
}
#comments article.self div p {
    background: #f7f7f7 none repeat scroll 0 0;
}
#comments article.self div p::after {
    border-color: transparent #f7f7f7;
}
#comments article [itemprop="commentText"] {
    margin: 0;
}
#comments article img {
    border-radius: 5px;
    position: absolute;
    top: 19px;
}
#comments article [itemprop="commentTime"] {
    display: block;
    font-size: 0.7em;
    text-align: right;
}
#comments article [itemprop="creator"] {
    font-size: 0.8em;
    margin-left: 7px;
}
#comments article [itemprop="approvalWarning"] {
    background-color: rgba(255, 255, 0, 0.5);
    font-size: 0.6em;
    margin-left: 70px;
    padding: 5px;
}
#commentform {
    margin-top: 2em;
}

.blog img {
    display: block;
    height: auto;
    max-width: 100%;
}
.mandatory-input {
    display:none;
}

.pmp-hidden {
  display: none !important;
  visibility: hidden !important;
}

.pmp-nights {
  padding: 15px;
  margin: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 90%;
  float: left;
}

.pmp-nights {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.pmpfielderror {
  color: red;
  margin-top: 0px;
}


.pmp-btn-link {
    border-radius: 0;
    color: #428bca;
    cursor: pointer;
    font-weight: normal;
}
.pmp-btn-link, .pmp-btn-link:active, .pmp-btn-link[disabled], fieldset[disabled] .pmp-btn-link {
    background-color: transparent;
    box-shadow: none;
}
.pmp-btn-link, .pmp-btn-link:hover, .pmp-btn-link:focus, .pmp-btn-link:active {
    border-color: transparent;
}
.pmp-btn-link:hover, .pmp-btn-link:focus {
    background-color: transparent;
    color: #2a6496;
    text-decoration: underline;
}
.pmp-btn-link[disabled]:hover, fieldset[disabled] .pmp-btn-link:hover, .pmp-btn-link[disabled]:focus, fieldset[disabled] .pmp-btn-link:focus {
    color: #999;
    text-decoration: none;
}

.pmp-alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.pmp-alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.pmp-alert {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.pmp-alert-danger {
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}


.pmp-alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.pagination {
    font-weight: bold;
    margin: 8px;
    padding: 3px;
    text-align: center;
}
div.pagination a {
    border: 1px solid #aaaadd;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #000099;
}
div.pagination span.current {
    background-color: #999;
    border: 1px solid #000099;
    color: #fff;
    margin: 2px;
    padding: 2px 5px;
}
div.pagination span.disabled {
    border: 1px solid #eee;
    color: #ddd;
    margin: 2px;
    padding: 2px 5px;
}



figure.photo > a {
  width: 100%;
}

figure.photo {
  margin-bottom: 20px;
}

#searchresults{
	margin-top: 20px;
}

.alignleft { float: left; padding-right: 15px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align:center; }
.alignright { float: right; padding-left: 15px; }
.alignfull { text-align: justify; }


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 

}
.carousel-control{
	background: none !important;
}

.ekko-lightbox-container iframe {
                max-height: 350px;
}


.pmp-admin-header-image {
position: absolute;
top: 40%;
left: 50%;
width: 144px;
margin-left: -72px;
}

/*********  Carousel Fade ***********/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

ul.contact-details > li > span:first-child {
    white-space: nowrap;
}

.rate-estimate-message {
    background-color: #fcf8e3;
    clear: both;
 padding: 10px;
    margin-bottom: 20px;

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.google-map img {
  max-width: none;
}
}

@media(max-width:767px) {
	.hidden-xs {
		display:none!important
	}
}
@media(min-width:768px)and (max-width:991px) {
	.hidden-sm {
		display:none!important
	}
}
@media(min-width:992px)and (max-width:1199px) {
	.hidden-md {
		display:none!important
	}
}
@media(min-width:1200px) {
	.hidden-lg {
		display:none!important
	}
}

.widget-address p{
	position: relative;
	padding-left: 25px;
}
.widget-address .fa{
	color:#333;
	position: absolute;
	left: 0;
	top:6px;
}
.widget-address .fa.fa-phone{
	top: 2px;
}


.social-widget .widget-pinterestpinitbutton {
padding-top: 0px !important;
}

.social-widget .widget-googleplusone {
padding-top: 8px !important;
}


.social-widget .widget-pinterestpinitbutton {
padding-right: 20px !important;
}


div.widget-book-now > div.widget-heading {
    border-top-width: unset;
    border-top-style: none;
    padding-top: unset;
}

.widget-book-now {
    border: 1px solid #ccc;
    padding: 10px 20px;
}

@media screen and (max-width: 400px) {
    .datetimepicker {
        width: 220px !important;
    }
}

@media (min-width: 992px) {
    .accom-widgets .widget-book-now ul.dropdown-menu {
        left: -200px;
    }
}

#oc-menu {
    display: block;
}

.avail-cal {
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    figure.photo {
        display: block !important;
    }
}



.number-in-party {
    min-width:40px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://pmp-cdn.azureedge.net/wrpmpassets/Themes/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://pmp-cdn.azureedge.net/wrpmpassets/Themes/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://pmp-cdn.azureedge.net/wrpmpassets/Themes/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://pmp-cdn.azureedge.net/wrpmpassets/Themes/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://pmp-cdn.azureedge.net/wrpmpassets/Themes/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://pmp-cdn.azureedge.net/wrpmpassets/Themes/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


body{	
	background-color:#b93914;
}

a, #content h2
{ 	
    color:#b93914; 
}


.widget-highlights ul li{
	background:url(ColourScheme/DarkRed/bullet.gif) no-repeat 0 6px;
}

.widget-guest-comments blockquote 
{
   background: url(ColourScheme/DarkRed/quote-l.gif) no-repeat top left; 
}

.widget-guest-comments q
{
    background: url(ColourScheme/DarkRed/quote-r.gif) no-repeat right bottom; 
}
