/**
 * Responsive Video CSS
 *
 * http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 * ----------------------------------------------------------------------------
 */
video {
  width: 100%    !important;
  height: auto   !important;
}
.wc-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 - default */
  padding-top: 25px;
  height: 0;
}
.wc-responsive-video object,
.wc-responsive-video embed,
.wc-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wc-responsive-video.wc-rv-ratio-16-9 {
  padding-bottom: 56.25%;
  /* 16:9 */
}
.wc-responsive-video.wc-rv-ratio-4-3 {
  padding-bottom: 75%;
  /* 4:3 */
}
.wc-responsive-video.wc-rv-ratio-3-2 {
  padding-bottom: 66.6667%;
  /* 3:2 */
}
div.rating-container {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
div.rating-container span {
  display: inline-block;
  line-height: 1;
}
div.rating-container .crfp-bar {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
div.rating-container .crfp-bar.rating-always-on span.bar {
  background: #ccc;
}
div.rating-container .crfp-bar span.label {
  width: 15%;
}
div.rating-container .crfp-bar span.bar {
  width: 65%;
}
div.rating-container .crfp-bar span.bar span.fill {
  background: #f5c710;
}
div.rating-container .crfp-bar span.count {
  width: 10%;
  margin: 0 0 0 5px;
}
div.rating-container span.rating-always-on {
  width: 80px;
  height: 16px;
  background: url(/wp-content/themes/reiscompany/source/views/svg.php?svg=star&color=cccccc) 0 0 repeat-x;
}
div.rating-container span.crfp-rating {
  display: block !important;
  height: 16px;
  text-indent: -9999em;
  background: url(/wp-content/themes/reiscompany/source/views/svg.php?svg=star&color=f5c710) 0 0 repeat-x;
}
div.rating-container .crfp-rating-5 {
  width: 80px !important;
}
div.rating-container .crfp-rating-4-5 {
  width: 72px !important;
}
div.rating-container .crfp-rating-4 {
  width: 64px !important;
}
div.rating-container .crfp-rating-3-5 {
  width: 56px !important;
}
div.rating-container .crfp-rating-3 {
  width: 48px !important;
}
div.rating-container .crfp-rating-2-5 {
  width: 40px !important;
}
div.rating-container .crfp-rating-2 {
  width: 32px !important;
}
div.rating-container .crfp-rating-1-5 {
  width: 24px !important;
}
div.rating-container .crfp-rating-1 {
  width: 16px !important;
}
div.rating-container .crfp-rating-0-5 {
  width: 8px !important;
}
div.rating-container .crfp-rating-0 {
  width: 0 !important;
}
.crfp-field div.star-rating {
  float: left;
  width: 16px;
  height: 16px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
.crfp-field div.star-rating a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/reiscompany/source/views/svg.php?svg=star&color=cccccc) no-repeat 0 0;
  border: 0;
}
div.star-rating-hover a {
  background: url(/wp-content/themes/reiscompany/source/views/svg.php?svg=star&color=b43600) no-repeat 0 0;
}
div.star-rating-on a {
  background: url(/wp-content/themes/reiscompany/source/views/svg.php?svg=star&color=f5c710) no-repeat 0 0;
}
div.rating-cancel {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
div.rating-cancel a {
  display: block;
  width: 16px;
  height: 100%;
  background: url(/wp-content/themes/reiscompany/source/views/svg.php?svg=delete&color=red) no-repeat 0 0;
  border: 0;
}
div.rating-cancel a:hover {
  background: url(/wp-content/themes/reiscompany/source/views/svg.php?svg=delete&color=red) no-repeat 0 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .comment-form input[type="submit"] > .caret,
  .dropup > .comment-form input[type="submit"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/wp-content/themes/reiscompany/development/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/wp-content/themes/reiscompany/development/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/reiscompany/development/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/wp-content/themes/reiscompany/development/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/wp-content/themes/reiscompany/development/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "source_sans_pro_light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #111;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #589333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #95be4d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 720px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #95be4d;
}
a.text-primary:hover {
  color: #7a9e3a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #95be4d;
}
a.bg-primary:hover {
  background-color: #7a9e3a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.55;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 720px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.55;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 720px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1260px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 720px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 719px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
}
.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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;
}
.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.comment-form input[type="text"][disabled],
.comment-form input[type="text"][readonly],
fieldset[disabled] .comment-form input[type="text"],
.comment-form input[type="email"][disabled],
.comment-form input[type="email"][readonly],
fieldset[disabled] .comment-form input[type="email"],
.comment-form input[type="url"][disabled],
.comment-form input[type="url"][readonly],
fieldset[disabled] .comment-form input[type="url"],
.comment-form textarea[disabled],
.comment-form textarea[readonly],
fieldset[disabled] .comment-form textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control,
textarea.comment-form input[type="text"],
textarea.comment-form input[type="email"],
textarea.comment-form input[type="url"],
textarea.comment-form textarea {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 49px;
  }
}
.form-group,
.comment-form p {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control,
.form-group-sm .comment-form input[type="text"],
.form-group-sm .comment-form input[type="email"],
.form-group-sm .comment-form input[type="url"],
.form-group-sm .comment-form textarea {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .comment-form input[type="text"],
select.form-group-sm .comment-form input[type="email"],
select.form-group-sm .comment-form input[type="url"],
select.form-group-sm .comment-form textarea {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .comment-form input[type="text"],
select[multiple].form-group-sm .comment-form input[type="text"],
textarea.form-group-sm .comment-form input[type="email"],
select[multiple].form-group-sm .comment-form input[type="email"],
textarea.form-group-sm .comment-form input[type="url"],
select[multiple].form-group-sm .comment-form input[type="url"],
textarea.form-group-sm .comment-form textarea,
select[multiple].form-group-sm .comment-form textarea {
  height: auto;
}
.input-lg,
.form-group-lg .form-control,
.form-group-lg .comment-form input[type="text"],
.form-group-lg .comment-form input[type="email"],
.form-group-lg .comment-form input[type="url"],
.form-group-lg .comment-form textarea {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .comment-form input[type="text"],
select.form-group-lg .comment-form input[type="email"],
select.form-group-lg .comment-form input[type="url"],
select.form-group-lg .comment-form textarea {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .comment-form input[type="text"],
select[multiple].form-group-lg .comment-form input[type="text"],
textarea.form-group-lg .comment-form input[type="email"],
select[multiple].form-group-lg .comment-form input[type="email"],
textarea.form-group-lg .comment-form input[type="url"],
select[multiple].form-group-lg .comment-form input[type="url"],
textarea.form-group-lg .comment-form textarea,
select[multiple].form-group-lg .comment-form textarea {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .comment-form input[type="text"],
.has-feedback .comment-form input[type="email"],
.has-feedback .comment-form input[type="url"],
.has-feedback .comment-form textarea {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus,
.has-success .comment-form input[type="text"]:focus,
.has-success .comment-form input[type="email"]:focus,
.has-success .comment-form input[type="url"]:focus,
.has-success .comment-form textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus,
.has-warning .comment-form input[type="text"]:focus,
.has-warning .comment-form input[type="email"]:focus,
.has-warning .comment-form input[type="url"]:focus,
.has-warning .comment-form textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus,
.has-error .comment-form input[type="text"]:focus,
.has-error .comment-form input[type="email"]:focus,
.has-error .comment-form input[type="url"]:focus,
.has-error .comment-form textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #515151;
}
@media (min-width: 720px) {
  .form-inline .form-group,
  .form-inline .comment-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .comment-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .form-inline .comment-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .comment-form input[type="text"],
  .form-inline .input-group .comment-form input[type="email"],
  .form-inline .input-group .comment-form input[type="url"],
  .form-inline .input-group .comment-form textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .comment-form input[type="text"],
  .form-inline .input-group > .comment-form input[type="email"],
  .form-inline .input-group > .comment-form input[type="url"],
  .form-inline .input-group > .comment-form textarea {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group,
.form-horizontal .comment-form p {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 720px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 720px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 720px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.comment-form input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"]:active:focus,
.comment-form input[type="submit"].active:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active.focus,
.comment-form input[type="submit"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.comment-form input[type="submit"] {
  color: #fff;
  background-color: #95be4d;
  border-color: #88b141;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open > .dropdown-toggle.comment-form input[type="submit"] {
  color: #fff;
  background-color: #7a9e3a;
  border-color: #668430;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open > .dropdown-toggle.comment-form input[type="submit"] {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"],
.comment-form input[type="submit"].disabled:hover,
.comment-form input[type="submit"][disabled]:hover,
fieldset[disabled] .comment-form input[type="submit"]:hover,
.comment-form input[type="submit"].disabled:focus,
.comment-form input[type="submit"][disabled]:focus,
fieldset[disabled] .comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].disabled.focus,
.comment-form input[type="submit"][disabled].focus,
fieldset[disabled] .comment-form input[type="submit"].focus,
.comment-form input[type="submit"].disabled:active,
.comment-form input[type="submit"][disabled]:active,
fieldset[disabled] .comment-form input[type="submit"]:active,
.comment-form input[type="submit"].disabled.active,
.comment-form input[type="submit"][disabled].active,
fieldset[disabled] .comment-form input[type="submit"].active {
  background-color: #95be4d;
  border-color: #88b141;
}
.btn-primary .badge,
.comment-form input[type="submit"] .badge {
  color: #95be4d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #589333;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #95be4d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .comment-form input[type="submit"] {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .comment-form input[type="submit"] {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .comment-form input[type="submit"] {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.55;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #95be4d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.55;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 720px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > .comment-form input[type="submit"],
.btn-group-vertical > .comment-form input[type="submit"] {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > .comment-form input[type="submit"]:hover,
.btn-group-vertical > .comment-form input[type="submit"]:hover,
.btn-group > .comment-form input[type="submit"]:focus,
.btn-group-vertical > .comment-form input[type="submit"]:focus,
.btn-group > .comment-form input[type="submit"]:active,
.btn-group-vertical > .comment-form input[type="submit"]:active,
.btn-group > .comment-form input[type="submit"].active,
.btn-group-vertical > .comment-form input[type="submit"].active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .comment-form input[type="submit"] + .comment-form input[type="submit"],
.btn-group .comment-form input[type="submit"] + .btn-group,
.btn-group .btn-group + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .comment-form input[type="submit"] {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-form input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .comment-form input[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-form input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .comment-form input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type="submit"] {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > .comment-form input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > .comment-form input[type="submit"]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .comment-form input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.comment-form input[type="submit"] .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .comment-form input[type="submit"],
.btn-group-vertical > .btn-group > .comment-form input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .comment-form input[type="submit"] {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .comment-form input[type="submit"] + .comment-form input[type="submit"],
.btn-group-vertical > .comment-form input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .comment-form input[type="submit"] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .comment-form input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .comment-form input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .comment-form input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type="submit"] {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .comment-form input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .comment-form input[type="submit"]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .comment-form input[type="submit"] {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .comment-form input[type="submit"] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .comment-form input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .comment-form input[type="submit"] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .comment-form input[type="text"],
.input-group-lg > .comment-form input[type="email"],
.input-group-lg > .comment-form input[type="url"],
.input-group-lg > .comment-form textarea,
.input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .comment-form input[type="text"],
select.input-group-lg > .comment-form input[type="email"],
select.input-group-lg > .comment-form input[type="url"],
select.input-group-lg > .comment-form textarea,
select.input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .comment-form input[type="text"],
select[multiple].input-group-lg > .comment-form input[type="text"],
textarea.input-group-lg > .comment-form input[type="email"],
select[multiple].input-group-lg > .comment-form input[type="email"],
textarea.input-group-lg > .comment-form input[type="url"],
select[multiple].input-group-lg > .comment-form input[type="url"],
textarea.input-group-lg > .comment-form textarea,
select[multiple].input-group-lg > .comment-form textarea,
textarea.input-group-lg > .input-group-btn > .comment-form input[type="submit"],
select[multiple].input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .comment-form input[type="text"],
.input-group-sm > .comment-form input[type="email"],
.input-group-sm > .comment-form input[type="url"],
.input-group-sm > .comment-form textarea,
.input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .comment-form input[type="text"],
select.input-group-sm > .comment-form input[type="email"],
select.input-group-sm > .comment-form input[type="url"],
select.input-group-sm > .comment-form textarea,
select.input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .comment-form input[type="text"],
select[multiple].input-group-sm > .comment-form input[type="text"],
textarea.input-group-sm > .comment-form input[type="email"],
select[multiple].input-group-sm > .comment-form input[type="email"],
textarea.input-group-sm > .comment-form input[type="url"],
select[multiple].input-group-sm > .comment-form input[type="url"],
textarea.input-group-sm > .comment-form textarea,
select[multiple].input-group-sm > .comment-form textarea,
textarea.input-group-sm > .input-group-btn > .comment-form input[type="submit"],
select[multiple].input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .comment-form input[type="text"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="email"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="url"]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group .comment-form input[type="text"]:first-child,
.input-group .comment-form input[type="email"]:first-child,
.input-group .comment-form input[type="url"]:first-child,
.input-group .comment-form textarea:first-child,
.input-group-btn:first-child > .comment-form input[type="submit"],
.input-group-btn:first-child > .btn-group > .comment-form input[type="submit"],
.input-group-btn:last-child > .comment-form input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .comment-form input[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group .comment-form input[type="text"]:last-child,
.input-group .comment-form input[type="email"]:last-child,
.input-group .comment-form input[type="url"]:last-child,
.input-group .comment-form textarea:last-child,
.input-group-btn:last-child > .comment-form input[type="submit"],
.input-group-btn:last-child > .btn-group > .comment-form input[type="submit"],
.input-group-btn:first-child > .comment-form input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .comment-form input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > .comment-form input[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .comment-form input[type="submit"]:hover,
.input-group-btn > .comment-form input[type="submit"]:focus,
.input-group-btn > .comment-form input[type="submit"]:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .comment-form input[type="submit"] {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .comment-form input[type="submit"] {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #589333;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.55;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #95be4d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 720px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.55px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 720px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 960px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "source_sans_pro_light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .comment-form p:before,
.form-horizontal .comment-form p:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-footer:after,
.form-horizontal .comment-form p:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 719px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 719px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'source_sans_pro_light';
  src: url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-light-webfont.eot');
  src: url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-light-webfont.woff') format('woff'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'source_sans_pro_regular';
  src: url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-regular-webfont.eot');
  src: url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'source_sans_pro_semibold';
  src: url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-semibold-webfont.eot');
  src: url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('/wp-content/themes/reiscompany/source/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'signika';
  src: url('/wp-content/themes/reiscompany/source/fonts/signika-regular-webfont.eot');
  src: url('/wp-content/themes/reiscompany/source/fonts/signika-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/reiscompany/source/fonts/signika-regular-webfont.woff2') format('woff2'), url('/wp-content/themes/reiscompany/source/fonts/signika-regular-webfont.woff') format('woff'), url('/wp-content/themes/reiscompany/source/fonts/signika-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/reiscompany/source/fonts/signika-regular-webfont.svg#signikaregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('/wp-content/themes/reiscompany/source/fonts/icomoon.eot');
  src: url('/wp-content/themes/reiscompany/source/fonts/icomoon.eot') format('embedded-opentype'), url('/wp-content/themes/reiscompany/source/fonts/icomoon.woff') format('woff'), url('/wp-content/themes/reiscompany/source/fonts/icomoon.ttf') format('truetype'), url('/wp-content/themes/reiscompany/source/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pinterest:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e600";
}
.icon-comment:before {
  content: "\e601";
}
.icon-facebook:before {
  content: "\e602";
}
.icon-googleplus:before {
  content: "\e603";
}
.icon-information:before {
  content: "\e604";
}
.icon-list:before {
  content: "\e605";
}
.icon-list-2:before {
  content: "\e606";
}
.icon-map:before {
  content: "\e607";
}
.icon-tag:before {
  content: "\e609";
}
.icon-time:before {
  content: "\e60a";
}
.icon-twitter:before {
  content: "\e60b";
}
.icon-slider-r:before {
  content: "\e60c";
}
.icon-slider-l:before {
  content: "\e60d";
}
.icon-cross:before {
  content: "\e60e";
}
.icon-reiscompany:before {
  content: "\e60f";
}
.icon-filter:before {
  content: "\e610";
}
.icon-website:before {
  content: "\e611";
}
.icon-languages:before {
  content: "\e612";
}
.icon-house:before {
  content: "\e613";
}
.icon-camping:before {
  content: "\e614";
}
.icon-mail:before {
  content: "\e615";
}
.icon-phone:before {
  content: "\e616";
}
.icon-dropdown:before {
  content: "\e617";
}
.icon-check:before {
  content: "\e618";
}
.icon-star:before {
  content: "\e619";
}
.icon-menu:before {
  content: "\e608";
}
.icon-search:before {
  content: "\e901";
}
.icon-marker:before {
  content: "\e61b";
}
.icon-arrow-left:before {
  content: "\e61c";
}
.icon-arrow-down:before {
  content: "\e61d";
}
.icon-arrow-up:before {
  content: "\e61e";
}
.icon-arrow-right:before {
  content: "\e61a";
}
:root {
  --teaser-featured-image-height: calc(49vw);
  --block-with-text-featured-image-height: calc(49vw);
}
html {
  font-size: 10px;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
p {
  margin-bottom: 1em;
}
table {
  border: 1px solid #dadada;
  border-left: none;
  border-collapse: inherit;
  border-top: none;
  width: 100%;
  font-size: 14px;
  margin-bottom: 1em;
}
table tr:nth-child(odd) td {
  background: white;
}
table tr:nth-child(even) td {
  background: #eff6fe;
}
table td,
table th {
  border-left: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 10px 20px;
  line-height: 22px;
}
table td.left,
table th.left {
  font-family: 'source_sans_pro_regular';
  text-align: right;
}
table th,
table tfoot tr td {
  background: #95be4d;
  color: white;
  font-weight: normal;
  font-family: 'source_sans_pro_regular';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.275em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 1em;
}
strong,
b {
  font-family: 'source_sans_pro_regular';
  font-weight: normal;
}
.page-intro ol,
.regular-text ol,
.text-and-button ol,
.layout-text ol {
  list-style-type: none;
  margin: 0 0 1em 0px;
  padding: 0;
  line-height: 1.75em;
  counter-reset: li-counter;
}
.page-intro ol li,
.regular-text ol li,
.text-and-button ol li,
.layout-text ol li {
  position: relative;
  padding-left: 1.4em;
}
.page-intro ol li:before,
.regular-text ol li:before,
.text-and-button ol li:before,
.layout-text ol li:before {
  display: block;
  font-family: 'source_sans_pro_regular';
  left: 0;
  color: #95be4d;
  position: absolute;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.page-intro ul,
.regular-text ul,
.text-and-button ul,
.layout-text ul {
  margin: 0 0 1em 0px;
  list-style-type: none;
  padding: 0;
  line-height: 1.75em;
}
.page-intro ul li,
.regular-text ul li,
.text-and-button ul li,
.layout-text ul li {
  position: relative;
  padding-left: 1.4em;
}
.page-intro ul li:before,
.regular-text ul li:before,
.text-and-button ul li:before,
.layout-text ul li:before {
  color: #95be4d;
  display: block;
  font-size: 0.65em;
  left: 0;
  position: absolute;
  top: 0;
  content: "\e618";
  font-family: 'icomoon';
}
.page-intro *:last-child,
.regular-text *:last-child,
.text-and-button *:last-child,
.layout-text *:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.ie9 img[src*=".svg"] {
  width: 100%;
  height: auto;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
    height: auto;
  }
}
ul {
  margin: 0;
  padding: 0 0 0 1.8rem;
}
ul.checks li {
  padding-left: 1.4em;
  position: relative;
}
ul.checks li:before {
  content: "\e618";
  font-family: 'icomoon';
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  color: #95be4d;
  font-size: 0.65em;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.picture-cover {
  display: flex;
  height: 100%;
  width: 100%;
}
.picture-cover img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  max-width: initial;
}
.display-flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.bg-white {
  background: #fff;
}
.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.mt-25 {
  margin-top: 125px;
}
.mr-25 {
  margin-right: 125px;
}
.mb-25 {
  margin-bottom: 125px;
}
.ml-25 {
  margin-left: 125px;
}
.pt-25 {
  padding-top: 125px;
}
.pr-25 {
  padding-right: 125px;
}
.pb-25 {
  padding-bottom: 125px;
}
.pl-25 {
  padding-left: 125px;
}
.mt-24 {
  margin-top: 120px;
}
.mr-24 {
  margin-right: 120px;
}
.mb-24 {
  margin-bottom: 120px;
}
.ml-24 {
  margin-left: 120px;
}
.pt-24 {
  padding-top: 120px;
}
.pr-24 {
  padding-right: 120px;
}
.pb-24 {
  padding-bottom: 120px;
}
.pl-24 {
  padding-left: 120px;
}
.mt-23 {
  margin-top: 115px;
}
.mr-23 {
  margin-right: 115px;
}
.mb-23 {
  margin-bottom: 115px;
}
.ml-23 {
  margin-left: 115px;
}
.pt-23 {
  padding-top: 115px;
}
.pr-23 {
  padding-right: 115px;
}
.pb-23 {
  padding-bottom: 115px;
}
.pl-23 {
  padding-left: 115px;
}
.mt-22 {
  margin-top: 110px;
}
.mr-22 {
  margin-right: 110px;
}
.mb-22 {
  margin-bottom: 110px;
}
.ml-22 {
  margin-left: 110px;
}
.pt-22 {
  padding-top: 110px;
}
.pr-22 {
  padding-right: 110px;
}
.pb-22 {
  padding-bottom: 110px;
}
.pl-22 {
  padding-left: 110px;
}
.mt-21 {
  margin-top: 105px;
}
.mr-21 {
  margin-right: 105px;
}
.mb-21 {
  margin-bottom: 105px;
}
.ml-21 {
  margin-left: 105px;
}
.pt-21 {
  padding-top: 105px;
}
.pr-21 {
  padding-right: 105px;
}
.pb-21 {
  padding-bottom: 105px;
}
.pl-21 {
  padding-left: 105px;
}
.mt-20 {
  margin-top: 100px;
}
.mr-20 {
  margin-right: 100px;
}
.mb-20 {
  margin-bottom: 100px;
}
.ml-20 {
  margin-left: 100px;
}
.pt-20 {
  padding-top: 100px;
}
.pr-20 {
  padding-right: 100px;
}
.pb-20 {
  padding-bottom: 100px;
}
.pl-20 {
  padding-left: 100px;
}
.mt-19 {
  margin-top: 95px;
}
.mr-19 {
  margin-right: 95px;
}
.mb-19 {
  margin-bottom: 95px;
}
.ml-19 {
  margin-left: 95px;
}
.pt-19 {
  padding-top: 95px;
}
.pr-19 {
  padding-right: 95px;
}
.pb-19 {
  padding-bottom: 95px;
}
.pl-19 {
  padding-left: 95px;
}
.mt-18 {
  margin-top: 90px;
}
.mr-18 {
  margin-right: 90px;
}
.mb-18 {
  margin-bottom: 90px;
}
.ml-18 {
  margin-left: 90px;
}
.pt-18 {
  padding-top: 90px;
}
.pr-18 {
  padding-right: 90px;
}
.pb-18 {
  padding-bottom: 90px;
}
.pl-18 {
  padding-left: 90px;
}
.mt-17 {
  margin-top: 85px;
}
.mr-17 {
  margin-right: 85px;
}
.mb-17 {
  margin-bottom: 85px;
}
.ml-17 {
  margin-left: 85px;
}
.pt-17 {
  padding-top: 85px;
}
.pr-17 {
  padding-right: 85px;
}
.pb-17 {
  padding-bottom: 85px;
}
.pl-17 {
  padding-left: 85px;
}
.mt-16 {
  margin-top: 80px;
}
.mr-16 {
  margin-right: 80px;
}
.mb-16 {
  margin-bottom: 80px;
}
.ml-16 {
  margin-left: 80px;
}
.pt-16 {
  padding-top: 80px;
}
.pr-16 {
  padding-right: 80px;
}
.pb-16 {
  padding-bottom: 80px;
}
.pl-16 {
  padding-left: 80px;
}
.mt-15 {
  margin-top: 75px;
}
.mr-15 {
  margin-right: 75px;
}
.mb-15 {
  margin-bottom: 75px;
}
.ml-15 {
  margin-left: 75px;
}
.pt-15 {
  padding-top: 75px;
}
.pr-15 {
  padding-right: 75px;
}
.pb-15 {
  padding-bottom: 75px;
}
.pl-15 {
  padding-left: 75px;
}
.mt-14 {
  margin-top: 70px;
}
.mr-14 {
  margin-right: 70px;
}
.mb-14 {
  margin-bottom: 70px;
}
.ml-14 {
  margin-left: 70px;
}
.pt-14 {
  padding-top: 70px;
}
.pr-14 {
  padding-right: 70px;
}
.pb-14 {
  padding-bottom: 70px;
}
.pl-14 {
  padding-left: 70px;
}
.mt-13 {
  margin-top: 65px;
}
.mr-13 {
  margin-right: 65px;
}
.mb-13 {
  margin-bottom: 65px;
}
.ml-13 {
  margin-left: 65px;
}
.pt-13 {
  padding-top: 65px;
}
.pr-13 {
  padding-right: 65px;
}
.pb-13 {
  padding-bottom: 65px;
}
.pl-13 {
  padding-left: 65px;
}
.mt-12 {
  margin-top: 60px;
}
.mr-12 {
  margin-right: 60px;
}
.mb-12 {
  margin-bottom: 60px;
}
.ml-12 {
  margin-left: 60px;
}
.pt-12 {
  padding-top: 60px;
}
.pr-12 {
  padding-right: 60px;
}
.pb-12 {
  padding-bottom: 60px;
}
.pl-12 {
  padding-left: 60px;
}
.mt-11 {
  margin-top: 55px;
}
.mr-11 {
  margin-right: 55px;
}
.mb-11 {
  margin-bottom: 55px;
}
.ml-11 {
  margin-left: 55px;
}
.pt-11 {
  padding-top: 55px;
}
.pr-11 {
  padding-right: 55px;
}
.pb-11 {
  padding-bottom: 55px;
}
.pl-11 {
  padding-left: 55px;
}
.mt-10 {
  margin-top: 50px;
}
.mr-10 {
  margin-right: 50px;
}
.mb-10 {
  margin-bottom: 50px;
}
.ml-10 {
  margin-left: 50px;
}
.pt-10 {
  padding-top: 50px;
}
.pr-10 {
  padding-right: 50px;
}
.pb-10 {
  padding-bottom: 50px;
}
.pl-10 {
  padding-left: 50px;
}
.mt-9 {
  margin-top: 45px;
}
.mr-9 {
  margin-right: 45px;
}
.mb-9 {
  margin-bottom: 45px;
}
.ml-9 {
  margin-left: 45px;
}
.pt-9 {
  padding-top: 45px;
}
.pr-9 {
  padding-right: 45px;
}
.pb-9 {
  padding-bottom: 45px;
}
.pl-9 {
  padding-left: 45px;
}
.mt-8 {
  margin-top: 40px;
}
.mr-8 {
  margin-right: 40px;
}
.mb-8 {
  margin-bottom: 40px;
}
.ml-8 {
  margin-left: 40px;
}
.pt-8 {
  padding-top: 40px;
}
.pr-8 {
  padding-right: 40px;
}
.pb-8 {
  padding-bottom: 40px;
}
.pl-8 {
  padding-left: 40px;
}
.mt-7 {
  margin-top: 35px;
}
.mr-7 {
  margin-right: 35px;
}
.mb-7 {
  margin-bottom: 35px;
}
.ml-7 {
  margin-left: 35px;
}
.pt-7 {
  padding-top: 35px;
}
.pr-7 {
  padding-right: 35px;
}
.pb-7 {
  padding-bottom: 35px;
}
.pl-7 {
  padding-left: 35px;
}
.mt-6 {
  margin-top: 30px;
}
.mr-6 {
  margin-right: 30px;
}
.mb-6 {
  margin-bottom: 30px;
}
.ml-6 {
  margin-left: 30px;
}
.pt-6 {
  padding-top: 30px;
}
.pr-6 {
  padding-right: 30px;
}
.pb-6 {
  padding-bottom: 30px;
}
.pl-6 {
  padding-left: 30px;
}
.mt-5 {
  margin-top: 25px;
}
.mr-5 {
  margin-right: 25px;
}
.mb-5 {
  margin-bottom: 25px;
}
.ml-5 {
  margin-left: 25px;
}
.pt-5 {
  padding-top: 25px;
}
.pr-5 {
  padding-right: 25px;
}
.pb-5 {
  padding-bottom: 25px;
}
.pl-5 {
  padding-left: 25px;
}
.mt-4 {
  margin-top: 20px;
}
.mr-4 {
  margin-right: 20px;
}
.mb-4 {
  margin-bottom: 20px;
}
.ml-4 {
  margin-left: 20px;
}
.pt-4 {
  padding-top: 20px;
}
.pr-4 {
  padding-right: 20px;
}
.pb-4 {
  padding-bottom: 20px;
}
.pl-4 {
  padding-left: 20px;
}
.mt-3 {
  margin-top: 15px;
}
.mr-3 {
  margin-right: 15px;
}
.mb-3 {
  margin-bottom: 15px;
}
.ml-3 {
  margin-left: 15px;
}
.pt-3 {
  padding-top: 15px;
}
.pr-3 {
  padding-right: 15px;
}
.pb-3 {
  padding-bottom: 15px;
}
.pl-3 {
  padding-left: 15px;
}
.mt-2 {
  margin-top: 10px;
}
.mr-2 {
  margin-right: 10px;
}
.mb-2 {
  margin-bottom: 10px;
}
.ml-2 {
  margin-left: 10px;
}
.pt-2 {
  padding-top: 10px;
}
.pr-2 {
  padding-right: 10px;
}
.pb-2 {
  padding-bottom: 10px;
}
.pl-2 {
  padding-left: 10px;
}
.mt-1 {
  margin-top: 5px;
}
.mr-1 {
  margin-right: 5px;
}
.mb-1 {
  margin-bottom: 5px;
}
.ml-1 {
  margin-left: 5px;
}
.pt-1 {
  padding-top: 5px;
}
.pr-1 {
  padding-right: 5px;
}
.pb-1 {
  padding-bottom: 5px;
}
.pl-1 {
  padding-left: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/themes/reiscompany/source/styles/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  box-shadow: none;
  background: transparent;
}
.owl-carousel .owl-dots {
  display: flex;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dot {
  padding: 0;
  height: auto;
}
.owl-carousel .owl-dot:before {
  display: none;
}
.owl-carousel .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px;
  background: #dadada;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-carousel .owl-dot.active span {
  width: 7px;
  height: 7px;
  background: white;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  transition: background-color 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  font-family: 'icomoon';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 21px;
  font-weight: 400;
  color: white;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\e61c";
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "\e61a";
}
.owl-carousel {
  background: #f3f3f3;
}
.owl-carousel .owl-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.owl-carousel .owl-item:last-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
}
.owl-carousel .owl-wrapper {
  display: table !important;
}
.owl-carousel .slider-cta {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .slider-cta .slider-thumbnail {
  z-index: 2;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  font-size: 16px;
}
.owl-carousel .slider-cta .slider-thumbnail.button {
  margin: 0;
}
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold;
}
table td,
table th {
  text-align: left;
}
.table-nav {
  display: none;
}
/* Mobile */
@media (max-width: 719px) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
  }
  .pinned table {
    width: 100%;
    margin-bottom: 0;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  div.table-wrapper {
    position: relative;
    overflow: hidden;
  }
  div.table-wrapper div.scrollable {
    margin-left: 55%;
    border-right: 1px solid #dadada;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  div.table-wrapper div.scrollable table {
    border-right: none;
    margin-bottom: 0;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
  .table-nav {
    position: absolute;
    display: block;
    height: 50px;
    top: 0;
    left: -40px;
    right: 0;
    z-index: 2;
  }
  .table-nav .table-nav-btn {
    width: 30px;
    height: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #95be4d;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
    top: 0;
  }
  .table-nav .table-nav-btn.prev-col {
    right: 45%;
  }
  .table-nav .table-nav-btn.next-col {
    right: 0%;
  }
}
.social-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #dadada;
  color: white;
  margin-right: 5px;
  cursor: pointer;
}
.social-button:hover {
  text-decoration: none;
  border: 1px solid #95be4d;
}
.info-link__button {
  display: inline-block;
  font-family: 'source_sans_pro_semibold';
  color: #111;
  font-size: 14px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.info-link__button .icon {
  margin-right: 2px;
}
.info-link__button .icon:before {
  font-size: 12px;
}
.info-link__button:hover {
  text-decoration: none;
}
.info-link__button:hover .info-link__text {
  text-decoration: underline;
}
.inline-button {
  margin-bottom: 0.5em;
  margin-right: 0.2em;
}
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}
.header-button {
  color: #589333;
  font-weight: bold;
  position: absolute;
  right: 0;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  width: 98px;
  font-size: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.header-button .icon {
  margin-right: 5px;
  font-size: 14px;
}
.header-button .icon-cross,
.header-button .link-description-close {
  display: none;
}
.header-button.active {
  background: white;
}
.header-button.active .icon-menu,
.header-button.active .link-description-open {
  display: none;
}
.header-button.active .icon-cross,
.header-button.active .link-description-close {
  display: inline;
}
.menu-header-primary {
  display: none;
  background: white;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 0 15px;
  font-family: "source_sans_pro_regular";
}
.menu-header-primary li {
  border-top: 1px solid #dadada;
  position: relative;
}
.menu-header-primary li:first-child {
  border: none;
}
.menu-header-primary li a {
  color: #111;
  padding: 15px;
  background: none !important;
}
.menu-header-primary li a:hover,
.menu-header-primary li a:active,
.menu-header-primary li a:focus {
  color: #589333;
  background: none;
}
.menu-header-primary li.active a {
  color: #589333;
}
.menu-header-primary li.active a:active,
.menu-header-primary li.active a:focus {
  background: none;
}
.menu-header-primary.xactive {
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.25);
}
.menu-header-courtesy {
  display: none;
}
.comment-list ol {
  list-style: none;
}
.comment-awaiting-moderation {
  font-style: italic;
  color: #999;
}
.comment p {
  margin-bottom: 1em;
}
.comment-metadata time {
  font-size: 0.875em;
  color: #999;
  margin-bottom: 10px;
  display: block;
}
#go-to-comment-form {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
}
#go-to-comment-form:before {
  display: none;
}
#comments {
  position: relative;
}
#comments > h2 {
  line-height: 40px;
}
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  margin-top: 1px;
  width: 278px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
  padding: 10px;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
/* Calendars */
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  padding: 4px;
  background: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid #dadada;
}
.daterangepicker tbody {
  border-right: 1px solid #dadada;
  font-size: 16px;
}
.daterangepicker thead th {
  font-weight: normal;
}
.daterangepicker thead th.next,
.daterangepicker thead th.prev {
  border: 1px solid #dadada;
}
.daterangepicker thead th.next i,
.daterangepicker thead th.prev i {
  display: none;
}
.daterangepicker thead th.next:before,
.daterangepicker thead th.prev:before {
  content: "\e61c";
  font-family: "icomoon";
}
.daterangepicker thead th.next:before {
  content: "\e61a";
}
.daterangepicker thead tr:nth-child(2) th {
  font-size: 12px;
  font-weight: 300;
  color: #999;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  cursor: pointer;
  background: white;
  color: #111;
  border: none;
}
.daterangepicker td:last-child {
  border-right: 1px solid #dadada;
}
.daterangepicker td.available {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  background: none;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  background: none;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #cecece;
  cursor: not-allowed;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #95be4d;
  color: white;
}
.daterangepicker td.in-range {
  background: #cde0aa;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #95be4d;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker th.month {
  width: auto;
}
/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
  display: none;
}
/* Time Picker */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
/* Predefined Ranges */
.daterangepicker .ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar {
    float: left;
  }
  .daterangepicker .calendar.right {
    margin-left: 0;
  }
  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker .calendar.left {
    clear: none;
  }
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.gform_wrapper li {
  margin-bottom: 15px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.gform_wrapper li:before {
  content: "" !important;
  display: none  !important;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #111;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -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;
  border-color: #dadada;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  height: 30px;
  line-height: 28px;
  padding: 1px 10px;
  width: 100%;
  display: block;
  color: #b2b2b2;
  background: white;
  border-radius: 3px;
  font-size: 1em;
  display: inline;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.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[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: #eeeeee;
  opacity: 1;
}
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.ginput_container input:active,
.ginput_container select:active,
.ginput_container textarea:active,
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999;
  background-color: white;
  color: #111;
}
.ginput_container input.error,
.ginput_container select.error,
.ginput_container textarea.error {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.ginput_container input.error:focus,
.ginput_container select.error:focus,
.ginput_container textarea.error:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.ginput_container input.error:focus,
.ginput_container select.error:focus,
.ginput_container textarea.error:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ginput_container textarea {
  height: auto;
}
.gform_fields {
  margin: 0;
}
.ginput_container select {
  margin-right: 10px;
}
.gsection_title {
  color: #95be4d;
  font-size: 20px;
  margin-top: 20px;
}
.gfield_radio input[type="radio"] {
  height: auto;
  width: auto;
  margin-right: 5px;
}
.gfield_radio label {
  margin-right: 10px;
}
.gf_hide_label .gfield_label {
  display: none;
}
.gfield_description {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #515151;
}
.gform_button {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: 'source_sans_pro_regular';
  border-radius: 3px;
  outline: none;
  width: auto;
  display: inline-block;
  height: 40px;
  line-height: 28px;
  font-size: 18px;
  color: white;
  border: none;
  margin-right: 0;
  padding: 6px 40px 6px 10px;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  transition: all 0.2s ease, box-shadow 0.1s ease;
  background-color: #95be4d;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.gform_button:focus,
.gform_button:active:focus,
.gform_button.active:focus,
.gform_button.focus,
.gform_button:active.focus,
.gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus {
  color: #333;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry-content p .gform_button {
  margin-bottom: 0.5em;
  margin-right: 0.2em;
}
.gform_button .icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
}
.gform_button:hover {
  background-color: #c3d854;
  box-shadow: inset 0 -3px 0 #b2cb2f;
  text-decoration: none;
  color: white;
}
.gform_button:active,
.gform_button:focus {
  background-color: #88b141;
  -webkit-box-shadow: inset 0 3px 0 #b2cb2f;
  box-shadow: inset 0 3px 0 #b2cb2f;
  text-decoration: none;
  color: white;
}
.gform_button.external {
  background-color: #f28f0f;
  box-shadow: inset 0 -3px 0 #d27b0b;
}
.gform_button.external:hover {
  background-color: #f39419;
  box-shadow: inset 0 -3px 0 #c3730b;
}
.gform_button.external:active,
.gform_button.external:focus {
  background-color: #d77e0c;
  -webkit-box-shadow: inset 0 3px 0 #ba6d0a;
  box-shadow: inset 0 3px 0 #ba6d0a;
}
.gform_button:before {
  font-family: 'icomoon';
  content: "\e61a";
  display: block;
  font-size: 0.75em;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus,
.gform_button:active,
.gform_button.active,
.open > .dropdown-toggle.gform_button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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.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: #fff;
  border-color: #ccc;
}
.gform_button .badge {
  color: #fff;
  background-color: #333;
}
.gform_wrapper .gfield_error .validation_message,
.gform_wrapper .gfield_error .gfield_label {
  color: #a94442;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_validation_container {
  display: none;
}
/*
----------------------------------------------------------------

readyclass.css
Gravity Forms Ready Class Pre-Set Helper Styles
http://www.gravityforms.com
updated: August 02, 2017 12:10 PM (GMT-05:00) US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin: 0;
    padding-right: 16px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline select {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
    width: 50px;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }
  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }
  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
  .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    width: 100% !important;
    margin: 8px 0 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    content: "";
    display: block;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(34%);
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea,
  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small,
  .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
    clear: both;
  }
  /* 3 columns */
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(9.3%) !important;
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
    clear: both;
  }
  /* 4 columns - quarters */
  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
    width: 24.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width: 97.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
    clear: both;
  }
  /* horizontal list columns - displayed inline */
  .gform_wrapper .top_label li ul.gfield_checkbox,
  .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(116%);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: calc(86%);
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px 0;
  }
  /* vertical list columns - using CSS columns */
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
    margin: 0 0 10px 0;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(84%);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(92%);
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(92%);
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(92%);
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto !important;
    float: none !important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
  }
  html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }
  .gform_wrapper li.gsection.gf_scroll_text {
    height: 240px;
    width: calc(84%);
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }
  .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title,
  .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 12px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal!important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal!important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
  }
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px 0;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green,
  .gform_wrapper li.gfield.gfield_html.gf_alert_red,
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow,
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 32px;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 32px;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 30px 0;
    border: 1px solid #E6DB55;
    -webkit-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    background-color: #FFFBCC;
    color: #424242;
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    -webkit-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
    box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    background-color: #FFFBCC;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -moz-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbf2b7), color-stop(100%, #b4d088));
    background: -webkit-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -o-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -ms-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before,
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
  /* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */
  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    width: auto;
    margin: 0 auto;
    display: table;
  }
  .gform_wrapper form.gf_simple_horizontal {
    width: calc(84%);
    margin: 0 auto;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body,
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 75%;
  }
  .gform_wrapper form.gf_simple_horizontal div.ginput_container,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
  }
  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    padding-right: 1em;
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal label.gfield_label,
  .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
  .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"] {
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: .5em;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
  /* end media query */
}
/* add equal padding to form for better centering */
body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}
.ginput_right {
  float: right;
  width: 48%;
  position: relative;
  left: -1%;
  margin-bottom: 0 !important;
}
.ginput_left {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding-right: 5px;
  margin-bottom: 0 !important;
}
.ginput_complex span {
  margin-bottom: 12px;
}
.ginput_complex span:before,
.ginput_complex span:after {
  content: " ";
  display: table;
}
.ginput_complex span:after {
  clear: both;
}
.ginput_complex span:before,
.ginput_complex span:after {
  content: " ";
  display: table;
}
.ginput_complex span:after {
  clear: both;
}
.gf_clear .gf_clear_complex:before,
.gf_clear .gf_clear_complex:after {
  content: " ";
  display: table;
}
.gf_clear .gf_clear_complex:after {
  clear: both;
}
.gf_clear .gf_clear_complex:before,
.gf_clear .gf_clear_complex:after {
  content: " ";
  display: table;
}
.gf_clear .gf_clear_complex:after {
  clear: both;
}
@media (max-width: 720px) {
  .ginput_left,
  .ginput_right,
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf_right_half {
    float: none !important;
    width: 100% !important;
    clear: none !important;
  }
  .ginput_left {
    margin-bottom: 5px;
  }
  .ginput_right {
    left: 0;
  }
  .ginput_left input,
  .ginput_right input {
    width: 97%;
  }
}
/* tame those pesky hidden fields ------------------------------------------------------*/
.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important;
}
/* ajax forms ------------------------------------------------------*/
.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
/* hide the honeypot field  ------------------------------------------------------*/
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
/* custom extra */
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  padding-left: 0;
}
.gform_wrapper .tt-hint {
  width: 99%;
}
/* ==========================================================================
   Form styling variables
   ========================================================================== */
/* ==========================================================================
   Form Mixins
   ========================================================================== */
.input,
input,
.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  border-color: #dadada;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  height: 30px;
  line-height: 28px;
  padding: 1px 10px;
  width: 100%;
  display: block;
  color: #b2b2b2;
  background: white;
  border-radius: 3px;
  font-size: 1em;
  display: inline;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input:active,
input:active,
.form-control:active,
.input:focus,
input:focus,
.form-control:focus,
.comment-form input[type="text"]:active,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:active,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:active,
.comment-form input[type="url"]:focus,
.comment-form textarea:active,
.comment-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999;
  background-color: white;
  color: #111;
}
.input.error,
input.error,
.form-control.error,
.comment-form input[type="text"].error,
.comment-form input[type="email"].error,
.comment-form input[type="url"].error,
.comment-form textarea.error {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.input.error:focus,
input.error:focus,
.form-control.error:focus,
.comment-form input[type="text"].error:focus,
.comment-form input[type="email"].error:focus,
.comment-form input[type="url"].error:focus,
.comment-form textarea.error:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.input.error:focus,
input.error:focus,
.form-control.error:focus,
.comment-form input[type="text"].error:focus,
.comment-form input[type="email"].error:focus,
.comment-form input[type="url"].error:focus,
.comment-form textarea.error:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group .input,
.input-group input,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  padding: 6px 10px;
  height: 40px;
}
textarea,
.comment-form textarea {
  height: 12em !important;
}
button,
.button,
.btn,
.gform_button,
input[type='submit'],
.comment-form input[type="submit"] {
  position: relative;
  font-family: 'source_sans_pro_regular';
  border-radius: 3px;
  outline: none;
  width: auto;
  display: inline-block;
  height: 40px;
  line-height: 28px;
  font-size: 18px;
  color: white;
  border: none;
  margin-right: 0;
  padding: 6px 40px 6px 10px;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  transition: all 0.2s ease, box-shadow 0.1s ease;
  background-color: #95be4d;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.entry-content p button,
.entry-content p .button,
.entry-content p .btn,
.entry-content p .gform_button,
.entry-content p input[type='submit'],
.entry-content p .comment-form input[type="submit"] {
  margin-bottom: 0.5em;
  margin-right: 0.2em;
}
button .icon:before,
.button .icon:before,
.btn .icon:before,
.gform_button .icon:before,
input[type='submit'] .icon:before,
.comment-form input[type="submit"] .icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
}
button:hover,
.button:hover,
.btn:hover,
.gform_button:hover,
input[type='submit']:hover,
.comment-form input[type="submit"]:hover {
  background-color: #c3d854;
  box-shadow: inset 0 -3px 0 #b2cb2f;
  text-decoration: none;
  color: white;
}
button:active,
.button:active,
.btn:active,
.gform_button:active,
input[type='submit']:active,
button:focus,
.button:focus,
.btn:focus,
.gform_button:focus,
input[type='submit']:focus,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"]:focus {
  background-color: #88b141;
  -webkit-box-shadow: inset 0 3px 0 #b2cb2f;
  box-shadow: inset 0 3px 0 #b2cb2f;
  text-decoration: none;
  color: white;
}
button.external,
.button.external,
.btn.external,
.gform_button.external,
input[type='submit'].external,
.comment-form input[type="submit"].external {
  background-color: #f28f0f;
  box-shadow: inset 0 -3px 0 #d27b0b;
}
button.external:hover,
.button.external:hover,
.btn.external:hover,
.gform_button.external:hover,
input[type='submit'].external:hover,
.comment-form input[type="submit"].external:hover {
  background-color: #f39419;
  box-shadow: inset 0 -3px 0 #c3730b;
}
button.external:active,
.button.external:active,
.btn.external:active,
.gform_button.external:active,
input[type='submit'].external:active,
button.external:focus,
.button.external:focus,
.btn.external:focus,
.gform_button.external:focus,
input[type='submit'].external:focus,
.comment-form input[type="submit"].external:active,
.comment-form input[type="submit"].external:focus {
  background-color: #d77e0c;
  -webkit-box-shadow: inset 0 3px 0 #ba6d0a;
  box-shadow: inset 0 3px 0 #ba6d0a;
}
button:before,
.button:before,
.btn:before,
.gform_button:before,
input[type='submit']:before,
.comment-form input[type="submit"]:before {
  font-family: 'icomoon';
  content: "\e61a";
  display: block;
  font-size: 0.75em;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: initial;
  padding-top: 0 !important;
  padding-right: 10px !important;
  padding-bottom: 0 !important;
  padding-left: 10px !important;
  height: 40px !important;
  line-height: 1em;
}
.btn-flex::before {
  position: relative;
  height: auto;
  line-height: initial !important;
  top: 1px;
  width: 25px;
}
input[type='submit'] {
  padding: 6px 15px 6px 15px;
  width: 100%;
}
::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
label {
  font-weight: normal;
  font-family: 'source_sans_pro_regular';
}
input[type="checkbox"] {
  opacity: 0;
}
input[type="checkbox"]:focus + label:before,
input[type="checkbox"]:focus + span:before {
  border: 1px solid #999;
}
input[type="checkbox"] + label,
input[type="checkbox"] + span,
.facetwp-checkbox {
  margin-left: 0 !important;
  padding-left: 25px;
  position: relative;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + span:before,
.facetwp-checkbox:before {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  background: white;
  border-radius: 0;
  border: 1px solid #dadada;
  font-family: "icomoon";
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  color: #bfd548;
  margin-top: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + span:before,
.facetwp-checkbox.checked:before {
  content: "\e618";
  font-size: 11px;
}
.facetwp-checkbox {
  margin-bottom: 2px;
}
.radio,
.checkbox {
  margin-top: 0;
}
.radio label,
.checkbox label {
  font-family: 'source_sans_pro_light';
  font-size: 16px;
  line-height: 24px;
}
input[type="radio"] {
  opacity: 0;
}
input[type="radio"]:focus + label:before,
input[type="radio"]:focus + span:before {
  border: 1px solid #999;
}
input[type="radio"] + label {
  margin-left: 0 !important;
  vertical-align: middle;
  padding-left: 25px;
  position: relative;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 8px;
  background: white;
  border-radius: 14px;
  border: 1px solid #dadada;
  margin-top: -4px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="radio"]:checked + label:before {
  background: #bfd548;
  /* Old browsers */
  background: radial-gradient(ellipse at center, #bfd548 50%, #bfd548 52%, #ffffff 54%);
  /* W3C */
}
.ui-datepicker {
  background: white;
  border: 1px solid #dadada;
  margin-top: -1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ui-datepicker .ui-datepicker-header {
  text-align: center;
  padding: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker table.ui-datepicker-calendar {
  text-align: center;
  font-size: 14px;
}
.ui-datepicker table.ui-datepicker-calendar a {
  color: #111;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 7px;
}
.ui-datepicker table.ui-datepicker-calendar a:hover {
  text-decoration: none;
  background: #f4f8ed;
}
.ui-datepicker table.ui-datepicker-calendar td {
  background: none;
  border: none;
  padding: 0;
}
.ui-datepicker table.ui-datepicker-calendar th {
  background: none;
  font-family: 'source_sans_pro_regular';
  border: none;
  color: #111;
  padding: 7px;
  background: #f4f8ed;
}
.ui-datepicker table.ui-datepicker-calendar tr {
  border-top: 1px solid #dadada;
}
.hentry form ul li {
  padding-left: 0;
}
/* ==========================================================================
   Select css styling
   ========================================================================== */
/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select,
.facetwp-type-dropdown {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  border-color: #dadada;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 3px;
  background: white;
}
.custom-select:after,
.facetwp-type-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  background: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  content: "\e61d";
  font-family: 'icomoon';
  font-size: 0.75em;
  text-align: center;
}
/* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
.custom-select select,
.facetwp-type-dropdown select {
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  height: 30px;
  line-height: 28px;
  padding: 1px 10px;
  display: block;
  color: #111;
  background: white;
  font-size: 1em;
  display: inline;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
}
/* Focus style */
.custom-select select:focus,
.facetwp-type-dropdown select:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999;
  background-color: white;
  color: #111;
}
.custom-select select:focus option,
.facetwp-type-dropdown select:focus option {
  outline: none;
}
/* Set options to normal weight */
.custom-select option,
.facetwp-type-dropdown option {
  font-weight: normal;
  background: white;
  border: none;
  border-radius: none;
  outline: none;
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.custom-select option:hover,
.facetwp-type-dropdown option:hover {
  background: #95be4d;
  color: white;
}
/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus,
.custom-select::after .facetwp-type-dropdown::after {
  display: none;
}
/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand,
  .facetwp-type-dropdown select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value,
  .facetwp-type-dropdown select:focus::-ms-value {
    background: white;
    color: #111;
  }
}
/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select,
  .facetwp-type-dropdown {
    overflow: hidden;
  }
  .custom-select select,
  .facetwp-type-dropdown select {
    width: 100%;
    width: -moz-calc(103%);
    width: calc(103%);
  }
}
/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring,
.facetwp-type-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* ------------------------------------  */
/*  END OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
.selectize-control,
.selectize-control.form-control,
.selectize-control.comment-form input[type="text"],
.selectize-control.comment-form input[type="email"],
.selectize-control.comment-form input[type="url"],
.selectize-control.comment-form textarea {
  position: relative;
  border: none;
  padding: 0;
}
.selectize-dropdown,
.selectize-dropdown.form-control,
.selectize-input,
.selectize-input input,
.selectize-dropdown.comment-form input[type="text"],
.selectize-dropdown.comment-form input[type="email"],
.selectize-dropdown.comment-form input[type="url"],
.selectize-dropdown.comment-form textarea {
  color: #111;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.55;
  height: auto;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
  vertical-align: bottom;
}
.selectize-input {
  border: 1px solid #dedede;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input input[type='text'] {
  width: 100% !important;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 3px 5px 3px 0;
  padding: 2px 15px;
  background: #f2f2f2;
  color: #111;
  border: 0 solid #d0d0d0;
  border-radius: 15px;
}
.selectize-control.multi .selectize-input > div .remove {
  color: #111;
  width: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
}
.selectize-control.multi .selectize-input > div .remove:hover {
  color: #95be4d;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #111;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #5e5e5e;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown,
.selectize-dropdown.form-control,
.selectize-dropdown.comment-form input[type="text"],
.selectize-dropdown.comment-form input[type="email"],
.selectize-dropdown.comment-form input[type="url"],
.selectize-dropdown.comment-form textarea {
  position: absolute;
  z-index: 10;
  border: 1px solid #dedede;
  background: #fff;
  margin: -1px 0 0 0;
  padding: 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown.form-control [data-selectable],
.selectize-dropdown.comment-form input[type="text"] [data-selectable],
.selectize-dropdown.comment-form input[type="email"] [data-selectable],
.selectize-dropdown.comment-form input[type="url"] [data-selectable],
.selectize-dropdown.comment-form textarea [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight,
.selectize-dropdown.form-control [data-selectable] .highlight,
.selectize-dropdown.comment-form input[type="text"] [data-selectable] .highlight,
.selectize-dropdown.comment-form input[type="email"] [data-selectable] .highlight,
.selectize-dropdown.comment-form input[type="url"] [data-selectable] .highlight,
.selectize-dropdown.comment-form textarea [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown.form-control [data-selectable],
.selectize-dropdown .optgroup-header,
.selectize-dropdown.form-control .optgroup-header,
.selectize-dropdown.comment-form input[type="text"] [data-selectable],
.selectize-dropdown.comment-form input[type="text"] .optgroup-header,
.selectize-dropdown.comment-form input[type="email"] [data-selectable],
.selectize-dropdown.comment-form input[type="email"] .optgroup-header,
.selectize-dropdown.comment-form input[type="url"] [data-selectable],
.selectize-dropdown.comment-form input[type="url"] .optgroup-header,
.selectize-dropdown.comment-form textarea [data-selectable],
.selectize-dropdown.comment-form textarea .optgroup-header {
  padding: 2px 10px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header,
.selectize-dropdown.form-control .optgroup:first-child .optgroup-header,
.selectize-dropdown.comment-form input[type="text"] .optgroup:first-child .optgroup-header,
.selectize-dropdown.comment-form input[type="email"] .optgroup:first-child .optgroup-header,
.selectize-dropdown.comment-form input[type="url"] .optgroup:first-child .optgroup-header,
.selectize-dropdown.comment-form textarea .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header,
.selectize-dropdown.form-control .optgroup-header,
.selectize-dropdown.comment-form input[type="text"] .optgroup-header,
.selectize-dropdown.comment-form input[type="email"] .optgroup-header,
.selectize-dropdown.comment-form input[type="url"] .optgroup-header,
.selectize-dropdown.comment-form textarea .optgroup-header {
  color: #111;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .option:nth-child(even),
.selectize-dropdown.form-control .option:nth-child(even),
.selectize-dropdown.comment-form input[type="text"] .option:nth-child(even),
.selectize-dropdown.comment-form input[type="email"] .option:nth-child(even),
.selectize-dropdown.comment-form input[type="url"] .option:nth-child(even),
.selectize-dropdown.comment-form textarea .option:nth-child(even) {
  background: #f7f7f7;
}
.selectize-dropdown .option.active,
.selectize-dropdown.form-control .option.active,
.selectize-dropdown.comment-form input[type="text"] .option.active,
.selectize-dropdown.comment-form input[type="email"] .option.active,
.selectize-dropdown.comment-form input[type="url"] .option.active,
.selectize-dropdown.comment-form textarea .option.active {
  background-color: #589333;
  color: white;
}
.selectize-dropdown .option.active.create,
.selectize-dropdown.form-control .option.active.create,
.selectize-dropdown.comment-form input[type="text"] .option.active.create,
.selectize-dropdown.comment-form input[type="email"] .option.active.create,
.selectize-dropdown.comment-form input[type="url"] .option.active.create,
.selectize-dropdown.comment-form textarea .option.active.create {
  color: white;
}
.selectize-dropdown .option.create,
.selectize-dropdown.form-control .option.create,
.selectize-dropdown.comment-form input[type="text"] .option.create,
.selectize-dropdown.comment-form input[type="email"] .option.create,
.selectize-dropdown.comment-form input[type="url"] .option.create,
.selectize-dropdown.comment-form textarea .option.create {
  color: rgba(17, 17, 17, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input {
  height: 30px;
  line-height: 30px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: "\e61d";
  font-family: 'icomoon';
  font-size: 0.75em;
  padding: 0 0.75em;
  border: none;
  display: block;
  height: 95%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  content: "\e61e";
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.gallery-row {
  padding: 12px 0;
}
.aligncenter {
  display: block;
  margin: 12px auto;
}
.alignleft,
.alignright {
  margin-bottom: 12px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
@media (min-width: 720px) {
  .alignleft {
    float: left;
    margin-right: 12px;
  }
  .alignright {
    float: right;
    margin-left: 12px;
  }
}
/**
 * Global styling copied from front.css of FacetedWP
 * But only what we need!
 */
.facetwp-template.loading:before,
#facetwp-template.loading:before {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background-color: red;
  background: url('/wp-content/themes/reiscompany/source/images/puff.svg');
  z-index: 9999;
}
.facetwp-selection-label {
  display: none;
}
.facetwp-facet {
  margin-bottom: 1em;
}
.facetwp-facet .selectize-input input {
  padding: 0 15px;
}
.facetwp-type-checkboxes,
.facetwp-type-hierarchy {
  overflow: auto;
}
.facetwp-checkbox {
  background: none;
  display: block;
  font-family: 'source_sans_pro_light';
}
.facetwp-checkbox.disabled {
  opacity: 0.4;
  cursor: default;
}
.facetwp-pager-label {
  display: inline-block;
  margin-right: 12px;
}
.facetwp-pager {
  text-align: center;
  display: block;
  padding: 25px 0;
  line-height: 18px;
  clear: both;
}
.facetwp-pager .dots {
  font-family: 'source_sans_pro_regular';
  font-size: 0.75em;
}
.facetwp-page {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px;
  cursor: pointer;
  color: #111;
}
.facetwp-page.active {
  cursor: default;
  color: #95be4d;
  background: white;
}
.facetwp-loading {
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/reiscompany/source/images/spinner.gif) no-repeat;
}
.prev-page a,
.next-page a {
  font-size: 16px;
  padding: 0;
  color: #95be4d;
  font-family: 'source_sans_pro_regular';
  background: none !important;
}
.prev-page span,
.next-page span {
  font-size: 0.875em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  color: #95be4d;
}
.prev-page {
  float: left;
}
.next-page {
  float: right;
}
/* Hierarchy facets */
.facetwp-depth {
  margin-left: 0;
}
.facetwp-link {
  cursor: pointer;
}
.facetwp-link.checked {
  font-weight: bold;
  cursor: default;
}
.facetwp-toggle {
  cursor: pointer;
}
.facetwp-hidden {
  display: none;
}
/* Slider facets */
.facetwp-type-slider {
  text-align: center;
}
.facetwp-slider-wrap {
  padding-bottom: 15px;
}
.facetwp-slider-reset {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  padding: 4px 8px;
  cursor: pointer;
}
.noUi-target {
  padding: 0 15px;
}
/* Selections shortcode */
.facetwp-selections {
  display: inline;
  float: left;
}
.facetwp-selections ul {
  padding: 0;
  margin: 0;
  float: left;
}
.facetwp-selections ul li {
  list-style: none;
  display: inline-block;
}
.facetwp-selections .facetwp-selection-value {
  display: inline-block;
  position: relative;
  font-size: 12px;
  background: white;
  border-radius: 4px;
  color: #95be4d;
  padding: 0 20px 0 5px;
  line-height: 20px;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}
.facetwp-selections .facetwp-selection-value:before {
  content: "×";
  font-size: 1.25em;
  display: block;
  position: absolute;
  right: 10px;
}
.facetwp-reset {
  display: inline-block;
  height: 100%;
  margin-left: 5px;
}
.facetwp-reset {
  display: inline-block;
  float: left;
  cursor: pointer;
  color: #999;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 5px;
  clear: right;
}
.facetwp-counts {
  display: inline;
}
.facetwp-counter {
  color: #999;
  font-size: 12px;
}
.facetwp-type-search {
  position: relative;
  display: block;
  opacity: 0;
}
.facetwp-type-search .facetwp-search {
  border: 1px solid #95be4d;
  padding: 10px 40px 10px 10px;
  position: relative;
  height: auto;
  line-height: normal;
}
.facetwp-type-search::before {
  padding: 0 1.75rem;
  display: flex;
  height: 100%;
  align-items: center;
  content: "";
  position: absolute;
  right: 0;
  color: #eff6fe;
  background: #95be4d url('/wp-content/themes/reiscompany/source/images/search.svg') no-repeat center center;
  background-size: 48% 48%;
  border-radius: 0 3px 3px 0;
  font-size: 22px;
  z-index: 1;
}
.menu-search .facetwp-type-search .facetwp-search {
  height: 40px;
}
.menu-search .facetwp-type-search::before {
  height: 40px;
}
@keyframes fieldfadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fieldfadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fieldfadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fieldfadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fieldfadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.facetwp-checkbox {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-animation: fieldfadein 300ms;
  -moz-animation: fieldfadein 300ms;
  -ms-animation: fieldfadein 300ms;
  animation: fieldfadein 300ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.64, 0.51, 1);
  animation-timing-function: cubic-bezier(0.05, 0.64, 0.51, 1);
}
.archive .hentry.accomodation .entry-footer .button {
  padding-right: 18px;
}
.hentry,
.hentry-sidebar {
  position: relative;
}
.hentry.accomodation,
.hentry-sidebar.accomodation {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.hentry.accomodation .entry-container,
.hentry-sidebar.accomodation .entry-container {
  padding-bottom: 15px;
}
.hentry.accomodation .owl-carousel .owl-item,
.hentry-sidebar.accomodation .owl-carousel .owl-item {
  overflow: hidden;
}
.hentry.accomodation .entry-thumbnail,
.hentry-sidebar.accomodation .entry-thumbnail,
.hentry.accomodation .owl-carousel .item,
.hentry-sidebar.accomodation .owl-carousel .item {
  height: var(--teaser-featured-image-height);
  position: relative;
  cursor: pointer;
}
.hentry.accomodation .entry-thumbnail img,
.hentry-sidebar.accomodation .entry-thumbnail img,
.hentry.accomodation .owl-carousel .item img,
.hentry-sidebar.accomodation .owl-carousel .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hentry.accomodation .entry-thumbnail,
.hentry-sidebar.accomodation .entry-thumbnail {
  overflow: hidden;
  background: #dadada;
}
.hentry.accomodation .entry-details,
.hentry-sidebar.accomodation .entry-details {
  margin: 0 15px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hentry.accomodation a:hover .entry-title,
.hentry-sidebar.accomodation a:hover .entry-title,
.hentry.accomodation a:active .entry-title,
.hentry-sidebar.accomodation a:active .entry-title {
  text-decoration: underline;
}
.hentry.accomodation header,
.hentry-sidebar.accomodation header {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hentry.accomodation .highlights,
.hentry-sidebar.accomodation .highlights {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.hentry.accomodation .highlights li,
.hentry-sidebar.accomodation .highlights li {
  display: none;
  margin-bottom: 2px;
}
.hentry.accomodation .highlights li:before,
.hentry-sidebar.accomodation .highlights li:before {
  top: 0;
}
.hentry.accomodation .highlights li:nth-child(-n+4),
.hentry-sidebar.accomodation .highlights li:nth-child(-n+4) {
  display: block;
}
.hentry.accomodation .price,
.hentry-sidebar.accomodation .price {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hentry.accomodation .regions,
.hentry-sidebar.accomodation .regions {
  font-size: 15px;
  color: #777777;
}
.hentry.accomodation .image-container,
.hentry-sidebar.accomodation .image-container {
  background: #dadada;
}
.hentry.accomodation .image-container img,
.hentry-sidebar.accomodation .image-container img {
  max-width: 100%;
  height: auto;
}
.hentry.accomodation .entry-buttons,
.hentry-sidebar.accomodation .entry-buttons {
  display: flex;
  justify-content: space-between;
}
.hentry.accomodation .entry-buttons .entry-button,
.hentry-sidebar.accomodation .entry-buttons .entry-button {
  width: 100%;
}
.hentry.accomodation .entry-buttons .entry-button--with-margin,
.hentry-sidebar.accomodation .entry-buttons .entry-button--with-margin {
  margin-right: 15px;
}
.hentry.accomodation .entry-meta,
.hentry-sidebar.accomodation .entry-meta {
  margin: 0 15px;
  padding-top: 15px;
  border-top: 1px solid #dadada;
}
.hentry.accomodation .entry-title,
.hentry-sidebar.accomodation .entry-title {
  margin: 0;
  font-size: 20px;
}
.hentry.accomodation .entry-title .icon,
.hentry-sidebar.accomodation .entry-title .icon {
  padding: 15px;
  font-size: 0.85em;
  color: #95be4d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.hentry.accomodation .regions .icon-arrow-right,
.hentry-sidebar.accomodation .regions .icon-arrow-right {
  display: none;
}
.hentry.accomodation .regions a,
.hentry-sidebar.accomodation .regions a {
  color: #777777;
  text-decoration: none;
}
.hentry.accomodation .regions a:after,
.hentry-sidebar.accomodation .regions a:after {
  content: ", ";
}
.hentry.accomodation .regions a:last-child:after,
.hentry-sidebar.accomodation .regions a:last-child:after {
  display: none;
}
.hentry.accomodation .regions a:hover,
.hentry-sidebar.accomodation .regions a:hover {
  text-decoration: underline;
}
.hentry.accomodation .entry-type,
.hentry-sidebar.accomodation .entry-type {
  display: none;
}
.hentry.accomodation .entry-summary,
.hentry-sidebar.accomodation .entry-summary {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
}
.hentry.accomodation .entry-summary a,
.hentry-sidebar.accomodation .entry-summary a {
  color: #111;
  text-decoration: none;
  display: block;
}
.hentry.accomodation .entry-summary p:last-child,
.hentry-sidebar.accomodation .entry-summary p:last-child {
  margin-bottom: 0;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 4.1em;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hentry.accomodation .entry-footer,
.hentry-sidebar.accomodation .entry-footer {
  margin: 0 15px;
}
.hentry.accomodation footer .button,
.hentry-sidebar.accomodation footer .button {
  width: 100%;
  margin-top: 15px;
}
.hentry.accomodation footer .button.view-availability,
.hentry-sidebar.accomodation footer .button.view-availability,
.hentry.accomodation footer .button.view-options,
.hentry-sidebar.accomodation footer .button.view-options,
.hentry.accomodation footer .button.available,
.hentry-sidebar.accomodation footer .button.available,
.hentry.accomodation footer .button.not-available,
.hentry-sidebar.accomodation footer .button.not-available {
  padding: 6px 10px 6px 10px;
  z-index: 2;
  background-color: #e5f1fd;
  color: #396ca6;
  border: 1px solid #75a0d0;
  box-shadow: inset 0 -2px 0 #75a0d0;
}
.hentry.accomodation footer .button.view-availability:before,
.hentry-sidebar.accomodation footer .button.view-availability:before,
.hentry.accomodation footer .button.view-options:before,
.hentry-sidebar.accomodation footer .button.view-options:before,
.hentry.accomodation footer .button.available:before,
.hentry-sidebar.accomodation footer .button.available:before,
.hentry.accomodation footer .button.not-available:before,
.hentry-sidebar.accomodation footer .button.not-available:before {
  top: -4px;
  right: -7px;
}
.hentry.accomodation footer .button.view-availability:hover,
.hentry-sidebar.accomodation footer .button.view-availability:hover,
.hentry.accomodation footer .button.view-options:hover,
.hentry-sidebar.accomodation footer .button.view-options:hover,
.hentry.accomodation footer .button.available:hover,
.hentry-sidebar.accomodation footer .button.available:hover,
.hentry.accomodation footer .button.not-available:hover,
.hentry-sidebar.accomodation footer .button.not-available:hover {
  background-color: #cde4fb;
  border: 1px solid #417bbd;
  box-shadow: inset 0 -2px 0 #417bbd;
}
.hentry.accomodation footer .button.available,
.hentry-sidebar.accomodation footer .button.available {
  background-color: #f4f8ed;
  color: #5a7922;
  border-color: #a0c560;
  box-shadow: inset 0 -2px 0 #95be4d;
}
.hentry.accomodation footer .button.available:hover,
.hentry-sidebar.accomodation footer .button.available:hover {
  background-color: #e4eed3;
  border-color: #91bb46;
  box-shadow: inset 0 -2px 0 #91bb46;
}
.hentry.accomodation footer .button.not-available,
.hentry-sidebar.accomodation footer .button.not-available {
  background-color: #fce8ea;
  color: #e12e63;
  border-color: #f93e76;
  box-shadow: inset 0 -2px 0 #f93e76;
}
.hentry.accomodation footer .button.not-available:hover,
.hentry-sidebar.accomodation footer .button.not-available:hover {
  border-color: #e12e63;
  color: #c91d50;
  background-color: #fad6da;
  box-shadow: inset 0 -2px 0 #e12e63;
}
.hentry.accomodation footer .button.view-availability,
.hentry-sidebar.accomodation footer .button.view-availability {
  color: #666;
  background-color: #eee;
  border-color: #999;
  box-shadow: inset 0 -2px 0 #999;
}
.hentry.accomodation footer .button.view-availability:hover,
.hentry-sidebar.accomodation footer .button.view-availability:hover {
  background-color: #ddd;
  border-color: #666;
  box-shadow: inset 0 -2px 0 #666;
}
.hentry.accomodation footer .button.external:hover,
.hentry-sidebar.accomodation footer .button.external:hover {
  box-shadow: inset 0 -3px 0 #ab6509;
}
.hentry.accomodation .entry-header,
.hentry-sidebar.accomodation .entry-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hentry.accomodation .entry-header .regions,
.hentry-sidebar.accomodation .entry-header .regions {
  padding-right: 25px;
}
.hentry.accomodation .entry-header .entry-title,
.hentry-sidebar.accomodation .entry-header .entry-title {
  position: relative;
  padding-right: 25px;
}
.hentry.accomodation .entry-header .detail-link,
.hentry-sidebar.accomodation .entry-header .detail-link {
  margin-bottom: 5px;
}
.hentry.accomodation .detail-link,
.hentry-sidebar.accomodation .detail-link {
  color: #111;
}
.hentry.accomodation .camping-stars,
.hentry-sidebar.accomodation .camping-stars {
  display: block;
  color: #95be4d;
  font-size: 13px;
}
.hentry.accomodation .button span,
.hentry-sidebar.accomodation .button span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.hentry ul,
.hentry-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.archive .hentry {
  position: relative;
}
.archive .hentry.accomodation .entry-meta {
  color: #111;
}
.archive .hentry.accomodation .entry-meta .detail-link {
  display: none;
}
.archive .hentry.accomodation .entry-meta:hover {
  text-decoration: none;
}
.archive .hentry.accomodation .entry-meta:hover .detail-link {
  text-decoration: underline;
}
.archive .hentry.accomodation .price {
  position: absolute;
  width: 55px;
  height: auto;
  right: 0;
  top: 0;
  text-align: right;
}
.archive .hentry.accomodation .price .from {
  display: block;
}
.archive .hentry.accomodation .price .min-price {
  font-size: 20px;
  line-height: 20px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: bottom;
  font-family: 'source_sans_pro_semibold';
}
.archive .hentry.accomodation .price .per {
  font-size: 12px;
  line-height: 13px;
  vertical-align: bottom;
  display: block;
  color: #666;
}
.camping-template-default .hentry.accomodation .button span,
.archive .hentry.accomodation .button span {
  margin-left: 0;
}
.hentry-sidebar.accomodation {
  padding: 20px 20px 20px 90px;
}
.hentry-sidebar.accomodation .image-container {
  top: 22px;
  width: 80px;
  height: 60px;
}
@keyframes fadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.archive .hentry.accomodation,
.widget .hentry.accomodation,
.archive .hentry-sidebar.accomodation,
.widget .hentry-sidebar.accomodation {
  border-top: 1px solid #dadada;
  border-bottom: none;
  opacity: 0;
  -webkit-animation: fadein 300ms;
  -moz-animation: fadein 300ms;
  -ms-animation: fadein 300ms;
  animation: fadein 300ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.64, 0.51, 1);
  animation-timing-function: cubic-bezier(0.05, 0.64, 0.51, 1);
}
.archive .hentry.accomodation:nth-child(25),
.widget .hentry.accomodation:nth-child(25),
.archive .hentry-sidebar.accomodation:nth-child(25),
.widget .hentry-sidebar.accomodation:nth-child(25) {
  -webkit-animation-delay: 875ms;
  -moz-animation-delay: 875ms;
  -ms-animation-delay: 875ms;
  animation-delay: 875ms;
}
.archive .hentry.accomodation:nth-child(24),
.widget .hentry.accomodation:nth-child(24),
.archive .hentry-sidebar.accomodation:nth-child(24),
.widget .hentry-sidebar.accomodation:nth-child(24) {
  -webkit-animation-delay: 840ms;
  -moz-animation-delay: 840ms;
  -ms-animation-delay: 840ms;
  animation-delay: 840ms;
}
.archive .hentry.accomodation:nth-child(23),
.widget .hentry.accomodation:nth-child(23),
.archive .hentry-sidebar.accomodation:nth-child(23),
.widget .hentry-sidebar.accomodation:nth-child(23) {
  -webkit-animation-delay: 805ms;
  -moz-animation-delay: 805ms;
  -ms-animation-delay: 805ms;
  animation-delay: 805ms;
}
.archive .hentry.accomodation:nth-child(22),
.widget .hentry.accomodation:nth-child(22),
.archive .hentry-sidebar.accomodation:nth-child(22),
.widget .hentry-sidebar.accomodation:nth-child(22) {
  -webkit-animation-delay: 770ms;
  -moz-animation-delay: 770ms;
  -ms-animation-delay: 770ms;
  animation-delay: 770ms;
}
.archive .hentry.accomodation:nth-child(21),
.widget .hentry.accomodation:nth-child(21),
.archive .hentry-sidebar.accomodation:nth-child(21),
.widget .hentry-sidebar.accomodation:nth-child(21) {
  -webkit-animation-delay: 735ms;
  -moz-animation-delay: 735ms;
  -ms-animation-delay: 735ms;
  animation-delay: 735ms;
}
.archive .hentry.accomodation:nth-child(20),
.widget .hentry.accomodation:nth-child(20),
.archive .hentry-sidebar.accomodation:nth-child(20),
.widget .hentry-sidebar.accomodation:nth-child(20) {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  animation-delay: 700ms;
}
.archive .hentry.accomodation:nth-child(19),
.widget .hentry.accomodation:nth-child(19),
.archive .hentry-sidebar.accomodation:nth-child(19),
.widget .hentry-sidebar.accomodation:nth-child(19) {
  -webkit-animation-delay: 665ms;
  -moz-animation-delay: 665ms;
  -ms-animation-delay: 665ms;
  animation-delay: 665ms;
}
.archive .hentry.accomodation:nth-child(18),
.widget .hentry.accomodation:nth-child(18),
.archive .hentry-sidebar.accomodation:nth-child(18),
.widget .hentry-sidebar.accomodation:nth-child(18) {
  -webkit-animation-delay: 630ms;
  -moz-animation-delay: 630ms;
  -ms-animation-delay: 630ms;
  animation-delay: 630ms;
}
.archive .hentry.accomodation:nth-child(17),
.widget .hentry.accomodation:nth-child(17),
.archive .hentry-sidebar.accomodation:nth-child(17),
.widget .hentry-sidebar.accomodation:nth-child(17) {
  -webkit-animation-delay: 595ms;
  -moz-animation-delay: 595ms;
  -ms-animation-delay: 595ms;
  animation-delay: 595ms;
}
.archive .hentry.accomodation:nth-child(16),
.widget .hentry.accomodation:nth-child(16),
.archive .hentry-sidebar.accomodation:nth-child(16),
.widget .hentry-sidebar.accomodation:nth-child(16) {
  -webkit-animation-delay: 560ms;
  -moz-animation-delay: 560ms;
  -ms-animation-delay: 560ms;
  animation-delay: 560ms;
}
.archive .hentry.accomodation:nth-child(15),
.widget .hentry.accomodation:nth-child(15),
.archive .hentry-sidebar.accomodation:nth-child(15),
.widget .hentry-sidebar.accomodation:nth-child(15) {
  -webkit-animation-delay: 525ms;
  -moz-animation-delay: 525ms;
  -ms-animation-delay: 525ms;
  animation-delay: 525ms;
}
.archive .hentry.accomodation:nth-child(14),
.widget .hentry.accomodation:nth-child(14),
.archive .hentry-sidebar.accomodation:nth-child(14),
.widget .hentry-sidebar.accomodation:nth-child(14) {
  -webkit-animation-delay: 490ms;
  -moz-animation-delay: 490ms;
  -ms-animation-delay: 490ms;
  animation-delay: 490ms;
}
.archive .hentry.accomodation:nth-child(13),
.widget .hentry.accomodation:nth-child(13),
.archive .hentry-sidebar.accomodation:nth-child(13),
.widget .hentry-sidebar.accomodation:nth-child(13) {
  -webkit-animation-delay: 455ms;
  -moz-animation-delay: 455ms;
  -ms-animation-delay: 455ms;
  animation-delay: 455ms;
}
.archive .hentry.accomodation:nth-child(12),
.widget .hentry.accomodation:nth-child(12),
.archive .hentry-sidebar.accomodation:nth-child(12),
.widget .hentry-sidebar.accomodation:nth-child(12) {
  -webkit-animation-delay: 420ms;
  -moz-animation-delay: 420ms;
  -ms-animation-delay: 420ms;
  animation-delay: 420ms;
}
.archive .hentry.accomodation:nth-child(11),
.widget .hentry.accomodation:nth-child(11),
.archive .hentry-sidebar.accomodation:nth-child(11),
.widget .hentry-sidebar.accomodation:nth-child(11) {
  -webkit-animation-delay: 385ms;
  -moz-animation-delay: 385ms;
  -ms-animation-delay: 385ms;
  animation-delay: 385ms;
}
.archive .hentry.accomodation:nth-child(10),
.widget .hentry.accomodation:nth-child(10),
.archive .hentry-sidebar.accomodation:nth-child(10),
.widget .hentry-sidebar.accomodation:nth-child(10) {
  -webkit-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -ms-animation-delay: 350ms;
  animation-delay: 350ms;
}
.archive .hentry.accomodation:nth-child(9),
.widget .hentry.accomodation:nth-child(9),
.archive .hentry-sidebar.accomodation:nth-child(9),
.widget .hentry-sidebar.accomodation:nth-child(9) {
  -webkit-animation-delay: 315ms;
  -moz-animation-delay: 315ms;
  -ms-animation-delay: 315ms;
  animation-delay: 315ms;
}
.archive .hentry.accomodation:nth-child(8),
.widget .hentry.accomodation:nth-child(8),
.archive .hentry-sidebar.accomodation:nth-child(8),
.widget .hentry-sidebar.accomodation:nth-child(8) {
  -webkit-animation-delay: 280ms;
  -moz-animation-delay: 280ms;
  -ms-animation-delay: 280ms;
  animation-delay: 280ms;
}
.archive .hentry.accomodation:nth-child(7),
.widget .hentry.accomodation:nth-child(7),
.archive .hentry-sidebar.accomodation:nth-child(7),
.widget .hentry-sidebar.accomodation:nth-child(7) {
  -webkit-animation-delay: 245ms;
  -moz-animation-delay: 245ms;
  -ms-animation-delay: 245ms;
  animation-delay: 245ms;
}
.archive .hentry.accomodation:nth-child(6),
.widget .hentry.accomodation:nth-child(6),
.archive .hentry-sidebar.accomodation:nth-child(6),
.widget .hentry-sidebar.accomodation:nth-child(6) {
  -webkit-animation-delay: 210ms;
  -moz-animation-delay: 210ms;
  -ms-animation-delay: 210ms;
  animation-delay: 210ms;
}
.archive .hentry.accomodation:nth-child(5),
.widget .hentry.accomodation:nth-child(5),
.archive .hentry-sidebar.accomodation:nth-child(5),
.widget .hentry-sidebar.accomodation:nth-child(5) {
  -webkit-animation-delay: 175ms;
  -moz-animation-delay: 175ms;
  -ms-animation-delay: 175ms;
  animation-delay: 175ms;
}
.archive .hentry.accomodation:nth-child(4),
.widget .hentry.accomodation:nth-child(4),
.archive .hentry-sidebar.accomodation:nth-child(4),
.widget .hentry-sidebar.accomodation:nth-child(4) {
  -webkit-animation-delay: 140ms;
  -moz-animation-delay: 140ms;
  -ms-animation-delay: 140ms;
  animation-delay: 140ms;
}
.archive .hentry.accomodation:nth-child(3),
.widget .hentry.accomodation:nth-child(3),
.archive .hentry-sidebar.accomodation:nth-child(3),
.widget .hentry-sidebar.accomodation:nth-child(3) {
  -webkit-animation-delay: 105ms;
  -moz-animation-delay: 105ms;
  -ms-animation-delay: 105ms;
  animation-delay: 105ms;
}
.archive .hentry.accomodation:nth-child(2),
.widget .hentry.accomodation:nth-child(2),
.archive .hentry-sidebar.accomodation:nth-child(2),
.widget .hentry-sidebar.accomodation:nth-child(2) {
  -webkit-animation-delay: 70ms;
  -moz-animation-delay: 70ms;
  -ms-animation-delay: 70ms;
  animation-delay: 70ms;
}
.archive .hentry.accomodation:nth-child(1),
.widget .hentry.accomodation:nth-child(1),
.archive .hentry-sidebar.accomodation:nth-child(1),
.widget .hentry-sidebar.accomodation:nth-child(1) {
  -webkit-animation-delay: 35ms;
  -moz-animation-delay: 35ms;
  -ms-animation-delay: 35ms;
  animation-delay: 35ms;
}
.archive .hentry.accomodation {
  border-top: none;
}
.blog .hentry,
.category .hentry {
  position: relative;
}
.blog .hentry.post,
.category .hentry.post {
  min-height: 105px;
  margin: 0;
  border-bottom: 1px solid #dadada;
  padding: 10px 30px 10px 125px;
}
.blog .hentry.post a,
.category .hentry.post a {
  color: #111;
}
.blog .hentry.post a:hover,
.category .hentry.post a:hover,
.blog .hentry.post a:focus,
.category .hentry.post a:focus,
.blog .hentry.post a:active,
.category .hentry.post a:active {
  text-decoration: none;
}
.blog .hentry.post a:hover .entry-title,
.category .hentry.post a:hover .entry-title,
.blog .hentry.post a:focus .entry-title,
.category .hentry.post a:focus .entry-title,
.blog .hentry.post a:active .entry-title,
.category .hentry.post a:active .entry-title {
  text-decoration: underline;
}
.blog .hentry.post a:hover .button,
.category .hentry.post a:hover .button,
.blog .hentry.post a:focus .button,
.category .hentry.post a:focus .button,
.blog .hentry.post a:active .button,
.category .hentry.post a:active .button {
  background-color: #c3d854;
  text-decoration: none;
  color: white;
}
.blog .hentry.post .image-container,
.category .hentry.post .image-container {
  width: 112px;
  height: 84px;
  background: #dadada;
  position: absolute;
  left: 0;
  top: 10px;
}
.blog .hentry.post .image-container img,
.category .hentry.post .image-container img {
  max-width: 100%;
  height: auto;
}
.blog .hentry.post .hentry-content,
.category .hentry.post .hentry-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .hentry.post .entry-read-more,
.category .hentry.post .entry-read-more {
  display: inline-block;
  position: relative;
}
.blog .hentry.post .entry-summary,
.category .hentry.post .entry-summary {
  text-decoration: none;
}
.blog .hentry.post .entry-summary p,
.category .hentry.post .entry-summary p {
  margin-bottom: 15px;
}
.blog .hentry.post .entry-title,
.category .hentry.post .entry-title {
  margin: 0;
  font-size: 18px;
}
.blog .hentry.post .entry-title span,
.category .hentry.post .entry-title span {
  font-size: 0.85em;
  display: inline-block;
  margin-top: -3px;
}
.blog .hentry.post .updated,
.category .hentry.post .updated {
  color: #999;
  font-size: 14px;
}
.map-marker {
  font-family: 'icomoon';
  width: 30px;
  height: 43px;
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
}
.map-marker:hover {
  cursor: pointer;
  z-index: 2;
}
.map-marker:hover:before {
  color: #a5c867;
}
.map-marker:after {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 5px;
  content: "\e614";
  font-size: 12px;
  line-height: 20px;
  color: #111;
}
.map-marker:before {
  display: block;
  content: "\e61b";
  width: 100%;
  height: 43px;
  font-size: 43px;
  line-height: 43px;
  position: absolute;
  color: #95be4d;
  left: 0;
  top: 0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
.infoBox {
  display: block;
  width: 288px;
  background: white;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.infoBox a {
  z-index: 1;
}
.infoBox a:hover,
.infoBox a:active,
.infoBox a:focus {
  text-decoration: none;
}
.infoBox a:hover header,
.infoBox a:active header,
.infoBox a:focus header,
.infoBox a:hover .price,
.infoBox a:active .price,
.infoBox a:focus .price {
  background: #f4f8ed;
}
.infoBox > img:first-child {
  position: absolute !important;
  right: 5px;
  top: 5px;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.infoBox .image-container {
  width: 100%;
  height: 156px;
  background: #dadada;
}
.infoBox .image-container img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.infoBox header {
  background: white;
  border: 1px solid #dadada;
  padding: 10px;
  position: relative;
}
.infoBox header .icon-arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  color: #95be4d;
  font-size: 20px;
}
.infoBox header .price {
  position: absolute;
  background: white;
  width: 80px;
  height: 40px;
  left: 10px;
  bottom: 100%;
  text-align: center;
  border-radius: 80px 80px 0 0;
  display: block;
}
.infoBox header .price .from {
  display: block;
  font-size: 11px;
  line-height: 11px;
  margin-top: 10px;
}
.infoBox header .price .min-price {
  font-size: 18px;
  line-height: 20px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: bottom;
  font-family: 'source_sans_pro_semibold';
}
.infoBox .entry-title {
  margin: 0;
  font-size: 18px;
}
.infoBox .regions {
  color: #999;
}
.infoBox footer {
  border: 1px solid #dadada;
  border-top: 0px;
  background: white;
  padding: 10px 10px 5px;
  display: block;
  font-size: 14px;
  text-align: right;
}
.infoBox footer a {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.infoBox footer a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
}
.infoBox footer a.button {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  width: 100%;
}
.infoBox footer a.button:before {
  height: 32px;
  line-height: 32px;
}
.infoBox footer:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: white;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  z-index: 1;
}
.infoBox .detail-link {
  color: #111;
}
.infoBox .detail-link:hover {
  text-decoration: none;
}
.contact-info {
  font-size: 15px;
}
.contact-info .icon {
  font-size: 12px;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 21px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dadada;
}
.contact-info .icon.icon-mail {
  font-size: 10px;
  line-height: 20px;
}
.contact-info .contact-row {
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
  display: block;
}
.contact-info .contact-row a {
  color: #111;
}
.contact-info h4 {
  margin: 0;
  font-size: 1em;
}
.panel-group {
  margin: 0;
}
.panel-body {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dadada;
}
.panel-heading {
  border-top: 1px solid #dadada;
}
.panel-heading a {
  color: #111;
  display: block;
  width: 100%;
  background: #eff6fe;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-heading a:hover {
  text-decoration: none;
  background: #eff6fe;
}
.panel-heading a:hover.collapsed {
  background: #eff6fe;
}
.panel-heading a:active,
.panel-heading a:focus {
  text-decoration: none;
}
.panel-heading a.collapsed {
  background: white;
}
.panel-heading h3 {
  margin: 15px 0;
}
.panel-heading .panel-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #111;
  border-radius: 50%;
  font-size: 16px;
}
.secundary-menu-container ul {
  display: none;
}
.secundary-menu-container #website-link {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 15px;
}
.secundary-menu-container #website-link .button {
  width: 100%;
}
.secundary-menu-container #website-link .availability-link {
  display: none;
}
.secundary-menu {
  font-size: 14px;
}
.menu-search {
  margin-top: 15px;
}
.menu-search .facetwp-facet {
  margin: 0;
}
#breadcrumbs {
  position: absolute;
  display: block;
  left: 15px;
  top: 15px;
  right: 0;
  line-height: 14px;
  font-size: 14px;
  color: white;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
#breadcrumbs .container {
  padding: 0;
}
#breadcrumbs a {
  color: white;
}
.widget {
  margin-top: 40px;
  border-radius: 3px;
}
.widget:first-child {
  margin-top: 0;
}
.widget .widget-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.banner.headroom--unpinned .rc_change_country_wrapper_choices {
  display: none !important;
}
.banner ul li.rc_change_country_wrapper_mobile {
  display: none;
}
.banner .rc_change_country_wrapper a:hover,
.banner .rc_change_country_wrapper a:focus,
.banner .rc_change_country_wrapper a:active {
  text-decoration: none;
}
.banner .rc_change_country_wrapper a .icon {
  vertical-align: text-bottom;
  margin-left: 0.5em;
}
.banner .rc_change_country_wrapper_choices {
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner .rc_change_country_wrapper_choices.closed {
  display: none;
}
.banner .rc_change_country_wrapper_choices li {
  border-top: 1px solid #dadada;
  background: white;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner .rc_change_country_wrapper_choices li:first-child {
  border-top: none;
}
.banner .rc_change_country_wrapper_choices li img {
  vertical-align: initial;
  margin-right: 0.5em;
}
.partner-deals .partner-deals-list {
  margin: 0;
  padding: 0;
}
.partner-deals .partner-deals-item {
  font-size: 1.6rem;
}
.partner-deals .partner-button {
  font-size: 1.5rem;
}
.partner-deals .partner-deals-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 6px;
  counter-increment: inst;
}
.partner-deals .partner-deals-item > * {
  box-sizing: border-box;
}
.partner-deals .partner-deals-item.show {
  display: flex !important;
}
.partner-deals .partner-deals-item:before {
  content: counter(inst);
  display: block;
  width: 2.1rem;
  padding-left: 3px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  font-family: 'source_sans_pro_regular';
}
.partner-deals .partner-deals-entry {
  display: flex;
  width: 90%;
  flex-grow: 1;
  color: #111;
}
.partner-deals .partner-deals-entry:hover {
  text-decoration: none;
  border-color: #cdcdcd;
}
.partner-deals .partner-deals-entry:hover .partner-title {
  text-decoration: underline;
}
.partner-deals .partner-deals-entry:hover .button {
  background-color: #88b141;
  text-decoration: none;
  color: white;
  border: none;
}
.partner-deals .partner-deals-entry:active .button,
.partner-deals .partner-deals-entry:focus .button {
  background-color: #88b141;
  -webkit-box-shadow: inset 0 3px 0 #b2cb2f;
  box-shadow: inset 0 3px 0 #b2cb2f;
  text-decoration: none;
  color: white;
}
.partner-deals .partner-deals-entry:active .button:active,
.partner-deals .partner-deals-entry:focus .button:active {
  text-decoration: none;
}
.partner-deals .partner-logo {
  width: 30%;
  padding: 3px 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.partner-deals .partner-logo img {
  max-height: 35px;
  width: auto;
  max-width: 100%;
  padding: 0 4px 0 2px;
  display: block;
}
.partner-deals .partner-logo--no-logo img {
  height: 80%;
}
.partner-deals .partner-deals-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 70%;
  flex-grow: 1;
  border-radius: 3px;
}
.partner-deals .partner-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3px 0 2px;
  width: 50%;
}
.partner-deals .partner-title {
  line-height: 1.2;
  font-family: 'source_sans_pro_regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partner-deals .partner-tagline {
  display: none;
  padding-bottom: 5px;
}
.partner-deals .partner-tagline,
.partner-deals .partner-title {
  margin: 0;
}
.partner-deals .partner-button-wrapper {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.partner-deals .partner-button {
  min-width: 85px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  padding-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
}
.partner-deals .partner-button:before {
  line-height: unset;
  position: relative;
  width: 20px;
  left: 2px;
}
.partner-deals-panel.panel {
  margin-bottom: 0;
}
.partner-deals-panel.panel .panel-collapse .container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.partner-deals-footer {
  text-align: right;
  margin: 0 5px 0 0;
}
.partner-deals-footer .partner-deals-link {
  color: #111;
}
.partner-deals-footer .icon {
  text-decoration: none;
  padding-left: 0.4rem;
  font-size: 1.2rem;
}
.partner-deals-container-single {
  padding: 0 0 15px 0;
}
.partner-deals-archive {
  z-index: 2;
  position: relative;
  padding-bottom: 5px;
  background: #fff;
}
.partner-deals-archive .partner-deals-intro-text {
  margin-bottom: 0;
}
.partner-deals-container-archive {
  z-index: 2;
  background: #fff;
}
.partner-deals-container-archive .partner-tagline {
  display: none;
}
.partner-deals-container-archive .partner-deals-item {
  display: none;
}
.partner-deals-container-archive .partner-deals-item::before {
  padding-left: 0;
}
.partner-deals-container-archive .partner-deals-item:nth-child(1),
.partner-deals-container-archive .partner-deals-item:nth-child(2) {
  display: flex;
}
.partner-deals-intro {
  display: flex;
  flex-direction: column;
  margin: 0 0 7px 0;
}
.partner-deals-intro-text__camping-name {
  font-family: 'source_sans_pro_regular';
}
.partner-deals-panel.panel .partner-deals-intro {
  margin-bottom: 6px;
}
.partner-deals-toggle {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  line-height: 1.5;
  height: auto;
  color: #111;
  font-size: 1em;
  font-family: 'source_sans_pro_light';
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
}
.partner-deals-toggle:active,
.partner-deals-toggle:focus,
.partner-deals-toggle:hover {
  background: none;
  color: #111;
  box-shadow: none;
}
.partner-deals-toggle:before {
  line-height: inherit;
  content: "\e61d";
  position: relative;
  width: 1em;
  margin-left: 5px;
  margin-top: 3px;
  font-weight: bold;
}
.partner-deals-toggle.active:before {
  transform: rotateX(180deg);
  margin-top: 0;
}
.partner-deals-toggle--hide {
  display: none;
  position: relative;
  top: -50%;
  margin-top: 0;
}
.active .partner-deals-toggle--hide {
  display: flex;
}
.partner-deals-button-close {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}
.partner-deals-container-sidebar .partner-logo {
  display: none;
}
.partner-deals-container-sidebar .partner-description {
  width: 82%;
}
.partner-deals-container-sidebar .partner-title {
  margin: 0;
  font-family: 'source_sans_pro_regular';
}
.partner-deals-container-sidebar .partner-button-wrapper {
  width: 18%;
  min-width: 0;
}
.partner-deals-container-sidebar .partner-button {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  min-width: auto;
}
.partner-deals-container-sidebar .partner-button:before {
  display: block;
  font-size: 17px;
}
.partner-deals-container-sidebar .partner-button__text {
  display: none;
}
.camping-sticky-menu {
  display: none;
  justify-content: space-between;
  border: 0;
  background-color: white;
  width: 100%;
  z-index: 1;
}
.camping-sticky-menu.sticky {
  display: flex;
  position: fixed;
  left: 0;
  bottom: -100px;
  bottom: 0;
  animation: slideup .5s forwards;
  animation-delay: .1s;
}
.camping-sticky-menu__button {
  width: 100%;
  margin: 10px;
  height: 40px;
  font-size: 16px;
}
.camping-sticky-menu__button .availability-checker {
  padding: 0;
}
.camping-sticky-menu__button .availability-checker #daterange {
  font-family: source_sans_pro_light;
  height: 40px;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #dadada;
}
.camping-sticky-menu__button .availability-checker #daterange:before {
  display: none;
}
.camping-sticky-menu__button .availability-checker #daterange-wrap:before {
  display: none;
}
.camping-sticky-menu__button .availability-checker #daterange-wrap.empty .daterange-overlay-text {
  font-size: 16px;
  color: #111;
  text-align: center;
  left: 0;
  width: 100%;
}
.camping-sticky-menu__button .availability-checker #daterange-wrap.empty .daterange-overlay-text .icon:before {
  content: "\e600";
  color: #95be4d;
  font-size: 16px;
}
.camping-sticky-menu .camping-archive-menu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 3px;
  height: 40px;
  width: 100%;
  padding: 5px;
  color: #111;
}
.camping-sticky-menu .camping-archive-menu__link .icon {
  color: #95be4d;
  margin-right: 5px;
}
.camping-sticky-menu .camping-archive-menu__link:hover,
.camping-sticky-menu .camping-archive-menu__link:focus {
  text-decoration: none;
  border-color: #95be4d;
}
.list-closed .camping-sticky-menu {
  display: none;
}
.daterangepicker .ranges .range_inputs {
  display: flex;
  justify-content: space-between;
}
.daterangepicker .ranges .range_inputs .btn[disabled],
.daterangepicker .ranges .range_inputs .comment-form input[type="submit"][disabled] {
  background-color: #dadada;
  color: #111;
}
.daterangepicker .ranges .range_inputs .btn,
.daterangepicker .ranges .range_inputs .comment-form input[type="submit"] {
  padding: 6px 10px;
}
.daterangepicker .ranges .range_inputs .btn:before,
.daterangepicker .ranges .range_inputs .comment-form input[type="submit"]:before {
  display: none;
}
.daterangepicker .ranges .range_inputs .btn.cancelBtn,
.daterangepicker .ranges .range_inputs .comment-form input[type="submit"].cancelBtn {
  color: #111;
  border: 1px solid #dadada;
  background-color: transparent;
  box-shadow: none;
}
@keyframes slideup {
  100% {
    bottom: 0;
  }
}
.search-component {
  display: flex;
  position: relative;
}
.search-component__input {
  border: 1px solid #95be4d;
  padding: 10px 40px 10px 10px;
  position: relative;
  height: 40px;
  line-height: normal;
}
.search-component__btn {
  height: 40px;
  width: 40px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search-component__btn::before {
  content: "";
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  position: absolute;
  right: 0;
  color: #eff6fe;
  background: url('/wp-content/themes/reiscompany/source/images/search.svg') no-repeat center center;
  background-size: 48% 48%;
  font-size: 22px;
  z-index: 1;
}
.wp-pagenavi {
  text-align: center;
  padding: 25px 0;
  clear: both;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px;
  cursor: pointer;
  color: #111;
}
.wp-pagenavi .current:hover,
.wp-pagenavi .page:hover {
  color: #95be4d;
}
.wp-pagenavi .current {
  cursor: default;
  color: #95be4d;
  background: white;
}
.wp-pagenavi .extend {
  font-family: 'source_sans_pro_regular';
  font-size: 0.75em;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0;
  color: #95be4d;
  font-family: 'source_sans_pro_regular';
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  font-family: 'icomoon';
  content: "\e61a";
  display: block;
  font-size: 0.75em;
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 0;
}
.wp-pagenavi .nextpostslink {
  float: right;
  padding-right: 15px;
}
.wp-pagenavi .previouspostslink {
  float: left;
  padding-left: 15px;
}
.wp-pagenavi .previouspostslink:before {
  content: '\e61c';
  left: 0;
  right: auto;
}
.wrap {
  display: block;
  float: left;
  width: 100%;
  background-color: white;
}
.post-nav {
  margin-top: 15px;
}
.post-nav ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  display: block;
  color: #95be4d;
}
.post-nav ul:before,
.post-nav ul:after {
  content: " ";
  display: table;
}
.post-nav ul:after {
  clear: both;
}
.post-nav ul:before,
.post-nav ul:after {
  content: " ";
  display: table;
}
.post-nav ul:after {
  clear: both;
}
.post-nav ul li {
  display: block;
}
.post-nav ul li.previous {
  float: left;
}
.post-nav ul li.next {
  float: right;
}
.post-nav ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.banner {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.85);
  top: 10px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 20;
  font-size: 17px;
}
.banner.headroom--not-top {
  transition: all 200ms ease-out;
}
.banner.headroom--not-top.headroom--pinned {
  top: 0;
}
.banner.headroom--not-top.headroom--unpinned {
  top: -60px;
}
.banner.headroom--not-top {
  position: fixed;
  background: white;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
}
.admin-bar .banner {
  top: 46px;
}
.admin-bar .banner.headroom--not-top {
  top: 0;
}
.brand {
  float: left;
}
.brand a:hover {
  text-decoration: none;
}
.brand-logo {
  line-height: 45px;
  background: transparent url('/wp-content/themes/reiscompany/source/images/logo.svg') 0 0 no-repeat;
  background-size: 45px 45px;
  display: block;
  height: 45px;
  width: 45px;
  margin-top: 7px;
  margin-left: 9px;
  float: left;
  z-index: 2;
  box-shadow: 0 0 5px 0 #cccccc;
  border-radius: 30px;
}
.brand-logo:hover {
  text-decoration: none;
}
.brand-circle {
  display: none;
}
.brand-text {
  float: left;
  margin-left: 9px;
  margin-top: 14px;
}
.brand-name {
  font-family: "signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #589333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.brand-name a {
  color: #589333;
}
.brand-description {
  color: #83AA3A;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
}
.brand-description a {
  color: #83AA3A;
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 720px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.content-info {
  color: #f4f4f4;
  padding: 10px 0 22px;
  background-color: #111;
  float: left;
  width: 100%;
}
.content-info a {
  color: white;
}
.content-info a:hover {
  color: white;
}
.content-info .input,
.content-info input,
.content-info .form-control,
.content-info .comment-form input[type="text"],
.content-info .comment-form input[type="email"],
.content-info .comment-form input[type="url"],
.content-info .comment-form textarea {
  background-color: #686868;
  border: none;
}
.content-info .input:active,
.content-info input:active,
.content-info .form-control:active,
.content-info .input:focus,
.content-info input:focus,
.content-info .form-control:focus,
.content-info .comment-form input[type="text"]:active,
.content-info .comment-form input[type="text"]:focus,
.content-info .comment-form input[type="email"]:active,
.content-info .comment-form input[type="email"]:focus,
.content-info .comment-form input[type="url"]:active,
.content-info .comment-form input[type="url"]:focus,
.content-info .comment-form textarea:active,
.content-info .comment-form textarea:focus {
  background-color: #777;
  color: white;
}
.footer-block {
  padding: 15px 0;
  border-bottom: 1px solid #686868;
}
.footer-block.copyright {
  border: none;
}
.footer-block.copyright .icon-reiscompany {
  font-size: 50px;
  display: block;
  margin-top: 5px;
}
.footer-block.copyright a {
  color: #b2b2b2;
  text-decoration: underline;
}
.footer-block.language-select {
  display: none;
}
.footer-block.sign-in .btn,
.footer-block.sign-in .comment-form input[type="submit"] {
  width: 100%;
}
.footer-block.newsletter-subscribe .btn,
.footer-block.newsletter-subscribe .comment-form input[type="submit"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
.footer-block.newsletter-subscribe p {
  margin-bottom: 15px;
}
.footer-block.contact-info .icon {
  color: white;
  border: 1px solid #dadada;
}
.footer-block.contact-info .contact-row {
  margin-bottom: 10px;
  padding-left: 40px;
}
.footer-block.contact-info .contact-row a {
  color: white;
}
.menu-footer ul li {
  float: left;
  width: 50%;
}
.menu-footer ul li a {
  padding: 0px 10px 10px 0;
}
.menu-footer ul li a:hover {
  background: none;
  text-decoration: underline;
}
#site-footer .footer-title {
  font-size: 17px;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "source_sans_pro_regular";
}
form.newsletter-subscribe {
  border-collapse: separate;
  display: table;
  position: relative;
  width: 100%;
}
form.newsletter-subscribe .gform_body {
  background: none;
  border: none;
  padding: 0;
  float: left;
  display: table-cell;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
form.newsletter-subscribe .gform_body ul,
form.newsletter-subscribe .gform_body li {
  margin: 0;
}
form.newsletter-subscribe .gform_body label {
  display: none;
}
form.newsletter-subscribe .gform_body input {
  height: 40px;
  padding: 11px 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
form.newsletter-subscribe .gform_footer {
  display: table-cell;
  height: 50px;
  font-size: 0;
  width: 1%;
  position: relative;
  padding: 0;
  white-space: nowrap;
}
form.newsletter-subscribe .gform_footer .button {
  background: #95be4d;
  display: block;
  border-top-left-radius: 0;
  font-family: 'icomoon';
  border-bottom-left-radius: 0;
  float: right;
  font-size: 14px;
  box-shadow: inset 0 -3px 0 #88b141;
}
form.newsletter-subscribe .gform_footer .button:hover {
  background-color: #abcc72;
  text-decoration: none;
  color: white;
}
form.newsletter-subscribe .gform_footer .button:active,
form.newsletter-subscribe .gform_footer .button:focus {
  background-color: #88b141;
  -webkit-box-shadow: inset 0 3px 0 #b2cb2f;
  box-shadow: inset 0 3px 0 #b2cb2f;
  text-decoration: none;
  color: white;
}
form.newsletter-subscribe .gform_footer img {
  display: none;
}
form.newsletter-subscribe .gfield_description {
  display: none;
}
form.newsletter-subscribe .message {
  display: none;
}
.page-header {
  display: block;
  width: 100%;
  min-height: 200px;
  position: relative;
  margin: 0;
  background: #a7be2c;
  padding: 0;
}
.page-header .thumbnail-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}
.page-header.small {
  min-height: 150px;
}
.page-header.small .thumbnail-container {
  height: 150px;
}
.page-header.no-image {
  min-height: 0;
  padding: 30px 0 30px;
}
.page-header.no-image h1 {
  color: #111;
  text-shadow: none;
  position: relative;
  top: auto;
  left: auto;
}
.page-header .facetwp-type-search:before {
  display: none;
}
.page-header .facetwp-type-search input {
  padding-left: 15px;
}
.header-title {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 43%;
  color: white;
  z-index: 1;
  margin: 0;
  padding: 0 15px;
  font-size: 37px;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.65);
}
.medium.with-form .header-title {
  top: 36%;
}
.page-title {
  margin: 0 0 19px 0;
  text-align: center;
  font-size: 25px;
}
.page-intro {
  margin-bottom: 24px;
}
.page-content {
  position: relative;
  padding: 25px 0 30px;
  font-size: 16px;
}
.page-content p:last-child {
  margin-bottom: 0;
}
.camping-search-form .form-container .button .current {
  display: none;
}
.camping-search-form .advanced-search-link {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.camping-search-form .advanced-search-link a {
  color: #666;
  margin: 0 3px;
}
.camping-search-form .advanced-search-link span {
  display: inline-block;
  vertical-align: middle;
}
.camping-search-form .advanced-search-link span.icon-search {
  margin-top: -2px;
}
.camping-search-form .advanced-search-link span.icon-arrow-right {
  font-size: 0.75em;
}
.camping-search-form .availability-checker {
  padding-top: 0;
}
.camping-search-form .availability-checker #daterange {
  font-size: 14px;
  height: 32px;
  padding-left: 35px;
}
.camping-search-form .availability-checker #daterange-wrap.empty .daterange-overlay-text {
  color: #111;
}
.flexible-block {
  position: relative;
  padding: 25px 0 30px;
  font-size: 17px;
}
.flexible-block:nth-child(even) {
  background: #eff6fe;
}
.flexible-block:nth-child(even):before {
  border-top-color: #eff6fe;
}
.flexible-block:nth-child(even) .block-with-text-compact {
  background: white;
}
.flexible-block:nth-child(even) .block-with-text-compact:hover {
  background: #e5effb;
}
.flexible-block:nth-child(even) .block-with-text-stacked__content {
  background: white;
}
.flexible-block:nth-child(even) .block-with-text-stacked:hover .flexible-block:nth-child(even) .block-with-text-stacked__content {
  background: #e5effb;
}
.flexible-block:nth-child(even).ad-options .ad-option header,
.flexible-block:nth-child(even).ad-options .ad-option footer,
.flexible-block:nth-child(even).ad-options .ad-option .option-content {
  background: #eff6fe;
}
.flexible-block:nth-child(even).ad-options .ad-option.highlighted header,
.flexible-block:nth-child(even).ad-options .ad-option.highlighted footer,
.flexible-block:nth-child(even).ad-options .ad-option.highlighted .option-content {
  background: white;
}
.flexible-block:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 12px 36px;
  border-style: solid;
  border-color: transparent;
  border-top-color: white;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -36px;
  z-index: 10;
}
.flexible-block.regular-text:before,
.flexible-block--last:before {
  display: none;
}
.flexible-block .block-title {
  margin-bottom: 19px;
  text-align: center;
  font-size: 25px;
}
.flexible-block .entry-summary {
  display: none;
}
.flexible-block.featured-blocks .container {
  padding: 0;
}
.flexible-block.google-map {
  padding-bottom: 0;
}
.flexible-block.google-map:before {
  display: none;
}
.flexible-block.full-width-slider {
  padding: 0;
}
.flexible-block.full-width-slider:before {
  display: none;
}
.flexible-block a:hover .image-container:before {
  opacity: 0.15;
}
.flexible-block a .image-container {
  position: relative;
}
.flexible-block a .image-container:before {
  content: "";
  background: white;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flexible-block p .button {
  margin-bottom: 0.5em;
  margin-right: 0.2em;
}
.flexible-block.google-map {
  padding-top: 0;
}
.featured-blocks .flexible-more-link {
  margin-left: 15px;
  margin-right: 15px;
}
.featured-block {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 2px;
}
.featured-block .featured-block-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: white;
  overflow: hidden;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  padding: 20px 20px 4px;
}
.featured-block .featured-block-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.featured-block .featured-block-title .camping-stars {
  font-size: 0.5em;
  display: block;
}
.featured-block .image-container {
  display: block;
  height: 0;
  overflow: hidden;
  background: #dadada;
  padding-bottom: 43%;
}
.featured-block img {
  width: 100%;
  height: auto;
}
.featured-block.list .featured-block-list-title,
.featured-block.list-custom .featured-block-list-title {
  background: #95be4d;
  font-size: 20px;
  color: white;
  padding: 0 20px;
  margin: 0 0 3px 0;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featured-block.list ol,
.featured-block.list-custom ol {
  list-style-type: none;
  margin: 0;
  margin-left: 57px;
  padding: 0;
  counter-reset: li-counter;
}
.featured-block.list ol li,
.featured-block.list-custom ol li {
  position: relative;
  margin-bottom: 2px;
  line-height: 48px;
  padding-left: 0;
}
.featured-block.list ol li a,
.featured-block.list-custom ol li a {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background: #f9fbff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
}
.featured-block.list ol li a:hover,
.featured-block.list-custom ol li a:hover {
  color: #95be4d;
  text-decoration: none;
  background: #ffffff;
}
.featured-block.list ol li a:before,
.featured-block.list-custom ol li a:before {
  content: "\e61a";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #95be4d;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 50px;
}
.featured-block.list ol li:before,
.featured-block.list-custom ol li:before {
  position: absolute;
  background: #e5effb;
  top: 0;
  left: -57px;
  width: 55px;
  font-family: 'source_sans_pro_semibold';
  color: #95be4d;
  height: 100%;
  font-size: 1.125em;
  text-align: center;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.block__featured-image--centered {
  overflow: hidden;
  background: #dadada;
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block__featured-image--centered img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
/**
 * Blocks with text.
 *
 * Stacked and compact layout.
 */
.block-with-text {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.block-with-text:hover {
  color: #111;
  text-decoration: none;
}
.block-with-text__image-container {
  height: var(--block-with-text-featured-image-height);
}
.block-with-text__title {
  font-size: 20px;
}
.block-with-text__content {
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.block-with-text p {
  margin-bottom: 0.7em;
}
.block-with-text__read-more {
  margin-top: auto;
}
.block-with-text-stacked__content {
  background: #eff6fe;
}
.block-with-text-stacked__content--center {
  text-align: center;
}
.block-with-text-stacked:hover .block-with-text-stacked__content {
  background: #e5effb;
}
/**
 * Blocks without text
 */
.blocks-without-text .container {
  padding: 0;
}
.blocks-without-text .flexible-more-link {
  margin-left: 15px;
  margin-right: 15px;
}
.blocks-without-text .block-without-text {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 2px;
}
.blocks-without-text .image-container {
  display: block;
  margin: 0 -15px;
}
.blocks-without-text img {
  width: 100%;
  height: auto;
}
.blocks-without-text .block-without-text-title {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px 20px 15px 20px;
  overflow: hidden;
  margin-bottom: 0;
  color: white;
  pointer-events: none;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  font-size: 20px;
}
.full-width-slider .slide-content-block {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 15px 15px 5px 15px;
  overflow: hidden;
  pointer-events: none;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}
.full-width-slider .slide-content-block .slide-content {
  text-align: left;
}
.full-width-slider .slide-title {
  text-align: right;
  color: white;
  font-size: 22px;
}
.full-width-slider .slide-content {
  display: none;
}
.full-width-slider .img-wrap {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 56%;
}
.full-width-slider .slide-camping {
  display: block;
  position: absolute;
  text-align: left;
  right: 10%;
  max-width: 70%;
  bottom: 20px;
  color: white;
  z-index: 1;
  padding: 0 30px 0 80px;
  pointer-events: none;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.65);
}
.full-width-slider .slide-camping .camping-stars {
  font-size: 14px;
}
.full-width-slider .slide-camping .camping-title {
  margin: 0;
  font-size: 18px;
}
.full-width-slider .slide-camping .camping-title span {
  font-size: 14px;
  margin-left: 0.25em;
}
.full-width-slider .slide-camping .camping-price {
  display: block;
  position: absolute;
  width: 65px;
  bottom: 0;
  left: 0;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #111;
  text-align: center;
  text-shadow: none;
}
.full-width-slider .slide-camping .camping-price .from {
  display: block;
  font-size: 10px;
  margin-top: 15px;
}
.full-width-slider .slide-camping .camping-price .min-price {
  display: block;
  font-family: "signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.full-width-slider .slide-camping a {
  color: white;
}
.full-width-slider .camping-slide .slide-content-block {
  display: none;
}
.top-destinations .destinations {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #95be4d;
}
.top-destinations .destinations li {
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #dadada;
  margin-bottom: 10px;
}
.top-destinations .destinations li span {
  display: none;
  margin-right: 0.25em;
  font-size: 0.75em;
}
.video-block .wc-responsive-video {
  margin-bottom: 0;
}
.pricing-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #dadada;
}
.pricing-table ul li {
  border-top: 1px solid #ececec;
  padding: 10px 30px;
  line-height: 1.2em;
}
.pricing-table ul li:before,
.pricing-table ul li:after {
  content: " ";
  display: table;
}
.pricing-table ul li:after {
  clear: both;
}
.pricing-table ul li:before,
.pricing-table ul li:after {
  content: " ";
  display: table;
}
.pricing-table ul li:after {
  clear: both;
}
.pricing-table ul li:first-child {
  border-top: none;
}
.pricing-table ul li:nth-child(odd) {
  background: white;
}
.pricing-table ul li:nth-child(even) {
  background: #eff6fe;
}
.pricing-table ul li span {
  display: block;
}
.pricing-table ul li span:first-child {
  font-family: 'source_sans_pro_regular';
}
.pricing-table .table-comment {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.ad-options .ad-option {
  text-align: center;
  margin-top: 30px;
}
.ad-options .ad-option:first-child {
  margin-top: 0;
}
.ad-options .ad-option header {
  border: 1px solid #dadada;
  padding: 15px;
  background: white;
}
.ad-options .ad-option .option-title {
  color: #95be4d;
  margin: 0;
}
.ad-options .ad-option .option-subtitle {
  font-size: 16px;
}
.ad-options .ad-option .option-content {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 20px 15px 15px;
  font-family: 'source_sans_pro_regular';
  background: white;
}
.ad-options .ad-option .option-content :last-child {
  margin-bottom: 0;
}
.ad-options .ad-option .option-content ul {
  list-style: none;
  padding-left: 0;
}
.ad-options .ad-option .option-content ul:last-child {
  margin-bottom: 1em;
}
.ad-options .ad-option .option-content ul li {
  padding: 0;
  line-height: 2em;
  font-size: 18px;
}
.ad-options .ad-option .option-content ul li:before {
  color: #95be4d;
  content: "\e618";
  font-family: 'icomoon';
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-top: -3px;
  top: 0;
  font-size: 16px;
}
.ad-options .ad-option footer {
  padding: 0 15px 20px 15px;
  border: 1px solid #dadada;
  border-top: none;
  background: white;
}
.ad-options .ad-option footer .button {
  width: 100%;
  max-width: 300px;
}
.ad-options .ad-option footer .button .icon {
  margin-left: 0.5em;
}
.ad-options .ad-option.highlighted header,
.ad-options .ad-option.highlighted footer,
.ad-options .ad-option.highlighted .option-content {
  background: #eff6fe;
}
.text-and-button .button-column {
  text-align: center;
}
.text-and-button .button-column .button {
  min-width: 300px;
}
.google-map {
  padding-top: 0;
}
.google-map .gmap-container {
  position: relative;
  height: 280px;
  height: 55vh;
  min-height: 280px;
}
.google-map .gmap-container .map-canvas {
  height: 100%;
  width: 100%;
}
.google-map .gmap-container__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.25s 0.25s;
}
.google-map .gmap-container__overlay--disabled {
  opacity: 0;
  pointer-events: none;
}
.google-map .gmap-container__overlay .activate-maps-btn {
  opacity: 1;
  transition: opacity 0.25s;
  text-transform: uppercase;
}
.google-map .gmap-container__overlay .activate-maps-btn--disabled {
  opacity: 0;
  pointer-events: none;
}
.flexible-more-link {
  text-align: center;
  position: relative;
}
.flexible-more-button {
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 30px;
  width: 100%;
}
.flexible-more-button:before {
  height: 40px;
  line-height: 40px;
}
.map-france .tooltip.top {
  pointer-events: none;
  margin-top: 30px !important;
}
.map-france .map-block {
  display: block;
  border: 1px solid #dadada;
  background: white;
  padding: 20px;
}
.map-france .map-block.map-block-map {
  margin-bottom: 20px;
}
.map-france .map-block.map-block-map h2 {
  margin-bottom: 1em;
}
.map-france .map-block svg a path,
.map-france .map-block svg a polygon {
  fill: #95be4d;
}
.map-france .map-block.highlighted svg a path,
.map-france .map-block.highlighted svg a polygon {
  fill: #c1d998;
}
.map-france .map-block.highlighted svg a.highlighted path,
.map-france .map-block.highlighted svg a.highlighted polygon {
  fill: #95be4d;
}
.map-france .map-block.highlighted svg a:hover path,
.map-france .map-block.highlighted svg a:hover polygon {
  fill: #abcc72;
}
.map-france svg {
  width: 100% !important;
}
.map-france svg path,
.map-france svg polygon {
  transition: fill 0.15s ease;
  position: relative;
}
.map-france svg a:hover path,
.map-france svg a:hover polygon {
  fill: #b6d285;
}
body.single-post .page-header.no-image {
  min-height: 0;
  padding: 70px 0 10px;
  border-bottom: none;
  background: none;
}
body.single-post .entry-content {
  font-size: 16px;
  padding: 25px 0 25px;
}
body.single-post .entry-content img {
  max-width: 100%;
  height: auto;
}
/* Search layout */
.map-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 500px;
}
@media (min-width: 720px) {
  .map-search {
    float: left;
    width: 50%;
  }
}
.panel-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 720px) {
  .panel-search {
    float: left;
    width: 50%;
  }
}
.panel-search .main,
.panel-search .sidebar {
  width: 100%;
  float: none;
}
.map-canvas {
  width: 100%;
  height: 100%;
}
.panel-heading {
  position: relative;
}
.panel-heading .panel-icon {
  margin-right: 10px;
}
.panel-heading .panel-icon.icon-check {
  font-size: 0.6em;
}
.panel-heading .panel-icon.icon-tag {
  font-size: 0.75em;
}
.panel-heading .panel-icon.icon-phone {
  font-size: 0.75em;
}
.panel-heading .panel-icon.icon-languages {
  font-size: 0.675em;
}
.panel-heading a:before {
  content: "\e61e";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #95be4d;
  height: 52px;
  line-height: 52px;
  text-align: center;
  width: 50px;
}
.panel-heading a.collapsed:before {
  content: "\e61d";
}
.panel-heading h3 {
  font-size: 20px;
}
.hentry.single-camping .accordion .breadcrumb-regions {
  display: none;
}
.hentry.single-camping .camping-header {
  padding-top: 15px;
}
.hentry.single-camping .camping-header .price,
.hentry.single-camping .camping-header .back-link,
.hentry.single-camping .camping-header .comments,
.hentry.single-camping .camping-header .camping-logo {
  display: none;
}
.hentry.single-camping .camping-header .entry-title {
  font-size: 18px;
  margin-bottom: 0;
}
.hentry.single-camping .camping-header .camping-stars {
  color: #95be4d;
}
.hentry.single-camping .camping-header .regions {
  color: #999;
}
.hentry.single-camping .camping-header .regions .icon-arrow-right {
  font-size: 0.25em;
  margin: 0 2px;
}
.hentry.single-camping .camping-header .camping-thumbnail-container {
  display: none;
}
.hentry.single-camping .camping-header.no-slider .camping-thumbnail-container {
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
}
.hentry.single-camping .camping-sidebar .button {
  width: 100%;
}
.hentry.single-camping .slider-info {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 16px;
  line-height: 16px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
.hentry.single-camping #map {
  border-top: none;
}
#slider-block,
#reviews-link {
  display: none;
}
#camping-slider-container {
  position: relative;
}
.more-link {
  display: block;
  text-align: center;
  padding: 15px;
  position: relative;
}
.more-link:before {
  content: "";
  display: block;
  height: 0px;
  border-top: 1px solid #dadada;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
}
.more-button {
  background: white;
  border: 1px solid #dadada;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  padding: 0 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #95be4d;
}
.more-button .show-less {
  display: none;
}
.more-button.active .show-less {
  display: inline;
}
.more-button.active .show-more {
  display: none;
}
.more-button.active .icon:before {
  content: "\e61e";
}
.more-button:before {
  display: none;
}
.more-button .icon {
  margin-left: 0.5em;
}
.breadcrumb-regions {
  margin: 5px 0 12px 0;
}
.breadcrumb-regions .icon-arrow-right {
  font-weight: 600;
  font-size: 0.65em;
  color: #95be4d;
  margin-right: 5px;
  margin-left: 2px;
}
.breadcrumb-regions a:last-child,
.breadcrumb-regions .icon-arrow-right:last-child {
  color: #777777;
}
.hentry.single-camping .camping-header {
  border-bottom: 1px solid #dadada;
}
.hentry.single-camping .camping-header .back-link,
.hentry.single-camping .camping-header .comments,
.hentry.single-camping .camping-header .camping-logo {
  display: none;
}
.hentry.single-camping .camping-header .camping-stars {
  color: #95be4d;
}
.hentry.single-camping .camping-header .regions {
  color: #999;
}
.hentry.single-camping .camping-header .regions a {
  color: #999;
}
.hentry.single-camping .camping-header .regions .icon-arrow-right {
  font-size: 11px;
  vertical-align: middle;
  margin: 0 2px;
}
.hentry.single-camping .camping-header .camping-thumbnail-container {
  display: none;
  background: #a7be2c;
}
.hentry.single-camping .camping-header .camping-thumbnail-container picture {
  display: flex;
  height: 100%;
  width: 100%;
}
.hentry.single-camping .camping-header .camping-thumbnail-container img {
  width: 100%;
  object-fit: cover;
}
.hentry.single-camping .camping-header.no-slider .camping-thumbnail-container {
  display: flex;
  margin-top: -15px;
  margin-bottom: 15px;
}
.hentry.single-camping .camping-header.no-slider .camping-thumbnail-container img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-width: none;
}
.hentry.single-camping .slider-info {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 10;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
#reviews-link {
  display: none;
}
.hentry.single-camping .availability-link .button {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #888;
  color: #999;
}
.hentry.single-camping .availability-link .button:before {
  display: none;
}
.hentry.single-camping .availability-link .button.external:before {
  display: block;
}
.hentry.single-camping .availability-link .button:hover,
.hentry.single-camping .availability-link .button:active {
  color: #95be4d;
  border-color: #95be4d;
}
.hentry.single-camping .camping-sidebar-container {
  padding-bottom: 0;
}
.hentry.single-camping .camping-sidebar-container .price,
.hentry.single-camping .camping-sidebar-container .price-tagline {
  display: none;
}
.hentry.single-camping .camping-sidebar-container .button-group .button {
  width: 100%;
  height: 50px;
  line-height: 35px;
  padding: 6px 40px;
  margin-bottom: 10px;
}
.hentry.single-camping .camping-sidebar-container .button-group .button:before {
  height: 50px;
  line-height: 50px;
}
.hentry.single-camping .camping-sidebar-container .info-link {
  text-align: center;
}
.hentry.single-camping .camping-sidebar-container .highlights {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.partner-deals-sidebar {
  margin-top: 10px;
  border-top: 1px solid #dadada;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.partner-deals-sidebar-wrapper {
  padding: 0 15px;
}
#features-container {
  display: none;
}
#slider-block {
  display: none;
}
#camping-slider-container {
  position: relative;
}
#camping-slider {
  overflow: hidden;
  display: block;
}
#camping-slider .owl-dots {
  display: none;
}
#camping-slider .slider-cta {
  position: absolute;
  top: 0;
  right: 0;
}
#camping-slider .owl-item,
#camping-slider .owl-stage,
#camping-slider .item,
#camping-slider .owl-stage-outer {
  height: 100%;
  display: block;
  position: relative;
}
#camping-slider .owl-item {
  display: block;
  float: left;
  width: 100%;
}
#camping-slider img.portrait {
  display: inline-block;
  height: 100%;
  width: auto;
}
#camping-slider .owl-item img.portrait {
  height: 100%;
}
#camping-slider .owl-item img.original {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#camping-slider-menu a {
  margin: 0 10px 10px 0;
  position: relative;
  float: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#camping-slider-menu a:before {
  content: "";
  display: block;
  background: white;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#camping-slider-menu a:hover:before,
