/* Minification failed. Returning unminified contents.
(309,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '83.33333333%'
(366,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '83.33333333%'
 */
/*!
 * Bootstrap-select v1.6.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.btn{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .btn .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.btn{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox input.form-control{margin-bottom:0;width:100%}.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}

/* THIS FILE SHOULD CONTAIN ONLY DIRECT OVERRIDES OF BOOTSTRAP CLASSES THAT WILL BE GLOBAL ACROSS THE SITE */

/* The following three entries are to fix the bootstrap modal bug */
body {
padding-right:0px !important;
margin-right:0px !important;
}

.modal-open .modal
{
	overflow-y: scroll !important;
}

.modal {
 overflow-y: auto;
 position:fixed !important;
}

body.modal-open {
 overflow: auto;
}

@media (max-width:767px)
{
	body.modal-open {
		position:relative;
	}
	.modal
	{
		position: absolute !important;
	}
}

@media (max-width:579px)
{
	.hidden-xxs
	{
		display:none;
	}
	.navbar-nav .visible-xxs
	{
		display: block;
	}
}
@media (min-width:580px)
{
	.navbar-nav .visible-xxs
	{
		display: none;
	}
}


@media (min-width:992px)
{
	body
	{
		font-size: 14px;
	}
}

/* BEGIN: NAVBAR OVERRIDES */
@media (max-width: 767px)
{
	.navbar-nav {
		float: left;
	}

	.jumbotron
	{
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-form
	{
		border-top: 0px none;
		border-bottom: 0px none;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.secondary-nav .navbar-default .navbar-toggle.menu-title {
  color: #fff;
}

.navbar-toggle {
    float: left;
}

.navbar-default.clpNav .navbar-toggle
{
	border-color: #888;
}

.dropdown-menu
{
	border: 0px none;
	padding-top:0px;
	margin-top:0px;
}

.btn-warning {
    background-color: #ED8800;
}

/* BEGIN: FORM/CONTROL OVERRIDES */
.form-control, .btn
{
	border-radius: 0px;
}

.center-block
{
	float: none;
}

.navbar
{
	min-height: 30px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height:none;
}

.panel-default > .panel-heading {
    background-color: #FFDE00;
    border-color: #FFDE00;
	border:0px none;
    color: #333333;
	text-align:center;
}

	.panel-default > .panel-heading h3, .panel-primary > .panel-heading h4,
	.panel-info > .panel-heading h5
	{
		margin: 0;
	}

.panel-primary
{
	border-color: #EF3A43;
}
.panel-primary > .panel-heading
{
	background-color: #EF3A43;
	border-color: #EF3A43;
	border: 0px none;
	color: #ffffff;
	text-align: center;
}
.panel-primary > .panel-body
{
	background-color: #EF3A43;
}

.panel-default.panel-yellow
{
	border-color: #FFDE00;
}

.panel.panel-yellow {
  margin-bottom: 20px;
  background-color: #FFDE00;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-yellow > .panel-heading {
  color: #1A6427;
  background-color: #FFDE00;
  border-color: #FFDE00;
}

.panel-yellow .panel-body h5, .hero-green h5, .hero-green h3 {
  color:#1A6427;
}

img.media-object.img-thumbnail
{
	max-width:inherit !important;
}

.close
{
	font-size: 30px;
}

.tooltip-inner {
    background-color:#101010;
	max-width: 350px;
    width: 350px; 
}

.parallax-menu .tooltip-inner
{
	width: 150px;
	padding:5px 10px;
}

.jumbotron
{
	margin-bottom: 0px;
}

.dropdown-menu.social-dropdown
{
	min-width: 66px;
}

.input-group-addon.trip-planner
{
	padding: 0 6px;
	background-color:transparent;
	border:0px none;
}

.breadcrumb
{
	background-color: rgba(255, 255, 255, 0.0);
}

.row.text-center > div {
    display: inline-block;
    float: none;
}

.form-control[readonly]
{
	cursor: pointer !important;
}

/* The following classes add two extra column widths to the standard bootstrap columns.
	To use them just don't include a col-sm-* in your layout. Use xxs and xxxs. */
.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9, .col-xxxs-1,.col-xxxs-10,.col-xxxs-11,.col-xxxs-12,.col-xxxs-2,.col-xxxs-3,.col-xxxs-4,.col-xxxs-5,.col-xxxs-6,.col-xxxs-7,.col-xxxs-8,.col-xxxs-9{
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}

.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9, .col-xxxs-1,.col-xxxs-10,.col-xxxs-11,.col-xxxs-12,.col-xxxs-2,.col-xxxs-3,.col-xxxs-4,.col-xxxs-5,.col-xxxs-6,.col-xxxs-7,.col-xxxs-8,.col-xxxs-9 { 
  float:left;
}

@media screen and (min-width:481px) and (max-width: 767px){

.col-xxs-pull-12 { right:100%; }
.col-xxs-pull-11 { right:91.66666667%; }
.col-xxs-pull-10 { right:83.33333333%; }
.col-xxs-pull-9 { right:75%; }
.col-xxs-pull-8 { right:66.66666667%; }
.col-xxs-pull-7 { right:58.33333333%; }
.col-xxs-pull-6 { right:50%; }
.col-xxs-pull-5 { right:41.66666667%; }
.col-xxs-pull-4 { right:33.33333333%; }
.col-xxs-pull-3 { right:25%; }
.col-xxs-pull-2 { right:16.66666667%; }
.col-xxs-pull-1 { right:8.33333333%; }
.col-xxs-pull-0{ right:auto; }

.col-xxs-push-12 { left:100%; }
.col-xxs-push-11 { left:91.66666667%; }
.col-xxs-push-10 { left:83.33333333%; }
.col-xxs-push-9 { left:75%; }
.col-xxs-push-8 { left:66.66666667%; }
.col-xxs-push-7 { left:58.33333333%; }
.col-xxs-push-6 { left:50%; }
.col-xxs-push-5 { left:41.66666667%; }
.col-xxs-push-4 { left:33.33333333%; }
.col-xxs-push-3 { left:25%; }
.col-xxs-push-2 { left:16.66666667%; }
.col-xxs-push-1 { left:8.33333333%; }
.col-xxs-push-0 { left:auto; }
.col-xxs-offset-12 { margin-left:100%; }
.col-xxs-offset-11 { margin-left:91.66666667%;}
.col-xxs-offset-10 { margin-left:83.33333333%; }
.col-xxs-offset-9 { margin-left:75%; }
.col-xxs-offset-8 { margin-left:66.66666667%; }
.col-xxs-offset-7 { margin-left:58.33333333%; }
.col-xxs-offset-6 { margin-left:50%; }
.col-xxs-offset-5 { margin-left:41.66666667%; }
.col-xxs-offset-4 { margin-left:33.33333333%; }
.col-xxs-offset-3 { margin-left:25%; }
.col-xxs-offset-2 { margin-left:16.66666667% ;}
.col-xxs-offset-1 { margin-left:8.33333333%; }
.col-xxs-offset-0{ margin-left:0; }

.col-xxs-1 { width:8.33333333%; }
.col-xxs-2 { width:16.66666667%; }
.col-xxs-3 { width:25%; }
.col-xxs-4 { width:33.33333333%; }
.col-xxs-5 { width:41.66666667%; }
.col-xxs-6 { width:50%; }
.col-xxs-7 { width:58.33333333%; }
.col-xxs-8 { width:66.66666667%; }
.col-xxs-9 { width:75%; }
.col-xxs-10 { 83.33333333%; }
.col-xxs-11 { width:91.66666667%; }
.col-xxs-12 { width: 100%; }
}

@media screen and (min-width:321) and (max-width: 480){
 
.col-xxxs-pull-12 { right:100%; }
.col-xxxs-pull-11 { right:91.66666667%; }
.col-xxxs-pull-10 { right:83.33333333%; }
.col-xxxs-pull-9 { right:75%; }
.col-xxxs-pull-8 { right:66.66666667%; }
.col-xxxs-pull-7 { right:58.33333333%; }
.col-xxxs-pull-6 { right:50%; }
.col-xxxs-pull-5 { right:41.66666667%; }
.col-xxxs-pull-4 { right:33.33333333%; }
.col-xxxs-pull-3 { right:25%; }
.col-xxxs-pull-2 { right:16.66666667%; }
.col-xxxs-pull-1 { right:8.33333333%; }
.col-xxxs-pull-0{ right:auto; }

.col-xxxs-push-12 { left:100%; }
.col-xxxs-push-11 { left:91.66666667%; }
.col-xxxs-push-10 { left:83.33333333%; }
.col-xxxs-push-9 { left:75%; }
.col-xxxs-push-8 { left:66.66666667%; }
.col-xxxs-push-7 { left:58.33333333%; }
.col-xxxs-push-6 { left:50%; }
.col-xxxs-push-5 { left:41.66666667%; }
.col-xxxs-push-4 { left:33.33333333%; }
.col-xxxs-push-3 { left:25%; }
.col-xxxs-push-2 { left:16.66666667%; }
.col-xxxs-push-1 { left:8.33333333%; }
.col-xxxs-push-0 { left:auto; }
.col-xxxs-offset-12 { margin-left:100%; }
.col-xxxs-offset-11 { margin-left:91.66666667%;}
.col-xxxs-offset-10 { margin-left:83.33333333%; }
.col-xxxs-offset-9 { margin-left:75%; }
.col-xxxs-offset-8 { margin-left:66.66666667%; }
.col-xxxs-offset-7 { margin-left:58.33333333%; }
.col-xxxs-offset-6 { margin-left:50%; }
.col-xxxs-offset-5 { margin-left:41.66666667%; }
.col-xxxs-offset-4 { margin-left:33.33333333%; }
.col-xxxs-offset-3 { margin-left:25%; }
.col-xxxs-offset-2 { margin-left:16.66666667% ;}
.col-xxxs-offset-1 { margin-left:8.33333333%; }
.col-xxxs-offset-0{ margin-left:0; }

.col-xxxs-1 { width:8.33333333%; }
.col-xxxs-2 { width:16.66666667%; }
.col-xxxs-3 { width:25%; }
.col-xxxs-4 { width:33.33333333%; }
.col-xxxs-5 { width:41.66666667%; }
.col-xxxs-6 { width:50%; }
.col-xxxs-7 { width:58.33333333%; }
.col-xxxs-8 { width:66.66666667%; }
.col-xxxs-9 { width:75%; }
.col-xxxs-10 { 83.33333333%; }
.col-xxxs-11 { width:91.66666667%; }
.col-xxxs-12 { width: 100%; }
}

/* FONTS */
@font-face
{
	font-family: "Brothers Bold";
	src: url('/Content/themes/fonts/brothers-bold.eot');
    src: url('/Content/themes/fonts/brothers-bold.eot?#iefix') format('embedded-opentype'),
		 url('/Content/themes/fonts/brothers-bold.woff2') format('woff2'),
		 url('/Content/themes/fonts/brothers-bold.woff') format('woff'),
		 url('/Content/themes/fonts/brothers-bold.ttf') format('truetype'),
		 url('/Content/themes/fonts/brothers-bold.svg#svgFontName') format('svg');
}

@font-face
{
	font-family: "Fjalla one";
	src: url('/Content/themes/fonts/FjallaOne-Regular.eot');
    src: url('/Content/themes/fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/Content/themes/fonts/FjallaOne-Regular.woff2') format('woff2'),
		 url('/Content/themes/fonts/FjallaOne-Regular.woff') format('woff'),
		 url('/Content/themes/fonts/FjallaOne-Regular.ttf') format('truetype'),
		 url('/Content/themes/fonts/FjallaOne-Regular.svg#svgFontName') format('svg');
}

@font-face
{
	font-family: "Cider Script";
	src: url('/Content/themes/fonts/Suomi-Cider-Script.eot');
    src: url('/Content/themes/fonts/Suomi-Cider-Script.eot?#iefix') format('embedded-opentype'),
		 url('/Content/themes/fonts/Suomi-Cider-Script.woff2') format('woff2'),
		 url('/Content/themes/fonts/Suomi-Cider-Script.woff') format('woff'),
		 url('/Content/themes/fonts/Suomi-Cider-Script.ttf') format('truetype'),
		 url('/Content/themes/fonts/Suomi-Cider-Script.svg#svgFontName') format('svg');
}

@font-face
{
	font-family: "Gibson Regular";
	src: url('/Content/themes/fonts/Gibson-Regular.eot');
    src: url('/Content/themes/fonts/Gibson-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/Content/themes/fonts/Gibson-Regular.woff2') format('woff2'),
		 url('/Content/themes/fonts/Gibson-Regular.woff') format('woff'),
		 url('/Content/themes/fonts/Gibson-Regular.ttf') format('truetype'),
		 url('/Content/themes/fonts/Gibson-Regular.svg#svgFontName') format('svg');
}

@font-face
{
	font-family: "Gibson SemiBold";
	src: url('/Content/themes/fonts/Gibson-SemiBold.eot');
    src: url('/Content/themes/fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('/Content/themes/fonts/Gibson-SemiBold.woff2') format('woff2'),
		 url('/Content/themes/fonts/Gibson-SemiBold.woff') format('woff'),
		 url('/Content/themes/fonts/Gibson-SemiBold.ttf') format('truetype'),
		 url('/Content/themes/fonts/Gibson-SemiBold.svg#svgFontName') format('svg');
}

@font-face
{
	font-family: "Gibson Bold";
	src: url('/Content/themes/fonts/Gibson-Bold.eot');
    src: url('/Content/themes/fonts/Gibson-Bold.eot?#iefix') format('embedded-opentype'),
		 url('/Content/themes/fonts/Gibson-Bold.woff2') format('woff2'),
		 url('/Content/themes/fonts/Gibson-Bold.woff') format('woff'),
		 url('/Content/themes/fonts/Gibson-Bold.ttf') format('truetype'),
		 url('/Content/themes/fonts/Gibson-Bold.svg#svgFontName') format('svg');
}

@font-face
{
	font-family: "Gibson Italic";
	src: url('/Content/themes/fonts/Gibson-Italic.eot');
    src: url('/Content/themes/fonts/Gibson-Italic.eot?#iefix') format('embedded-opentype'),
		 url('/Content/themes/fonts/Gibson-Italic.woff2') format('woff2'),
		 url('/Content/themes/fonts/Gibson-Italic.woff') format('woff'),
		 url('/Content/themes/fonts/Gibson-Italic.ttf') format('truetype'),
		 url('/Content/themes/fonts/Gibson-Italic.svg#svgFontName') format('svg');
}


.wrapper, .page-content, .page-container, .map-page-content
{
	background-color: #fff;
}

.page-content
{
	padding: 25px 10px;
}

.page-container
{
	margin-top:80px;
}

.page-title-container
{
	padding: 0 10px;
}

.page-title
{
	margin: 0px;
	/*text-align:center;*/
}

	.page-title h1
	{
		color:#444;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin:0;
		padding: 10px 0;
		width:auto;
		font-size:20px;
	}

div.error2 {
    background: url(/content/images/404.jpg) 0 0 no-repeat;
    height: 337px;
    padding-left: 250px;
    padding-top: 50px;
}

@media (min-width:768px)
{
	.page-title h1
	{
		font-size: 30px;
		padding: 15px 0;
	}
}

.secondary-wrapper
{
	margin-top: 100px;
}
	.secondary-wrapper.pad
	{
		padding-bottom: 20px;
	}
.container-fluid .secondary-wrapper
{
	margin-top: 81px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Fjalla one";
	text-transform:uppercase;
}

h3.vkrs {
	font-family:"Brothers Bold";
	font-size: 28px;
}

h5.content-section {
  border-left: 6px solid #D73234;
  padding:0 0 0 5px;
}

a
{
	color: #3C667F;
}
	a:hover, a:hover .glyphicon
	{
		color:#EF3A43;
		text-decoration:none;
	}
	
.faqs-link
{
	font-weight: bold !important;
	text-decoration: underline !important;
}


ul, ol
{
	margin: 0;
	padding: 0;
}

ul li, ol li
{
	list-style-type: none;
}

ul.vkrs li
{
	list-style-type: disc;
}

	ol.decimal-list
	{
		margin:0 0 10px 40px;
	}
		ol.decimal-list li
		{
			list-style-type: decimal;
		}

.bullet-list2, .bullet-list1, .bullet-list2-nowidth
{
	margin-left:0;
}
	.bullet-list2 li, .bullet-list1 li, .bullet-list2-nowidth li
	{
		background: url("/content/images/red_bullet.png") no-repeat scroll 0 5px transparent;
		padding-left: 15px;		
	}
.bullet-list2
{
	width: 49%;
}

@media (min-width:768px)
{
	.padding-left-3
	{
		padding-left: 3px !important;
	}

	.padding-right-3
	{
		padding-right: 3px !important;
	}
}


.margin-top, .margin-top-15
{
	margin-top: 15px;
}
.margin-bottom, .margin-bottom-15
{
	margin-bottom: 15px;
}
.margin-bottom-30
{
	margin-bottom: 30px;
}

.margin-top-25
{
	margin-top: 25px;
}

.margin-left-15
{
	margin-left: 15px;
}

.padding-top-15
{
	padding-top: 15px;
}

.padding-bottom-15
{
	padding-bottom: 15px;
}

.vertical-align-child
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.center-content
{
	text-align: center;
}
.koa-red-bg
{
	background-color: #EF3A43;
}
.koa-yellow-bg
{
	background-color:#FFDE00;
}
.koa-yellow-font, a.koa-yellow-font:visited
{
	color:#FFDE00 !important;
}
.koa-red-font, .required-field
{
	color: #EF3A43 !important;
}
.koa-red-font-food-service
{
	color: #EF3A43 !important;
	margin-bottom: 0;
}
.koa-dark-font
{
	color: #333;
}

.koa-blue-font
{
	color: #3C667F !important;
}

.link-action3:after, .link-action4:after, .link-action-next:after {
  content:"\e250";
  display:inline-block;
  font-family:"Glyphicons Halflings";
  color: #EF3A43;
  font-weight: bold;
  padding: 0 0 0 5px;
  font-size:10px;
}

.link-action-next:after
{
	font-size: 9px;
}

.link-action-prev:before {
  content:"\e251";
  display:inline-block;
  font-family:"Glyphicons Halflings";
  color: #EF3A43;
  font-weight: bold;
  padding: 0 5px 0 0;
  font-size:9px;
}

.bottom-border:after {
content: "";
height: 20px;
width:77px;
background:url("/content/images/yellow-on-black-pointer.png") repeat-x;
display:inline-block;
margin-left:10px;
}

.yellow-pointer:after {
content: "";
width: 20px;
height: 20px;
background:url("/content/images/yellow-on-black-pointer.png") no-repeat;
display:inline-block;
margin-left:10px;
}

.back-glyph:before
{
	content:"\e251";
	display:inline-block;
	font-family:"Glyphicons Halflings";
	color: #fff;
	font-weight: bold;
	padding: 0;
	font-size:11px;
}

.link-arrow5 {
  /*float: left;*/
  padding: 0 7px 0 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
}

.bold-blue-link, .bold-blue-link-glyph {
  color: #3C667F !important;
  display: inline-block;
  font-weight: bold;
  /*padding: 1px 0 0 14px;*/
  padding-top:1px;
}
	.bold-blue-link-glyph:after
	{
		content: "\e250";
		display: inline-block;
		font-family: "Glyphicons Halflings";
		color: #EF3A43;
		padding: 0 0 0 5px;
		font-size: 10px;
	}
.bold-white-link-glyph {
  color: #FFF !important;
  display: inline-block;
  font-weight: bold;
  /*padding: 1px 0 0 14px;*/
  padding-top:1px;
}
	.bold-white-link-glyph:after
	{
		content: "\e250";
		display: inline-block;
		font-family: "Glyphicons Halflings";
		color: #FFDE00;
		padding: 0 0 0 5px;
		font-size: 10px;
	}

.link-text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 15px;
  width: auto;
}
	.link-text .glyphicon
	{
		font-size: 11px;
	}

.btn-red-small
{
	font-size:12px;
	padding:3px 5px;
}
.btn-big-red
{
	text-transform:uppercase;
	font-family:"Fjalla One";
	border:0px none;
	border-radius:4px;
	background-color:#EF3A43;
	color:#fff;
	font-size:1.2em;
	padding:13px 30px 10px 30px;
	margin-bottom:10px;
	width:100%;
}
	.btn-big-red .glyphicon
	{
		color: #FFDE00;
	}
	.btn-big-red:hover,
	.btn-big-red:focus,
	.btn-big-red:active {
	  color: #fff;
	  background-color: #ac2925;
	  border-color: #ac2925;
	}
	.btn-big-red:hover .glyphicon,
	.btn-big-red:focus  .glyphicon,
	.btn-big-red:active .glyphicon {
	  color: #FFDE00;
	}

.btn-red, .btn-red-glyph, .btn-red-small
{
  color: #ffffff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-black-vkrs
{
  color: #ffffff !important;
  background-color: #222;
  border-color: #000;
}

.btn-yellow-vkrs
{
  color: #000 !important;
  background-color: #FFDE00;
  border-color: #999;
}

.btn-red.rounded
{
	border-radius: 4px;
	/*min-width:103px;*/
	width:100%;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red-glyph:hover,
.btn-red-glyph:focus,
.btn-red-glyph:active {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

	.btn-red:hover span
	{
		color: #fff;
	}

.btn-black
{
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  color: #ffffff;
  background-color: #444;
  border-color: #444;
}

.btn-blue
{
	color: #ffffff;
	background-color: #7195AA;
	border-color: #7195AA;
	border-radius:4px;
	/*min-width:100px;*/
	width:100%;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  color: #ffffff;
  background-color: #608499;
  border-color: #608499;
}

.btn-green
{
	color: #ffffff;
	background-color: #68BF4C;
	border-color: #68BF4C;
	border-radius:0px;
	/*min-width:100px;*/
	width:100%;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  color: #ffffff;
  background-color: #179A33;
  border-color: #179A33;
}

.btn-blue2-glyph
{
	border-radius:4px;
	color: #ffffff;
	background-color: #00A2E0;
	border-color: #00A2E0;
}

.btn-blue2-glyph:hover,
.btn-blue2-glyph:focus,
.btn-blue2-glyph:active {
  color: #ffffff;
  background-color: #015cce;
  border-color: #015cce;
}

.recipe-image
{
	float: right;
}
/* Overrides default red link font with black*/
.home-widget a, .zebra-list a, .footer a, .campground-header a, .recipe-categories a, .inline-nav li a, .media h4 a
{
	color: #333;
}

	.home-widget a:hover, .zebra-list a:hover, .footer a:hover, .campground-header a:hover,
	.recipe-categories a:hover, .inline-nav li a:hover, .inline-nav li a.active, .media h4 a:hover
	{
		color:#EF3A43;
	}

/* Overrides default red link font with slate blue */
.media a, .recipe-details .link-action3
{
	color: #3C667F;
}
	.media a:hover, .recipe-details .link-action3:hover, .bold-blue-link:hover
	{
		color: #EF3A43;
	}
.media-body .glyphicon
{
	font-size: 14px;
}

.white-trans, .home-widget .slide-up.widget/*, .widget-link*/
{
	/*background-color:#ffffff;*/
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background-color: rgba(255, 255, 255, 0.8);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
}

.black-trans
{
	background-color: rgb(0,0,0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.7);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
}

.black-trans-light
{
	background-color: rgb(0,0,0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.5);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
}

.white-trans-vkrs {
    background-color: rgba(255, 255, 255, 0.7);
    /*position: static;*/
}

.no-display 
{
    display: none;
}

.share-the-app
{
	background: #F4F4F4;
	border-bottom: 3px solid #D3D3D3;
	border-top: 3px solid #D3D3D3;
	width: 100%;
	margin: 16px 0 24px 0;
}
	.share-the-app h3
	{
		padding: 0 0 0 14px;
		float: left;
		margin: 10px 0 5px 0;
	}
.media-border
{
	border: solid 2px #ddd;
	border-radius: 6px;
	padding: 10px;
}
@media (min-width:768px)
{
	.col-md-11.no-padding
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.text-upper
{
	text-transform: uppercase;
}

.content-bar2 {
    padding: 10px 0;
    border-bottom: 4px solid #CACACA;
    border-top: 4px solid #CACACA;
}

.content-bar2 h3 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.content-bar2 a {
    position: absolute;
    right: 0;
    top: 17px;
}

#hot-deals-list .content-bar2 a
{
	position: relative;
	top: 0;
	text-transform: none;
	color:#333;
}
	#hot-deals-list .content-bar2 a:hover
	{
		color:#EF3A43;
	}

#hot-deals-list .story-bar-grey, #hot-deals-list .story-bar-white {
  border: none;
}

h3.text-koa-icon {
  background: url(/content/images/sprite_no_repeat2.png) no-repeat scroll 0 -948px transparent;
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 0 30px;
  text-transform: none;
  margin-top:0px;
}

div.general-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
  color: #010101;
}

.block-color {
  float: left;
  overflow: hidden;
  margin: 0px 6px 0 0;
  width: 6px;
  height: 13px;
  background-color: #D73234;
}

.story-bar-white {
  background-color: #FFF;
  padding: 22px 12px;
  border-top: 3px solid #CCCBCB;
}

.zebra-list li {
    margin: 0;
    padding: 20px;
}

.zebra-list li.odd, div.deal.dark {
    background: #F4F4F4;
}

.zebra-list h4 {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 15px;
}

.zebra-list h4 .block-color {
    width: 5px;
    height: 14px;
}

.zebra-list li .details {
    -display: inline;
    float: left;
    margin: 0 15px;
    padding: 10px 0 0 0;
    border-top: 2px solid #D3D2D2;
}

.zebra-list li .details-first {
    margin-left: 0 !important;
}

.zebra-list li .details {
    padding-top: 20px;
    width: 280px;
}

.zebra-list li ul li {
    margin: 0 0 6px 0;
    padding: 0;
}

.zebra-list ul li .link-action3 {
    font-size: 13px;
    line-height: 16px;
    background-position: 100% -37px;
}

.zebra-list ul li span.link-action3  
{
    padding: 13px 14px 0 0;
}

.zebra-list ul li a
{
    font-weight: bold;
}

.zebra-list li .details-first {
    margin-right: 0 !important;
}

.zebra-list li .details-last {
    margin-right: 0 !important;
}

.zebra-list li .col-1, .zebra-list li .col-2 {
    float: left;
}

/* BEGIN: HOME PAGE STYLES */
.home-wrapper{
	margin-top:-758px;
}

	.home-wrapper.mobile-background
	{
		padding-top:20px;
		padding-bottom:20px;
		background-image: url('/Content/Images/Home/Home-Page-Mobile-Hero.jpg');
		background-size:cover;
		width:100%;
	}
	
.home-widget
{
	margin-top: 381px;
	margin-bottom:8px;
	position:relative;
}
	
.slide-up
{
	display: none;
}

.home-widget .slide-up.widget
{
	position:absolute;
	bottom:0;
	z-index:16;
	padding:15px;
}
	.home-widget .slide-up.widget.active
	{
		background-color: #ccc;
	}
	.home-widget .slide-up.widget img
	{
		max-height:150px;
	}
	.home-widget .slide-up.widget .first-row img
	{
		margin-bottom: 10px;
	}

.home-widget .slide-up.indicator
{
	position: absolute;
	z-index: 16;
	font-size: 40px;
}
	
	.home-widget .col-xs-6.active > a > div {
		background-color:#ccc;
	}

.home-widget .widget-link h6
{
	margin: 0 0 5px 0;
}
.home-widget .widget-link
{
	padding-left: 0;
	padding-right: 0;
}
	.home-widget .widget-link > a > div.white-trans
	{
		padding:10px;
	}
	.home-widget .widget-link > a > div.last-widget
	{
		margin-right: 0px;
	}

.row-no-margin
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.h2-margin
{
	margin-top: 22px;
}

@media (min-width:768px)
{
	.home-widget .row.vdivide [class*='widget-link']:not(:last-child):after
	{
		background-color: rgba(0, 0, 0, 0.7);
		width: 4px;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}

	#widgetLinkContainer
	{
		border-width: 10px;
		border-style: solid;
		border-radius: 4px;
		border-color: transparent;
	}

	.search-container-wrapper
	{
		border-top-width:10px;
		border-top-style: solid;
		border-top-left-radius:4px;
		border-top-color:transparent;
		border-right-width:10px;
		border-right-style: solid;
		border-top-right-radius:4px;
		border-right-color:transparent;
		border-left-width:10px;
		border-left-style: solid;
		border-left-color:transparent;
	}

		#widgetLinkContainer.black-trans-border, .search-container-wrapper.black-trans-border, .search-container-wrapper-bottom.black-trans-border
		{
			border-color: rgba(0, 0, 0, 0.7);
		}

		.search-container-wrapper.yellow-trans-border, .search-container-wrapper-bottom.yellow-trans-border
		{
			border-color: rgba(255, 222, 0, 0.8);
		}

	.search-container-wrapper-bottom
	{
		border-bottom-width:10px;
		border-bottom-style: solid;
		border-bottom-left-radius:4px;
		border-bottom-color:transparent;
		border-right-width:10px;
		border-right-style: solid;
		border-bottom-right-radius:4px;
		border-right-color:transparent;
		border-left-width:10px;
		border-left-style: solid;
		border-left-color:transparent;
	}

	.home-widget .widget-link > a > div
	{
		margin-right:4px;
	}

	.search > form > div.col-md-3, .search > div.col-md-3, .search div.col-sm-6.filters
	{
		margin-left: 0em;
	}
	.search .filters .filter-container
	{
		margin-left: 10px !important;
	}
}

@media (min-width:992px)
{
	.search div.col-sm-6.filters, .search div.col-md-7.filters
	{
		margin-left: 0px;
	}
	.search .filters .filter-container
	{
		margin-left: 0px !important;
	}
}

.search .col-md-3 h4 
{
	color:#FFDE00;
}
.search .filter-container
{
	background-color:#efefef;
	padding:15px 0 !important;
	display:none;
	position:absolute;
	width:100%;
	z-index:11;
}
	.search .filter-container .row
	{
		margin-bottom: 5px;
	}
	.search .filter-container .title-text
	{
		padding-left: 12px;
		float: left;
	}
	.search .filter-container h6
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.search .filter-container .glyphicon-question-sign
	{
		margin-top: 4px;
	}
.search .search-option-title
{
	text-transform: uppercase;
	font-weight: bold;
	font-family:'Fjalla one';
}
.search .form-group label
{
	font-weight: normal;
	margin-bottom:2px;
}
.search .form-group
{
	margin-bottom: 5px;
}
.search .btn-link
{
	padding-right: 0px;
	padding-left: 0px;
}
	.search .btn-link:hover
	{
		text-decoration: none;
	}
.search .glyphicon.glyphicon-calendar.form-control-feedback
{
	margin-top:-2px;
	font-size: 14px;
	z-index:0;
}
.search-login
{
	background-color: #efefef;
	padding: 5px;
	text-align: center;
}
	.search-login .btn.btn-link
	{
		color:#333;
		font-family: 'Fjalla One';
		text-transform: uppercase;
	}
@media (min-width: 768px) and (max-width: 991px) {
	.home-wrapper
	{
		margin-top: -643px;
	}
	
	.home-widget
	{
		margin-top: 263px;
		margin-bottom:18px;
	}
	#widgetLast, #widget3, #widget2
	{
		border-left: 1px solid #aaa;
	}
}

@media (min-width: 992px)
{
	.home-widget
	{
		margin-top: 310px;
		margin-bottom:18px;
	}

	.home-widget .col-md-2.col-centered
	{
		/*margin: 0.2em;*/
	}
	
	.search h4
	{
		text-align: center;
	}

	.search .form-group .form-control, .search, .search .btn, .search .glyphicon, .map-state-links .glyphicon
	{
		font-size: 11px;
	}
		.search .row
		{
			margin-left:0;
			margin-right:0;
		}
		.search .col-md-3, .search .col-md-6, .search .col-md-12
		{
			padding-left:0;
			padding-right:0;
		}
			.search .col-md-6.left
			{
				padding-right: 3px;
			}
			.search .col-md-6.right
			{
				padding-left:3px;
			}
	.search .has-feedback label ~ .form-control-feedback {
	    top: 20px;
	}

	.search .col-md-3 h4 
	{
	text-align:center;
	}	
}
@media (max-width:991px)
{
	.search .has-feedback label ~ .form-control-feedback {
	    right: 10px;
	}
	.search .col-md-6.filters
	{
		/*margin-left: 7em;*/
		margin-top:-44px;
	}	
	.search .col-md-3
	{
		margin-left: 0;
	}
}

@media (min-width:992px)
{
	.home-wrapper
	{
		margin-top: -683px;
	}
}

@media (max-width:767px)
{
	.background
	{
		margin-top:-102px;
	}
	#widgetFirst
	{
		/*border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;*/
	}
	#widget2
	{
		border-left: 1px solid #aaa;
	}
	#widget3
	{
		border-top: 1px solid #aaa;
	}
	#widgetLast
	{
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
	}
	.home-widget
	{
		margin-bottom: 0px;
		margin-top:381px;
	}
}

@media (max-width:579px)
{
	.home-widget
	{
		margin-bottom: 0px;
		margin-top:300px;
	}
}

.search .search-container
{
	background-color: #000;
	padding: 1em;
}
	.search .search-container label
	{
		color: #fff;
	}
	.search .search-container form button
	{
		margin-top: 5px;
	}
	.search .search-container .filter-toggle
	{
		float: right;
		margin-top: 10px;
	}		

/* BEGIN: FULL WIDTH LAYOUT*/
.koamega {
    /*background-color: #eeeeee;*/
    color: inherit;
    /*margin-bottom: 30px;*/
    padding: 30px 0px;
}
.koamega h1, .koamega .h1 {
    color: inherit;
}
.koamega p {
    font-size: 21px;
    font-weight: 200;
    /*margin-bottom: 15px;*/
}
.koamega > hr {
    border-top-color: #d5d5d5;
}
.container .koamega, .container-fluid .koamega {
    border-radius: 6px;
}
.koamega .container {
    max-width: 100%;
	/*margin-top:50px;*/
}
@media screen and (min-width: 768px) {
	.koamega {
		padding: 0;
	}
	.container .koamega, .container-fluid .koamega {
		padding-left: 60px;
		padding-right: 60px;
	}
	.koamega h1, .koamega .h1 {
		font-size: 63px;
	}
	
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
}

/* BEGIN: GRID/COLUMN OVERRIDES */
.row-centered{
	text-align:center;
}
.col-centered{
	display:inline-block;
	/*float:none;*/
	text-align:center;
	/*margin-right:-4px;*/
}
@media (min-width:992px)
{
	.col-centered
	{
		float: none;
	}
}

.col-md-2.col-centered h5, .col-md-2.col-centered h6 {
	margin:0;
}

/* BEGIN: FOOTER */
.footer { 
	/*margin-top:30px;*/
	padding:20px 0;
	/*min-height: 100px; */
	background-color:#FFDE00;
	text-align:center;
	position:relative;
}

.footer a {
	font-weight:bold;
}

.footer .col-md-1, .footer .col-sm-2, .footer .col-sm-1 {
	padding-right:5px;
	padding-left:5px;
}
.footer .col-md-4 {
	padding:15px 0 0 0;
}

.footer .glyphicon{
	font-size:8px;
}

@media (min-width:992px)
{
	.footer, .footer a
	{
		font-size: 10px;
	}
}

@media (max-width:767px)
{
	.footer
	{
		text-align: left;
	}
	.footer .list-inline li
	{
		display: block;
	}
	.footer .glyphicon
	{
		font-size:12px;
	}
}

.panel .panel-body .list-group
	{
		margin-bottom: 0px;
	}
	.panel .panel-body .list-group-item
	{
		border-right: 0px none;
		border-left: 0px none;
		padding:5px 0px;
	}
		.panel .panel-body .list-group-item.active,
		.panel-default.panel-blue > .panel-body .list-group .list-group-item.active
		{
			color: #555555;
			background-color: #efefef;
			border-color: #dddddd;
			padding-left:10px;
		}
		.panel .panel-body .list-group-item.active .glyphicon
		{
			display:none;
		}
	.panel .panel-body .list-group-item:first-child
	{
		border-top:0px none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.panel .panel-body .list-group-item:last-child
	{
		border-bottom:0px none;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
		.panel .panel-body .list-group-item a
		{
			font-family: "Fjalla one";
			text-transform: uppercase;
		}
		.panel .panel-body .list-group-item .glyphicon
		{
			float: right;
			font-size:12px;
			padding-top:11px;
		}

/* BEGIN: DEFAULT CAROUSEL */
#carouselDefault {
  max-height: 336px;
  max-width:830px;
  /*margin-bottom: 95px;*/
  margin-top:0px;
}
/* Declare heights because of positioning of img element */
#carouselDefault .item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width:830px;
	max-height: 336px;
	background-color: #777;
}

/* BEGIN: RECIPES */
.recipe-categories .panel-info
{
	border-color: #7195aa;
}
.recipe-categories .panel-info > .panel-heading {
	background-color: #7195aa;
	border-color: #7195aa;
	border:0px none;
	color: #ffffff;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}
	.recipe-categories .panel-info > .panel-heading .panel-heading-container
	{
		display:inline-block;
	}
		.recipe-categories .panel-info > .panel-heading .panel-heading-container span
		{
			width: 36px; height: 36px;display:inline-block;float:left;
		}
.campfire-cooking
{
	background: url('/content/images/campground_amenity_icon_sprite.png') no-repeat 0 -1452px;
}
.main-dishes
{
	background: url('/content/images/campground_amenity_icon_sprite.png') no-repeat 0 -1518px;
}
.side-dishes
{
	background: url('/content/images/campground_amenity_icon_sprite.png') no-repeat 0 -1584px;
}
.breakfasts
{
	background: url('/content/images/campground_amenity_icon_sprite.png') no-repeat 0 -1650px;
}
.desserts-and-snacks
{
	background: url('/content/images/campground_amenity_icon_sprite.png') no-repeat 0 -1716px;
}
	.recipe-categories .panel-info > .panel-heading .panel-heading-container h5
	{
		float:left;
		padding-top:13px;
	}
	
.recipe-categories .panel-info > .panel-body
{
	text-align:center;
}

.recipe-details .glyphicon
{
	font-size: 10px;
}


.page {
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.pagination .pagination-controls {
    float: right;
    height: 15px;
}

.pagination .pagination-controls .pagination-pages {
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 0 8px;
}

.pagination .pagination-controls .pagination-pages ol li {
    border-right: 1px solid #cccbcb;
    display: block;
    float: left;
    padding: 1px 6px;
}


.pagination .pagination-controls .pagination-pages ol li a {
    color: #3c667f;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

.pagination .pagination-controls .pagination-pages ol li.last {
    border-right: 0 none;
}

/* BEGIN: CLP FOOD SERVICES */

.foodservices-special {
	text-align: center;
	padding: 10px 12px 1px 12px;
}

.foodservices-special h4 {
	color: #FFDA40;
	
}

/* BEGIN: CONTACT US - HELP SECTION */

.input-text1 span {
	background: none;
	padding: 0 0 15px 15px;
}

.input-text span {
	background: url(/content/images/sprite_sliding_door.png) no-repeat scroll 100% -30px transparent;
	float: left;
	height: 30px;
	overflow: hidden;
	padding: 0 3px 0 0;
}

div.major-bar {
    font-size: 15px;
    line-height: 17px;
}

.major-bar {
    letter-spacing: 0px;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
}

.major-bar {
    border-bottom: 4px solid #D3D3D3;
    border-top: 4px solid #D3D3D3;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 12px 0;
}

div.help a.help-opener {
	float: right;
	margin-right: 22px;
}

div.help.dark {
	background-color: #F4F4F4;
}

div.help {
	padding: 20px 0;
	font-size: 12px;
}

div.help div.help-q, div.help div.help-a {
	width: 510px;
	float: left;
	padding-left: 30px;
	margin-left: 22px;
}

div.help div.help-q {
	color: #010101;
	font-weight: bold;
	background: url(/content/images/q.png) 0 2px no-repeat;
}

div.help a.help-opener span.close {
	display: none;
}

.content-section-right-widget {
	width: auto;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background-color: #f3f3f3;
	margin-bottom: 13px;
}

/* END: CONTACT US - HELP SECTION */

ul.minor-bar {
    border-bottom: 2px solid lightGrey;
    border-top: 2px solid lightGrey;
    float: left;
    width: 100%;
}
ul.minor-bar li {
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
ul.minor-bar li.standalone, ul.minor-bar li.ltr a {
    text-transform: uppercase;
}
ul.minor-bar li.oversize a, ul.minor-bar li.standalone {
    padding: 4px 0;
}
ul.minor-bar li.standalone {
    /*width: 75px;*/
	padding:7px 20px;
}
ul.minor-bar li a, ul.minor-bar li div.disabled {
    display: block;
    margin-right: 1px;
    padding: 4px 0;
	color:#3c667f;
}

	ul.minor-bar li div.disabled
	{
		color: #cacaca;
	}

ul.minor-bar li span {
    /*border-right: 1px solid #cdcdcd;*/
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}
	ul.minor-bar li.oversize
	{
		margin: 3px 0;
	}
ul.minor-bar li.ltr {
    color: #cacaca;
	border-right:1px solid #cacaca;
	margin:3px 0;
}
ul.minor-bar li.ltr {
    width: 22px;
}
ul.minor-bar li {
    font-weight: bold;
    text-align: center;
}
ul.minor-bar li a.onstate, ul.minor-bar li a:hover {
    background-color: #fd0;
    color: black;
}
ul.minor-bar li.oversize a {
    width: 40px;
}

/* BEGIN: CAROUSEL OVERRIDES */
/* Carousel base class */

#clpCarouselHighRes {
  max-height: 340px;
  max-width:830px;
  /*margin-bottom: 95px;*/
  margin-bottom:20px;
  margin-top:0px;
}
/* Declare heights because of positioning of img element */
#clpCarouselHighRes .item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width:830px;
	max-height: 340px;
	background-color: #777;
}

#clpCarouselHighRes .carousel-caption {
    bottom: 0px;
    color: #333;
    left: 0%;
    padding: 10px;
    position: absolute;
    right: 0%;
    text-align: left;
    text-shadow: none;
    z-index: 10;
}
#clpCarouselHighRes .carousel-indicators {
	bottom: 10px;
    left: 78%;
	list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    text-align:right;
    width: 20%;
    z-index: 15;
}
	#clpCarouselHighRes .carousel-indicators li {
	  border: 1px solid #666666;	  
	}

	#clpCarouselHighRes .carousel-indicators .active {
	  background-color: #666666;
	}

.green-bullet-list
{
	margin-left: 0;
}

	.green-bullet-list li
	{
		background: url("/content/images/green_bullet.png") no-repeat scroll 0 6px transparent;
		padding-left:15px;
	}

.find-a-koa-search
{
	border-radius:4px;
	padding: 10px;
	background-color: #EF3A43;
	text-align:center;
}
	.find-a-koa-search h4
	{
		color:#fff;
		margin-top: 0px;
	}

	.find-a-koa-search .map-state-links
	{
		padding-top: 10px;		
	}

p.small-disclaimer {
  font-size: 9px;
  line-height: 16px;
  margin-top: 20px;
}
.link-download {
  color: #3C667F;
  font-weight: bold;
  line-height: 12px;
  padding: 0 15px;
  margin-top:5px;
}
div.dark {
  background-color: #F4F4F4;
}

div p.subtle {
  color: #272727;
  font-style: italic;
}
div p.subtle {
  font-size: 11px;
  margin-bottom: 12px;
  margin-top: 2px;
}

.album-display li div {
    /*display: table;
    height: 100%;
    width: 100%;*/
}

.album-display li div a {
	/*width: 201px;
	height: 150px;*/
	border: 1px solid #c9c9c9;
	border-radius:3px;
	color:#333333;
	padding: 3px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	position:relative;
}
	.album-display li div a img
	{
		display: block;
	}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 6px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3C667F;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  font-size:11px;
  font-weight:bold;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3C667F;
  border-color: #3C667F;
}

/* Parallax styles */
.row.content
{
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}
.divider
	{
		height: 27px;
		background-color: #FFDE01;
	}

		.divider.top
		{
			background: url('/Content/images/koa-diff-border-top.png') repeat-x;
		}

		.divider.bottom
		{
			background: url('/Content/images/koa-diff-border-bottom.png') repeat-x;
		}
.content .content-detail h1
{
	justify-content:flex-end;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.content .content-detail span.title, .hero .hero-img h1 span.title
{
	font-family: "Brothers Bold";
	font-size: 30px;					
	text-transform: uppercase;
	display: inline-block;
}
.content .content-detail span.title, .hero .hero-img h1 span.title-vkrs
{
	font-family: "Fjalla One";
	font-size: 54px;					
	text-transform: uppercase;
	display: inline-block;
}
.content .content-detail
{
	font-size: 18px;
	font-family: 'Gibson Regular';
	color: #333;
	text-align: center;
}
.content .content-detail-left
{
	text-align: center;
	justify-content:center;
}
	.content .content-detail-left h1
	{
		margin: auto;
	}
.content .content-detail-right
{
	text-align: center;
}

.content .content-detail-left.vertical-align-child,
.content .content-detail-right.vertical-align-child
{
	/*min-height: 100px;*/
}
@media only screen and (max-width:767px)
{
	.content .content-detail
	{
		width: 100%;
	}
}
@media only screen and (min-width: 992px)
{
	.content .content-detail-left.vertical-align-child,
	.content .content-detail-right.vertical-align-child
	{
		height: 100px;
	}
	.content .content-detail-left
	{
		text-align: right;
		justify-content:flex-end;
	}
}
.hero
	{
		margin-left: -15px !important;
		margin-right: -15px !important;
		position:relative;
	}
.hero, .promotions-hero
{
	padding-top:81px;
}		
	.hero .hero-img, .hero .promotions-hero-img
	{
		background-size: cover;
		background-position: center center;
		height: 100%;
		width: 100%;
	}
		.hero .hero-img, .hero .hero-img .row.header-row
		{
			height: 290px;
		}

.hero-caption-container
{
	float:right;
	color:#fff;
	padding:20px;
	border-radius:10px;
}
@media only screen and (max-width:991px)
{
	.hero-caption-container.state-province
	{
		background-color: rgb(0,0,0);
		/* RGBa with 0.6 opacity */
		background-color: rgba(0, 0, 0, 0.7);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
	}
}
.hero-caption
{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin-left:0;
	margin-right:0;
}
.hero-caption .pic-caption
{
	font-size:10px;
	text-align:center;
	padding:0.2em 1em;
}
@media only screen and (min-width:768px)
{
	.hero .hero-img, .hero .hero-img .row.header-row
	{
		height:490px;
	}
	.content .content-detail span.title, .hero .hero-img h1 span.title
	{
		font-size: 36px;					
	}
}
@media only screen and (min-width: 992px)
{
	.content .content-detail-left h1
	{
		margin:0;
	}

	.hero-caption .pic-caption
		{
			border-top-left-radius:4px;
			border-top-right-radius:4px;
		}
}


@media only screen and (max-width: 991px)
{
	.hero-green img
	{
		margin-bottom: 20px;
	}
}
.green-dotted-border
{
	background: url('/content/images/kamp-green-dotted-rule.png') repeat-x;
	height:8px;
}

.hero-green
{
	margin-bottom: 20px;
	background-color: #e0febe;
	padding-left:15px;
	padding-right:15px;
}
.hero-green h5
{
	margin-top: 15px;
}

.panel-default.panel-blue > .panel-heading {
    background-color: #00A2E0;
    border-color: #00A2E0;
	border:0px none;
    color: #ffffff;
	text-align:center;
}
.panel-default.panel-blue > .panel-body .list-group .list-group-item
{
	padding: 10px 0px;
}
	.panel-default.panel-blue > .panel-body .list-group .list-group-item.first
	{
		padding-top: 0px;
	}
	.panel-default.panel-blue > .panel-body .list-group .list-group-item.last
	{
		padding-bottom: 0px;
	}

.panel-default.panel-blue > .panel-body .list-group .list-group-item .glyphicon
{
	padding-top: 3px;
}

.bullet-list, .bullet-list2, .bullet-list3 {
  margin: 0 0 15px;
}
.bullet-list3 li {
  background: url(/content/images/red_bullet.png) no-repeat scroll 0 6px transparent;
  line-height: 16px;
  padding: 0 0 0 15px;
  margin: 0 0 8px;
}
p.landing-highlight {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.marketplace
{
	border: 15px solid #ddd;
	border-radius: 15px;
	padding: 10px;
	text-align:center;
	min-height:250px;
}
	.marketplace .image-wrapper
	{
		text-align: center;
	}
		.marketplace .image-wrapper img
		{
			margin: auto;
		}
	.marketplace .partner-link {
		/*background: url(/content/images/dot_horizontal_black.png) repeat-x scroll 0 0 transparent;*/
		left: 0px;
		padding: 7px 0;
		position: absolute;
		width: 100%;
	}
		.marketplace .partner-link.internal
		{
			bottom: 15px;
		}
		.marketplace .partner-link.external
		{
			bottom: 30px;
		}
		.marketplace .partner-link .external-link, .vkr .external-link
		{
			background-color:#FFDE00;
			padding:10px 20px;
			text-transform:uppercase;
			border-radius:4px;
			color:#333;
			font-weight:bold;
			text-align:center;
		}
			/* Add a white chevron right arrow after text */
			.marketplace .partner-link .external-link:after, .vkr .external-link:after,
			.btn-red-glyph:after, .btn-blue2-glyph:after
			{
				content:"\e080";
				display:inline-block;
				font-family:"Glyphicons Halflings";
				color: #fff;
				font-weight: bold;
				padding: 0 0 0 5px;
				font-size:10px;
			}
		.marketplace .partner-link .internal-link, .round-yellow-link
		{
			width: 40px;
			height: 40px;
			background-color:#FFDE00;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			display:inline-block;

		}
		.marketplace .partner-link .internal-link .glyphicon, .round-yellow-link .glyphicon
		{
			padding-top:12px;
			color:#fff;
			font-size:14px;
		}
.marketplace-hero .header-row
{
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
.marketplace-hero-h1-container
{
	height: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
.marketplace-hero-h1-container .black-trans
{
	color: #fff;
	padding: 2px 40px 10px 40px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: -15px;
	position: absolute;
	bottom: 20px;
}
.marketplace-hero-h1-container .white-trans-vkrs
{
	color: #000;
	width: 48%;
	padding: 2px 28px 10px 28px;
	border-radius: 10px;
	position: absolute;
	top: 100px;
	right: 40px;
}

.koa-btn {
    border: 2px solid #ffffff;
    border-radius: 4px;
    background-color: #FED201;
    color: #333 !important;
    font-family: "Fjalla One";
    margin-top: 20px;
    padding: 8px 30px;
    text-transform: uppercase;
}

.koa-btn.dark {
    background-color: #000;
    color: #FED201 !important;
}

.koa-btn.red {
    background-color: #d43f3a;
    color: #FFF !important;
}

@media only screen and (max-width:767px)
{
	.content .content-detail span.title, .hero .hero-img h1 span.title-vkrs
{
	font-family: "Fjalla One";
	font-size: 27px;					
	text-transform: uppercase;
	display: inline-block;
}
.marketplace-hero-h1-container .white-trans-vkrs {
    width: 54%;
    padding: 0 20px 10px 20px;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    right: 30px;
}

}

.marketplace-hero-h1-container .geico-hero-img
{
	max-width: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
}
			
/*div.partners-banner-overlay-essex {
  left: 586px;
  position: absolute;
  top: 79px;
  width: 100px;
  z-index: 8;
}*/
div.partners-banner-overlay-essex a {
  background: url("/content/images/blue_arrow.gif") no-repeat scroll 0 0 transparent;
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 17px;
  line-height: 16px;
  padding-left: 24px;
  padding-top: 1px;
}
p.landing-highlight
{
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px 0;
}

.title-wrap
{
	border-bottom: 1px solid #ccc;
}

.rate-your-stay-content
{
	background-color: #fff;
}
@media only screen and (min-width:992px)
{
	.rate-your-stay-content.top
	{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.rate-your-stay-content.bottom
	{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

p.tips
{
	font-family:"Gibson Italic";
	color: #333;
	font-size: 20px;
	line-height:22px;
}
div.author-detail {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
}

.ad-photo {
  border:1px solid #ddd;
  text-align: center;
  padding:15px;
  border-radius:4px;
}

.youtube-modal .modal-header
{
	border-bottom: 0px none !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	margin-bottom:15px;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.absolute-centering
{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: table;
}

div.styled-column div.column, div.styled-column div.column-last {
  border-top: 4px solid #D3D3D3;
  margin-top: 10px;
  padding-top: 10px;
}

#modal-window-iframe-scroll .modal-header, #modal-window-iframe .modal-header
{
	border-bottom: 0px none;
	padding: 10px;
}
	#modal-window-iframe-scroll .modal-header .close, #modal-window-iframe .modal-header .close
	{
		margin-top: -12px;
	}

div.activities div.activity {
    /*float: left;*/
    height: 52px;
}

div.activities div.activity-icon {
    float: left;
    height: 36px;
    width: 36px;
}

div.activities div.activity div.activity-name {
    float: left;
    margin-left: 12px;
    padding-top: 8px;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    font-size:12px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff !important;
	background:#ffffff !important;
	border: 1px solid #ccc !important;
    border-color: #ccc !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    border-style: solid !important;
    border-width: 1px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
	color:#333 !important;
    font-size:11px !important;
	font-family: Arial !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-widget-content {
    background-image:none;
}
.ui-state-focus {
    font-weight:normal !important;
    background-image:none !important;
    border: 0px solid #fff !important;
    background:  #FFDE00 !important;
}
.ui-autocomplete { position: absolute; cursor: default; z-index:5000 !important;}
.ui-menu-item 
{
	padding:3px 1em 3px 10px !important;
}

#searchForm .glyphicon-calendar
{
	margin-right: 15px;
}

.tooltip.right .tooltip-inner {
    background-color:#d9534f;
}
.tooltip.right .tooltip-arrow {
      border-right-color: #d9534f;
}

.location-category
{
	cursor: pointer;
}
	.location-category:hover
	{
		text-decoration: underline;
	}

.campground-listing
{
	border: solid 0px;
	padding:10px 0;
}
	.campground-listing.no-match
	{
		background-color:#dddddd;
		padding:15px 0;
	}
		.campground-listing.no-match > div
		{
			opacity: 0.5;
		}

#reserve-step3-details .form-group, #reserve-step3-personalinfo .form-group, #reserve-step3-paymentinfo .form-group
{
	margin-bottom: 0 !important;
}

/* Begin Commerce Transaction Steps */

.nav-steps {
    background: url(/content/images/nav_steps.png) no-repeat scroll 100% -116px transparent;
    height: 29px;
    margin: 0 0 20px;
    padding: 0 5px 0 0;
    position: relative;
}
.nav-steps ul {
    background: url(/content/images/nav_steps.png) no-repeat scroll -13px -87px #E8E7E7;
    display: block;
    height: 100%;
    position: relative;
}
.nav-steps li {
    background: url(/content/images/nav_steps.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 100%;
    left: -18px;
    margin: 0 -18px 0 0;
    overflow: hidden;
    padding: 0 0 0 18px;
    position: relative;
}
.nav-steps li a {
    background: none repeat scroll 0 0 #E8E7E7;
    color: #000000;
    cursor: default;
    float: left;
    font-weight: bold;
    line-height: 30px;
    padding: 0 33px 0 15px;
}
.nav-steps li.first {
    background: none repeat scroll 0 0 transparent;
    left: 0;
    margin: 0;
    padding: 0 0 0 5px;
}
.nav-steps li.first a {
    background: none repeat scroll 0 0 #747373;
    color: #FFFFFF;
    padding-left: 10px;
    text-transform: uppercase;
}
.nav-steps li.active { background-position: 0 -29px; }
.nav-steps li.active a { background: none repeat scroll 0 0 #F7D500; }
.nav-steps a.clickable { cursor:auto !important; cursor:pointer !important; }
table.commerce-invoice {
    font-size: 12px;
    line-height: 17px;
    margin: 20px 0 20px;
    width: 100%;
}
table.commerce-invoice th h4 {
    border-bottom: 2px solid #CAC9CA;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
}
table.commerce-invoice h4 .block-color {
    height: 9px;
    margin: 2px 6px 0 0;
    width: 4px;
}
table.commerce-invoice th { padding: 6px 8px 0; }
table.commerce-invoice td { padding: 8px; }
table.commerce-invoice th.total, table.commerce-invoice td.total {
    background-color: #F4F4F4;
    text-align: right;
}
table.commerce-invoice td.titles { text-align: right; }
table.commerce-invoice tr.total td { padding-bottom: 15px; }
table.commerce-invoice .highlight {
    color: #E2282E;
    /*font-size: 16px;*/
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 15px;
    text-align: right;
}
table.commerce-invoice .highlight-green {
    color: green;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 0px;
    text-align: right;
}
table.commerce-invoice tr.total .grand-total {
    color: #000000;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 15px;
    text-align: right;
}
table.commerce-invoice .first { padding-left: 0; }
table.commerce-invoice tr.separator td { padding: 0; }
table.commerce-invoice div.commerce-separator {
    background: url(/content/images/dot_horizontal_black.png) repeat-x scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
}
table.commerce-invoice tr.separator td.total { padding-right: 8px; }

/* end commerce transaction steps */

h2.bordered {
    font-size: 18px;
    padding-left: 28px;
    border-bottom: 4px solid #D3D3D3;
    border-top: 4px solid #D3D3D3;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 12px 0;
    margin-top: 20px;
}
.bordered {
    padding-left: 28px;
    border-bottom: 4px solid #D3D3D3;
    border-top: 4px solid #D3D3D3;
    color: #000000;
    display: block;
    padding: 10px 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;
}

.mod-row-divider {
    border-top:1px solid #ddd;
    overflow: hidden;
}

.mod-row {
    padding: 9px 0 7px;
}

.mod-row-first {
    padding-top: 0 !important;  
}

#submitModal
{
	text-align:center;
	padding: 0!important;
}
#submitModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#submitModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width:1024px)
{
	.reservation-panel-body
	{
		display: none;
	}
}

.add-favorite
{
	font-size: 14px !important;
}

.recipe-favorite-glyph
{
	display:none;
}

.recipe-favorite-glyph > span
{
	vertical-align:middle;
	font-size:18px;
	min-height:18px;
	line-height:18px;
	display:inline-block;
	margin:-0.4em auto 0px;
}

.brand-img
{
	float: left;
	margin: 0 10px 10px 0;
}
@media (min-width:768px) and (max-width:1300px)
{
	.brand-img
	{
		float: none;
	}
}

@media (min-width:768px)
{
    #txtLocationResults ul li{
        white-space: nowrap;
    }
}

.validation-summary-accepted {
    background-color: #ffffcc;
    border: solid 3px green;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
	.validation-summary-accepted ul li
	{
		padding: 10px;
	}

.faq-category-col
{
	border: 1px solid #CCC; 
	border-radius: 4px;
}

@media (max-width:768px)
{
	.faq-category-col
	{
		border: 0px none;
		border-radius: 0px;
	}
	.faq-category-col .col-md-4, .faq-category-col .col-md-8
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width:768px)
{
	input[type="text"], input[type="number"], textarea
	{
		font-size: 16px !important;
	}
}

/*body.modal-open {
    position: fixed;
    overflow: hidden;
    left:0;
    right:0;
}
.modal{
    -webkit-overflow-scrolling: auto;
}*/
/* BEGIN: NAVBAR */

.navbar-inverse.mainMenu
{
	background-color: #000000;
	z-index:1031;
}
	.navbar-inverse.mainMenu .navbar-collapse
	{
		padding-right: 0px;
	}
	
@media (min-width:768px)
{
	.mainMenu, .topMenu
	{
		top:30px;
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1031;
		border-width: 0 0 1px 0;
		border-radius: 0;
	}
}

.main-menu-container .list-group-item
{
	text-transform: uppercase;
	font-family:"Fjalla one";
}

.main-menu-container p
{
	font-family: "Gibson SemiBold";
	font-size: 13px;
	color:#333;
	padding-top: 8px;
}
	.main-menu-container p .glyphicon
	{
		font-size: 11px;
	}

.sharedMenu
{
	font-size: 14px;
}
.sharedMenu .topMenuContainer
{
	position: absolute;
	padding: 15px;
}
	.sharedMenu .topMenuContainer ul li a
	{
		color:#546f7f;
	}
	.sharedMenu .topMenuContainer ul.connect
	{
		/*padding: 20px;*/
	}
	.sharedMenu .topMenuContainer ul.connect li, ul.connect li
	{
		float:left;
		padding-right:8px;
	}

.topMenu
{
	z-index: 1032;
}
	.topMenu .navbar-brand
	{
		height: 30px;
	}

	.topMenu .navbar-brand
	{
		margin-top: 5px;
		padding-top:0px;
	}

.navbar-default.topMenu
{
	height: 30px;
	margin-bottom:0px;
}

.navbar-default.topMenu .navbar-nav > li > a {
	color:#333333;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
	.navbar-default.topMenu .navbar-nav > li > a:hover, .navbar-default.topMenu .navbar-nav > .open > a,
	.navbar-default.topMenu .navbar-nav > .open > a:hover, .navbar-default.topMenu .navbar-nav > .open > a:focus
	{
		background-color:#fff;
		z-index:1031;
	}
	.navbar-default.topMenu .navbar-nav > li > a.last
	{
		padding-right: 15px;
	}

@media (min-width:768px)
{
	.navbar-default.topMenu .navbar-nav > li > a.last
	{
		margin-right:-15px;
		padding-right:15px;
	}
}

.secondary-nav
{
	min-height: 30px;
}

.navbar-default.clpNav, .secondary-nav .navbar-default
{
	border:0px none;
	border-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-bottom:0px;
	font-size:14px;
}

.navbar-default.clpNav
{
	background-color: #FFDE00;
}

.secondary-nav .navbar-default, .secondary-nav.no-radius
{
	background-color:#000;
}
	.secondary-nav.no-radius, .secondary-nav .navbar-default
	{
		border-radius: 0px;
	}

	.navbar-default.clpNav .navbar-toggle.menu-title, .secondary-nav .navbar-default .navbar-toggle.menu-title
	{
	  position: relative;
	  margin-right: 15px;
	  padding: 9px 10px;
	  margin-top: 8px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 0px none;
	  border-radius:0px;
	  text-transform:uppercase;
	  font-family:"Fjalla One";
	}
		
.container-fluid .secondary-nav
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

@media (max-width:767px)
{
	.navbar-default.clpNav, .secondary-nav
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

.navbar-default.topMenu, .navbar-default.clpMenu, .campground-header
 {
	top:0px;
	/*background-color:#ffffff;*/
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
}

.navbar-inverse.mainMenu .navbar-nav > li > a {
	color:#ffffff;	
}

.navbar-default.clpNav .navbar-nav > li > a
{
	color:#333333;
}
.navbar-default.clpNav .navbar-nav > li > a, .secondary-nav .navbar-default .navbar-nav > li > a, .social-nav > li > a {
	padding-right:10px;
	padding-left:10px;
}

.secondary-nav .navbar-default .navbar-nav > li > a, .secondary-nav .navbar-nav > li > a
{
	color: #fff;
}

.navbar-inverse.mainMenu .navbar-nav > li > a, .navbar-default.topMenu .list-inline > li > a,
.navbar-default.clpMenu .sharedMenu > li > a, .navbar-default.clpNav .navbar-nav > li > a,
.navbar-default.topMenu .navbar-nav > li > a, .topMenu .topMenuContainer ul li a, 
.secondary-nav .navbar-default .navbar-nav > li > a, .secondary-nav .navbar-nav > li > a {
	font-family:"Fjalla one";
	text-transform:uppercase;
}

@media (min-width:768px)
{
	.mainMenu .navbar-nav, .topMenu .navbar-nav/*, .sharedMenu*/
	{
		float: right;
	}

	.mainMenu .dropdown-menu
	{
		position: fixed !important;
		top: 81px;
	}
}

@media (min-width: 992px)
{
	.navbar-inverse.mainMenu .navbar-nav > li > a, .navbar-default.clpMenu .list-inline > li > a
	{
		font-size: 16px;
	}

	.navbar-default.topMenu .navbar-nav > li > a
	{
		font-size: 12px;
	}
}

.navbar-inverse.mainMenu .navbar-nav > .active > a, .navbar-inverse.mainMenu .navbar-nav > .active > a:hover, .navbar-inverse.mainMenu .navbar-nav > .active > a:focus,
.navbar-inverse.mainMenu .navbar-nav > li > a:hover, .navbar-inverse.mainMenu .navbar-nav > li > a:focus, .main-menu-container ul > li > a:hover, .main-menu-container ul > li > a:focus,
.navbar-inverse.mainMenu .navbar-nav > .open > a, .navbar-inverse.mainMenu .navbar-nav > .open > a:hover, .navbar-inverse.mainMenu .navbar-nav > .open > a:focus {
	color:#FFDE00;
}

.navbar-default.clpNav .navbar-nav > .active > a, .navbar-default.clpNav .navbar-nav > .active > a:hover, .navbar-default.clpNav .navbar-nav > .active > a:focus,
.navbar-default.clpNav .navbar-nav > li > a:hover, .navbar-default.clpNav .navbar-nav > li > a:focus, .navbar-default.clpNav .navbar-nav li a.active,
.navbar-default.topMenu .navbar-nav > .active > a, .navbar-default.topMenu .navbar-nav > .active > a:hover, .navbar-default.topMenu .navbar-nav > .active > a:focus,
.navbar-default.topMenu .navbar-nav > li > a:hover, .navbar-default.topMenu .navbar-nav > li > a:focus, .navbar-default.topMenu .navbar-nav > .open > a,
.navbar-default.topMenu .navbar-nav > .open > a:hover, .navbar-default.topMenu .navbar-nav > .open > a:focus
{
	color:#EF3A43;
}

.secondary-nav .navbar-default .navbar-nav > li > a:hover, .secondary-nav .navbar-default .navbar-nav > li > a:focus,
.secondary-nav .navbar-default .navbar-nav > li > a.active, .secondary-nav .navbar-default .navbar-nav > .active > a:focus,
.secondary-nav .navbar-default .navbar-nav > .active > a:hover {
	color:#FFDE00;
}

.secondary-nav .navbar-default .navbar-nav > li > a.dropdown-toggle:focus, .secondary-nav .navbar-nav > li > a:hover
{
	color: #333;
}

.main-menu-container
{
	padding: 20px;
	z-index:1031;
}

	.main-menu-container .indicator
	{
		position: absolute;
		top: -10px;
		z-index: 30;
		color: #fff;
		font-size: 40px;
		line-height:20px;
	}

	.main-menu-container .list-group
	{
		margin-bottom: 0px;
	}
	.main-menu-container .list-group-item
	{
		border-right: 0px none;
		border-left: 0px none;
		padding:5px 10px;
	}
	.main-menu-container .list-group-item:first-child
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.main-menu-container .list-group-item:last-child
	{
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

		.main-menu-container .list-group-item a
		{
			font-family: "Fjalla one";
			text-transform: uppercase;
		}
		.main-menu-container .list-group-item .glyphicon
		{
			float: right;
			font-size:12px;
			padding-top:4px;
		}

@media (max-width:767px)
{
	.main-menu-container
	{
		padding: 0px;
	}
	.main-menu-container .row .col-md-3 ul
	{
		margin-left: 20px;
	}
	.main-menu-container ul > li > a
	{
		color: #ffffff;
	}
	
	.topMenu .navbar-nav, .sharedMenu
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.topMenu .navbar-header
	{
		position:absolute;
		left:60px;
		top:0px;
		width:80px;
	}

	.mainMenu .navbar-nav .open .dropdown-menu {
		background-color: #333;
	}

	.clpMainMenu .main-menu-container .list-group-item, .mainMenu .main-menu-container .list-group-item:hover
	{
		color:#333;
	}
		.clpMainMenu .main-menu-container .list-group-item .glyphicon
		{
			color:#EF3A43;
		}

	.mainMenu .main-menu-container .list-group-item
	{
		color: #fff;
	}
	
	.main-menu-container .list-group-item
	{
		background-color: transparent;
		padding:5px 20px;
	}
		.main-menu-container .list-group-item:first-child
		{
			border-top: 0px none;
		}
		.main-menu-container .list-group-item:last-child
		{
			border-bottom: 0px none;
		}

		.main-menu-container .list-group-item .glyphicon
		{
			color:#ffffff;
		}

		.main-menu-container .list-group-item:hover .glyphicon
		{
			color:#333333;
		}

	.main-menu-container.topMenuContainer
	{
		padding: 10px 0;
	}
}

@media (min-width:0)
{
	.topMenu .navbar-nav li, .sharedMenu li {
		float: left;
	}
	.topMenu .navbar-nav .open .dropdown-menu, .sharedMenu .open .dropdown-menu {
		position: absolute;
		float: left;
		background-color: #ffffff;
	}
		.topMenu .navbar-nav .open .dropdown-menu ul li,
		.sharedMenu .open .dropdown-menu ul li
		{
			float: none;
		}
		.topMenu .navbar-nav .open .dropdown-menu ul.connect li,
		.sharedMenu .open .dropdown-menu ul.connect li
		{
			float:left;
		}
}

.topMenu .navbar-nav, .sharedMenu {
	float: right !important;
}

.topMenu .navbar-nav.navbar-right:last-child {
	margin-right: -15px !important;
}

.topMenuContainer .glyphicon
{
	font-size: 12px;
}

.inline-nav
{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}
.inline-nav li
{
	float:left;
	display:block;
	position:relative;
	list-style-type:none;
}
.inline-nav li a
{
	text-transform: uppercase;
	font-family: "Fjalla one";
	padding:14px 10px 12px 10px;
	line-height:20px;
	position:relative;
	display:block;
}

.only-social .social-share
{
	margin-top: -8px;
}

.social-share
{
	margin-right:15px;
	margin-top:-48px;
}
	.social-share a
	{
		font-size: 16px;
		color: #333333;
		padding: 16px 5px 0 5px;
	}
		.social-share a:hover
		{
			color: #EF3A43;
		}
.vertical-social .social-share
{
	margin-top: 5px;
	margin-right: 0;
}
	.vertical-social .social-share a
	{
		padding-top: 0px;
	}
.menu-padding
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:20px;
	padding-right:20px;
}

.mod {
    position: relative;
}

.mod-bd 
{
    padding: 40px 0 0 0;
}

.mod19 .mod-bd-wrap {
  position: relative;
  /*padding: 0 4px 0 0px;
  background: url(/content/images/mod19.png) no-repeat 100% -12px;*/
  padding:0;
  z-index: 3;
}

.mod15 .mod-bd, .mod18 .mod-bd, .mod19 .mod-bd {
  position: relative;
  padding: 0 3px;
  background: lightGrey;
}

.mod19 .mod-bd {
  padding: 0 10px;
  border-left: 1px solid #E6E6E6;
  background: white;
}

.mod15 .mod-ft, .mod18 .mod-ft, .mod19 .mod-ft {
  position: relative;
  overflow: hidden;
  height: 9px;
  background: url(/content/images/mod15.png) no-repeat 100% -532px;
}

.mod19 .mod-ft {
  height: 10px;
  background: url(/content/images/mod19.png) no-repeat 100% -980px;
}

.mod19 .mod-ft-wrap {
  position: relative;
  padding: 0 0 0 8px;
  background: url(/content/images/mod19.png) no-repeat 0 100%;
}

#nearby-list {
  text-align: center;
  position:relative;
  font-family:"Gibson SemiBold";
}
	#nearby-list #location
	{
		font-family: "Gibson Regular";
	}
#nearby-list p {
  font-weight: bold;
  font-size:12px;
  border-top:1px solid #ddd;
  margin-bottom:0px;
  padding:9px 0 7px 0;
}
#nearby-list ul, #nearby-list p {
  text-align: left;
}
	#nearby-list ul
	{
		border-bottom: 1px solid #ddd;
	}

#nearby-list li .col-1 {
  float: left;
  font-weight: bold;
  line-height: 13px;
  font-size:12px;
}
	#nearby-list li .col-1 img
	{
		margin-right: 5px;
	}

#find-nav-cont
{
	position: relative;
	font-family:"Gibson Regular";
}

.find-results .dotted-border-list li.first 
{
    border: none;
}

.dotted-border-list li.first {
    background: none;
}

.find-results {
    position: relative;
    margin: 5px 0 0 0;
    background: white;
}

#nav-overlay-find-koa .find-results {
    position: absolute;
    top: 29px;
    left: 0;
    width:100%;
    background: none;
}

@media (min-width:768px)
{
	.mainMenu #nav-overlay-find-koa .find-results
	{
		-moz-box-shadow: 3px 3px 5px rgba(68,68,68,0.6);
		-webkit-box-shadow: 3px 3px 5px rgba(68,68,68,0.6);
		box-shadow: 3px 3px 5px rgba(68,68,68,0.6);
	}
}

.clpMainMenu #form-nav-find-a-koa .input-group
{
	max-width:320px;
}
.clpMainMenu .mod-bd-wrap
{
	background:none;
	padding: 0px;
}

.clpMainMenu .mod-bd-wrap .mod-bd
{
	border-left: 0px none;
	padding: 0 15px;
}

@media (max-width:767px)
{
	.clpMainMenu .mod-bd-wrap
	{
		padding: 0 15px;
	}
}

/*#nav li {
  float: left;
  margin: 0 0 0 0;
  padding: 27px 24px 12px 7px;
}*/

#nav #nav-overlay-find-koa ul.dotted-border-list li {
    padding: 9px 0 7px 0;
    float: none;
}

#nav-overlay-find-koa .find-results .col-1 {
    text-align:left;
}

.find-results {
    display: none;
    overflow: hidden;
}

.find-results .col-1 {
    float: left;
	text-align:left;
}

.find-results .col-2, #nearby-list li .col-2 {
    float: right;
	line-height:13px;
	font-size:12px;
}

#nearby-list li .col-2
{
	height: 34px;
	line-height: 34px;
}
	#nearby-list li .col-2 a
	{
		vertical-align: middle;
	}

.dotted-border-list li.first {
  background: none;
}

.dotted-border-list li {
  padding: 5px 0;
  border-top: 1px solid #ddd;
}

.link-book {
  font-size: 11px;
}

.parallax-menu
{
	position:fixed;
	top:81px;
	right:0;
	z-index:1;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	padding:10px;
	-webkit-box-shadow: 0 0 10px 1px #000000;
	-moz-box-shadow: 0 0 10px 1px #000000;
	box-shadow: 0 0 10px 1px #000000;
}
	.parallax-menu.why-koa, .parallax-menu.ways-to-stay
	{
		top: 200px;
	}	
	
.parallax-menu li a
{
	font-weight: bold;
}
.parallax-menu li.active a > span, .parallax-menu li.active a:focus
{
	color: #EF3A43;
	font-weight:bold;
}

.parallax-menu li a:focus
{
	color: inherit;
}
.parallax-menu li.active a, .parallax-menu li.active a:focus
{
	color: #EF3A43;
}

	.parallax-menu li a:focus
	{
		color: inherit;
	}

.segments
{
	min-height: 415px;
	text-align:center;
	padding:15px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
@media only screen and (max-width:992px)
{
	.segments
	{
		margin-bottom: 15px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

.login-box
{
	margin:15px;
	padding: 15px;
	font-family: 'Gibson Regular';
	background-color:#fff;
	border-radius:10px;
}
	.login-box > p
	{
		font-family: 'Gibson Regular';
		/*color: #fff;*/
	}
	.login-box > .vkr-summary-action > .link-action3
	{
		font-weight: bold;
	}
.navigation-sub-title
{
	text-transform:uppercase;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	font-family:"Fjalla one";
	line-height:1.1;
	font-weight:500;
}
/* THIS DOCUMENT DEFINES CSS FOR THE CLP */
.campground-header
{
	margin-top:80px;
	/*padding:1em 2em;*/
	padding:15px;
	text-align:left;
}

.clp-brand-segmentation-logo > a > img
{
	float: right !important;
	max-width:60px;
}

.list-group {
	text-transform: uppercase;
}

@media (min-width:768px)
{
	.campground-header
	{
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	.clp-brand-segmentation-logo > a > img
	{
		float: left !important;
	}
}
@media (min-width: 992px)
{
	.campground-header
	{
		font-size: 12px;
	}
}
@media (max-width: 767px)
{
	.campground-header h1
	{
		font-size: 30px !important;
	}

	.campground-header-info
	{
		padding-left: 0px;
	}
}

	.campground-header h1
	{
		margin-top: 2px;
		margin-bottom:5px;
	}

	.campground-header p
	{
		margin-bottom: 0px;
	}

	.campground-header .glyphicon
	{
		font-size: 10px;
	}

.clpBackground .clp-body
{
	background-color: #ffffff;
}

.clp-body
{
	padding: 24px 9px;
}

	.clp-body.clp-home
	{
		padding-bottom: 0px;
	}
	
.clpMenu .navbar-brand
{
	margin-top:-11px;
}

#clp-welcome-message
{
	overflow: hidden;
}

#clp-welcome-message .marketingMessage
{
	padding-right:0px;
}
	#clp-welcome-message .marketingMessage
	{
		padding: 10px;
		margin-bottom:0px;
		margin-left:10px;
		background-color:#4c6083;
		border:solid 1px #455777;
		border-radius:4px;
	}
@media (max-width:767px)
{
	#clp-welcome-message .marketingMessage
	{
		margin-left: 0px;
		margin-bottom:10px;
	}
}
	#clp-welcome-message .marketingMessage p
	{
		color:#ffffff;
		margin-bottom:0px;
	}
		#clp-welcome-message .marketingMessage .glyphicon
		{
			color: #EF3A43;
			font-size: 12px;
		}

.campgroundMenu
{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	font-family:"Fjalla one";
	text-transform:uppercase;
}

.clp-breadcrumb
{
	/*font-family: "Fjalla one";*/
	background-color: rgba(255, 255, 255, 0.0);
	text-transform:uppercase;
	margin-bottom:5px;
	padding:0;
	font-size:11px;
}
	.clp-breadcrumb > li
	{
		font-size: 11px;
	}

.clpModule
{
	cursor: pointer;
}
	
.clpModule.well
{
	margin-bottom: 0px;
	/*border: 0px none;*/
	border-bottom:0px none;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.clpModule.widget-link:hover .hover
{
	color: #EF3A43;
}
	.clpModule h5
	{
		margin-top: 0px;
	}
	.clpModule .widget a
	{
		color:#7195AA;
	}
		.clpModule .widget a .glyphicon
		{
			font-size: 12px;
		}

#campgroundWeather
{
	padding: 7px;
	min-height:80px;
}
.local-weather-icon {
    float: left;
    font-size: 11px;
    text-align: center;
	padding-left:5px;
}
.local-weather-icon img {
    vertical-align: bottom;
}
.local-weather-temp {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #000000;
    float: right;
    font-size: 12px;
    /*height: 54px;*/
    line-height: 14px;
    /*padding: 10px 13px;*/
	padding-top:10px;
	padding-right:5px;
    text-align: center;
    /*width: 62px;*/
}

.local-weather-temp em {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.btn-hotdeals
{
	border-radius: 4px;
	color: #333;
	font-family: "Fjalla one", sans-serif;
	margin-bottom: 20px;
	text-transform:uppercase;
	width: 100%;
}

@media (min-width: 992px)
{
	.clpModule
	{
		font-size: 12px;
	}
	.clpModule .widget a .glyphicon
		{
			font-size: 10px;
		}
}

.clpModules .slide-up.widget
{
	position:absolute;
	bottom:0;
	background-color:#efefef;
	z-index:16;
	padding:15px;
}

.amenities-icon-list, .amenities-bullet-list, .groups-bullet-list
{
	margin-left: 0;
}

	.amenities-bullet-list li
	{
		width:33%;
	}
	.amenities-bullet-list li, .groups-bullet-list li, .bullet-list3 li
	{
		background: url("/content/images/red_bullet.png") no-repeat scroll 0 5px transparent;
		padding-left:15px;
	}

.amenities-icon-list li {
    width: 25%;
    margin-bottom: 13px;
}

.bullet-list3 li {
    line-height: 16px;
    margin: 0 0 8px;
}

@media (max-width:319px)
{
	.amenities-icon-list.list-inline li
	{
		display: block;
		float:none;
		width:100%;
	}
}

@media (min-width:320px) and (max-width:767px)
{
	.amenities-icon-list.list-inline li
	{
		display: block;
		width:50%;
	}
}

.clpMainMenu
{
	margin-bottom:0px;
	max-height: 49px;
}
@media (max-width:767px)
{
	.clpBackground
	{
		margin-top:-49px;
	}
	.clpMainMenu-collapse
	{
		z-index: 1;
	}
}

@media (min-width:768px)
{
	.clpMainMenu
	{
		top:0px;
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1031;
		border-width: 0 0 1px 0;
		border-radius: 0;
	}
}

@media (max-width: 5000px)
{
	.clpMainMenu
	{
		border-color:transparent;
		border:0px;
	}
    .clpMainMenu .navbar-toggle
    {
        display: block;
		border:0px none;
		margin-bottom: 0;
		margin-right: 15px;
		margin-top: 0px;
		padding: 4px 10px 5px 7px;
		border-radius:0px;
    }

		.clpMainMenu .navbar-toggle:hover, .clpMainMenu .navbar-toggle:focus
		{
			background-color:#ffffff;			
		}
				
		.clpMainMenu .navbar-toggle .text
		{
			text-transform: uppercase;
			font-family: 'Fjalla one';
			font-size: 12px;
			display: inline-block;
			line-height: 1em;
		}

		.clpMainMenu .navbar-toggle .icon-bar
		{
			width: 27px;
		}

		.clpMainMenu .navbar-toggle .icon-bar + .icon-bar {
		    margin-top: 3px;
		}
			
	.clpMainMenu .clpMainMenu-collapse .navbar-nav > li
	{
		float: none;
	}

	.clpMainMenu .navbar-toggle .pointer
	{
		background: url('/Content/Images/clp-menu-pointer.png') no-repeat;
		width:40px;
		height:20px;
		position:absolute;
		top:48px;
		left:0px;
		z-index:0;
	}

	.clpMainMenu-collapse
	{
		position:absolute;
		left:0;
		right:auto;
		top:48px;
		background-color:#ffffff;
		width:auto;
	}
	.clpMainMenu .clpMainMenu-collapse .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.clpMainMenu .clpMainMenu-collapse .navbar-nav .open .dropdown-menu > li > a,
	.clpMainMenu .clpMainMenu-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.clpMainMenu .clpMainMenu-collapse .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.clpMainMenu .clpMainMenu-collapse .navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.clpMainMenu .clpMainMenu-collapse .navbar-nav .open .dropdown-menu > li > a:hover,
	.clpMainMenu .clpMainMenu-collapse .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.clpMainMenu-collapse .dropdown
	{
		min-width: 320px;
	}

	.clpMainMenu .container > .navbar-header, .clpMainMenu .container > .navbar-collapse {
		margin-left: 0px;
		margin-right: 0px;
	}

	.clpMainMenu .main-menu-container ul > li > a {
		color: #333333;
	}
	.clpMainMenu .clpMainMenu-collapse .navbar-nav
	{
		margin: 0;
	}

	.clpMainMenu .navbar-header
	{
		float: left;
	}
		
	.clpMainMenu .sharedMenu > li > a
	{
		color:#333333;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.clpMainMenu .sharedMenu .active > a, .clpMainMenu .sharedMenu .active > a:hover, .clpMainMenu .sharedMenu .active > a:focus,
	.clpMainMenu .sharedMenu li > a:hover, .clpMainMenu .sharedMenu li > a:focus, .clpMainMenu .sharedMenu .open > a,
	.clpMainMenu .sharedMenu .open > a:hover, .clpMainMenu .sharedMenu .open > a:focus {
		color:#EF3A43;
		background-color:#fff;
		z-index:1031;
	}
}

/* BEGIN: Ways to Stay shared */
.site-type-nav, .site-type-nav-h
{
	border: 1px solid #C9C9C9;
	border-radius: 3px;
	background-color:#f9f9f9;
}
.site-type-link-text
{
	font-family:"Fjalla one";
	height:28px;
	display:inline-block;
	padding-top:8px;
	padding-left:5px;
	width:auto;
}
/*.site-type-link-text
{
	height:28px;
	display:inline-block;
	font-weight: bold;
	padding-top:14px;
	width:auto;
	float:left;
}*/
.site-type-link-sprite
{
	background: url(/content/images/sprite_no_repeat.png) no-repeat transparent;
	background-position:-24px -1031px;
	height:40px;
	line-height:40px;
	width:15px;
	display:inline-block;
}
/* END: Ways to Stay shared */

/* BEGIN: Ways To Stay Horizontal */
.site-type-nav-h
{
	/*width:900px;*/
	/*height:40px;*/
	margin:18px 0 18px 18px;
}
.site-type-nav-h ul
{
	display: block;
	height: 40px;
	position: relative;
	width:100%;
}
.site-type-nav-h ul li
{
	height: 40px;
	position: relative;
	padding:0 5px;
	float:left;
}
.site-type-nav-h ul li.first.active, .site-type-nav-h ul li.first
{
	padding-left:0;
}	
.site-type-nav-h ul li div
{
	height:40px;
	text-align:left;
}
.site-type-nav-h ul li div.header
{
	line-height:40px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
}
.site-type-nav-h ul li.active
{
	background-color:#f9d800
}
.site-type-nav-h ul li div a
{
	display:inline-block;
	color:#000000;
}		
.site-type-nav-img
{
	display:inline-block;
	float:left;
}

/* END: Ways To Stay Horizontal */

.pagination .pagination-controls {
    float: right;
    height: 15px;
}

.btn-arrow-right, .btn-arrow-right-disabled, .btn-arrow-left, .btn-arrow-left-disabled {
    display: inline-block;
    overflow: hidden;
    width: 11px;
    height: 9px;
    content:"\e250";
    text-indent: -1000px;
	font-family:"Glyphicons Halflings";
	font-size:11px;
	color: #EF3A43;
}

.btn-arrow-left {
    background-position: 100% -1079px;
}

.btn-arrow-left-disabled {
    background-position: 100% -1137px;
    cursor: default;
}

.pagination .pagination-controls a.btn-arrow-left, .pagination .pagination-controls a.btn-arrow-right, pagination .pagination-controls a.btn-arrow-left-disabled, .pagination .pagination-controls a.btn-arrow-right-disabled {
    float: left;
    margin-top: 3px;
}

.pagination .pagination-controls .pagination-pages .active a {
    color:black !important;
}

.pagination .pagination-controls .pagination-pages {
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 0 8px;
}

.pagination .pagination-controls .pagination-pages ol li {
    display: block;
    float: left;
    border-right: 1px solid #CCCBCB;
    padding: 1px 6px;
}

.pagination .pagination-controls .pagination-pages ol li a {
    display: block;
    color: #3C667F;
    font-weight: bold;
    font-size: 11px;
}

.pagination .pagination-controls .pagination-pages ol li.current a {
    color: black;
}

.pagination .pagination-controls .pagination-pages ol li.last {
border-right: 0 none;
}

.ratings
{
	padding: 10px;
}
.ratings-rating
{
    /*padding-top:10px;*/
    padding-bottom:15px;
    padding-left:20px;
}
.ratings-date
{
    /*padding-top:10px;*/
    padding-bottom:0px;
    font-style:italic;
}
ratings-comment 
{
    padding-bottom:10px;
    padding-top:8px;
    padding-right:10px;
    min-height:65px;
}
.ratings-response 
{
    clear:both;
    padding:10px;
    margin-top:10px;
    margin-bottom:15px;
    margin-right:15px;
}

/* BEGIN: Sidebar widgets - hotdeals, vkr, etc*/
.content-section-right-widget
{
	width: auto;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background-color: #f3f3f3;
	margin-bottom: 13px;
}

.clp-sidebar
{
    min-height: 130px;
	font-size:13px;
}

.clp-sidebar .header
{
	width: auto;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #C02526;
	margin: 0 11px;
	padding: 10px 0 4px;
}

.clp-sidebar .header-extendedstaygroups
{
	font-size: 16px;
}
.clp-sidebar .header p
{
    margin: 0;
}
 
.clp-sidebar .body
{
	width: auto;
	padding: 8px 11px 10px 11px;
}
	
.clp-sidebar .body a
{
	font-weight: bold;
}

.clp-sidebar .body div.center-text
{
	text-align: center;
}

.clp-sidebar .body div.center-text img
{
	width: 100%;
}

.clp-sidebar .body .centerBoldParagraph
	{
		text-align:center;
	}
	.clp-sidebar .body .centerBoldParagraph p
	{
		margin:0;
		font-weight:bold;
	}

.clp-sidebar ul
{
	display: block;
	height: 100%;
	position: relative;
}
.clp-sidebar ul li
{
	height: 100%;
	position: relative;
	width: 100%;
}
.clp-sidebar ul li div
{
	text-align:left;
	padding: 7px 0;
}
.clp-sidebar ul li div a
{
	font-weight: bold;
}
.clp-sidebar ul li div p
{
	margin-bottom: 0px;
}

.clp-sidebar ul li div.any
{
	border-top: 1px dotted #000000;
}
.clp-sidebar ul li div.first
{
	border-top: 0px none;
}
.clp-sidebar ul li div.any-active
{
	border-top: 1px dotted #000000;
	background-color: #e3e3e3;
}
.clp-sidebar ul li div.first-active
{
	border-top: 1px solid #C02526;
	background-color: #e3e3e3;
}
.clp-sidebar-link-sprite
{
	background: url(/content/images/sprite_no_repeat.png) no-repeat transparent;
	background-position: -24px -1046px;
	height: 15px;
	line-height: 15px;
	width: 15px;
	display: inline-block;
	padding-right: 3px;
}
.learn-more-wrapper
{
	float: right; 
	width: 200px; 
	padding-left: 10px; 
	margin-top: 5px;
}
.clp-sidebar-learn-more
{
	min-height:25px !important;
}
/* END: Sidebar widgets - hotdeals, vkr, etc*/

.btn-play {
	left: 37%;
    position: absolute;
    top: 30%;
    background: url(/content/images/arrow_round_right.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 47px;
    overflow: hidden;
    width: 47px;
}

.modal-warning h2 {
overflow: hidden;
width: 250px;
height: 33px;
font-size: 18px;
font-weight: bold;
color:#ff0000;
}

.modal-warning h2:before
{
	content: "\e209";
	display: inline-block;
	font-family: "Glyphicons Halflings";
	color: #ff0000;
	padding: 0 10px 0 5px;
	font-size: 18px;
}

.modal-warning h6 {
    margin: 0 0 6px 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

.modal-warning .key {
    float: left;
    width: 40px;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: black;
}

.modal-warning .value {
    float: left;
}

@media (max-width:768px)
{
	input[type="text"], input[type="number"], textarea
	{
		font-size: 16px !important;
	}
}

#foodServiceCarousel.carousel .carousel-control { visibility: hidden; }
#foodServiceCarousel.carousel:hover .carousel-control { visibility: visible; }

/*body.modal-open {
    position: fixed;
    overflow: hidden;
    left:0;
    right:0;
}
.modal{
    -webkit-overflow-scrolling: auto;
}*/

.scroll-pane-container 
{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

    .scroll-pane-container.last 
	{
        border-bottom: 0 none;
    }

.foodservices-special 
{
    background:#4C6083;
    border-radius:5px;
    color:#fff;
}

.canada-flag-icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 33px;
    background: url(/content/images/Sprite-KOA-Main.png) no-repeat 0 -1347px;
    text-indent: -9999px;
    vertical-align: top;
	margin-left:3px;
	
}
.ratings-rating-half, .ratings-rating-half, .ratings-rating-1, .ratings-rating-1half, .ratings-rating-2, .ratings-rating-2half, .ratings-rating-3, .ratings-rating-3half, .ratings-rating-4, .ratings-rating-4half, .ratings-rating-5,
.site-type-nav-rv, .site-type-nav-tent, .site-type-nav-cabin, .site-type-nav-special, .site-type-nav-extended-stays
{
    display: inline-block;
    /*height: 59px;
    width: 121px;*/
    padding:0px !important;
    margin:0px !important;
}
/*.ratings-rating-half
{
    background: url('/content/images/sprite-koa-main.png') no-repeat -200px -20px; width: 121px; height: 20px;
}*/
.ratings-rating-1
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -480px; width: 96px; height: 18px;
}
.ratings-rating-1half
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -520px; width: 96px; height: 18px;
}
.ratings-rating-2
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -560px; width: 96px; height: 18px;
}
.ratings-rating-2half
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -600px; width: 96px; height: 18px;
}
.ratings-rating-3
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -640px; width: 96px; height: 18px;
}
.ratings-rating-3half
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -679px; width: 96px; height: 18px;
}
.ratings-rating-4
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -719px; width: 96px; height: 18px;
}
.ratings-rating-4half
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -759px; width: 96px; height: 18px;
}
.ratings-rating-5
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -799px; width: 96px; height: 18px;
}

.site-type-nav-rv
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -860px; width: 56px; height: 32px;
}

.site-type-nav-deluxe-cabin
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -930px; width: 56px; height: 32px;
}

.site-type-nav-cabin
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -1000px; width: 56px; height: 32px;
}

.site-type-nav-tent
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -1070px; width: 56px; height: 32px;
}

.site-type-nav-special
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -1140px; width: 56px; height: 32px;
}

.site-type-nav-extended-stays
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -1210px; width: 56px; height: 32px;
}

.site-type-nav-groups
{
    background: url('/content/images/sprite-koa-main.png') no-repeat 0px -1280px; width: 56px; height: 32px;
}

.icon-max-amp, .icon-max-length, .icon-wifi, .icon-pavilion, .icon-snack-bar, .icon-pool, .icon-hot-tub-sauna, .icon-gas, .icon-kamping-kitchen, .icon-cable-tv, 
.icon-electric-tent, .icon-mini-golf, .icon-tour-shuttle, .icon-bicycle-rentals, .icon-rv-rentals, .icon-tents, .icon-fishing {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.koa-icon 
{
    float: left;
	position: relative;
    height: 54px;
	width:54px;
	overflow: hidden;
    padding: 0 0 0 37px !important;
}

.koa-icon img, .koa-icon .img {
    float: left;
    margin-left: -37px;
    position: relative;
}
	.koa-icon .img
	{
		width:54px;
		height:54px;
	}

.koa-icon span {
    display: block;
    line-height: 12px;
    padding: 5px 5px 0 9px;
	position:absolute;
	left:50px;
	top:15px;
}
.icon-dog-park {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -557px -810px;
}
.icon-pavilion {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -900px;
}
.icon-pavilion-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -287px -900px;
}
.icon-snack-bar {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -1170px;
}
.icon-snack-bar-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -287px -1170px;
}
.icon-pool {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -557px -1530px;
}
.icon-hot-tub-sauna {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -557px -630px;
}
.icon-hot-tub-sauna-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -657px -630px;
}
.icon-gas {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -540px;
}
.icon-gas-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -287px -540px;
}
.icon-max-length
{
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -720px;
}
.icon-firewood {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -450px;
}
.icon-firewood-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -287px -450px;
}
.icon-max-amp
{
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -630px;
}
.icon-max-amp .overlay-text, .icon-max-length .overlay-text,
.icon-max-amp em, .icon-max-length em {
    color: #000;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    width: 48px;
	left:3px;
}
.icon-max-length .overlay-text, .icon-max-length em
{
	top: 19px;
}
.icon-max-amp .overlay-text, .icon-max-amp em {
	top: 7px;
}
.icon-max-amp span.print, .icon-max-length span.print
{
	display:none;
}
.icon-kamping-kitchen {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -270px;
}
.icon-kamping-kitchen-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -287px -270px;
}
.icon-cable-tv {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -90px;
}
.icon-cable-tv-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -287px -90px;
}
.icon-mini-golf
{
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -557px -990px;
}
.icon-mini-golf-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -657px -990px;
}
.icon-tour-shuttle {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -557px -1350px;
}
.icon-tour-shuttle-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -657px -1350px;
}
.icon-bicycle-rentals {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -557px -90px;
}
.icon-bicycle-rentals-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -657px -90px;
}
.icon-tents {
    background-position: 0 -993px;
}
.icon-wifi {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -187px -1260px;
}
.icon-wifi-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -287px -1260px;
}
.icon-fishing {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -557px -180px;
}
.icon-fishing-fee {
	background: url("/content/images/Directory-Icons-Sprite.png") no-repeat -657px -180px;
}
.icon-toiletries {
    background-position: 0 -1193px;
}
.icon-sleeping-bags {
    background-position: 0 -1260px;
}
.icon-bath-hand-towels {
    background-position: 0 -1394px;
}
.icon-desserts-snacks {
    background-position: 0 -1461px;
}
.icon-campfire {
    background-position: 0 -1528px;
}
.icon-side-dishes {
    background-position: 0 -1595px;
}
.icon-main-dishes {
    background-position: 0 -1662px;
}
.icon-breakfast {
    background-position: 0 -1729px;
}
.icon-insect-study {
    background-position: 0 -1796px;
}
.icon-canoeing {
    background-position: 0 -1863px;
}
.icon-fire-safety {
    background-position: 0 -1930px;
}
.icon-nature {
    background-position: 0 -1997px;
}
.icon-handicap-accessible {
    background-position: 0 -2064px;
}
.icon-water-electric {
    background-position: 0 -2131px;
}
.icon-bbq-grills {
    background-position: 0 -2198px;
}
.icon-water-access {
    background-position: 0 -2265px;
}
.icon-golf {
    background-position: 0 -2332px;
}
.icon-store {
    background-position: 0 -2399px;
}
.icon-playground {
    background-position: 0 -2466px;
}
.icon-meeting-room {
    background-position: 0 -2533px;
}
.icon-big-rig-friendly {
    background-position: 0 -2600px;
}
.icon-bird-study {
    background-position: 0 -2667px;
}
.icon-wilderness-survival {
    background-position: 0 -2734px;
}
.icon-rv-patio-sites {
    background-position: 0 -2801px;
}
.icon-game-room {
    background-position: 0 -2868px;
}
.icon-lodging {
    background-position: 0 -2935px;
}
.icon-emergency-preparedness {
    background-position: 0 -3002px;
}
.icon-hiking {
    background-position: 0 -3068px;
}
.icon-forestry {
    background-position: 0 -3135px;
}
.icon-telephone {
    background-position: 0 -3201px;
}
/*.icon-pavilion img {
    top: 0;
}
.icon-snack-bar img {
    top: -66px;
}
.icon-pool img {
    top:-132px;
}
.icon-hot-tub-sauna img {
    top:-198px;
}
.icon-gas img {
    top:-264px;
}
.icon-max-amp img
{
	top:-330px;
}
.icon-max-length img
{
	top:-462px;
}
.icon-firewood img {
    top:-396px;
}
.icon-max-amp em, .icon-max-length em {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    left: 2px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 37px;
}
.icon-max-amp em {
	left: 1px;
    top: 5px;
}
.icon-max-amp span.print, .icon-max-length span.print
{
	display:none;
}
.icon-kamping-kitchen img {
    top: -528px;
}
.icon-cable-tv img {
    top: -594px;
}
.icon-electric-tent {
    background-position: 0 -661px;
}
.icon-mini-golf img {
    top: -727px;
}
.icon-tour-shuttle img {
    top: -793px;
}
.icon-bicycle-rentals img {
    top:-860px;
}
.icon-rv-rentals img {
    top: -926px;
}
.icon-tents {
    background-position: 0 -993px;
}
.icon-wifi img {
	top:-1059px;
}
.icon-fishing img {
    top: -1126px;
}
.icon-toiletries {
    background-position: 0 -1193px;
}
.icon-sleeping-bags {
    background-position: 0 -1260px;
}
.icon-bath-hand-towels {
    background-position: 0 -1394px;
}
.icon-desserts-snacks {
    background-position: 0 -1461px;
}
.icon-campfire {
    background-position: 0 -1528px;
}
.icon-side-dishes {
    background-position: 0 -1595px;
}
.icon-main-dishes {
    background-position: 0 -1662px;
}
.icon-breakfast {
    background-position: 0 -1729px;
}
.icon-insect-study {
    background-position: 0 -1796px;
}
.icon-canoeing {
    background-position: 0 -1863px;
}
.icon-fire-safety {
    background-position: 0 -1930px;
}
.icon-nature {
    background-position: 0 -1997px;
}
.icon-handicap-accessible {
    background-position: 0 -2064px;
}
.icon-water-electric {
    background-position: 0 -2131px;
}
.icon-bbq-grills {
    background-position: 0 -2198px;
}
.icon-water-access {
    background-position: 0 -2265px;
}
.icon-golf {
    background-position: 0 -2332px;
}
.icon-store {
    background-position: 0 -2399px;
}
.icon-playground {
    background-position: 0 -2466px;
}
.icon-meeting-room {
    background-position: 0 -2533px;
}
.icon-big-rig-friendly {
    background-position: 0 -2600px;
}
.icon-bird-study {
    background-position: 0 -2667px;
}
.icon-wilderness-survival {
    background-position: 0 -2734px;
}
.icon-rv-patio-sites {
    background-position: 0 -2801px;
}
.icon-game-room {
    background-position: 0 -2868px;
}
.icon-lodging {
    background-position: 0 -2935px;
}
.icon-emergency-preparedness {
    background-position: 0 -3002px;
}
.icon-hiking {
    background-position: 0 -3068px;
}
.icon-forestry {
    background-position: 0 -3135px;
}
.icon-telephone {
    background-position: 0 -3201px;
}*/

