@charset "utf-8";

@media (min-width: 992px) { /*Should be 992px*/
	.container {
	  width: 970px;
	}
  }
  @media (min-width: 1200px) { /*Should be 1200px*/
	.container {
	  width: 1170px;
	}
  }
  @media (min-width: 1600px) {
	.container {
	  width: 1570px;
	}
  }
  

body {
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#333;
}
/* ~~this fixed width container surrounds the other divs~~ */
/*.container {
	width:90%;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:25px;
	color:#000;
	min-width:90%;
	margin: auto auto; 
	background-color:white;
	border: none:
}*/

.optionInput {
	background-color:#999;
	padding:0px;
	margin:0px;
	border: 1px solid black;
	height:75px;
	color:white;
	
	
}
.optionInput:hover {
	cursor: pointer;

	font-weight:bold;
	background-color:white;
	color:blue;
}
.optionLabel {
	padding-top:15px;
	
}
.selected {
	background-color:white !important;
	border: 1px solid blue !important;
	font-size:1.2em;
	font-weight:bold;
	color:blue;
}
	

.icon {
	width:50px;
	height:70px
}
.feature-icon {
	width: 45px;
	height: 45px;
}

table#featureTable {
    border-spacing: 10px;
    border-collapse: separate;


}


.tab-pane{
	min-height:450px;
	border-bottom:solid 1px lightgray;
	border-left:solid 1px lightgray;
	border-right:solid 1px lightgray;
	padding-left:25px;
	overflow: auto;
}

.spaceLabel {
	font-size:1.6em;
	font-weight:bold;
	margin-right:15px;
	width:200px;
}
.spaceValue {
	font-size:1.6em;
	color:blue;
}

#message {
	top:5px;
	height:60px;
	overflow:auto;
	background-color:lightblue;
	color:black;
	font-size:1em;
	display:none;
}


.greyOut{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.checkbox1 {

	display:none;

}


.park {
	border-top:1px solid blue;
}

#search { 
	height: 30px;
    padding: 1px 6px 0;
	border: 1px solid #BBB;
	float:right;
	font-size:1.2em;
	position: relative;
	cursor: pointer;
	float: left;
	width: 85%;
}	


.park {
	font-size:medium;
}
.park a {
	text-decoration: none;
	cursor: pointer;
}

.park > a:hover{
	text-decoration:underline;
}

.park_image {
	max-width: 400px;
}
	


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.nav {
	font-size: 8pt !important;

}
.navbar-header a {
	color: white !important;
}

.navbar{
	background-color:#144c29 !important;
}


 .navbar-brand {
  height: 80px !important;
}

.nav >li >a, #legal {
  color:white !important;
  padding-bottom: 10px !important;
}

#rv-loaner.nav >li >a {
	color: black !important;
}

#park-tabs.nav >li >a {
	color: black !important;
}

div#forTroops, div#forOwners, div#forDealers {
	border-left: none;
	border-right: none;
}

#legal {
	padding:none !important;
	display:inline-block !important;
}

.nav >li >a:hover {
	background-color:green !important;
}
 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.navbar .navbar-default > .container {
	background-color:green;

}
.navbar-default .navbar-text {
	color:white;
}

.navbar-default .navbar-nav>.active>a {
	background-color:green;
}

.dropdown-menu {
	background-color:#144c29 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color:green;
}

.dropdown-menu>li>a {
	color: white;
	margin-bottom: 5px;
}

.navbar-static-bottom a {
	color:white;
}

.navbar-static-bottom {
	margin-bottom: 0px !important;
	border:0px !important;
}

.navbar-static-top {
	margin-bottom:10px !important;
}

.spacer-120 {
	height:120px;
}

@media (min-width: 992px){
#home-logo {
margin-top:-65px;
}

.nav {
	font-size: 12pt !important;
}

.nav >li >a {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}


}

.inner_page {
margin-bottom:25px;	
}

.fullwidth {
	margin-left: -2500px;
    width: 6190px;
}

.full-width {
	width: 100%;
}

.bold_text {
	font-weight:bold;
}

.italic_text {
	font-style:italic;
}
.underline_text {
	text-decoration:underline;
}

#shareButton {
	display:block !important;
}

.footer {
	font-size:.8em;
}

.darkGreen_text {
	color:rgb(44, 66, 13);
}

.grey_text {
	color:#666;
}
.spread_text {
	line-height:1.6em;
}

.box-border {
	border: 2px solid #666;
	padding:65px 25px 65px 25px;
}

#board_directors>li {
	list-style:none;
}
#special_thanks>li {
	margin-bottom:10px;
	list-style:none;
}
.fa-thumbs-o-up {
	padding-right:15px;
}

@media (min-width: 768px) {
  #footer-menu-btn {
    display: block;
  }

  #footer-menu.collapse {
    display: none !important;
  }
  
}

.contact_section {
	margin-top:15px;
}

#join_park_submission.wizard > .steps a {
	padding: .3em .3em;
}

.adminMenu>li, .adminMenu > li >.active {
	color:black !important;
	background-color:#999;
	
}

.small_text {
	display:none;
}

#park_image {
	display: none;
}

#park_details {
	width:100%;
}

.wizard > .steps > ul > li {
    width: 15% !important;
}

.form-control.form-control-lg {
	margin-bottom:15px;
}

legend {
	padding: 0px !important;
	margin-bottom: 0px !important;
}

@media (min-width: 768px) {
.small_text {
	font-size:.7em;
	display:inline;
}

#park_image {
	display:inline-block;
}

#park_details {
	width:50%;
}
}

#search {
	padding: 1em 1em;
	width:100%;
}

#submitButton {
	width: 100%;
	font-size:1.2em;
}

.feature_icon {
	width:100%;
	max-width:45px;
	max-height:45px;
}
.feature_description {
	display:none;
	font-size:9px;
}

.bio-text {
	line-height: 2.5;
}


@media (min-width: 768px) {
.feature_description {
	
}
}
.modal {
    position: fixed;

}

.icon-row {
	margin-bottom:10px;
}


	#btn-footer-facebook {
		width:40px;
		height:auto;

	}

	
	#btn-footer-instagram {
		margin-right: 15px;
	}
	
	.navbar-static-bottom 
	.navbar-static-bottom a {
	font-size:.6em;
	}
	.navbar-static-bottom p {
	font-size:.9em;
	}



#contact_sidebar {
	font-size: 10pt;
}

#contact_sidebar ul {
	list-style:none;
}

#contact_sidebar ul li {
	padding-bottom:10px;
}
	
#overlay {
		  position: fixed; 
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background: #000;
		  opacity: 0.5;
		  filter: alpha(opacity=50);
		}
	
			#modal {
		  position:absolute;
		  background:url(tint20.png) 0 0 repeat;
		  background:rgba(0,0,0,0.2);
		  border-radius:14px;
		  padding:8px;
		}
		
		#content {
		  border-radius:8px;
		  background:#fff;
		  padding:20px;
		}
	
			#close {
		  position:absolute;
		  background:url(close.png) 0 0 no-repeat;
		  width:24px;
		  height:27px;
		  display:block;
		  text-indent:-9999px;
		  top:-7px;
		  right:-7px;
		}
		
		
#platinum_sponsors {
	list-style:none
}

#platinum_sponsors li {
	margin-bottom:10px;
}

.ui-widget-content {
	border: none !important;
}

.center-icon {
display: flex!important;
margin: auto auto;
width: 10px;
}