#camping-slider-menu a.active:before {
  opacity: 0;
}
#camping-slider-menu a:nth-child(6n) {
  margin-right: 0;
}
#camping-slider-menu a#slider-thumbnail-extern {
  text-align: center;
  color: #95be4d;
  border: 1px solid #95be4d;
  font-family: 'source_sans_pro_regular';
  border-radius: 3px;
  margin: 0;
  display: block;
  line-height: 69px;
  height: 69px;
  font-size: 14px;
}
#camping-slider-menu a#slider-thumbnail-extern:hover {
  background-color: #95be4d;
  color: white;
  text-decoration: none;
}
#camping-slider-menu a#slider-thumbnail-extern .icon-arrow-right:before {
  font-size: 10px;
  font-weight: bold;
}
#camping-slider-menu a#slider-thumbnail-extern:before {
  content: "";
  opacity: 0;
}
#features-collapse .more {
  display: none;
}
.rc-specs-detail .rc-term-wrapper {
  padding: 15px;
}
.rc-specs-detail .rc-term-wrapper:nth-child(odd) {
  background: white;
}
.rc-specs-detail .rc-term-wrapper:nth-child(even) {
  background: #eff6fe;
}
.rc-specs-detail .rc-term-wrapper .rc-term-label {
  margin: 0 0 0.25em 0;
  font-size: 16px;
}
.rc-specs-detail .rc-term-wrapper p {
  margin: 0;
}
.rc-specs-detail .rc-term-wrapper a {
  color: #111;
  display: block;
}
.rc-specs-detail.odd .rc-term-wrapper:nth-child(odd) {
  background: #eff6fe;
}
.rc-specs-detail.odd .rc-term-wrapper:nth-child(even) {
  background: white;
}
#prices table {
  margin-bottom: 15px;
}
#prices table th:first-child {
  background: none;
  border-left: none;
  border-top: none;
}
#prices table th,
#prices table td {
  height: 50px;
}
#prices p {
  margin-bottom: 15px;
}
.camping-form .gform_footer {
  padding-bottom: 0;
}
.contact-intro {
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  padding: 5px 0 20px;
}
.contact-intro p:last-child {
  margin-bottom: 0;
}
.contact-info {
  padding-bottom: 20px;
}
.contact-info .availability-link {
  padding-left: 0;
}
.contact-info .availability-link .button {
  width: 100%;
}
.contact-info .website-link {
  margin-top: 20px;
  margin-bottom: 20px;
}
.website-link .button {
  width: 100%;
}
.contact-header {
  padding: 20px 0 20px 0;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.contact-header--with-logo {
  padding-left: 80px;
}
.contact-header .camping-logo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 20px;
}
.contact-header .camping-logo img {
  width: 100%;
  height: auto;
}
.contact-header .icon-camping {
  display: block;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 20px;
}
.contact-header .camping-name {
  font-size: 20px;
  line-height: 24px;
  word-wrap: break-word;
  display: block;
}
.contact-header .regions {
  color: #666;
}
.contact-header .regions span {
  font-size: 0.5em;
  vertical-align: middle;
  margin: 0 5px;
}
.contact-block {
  position: relative;
  min-height: 24px;
  padding-left: 40px;
  margin-top: 20px;
}
.contact-block h2,
.contact-block h3,
.contact-block h4 {
  font-size: 14px;
}
.contact-block p {
  margin-bottom: 0.5em;
}
.contact-block.camping-url {
  max-width: 100%;
}
.contact-block.camping-url a {
  display: block;
  max-width: 100%;
  word-break: break-all;
}
#reviews h2 {
  color: #95be4d;
  font-size: 20px;
  padding-bottom: 20px;
  margin: 5px 0 20px;
  border-bottom: 1px solid #dadada;
}
#reviews h2.hr {
  border: none;
  margin-bottom: 0;
}
#reviews .comment-list {
  padding-bottom: 30px;
}
#reviews .comment-list .comment {
  padding-left: 50px;
  position: relative;
  padding: 20px 0 20px 50px;
  border-bottom: 1px solid #dadada;
}
#reviews .comment-list .comment .rating-container {
  margin: 0;
}
#reviews .comment-list .comment p:last-child {
  margin-bottom: 0;
}
#reviews .comment-list .comment div.rating-container span {
  background-image: none;
  position: absolute;
  left: 0;
  top: 10px;
}
#reviews .comment-list .comment div.rating-container span.crfp-rating {
  background-image: none;
  text-indent: 0;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #dadada;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #95be4d;
  font-family: 'source_sans_pro_regular';
}
#reviews .comment-list .comment .comment-author {
  border: none;
  padding: 0;
  font-family: 'source_sans_pro_regular';
  font-size: 16px;
}
#reviews .comment-list .comment .rating-container {
  float: none;
  height: auto;
}
#reviews .comment-form .crfp-field {
  display: block;
}
#reviews .comment-form .crfp-field:before,
#reviews .comment-form .crfp-field:after {
  content: " ";
  display: table;
}
#reviews .comment-form .crfp-field:after {
  clear: both;
}
#reviews .comment-form .crfp-field:before,
#reviews .comment-form .crfp-field:after {
  content: " ";
  display: table;
}
#reviews .comment-form .crfp-field:after {
  clear: both;
}
#reviews .comment-form .crfp-field label {
  display: block;
  float: left;
  min-width: 50%;
  line-height: 30px;
}
#reviews .comment-form .crfp-field .star-rating-control {
  width: 50%;
  float: left;
  display: block;
  margin-top: 2px;
}
#reviews .comment-form .crfp-field .rating-cancel {
  display: none !important;
}
#map {
  padding-bottom: 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#map .panel-body {
  padding: 0 !important;
}
.related-accomodations.flexible-block:before {
  display: none;
}
.related-accomodations.flexible-block .block-title {
  text-align: left;
  font-size: 20px;
}
.related-sidebar {
  background: white;
  padding: 20px 15px 0 15px;
  border: 1px solid #dadada;
}
.related-sidebar .hentry-sidebar {
  padding: 20px 0;
  margin-bottom: 0;
}
.related-sidebar .hentry-sidebar .image-container {
  width: 36%;
}
.related-sidebar .hentry-sidebar .entry-meta {
  margin: 0;
  padding: 0 20px 0 15px;
  border: 0;
  width: 64%;
}
.related-sidebar .hentry-sidebar .entry-title {
  font-size: 16px;
}
.related-sidebar .hentry-sidebar .regions {
  font-size: 14px;
}
.related-sidebar .hentry-sidebar .icon-arrow-right {
  font-size: 20px;
  color: #95be4d;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.related-sidebar .hentry-sidebar .detail-link {
  display: flex;
}
.related-sidebar .hentry-sidebar .detail-link:focus,
.related-sidebar .hentry-sidebar .detail-link:hover {
  text-decoration: none;
}
.related-sidebar .hentry-sidebar .detail-link:focus .entry-title,
.related-sidebar .hentry-sidebar .detail-link:hover .entry-title {
  text-decoration: underline;
}
#description .website-link {
  display: none;
}
.archive .facetwp-template {
  display: flex;
  flex-direction: column;
}
.facetwp-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.archive {
  padding-top: 80px;
  background: #eff6fe;
}
.archive h1,
.archive .archive-title {
  font-size: 25px;
  margin-bottom: 10px;
  display: block;
  font-family: "signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.archive h1 .current,
.archive .archive-title .current {
  display: none;
}
.archive h1 h1,
.archive .archive-title h1 {
  display: inline;
}
.archive h1 .facetwp-counts,
.archive .archive-title .facetwp-counts {
  display: inline;
}
.archive .archive-intro {
  margin-bottom: 25px;
  display: block;
  float: left;
  width: 100%;
  background: white;
  margin-bottom: 30px;
  padding: 30px 30px 25px 30px;
}
.archive .archive-intro *:last-child {
  margin-bottom: 0;
}
.back-to-campings {
  display: block;
  margin-top: 10px;
  padding-left: 40px;
}
.back-to-campings:before {
  content: "\e61c";
  right: auto;
  left: 0;
}
#pager-top {
  display: none;
}
.camping-archive-menu {
  text-align: right;
}
.camping-archive-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.camping-archive-menu ul:before,
.camping-archive-menu ul:after {
  content: " ";
  display: table;
}
.camping-archive-menu ul:after {
  clear: both;
}
.camping-archive-menu ul:before,
.camping-archive-menu ul:after {
  content: " ";
  display: table;
}
.camping-archive-menu ul:after {
  clear: both;
}
.camping-archive-menu ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: -1px;
  float: left;
  width: 33.333%;
}
.camping-archive-menu ul li:nth-child(2) {
  margin-left: -1px;
  margin-right: -1px;
}
.camping-archive-menu ul li span {
  margin-right: 5px;
  width: 15px;
}
.camping-archive-menu ul li a {
  color: #111;
  text-decoration: none !important;
  padding: 0 20px;
  display: block;
  height: 40px;
  text-align: center;
  border: 1px solid #eff6fe;
  border-bottom-color: #95be4d;
  z-index: 1;
  position: relative;
}
.camping-archive-menu ul li a:hover,
.camping-archive-menu ul li a:active,
.camping-archive-menu ul li a:focus,
.camping-archive-menu ul li a.active {
  border: 1px solid #95be4d;
  z-index: 2;
}
.camping-archive-menu ul li a:active,
.camping-archive-menu ul li a:focus,
.camping-archive-menu ul li a.active {
  color: #95be4d;
  z-index: 3;
  border-bottom-color: #eff6fe;
}
aside .filters h3 {
  padding: 25px 0 25px;
  border-bottom: 1px solid #dadada;
  margin: 0;
}
aside .filters .facetwp-facet-search {
  margin: 25px 0 10px;
}
aside .filters button {
  width: 100%;
  margin: 15px 0;
}
#filters {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: none;
  padding-bottom: 70px;
}
.archive #map-canvas {
  display: none;
}
.archive-header {
  clear: both;
}
.archive-header:before,
.archive-header:after {
  content: " ";
  display: table;
}
.archive-header:after {
  clear: both;
}
.archive-header:before,
.archive-header:after {
  content: " ";
  display: table;
}
.archive-header:after {
  clear: both;
}
.selected-filters {
  margin-bottom: 20px;
  padding: 15px 0 0;
}
.selected-filters:before,
.selected-filters:after {
  content: " ";
  display: table;
}
.selected-filters:after {
  clear: both;
}
.selected-filters:before,
.selected-filters:after {
  content: " ";
  display: table;
}
.selected-filters:after {
  clear: both;
}
.selected-filters h4 {
  font-size: 16px;
  line-height: 20px;
  display: inline;
  margin-right: 10px;
  float: left;
  font-family: 'source_sans_pro_regular';
}
.selected-filters.active-map {
  margin-bottom: 0;
}
.availability-checker {
  padding: 15px 0 15px;
}
.availability-checker.daterange-container {
  padding: 0;
}
.availability-checker h4 {
  font-size: 16px;
  line-height: 20px;
  display: inline;
  margin-right: 10px;
  font-family: 'source_sans_pro_regular';
}
.filter-block:first-child .panel-heading {
  border: none;
}
.filter-block:last-child {
  border-bottom: 1px solid #dadada;
}
.filter-block .panel-heading {
  padding: 12px 0;
  font-family: 'source_sans_pro_regular';
}
.filter-block .panel-heading a,
.filter-block .panel-heading a:hover,
.filter-block .panel-heading .collapsed {
  background: none;
}
.filter-block .panel-heading a span {
  color: #95be4d;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
  width: 15px;
  text-align: center;
  display: none;
}
.filter-block .panel-heading a.collapsed span:before {
  content: "\e61a";
  font-size: 0.875em;
}
.filter-block .panel-body {
  border: none;
  padding: 0;
}
.availability-checker #daterange {
  height: auto;
  line-height: normal;
  padding: 10px 30px 10px 40px;
  position: relative;
  font-size: 16px;
  color: #111;
  appearance: none;
}
.availability-checker #daterange:hover,
.availability-checker #daterange:focus {
  border-color: #95be4d;
}
.availability-checker #daterange-wrap {
  position: relative;
}
.availability-checker #daterange-wrap:before {
  content: "\e600";
  font-family: 'icomoon';
  color: #95be4d;
  display: block;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.availability-checker #daterange-wrap .daterange-overlay-text {
  display: none;
}
.availability-checker #daterange-wrap.empty input {
  color: white;
}
.availability-checker #daterange-wrap.empty .daterange-overlay-text {
  display: block;
  color: #8F8F8F;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.availability-checker #daterange-wrap.empty #clear-dates {
  display: none;
}
.availability-checker.daterange-container {
  float: left;
}
.availability-checker.daterange-container #daterange-wrap:before {
  line-height: 50px;
}
.availability-checker.daterange-container #daterange-wrap input {
  height: 50px;
}
.availability-checker #clear-dates:before {
  content: "\e60e";
  font-family: 'icomoon';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 12px;
}
.availability-checker #clear-dates:hover,
.availability-checker #clear-dates:active {
  color: #999;
  cursor: pointer;
}
#apply-filters-wrapper {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  background: #eff6fe;
  padding: 0 15px;
  display: block;
  transition: transform 350ms linear;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}