.btn-share
{
	display: inline-block !important;
    height: 24px;
    margin: 0 5px 0 0;
    overflow: hidden;
    text-indent: -1000px;
    width: 24px;
}

.btn-facebook-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 0 transparent;
}
.btn-twitter-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -60px transparent;
}

.btn-pinterest-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -120px transparent;
}

.btn-instagram-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -180px transparent;
}

.btn-youtube-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -240px transparent;
}

.btn-blog-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -300px transparent;
}

.btn-googleplus-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -360px transparent;
}

.btn-newsfeed-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -417px transparent;
}

.btn-email-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -480px transparent;
}

.btn-print-share {
    background: url("/content/images/Social-Icons-Sprite.png") no-repeat scroll 0 -541px transparent;
}
.no-top-margin
{
    margin-top:0px !important;
}

p {
    line-height: 16px;
    margin: 0 0 13px;
}

strong {
    font-weight: bold;
}

.reserve-h1
{
	font-size: 14px;
	margin:0;
	padding:0;
}

.reserve-top-h2
{
    margin:0;
	padding:0;
}

.reserve-top-text
{
    padding:0 0 20px 0;
	margin:0;
    font-size:14px;
}
#reserve-details
{
    border: 3px solid #D3D3D3;
    border-radius:5px;
}

