/*
Theme Name:  Pachena Bay Campground Theme
Theme URI:
Author: The Update Company
Author URI: http://theupdatecompany.com
Description: Skeleton theme utilizing Bootstrap.
Version: 3.0.3
License:
License URI:
Text Domain: tuc
*/
/* >>>>>>>>>> INITIALIZATION <<<<<<<<<< */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Adjust Body to account for height of sticky nav only */
html,
body {
  width: 100%;
  height: 100%;
}

/* 8pt grid spacing resets */
.container {
  padding-right: 16px;
  padding-left: 16px;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

/* Margin Overrides */
.no_margin {
  margin: 0;
}

.no_margin_left_right {
  margin-left: 0;
  margin-right: 0;
}

.no_margin_left {
  margin-left: 0;
}

.no_margin_right {
  margin-right: 0;
}

.no_margin_top_bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.no_margin_top {
  margin-top: 0;
}

.no_margin_bottom {
  margin-bottom: 0;
}

/* Padding Overrides */
.no_padding {
  padding: 0;
}

.no_padding_left_right {
  padding-left: 0;
  padding-right: 0;
}

.no_padding_left {
  padding-left: 0;
}

.no_padding_right {
  padding-right: 0;
}

.no_padding_top_bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.no_padding_top {
  padding-top: 0;
}

.no_padding_bottom {
  padding-bottom: 0;
}

.margin_bottom {
  margin-bottom: 24px;
}

/* Gravity Forms to Bootstrap */
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #A7002C;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100% !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
  color: #999;
}

.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999;
}

.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999;
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #A7002C;
  outline: 0;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.075);
}

.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}

.ginput_container textarea {
  height: auto;
}

.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  min-width: 280px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #A7002C;
  border-color: #A7002C;
}

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_button:hover,
.gform_button:focus {
  color: #333;
  text-decoration: none;
}

.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.gform_button:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #A7002C;
  border-color: #A7002C;
}

.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  background-image: none;
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #A7002C;
  border-color: #A7002C;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.validation_error .alert-link {
  font-weight: bold;
}

.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}

.validation_error > p + p {
  margin-top: 5px;
}

.validation_error hr {
  border-top-color: #e6c1c7;
}

.validation_error .alert-link {
  color: #953b39;
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

#gforms_confirmation_message .alert-link {
  font-weight: bold;
}

#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}

#gforms_confirmation_message > p + p {
  margin-top: 5px;
}

.gallery-row {
  padding: 15px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 1em !important;
}

.gform_wrapper .no_top_margin {
  margin-top: -3px !important;
}

.gform_wrapper img {
  width: auto !important;
}