#apply-filters-wrapper.visible {
  transform: translateY(-100%);
}
#apply-filters-wrapper button {
  width: 100%;
  margin: 15px 0;
}
body.blog,
body.category {
  padding: 0;
  background: #eff6fe;
}
body.blog .hfeed,
body.category .hfeed {
  padding: 8px 0 15px;
}
body.blog .hfeed:before,
body.category .hfeed:before,
body.blog .hfeed:after,
body.category .hfeed:after {
  content: " ";
  display: table;
}
body.blog .hfeed:after,
body.category .hfeed:after {
  clear: both;
}
body.blog .hfeed:before,
body.category .hfeed:before,
body.blog .hfeed:after,
body.category .hfeed:after {
  content: " ";
  display: table;
}
body.blog .hfeed:after,
body.category .hfeed:after {
  clear: both;
}
.related-accomodations .accomodation.hentry,
.featured-accomodations .accomodation.hentry {
  margin: 0 15px 30px 15px;
  border: 1px solid #dadada;
}
.related-accomodations .accomodation.hentry .entry-slider,
.featured-accomodations .accomodation.hentry .entry-slider {
  margin: -1px;
}
.related-accomodations .accomodation.hentry .entry-buttons,
.featured-accomodations .accomodation.hentry .entry-buttons {
  display: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 480px) {
  .partner-deals .partner-logo {
    width: 25%;
    max-width: 105px;
  }
  .partner-deals .partner-deals-entry {
    flex-grow: 1;
  }
  .partner-deals .partner-description {
    width: 55%;
  }
  .partner-deals .partner-button-wrapper {
    width: 45%;
  }
  .partner-deals-container-single .partner-description {
    width: 72%;
  }
  .partner-deals-container-single .partner-button-wrapper {
    width: 28%;
  }
  .partner-deals-container-single .partner-button {
    padding-left: 10px;
  }
  .partner-deals-container-single .partner-button:before {
    display: flex;
    margin-left: 3px;
  }
  .partner-deals-container-archive .partner-deals-item {
    display: none;
  }
  .partner-deals-container-archive .partner-deals-item::before {
    padding-left: 3px;
  }
  .partner-deals-container-archive .partner-description {
    width: 68%;
  }
}
@media (max-width: 719px) {
  .facetwp-checkbox {
    margin-left: 0 !important;
    padding-left: 30px;
    margin-top: 5px;
    font-size: 16px;
  }
  .facetwp-checkbox:first-child {
    margin-top: 0;
  }
  .facetwp-checkbox .facetwp-counter {
    font-size: 14px;
  }
  .facetwp-checkbox:before {
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 10px;
    margin-top: -2px;
  }
  .facetwp-checkbox.checked:before {
    content: "\e618";
    font-size: 14px;
  }
  #breadcrumbs {
    display: none;
  }
  .breadcrumb-regions .home,
  .breadcrumb-regions .campings,
  .breadcrumb-regions .icon-arrow-right:nth-child(2),
  .breadcrumb-regions .icon-arrow-right:nth-child(4) {
    display: none;
  }
  .banner.headroom--unpinned .rc_change_country_wrapper_choices {
    display: inherit !important;
  }
  .banner #country-navigation-menu {
    display: none;
  }
  .banner ul li.rc_change_country_wrapper_mobile {
    display: block;
  }
  .banner ul li.rc_change_country_wrapper_mobile:first-child {
    border-top: inherit;
  }
  .banner ul li.rc_change_country_wrapper_mobile.current {
    display: block;
  }
  .banner ul li.rc_change_country_wrapper_mobile.closed {
    display: none;
  }
  .banner ul li.rc_change_country_wrapper_mobile.rc_change_country_wrapper_mobile_item {
    border-top: none;
  }
  .banner .rc_change_country_wrapper_mobile.current a:hover,
  .banner .rc_change_country_wrapper_mobile.current a:focus,
  .banner .rc_change_country_wrapper_mobile.current a:active {
    text-decoration: none;
  }
  .banner .rc_change_country_wrapper_mobile.current a .icon {
    vertical-align: text-bottom;
    margin-left: 0.5em;
  }
  .banner .rc_change_country_wrapper_mobile img {
    vertical-align: initial;
    margin-right: 0.5em;
  }
  .blocks-with-text--compact .row {
    margin-left: 0;
    margin-right: 0;
  }
  .block-with-text-compact {
    padding: 0 40px 0 0;
    min-height: 120px;
    display: flex;
    color: #111;
    background: #eff6fe;
  }
  .block-with-text-compact:hover {
    background: #e5effb;
  }
  .block-with-text-compact:before {
    content: "\e61a";
    font-family: "icomoon";
    font-size: 1.2em;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 50px;
  }
  .block-with-text-compact__content {
    padding: 10px 0 10px 0;
    justify-content: center;
  }
  .block-with-text-compact__title {
    margin: 0 0 2px 0;
  }
  .block-with-text-compact__image-container {
    min-width: 120px;
    flex-basis: 120px;
    margin-right: 15px;
    height: auto;
    position: relative;
  }
  .block-with-text-compact__image-container img {
    height: 100%;
    object-fit: cover;
  }
  .block-with-text-compact p,
  .block-with-text-compact ul {
    margin-bottom: 5px;
    overflow: hidden;
  }
  .block-with-text-compact p {
    max-height: 2.5em;
    line-height: 1.3em;
    text-overflow: ellipsis;
  }
  .block-with-text-compact ul {
    max-height: 3.8em;
    line-height: 2.3rem;
  }
  .block-with-text-compact__read-more {
    background: none;
    color: #95be4d;
    padding: 0 !important;
    flex-direction: row;
    justify-content: flex-start;
    font-weight: 400;
    font-family: 'source_sans_pro_light';
    height: auto !important;
    margin-top: 0;
  }
  .block-with-text-compact__read-more::before {
    display: none;
  }
  .block-with-text-compact__read-more:focus,
  .block-with-text-compact__read-more:hover {
    background: none;
    color: #b2cb2f;
    box-shadow: none;
    text-decoration: underline;
  }
  .page-header.medium.with-form,
  .page-header.large.with-form {
    padding-top: 200px;
  }
  .page-header.medium.with-form .header-title,
  .page-header.large.with-form .header-title {
    top: 90px;
  }
  .camping-search-form {
    background: #eff6fe;
    padding: 20px 0;
    display: block;
    position: relative;
    width: 100%;
    min-height: 90px;
    text-align: center;
  }
  .camping-search-form:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-width: 12px 36px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #eff6fe;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -36px;
    z-index: 10;
  }
  .camping-search-form .form-container {
    position: relative;
    display: block;
  }
  .camping-search-form .form-container input {
    height: 40px;
    padding: 6px 10px;
  }
  .camping-search-form .button {
    width: 100%;
  }
  .single-camping .banner {
    background: #ffffff;
    top: 0;
  }
  .menu-footer ul li {
    margin-bottom: 10px;
  }
  .menu-footer ul li a {
    display: inline;
    padding: 0;
    margin: 0px 10px 10px 0;
  }
  .category .hfeed.row,
  .blog .hfeed.row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-template-contact-php .page-content {
    padding-bottom: 0;
  }
  .contact-form {
    background: #eff6fe;
    padding-bottom: 30px;
    padding-top: 24px;
  }
  .map-france .map-block {
    display: block;
    margin-bottom: 20px;
  }
  .map-france .map-block.map-block-map {
    padding: 20px;
  }
  .map-france svg {
    width: 100% !important;
    min-height: 300px !important;
  }
  #features-collapse .panel-body {
    padding-top: 0;
    padding-bottom: 0;
  }
  #features-collapse .specs {
    padding: 0;
  }
  body.single-camping {
    padding-top: 60px;
  }
  body.single-camping .banner.headroom--top {
    position: fixed;
    background: white;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
    top: 0;
  }
  #prices .table-wrapper {
    margin-left: -15px;
    margin-right: 15px;
  }
  #prices table {
    font-size: 16px;
  }
  #prices table.responsive {
    width: 400%;
  }
  #prices table.responsive td,
  #prices table.responsive th {
    width: 25%;
  }
  #prices table.responsive td:nth-child(2),
  #prices table.responsive th:nth-child(2) {
    border-left: 0;
  }
  #prices table th {
    height: 50px;
  }
  #prices table th:first-child {
    border-right: none;
  }
  #prices table td {
    height: 50px !important;
  }
  #prices .pinned .price-table {
    border-right: none;
  }
  #prices .pinned .price-table td {
    border-right: 1px solid #dadada;
  }
  #prices .scrollable {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  #prices .scrollable td,
  #prices .scrollable th {
    text-align: center;
  }
  #contact .camping-form {
    background: #eff6fe;
    padding-bottom: 30px;
    padding-top: 24px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #contact .panel-body {
    padding-bottom: 0;
  }
  .hentry.single-camping .camping-header {
    position: relative;
  }
  .hentry.single-camping .camping-header .price {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
  }
  .hentry.single-camping .camping-header .price .from {
    display: block;
    font-size: 13px;
    line-height: 13px;
  }
  .hentry.single-camping .camping-header .price .min-price {
    font-size: 20px;
    line-height: 30px;
    margin: 4px 0 4px;
    font-size: 35px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'source_sans_pro_semibold';
  }
  .hentry.single-camping .camping-header .price .per {
    font-size: 13px;
    line-height: 13px;
    vertical-align: bottom;
    display: block;
    color: #666;
  }
}
@media (min-width: 720px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 1em;
  }
  table {
    font-size: 16px;
  }
  :root {
    --teaser-featured-image-height: 245px;
    --block-with-text-featured-image-height: 245px;
  }
  .owl-carousel .owl-item img.original {
    max-height: 405px;
  }
  .menu-header-primary {
    width: 285px;
  }
  /* ==========================================================================
   Form Mixins
   ========================================================================== */
  .input,
  input,
  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea {
    height: 50px;
    padding: 11px 15px;
  }
  .input-group .input,
  .input-group input,
  .input-group .form-control,
  .input-group .comment-form input[type="text"],
  .input-group .comment-form input[type="email"],
  .input-group .comment-form input[type="url"],
  .input-group .comment-form textarea {
    padding: 11px 10px;
    height: 50px;
  }
  button,
  .button,
  .btn,
  input[type='submit'],
  .comment-form input[type="submit"] {
    height: 50px;
    padding: 11px 40px 11px 15px;
  }
  button:before,
  .button:before,
  .btn:before,
  input[type='submit']:before,
  .comment-form input[type="submit"]:before {
    line-height: 50px;
  }
  input[type='submit'] {
    padding: 11px 15px 11px 15px;
    width: auto;
  }
  /* ==========================================================================
   Select css styling
   ========================================================================== */
  /* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
  .custom-select,
  .facetwp-type-dropdown {
    height: 50px;
  }
  .custom-select:after,
  .facetwp-type-dropdown:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  /* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
  .custom-select select,
  .facetwp-type-dropdown select {
    height: 50px;
    padding: 11px 10px;
  }
  .gform_body {
    background: #eff6fe;
    border-radius: 3px;
    padding: 24px 30px;
    border: 1px solid #dadada;
  }
  .gform_footer {
    padding: 24px 0;
  }
  .hentry.accomodation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 135px;
    border: none;
    margin-bottom: 20px;
  }
  .hentry.accomodation .entry-container {
    display: flex;
    flex-direction: column;
  }
  .hentry.accomodation .entry-footer {
    justify-self: flex-end;
  }
  .hentry.accomodation .entry-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .hentry.accomodation .missing-footer .entry-wrapper {
    height: auto;
  }
  .hentry.accomodation .entry-button .button {
    height: auto;
  }
  .hentry.accomodation .entry-header:after {
    font-size: 20px;
  }
  .hentry.accomodation .entry-type {
    display: block;
    font-size: 14px;
    line-height: 14px;
  }
  .hentry.accomodation .entry-type span {
    font-size: 0.75em;
  }
  .hentry.accomodation .entry-title {
    margin: 0;
  }
  .hentry.accomodation .entry-container img {
    width: 100%;
    height: auto;
  }
  .hentry.accomodation .camping-stars {
    color: #95be4d;
    font-size: 12px;
  }
  .hentry.accomodation .camping-stars__wrapper {
    height: 18px;
  }
  .hentry.accomodation .image-container {
    width: 155px;
    position: absolute;
    left: 10px;
    top: 15px;
    height: 115px;
    background: #dadada;
  }
  .hentry.accomodation .highlights {
    display: block;
  }
  .hentry.accomodation header {
    position: relative;
  }
  .hentry.accomodation header .price {
    position: absolute;
    width: 55px;
    height: auto;
    right: 0;
    top: 0;
    text-align: right;
    display: block;
  }
  .hentry.accomodation header .price .from {
    display: block;
  }
  .hentry.accomodation header .price .min-price {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'source_sans_pro_semibold';
  }
  .hentry.accomodation header .price .per {
    font-size: 12px;
    line-height: 13px;
    vertical-align: bottom;
    display: block;
    color: #666;
  }
  .hentry.accomodation header .regions {
    display: block;
    margin-bottom: 3px;
  }
  .hentry.accomodation .detail-link {
    text-decoration: none;
  }
  @keyframes fadein {
    from {
      opacity: 0;
      left: 10px;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }
  /* Firefox < 16 */
  @-moz-keyframes fadein {
    from {
      opacity: 0;
      left: 10px;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
    from {
      opacity: 0;
      left: 10px;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }
  /* Internet Explorer */
  @-ms-keyframes fadein {
    from {
      opacity: 0;
      left: 10px;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }
  /* Opera < 12.1 */
  @-o-keyframes fadein {
    from {
      opacity: 0;
      left: 10px;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }
  .archive .hentry.accomodation {
    opacity: 0;
    -webkit-animation: fadein 200ms;
    -moz-animation: fadein 200ms;
    -ms-animation: fadein 200ms;
    animation: fadein 200ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.05, 0.64, 0.51, 1);
    animation-timing-function: cubic-bezier(0.05, 0.64, 0.51, 1);
  }
  .archive .hentry.accomodation:nth-child(25) {
    -webkit-animation-delay: 1250ms;
    -moz-animation-delay: 1250ms;
    -ms-animation-delay: 1250ms;
    animation-delay: 1250ms;
  }
  .archive .hentry.accomodation:nth-child(24) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -ms-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .archive .hentry.accomodation:nth-child(23) {
    -webkit-animation-delay: 1150ms;
    -moz-animation-delay: 1150ms;
    -ms-animation-delay: 1150ms;
    animation-delay: 1150ms;
  }
  .archive .hentry.accomodation:nth-child(22) {
    -webkit-animation-delay: 1100ms;
    -moz-animation-delay: 1100ms;
    -ms-animation-delay: 1100ms;
    animation-delay: 1100ms;
  }
  .archive .hentry.accomodation:nth-child(21) {
    -webkit-animation-delay: 1050ms;
    -moz-animation-delay: 1050ms;
    -ms-animation-delay: 1050ms;
    animation-delay: 1050ms;
  }
  .archive .hentry.accomodation:nth-child(20) {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -ms-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  .archive .hentry.accomodation:nth-child(19) {
    -webkit-animation-delay: 950ms;
    -moz-animation-delay: 950ms;
    -ms-animation-delay: 950ms;
    animation-delay: 950ms;
  }
  .archive .hentry.accomodation:nth-child(18) {
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: 900ms;
    -ms-animation-delay: 900ms;
    animation-delay: 900ms;
  }
  .archive .hentry.accomodation:nth-child(17) {
    -webkit-animation-delay: 850ms;
    -moz-animation-delay: 850ms;
    -ms-animation-delay: 850ms;
    animation-delay: 850ms;
  }
  .archive .hentry.accomodation:nth-child(16) {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -ms-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .archive .hentry.accomodation:nth-child(15) {
    -webkit-animation-delay: 750ms;
    -moz-animation-delay: 750ms;
    -ms-animation-delay: 750ms;
    animation-delay: 750ms;
  }
  .archive .hentry.accomodation:nth-child(14) {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    -ms-animation-delay: 700ms;
    animation-delay: 700ms;
  }
  .archive .hentry.accomodation:nth-child(13) {
    -webkit-animation-delay: 650ms;
    -moz-animation-delay: 650ms;
    -ms-animation-delay: 650ms;
    animation-delay: 650ms;
  }
  .archive .hentry.accomodation:nth-child(12) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .archive .hentry.accomodation:nth-child(11) {
    -webkit-animation-delay: 550ms;
    -moz-animation-delay: 550ms;
    -ms-animation-delay: 550ms;
    animation-delay: 550ms;
  }
  .archive .hentry.accomodation:nth-child(10) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  .archive .hentry.accomodation:nth-child(9) {
    -webkit-animation-delay: 450ms;
    -moz-animation-delay: 450ms;
    -ms-animation-delay: 450ms;
    animation-delay: 450ms;
  }
  .archive .hentry.accomodation:nth-child(8) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .archive .hentry.accomodation:nth-child(7) {
    -webkit-animation-delay: 350ms;
    -moz-animation-delay: 350ms;
    -ms-animation-delay: 350ms;
    animation-delay: 350ms;
  }
  .archive .hentry.accomodation:nth-child(6) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    animation-delay: 300ms;
  }
  .archive .hentry.accomodation:nth-child(5) {
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -ms-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  .archive .hentry.accomodation:nth-child(4) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -ms-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .archive .hentry.accomodation:nth-child(3) {
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -ms-animation-delay: 150ms;
    animation-delay: 150ms;
  }
  .archive .hentry.accomodation:nth-child(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    animation-delay: 100ms;
  }
  .archive .hentry.accomodation:nth-child(1) {
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    -ms-animation-delay: 50ms;
    animation-delay: 50ms;
  }
  .archive .hentry.accomodation {
    background: white;
  }
  .archive .hentry.accomodation:last-child {
    margin-bottom: 0;
  }
  .archive .hentry.accomodation header .entry-title {
    margin-bottom: 3px;
  }
  .archive .hentry.accomodation header .regions {
    margin-bottom: 5px;
  }
  .archive .hentry.accomodation header .entry-type {
    margin-bottom: 10px;
    display: none;
  }
  .archive .hentry.accomodation .entry-meta {
    right: 10px;
    top: 15px;
    bottom: 15px;
  }
  .archive .hentry.accomodation .entry-meta {
    top: 10px;
  }
  .archive .hentry.accomodation .entry-meta .detail-link {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #95be4d;
    font-size: 16px;
    margin-top: 10px;
  }
  .archive .hentry.accomodation .entry-meta .detail-link:hover {
    text-decoration: underline;
  }
  .archive .hentry.accomodation .entry-meta .detail-link .icon-arrow-right {
    font-size: 0.75em;
    margin-right: 0.5em;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
  }
  .archive .hentry.accomodation .price {
    position: absolute;
    width: 55px;
    height: auto;
    right: 0;
    top: 0;
    text-align: right;
  }
  .archive .hentry.accomodation .price .from {
    display: block;
    line-height: 1em;
  }
  .archive .hentry.accomodation .price .min-price {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'source_sans_pro_semibold';
  }
  .archive .hentry.accomodation .price .per {
    font-size: 12px;
    line-height: 13px;
    vertical-align: bottom;
    display: block;
    color: #666;
  }
  .archive .hentry.accomodation .regions {
    display: block;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .blog .hentry.post,
  .category .hentry.post {
    padding: 0 15px;
    border-bottom: none;
  }
  .blog .hentry.post a:hover .entry-title,
  .category .hentry.post a:hover .entry-title,
  .blog .hentry.post a:active .entry-title,
  .category .hentry.post a:active .entry-title,
  .blog .hentry.post a:focus .entry-title,
  .category .hentry.post a:focus .entry-title {
    text-decoration: none;
  }
  .blog .hentry.post a:hover .image-container:before,
  .category .hentry.post a:hover .image-container:before,
  .blog .hentry.post a:active .image-container:before,
  .category .hentry.post a:active .image-container:before,
  .blog .hentry.post a:focus .image-container:before,
  .category .hentry.post a:focus .image-container:before {
    opacity: 0.15;
  }
  .blog .hentry.post a:hover .hentry-content,
  .category .hentry.post a:hover .hentry-content,
  .blog .hentry.post a:active .hentry-content,
  .category .hentry.post a:active .hentry-content,
  .blog .hentry.post a:focus .hentry-content,
  .category .hentry.post a:focus .hentry-content {
    background: #e5effb;
    transition: all 0.3s ease 0s;
  }
  .blog .hentry.post .image-container,
  .category .hentry.post .image-container {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: 246px;
    background: #dadada;
  }
  .blog .hentry.post .image-container:before,
  .category .hentry.post .image-container:before {
    background: none repeat scroll 0 0 white;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
  }
  .blog .hentry.post header,
  .category .hentry.post header {
    margin-bottom: 15px;
  }
  .blog .hentry.post .entry-title,
  .category .hentry.post .entry-title {
    font-size: 22px;
  }
  .blog .hentry.post .updated,
  .category .hentry.post .updated {
    margin-bottom: 15px;
  }
  .blog .hentry.post .entry-summary,
  .category .hentry.post .entry-summary {
    font-size: 16px;
    line-height: 22px;
  }
  .blog .hentry.post .hentry-content,
  .category .hentry.post .hentry-content {
    padding: 20px;
    background: white;
    border-top: none;
    margin-bottom: 30px;
  }
  .related-accomodations .hentry.accomodation {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-info .icon {
    font-size: 12px;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dadada;
  }
  .contact-info .icon.icon-mail {
    font-size: 10px;
    line-height: 20px;
  }
  .contact-info .contact-row {
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
    display: block;
  }
  .contact-info .contact-row:last-child {
    margin-bottom: 0;
  }
  .contact-info .contact-row a {
    color: #111;
  }
  .contact-info h4 {
    margin: 0;
    font-size: 1em;
  }
  .vcard {
    padding: 20px 15px;
    border: 1px solid #dadada;
    border-radius: 3px;
    display: block;
  }
  .vcard:before,
  .vcard:after {
    content: " ";
    display: table;
  }
  .vcard:after {
    clear: both;
  }
  .vcard:before,
  .vcard:after {
    content: " ";
    display: table;
  }
  .vcard:after {
    clear: both;
  }
  .contact-right {
    float: left;
    width: 50%;
    display: block;
    margin-left: -1px;
    border-left: 1px solid #dadada;
  }
  .contact-left {
    float: left;
    width: 50%;
    display: block;
    padding-right: 20px;
    border-right: 1px solid #dadada;
  }
  .facetwp-selections .facetwp-selection-value {
    font-size: 14px;
    padding: 0 30px 0 10px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .facetwp-remove-selection {
    margin-left: 10px;
  }
  .facetwp-reset {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .prev-page {
    float: none;
    display: inline-block;
    margin-right: 20px;
  }
  .next-page {
    float: none;
    display: inline-block;
    margin-left: 20px;
  }
  .facetwp-page {
    padding: 1px 6px;
    margin: 0 4px;
    cursor: pointer;
  }
  .secundary-menu-container {
    display: block;
    height: 80px;
  }
  .secundary-menu {
    display: block;
    background: white;
    margin: 0;
    padding: 0;
    height: 80px;
    border-bottom: 1px solid #dadada;
  }
  .secundary-menu ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .secundary-menu ul li {
    display: block;
    float: left;
    margin: 0 0 0 10px;
    padding: 20px 0;
  }
  .secundary-menu ul li:first-child {
    margin: 0;
  }
  .secundary-menu ul li:before {
    display: none;
  }
  .secundary-menu ul li a {
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #95be4d;
    border: 1px solid #95be4d;
    font-family: 'source_sans_pro_regular';
    border-radius: 3px;
    padding: 0 15px;
    margin: 0;
    display: block;
  }
  .secundary-menu ul li a:hover,
  .secundary-menu ul li a:active,
  .secundary-menu ul li a.active {
    background: #95be4d;
    color: white;
    text-decoration: none;
  }
  .secundary-menu ul li a:focus {
    text-decoration: none;
  }
  .secundary-menu ul .icon {
    display: none;
  }
  .secundary-menu.headroom {
    transition: all 200ms ease-out;
  }
  .secundary-menu.headroom--unpinned.headroom--not-top,
  .secundary-menu.headroom--top.headroom--pinned {
    top: 0;
  }
  .secundary-menu.headroom--not-top.headroom--pinned,
  .secundary-menu.headroom--top.headroom--unpinned {
    top: 0;
  }
  .secundary-menu.headroom--unpinned,
  .secundary-menu.headroom--not-top.headroom--pinned {
    position: fixed;
    z-index: 9;
    top: 40px;
    left: 0;
    width: 100%;
    background: white;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  }
  .admin-bar .secundary-menu.headroom--unpinned,
  .admin-bar .secundary-menu.headroom--not-top.headroom--pinned {
    top: 32px;
  }
  #camping-menu ul li a {
    width: 90px;
    padding: 0 5px;
  }
  .menu-search {
    margin-top: 20px;
    float: right;
  }
  .menu-search .facetwp-facet {
    margin: 0;
  }
  .menu-search .facetwp-facet input {
    height: 40px;
    line-height: 40px;
  }
  #breadcrumbs {
    position: absolute;
    left: 15px;
    top: 100%;
    padding-top: 15px;
    color: #999;
    text-shadow: none;
  }
  #breadcrumbs a {
    color: #999;
  }
  #go-to-comment-form {
    padding-right: 30px;
    padding-left: 30px;
    min-width: 200px;
  }
  #comments > h2 {
    line-height: 50px;
    padding-right: 230px;
  }
  .banner.headroom--unpinned .rc_change_country_wrapper_choices {
    display: inherit !important;
  }
  .banner #country-navigation-menu {
    display: none;
  }
  .banner ul li.rc_change_country_wrapper_mobile {
    display: block;
  }
  .banner ul li.rc_change_country_wrapper_mobile:first-child {
    border-top: inherit;
  }
  .banner ul li.rc_change_country_wrapper_mobile.current {
    display: block;
  }
  .banner ul li.rc_change_country_wrapper_mobile.closed {
    display: none;
  }
  .banner ul li.rc_change_country_wrapper_mobile.rc_change_country_wrapper_mobile_item {
    border-top: none;
  }
  .banner .rc_change_country_wrapper_mobile.current a:hover,
  .banner .rc_change_country_wrapper_mobile.current a:focus,
  .banner .rc_change_country_wrapper_mobile.current a:active {
    text-decoration: none;
  }
  .banner .rc_change_country_wrapper_mobile.current a .icon {
    vertical-align: text-bottom;
    margin-left: 0.5em;
  }
  .banner .rc_change_country_wrapper_mobile img {
    vertical-align: initial;
    margin-right: 0.5em;
  }
  .partner-deals .partner-logo {
    width: 30%;
  }
  .partner-deals .partner-title {
    margin-top: 5px;
    margin-bottom: 2px;
  }
  .partner-deals .partner-tagline {
    display: block;
    line-height: 1.2;
    font-size: 0.95em;
  }
  .partner-deals-panel .partner-deals-intro {
    margin-top: 0;
  }
  .partner-deals-container-single .partner-description {
    width: 75%;
  }
  .partner-deals-container-single .partner-button-wrapper {
    width: 25%;
  }
  .partner-deals-container-single .partner-deals-item:before {
    width: 3rem;
    margin-left: 1.5rem;
  }
  .partner-deals-container-single .partner-logo {
    max-width: 115px;
  }
  .partner-deals-container-single .partner-logo img {
    max-height: 35px;
  }
  .partner-deals-container-single .partner-title {
    font-size: 1.6rem;
  }
  .partner-deals-container-single .partner-button {
    padding-left: 12px;
    font-size: 1.6rem;
  }
  .partner-deals-container-single .partner-button:before {
    display: flex;
    margin-left: 3px;
  }
  .partner-deals-container-archive .partner-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .partner-deals-container-archive .partner-description {
    width: 55%;
  }
  .partner-deals-container-archive .partner-tagline {
    display: none;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    float: none;
    margin: 0 20px;
  }
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    top: 2px;
  }
  .brand-logo {
    font-size: 18px;
  }
  .admin-bar .banner {
    top: 42px;
  }
  .admin-bar .banner.headroom--not-top {
    top: 32px;
  }
  .page-header {
    min-height: 280px;
    position: relative;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#57000000', GradientType=0);
  }
  .page-header .thumbnail-container {
    height: 280px;
  }
  .page-header.large {
    min-height: 340px;
  }
  .page-header.large .thumbnail-container {
    height: 340px;
  }
  .page-header.small {
    min-height: 200px;
  }
  .page-header.small .thumbnail-container {
    height: 200px;
  }
  .camping-search-form {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    text-align: center;
  }
  .camping-search-form .form-container {
    display: flex;
    position: relative;
    height: 50px;
  }
  .camping-search-form .form-container .facetwp-facet {
    margin-bottom: 0;
    width: 100%;
  }
  .camping-search-form .form-container .button {
    width: 215px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .camping-search-form .form-container .button .current {
    display: none;
  }
  .camping-search-form .facetwp-type-dropdown {
    font-size: 16px;
    text-align: left;
    border-radius: 0;
  }
  .camping-search-form .facetwp-type-dropdown:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-right-color: white;
  }
  .camping-search-form .advanced-search-link {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -90px;
    height: 25px;
    width: 180px;
    line-height: 25px;
    top: 0;
    margin-top: -30px;
    color: white;
  }
  .camping-search-form .advanced-search-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .camping-search-form .advanced-search-link a {
    color: white;
    margin-right: 5px;
  }
  .camping-search-form .availability-checker {
    padding: 0;
    width: 100%;
  }
  .camping-search-form .availability-checker .daterange-wrap {
    height: 100%;
  }
  .camping-search-form .availability-checker #daterange {
    border-radius: 0;
    border-color: #dadada;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0;
    height: 100%;
    font-size: 16px;
  }
  .camping-search-form .availability-checker #daterange-wrap.empty .daterange-overlay-text {
    font-size: 16px;
  }
  .header-title {
    font-size: 55px;
    top: 47%;
  }
  .page-title {
    margin: 0 0 30px 0;
    font-size: 30px;
  }
  .page-intro {
    margin-bottom: 30px;
  }
  .page-content {
    padding: 35px 0 40px;
  }
  .flexible-block {
    padding: 35px 0 40px;
  }
  .flexible-block:before {
    border-width: 20px 70px;
    bottom: -39px;
    margin-left: -70px;
  }
  .flexible-block:nth-child(even).blocks-with-text .block-with-text {
    background: none;
  }
  .flexible-block:nth-child(even).blocks-with-text .block-with-text:hover {
    background: none;
  }
  .flexible-block:nth-child(even).blocks-with-text .block-with-text__content {
    background: white;
  }
  .flexible-block:nth-child(even).blocks-with-text .block-with-text__content:hover {
    background: #e5effb;
  }
  .flexible-block .block-title {
    font-size: 30px;
  }
  .flexible-block.layout-text .block-title {
    margin-bottom: 30px;
  }
  .flexible-block.featured-blocks .container {
    padding: 0 15px;
  }
  .featured-blocks .flexible-more-link {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured-block {
    float: left;
    padding: 1px;
    margin: 0;
  }
  .featured-block.square-s {
    width: 25%;
  }
  .featured-block.square-s .featured-block-title {
    font-size: 16px;
  }
  .featured-block.landscape-s,
  .featured-block.square-m,
  .featured-block.portrait-m {
    width: 50%;
  }
  .featured-block.landscape-m {
    width: 100%;
  }
  .featured-block.landscape-l {
    width: 100%;
    height: 300px;
  }
  .featured-block.list,
  .featured-block.list-custom,
  .featured-block.landscape-m,
  .featured-block.landscape-l,
  .featured-block.square-m {
    height: 300px;
  }
  .featured-block.portrait-m {
    height: 600px;
  }
  .featured-block.square-s,
  .featured-block.landscape-s {
    height: 150px;
  }
  .featured-block .featured-block-content {
    left: 1px;
    right: 1px;
    bottom: 1px;
  }
  .featured-block .featured-block-title {
    font-size: 22px;
  }
  .featured-block .image-container {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
  }
  .featured-block img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .featured-block.landscape-l img {
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .featured-block.list ol li a:before,
  .featured-block.list-custom ol li a:before {
    display: none;
  }
  /**
 * Blocks with text
 */
  .blocks-with-text.odd .block-with-text:last-child {
    display: none;
  }
  .blocks-with-text .flexible-more-link {
    margin-top: 0;
  }
  .block__featured-image--centered img {
    position: relative;
    top: initial;
    bottom: initial;
    transform: initial;
    left: initial;
    object-fit: cover;
    height: 100%;
  }
  .block-with-text__title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .block-with-text-compact {
    margin: 0 0 30px 0;
    padding: 0 15px;
    background: none;
    display: block;
  }
  .block-with-text-compact__content {
    background: #eff6fe;
    padding: 15px;
  }
  .block-with-text-compact__content--center {
    text-align: center;
  }
  .block-with-text-compact p {
    overflow: visible;
    max-height: none;
  }
  .block-with-text-compact:hover {
    background: none;
  }
  .block-with-text-compact:hover .block-with-text__content {
    background: #e5effb;
  }
  /**
 * Blocks without text
 */
  .blocks-without-text .container {
    padding: 0 15px;
  }
  .blocks-without-text .flexible-more-link {
    margin-left: 0px;
    margin-right: 0px;
  }
  .blocks-without-text.odd .block-without-text:last-child {
    display: none;
  }
  .blocks-without-text .block-without-text {
    padding: 1px;
    margin-bottom: 0;
  }
  .blocks-without-text .image-container {
    display: block;
    margin: 0;
  }
  .blocks-without-text .image-container {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #dadada;
    padding-bottom: 87%;
  }
  .blocks-without-text .block-without-text-title {
    right: 1px;
    bottom: 1px;
    left: 1px;
    padding: 20px 20px 14px 20px;
    font-size: 22px;
  }
  .full-width-slider {
    max-height: 400px;
    overflow: hidden;
  }
  .full-width-slider .img-wrap {
    height: auto;
    width: auto;
    padding-bottom: 0;
  }
  .full-width-slider .owl-item {
    height: 400px;
    position: relative;
  }
  .full-width-slider .owl-item .item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .full-width-slider .owl-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transform: translate3d(0, -50%, 0);
    margin: 0 auto;
    min-height: 100%;
    width: auto;
    height: auto;
    min-width: 100%;
  }
  .full-width-slider .slide-title {
    font-size: 30px;
    margin-top: 0;
  }
  .full-width-slider .slide-content-block {
    display: block;
    padding: 35px 35px 10px 35px;
  }
  .full-width-slider .slide-content-block.with-content {
    top: 60px;
    right: 52%;
    bottom: auto;
    max-height: 280px;
    left: 80px;
    background: white;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    pointer-events: auto;
  }
  .full-width-slider .slide-content-block.with-content .slide-title {
    text-align: center;
    color: #111;
  }
  .full-width-slider .slide-content {
    display: block;
  }
  .full-width-slider .slide-content p,
  .full-width-slider .slide-content ul,
  .full-width-slider .slide-content ol,
  .full-width-slider .slide-content h2,
  .full-width-slider .slide-content h3,
  .full-width-slider .slide-content h4,
  .full-width-slider .slide-content h5,
  .full-width-slider .slide-content h6,
  .full-width-slider .slide-content quote {
    display: none;
  }
  .full-width-slider .slide-content p:first-child {
    display: block;
    font-family: "signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 16px;
  }
  .full-width-slider .slide-camping {
    left: 52%;
    right: auto;
    max-width: 48%;
    bottom: 35px;
    padding: 0 60px 0 100px;
  }
  .full-width-slider .slide-camping .camping-title {
    font-size: 22px;
  }
  .full-width-slider .slide-camping .camping-title span {
    font-size: 16px;
  }
  .full-width-slider .slide-camping .camping-price {
    width: 80px;
    height: 80px;
  }
  .full-width-slider .slide-camping .camping-price .from {
    font-size: 12px;
    margin-top: 20px;
  }
  .full-width-slider .slide-camping .camping-price .min-price {
    font-size: 22px;
    line-height: 22px;
  }
  .full-width-slider .camping-slide .slide-content-block {
    display: block;
    background: none;
    top: 60px;
    right: 52%;
    bottom: auto;
    max-height: 280px;
    left: 80px;
    padding: 0;
  }
  .full-width-slider .camping-slide .slide-content-block .slide-title {
    color: white;
    text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.65);
    text-align: left;
  }
  .full-width-slider .camping-slide .slide-content-block.with-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    pointer-events: auto;
  }
  .full-width-slider .camping-slide .slide-content-block.with-content .slide-title {
    color: #111;
    text-shadow: none;
    text-align: center;
  }
  .top-destinations .destinations li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    min-height: 50px;
    width: 32%;
    line-height: 1.25em;
    padding-right: 30px;
    padding-left: 12px;
    margin-right: 0;
    border-right: none;
    margin-bottom: 5px;
  }
  .top-destinations .destinations li span {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .featured-accomodations .hfeed.odd .hentry:last-child,
  .related-accomodations .hfeed.odd .hentry:last-child {
    display: none;
  }
  .pricing-table ul li {
    padding: 0;
    border-top: 1px solid #ececec;
  }
  .pricing-table ul li:before,
  .pricing-table ul li:after {
    content: " ";
    display: table;
  }
  .pricing-table ul li:after {
    clear: both;
  }
  .pricing-table ul li:before,
  .pricing-table ul li:after {
    content: " ";
    display: table;
  }
  .pricing-table ul li:after {
    clear: both;
  }
  .pricing-table ul li span {
    float: left;
    width: 50%;
    padding: 15px 30px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
  }
  .pricing-table ul li span:first-child {
    border-left: none;
    text-align: right;
  }
  .pricing-table ul li span:last-child {
    border-right: none;
    margin-left: -1px;
  }
  .flexible-more-link {
    text-align: center;
    position: relative;
    display: block;
  }
  .flexible-more-link:before,
  .flexible-more-link:after {
    content: " ";
    display: table;
  }
  .flexible-more-link:after {
    clear: both;
  }
  .flexible-more-link:before,
  .flexible-more-link:after {
    content: " ";
    display: table;
  }
  .flexible-more-link:after {
    clear: both;
  }
  .flexible-more-link:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #dadada;
    position: absolute;
    top: 20px;
    z-index: 1;
  }
  .flexible-more-button {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 30px;
    width: auto;
  }
  .flexible-more-button:before {
    height: 40px;
    line-height: 40px;
  }
  .map-france .map-block h2 {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .map-france .map-block.map-block-map {
    padding: 30px 50px;
    text-align: center;
  }
  .map-france .map-block.map-block-map svg {
    height: auto;
    width: 80%;
    min-height: 400px;
  }
  body.single-post .page-header.no-image {
    padding: 90px 0 10px;
  }
  body.single-post .entry-content {
    padding: 35px 0 40px;
  }
  .panel-heading .panel-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .panel-heading .panel-icon.icon-map {
    font-size: 0.75em;
  }
  .panel-heading a:before {
    display: none;
  }
  .panel-heading h3 {
    font-size: 22px;
  }
  .content-block {
    padding: 40px 0;
    border-top: 1px solid #dadada;
  }
  .content-block:first-child {
    border: none;
  }
  .content-block .panel-heading {
    border: none;
  }
  .content-block .panel-heading h3 {
    margin: 0 0 30px 0;
  }
  .content-block .panel-heading a {
    cursor: default;
    background: none;
  }
  .content-block .panel-heading a:hover {
    background: none;
  }
  .content-block .panel-body {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hentry.single-camping #map {
    border-top: 1px solid #dadada;
    padding-top: 0;
  }
  .hentry.single-camping #map .panel-heading {
    display: none;
  }
  .hentry.single-camping .accordion .breadcrumb-regions {
    display: block;
  }
  #slider-block {
    border: none;
    background: none;
  }
  .more-link {
    padding: 20px;
  }
  .more-link:before {
    left: 0;
    right: 0;
  }
  .more-button {
    background: white;
    border: 1px solid #dadada;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    padding: 0 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #95be4d;
  }
  .more-button:before {
    display: none;
  }
  .more-button .icon {
    font-size: 0.875em;
    margin-left: 0.5em;
  }
  body.single-camping .banner.headroom--not-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #dadada;
  }
  body.single-camping .banner.headroom--not-top .menu-header-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dadada;
    border-top: none;
  }
  .hentry.single-camping .camping-header {
    padding: 0;
    position: relative;
    height: 280px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .hentry.single-camping .camping-header .container {
    position: relative;
    height: 100%;
  }
  .hentry.single-camping .camping-header.no-slider .camping-thumbnail-container {
    margin-bottom: 0;
  }
  .hentry.single-camping .camping-header .breadcrumb-regions {
    display: none;
  }
  .hentry.single-camping .camping-header .back-link,
  .hentry.single-camping .camping-header .comments,
  .hentry.single-camping .camping-header .camping-logo {
    display: block;
  }
  .hentry.single-camping .camping-header .back-link {
    color: white;
    margin-bottom: 10px;
  }
  .hentry.single-camping .camping-header .back-link .icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    transform: scaleX(-1);
    margin-top: -3px;
  }
  .hentry.single-camping .camping-header .back-link a {
    color: white;
  }
  .hentry.single-camping .camping-header .entry-meta {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  }
  .hentry.single-camping .camping-header.no-thumbnail .entry-meta {
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#57000000', GradientType=0);
  }
  .hentry.single-camping .camping-header .camping-stars {
    color: white;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
  }
  .hentry.single-camping .camping-header .camping-stars span {
    vertical-align: middle;
    display: inline-block;
  }
  .hentry.single-camping .camping-header .entry-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
  }
  .hentry.single-camping .camping-header .camping-logo {
    float: left;
    clear: left;
    width: 82px;
    height: 82px;
    background: white;
    border: 2px solid white;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .hentry.single-camping .camping-header .camping-logo img {
    width: 100%;
    height: 100%;
  }
  .hentry.single-camping .camping-header .regions {
    color: white;
    display: block;
    margin-bottom: 5px;
  }
  .hentry.single-camping .camping-header .regions a {
    color: white;
  }
  .hentry.single-camping .camping-header .camping-thumbnail-container {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .hentry.single-camping .camping-header .comments {
    line-height: 38px;
    height: 40px;
    display: inline-block;
    font-family: 'source_sans_pro_regular';
  }
  .hentry.single-camping .camping-header .comments a {
    color: white;
  }
  .hentry.single-camping .camping-header .comments .rating {
    display: inline-block;
    margin-left: 10px;
  }
  .hentry.single-camping .camping-header .comments .rating .seperator,
  .hentry.single-camping .camping-header .comments .rating .total,
  .hentry.single-camping .camping-header .comments .rating .total-text,
  .hentry.single-camping .camping-header .comments .rating .label {
    visibility: hidden;
  }
  .hentry.single-camping .camping-header .comments .rating .rating-value {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
  }
  .hentry.single-camping .camping-header .comments .rating-total {
    margin-left: 10px;
  }
  .hentry.single-camping .slider-info {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 13px;
    line-height: 13px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
  }
  .rating-total {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid white;
  }
  #reviews-link {
    display: block;
  }
  #website-link.headroom {
    transition: transform 200ms linear;
  }
  #website-link.headroom--not-top {
    position: fixed;
    border: 1px solid #dadada;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 100%;
    line-height: 0;
    padding: 15px 30px;
    left: 50%;
    margin-left: 0;
    width: 345px;
    background: white;
    z-index: 9999;
    transform: translateY(-100%);
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);
  }
  #website-link.headroom--not-top.bottom {
    transform: translateY(0);
    transition: transform 150ms linear;
  }
  .hentry.single-camping .camping-sidebar {
    margin: 15px 0 0 0;
    border: 1px solid #dadada;
    border-radius: 3px;
  }
  .hentry.single-camping .camping-sidebar:before,
  .hentry.single-camping .camping-sidebar:after {
    content: " ";
    display: table;
  }
  .hentry.single-camping .camping-sidebar:after {
    clear: both;
  }
  .hentry.single-camping .camping-sidebar:before,
  .hentry.single-camping .camping-sidebar:after {
    content: " ";
    display: table;
  }
  .hentry.single-camping .camping-sidebar:after {
    clear: both;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hentry.single-camping .camping-sidebar-container .price {
    display: flex;
    align-self: stretch;
    margin: 15px 0;
    width: 30%;
    padding: 0 20px;
    border-right: 1px solid #dadada;
  }
  .hentry.single-camping .camping-sidebar-container .price__wrapper {
    align-self: center;
  }
  .hentry.single-camping .camping-sidebar-container .price .from {
    font-family: 'source_sans_pro_regular';
    display: block;
    margin-top: 5px;
  }
  .hentry.single-camping .camping-sidebar-container .price .min-price {
    font-size: 45px;
    line-height: 38px;
    font-family: 'source_sans_pro_semibold';
  }
  .hentry.single-camping .camping-sidebar-container .price .per {
    font-size: 12px;
    display: none;
  }
  .hentry.single-camping .camping-sidebar-container #highlights-container {
    width: 50%;
  }
  .hentry.single-camping .camping-sidebar-container .highlights {
    display: block;
    padding: 0 20px;
    border-right: 1px solid #dadada;
    margin-left: -1px;
  }
  .hentry.single-camping .camping-sidebar-container .highlights li {
    font-size: 16px;
  }
  .hentry.single-camping .camping-sidebar-container .highlights li:nth-child(n+5) {
    display: none;
  }
  .hentry.single-camping .camping-sidebar-container .button-group {
    width: 50%;
  }
  .hentry.single-camping .camping-sidebar-container .button-group .button {
    padding: 11px 40px 11px 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .hentry.single-camping .camping-sidebar-container .availability-link {
    display: none;
    padding: 5px 30px;
  }
  .hentry.single-camping .camping-sidebar-container .website-link {
    display: block;
    padding: 12px 15px 12px 15px;
    text-align: center;
  }
  .hentry.single-camping .camping-sidebar-container .website-link .button {
    width: auto;
  }
  .hentry.single-camping .camping-sidebar-container .info-link {
    display: none;
  }
  .partner-deals-sidebar {
    display: none;
  }
  #camping-sticky {
    display: block;
    position: static;
    left: auto;
  }
  #slider-block {
    display: block;
  }
  #slider-block .owl-carousel .owl-nav .owl-prev,
  #slider-block .owl-carousel .owl-nav .owl-next {
    width: 80px;
    height: 80px;
  }
  #slider-block .owl-carousel .owl-nav .owl-prev:before,
  #slider-block .owl-carousel .owl-nav .owl-next:before {
    font-size: 38px;
  }
  #camping-slider-menu a {
    margin: 0 10px 10px 0;
    width: 106px;
  }
  #camping-slider-menu a img {
    width: 100%;
    height: auto;
    max-height: 69px;
    display: block;
  }
  #description {
    background: #eff6fe;
  }
  #description .panel-body {
    padding: 0 20px;
  }
  #description .website-link {
    display: block;
  }
  .rc-specs-detail .rc-term-wrapper {
    padding: 13px;
    line-height: 1.5em;
  }
  .rc-specs-detail .rc-term-wrapper:before,
  .rc-specs-detail .rc-term-wrapper:after {
    content: " ";
    display: table;
  }
  .rc-specs-detail .rc-term-wrapper:after {
    clear: both;
  }
  .rc-specs-detail .rc-term-wrapper:before,
  .rc-specs-detail .rc-term-wrapper:after {
    content: " ";
    display: table;
  }
  .rc-specs-detail .rc-term-wrapper:after {
    clear: both;
  }
  .rc-specs-detail .rc-term-wrapper:nth-child(odd) {
    background: white;
  }
  .rc-specs-detail .rc-term-wrapper:nth-child(even) {
    background: #eff6fe;
  }
  .rc-specs-detail .rc-term-wrapper .rc-term-label {
    width: 25%;
    float: left;
    display: block;
    text-align: right;
    padding-right: 30px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .rc-specs-detail .rc-term-wrapper .rc-terms {
    width: 75%;
    display: block;
    float: right;
  }
  .rc-specs-detail .rc-term-wrapper a {
    color: #111;
    float: left;
    display: block;
    width: 50%;
    padding-right: 30px;
  }
  #prices {
    background: #eff6fe;
  }
  #prices table.responsive {
    width: 100%;
  }
  #prices table th {
    height: auto;
    text-align: center;
  }
  #prices table td {
    text-align: center;
  }
  #prices table td:first-child {
    text-align: right;
  }
  #reviews {
    background: #eff6fe;
  }
  #reviews h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin: 5px 0 20px;
    border-bottom: 1px solid #dadada;
  }
  #reviews h2.hr {
    border: none;
    margin-bottom: 0;
  }
  #reviews .comment-list {
    padding-bottom: 30px;
  }
  #reviews .comment-list .comment {
    position: relative;
    padding: 40px 0 40px 210px;
    border-bottom: 1px solid #dadada;
  }
  #reviews .comment-list .comment .rating-container {
    margin: 0;
  }
  #reviews .comment-list .comment p:last-child {
    margin-bottom: 0;
  }
  #reviews .comment-list .comment div.rating-container .label {
    display: none;
  }
  #reviews .comment-list .comment div.rating-container span {
    background-image: none;
    position: absolute;
    left: 30px;
    top: 20px;
  }
  #reviews .comment-list .comment div.rating-container span.crfp-rating {
    background: white;
    width: 90px !important;
    height: 90px !important;
    line-height: 90px;
    font-size: 50px;
  }
  #reviews .comment-list .comment .comment-meta {
    position: absolute;
    left: 0;
    top: 140px;
    width: 210px;
    text-align: center;
    display: block;
    padding: 0 15px;
  }
  #reviews .comment-list .comment .comment-author {
    line-height: 1.2em;
  }
  #reviews .comment-form .crfp-field label {
    margin-lefts: 30px;
    min-width: 30%;
  }
  #reviews .comment-form .crfp-field .star-rating-control {
    width: 140px;
    display: block;
    float: left;
    margin-top: 2px;
  }
  #reviews .comment-body {
    max-width: 500px;
    min-height: 150px;
  }
  #reviews .comment-form {
    background: white;
    padding: 30px;
    border: 1px solid #dadada;
  }
  #contact .contact-intro {
    border-bottom: none;
  }
  #contact .contact-info {
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 0 20px 20px;
    margin: 0 0 30px;
  }
  #contact .contact-info:before,
  #contact .contact-info:after {
    content: " ";
    display: table;
  }
  #contact .contact-info:after {
    clear: both;
  }
  #contact .contact-info:before,
  #contact .contact-info:after {
    content: " ";
    display: table;
  }
  #contact .contact-info:after {
    clear: both;
  }
  #contact .contact-info .website-link,
  #contact .contact-info .availability-link {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
    float: left;
    clear: both;
  }
  #contact .contact-block {
    width: 47.5%;
    float: right;
    clear: right;
  }
  #contact .camping-address {
    float: left;
  }
  #contact .camping-address p:last-child {
    margin-bottom: 0;
  }
  .website-link .button {
    width: auto;
  }
  .related-accomodations.flexible-block .block-title {
    font-size: 22px;
  }
  .breadcrumb-regions {
    margin-top: 10px;
  }
  .archive .facetwp-template {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .archive .facetwp-template .hentry {
    width: calc(50% - 20px);
    margin: 15px 10px 0 10px;
  }
  body.blog .hfeed,
  body.category .hfeed {
    padding: 40px 0;
  }
  .related-accomodations .hfeed,
  .featured-accomodations .hfeed {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .related-accomodations .accomodation.hentry,
  .featured-accomodations .accomodation.hentry {
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
  }
  .related-accomodations .accomodation.hentry .entry-container,
  .featured-accomodations .accomodation.hentry .entry-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body.blog .banner.headroom--not-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #dadada;
  }
  body.blog .banner.headroom--not-top .menu-header-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
  }
  .content-info {
    padding: 22px 0;
  }
  .footer-block {
    margin: 0 15px;
  }
  .footer-block.follow-us {
    border: none;
  }
  form.newsletter-subscribe .gform_body input {
    height: 50px;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 1em;
  }
  :root {
    --teaser-featured-image-height: 216px;
  }
  .owl-carousel .owl-item img.original {
    max-height: 540px;
  }
  .owl-carousel .slider-cta .slider-thumbnail.button {
    margin-right: 0;
  }
  .header-button {
    height: 70px;
    line-height: 70px;
  }
  .hentry.accomodation header .price {
    width: 80px;
  }
  .hentry.accomodation header .price .min-price {
    font-size: 30px;
    line-height: 30px;
    margin-top: 5px;
  }
  .hentry.accomodation header .price .per {
    font-size: 13px;
    line-height: 13px;
    vertical-align: bottom;
    display: block;
  }
  .archive .hentry.accomodation .entry-thumbnail,
  .archive .hentry.accomodation .owl-carousel .item {
    height: calc((37.5vw - 90px) * .7);
  }
  .archive .hentry.accomodation .entry-summary {
    padding-right: 0;
  }
  .archive .hentry.accomodation .entry-summary p:last-child {
    max-height: 70px;
  }
  .archive .hentry.accomodation .price {
    width: 120px;
  }
  .archive .hentry.accomodation .price .min-price {
    font-size: 24px;
    margin-top: 5px;
  }
  .archive .hentry.accomodation .price .per {
    font-size: 13px;
    line-height: 13px;
    vertical-align: bottom;
    display: block;
  }
  .archive .hentry.accomodation .entry-container .button {
    margin-right: 10px;
  }
  .archive .hentry.accomodation .entry-container .button.view-options,
  .archive .hentry.accomodation .entry-container .button.available,
  .archive .hentry.accomodation .entry-container .button.not-available {
    padding-right: 20px;
    margin-right: 0;
  }
  .blog .hentry.post .image-container,
  .category .hentry.post .image-container {
    height: 217px;
  }
  #pager-top {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
  }
  #pager-top .facetwp-pager {
    display: inline-block;
    padding: 0;
  }
  #pager-top #pager-info {
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu-search .facetwp-type-search .facetwp-search,
  .menu-search .facetwp-type-search::before {
    height: 50px;
  }
  .facetwp-reset {
    margin-left: 0;
  }
  .secundary-menu-container {
    height: 90px;
  }
  .secundary-menu {
    height: 90px;
  }
  .secundary-menu ul li {
    margin-left: 15px;
  }
  .secundary-menu ul li a {
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    min-width: 100px;
  }
  .secundary-menu.headroom--unpinned,
  .secundary-menu.headroom--not-top.headroom--pinned {
    top: 60px;
  }
  #camping-menu ul li a {
    width: 120px;
    padding: 0 15px;
  }
  .menu-search .facetwp-facet input {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 250px;
  }
  #breadcrumbs {
    padding-top: 25px;
  }
  .camping-sticky-menu.sticky {
    display: none;
  }
  .search-component__input {
    height: 50px;
  }
  .search-component__btn {
    height: 50px;
    width: 50px;
  }
  .partner-deals .partner-deals-item {
    margin-bottom: 8px;
  }
  .partner-deals-container-single .partner-description {
    width: 75%;
  }
  .partner-deals-container-single .partner-button-wrapper {
    width: 25%;
  }
  .partner-deals-container-archive .partner-logo {
    width: 28%;
  }
  .banner {
    top: 30px;
    left: 0;
    width: 100%;
    height: 70px;
  }
  .banner.headroom--not-top {
    position: fixed;
    background: white;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  .banner.headroom--not-top #logo:before {
    display: none;
  }
  .banner.headroom--not-top.headroom--unpinned {
    top: -70px;
  }
  .brand-logo {
    font-family: "signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 0;
    position: relative;
    font-size: 20px;
    background-position: 0 0;
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: -5px;
    margin-left: 34px;
    border-radius: 40px;
  }
  .headroom--not-top .brand-logo {
    background-position: 0 0;
    background-size: 58px 58px;
    height: 58px;
    width: 58px;
    line-height: 58px;
    margin-top: 6px;
    margin-left: 48px;
    border-radius: 32px;
  }
  .brand-circle {
    content: "";
    width: 105px;
    height: 105px;
    position: absolute;
    top: -17px;
    left: 21px;
    z-index: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 16.5%, rgba(255, 255, 255, 0) 16.6%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0.85) 82.9%, rgba(255, 255, 255, 0.85) 100%);
  }
  .brand-circle {
    display: block;
  }
  .headroom--not-top .brand-circle {
    display: none;
  }
  .brand-text {
    margin-left: 13px;
    margin-top: 13px;
  }
  .brand-name {
    font-size: 24px;
  }
  .brand-description {
    display: block;
    font-size: 16px;
    padding-top: 1px;
  }
  .page-header {
    min-height: 460px;
    position: relative;
  }
  .page-header .thumbnail-container {
    height: 460px;
  }
  .page-header.large {
    min-height: 560px;
  }
  .page-header.large .thumbnail-container {
    height: 560px;
  }
  .page-header.small {
    min-height: 300px;
  }
  .page-header.small .thumbnail-container {
    height: 300px;
  }
  .header-title {
    font-size: 70px;
    top: 52%;
  }
  .medium.with-form .header-title {
    top: 42%;
  }
  .camping-search-form {
    background: none;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    width: auto;
    height: auto;
  }
  .camping-search-form .form-container {
    width: 960px;
    padding: 25px 40px;
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
  }
  .camping-search-form .form-container .facetwp-facet,
  .camping-search-form .form-container .daterange-container {
    margin-bottom: 0;
  }
  .camping-search-form .form-container .facetwp-facet.facetwp-facet-ligging_select {
    width: 80%;
  }
  .camping-search-form .form-container .button {
    width: 220px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .camping-search-form .form-container .button .current {
    display: none;
  }
  .camping-search-form .advanced-search-link {
    position: absolute;
    display: block;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    bottom: auto;
    top: 100%;
    color: white;
    float: none;
  }
  .camping-search-form .advanced-search-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .camping-search-form .advanced-search-link a {
    color: white;
    margin-right: 5px;
  }
  .page-title {
    margin: 0 0 55px 0;
    font-size: 40px;
  }
  .page-content {
    padding: 62px 0 70px;
  }
  .page-intro {
    margin-bottom: 55px;
  }
  .contact-form {
    float: left;
  }
  .flexible-block {
    padding: 44px 0 40px;
  }
  .flexible-block:before {
    border-width: 26px 90px;
    bottom: -51px;
    margin-left: -90px;
  }
  .flexible-block .block-title {
    font-size: 40px;
  }
  .featured-block.square-s {
    width: 16.66666%;
  }
  .featured-block.landscape-s,
  .featured-block.square-m,
  .featured-block.portrait-m {
    width: 33.33333%;
  }
  .featured-block.landscape-m {
    width: 66.66666%;
  }
  .featured-block.landscape-l {
    width: 99.99999%;
    height: 270px;
  }
  .featured-block .featured-block-title {
    font-size: 30px;
  }
  .featured-block.list,
  .featured-block.list-custom {
    height: 270px;
  }
  .featured-block.list .featured-block-list-title,
  .featured-block.list-custom .featured-block-list-title {
    margin: 0 0 2px 0;
    line-height: 43px;
  }
  .featured-block.list ol li,
  .featured-block.list-custom ol li {
    line-height: 43px;
  }
  .featured-block.list ol li a,
  .featured-block.list-custom ol li a {
    height: 43px;
  }
  .featured-block.list,
  .featured-block.list-custom,
  .featured-block.landscape-m,
  .featured-block.landscape-l,
  .featured-block.square-m {
    height: 270px;
  }
  .featured-block.portrait-m {
    height: 540px;
  }
  .featured-block.square-s,
  .featured-block.landscape-s {
    height: 135px;
  }
  .blocks-with-text.odd .block-with-text:last-child {
    display: block;
  }
  .blocks-without-text.odd .block-without-text:last-child {
    display: block;
  }
  .blocks-without-text .block-without-text-title {
    font-size: 30px;
  }
  .full-width-slider {
    max-height: 640px;
  }
  .full-width-slider .owl-item {
    height: 640px;
  }
  .full-width-slider {
    max-height: 640px;
  }
  .full-width-slider .owl-item {
    height: 640px;
  }
  .full-width-slider .slide-content-block {
    padding: 30px 100px 45px 60px;
  }
  .full-width-slider .slide-content-block.with-content {
    top: 60px;
    right: 50%;
    left: 100px;
    max-height: 520px;
    padding: 40px 20px;
  }
  .full-width-slider .slide-title {
    font-size: 36px;
  }
  .full-width-slider .slide-content p,
  .full-width-slider .slide-content ul,
  .full-width-slider .slide-content ol,
  .full-width-slider .slide-content h2,
  .full-width-slider .slide-content h3,
  .full-width-slider .slide-content h4,
  .full-width-slider .slide-content h5,
  .full-width-slider .slide-content h6,
  .full-width-slider .slide-content quote {
    display: block;
  }
  .full-width-slider .slide-content p,
  .full-width-slider .slide-content p:first-child {
    margin-bottom: 1.5em;
  }
  .full-width-slider .slide-camping {
    left: 55%;
    max-width: 45%;
    bottom: 55px;
    padding: 0 60px 0 110px;
  }
  .full-width-slider .slide-camping .camping-title {
    font-size: 30px;
  }
  .full-width-slider .slide-camping .camping-title span {
    font-size: 22px;
  }
  .full-width-slider .slide-camping .camping-price {
    width: 100px;
    height: 100px;
  }
  .full-width-slider .slide-camping .camping-price .from {
    font-size: 14px;
    margin-top: 20px;
  }
  .full-width-slider .slide-camping .camping-price .min-price {
    font-size: 30px;
    line-height: 30px;
  }
  .full-width-slider .camping-slide .slide-content-block {
    right: 50%;
    max-height: 520px;
    left: 100px;
  }
  .top-destinations .destinations li {
    width: 16%;
  }
  .featured-accomodations .hfeed.odd .hentry:last-child,
  .related-accomodations .hfeed.odd .hentry:last-child {
    display: flex;
  }
  .pricing-table ul li span {
    padding: 15px 40px;
  }
  .pricing-table .table-comment {
    margin-top: 15px;
  }
  .ad-options .block-title {
    margin-bottom: 40px;
  }
  .ad-options .block-content {
    margin-bottom: 40px;
  }
  .ad-options .ad-option:first-child {
    margin-top: 30px;
  }
  .ad-options .ad-option header {
    padding: 25px 30px;
  }
  .ad-options .ad-option .option-title {
    font-size: 30px;
  }
  .ad-options .ad-option .option-subtitle {
    font-size: 20px;
  }
  .google-map .map-canvas {
    height: 380px;
    height: 55vh;
    min-height: 380px;
  }
  .map-france .map-block {
    padding: 20px;
  }
  .map-france .map-block.map-block-map {
    padding: 20px;
  }
  .map-france .map-block.map-block-map svg {
    height: auto;
    width: 100%;
    min-height: 0px;
  }
  .map-france .map-block-without-title svg {
    margin-top: 44px;
  }
  body.single-post .page-header.no-image {
    padding: 140px 0 0px;
  }
  body.single-post .entry-content {
    padding: 62px 0 70px;
  }
  #description .panel-body {
    padding: 0 150px 0 20px;
  }
  .panel-heading h3 {
    font-size: 30px;
  }
  .panel-heading .panel-icon.icon-check {
    font-size: 0.5em;
  }
  .panel-heading .panel-icon.icon-tag {
    font-size: 0.6em;
  }
  .panel-heading .panel-icon.icon-phone {
    font-size: 0.6em;
  }
  .panel-heading .panel-icon.icon-languages {
    font-size: 0.55em;
  }
  .content-block {
    font-size: 17px;
  }
  body.single-camping .banner.headroom--not-top .menu-header-primary {
    border: none;
  }
  .hentry.single-camping .camping-header {
    height: 460px;
  }
  .hentry.single-camping .camping-header.no-thumbnail {
    height: 280px;
  }
  #website-link.headroom {
    transition: transform 200ms linear;
  }
  #website-link.headroom--not-top {
    margin-left: 110px;
    width: 355px;
  }
  #camping-slider-menu a {
    width: 94px;
  }
  #camping-slider-menu a:nth-child(6n) {
    margin-right: 10px;
  }
  #camping-slider-menu a:nth-child(9n) {
    margin-right: 0px;
  }
  #contact .contact-info {
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 0 20px 20px;
  }
  #contact .contact-info:before,
  #contact .contact-info:after {
    content: " ";
    display: table;
  }
  #contact .contact-info:after {
    clear: both;
  }
  #contact .contact-info:before,
  #contact .contact-info:after {
    content: " ";
    display: table;
  }
  #contact .contact-info:after {
    clear: both;
  }
  #contact .contact-block {
    width: auto;
    float: none;
  }
  .contact-header .camping-name {
    display: block;
    font-size: 26px;
    line-height: 32px;
  }
  .related-accomodations.flexible-block .block-title {
    font-size: 30px;
  }
  .archive {
    padding-top: 130px;
  }
  .archive .list {
    margin: 0;
  }
  .archive h1,
  .archive .archive-title {
    font-size: 40px;
  }
  .archive h3 {
    font-size: 20px;
  }
  .archive .archive-intro {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .archive .archive-header {
    padding: 0;
  }
  .archive #facetwp-template {
    float: left;
    width: 100%;
  }
  .archive #map-canvas {
    float: left;
  }
  .back-to-campings {
    float: none;
    margin-top: 7px;
    padding-right: 10px;
    display: block;
    margin-right: 0;
    width: 100%;
  }
  aside .filters .panel-group {
    padding: 0 15px;
  }
  aside .filters h3 {
    padding: 15px 15px;
  }
  aside .filters .facetwp-facet-search {
    margin: 15px 15px 5px;
  }
  .back-to-campings {
    float: left;
    margin-right: 15px;
    padding-left: 40px;
    padding-right: 15px;
    margin-top: 0;
  }
  .camping-archive-menu {
    text-align: right;
    border-bottom: 1px solid #95be4d;
  }
  .camping-archive-menu:before,
  .camping-archive-menu:after {
    content: " ";
    display: table;
  }
  .camping-archive-menu:after {
    clear: both;
  }
  .camping-archive-menu:before,
  .camping-archive-menu:after {
    content: " ";
    display: table;
  }
  .camping-archive-menu:after {
    clear: both;
  }
  .camping-archive-menu ul {
    float: right;
  }
  .camping-archive-menu ul li {
    float: left;
    width: auto;
  }
  .camping-archive-menu.sticky {
    position: relative;
  }
  #filters-btn {
    display: none;
  }
  #pager-top {
    display: block;
  }
  aside .filters {
    background: white;
    border: 1px solid #dadada;
    padding: 0 0;
    margin-bottom: 50px;
  }
  aside .filters .panel-group {
    padding: 0 10px;
  }
  aside .filters h3 {
    padding: 15px 10px;
  }
  aside .filters button {
    display: none;
  }
  aside .filters .facetwp-facet-search {
    margin: 15px 10px 5px;
  }
  #filters {
    display: block !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .selected-filters {
    margin-bottom: 15px;
    display: block !important;
    width: 70%;
    float: left;
  }
  .selected-filters h4 {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    float: none;
  }
  .availability-checker .daterange {
    padding-left: 28px;
  }
  .filter-block:first-child .panel-heading {
    border: none;
  }
  .filter-block:last-child {
    border-bottom: none;
  }
  .filter-block .panel-heading {
    padding: 12px 0;
    font-family: 'source_sans_pro_regular';
    font-size: 16px;
  }
  .filter-block .panel-heading a,
  .filter-block .panel-heading a:hover,
  .filter-block .panel-heading a.collapsed {
    background: none;
  }
  .filter-block .panel-heading a:before,
  .filter-block .panel-heading a:hover:before,
  .filter-block .panel-heading a.collapsed:before {
    font-size: 14px;
  }
  .filter-block .panel-heading a span {
    display: inline-block;
  }
  .filter-block .panel-body {
    border: none;
    padding: 0;
  }
  #apply-filters-wrapper {
    display: none;
  }
  body.blog .hfeed,
  body.category .hfeed {
    padding: 60px 0;
  }
  .related-accomodations .accomodation.hentry,
  .featured-accomodations .accomodation.hentry {
    width: calc(33.3333333333% - 30px);
  }
  .content-info {
    padding: 31px 0 21px;
  }
  .footer-block {
    border: none;
    padding: 15px 0 30px;
    margin: 0;
  }
  .footer-block.language-select {
    display: none;
  }
  .footer-block.sign-in .btn,
  .footer-block.sign-in .comment-form input[type="submit"] {
    width: auto;
  }
  .footer-block.contact-info {
    float: none;
  }
}
@media (min-width: 1260px) {
  :root {
    --teaser-featured-image-height: 290px;
  }
  .header-button {
    display: none;
  }
  .menu-header-primary {
    padding: 0 25px;
    display: block;
    position: relative;
    float: none;
    top: auto;
    right: auto;
    background: none;
    box-shadow: none;
    width: auto;
  }
  .menu-header-primary ul li {
    border: none;
    float: left;
    padding: 0;
  }
  .menu-header-primary ul li a {
    padding: 0 15px;
    line-height: 70px;
  }
  .menu-header-primary ul li.active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #95be4d;
    left: 12px;
    right: 12px;
    height: 4px;
  }
  ul#menu-primary-navigation.nav {
    position: relative;
    left: 25px;
  }
  .menu-header-courtesy {
    display: block;
    position: absolute;
    right: 0;
    top: -30px;
    height: 30px;
    background: none;
    text-align: right;
  }
  .menu-header-courtesy ul li {
    border: none;
    display: inline-block;
    padding: 0;
    position: relative;
    text-align: left;
  }
  .menu-header-courtesy ul li a {
    padding: 0 15px;
    line-height: 30px;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
  }
  .menu-header-courtesy ul li a:hover {
    background: none;
    text-decoration: underline;
  }
  .post-type-archive-camping .menu-header-courtesy ul li a {
    color: #666;
    text-shadow: none;
  }
  .archive .hentry.accomodation {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
    height: 100%;
    background: white;
    border: none;
    margin-bottom: 20px;
  }
  .archive .hentry.accomodation:after {
    content: '';
    border-right: 1px solid #dadada;
    position: absolute;
    top: 15px;
    right: 200px;
    bottom: 15px;
    z-index: 1;
  }
  .archive .hentry.accomodation .highlights {
    font-size: 16px;
  }
  .archive .hentry.accomodation .entry-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .archive .hentry.accomodation .entry-wrapper .price {
    width: auto;
  }
  .archive .hentry.accomodation .entry-wrapper .no-price {
    font-weight: bold;
    font-size: 16px;
  }
  .archive .hentry.accomodation .entry-wrapper .per {
    display: inline-block;
  }
  .archive .hentry.accomodation .entry-container {
    position: relative;
    width: 64%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    height: 100%;
    justify-content: flex-start;
  }
  .archive .hentry.accomodation .entry-thumbnail,
  .archive .hentry.accomodation .owl-carousel {
    height: 100%;
    width: 324px;
  }
  .archive .hentry.accomodation .entry-thumbnail img,
  .archive .hentry.accomodation .owl-carousel img {
    width: auto;
    height: 100%;
  }
  .archive .hentry.accomodation .owl-carousel .item {
    height: 100%;
  }
  .archive .hentry.accomodation .owl-carousel .owl-stage,
  .archive .hentry.accomodation .owl-carousel .owl-item,
  .archive .hentry.accomodation .owl-carousel .owl-stage-outer {
    height: 100%;
  }
  .archive .hentry.accomodation > div {
    flex: auto;
  }
  .archive .hentry.accomodation .entry-slider > div {
    height: 100%;
  }
  .archive .hentry.accomodation .entry-details {
    border-bottom: 0;
    margin: 0;
    padding: 15px;
    justify-content: flex-start;
  }
  .archive .hentry.accomodation .entry-type {
    display: block;
    font-size: 14px;
    line-height: 14px;
  }
  .archive .hentry.accomodation .entry-type span {
    font-size: 0.75em;
  }
  .archive .hentry.accomodation .entry-title {
    margin-bottom: 5px;
  }
  .archive .hentry.accomodation .image-container img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .archive .hentry.accomodation .camping-stars {
    color: #95be4d;
    font-size: 12px;
  }
  .archive .hentry.accomodation .camping-stars__wrapper {
    height: auto;
  }
  .archive .hentry.accomodation .entry-summary {
    font-size: 16px;
    padding-right: 25px;
  }
  .archive .hentry.accomodation .price {
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    display: block;
  }
  .archive .hentry.accomodation .regions {
    display: block;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .archive .hentry.accomodation .entry-title {
    margin-bottom: 5px;
  }
  .archive .hentry.accomodation .entry-type {
    margin-bottom: 8px;
  }
  .archive .hentry.accomodation .entry-meta {
    margin: 0;
    min-width: 200px;
    max-width: 200px;
    padding: 15px 20px;
    border: 0;
  }
  .archive .hentry.accomodation .image-container {
    width: 290px;
    left: 10px;
    top: 10px;
    height: 215px;
  }
  .archive .hentry.accomodation .entry-footer {
    margin-right: 200px;
    display: flex;
    align-items: flex-end;
    height: 45%;
    padding-bottom: 15px;
  }
  .archive .hentry.accomodation .entry-button {
    width: 100%;
  }
  .archive .hentry.accomodation .entry-button--with-margin {
    margin-right: 0;
  }
  .archive .hentry.accomodation .entry-buttons__single {
    position: absolute;
    right: 20px;
    bottom: 16px;
    text-align: right;
    width: auto;
  }
  .archive .hentry.accomodation footer .detail-link {
    position: relative;
    font-size: 18px;
    margin-top: 10px;
  }
  .archive .hentry.accomodation .entry-footer .button {
    padding-right: 35px;
  }
  .archive .hentry.accomodation .entry-container .button {
    height: auto;
    width: auto;
    line-height: 46px;
    padding: 0 35px 0 9px;
    margin-right: 10px;
    margin-top: 0;
  }
  .archive .hentry.accomodation .entry-container .button:before {
    line-height: 46px;
    height: auto;
  }
  .archive .hentry.accomodation .entry-container .button.external:before {
    display: inline;
  }
  .archive .hentry.accomodation .entry-container .button.view-availability,
  .archive .hentry.accomodation .entry-container .button.view-options,
  .archive .hentry.accomodation .entry-container .button.available,
  .archive .hentry.accomodation .entry-container .button.not-available {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 20px;
    min-width: 125px;
    margin-right: 0;
  }
  .archive .hentry.accomodation .entry-container .button.view-availability:before,
  .archive .hentry.accomodation .entry-container .button.view-options:before,
  .archive .hentry.accomodation .entry-container .button.available:before,
  .archive .hentry.accomodation .entry-container .button.not-available:before {
    top: 0;
  }
  .archive .hentry.accomodation .entry-container .button.not-available {
    background-color: #fce8ea;
    color: #e12e63;
  }
  .archive .hentry.accomodation .entry-container .button.view-availability {
    margin: 0;
    min-width: 158px;
  }
  .blog .hentry.post .image-container,
  .category .hentry.post .image-container {
    height: 290px;
  }
  .owl-carousel .owl-item img.original {
    max-height: 516px;
  }
  .owl-carousel .slider-cta .slider-thumbnail.button {
    margin-right: 0;
  }
  .secundary-menu ul li a {
    padding: 0 25px;
    min-width: 120px;
  }
  .secundary-menu ul .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    width: auto;
  }
  .secundary-menu ul .icon.icon-check {
    font-size: 0.8em;
  }
  .secundary-menu ul .icon.icon-information {
    margin-right: 0px;
    font-size: 1.1em;
  }
  .secundary-menu ul .icon.icon-map {
    font-size: 1.2em;
    margin-right: 0;
  }
  #camping-menu ul li a {
    width: 118px;
    min-width: 118px;
    padding: 0 5px 0 5px;
  }
  #camping-menu .container {
    position: relative;
  }
  #camping-menu #website-link {
    width: auto;
    display: block;
    position: absolute;
    right: 0;
    right: 15px;
    left: auto;
    padding: 20px 0;
  }
  #camping-menu #website-link .button {
    width: auto;
  }
  .menu-search .facetwp-facet input {
    width: 270px;
  }
  .featured-block.landscape-l {
    height: 356px;
  }
  .featured-block.list,
  .featured-block.list-custom {
    height: 356px;
  }
  .featured-block.list .featured-block-list-title,
  .featured-block.list-custom .featured-block-list-title {
    margin: 0 0 3px 0;
    line-height: 57px;
  }
  .featured-block.list ol,
  .featured-block.list-custom ol {
    margin: 0;
    margin-left: 57px;
  }
  .featured-block.list ol li,
  .featured-block.list-custom ol li {
    margin-bottom: 2px;
    line-height: 57px;
  }
  .featured-block.list ol li a,
  .featured-block.list-custom ol li a {
    height: 57px;
  }
  .featured-block.list ol li:before,
  .featured-block.list-custom ol li:before {
    left: -57px;
    width: 55px;
  }
  .featured-block.list,
  .featured-block.list-custom,
  .featured-block.landscape-m,
  .featured-block.landscape-l,
  .featured-block.square-m {
    height: 356px;
  }
  .featured-block.portrait-m {
    height: 712px;
  }
  .featured-block.square-s,
  .featured-block.landscape-s {
    height: 178px;
  }
  .block-with-text__title {
    font-size: 30px;
  }
  .full-width-slider .slide-content-block.with-content {
    width: 500px;
    left: auto;
    right: 52%;
    padding: 40px 30px;
  }
  .full-width-slider .slide-title {
    font-size: 40px;
  }
  .full-width-slider .slide-content p,
  .full-width-slider .slide-content p:first-child {
    margin-bottom: 1.75em;
  }
  .google-map .map-canvas {
    height: 400px;
    height: 60vh;
    min-height: 400px;
  }
  .facetwp-checkbox {
    font-size: 16px;
  }
  .facetwp-checkbox:before {
    top: 6px;
  }
  .facetwp-counter {
    font-size: 14px;
  }
  .facetwp-type-search::before {
    padding: 0 2.5rem;
  }
  .banner #country-navigation-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .banner.headroom--unpinned .rc_change_country_wrapper_choices {
    display: none !important;
  }
  .banner ul li.rc_change_country_wrapper_mobile {
    display: none !important;
  }
  .banner .rc_change_country_wrapper a:hover,
  .banner .rc_change_country_wrapper a:focus,
  .banner .rc_change_country_wrapper a:active {
    text-decoration: none;
  }
  .banner .rc_change_country_wrapper a .icon {
    vertical-align: text-bottom;
    margin-left: 0.5em;
  }
  .banner .rc_change_country_wrapper_choices {
    position: absolute;
    width: 150px;
    right: 0;
    top: 100%;
    background: white;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .banner .rc_change_country_wrapper_choices.closed {
    display: none;
  }
  .banner .rc_change_country_wrapper_choices li {
    width: 100%;
    border-top: 1px solid #dadada;
    background: white;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .banner .rc_change_country_wrapper_choices li:first-child {
    border-top: none;
  }
  .banner .rc_change_country_wrapper_choices li img {
    vertical-align: initial;
    margin-right: 0.5em;
  }
  .partner-deals .partner-deals-item,
  .partner-deals .partner-button {
    font-size: 1.6rem;
  }
  .partner-deals .partner-logo {
    width: 22%;
  }
  .partner-deals-container-archive {
    width: 100%;
  }
  .partner-deals-container-archive .partner-logo {
    display: flex;
  }
  .partner-deals-container-archive .partner-deals-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partner-deals-container-archive .partner-description {
    width: 66%;
  }
  .partner-deals-container-archive .partner-deals-item {
    width: 49%;
  }
  .partner-deals-container-archive .partner-deals-item:nth-last-child(1),
  .partner-deals-container-archive .partner-deals-item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .partner-deals-toggle {
    margin-bottom: 0;
  }
  .partner-deals-button-close .partner-deals-toggle {
    padding-top: 5px;
  }
  .partner-deals-panel.panel .partner-deals-intro-text {
    margin-bottom: 1rem;
  }
  .partner-deals-container-sidebar .partner-logo {
    display: none;
  }
  .partner-deals-container-sidebar .partner-button-wrapper {
    width: auto;
    min-width: 0;
  }
  .partner-deals-container-sidebar .partner-description {
    width: auto;
    padding-left: 0;
  }
  .partner-deals-container-sidebar .partner-title {
    font-size: 15px;
    margin: 0;
    width: 195px;
  }
  .partner-deals-container-sidebar .partner-tagline {
    display: none;
  }
  .partner-deals-intro {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
  }
  .search-component__input {
    width: 270px;
  }
  .content-block {
    padding: 50px 0;
  }
  .content-block .panel-heading h3 {
    margin-bottom: 30px;
  }
  #prices {
    padding-bottom: 25px;
  }
  #features {
    padding-bottom: 30px;
  }
  .related-accomodations.flexible-block {
    padding-bottom: 20px;
  }
  .hentry.single-camping .entry-content {
    position: relative;
  }
  #description .panel-body {
    padding: 0 15px 0 15px;
  }
  .hentry.single-camping .camping-sidebar-container {
    position: relative;
    z-index: 2;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #dadada;
    border-bottom: none;
    padding: 0;
    margin: 0;
    background: white;
    position: relative;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 2;
    transition: margin 200ms linear;
    text-align: center;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar.is_stuck {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #dadada;
    margin-top: 0;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar.is_stuck.headroom--pinned {
    margin-top: 60px;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .price {
    align-self: flex-start;
    display: block;
    border: none;
    border-bottom: 1px solid #dadada;
    padding: 5px 15px;
    margin: 0;
    float: none;
    width: 100%;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .price__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .price .price-tagline {
    display: block;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .price .min-price {
    font-size: 25px;
    display: inline-block;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .price .from {
    display: none;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .button-group {
    padding: 15px;
    border-bottom: 1px solid #dadada;
    width: 100%;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .button-group .button {
    width: 100%;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .button-group .info-link {
    margin-bottom: 0;
    height: auto;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .button-group .info-link__button {
    padding-top: 15px;
    height: auto;
    line-height: normal;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .website-link {
    display: block;
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 10px;
    height: 50px;
  }
  .hentry.single-camping .camping-sidebar-container .camping-sidebar .availability-link {
    display: block;
    width: 100%;
    padding: 0;
    float: none;
    height: 50px;
  }
  #partner-deals-container {
    display: block;
  }
  #camping-sidebar {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    width: 25%;
    height: auto;
    padding: 40px 15px 40px;
    z-index: 5;
  }
  .partner-deals-sidebar {
    display: block;
    border: none;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin: 0;
    background-color: white;
  }
  .partner-deals-sidebar h3 {
    font-size: 16px;
  }
  #highlights-container {
    display: block;
    z-index: 1;
    text-align: left;
    width: 100% !important;
  }
  #highlights-container .highlights {
    margin-bottom: 0;
    font-size: 16px;
    border: 0;
    width: 100%;
    float: none;
  }
  #features-container {
    display: block;
    border: 1px solid #dadada;
    border-top: none;
    font-size: 16px;
    z-index: 1;
    background: #eff6fe;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  #features-container .feature {
    width: 65%;
    display: inline-block;
    font-family: 'source_sans_pro_regular';
  }
  #features-container .features-container-wrapper {
    padding: 15px;
  }
  #highlights-container h3,
  #features-container h3 {
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  #slider-block {
    display: block;
    padding-top: 0;
    padding-bottom: 70px;
  }
  #camping-slider {
    max-width: 915px;
  }
  #camping-slider-menu {
    margin-top: 12px;
  }
  #camping-slider-menu a {
    width: 92px;
    margin-right: 11px;
  }
  #camping-slider-menu a:nth-child(9n) {
    margin-right: 0;
  }
  .archive .facetwp-template {
    flex-direction: column;
    margin: 0;
  }
  .archive .facetwp-template .hentry {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .availability-checker #daterange {
    padding-left: 30px;
  }
  .related-accomodations .accomodation.hentry .entry-container,
  .featured-accomodations .accomodation.hentry .entry-container {
    padding-bottom: 20px;
  }
  .related-accomodations .accomodation.hentry .entry-details,
  .featured-accomodations .accomodation.hentry .entry-details {
    padding: 20px 0;
    margin: 0 20px;
  }
  .related-accomodations .accomodation.hentry .entry-footer,
  .featured-accomodations .accomodation.hentry .entry-footer {
    margin: 0 20px;
  }
  .related-accomodations .accomodation.hentry .entry-meta,
  .featured-accomodations .accomodation.hentry .entry-meta {
    margin: 0 20px;
  }
  .related-accomodations .accomodation.hentry .owl-carousel .item,
  .featured-accomodations .accomodation.hentry .owl-carousel .item {
    height: 290px;
  }
}
html.oldie .banner {
  background: white !important;
}
html.oldie .archive .hentry.accomodation {
  opacity: 1 !important;
}