#reserve-hotdeal
{
    padding-bottom:10px;
}

.reserve-hotdeal-title
{
    color: #010101;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.reserve-hotdeal-validtext
{
    color: #000000;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.reserve-hotdeal-valid
{
    margin-right: 20px;
    width: 130px;
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;
    float: left;
    padding-top: 14px;
}

.reserve-hotdeal-detail
{
    margin-right: 20px;
    /*width: 338px;*/
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;
    float: left;
    padding-top: 14px
}

.reserve-hotdeal-terms
{
    font-size: 11px;
    margin-bottom: 12px;
    margin-top: 2px;
    color: #272727;
    font-style: italic;
}

.reserve-hotdeal-terms p
{
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #272727;
    font-style: italic;
}

.reserve-hotdeal-remove
{
    width: 160px;
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;
    float: left;
    padding-top: 14px
}

.reserve-sitetype-container, .reserve-sitetype-container-odd, .reserve-sitetype-container-ccwu
{
    padding: 18px 10px;
}

.reserve-sitetype-container-odd
{
    background: #F4F4F4;
}

.reserve-sitetype-container-ccwu
{
    background: #E1ECF7;
}

#site-types .col-1, #site-types .col-2
{
    float: left;
}

#site-types .col-1
{
    position: relative;
    width: 154px;
}

#site-types .col-2
{
    width: 516px;
}

#site-types .col-1 p
{
    margin: 0 10px 5px 0;
}

#site-types .col-2 p
{
    margin: 0 0 10px 0;
}

#site-types .details
{
    border-top: 2px solid #D3D2D2; 
	padding-top: 10px;
}

.reserve-sitetype-unavailable .campsite-price {
  border-color: #E2282E !important;
  color: #E2282E !important;
}

@media (max-width:991px)
{
	#site-types .details.details-last
	{
		border-top: 0px none; 
		padding-top: 10px;
	}

	#site-types .details.details-first
	{
		margin-bottom: 10px;
	}
}

#site-types .campsite-description
{
    float: left;
    width: 370px;
}

#site-types .campsite-action, #site-types .campsite-price
{
    float: right; 
    margin: 0;
}

#site-types img.campsite-photo
{
    z-index: 1;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
	margin-bottom:5px;
	width:100%;
}

#site-types img.magnify
{
    position: absolute; 
    z-index: 100; 
    top: 25%; 
    left: 40%;
}

#site-types a.sitetype-link span
{
    display: none;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 30%;
    
    background: #eeeeec;
    text-align: center;
    color: #3C667F;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.transparent {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.reserve-sitetype-title
{
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    margin: 11px 0 17px 0;
}

/* add this style to the publicstyles.css */
.container18 
{
    float: left;
    margin: 0 10px;
    width: 180px;
}

/* add this style to the publicstyles.css */
h5 {
    font-weight: normal;
    font-size: 15px;
}

/* add this style to the publicstyles.css */
.story-bar-grey, .story-bar-grey-full {
	background-color: #F4F4F4;
	padding: 22px 12px;
	border-top: 3px solid #CCCBCB;
}

/* add this style to the publicstyles.css */
 .story-bar-grey-full {
	border-bottom: 3px solid #CCCBCB;
	padding: 10px 12px;
}

.feature-details
{
    margin: 20px;
}

.feature-details h2
{
    /*font-size: 23px; */
    float:left;
    margin: 5px 0 20px 0;
}

.feature-details .right-container
{
    float: right;
}

.feature-details .reserve-sitetype-title
{
    float: none;
}

.feature-details h5
{
    margin: 10px 0 5px 0;
}
#site-types .bullet-list3 li, .feature-details .bullet-list3 li, #reserve-step4 .bullet-list3 li
{
    margin: 0 0 2px;
}

.reserve-sitetype-block-color
{
    background-color: #D73234;
    float: left;
    height: 11px;
    margin: 0 7px 0 0;
    width: 5px;
}

.feature-details .site-type-image
{
    float: right;
    position:relative;
}
@media screen and (min-width:768px)
{
	.feature-details .site-type-image
	{
		width: 335px;
	}
}

.feature-details .site-type-image .carousel-prev, .feature-details .site-type-image .carousel-next
{
    position: absolute;
    top: 120px;
}

@media (max-width:320px)
{
	.feature-details .site-type-image .carousel-prev, .feature-details .site-type-image .carousel-next
	{
		top: 90px;
	}
}

.feature-details .site-type-image .carousel-prev 
{ 
	left: 20px;
}
	.feature-details .site-type-image .carousel-prev:before, .feature-details .site-type-image .carousel-next:after
	{
		display:inline-block;
		font-family:"Glyphicons Halflings";
		color: #EF3A43;
		font-weight: bold;
		padding: 0 0 0 5px;
		font-size:20px;
	}
.feature-details .site-type-image .carousel-next 
{ 
	right: 25px;
}
	
	.feature-details .site-type-image .carousel-prev:before
	{
		content: "\e079";
	}
	.feature-details .site-type-image .carousel-next:after
	{
		content: "\e080";
	}

.feature-details img.campsite-photo
{
    margin: 10px 0 0 0;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
}

.campsite-price strong
{
    font-weight: bold;
}

.notice 
{
    color: #E2282E;
}

.big-weekend-promo
{
    padding-left:15px !important;
}

.reserve-sitetype-unavailable .campsite-price 
{
    border-color: #E2282E !important;
    color: #E2282E !important;
}

.reserve-sitetype-special .campsite-price 
{
    border-color: #E86E04 !important;
    color: #E86E04 !important;
}

.reserve-sitetype-hotdealunavailable .campsite-price 
{
    border-color: #E86E04 !important;
    color: #E86E04 !important;
}

.reserve-sitetype-unavailable h4
{
    color: #999999 !important;
}
#site-types .bullet-list3
{
    /*float: left;*/
    position: relative;
    /*width: 170px;*/
	padding: 0;
	margin: 0 10px 0 0;
    list-style-type: none;
	list-style-position: inside;
}

/*
.reserve-sitetype-list li
{
    background: url("/content/images/sprite_no_repeat_v2.png") no-repeat scroll -30px -37px transparent;
    color: #3C667F;
    padding: 1px 0 0 14px;
}
*/

#reserve-details-wrap
{
    padding:15px;
}

.reserve-details-row-divider
{
    padding: 7px 0;
    /*background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;*/
	border-top:1px solid #ddd;
    overflow: hidden;
}

.reserve-details-title
{
    clear:both;
    float:left;
    width:80px;
}

.reserve-details-value
{
    float:left;
    /*width:80px;*/
}

.reserve-details-title2
{
    clear:both;
    float:left;
    width:110px;
    font-weight:bold;
}

.reserve-details-value2
{
    float:left;
    width:80px;
}

.reserve-form
{
    padding-top:0px;
}

/*.reserve-form input[type='submit']
{
    background-color:#C02526;
    border: 1px solid #8B0A06;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-weight:bold;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    margin: 0px;
}*/

/*input[type='submit']
{
    background-color:#C02526;
    border: 1px solid #8B0A06;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-weight:bold;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
}*/

/*#nextButton
{
    background: url("/content/images/nextButton.png") repeat-x scroll left top transparent;
    color: #fff;
    border:0px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    width:91px;
}*/

/*#backButton
{
    background: url("/content/images/backButton.png") repeat-x scroll left top transparent;
    color: #fff;
    border:0px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    width:91px;
}*/

.link-button2
{
    display: block;
    background: #7593AB;
    text-align: center;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#reserve-smallform-backstep
{
    height: 30px;
    width:91px;
}

.reserve-form div.help
{
    color: #FFFF99;
    font-weight: bold;
}

.reserve-form label
{
    /*color: #000000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px !important;
    text-transform: uppercase;*/
}
#reserve-details label
{
    color: #000000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px !important;
    text-transform: uppercase;
}

.reserve-form input
{

}

.reserve-your-reservation
{
    background: url("/content/images/reserveUnderline.jpg") no-repeat left bottom transparent;
    padding-bottom:5px;
}

.reserve-camp-notes
{
    padding: 11px 0 10px 18px;
    /*width: 707px;*/
    background: url("/content/images/header_marker.jpg") no-repeat scroll 0 -212px transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 -15px;
}

.reserve-camp-notes-text
{
    background: url("/content/images/sprite_no_repeat4.png") no-repeat scroll -7px -235px transparent;
    display: block;
    height: 16px;
    padding: 0 0 0 21px;
}

#reserve-othercharges
{
    text-align:right;
}

#reserve-step3-details
{
}

#reserve-step3-vkrbox
{
    /*float:left;
    width:220px;*/
}

#reserve-step3-vkrbox h4
{
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
}

#reserve-step3-vkrbox .reserve-form
{
    padding-top:0px;
}

#reserve-step3-vkrbox-postalcode
{
    float:left;
}

#reserve-step3-vkrbox-apply
{
    /*float:right;*/
    padding-top:25px;
}

#reserve-step3-vkrbox-postalcode input
{
    width:86px !important;
}

#reserve-step3-vkrbox-vkrnumber input, #reserve-step3-vkrbox-postalcode input
{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 00px 3px 5px;
    width:159px;
}

#reserve-step3-vrkboxborder
{
    border: 10px solid #F8D800;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 13px;
}

#reserve-step3-vkrbox-forgot
{
    clear:both;
    padding-top:10px;
    padding-bottom:10px;
}

#reserve-step3-vkrbox-nomembership
{
    clear:both;
    padding-top:10px;
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;
    padding: 9px 0 7px;
}

#reserve-step3-vkrbox-nomembership p, #reserve-step3-vkrcouldsave p
{
    line-height: 16px;
    margin: 0 0 5px;
}

#reserve-step3-rates
{
    /*float:right;
    width:460px;*/
}

#reserve-step3-vkrcouldsave
{
    text-align:right;
}

#reserve-step3-vkrcouldsave em
{
    color: #E2282E;
}

#reserve-step3-vkrbox-vkrsavings
{
    font-size:12px;
}

#reserve-step3-vkrbox-vkrsavings em
{
    font-weight:bold;
    color: #E2282E;
}

#reserve-step3-form
{
    padding-top:15px;
    clear:both;
    width:100%;
}

/*#reserve-step3-personalinfo, #reserve-step3-personalinfo-col1, #reserve-step3-paymentinfo-col1
{
    float:left;
    width:49%;
}*/

/*#reserve-step3-paymentinfo, #reserve-step3-personalinfo-col2, #reserve-step3-paymentinfo-col2
{
    float:right;
    width:49%;
}*/

@media (max-width:768px)
{
	#reserve-step3-paymentinfo
	{
		padding-top: 15px;
	}
}

#reserve-step3-personalinfo-col1, #reserve-step3-personalinfo-col2, #reserve-step3-paymentinfo-col, #reserve-step3-paymentinfo-col1, #reserve-step3-paymentinfo-col2, #reserve-step3-personalinfo-col
{
    padding-top:10px;
}

/*#reserve-step3-personalinfo-country
{
    float:left;
    height:50px;
}*/
/*#reserve-step3-personalinfo-phonenumber
{
    height:50px;
}*/

/*#reserve-step3-personalinfo-stateprovince
{
    width:50%;
    float:left;
}
#reserve-step3-personalinfo-postalcode
{
    width:50%;
    float:right;
}*/

#reserve-step3-personalinfo-postalcode input
{
    width:68px !important;
}

#reserve-step3-personalinfo-stateprovince input
{
    width:55px !important;
}

#reserve-step3-form input[type='text']
{
    /*border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 00px 3px 5px;*/
    /*width:148px;*/
}

#reserve-step3-paymentinfo select, #reserve-step3-personalinfo select, #invoice-donation-price select
{
    /*background-color:#F9F9F9;*/
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
}

#invoice-donation-text input[type='checkbox']
{
	display:block; 
	margin-right:10px; 
	margin-top:2px; 
	float:left;
}

#invoice-donation-subtext
{
	padding-left:15px; 
	font-size:11px; 
	padding-left:23px; 
	padding-top:5px; 
	font-size:11px;
}

#invoice-donation-price
{
	text-align:right;
}

#reserve-step3-carecampsdonation
{
	padding-top: 10px;
}

.care-camps-help {
	background: url("/content/images/sprite_no_repeat4.png") no-repeat scroll 100% -271px transparent;
    height: 16px;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 15px;
}

#reserve-step3-personalinfo select
{
   width:158px; 
}

/*.reserve-step3-paymentinfo-floater
{
    float:left;
    padding-right:10px;
}*/

/*.reserve-step3-paymentinfo-fixedheight
{
    height:50px;
}*/

.reserve-step3-paymentinfo-newline
{
    clear:both;
}

/*.reserve-step3-paymentinfo-securitycode input
{
    width:60px !important;
}*/

#reserve-step3-specialrequests
{
    clear:both;
    padding-top:15px;
}

#reserve-step3-specialrequests textarea
{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 00px 3px 5px;
    width:94%;
    height:100px;
}

#reserve-step3-terms
{
    clear:both;
    padding-top:15px;
}

#reserve-step3-terms h4
{
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 14px;
    color: #000000;
}

#reserve-step3-termsborder
{
    border:2px solid #E8E7E7;
    border-radius: 3px 3px 3px 3px;
    
    color:#777777;
    width:100%;
    height:200px;
    overflow:auto;
}

#reserve-step3-termsscroll
{
    padding:5px;
}

#reserve-step4
{
    margin-top: 5px;
}

#reserve-step4-notice
{
    border:2px solid #F8D800;
    border-radius: 3px 3px 3px 3px;
    color: #E2282E;
    padding:10px;
    font-size:14px;
    margin-bottom:15px;
    background: #FFFDEF;
}

/* Layout */
.next-button-container
{
    padding-top:15px;
    clear:both;
    text-align:right;
    width:100%;
}
#reserve-step-guests
{
    clear:both;
}

#reserve-calendar-checkin
{
    float:left;
    width:110px;
}

#reserve-calendar-checkout
{
    float:left;
    width:140px;
}

#reserve-calendar
{
    float:left;
}

#reserve-guests
{
    float:left;
    width:230px;
}

#reserve-guests select/*, #reserve-sitecategory select*/
{
    background-color:#F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width:60px;
}

#reserve-guests-adults, #reserve-guests-kids, #reserve-guests-free
{
    /*float:left;
    width:70px;*/
}

.reserve-rates-additional
{
    width:100%; 
    display:block; 
    text-align:right; 
    font-style:italic;

}
/*#reserve-sitecategory
{
    float:left;
    width:250px;
}*/

/*#reserve-sitecategory select
{
    width:200px;
}*/

.reserve-form-calendar {
    background: #F9F9F9 url("/content/images/sprite_no_repeat4.png") no-repeat scroll 97% 4px;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 30px 3px 5px;
    width:95px;
}

#reserve-step-equipment, #reserve-step-vkr
{
    clear:both;
    /*background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;*/
	border-top:1px solid #ddd;
    padding-top:30px;
    margin-top:30px;
}

#reserve-step-sort
{
    float:right;
    /*padding-bottom:10px;*/
    padding-top:10px;
}

#reserve-step-sort select
{
    background-color:#F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width:200px;
}

/*#reserve-equipment-select
{
    float:left;
    width:200px;
}*/

#reserve-equipment-padding
{
    float:left;
    width:30px;
}

#reserve-equipment-slideouts
{
    float:left;
    width:200px;
}

#reserve-pets
{
    float:left;
    width:200px;
}

#reserve-pet-policy {
    font-size: 10px;
    padding-top: 2px;
}

/*#reserve-equipment-select select
{
    background-color:#F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width:200px;
}*/

#reserve-vkr-vkrnumber select
{
    background-color:#F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width:200px;
}

#reserve-vkr-change-vkrnumber select, #reserve-vkr-change-preferences select
{
    background-color:#F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width:200px;
}

#reserve-equipment-length
{
    margin-top:10px;
    /*clear:both;*/
}

#rv-length-notice
{
    color: #000000;
    font-size: 10px;
    line-height: 10px;
    float:right;
    width: 97px;
}

#rv-length-notice strong
{
    font-weight:bold;
}

#reserve-equipment-length input
{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 00px 3px 5px;
    width:25px;
}

/*#reserve-step-vkr
{
    clear:both;
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;
    padding-top:30px;
    margin-top:30px;
}*/

#reserve-step-change-vkr
{
    clear:both;
    padding-top:10px;
    margin-top:10px;
}

#reserve-step-change-vkr-bottom
{
    clear:both;
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;
    padding-top:10px;
    margin-top:30px;
}

#reserve-vkr-optional
{
    /*float:left;
    width:100px;*/
    /*padding-top:20px;*/
}

#reserve-vkr-optional h4
{
    color:#747373;
}

#reserve-vkr-vkrnumber, #reserve-vkr-postalcode, #reserve-vkr-novk, #reserve-vkr-preferences
{
    /*float:left;*/
    /*width:120px;*/
}

#reserve-vkr-change-vkrnumber, #reserve-vkr-change-preferences
{
    float:left;
    width:250px;
}

#reserve-vkr-change-button
{
    float:left;
    width:200px;
}

#reserve-vkr-separator
{
    float:right;
    border-left:1px solid #D3D3D3;
    padding:5px;
    height:75px;
}

#reserve-vkr-novk
{
    float:left;
    /*width:340px;*/
}

#resere-vkr-novk-details
{
    font-size:11px;
    padding-top:10px;
}

#resere-vkr-novk-details strong
{
    font-weight:bold;
}

#reserve-vkr-vkrnumber input
{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 00px 3px 5px;
    width:95px;
}

#reserve-vkr-postalcode input
{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 00px 3px 5px;
    width:60px;
}

.reserve-edit-reservation
{
    border:1px solid #fff;
    border-radius:4px;
    display:block;
    background-color:#7195AA;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    line-height: 22px;
    padding: 0 6px 0 7px;
    text-align: center;
    margin-top:10px;
}

#reserve-container .button-select, #reserve-container .button-select-ccwu, #reserve-container .button-reserve
{
    float: right;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.button-select
{
    background: url(/content/images/select-button.png) no-repeat; 
    width: 127px; 
    height: 28px;
}

.button-reserve
{
    background: url(/content/images/koa-main-sprite.png) no-repeat scroll -190px -640px transparent; 
    width: 128px; 
    height: 30px;
}

.button-select-ccwu
{
    background: url(/content/images/10-dollar-night.png) no-repeat; 
    width: 127px; 
    height: 28px;
}

.reserve-estchgs-link
{
	font-size: 13px;
	font-weight: bold;
}

.reserve-edit-reservation:hover
{
    color: #FFFFFF;
}

.reserve-koa-icon
{
    background: url("/content/images/icon_koa.png") no-repeat;
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    /*padding: 0 0 0 30px;*/
	padding-left:40px;
    text-transform: none;
    margin:0px;
}

.reserve-koa-header
{
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 0 0px;
    text-transform: none;
    margin:0px;
}

/*.reserve-question 
{
    background: url("/content/images/sprite_no_repeat4.png") no-repeat scroll 100% -271px transparent;
    float: right;
    height: 16px;
    overflow: hidden;
    text-indent: -1000px;
    width: 15px;
}*/

.reserve-campground-notes
{
    background: url("/content/images/sprite_no_repeat4.png") no-repeat scroll -7px -199px transparent;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 0 0 21px;
    margin-top: 4px;
    margin-left: 15px;
}

.reserve-campground-sort {
    background: url("/content/images/sprite_no_repeat4.png") no-repeat scroll -7px -464px transparent;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0;
    padding: 0 0 0 21px;
}

/* Errors */
.validation-summary-errors
{
    background-color: #ffffcc;
    border: solid 3px #cc0000;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

.validation-summary-errors ul
{
    margin:0px;
    padding:10px 5px 10px 10px;
}

.validation-summary-errors li 
{
    display: block;
    color:#cc0000;
}

/* Errors */
.validation-summary-warning
{
    background-color: #ffffcc;
    border: solid 3px #F7D500;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

.validation-summary-warning ul
{
    margin:0px;
    padding:10px 5px 10px 10px;
}

.validation-summary-warning li 
{
    display: block;
    color:#000;
}


.field-validation-error, span.input-validation-error
{
    color: #cc0000;
    float:left;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error
{
    border: 2px solid #cc0000 !important;
    background-color: #ffffcc !important;
    border-radius: 3px 3px 3px 3px !important;
}

.error
{
    
}

.fuelInput 
{
    font-family: 'Helvetica','Verdana','Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    padding:5px;
}

.nearbyShowingLocation
{
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
}

#debugInformation
{
    clear:both;
    padding-top:15px;
    font-weight:bold;
}

/*SMALL FORM*/
#reserve-smallform-panel3 
{
    display:none;
}

.reserve-smallform
{
    padding-top:0px;
    padding-left:5px;
}

.reserve-smallform .toprow
{
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 0 transparent;
    padding-top:5px;
}

.reserve-smallform-line
{
    clear:both;
    margin-bottom:5px;
    display:block;
    line-height: 15px;
}

.reserve-smallform-line-button
{
    clear:both;
    padding-top:3px;
}

.reserve-smallform-line15pad
{
    clear:both;
    padding-top:15px;
}
.reserve-smallform label
{
    color: #000000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px !important;
    text-transform: uppercase;
    width:75px;
}

.reserve-smallform label.fullspan
{
    width:100% !important;
}

.reserve-smallform-col50
{
    width:50%; float:left;
    display:block;
}

.reserve-smallform-col33
{
    width:33%; float:left;
    display:block;
}

#reserve-smallform-sitecategory .ddTitle
{
    width:100%;
}

.reserve-smallform input[type='text']
{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 00px 3px 5px;
    width:85px;
}

#reserve-smallform-equipmentlength input
{
    /*width:25px !important;*/
}

.reserve-smallform select
{
    background-color: #F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width: 100%;
}

.reserve-details-value select
{
    background-color: #F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width: 100%;
}

.reserve-step3-vkrbox-vkrsavings-change-vkrnumber
{
    padding-bottom:5px;
}

.reserve-step3-vkrbox-vkrsavings-change-vkrnumber select
{
    background-color: #F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    width: 100%;
}

.reserve-smallform-calendar {
    background: #F9F9F9 url("/content/images/sprite_no_repeat4.png") no-repeat scroll 97% 4px;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 20px 3px 5px;
    width:65px;
}

/*.reserve-smallform input[type='submit'], .reserve-smallform input[type='button']
{
    background-color:#C02526;
    border: 1px solid #8B0A06;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-weight:bold;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
    padding: 3px 3px 3px 5px;
    margin: 0px;
}*/

/*.reserve-smallform input[type="submit"].disabled {
    background-color: #C9C9C9;
    border: 1px solid #aaaaaa;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    outline: medium none;
    padding: 3px 3px 3px 5px;
}*/

#reserve-smallform-nextstep
{
    display:none;
}

#ui-datepicker-div
{
    z-index:500 !important;
}

h1.popup-heading
{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
    font-family: Helvetica,Arial,Sans-Serif;
}

h2.popup-heading
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 2px;
    padding: 0;
    font-family: Helvetica,Arial,Sans-Serif;
}

.vkr-bullet-list
{
    margin: 0 0 15px;
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: #000000;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 15px;
}

.vkr-bullet-list li
{
    background-position: 0 10px;
    font-size: 18px;
    line-height: 24px;
    background: url("/content/images/red_bullet.png") no-repeat scroll 0 6px transparent;
    margin: 0 0 8px;
    padding: 0 0 0 15px;
    list-style-type: none;
    text-align: left;
    color: #000000;
    font-family: Helvetica,Arial,Sans-Serif;
}

.vkr-divider {
    margin: 0 0 10px;
    background: url("/content/images/dot_horizontal_black.png") repeat-x scroll 0 50% transparent;
    display: block;
    height: 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.vkr-divider span {
    background-color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}

.vkr-forgot 
{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
/*SMALL FORM*/
#reserve-smallform-panel1 .form-group.has-feedback .form-control-feedback
{
	width: 24px;
}

#reserve-smallform-panel1 .form-group.has-feedback .form-control
{
	padding-left:5px;
	padding-right: 24px;
	font-size:13px;
}

#reserve-smallform-panel3 
{
    display:none;
}
.reserve-form .form-group label
{
	font-size: 12px;
}
@media (min-width:992px)
{
	.reserve-form .col-md-6:first-child
	{
		padding-right: 3px;
	}

	.reserve-form .col-md-6:last-child
	{
		padding-left: 3px;
	}
	.reserve-form .col-md-4
	{
		padding-left:3px;
		padding-right: 3px;
	}
	.reserve-form .col-md-4:first-child
	{
		padding-left:15px;
	}
	.reserve-form .col-md-4:last-child
	{
		padding-right:15px;
	}
}

.reserve-form .btn-default:hover .glyphicon
{
	color: #EF3A43;
}

/* BEGIN: Reservation Form Horizontal */
.reservationFormH .reserve-smallform
{
	padding:0 8px;
}
.reservationFormH .reserve-smallform  select
{
	width: auto;
}
.reservationFormH .reserve-smallform label
{
	width: auto;
}
.reservationFormH
{
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	width: auto;
	font-size:0.8em;
	padding-top:10px;
}
	.reservationFormH .site-type-filter .reserve-smallform-col33
	{
		padding-right:10px;
	}
.reservationFormH .site-type-filter
{
	padding: 0;
	/*height:62px;*/
}
.reservationFormH .reserve-smallform-line 
{
    margin-bottom: 0px;
}
.reservationFormH .reserve-smallform .toprow 
{
    background: none;
    padding-top: 0px;
}
.reservationFormH .reserve-smallform-line toprow div
{		
	float: left;
}
.reservationFormH .seperator
{
	/*background-color: #C9C9C9;*/
	float: left;
	height: 62px;
	margin-right: 10px;
	width: 1px;
}

.reservationFormH .form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 3px 0px 3px 5px;
    font-size: 12px;
    line-height: 1;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.reservationFormH .has-feedback label ~ .form-control-feedback {
    top: 20px;
}

.reservationFormH .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    pointer-events: none;
}

	.reservationFormH div[class^="col-"], .reservationFormH div[class*=" col-"]
	{
		padding-left:5px !important;
		padding-right:5px !important;
	}

.reservationFormH .input-group-addon {
    padding: 3px 3px;
    font-size: 12px;
}	
/* END: Reservation Form Horizontal */
.final-tiles-gallery {
  position: relative;
}
.final-tiles-gallery .tile img.ftg-item {
  -moz-transition: -moz-transform 0.2s, opacity 0.2s linear;
  -o-transition: -o-transform 0.2s, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s linear;
  transition: transform .2s linear;
  display: block;
  position: relative;
  width: 100%;
}
.final-tiles-gallery .tile.ftg-enlarged img {
  display: block;
  margin: auto;
}
.final-tiles-gallery .tile {
  float: left;
  overflow: hidden;
  margin: 0;
  background: #000;
  opacity: 0;
}
.final-tiles-gallery .tile.ftg-loaded {
  /*display: block;*/
  opacity: 1;
}
.final-tiles-gallery .tile.ftg-hidden {
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.final-tiles-gallery .edge {
  position: absolute;
  z-index: 1000;
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 4px;
  font-family: sans-serif;
}
.final-tiles-gallery .edge.enlarged-true {
  color: yellow;
}
.final-tiles-gallery .ftg-social {
  position: absolute;
  transition: all .5s;
  z-index: 10;
  /*box-shadow: 0px 0px 12px #333;*/
}
.final-tiles-gallery .ftg-social a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  transition: all .3s;
}
.final-tiles-gallery .ftg-social a:hover {
  color: #ccc;
}
.final-tiles-gallery .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .3s;
  opacity: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.final-tiles-gallery .hover .icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}
.final-tiles-gallery .tile:hover .hover {
  opacity: 1;
}
.final-tiles-gallery .tile iframe.ftg-item {
  width: 100%;
}
.final-tiles-gallery .ftg-filters {
  margin-bottom: 20px;
}
.final-tiles-gallery .ftg-filters a {
  display: inline-block;
  margin-right: 10px;
  color: #777;
  padding: 4px 10px;
  border: 1px solid #777;
  text-decoration: none;
  outline: 0;
  text-shadow: none;
  box-shadow: none;
}
.final-tiles-gallery .ftg-filters a:hover,
.final-tiles-gallery .ftg-filters a.selected {
  color: #000;
  border-color: #333;
  text-decoration: none;
}
/* EFFECT: IMG FADE OUT */
.final-tiles-gallery.effect-fade-out .tile img {
  transition: all 0.5s;
  opacity: 1;
}
.final-tiles-gallery.effect-fade-out .tile:hover img {
  opacity: .5;
}
/* EFFECT: ZOOM */
.final-tiles-gallery.effect-zoom .tile img {
  transition: all 0.5s;
  -moz-transform: perspective(1000px) translate3d(0, 0, 0);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  -ms-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
  position: relative;
  display: block;
}
.final-tiles-gallery.effect-zoom .tile:hover img {
  -moz-transform: perspective(1000px) translate3d(-20px, -10px, 180px);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 180px);
  -ms-transform: perspective(1000px) translate3d(-20px, -10px, 180px);
  transform: perspective(1000px) translate3d(-20px, -10px, 180px);
}
/* EFFECT: DEZOOM */
.final-tiles-gallery.effect-dezoom .tile:hover img {
  opacity: .8;
}
.final-tiles-gallery.effect-dezoom .tile {
  display: block;
  background: #000;
}
.final-tiles-gallery.effect-dezoom .tile img {
  opacity: 1;
  transition: all 0.35s;
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  display: block;
}
.final-tiles-gallery.effect-dezoom .tile:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* CAPTION TOP */
.final-tiles-gallery.caption-top .tile:hover span {
  opacity: .8;
}
.final-tiles-gallery.caption-top .tile:hover span.title {
  top: 0px;
  opacity: .9;
}
.final-tiles-gallery.caption-top .tile:hover span.subtitle {
  top: 52px;
}
.final-tiles-gallery.caption-top .tile {
  display: block;
  background: #000;
}
.final-tiles-gallery.caption-top .tile span {
  font-family: 'Gibson Regular', sans-serif;
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  color: #333;
  z-index: 10;
  font-size: 14px;
  opacity: 0;
  transition: all .5s;
  background-color: rgba(255, 255, 255, 0.9);
}
.final-tiles-gallery.caption-top .tile span.title {
  font-weight: normal;
  top: 10px;
  letter-spacing: 1px;
  padding:5px 10px;
  text-transform:uppercase;
}
.final-tiles-gallery.caption-top .tile span.subtitle {
  top: 70px;
  font-size: 14px;
  font-weight: 300;
}
/* CAPTION BOTTOM */
.final-tiles-gallery.caption-bottom .tile:hover span {
  opacity: .8;
}
.final-tiles-gallery.caption-bottom .tile:hover span.title {
  bottom: 46px;
  opacity: .9;
}
.final-tiles-gallery.caption-bottom .tile:hover span.subtitle {
  bottom: 20px;
}
.final-tiles-gallery.caption-bottom .tile {
  display: block;
  background: #000;
}
.final-tiles-gallery.caption-bottom .tile span {
  font-family: 'Lato', sans-serif;
  display: block;
  position: absolute;
  width: 68%;
  left: 20px;
  color: #fff;
  z-index: 10;
  font-size: 18px;
  opacity: 0;
  transition: all .5s;
}
.final-tiles-gallery.caption-bottom .tile span.title {
  font-weight: 900;
  bottom: 70px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.final-tiles-gallery.caption-bottom .tile span.subtitle {
  bottom: 0px;
  font-size: 14px;
  font-weight: 300;
}
/* EFFECT FRAME */
.final-tiles-gallery.effect-frame .tile:hover:before {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.final-tiles-gallery.effect-frame .tile:before {
  opacity: 0;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  content: "";
  display: block;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all .35s;
}
/* CAPTION BACKGROUND */
.final-tiles-gallery.caption-bg .tile span {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  padding: 2px 6px;
}
/* SOCIAL ICONS BACKGROUND */
.final-tiles-gallery.social-icons-bg .ftg-social {
  background: #fff;
  box-shadow: 0px 0px 10px #000;
}
.final-tiles-gallery.social-icons-bg .ftg-social a {
  color: #333;
}
.final-tiles-gallery.social-icons-bg .ftg-social a:hover {
  color: #555;
}
/* SOCIAL ICONS DARK BACKGROUND */
.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social {
  background: #333;
}
.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social a {
  color: #333;
}
.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social a:hover {
  color: #eee;
}
/* SOCIAL ICONS RIGHT */
.final-tiles-gallery.social-icons-right .ftg-social {
  width: 40px;
  top: 0;
  height: 100%;
  right: -50px;
}
.final-tiles-gallery.social-icons-right .ftg-social a {
  margin: 10px 0;
  display: block;
}
.final-tiles-gallery.social-icons-right .tile:hover .ftg-social {
  right: 0;
}
/* SOCIAL ICONS BOTTOM */
.final-tiles-gallery.social-icons-bottom .ftg-social {
  width: 100%;
  bottom: -40px;
  height: 30px;
  text-align: right;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a {
  margin: 0 5px;
  display: inline-block;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type {
  margin-right: 10px;
}
.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
  bottom: 0;
}
.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social {
  height: 31px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bg .ftg-social {
  height: 40px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bg .ftg-social a {
  margin: 10px 5px;
}
/* SOCIAL ICONS CIRCLE */
.final-tiles-gallery.social-icons-circle .ftg-social a {
  margin: 3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background: #fff;
  color: #333;
}
.final-tiles-gallery.social-icons-circle .ftg-social a:hover {
  color: #fff;
  background-color: #333;
}

/* Preload images */
body:after {
  content: url(/content/images/close.png) url(/content/images/loading.gif) url(/content/images/prev.png) url(/content/images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #FFDE00;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/content/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/content/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/content/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/content/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media print { 
 
	a[href]:after {
		content: none !important;
	  }

	.footer, .no-print, .printContainer, .download, .btn-hotdeals { display: none !important; }

	.page-title
	{
		text-align: left;
	}
		.page-title h1
		{
			padding: 15px 0;
		}

	#directions { overflow:visible; height:auto;width:500px; }
	#drivingDirections ul 
	{ 
		margin:0;
		padding:0; 
	}
	#drivingDirections ul li 
	{  
		list-style: none; 
		padding:3px 3px 0px 3px; 
	}
	#drivingDirections ul li div.separatorDistance 
	{ 
		padding-right:3px;
		width:100%;
		text-align:right; 
	}
	.dirPrimBottom 
	{ 
		border-color: -moz-use-text-color -moz-use-text-color #333333 -moz-use-text-color;
		border-style: none none solid none;
		border-width: 0 0 1px 0;
	}
	.dirAltBottom 
	{ 
		border-color: -moz-use-text-color -moz-use-text-color #333333 -moz-use-text-color;
		border-style: none none solid none;
		border-width: 0 0 1px 0;
	}

	#results-list 
	{ 
		overflow:visible;height:100%; 
	}
	#results-map 
	{ 
		overflow:visible;
		height:auto; 
	}
	#contentWrap 
	{ 
		overflow:visible; 
	}
	#results 
	{ 
		overflow:visible;visibility:visible;height:auto;
	}
	#route-info span 
	{ 
		color: #333; 
		font-weight:bold; 
	}
	.routeDetail 
	{ 
		border:1px solid #CACACA; 
		display:block; 
		background-color:#F4F4F4; 
		padding:3px; 
		text-transform:none; 
	}
	.routeDetail ul li 
	{ 
		padding:0 !important; 
	}
	.routeDetail ul li img 
	{ 
		float:left; 
		padding:5px 3px 0 10px; 
	}
	.routeDistanceDuration 
	{  
		text-align: left;
		width: 100%; 
	}
	.routeName 
	{ 
		font-weight:bold; 
	}
	.buttonAsLink
	{
	   background-color:transparent;
	   border:none;
	   color:#3C667F;
	   cursor:pointer;
	   text-decoration:none;
	   padding: 0px;
	   font-size:12px;
	   vertical-align:middle;
	}
}

.site-type-filter
{
	height:100%;
}
.site-type-filter label
{
	color: #000000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px !important;
	text-transform: uppercase;
}
.site-type-filter .reserve-smallform-col50, .site-type-filter .reserve-smallform-col33
{
	width:auto;
	padding-right:7px;
	text-align:center;
}
#rv-length-notice
{
	width:auto;
	float:none;
}
#reserve-smallform-equipmentlength, #rv-length-notice, #reserve-smallform-equipmentslideouts
{
	display:none;
}

.siteTypeContainer
{
	border: solid 1px #CACACA;
	border-radius: 4px;
	padding-bottom: 10px;
	margin-top:10px;
}

.siteTypeContainer #reserve-container
{
	padding: 0 0 0 10px;
}

.content-section-right-site-type
{
	width: 182px;
	float: right;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.something
{
}

#photoNav
{
	width: 650px;
}

#photoNav .sub-nav ul li.no-border
{
	border-right:0px none;
}
.view-all-active
{
	width:20px;
	height:20px;
	background: url('/content/images/koa-main-sprite.png') no-repeat scroll transparent;
	background-position:-130px -100px;
	display:inline-block;
	margin-left:3px;
}

.view-all-inactive
{
	width:20px;
	height:20px;
	background: url('/content/images/koa-main-sprite.png') no-repeat scroll transparent;
	background-position:-130px -120px;
	display:inline-block;
	margin-left:3px;
}

.view-albums-active
{
	width:20px;
	height:20px;
	background: url('/content/images/koa-main-sprite.png') no-repeat scroll transparent;
	background-position:-130px -140px;
	display:inline-block;
	margin-left:3px;
}

.view-albums-inactive
{
	width:20px;
	height:20px;
	background: url('/content/images/koa-main-sprite.png') no-repeat scroll transparent;
	background-position:-130px -160px;
	display:inline-block;
	margin-left:3px;
}

.album-cover
{
	
}
#albumDisplay {
    width: 660px;
}

#albumDisplay .thumb-grid-list {
    border-left: 0px none;
    border-top: 0px none;
}

#albumDisplay .thumb-grid-list li {	
    float: left;
    position: relative;
	margin-right:10px;
	margin-bottom:10px;
	border:0px none;
}

#albumDisplay .thumb-grid-list li div {
    display: table;
    height: 100%;
    width: 100%;
}

#albumDisplay .thumb-grid-list li div a {
	width: 201px;
	height: 150px;
	border: 1px solid #c9c9c9;
	border-radius:3px;
	color:#333333;
	padding: 3px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#albumDisplay .thumb-grid-list li div a.photo-list
{
	height:132px;
}

#albumDisplay .thumb-grid-list li div a div.link-div
{
	width: 100%;
}