/* >>>>>>>>>> TYPOGRAPHY <<<<<<<<<< */
@font-face {
  font-family: "Casablanca_Antique_Italic";
  src: url("fonts/casbanti-webfont.woff2") format("woff2"), url("fonts/casbanti-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Casablanca_Antique_Regular";
  src: url("fonts/casbantn-webfont.woff2") format("woff2"), url("fonts/casbantn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  word-break: normal;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Casablanca_Antique_Regular", "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p,
span,
pre,
ol,
ul,
li,
label,
table,
thead,
tfoot,
tr,
td,
time,
blockquote,
a {
  font-size: 1.6rem;
}

a {
  color: #A7002C;
}

a:hover,
a:focus {
  color: #CB0035;
}

a:active {
  color: #840123;
}

.material-icons {
  font-size: 2.4rem;
  line-height: inherit;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

li {
  margin-bottom: 16px;
}

li.menu-item {
  margin-bottom: 4px;
}

/* Stop Breaking */
* {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

* {
  word-break: keep-all;
}

/* >>>>>>>>>> RESETS <<<<<<<<<< */
body {
  padding-top: 64px;
}

#top {
  display: inline;
  position: absolute;
  top: 0;
}

/* border-radius:0; */
.panel {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
}

.alert {
  border-radius: 0;
}

/* Overide inline image & caption widths when entered in Content field */
.wp-caption {
  max-width: 100%;
  height: auto;
}

.content img {
  width: 100%;
  height: auto;
}

.content img.alignright,
.content img.alignleft,
.content img.aligncenter,
.content img.alignnone {
  width: 100%;
  height: auto;
}

.content img.custom {
  width: 100%;
  height: auto;
  margin: 16px 0;
}

/*.content img.custom{*/
/*width: initial;*/
/*height:auto;*/
/*margin: 16px ;*/
/*}*/
/*.content img.custom.alignright {*/
/*margin:auto auto auto 16px;*/
/*}*/
/*.content img.custom.alignleft {*/
/*margin: auto 16px auto auto;*/
/*}*/
/*.content img.aligncenter.custom, .content img.alignnone.custom {*/
/*margin:auto;*/
/*}*/
/* Responsive Video Aspect Ratio ( must wrap php video output or embeds with <div class="videoContainer"></div> ) */
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Buttons */
.btn {
  padding: 12px 16px;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.15s ease-in-out;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: inherit;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary {
  margin-right: 48px;
  color: #ffffff;
  background-color: #A7002C;
  border-color: #A7002C;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #CB0035;
  border-color: #CB0035;
}

.btn-primary.active,
.btn-primary:active {
  color: #ffffff;
  background-color: #840123;
  border-color: #840123;
}

.btn-primary-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary-white.focus,
.btn-primary-white:focus,
.btn-primary-white:hover,
.open > .dropdown-toggle.btn-primary-white {
  color: #333333;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-primary-white.active,
.btn-primary-white:active {
  color: #333333;
  background-color: #dddddd;
  border-color: #dddddd;
}

.btn-default {
  padding-left: 0;
  color: #A7002C;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #CB0035;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}

.btn-default.active,
.btn-default:active {
  color: #840123;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}

.btn-default-white {
  color: #fff;
}

.btn-default-white.focus,
.btn-default-white:focus,
.btn-default-white:hover,
.open > .dropdown-toggle.btn-default-white {
  color: #eee;
}

.btn-default-white.active,
.btn-default-white:active {
  color: #ddd;
}

.btn-hfn {
  padding-right: 0;
  font-family: "Casablanca_Antique_Italic", "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}

.btn-excerpt {
  display: block;
  margin: 10px 0;
}

.btn-scroll {
  display: block;
  position: absolute;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #ffffff;
  background: #333333;
  border: 0 solid transparent;
  border-radius: 1000px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.22), 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}

.btn-scroll:focus,
.btn-scroll:hover {
  background: #333333;
  color: #ffffff;
}

.btn-scroll:active {
  background: #444444;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #ffffff;
}

#scroll-down {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  outline: none;
}

#back-to-top {
  position: fixed;
  bottom: -40px;
  right: 4px;
  z-index: 9999;
  outline: none;
}

#back-to-top.visible {
  bottom: 4px;
}

.btn-search {
  display: block;
  position: absolute;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #ffffff;
  background: #A7002C;
  border: 0 solid transparent;
  border-radius: 1000px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.15s ease-in-out;
}

.btn-search:focus,
.btn-search:hover {
  background: #CB0035;
  color: #ffffff;
}

.btn-search:active {
  background: #840123;
  box-shadow: none;
  color: #ffffff;
}

.btn-search .icon {
  margin: -1px 0 0;
  transition: all 0.15s ease;
}

.btn-ghost {
  color: #fff;
  background-color: transparent;
  border: 4px solid #A7002C;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.btn-ghost.focus,
.btn-ghost:focus,
.btn-ghost:hover,
.open > .dropdown-toggle.btn-ghost {
  color: #fff;
  background-color: #A7002C;
  border-color: #A7002C;
}

.btn-ghost.active,
.btn-ghost:active {
  color: #fff;
  background-color: #840123;
  border-color: #840123;
}

/* Forms */
.form-control {
  transition: all 0.15s ease-in-out;
}

.form-control:hover {
  border: 1px solid #A7002C;
  outline: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.form-control:focus {
  border: 1px solid #A7002C;
  outline: 0;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.22), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

/* Search Form */
#searchform {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: 100%;
}

#searchform .search-field {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
}

#searchform .btn-search {
  display: inline-block;
  position: relative;
  float: left;
  margin: 4px 0 0 -36px;
}

/* Comments */
.form-submit {
  display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 100%;
}

.entry-comments li {
  padding: 0;
}

.entry-comments .alert {
  margin: 0;
  border-radius: 0;
}

.comment-avatar img {
  border-radius: 100%;
  float: left;
  margin: 0 15px 0 0;
  width: 48px;
  height: auto;
}

.entry-comments .comment-meta {
  margin: 0;
}

.comment {
  list-style: none;
}

/* Blockquotes */
blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  border-left: 4px solid #A7002C;
}

/* Widgets */
.widget {
  margin: 0 0 16px;
}

.widget ul {
  list-style-type: none;
  padding: 0;
}

.widget ul li {
  margin: 0 0 8px;
}

.widget h4 {
  margin: 0 0 16px;
  font-size: 1.8rem;
}

/* Images */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.image_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 56.25% 0;
  margin: 0 0 -6px;
  background: #EEEEEE;
  overflow: hidden;
  transition: box-shadow 0.25s ease-in-out;
}

.image_wrap img {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* Navbar */
.navbar {
  min-height: 40px;
  border: 0;
}

.navbar-fixed-top {
  border-width: 0;
}

.navbar-brand {
  float: left;
  max-width: 130px;
  height: 40px;
  padding: 8px;
}

.logo {
  width: 100%;
  height: auto;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin: 4px;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: #A7002C;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 1000px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #ffffff;
  overflow: hidden;
  transition: all 0.15s ease;
}

.navbar-default .navbar-toggle {
  border-color: #A7002C;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #A7002C;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.navbar-default .navbar-toggle:active {
  background-color: #840123;
  box-shadow: none;
}

.navbar-toggle .icon {
  margin-top: -1px;
  transition: all 0.15s ease;
}

.navbar-toggle .icon.swap {
  margin-top: -36px;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0 solid transparent;
  box-shadow: none;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  height: auto;
  max-height: 568px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #A7002C;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #ffffff;
  background-color: #A7002C;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: #A7002C;
}

.nav > li > a {
  padding: 10px 16px;
  font-family: "Casablanca_Antique_Regular", "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #424242;
}

.navbar-default .navbar-nav > li > a {
  color: #424242;
}

/* Dropdown */
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
  padding: 10px 16px;
}

.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.dropdown-menu > li > a {
  padding: 10px 16px;
  font-weight: 400;
  color: #424242;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #A7002C;
}

/* Nav Pills */
.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #A7002C;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #E0E0E0;
}

/* Pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 16px;
  border-radius: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #A7002C;
  border-color: #A7002C;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #A7002C;
  text-decoration: none;
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #CB0035;
  background-color: #F5F5F5;
  border-color: #E0E0E0;
}

.pagination > li > a:active,
.pagination > li > span:active {
  color: #840123;
  background-color: #EEEEEE;
  border-color: #E0E0E0;
}

.pagination > li > a.page_prev,
.pagination > li > a.page_next {
  padding: 8px 8px 2px;
}

.pagination .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.pagination .material-icons {
  font-size: 1.8rem;
  line-height: normal;
}

/* Effects */
.fade {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.fade:hover {
  opacity: 0.5;
}

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* Navbar */
.navbar {
  background: #ffffff url("images/sand.png");
  padding: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  margin-bottom: 0;
  z-index: 1;
  text-align: center;
}
.navbar.alert-hidden .show-alert {
  display: block;
}
.navbar-header .show-alert {
  display: none;
  float: right;
  margin-top: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.navbar-header .show-alert svg {
  width: 32px;
  height: 32px;
}

.navbar-brand {
  float: left;
  max-width: 300px;
  height: 64px;
  padding: 12px;
}

.navbar-toggle {
  margin: 16px 4px 4px;
}

/* Top Bars */
.top_bar {
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding-top: 24px;
  width: 100%;
  height: auto;
}

.top_bar_left {
  text-align: center;
  padding-top: 0;
}

.top_bar_left a {
  display: block;
  margin: 8px 0 16px;
}

.top_bar_left a.phone {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #A7002C;
}

.top_bar_left .icon {
  float: left;
  margin: 1px 8px 0 0;
  font-size: 2.4rem;
  color: #A7002C;
}

.top_bar_right {
  text-align: center;
  padding-top: 0;
}

#header_menu_right .social-media-link {
  float: right;
  margin: 6px 0 0 16px;
}

/* Alert */
.alert-wrap {
  display: none;
  position: relative;
  height: auto;
  padding: 24px;
  padding-bottom: 50px;
  background: #1d8879;
  color: #ffffff;
  text-align: center;
}
.alert-wrap.alert-hidden {
  height: 0;
  padding: 0;
}
.alert-wrap.alert-visible {
  display: block;
}
.alert-wrap .alert-dismiss {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
.alert-wrap .alert-dismiss svg {
  height: 32px;
  width: 32px;
}
.alert-wrap .alert-inner {
  display: inline-block;
  position: relative;
  max-width: 640px;
}
.alert-wrap .alert-inner a {
  color: #fff;
  text-decoration: underline;
}

/* Jumbotron */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

.jumbotron {
  position: relative;
  margin: 0;
  background-color: #A7002C;
  background-image: url("images/sand.png");
  min-height: 120px;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.25);
}

article.full-header,
header.full-header {
  display: inline;
}

.jumbotron.full_header {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
  border-radius: 0;
  background-color: #eee;
}

.jumbotron .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.jumbotron.full_header .container {
  text-align: center;
}

.jumbotron.hasImage {
  color: #fff;
  background: no-repeat center center scroll;
  /*-webkit-background-size: 1920px 1080px !important;*/
  background-size: 100%;
  background-size: cover;
  height: auto;
}

.jumbotron.full_header.hasImage {
  height: 100%;
  color: #fff;
  background: no-repeat center center fixed;
  /*-webkit-background-size: 1920px 1080px !important;*/
  background-size: 100%;
  background-size: cover;
}

.jumbotron.hasImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}

.jumbotron .h1,
.jumbotron h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.jumbotron.four-zero-four {
  min-height: 320px;
  color: #ffffff;
}

.jumbotron.four-zero-four p {
  font-size: 1.8rem;
}

.content {
  padding: 40px 0;
  background: #ffffff url("images/content-bg.jpg") no-repeat center center fixed;
  background-size: 2560px 1440px;
  background-size: 100%;
  background-size: cover;
}

.card {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 0;
  border-top: 2px solid #E0E0E0;
  box-shadow: none;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.card:hover {
  border-top: 2px solid #A7002C;
}

.card.sticky {
  border-top: 2px solid #A7002C;
}

.card_image {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
  height: auto;
  transition: box-shadow 0.25s ease-in-out;
}

.card_inner {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0;
  padding: 8px;
  width: 60%;
  height: auto;
  transition: box-shadow 0.25s ease-in-out;
}

.card_inner h1 {
  margin: 0 0 8px;
  font-size: 1.6rem;
}

.card_inner p {
  display: none;
  margin: 0 0 8px;
}

.card_inner time {
  font-size: 1.2rem;
  margin: 0 0 8px;
}

.location-wrap {
  display: block;
  position: relative;
  padding: 0;
  background: #F3F3F3 url("images/waves-bg-white.jpg") no-repeat center center scroll;
  background-size: 100%;
  background-size: cover;
}

.location-wrap .container,
.location-wrap .row {
  padding-left: 0;
  padding-right: 0;
}

.location-content {
  display: inline-block;
  position: relative;
  padding: 48px 24px;
  width: 100%;
  background: #111111 url("images/sand.png");
  color: #ffffff;
}
.location-content .btn {
  display: inline-block;
  width: 100%;
  margin: 24px 0 0;
}

.container.book-now {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sites-wrap {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  background: #A7002C url("images/pachena-bay-bg-red.jpg") no-repeat center center scroll;
  background-size: 100%;
  background-size: cover;
  color: #ffffff;
}

.sites-wrap .container,
.sites-wrap .row {
  padding-left: 0;
  padding-right: 0;
}

.sites-inner {
  padding: 24px;
}

.sites-inner h2 {
  margin-top: 24px;
}

.sites-inner .btn {
  display: inline-block;
  width: 100%;
  margin: 24px 0 0;
}

.sites-content {
  display: inline-block;
  position: relative;
  padding: 24px;
  width: 100%;
  background: #A7002C url("images/sites-bg.jpg") no-repeat center center scroll;
  background-size: 100%;
  background-size: cover;
  color: #ffffff;
}

.sites-content h1 {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  line-height: 2.4rem;
}

.sites-content .btn {
  display: inline-block;
  width: 100%;
  margin: 24px 0 0;
}

.sites-image {
  position: relative;
}

.content.sites {
  padding: 0;
}

.content.sites .container {
  padding: 0;
}

.getting-here-wrap {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  /*min-height: 720px;*/
  background: #f3f3f3 url("images/sand.png");
  color: #333333;
}

.getting-here-wrap .container,
.getting-here-wrap .row {
  padding-left: 0;
  padding-right: 0;
}

.getting-here-inner {
  padding: 24px;
}

.getting-here h2 {
  color: #A7002C;
}

.carousel-images-wrap {
  display: block;
  position: relative;
  /*margin-top: 48px;*/
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slide p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webskit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.66);
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li button:before {
  font-size: 20px !important;
  opacity: 1 !important;
  color: #ffffff !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #A7002C !important;
}

.rv-wrap,
.tent-wrap {
  display: inline-block;
  position: relative;
  margin: 0;
  background: #fefefe url("images/sand.png");
  /*box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 0 1px rgba(0,0,0,0.16), 0 2px 8px rgba(0,0,0,0.16);*/
}

.rv-content,
.tent-content {
  padding: 24px;
}

.rv-content h2,
.tent-content h2,
.facilites-content h2 {
  margin-top: 0;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #A7002C;
}

.facilites-wrap {
  display: inline-block;
  position: relative;
  margin: 0;
}

.facilites-content {
  padding: 24px;
  background: #fefefe url("images/sand.png");
}

.map-wrap {
  display: inline-block;
  position: relative;
  margin: -8px 8px 16px;
  text-align: center;
}

.map-wrap a {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  font-family: "Casablanca_Antique_Regular", "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #333333;
}

.carousel-images-controls {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.carousel-images-prev,
.carousel-images-next {
  display: inline-block;
  position: relative;
  padding: 4px 4px 6px;
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.25s ease-in-out;
  pointer-events: all;
}

.carousel-images-prev:hover,
.carousel-images-next:hover {
  background: rgb(0, 0, 0);
}

.carousel-images-prev {
  float: left;
}

.carousel-images-next {
  float: right;
}

img.arrow {
  width: auto;
}

.rates-wrap {
  display: block;
  position: relative;
  margin: 0;
  padding: 24px;
  height: auto;
  background: #111111 url("images/sand.png");
  color: #ffffff;
}

.rates-wrap h2 {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}

.rates-wrap .table > tbody > tr > td,
.rates-wrap .table > tbody > tr > th,
.rates-wrap .table > tfoot > tr > td,
.rates-wrap .table > tfoot > tr > th,
.rates-wrap .table > thead > tr > td,
.rates-wrap .table > thead > tr > th {
  padding: 8px 0;
}

.hfn-wrap {
  display: block;
  position: relative;
  margin: 0;
  padding: 80px 0;
  height: auto;
  background: #333333 url("images/waves-bg-black.jpg") no-repeat center center scroll;
  background-size: 100%;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.hfn-wrap h2 {
  font-size: 3.2rem;
  font-weight: 400;
}

.hfn-wrap h2 a {
  font-size: 3.2rem;
  color: #ffffff;
  text-decoration: underline;
}

.hfn-wrap h2 a:hover,
.hfn-wrap h2 a:focus {
  color: #eeeeee;
  text-decoration: underline;
}

.hfn-wrap h2 a:active {
  color: #dddddd;
  text-decoration: underline;
}

.table > tbody > tr > td.rates-table-td {
  border-top: 0 solid transparent;
  border-bottom: 1px solid #e3e3e3;
}

.table > tbody > tr.rates-table-spacer {
  height: 24px;
  border-bottom: 0 solid transparent;
}

.table > tbody > tr.rates-table-spacer > td.rates-table-td {
  border-bottom: 0 solid transparent;
}

.rates-table-price {
  text-align: right;
}

.rates-cta-wrap {
  display: block;
  position: relative;
  margin: 16px 0 0;
  height: auto;
  background: #111111 url("images/rates-bg.jpg") no-repeat center center scroll;
  background-size: 100%;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.rates-cta-inner {
  padding: 48px;
  margin-bottom: -6px;
}

.rates-cta-inner .btn {
  display: inline-block;
  width: 100%;
  margin: 24px 0 0;
}

.request-form-wrap {
  position: relative;
  margin: 40px 0;
  padding: 40px;
  background: rgba(200, 200, 200, 0.33);
  border: 2px solid #333333;
}

ul.contact_info {
  margin: 0 0 16px;
  padding: 0;
}
ul.contact_info li {
  list-style: none;
  margin: 0 0 16px;
  padding: 8px 0 0;
}
ul.contact_info .icon {
  display: inline;
  position: relative;
  top: 5px;
}
ul.contact_info .icon.tall {
  margin-right: 5px;
  top: 0;
  left: 1px;
}

.copyright {
  padding: 24px 0 16px;
  background: #A7002C url("images/sand.png");
  font-family: "Casablanca_Antique_Regular", "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.copyright a {
  margin: 0 8px;
  color: #ffffff;
  text-decoration: underline;
}

/* [][][][][][][][][][][][][][] */
/* >>>> MOBILE LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
/* END mobile landscape */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE LG <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> DESKTOP SM <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) {
  body {
    padding-top: 0;
  }
  .container {
    width: 720px;
  }
  .alert-wrap {
    padding-bottom: 24px;
  }
  .alert-wrap .alert-dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
    left: unset;
    bottom: unset;
    width: auto;
  }
  .navbar {
    padding: 0 0 8px;
  }
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-header {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-header .show-alert {
    position: absolute;
    right: -20px;
    margin-top: 3px;
  }
  .navbar-brand {
    width: 150px;
    height: auto;
    padding: 8px;
  }
  .nav > li > a {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .top_bar {
    display: block;
    position: relative;
    padding-top: 54px;
    width: 100%;
  }
  .top_bar_left {
    text-align: left;
    margin-left: 15px;
  }
  .top_bar_left a {
    display: inline-block;
    margin: auto;
  }
  .top_bar_left .icon {
    float: left;
    margin: 1px 8px 0 0;
    font-size: 2.4rem;
    color: #A7002C;
  }
  .top_bar_right {
    text-align: right;
    margin-left: -15px;
  }
  #header_menu_left .navbar-nav {
    float: left;
  }
  #header_menu_right .navbar-nav {
    float: right;
  }
  #back-to-top {
    position: fixed;
    bottom: -40px;
    right: 16px;
    z-index: 9999;
    outline: none;
  }
  #back-to-top.visible {
    bottom: 16px;
  }
  #searchform {
    max-width: 480%;
  }
  .content img.custom {
    width: initial;
    height: auto;
    margin: 16px;
  }
  .content img.custom.alignright {
    margin: auto auto auto 16px;
  }
  .content img.custom.alignleft {
    margin: auto 16px auto auto;
  }
  .content img.aligncenter.custom,
.content img.alignnone.custom {
    margin: auto;
  }
  .jumbotron .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .jumbotron.hasImage {
    min-height: 540px;
  }
  .jumbotron .h1,
.jumbotron h1 {
    font-size: 4rem;
    font-weight: 400;
  }
  .location-wrap .container,
.location-wrap .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .location-content .btn {
    display: inline-block;
    width: auto;
    margin: 16px 0 0;
  }
  .container.book-now {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sites-wrap {
    padding: 80px 0;
  }
  .sites-wrap .container,
.sites-wrap .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sites-inner {
    padding: 0;
  }
  .sites-inner h2 {
    margin-top: 24px;
  }
  .sites-inner .btn {
    display: inline-block;
    width: auto;
    margin: 16px 16px 0 0;
  }
  .sites-content h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .sites-content .btn {
    display: inline-block;
    width: auto;
    margin: 16px 16px 0 0;
  }
  .content.sites {
    padding-top: 0;
  }
  .content.sites .jumbotron {
    margin-bottom: 40px;
  }
  .content.sites .container {
    padding: 0 16px;
  }
  .getting-here-wrap {
    padding: 80px 0;
  }
  .getting-here-wrap .container,
.getting-here-wrap .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .getting-here-inner {
    padding: 0;
  }
  .getting-here-inner h2 {
    margin-top: 24px;
  }
  .rv-wrap,
.tent-wrap,
.facilites-wrap {
    margin: 24px 0 16px;
  }
  .map-wrap {
    margin: -24px 8px 16px;
  }
  .card_inner {
    padding: 16px;
  }
  .card_inner h1 {
    font-size: 1.8rem;
  }
  .card_inner p {
    display: block;
  }
  .slick-slide p {
    font-size: 2.4rem;
  }
  .carousel-images-prev,
.carousel-images-next {
    padding: 16px;
  }
  .location-content {
    padding: 48px 64px;
  }
  .sites-content {
    padding: 40px 80px;
  }
  .rates-cta-wrap {
    margin: 16px 0 24px;
  }
  .rates-cta-inner {
    padding: 48px;
    margin-bottom: inherit;
  }
  .rates-cta-inner .btn {
    display: inline-block;
    width: auto;
    margin: 16px auto;
  }
}
/* END 768px */
/* [][][][][][][][][][][][][][] */
/* >>>> TABLET LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
/* END 768px landscape*/
/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP MD <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
  .card_inner {
    padding: 24px;
  }
  .location-content h1 span {
    margin: -110px 0 48px -10px;
    font-size: 3.6rem;
  }
  .location-content {
    padding: 100px 80px;
  }
  .sites-content {
    padding: 120px 160px;
  }
  .sites-inner h2 {
    margin-top: 0;
  }
  .slick-slide p {
    font-size: 4.8rem;
  }
}
/* END 992px */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .location-content h1 span {
    margin: -110px 0 48px -10px;
    font-size: 4.8rem;
  }
  .facilites-content {
    padding: 24px 24px 16px;
    margin-left: -16px;
  }
}
/* END 1200px */
/* CAMPSPOT */
.container-campspot {
  margin: 2rem 0;
}
.container-campspot label {
  display: block;
  font-size: 12px;
  position: relative;
  top: 5px;
}
.container-campspot input[type=date] {
  padding: 2px 20px;
  width: 100%;
  text-align: center;
}
.container-campspot input[type=number] {
  width: 100%;
  padding: 9px;
}
.container-campspot button[type=submit] {
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  background: #A7002C;
  border: 1px solid #A7002C;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1215686275);
  color: #fff;
  border-radius: 3px;
  padding: 8px 50px;
  position: relative;
  width: 100%;
  margin-top: 12px;
  font-weight: bold;
}
.container-campspot button[type=submit] span {
  font-size: 18px;
}
.container-campspot button[type=submit] svg {
  display: none;
  width: 20px;
  height: auto;
  top: 4px;
  position: relative;
}
.container-campspot button[type=submit]:hover {
  background: #CB0035;
}
.container-campspot .search-form {
  padding: 2rem;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-campspot .input-block {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  padding-bottom: 2rem;
}
.container-campspot .input-block-dates {
  flex-direction: column;
}
@media screen and (min-width: 400px) {
  .container-campspot .input-block-dates {
    flex-direction: row;
  }
}
.container-campspot .input-block-dates > * {
  width: 100%;
}
.container-campspot .input-block-dates svg {
  width: 50px;
  height: auto;
  display: none;
  margin: 0 12px;
  position: relative;
  bottom: 10px;
}
@media screen and (min-width: 540px) {
  .container-campspot .input-block-dates svg {
    display: block;
  }
}
.container-campspot .input-block-guests > div {
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .container-campspot {
    display: flex;
    justify-content: center;
  }
  .container-campspot .search-form {
    flex-direction: row;
    gap: 30px;
    align-items: flex-end;
    flex: 1;
  }
  .container-campspot .input-block-dates svg {
    display: block;
  }
  .container-campspot .input-block-dates span {
    display: none;
  }
  .container-campspot input[type=date] {
    padding: 2px 20px;
  }
  .container-campspot input[type=number] {
    width: 100px;
    text-align: center;
  }
}

/**Footer Styles **/
footer {
  background: #ffffff url("images/sand.png");
}
footer .inner {
  padding: 80px 0;
  text-align: center;
}
footer .inner a {
  color: #333333;
}
footer .inner h4 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #A7002C;
}
footer .inner .logo {
  width: 200px;
}
footer .inner .links,
footer .inner .hours,
footer .inner .contact {
  padding-top: 40px;
}
footer .inner .about {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
footer .inner .about a {
  text-decoration: underline;
}
footer .inner .about p {
  max-width: 700px;
}
footer .inner .hours h4 {
  padding-bottom: 20px;
}
footer .inner .hours p a {
  text-decoration: underline;
}
footer .inner .hours .time {
  padding-bottom: 1.6rem;
}
footer .inner .links li a {
  font-family: unset;
  font-size: 1.6rem;
}
footer .inner .links .nav {
  padding-top: 10px;
}
footer .nav-pills li a {
  padding-left: 0;
  font-size: 1.6rem;
  transition: padding 0.15s ease-in-out, border 0.15s ease-in-out, color 0.15s ease-in-out;
}
footer .nav-pills li a:hover, footer .nav-pills li a:focus, footer .nav-pills li a:active {
  background: transparent;
  border-left: 4px solid #A7002C;
  padding-left: 8px;
  color: #A7002C;
}

footer .inner .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: transparent;
  border-left: 4px solid #A7002C;
  padding-left: 8px;
  color: #A7002C;
}

footer .inner .icon i {
  color: #A7002C;
}

footer .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0 solid transparent;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}

footer td.time {
  text-align: right;
}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> DESKTOP SM <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) {
  footer .inner {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */