/*
Theme Name: (SNK) Ivaldi Custom WordPress Template for Stichting Natuurkampeerterreinen
Theme URI: http://ivaldi.nl
Description: A custom WordPress template by Ivaldi (based on HTML5reset.org)
Author: Ivaldi
Author URI: http://ivaldi.nl
Version: 1.2
*/
@import 'styles/buttons.css';
@import 'styles/grid.css';
@import 'styles/helpers.css';
@import 'styles/panels.css';
@import 'styles/typography.css';
@import 'styles/marieken-webfont.css';

@font-face {
  font-family: 'Frutiger';
  src: url('webfonts/frutigerlt57condensed.eot');
  src: url('webfonts/frutigerlt57condensed.eot?#iefix')
      format('embedded-opentype'),
    url('webfonts/frutigerlt57condensed.woff') format('woff'),
    url('webfonts/frutigerlt57condensed.ttf') format('truetype'),
    url('webfonts/frutigerlt57condensed.svg#frutigerlt57condensed')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger';
  src: url('webfonts/frutigerlt67boldcondensed.eot');
  src: url('webfonts/frutigerlt67boldcondensed.eot?#iefix')
      format('embedded-opentype'),
    url('webfonts/frutigerlt67boldcondensed.woff') format('woff'),
    url('webfonts/frutigerlt67boldcondensed.ttf') format('truetype'),
    url('webfonts/frutigerlt67boldcondensed.svg#frutigerlt67boldcondensed')
      format('svg');
  font-weight: bold;
  font-style: normal;
}

a.clean {
  text-decoration: none;
}

.ss-social-circle:before {
  font-family: 'SSSocial' !important;
  color: #598b3f;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.video-embed {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review {
  position: relative;
}

.review * {
  position: relative;
  z-index: 1;
}

.review:before {
  position: absolute;
  left: -10px;
  top: -25px;
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  opacity: 1;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  color: #598b3f;
}

.review blockquote {
  font-size: 15px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.review cite {
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  display: block;
  color: #777777;
}
.review cite:before {
  content: '\2014 \0020';
}

.review .review-button {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.review .review-button i {
  width: 6px;
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  background: url(img/green-arrow.png) center right no-repeat;
}

/* Reset
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*img,*/
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
  background: #f5f5f1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type='radio'] {
  vertical-align: text-bottom;
  width: auto !important;
  float: left;
  margin-right: 10px;
}
.ie7 input[type='radio'] {
  float: none;
}
input[type='checkbox'] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover,
a:active {
  outline: none;
}

small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
  color: #598b3f;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie6 html {
  filter: expression(document.execCommand('BackgroundImageCache', false, true));
}

.group:before,
.group:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}

/* default
--------------------------------------------- */

body {
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  color: #000;
  background: #fff;
  background: #fff url(img/bg-leaf.jpg) no-repeat fixed;
  background-size: 100%;
  background-size: cover;
}

body.home {
  background: #fff url(img/bg-leaf.jpg) no-repeat scroll;
  background-size: 100%;
  background-size: cover;
}

.container {
  text-align: left;
  width: 978px;
  margin: 0 auto;
}

/* grid
--------------------------------------------- */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  display: block;
  margin-left: 30px;
}
.col-1 {
  width: 54px;
}
.col-1-half {
  padding-top: 4px;
  width: 80px;
  float: left;
}
.col-2 {
  width: 138px;
}
.col-2-half {
  width: 145px;
  float: left;
}
.col-3 {
  width: 222px;
}
.col-4 {
  width: 306px;
}
.col-5 {
  width: 390px;
}
.col-6 {
  width: 474px;
}
.col-7 {
  width: 558px;
}
.col-8 {
  width: 642px;
}
.col-9 {
  position: relative;
  width: 726px;
}
.col-10 {
  width: 810px;
}
.col-11 {
  width: 894px;
}
.first {
  margin-left: 0;
  clear: left;
}

/* header
--------------------------------------------- */

#cookiestatement {
  height: 30px;
  z-index: 9999;
  background: url(img/bg-slider-black.png) top left repeat-x;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#cookiestatement p {
  line-height: 30px;
  color: #fff !important;
}

a#cookiestatement-close {
  text-decoration: none;
}

#cookiestatement a,
#cookiestatement a:hover {
  color: white;
  text-decoration: underline;
  line-height: 30px;
  font-size: 12px;
  border: none;
}

#cookiestatement-close {
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}

#header {
  height: 138px;
  background: url(img/bg-header.png) top left repeat-x;
}

.logo {
  padding-top: 14px;
  float: left;
  margin-right: 200px;
}

.logo a {
  display: block;
  width: 301px;
  height: 64px;
  background: url(img/logo-natuurkampeerterreinen.png) top left no-repeat;
  text-indent: -9999px;
}

.logo--simple a {
  background: url(img/logo-natuurkampeerterreinen-simple.png) top left no-repeat;
}

.top-wrapper ul {
  float: left;
  margin-right: 11px;
  right: -21px;
}

.top-wrapper ul li {
  display: inline;
  margin: 0;
  list-style: none;
}

.top-wrapper ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #598b3f;
  line-height: 37px;
}

.top-wrapper span {
  margin: 0 5px;
  color: #598b3f;
}

.language {
  position: relative;
  z-index: 99;
  margin-top: 5px;
  width: 153px;
  height: 31px;
  background: url(img/selector.png) 133px 13px no-repeat #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
  line-height: 29px;
}

ul.language li {
  position: relative;
  float: left;
  width: 151px;
  height: 29px;
  line-height: 29px;
  cursor: pointer;
}

ul.language li a {
  line-height: 31px;
  padding-left: 30px;
  text-decoration: none;
  color: #888;
}

a.nl {
  background: url(img/nl.png) 8px center no-repeat;
}

a.en {
  background: url(img/uk.png) 8px center no-repeat;
}

a.de {
  background: url(img/de.png) 8px center no-repeat;
}
a.fr {
  background: url(img/fr.png) 8px center no-repeat;
}

.language li:hover > ul.sub-language {
  display: block;
  right: -12px;
}

.language ul.sub-language {
  display: none;
  position: absolute;
  top: 29px;
  width: 153px;
  background: #fff;
  z-index: 10;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: -1px;
}

ul.sub-language li:hover {
  background: #518445;
}

ul.sub-language li:hover a {
  color: #fff;
}

/* navigation
--------------------------------------------- */

nav {
  float: left;
  width: 978px;
  z-index: 7777;
}

nav li {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0;
  background: url(img/liststyle-menu.png) top left no-repeat;
  z-index: 10;
}

nav li:last-child {
  border-right: #749960 1px solid;
}

ul.sub-menu li:last-child {
  border: none;
}

nav li a {
  margin-left: 2px;
  height: 40px;
  width: auto;
  float: left;
  padding: 0 11px;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

nav ul li.current-menu-item a,
nav ul li a:hover,
nav ul li.current-page-ancestor a {
  background: url(img/hover-menu.png) top left repeat-x;
}

nav ul li:hover > ul.sub-menu {
  display: block;
  background: url(img/bg-sub-nav.png) top left repeat;
}

ul.sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: url(img/bg-sub-nav.png) top left repeat;
  z-index: 9999;
}

ul.sub-menu li {
  float: none;
  width: 100%;
  padding: 0;
  background: none;
  white-space: nowrap;
}

ul.sub-menu li:hover {
  background: rgba(131, 179, 106, 0.7);
}

ul.sub-menu li a {
  background: none !important;
  font-size: 12px;
  display: block;
  height: auto;
  line-height: 20px;
  padding: 8px 10px;
  margin: 0;
  width: 100%;
}

/* submenu sidebar
--------------------------------------------- */

ul.submenu {
  min-height: 233px;
  background: #fff;
}

ul.submenu li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

ul.submenu li a {
  font-size: 12px;
  font-weight: bold;
  color: #598b3f;
  text-decoration: none;
  padding: 7px 10px;
  display: block;
  border-bottom: 1px solid #cccccc;
}

ul.submenu li:last-child a,
ul.submenu li:last-child a:hover {
  border-bottom: none;
}

ul.submenu li.current_page_item a,
ul.submenu li:hover a {
  color: #fff;
  background-color: #558a4a;
  border-bottom: 1px solid #558a4a;
}

span.icon {
  float: left;
  width: 222px;
  position: relative;
}

span.icon img {
  margin-right: 5px;
  vertical-align: middle;
}

.extra-info {
  text-align: left;
}

ul.photo li {
  float: left;
  margin: 0 6px 4px 6px;
  padding: 0;
  width: 95px;
  list-style: none;
}

ul.photo li img {
  border: 3px solid #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.tips {
  width: 215px;
  float: left;
  padding: 15px 0;
  background: #fff;
}

@media .tips h3 {
  margin-bottom: 7px !important;
}

.tips .entry {
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

.tips .entry.last {
  border-bottom: none;
}

.tips .entry-title,
.tips .entry-meta {
  color: #598b3f;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}

.tips .entry-title {
  font-weight: bold;
}

.tips .entry-meta {
  font-style: italic;
}

.addthis_toolbox {
  margin: 15px 0;
}
.addthis_toolbox p {
  margin-bottom: 3px;
}

/* filter
--------------------------------------------- */
.snk-filter-form {
  position: relative;
}

label.show-route {
  float: left;
  font-size: 14px;
  margin-bottom: 3px;
}

span.properties-hover {
  display: none;
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 999;
  padding: 8px;
  width: 170px;
  height: auto !important;
  background: #fff;
  border: 2px solid #598b3f;
  line-height: 20px !important;
}

.properties-hover label {
  z-index: 50;
  float: left;
  width: 160px;
}

ul.properties li:hover span.properties-hover {
  display: block;
}

.allowed {
  background-color: #37672b !important;
}

.not-allowed {
  background-color: #b51817 !important;
}

.not-allowed i,
.allowed i {
  color: #fff !important;
}

.border {
  margin-bottom: 7px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.greenkey img {
  margin-right: 7px;
}

/* content
--------------------------------------------- */

#home-wrapper {
  background: url(img/border-home.png) 0 100% repeat-x;
}

#home-wrapper h2 {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#home-wrapper .small-button {
  float: right;
  margin-right: 0;
}
#home-wrapper .button {
  padding-left: 95px;
  float: right;
}
#home-wrapper .center {
  padding: 0px 0 10px 0;
  color: #598b3f !important;
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 35px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.home #wrapper {
  padding-bottom: 25px;
  border-bottom: #fff 1px solid;
  border: none;
  box-shadow: none;
  margin-top: 0;
}

.home #wrapper .container > .row > .four {
  margin-bottom: 85px;
  height: 120px;
  background: url(img/bg-home-col6.png) top right no-repeat;
}

#wrapper {
  margin-top: 202px;
  height: 100%;
  background: #fff;
  border-bottom: #fff 1px solid;
  min-height: 600px;
  border-top: 1px solid #e2e2e1;
}

#wrapper > .contentwrap {
  margin-top: -180px;
}

.home #wrapper > .contentwrap {
  margin-top: 0;
  padding-top: 40px;
}

.home .contentwrap {
  background: #598b3f;
  background: rgba(89, 139, 63, 0.8);
}

a.banner {
  background-image: none;
  background-color: #fff;
  border: 2px solid #fff;
  display: block;
  width: 100%;
  box-shadow: none;
  background-size: 100%;
  position: relative;
  margin-top: 0;
  height: 130px;
  padding: 10px;
  border-radius: 3px;
}

a.banner .desc {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

h3 {
  margin-bottom: 0 !important;
  color: #598b3f;
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 19px !important;
}

h3.brown {
  color: #5e5127;
}

.smaller h3,
.smaller p {
  font-size: 10px !important;
  line-height: 14px;
}

.group_terrain h3,
.group_terrain a,
.group_terrain strong {
  color: #015895;
}

.group_terrain .reactie-verzenden {
  background-color: #015895;
}

h3 i,
address p i {
  font-size: 15px;
  margin-right: 7px;
  color: #a0987e;
}

address p .icon i {
  font-size: 2em;
  vertical-align: middle;
  color: #707070;
}

h3.title {
  font-size: 24px !important;
  font-weight: bold;
}

h3 a {
  text-decoration: none;
}

h3 a:after {
  content: ' ';
  width: 6px;
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  background: url(img/green-arrow.png) center right no-repeat;
}

.meta-terrein {
  color: #333;
  font-size: 13px;
  font-style: italic;
  width: 68%;
}
#map_canvas p {
  margin-bottom: 0;
}
.rating-top {
  position: absolute;
  top: 295px;
  right: 0;
}

.detail {
  float: left;
  width: 100%;
  border-bottom: #333 dashed 1px;
}

.detail.white {
  margin-top: -10px;
  width: 707px;
  background: #fff;
}

.detail .float-right {
  margin-top: -15px;
}

.detail p {
  padding-right: 15px;
}

.detail h3 i {
  color: #598b3f !important;
}

.detail h4 {
  color: #333;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.detail .map {
  margin: 5px 0;
  border: 4px solid white;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

img.left {
  float: left;
  margin: 3px 5px 5px 0;
}

ul.kenmerken,
ul.tarieven {
  float: left;
  padding-bottom: 15px;
  width: 707px;
  border-bottom: #333 dashed 1px;
}

ul.tarieven.last {
  border-bottom: none;
  margin-bottom: 0 !important;
}

ul.kenmerken li,
ul.tarieven li {
  position: relative;
  float: left;
  width: 160px;
  list-style: none;
  cursor: pointer;
  margin: 10px 0;
  text-align: center;
}

.content .detail ul.kenmerken {
  padding-bottom: 10px;
  border-bottom: #333 dashed 1px;
}

ul.kenmerken li .icon-kitchen-hot-water-charge,
ul.tarieven li .icon-kitchen-hot-water-charge {
  line-height: 22px;
}

ul.kenmerken li .icon-tourist-tax,
ul.tarieven li .icon-tourist-tax {
  line-height: 25px;
}

ul.kenmerken li i,
ul.tarieven li i {
  font-size: 2.2em;
  width: 30px;
  margin: 0 10px 0 0;
  float: left;
  height: 34px;
  position: relative;
}

ul.kenmerken li span,
ul.tarieven li span {
  float: left;
  line-height: 34px;
  color: #333;
  font-size: 13px;
}

ul.tarieven li span.no-high-season {
  height: 34px;
  line-height: 34px;
  margin-left: 5px;
  float: left;
}

ul.tarieven li span.tworules {
  height: 45px;
  line-height: 20px;
  margin-top: -5px;
  float: left;
}

span.property-hover {
  display: none;
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 10;
  height: auto !important;
  background: #fff;
  border: 2px solid #598b3f;
  line-height: 20px !important;
  text-align: left;
}

.submenu-terrain .icon {
  position: relative;
}
.submenu-terrain .icon:hover span.property-hover {
  margin-left: -165px !important;
  display: block;
}

ul.kenmerken li:hover span.property-hover,
ul.tarieven li:hover span.property-hover {
  display: block;
}

ul.tarieven li:hover span.property-hover {
  position: absolute;
  color: #fff;
  top: 40px;
}

ul.tarieven li:hover span.property-hover:before {
  left: 17px;
}

ul.reacties li {
  list-style: none;
  border-bottom: #333 dashed 1px;
}

li p i {
  color: #598b3f;
  margin-right: 10px;
}

address {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

address strong {
  font-size: 12px;
}

.no-submenu {
  margin-top: 273px;
}
address.submenu-terrain {
  margin-top: 295px;
}

.home-alinea {
  padding: 20px;
  color: #fff;
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 19px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #598b3f !important;
}

.center {
  padding: 10px 0 18px 0;
  color: #fff;
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

.center strong {
  font-size: 30px;
}

h5 {
  margin-bottom: 5px !important;
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 18px !important;
  font-weight: bold;
}

a.banner img:hover {
  opacity: 0.8;
}

.banner p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
}
a.banner:hover {
  box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 190, 1);
}
a.banner:hover p,
a.banner:hover h5 {
  color: rgb(255, 255, 190, 1);
}

.white-body {
  position: relative;
  padding: 20px;
  background: #fff;
  min-height: 300px;
}

.white-body:after {
  content: ' ';
  width: 724px;
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 11px;
  background: url(img/dropshadow-slider-content.png) top center no-repeat;
}

.white-body table {
  width: 726px;
  margin-left: -20px;
  margin-bottom: -20px;
}

.submit-news {
  padding: 10px 20px 1px 15px;
  margin-bottom: 20px;
  background: #598b3f;
  color: #fff;
}

.submit-news h5,
.submit-news a {
  color: #fff;
  text-decoration: none;
}

.archive .entry {
  float: left;
  width: 726px;
}

.archive .entry span {
  float: left;
  width: 110px;
  color: #333;
  font-size: 13px;
  line-height: 21px;
  margin-left: 10px;
}

.archive .entry a {
  float: left;
}

ul.attachment {
  margin: 0;
}

ul.attachment li {
  margin: 0 0 7px 0;
  padding-left: 27px;
  list-style: none;
  background: url(img/pdf.png) top left no-repeat;
}

/* footer-home
--------------------------------------------- */
.entry {
  float: left;
  margin-bottom: 9px;
  max-width: 100%;
}

.small-news {
  width: 64px;
  float: left;
  margin: 5px 5px 0 0;
}

h6 {
  margin-bottom: 3px !important;
}

h6 a {
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

h6 a:after {
  content: ' ';
  width: 6px;
  display: inline-block;
  height: 6px;
  margin-left: 5px;
  background: url(img/green-arrow.png) center right no-repeat;
}

span.after-link {
  font-style: italic;
  padding-right: 15px;
  background: url(img/green-arrow.png) center right no-repeat;
}

span.before-link {
  font-style: italic;
  padding-left: 15px;
  background: url(img/green-arrow-left.png) center left no-repeat;
}

.search-result {
  margin-top: -33px;
}

.meta {
  color: #333;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 20px;
}

.news,
.agenda,
.twitter {
  color: #333;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}

.agenda {
  float: left;
}

.entry a {
  color: #598b3f;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-decoration: none;
}
a[rel='next'] {
  float: right;
}

/* widgets footer
--------------------------------------------- */
.widget_twitter ul li {
  margin: 0 0 9px 0;
  list-style: none;
}

.news {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 9px;
}

.textwidget label {
  float: left;
  margin-bottom: 4px;
  font-size: 14px;
}

.textwidget input {
  width: 185px;
  float: left;
  padding: 0 4px;
  margin-right: 5px;
  font-size: 12px;
  font-style: italic;
  color: #333;
  line-height: 29px;
  border-radius: 0px;
  height: 27px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  height: 32px;
  line-height: 32px;
}
.textwidget input[type='submit'] {
  float: left;
  width: 83px;
  margin: 0;
  line-height: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-style: normal;
}

/* slider
--------------------------------------------- */

#slider-containter {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 13px;
  border: 10px solid white;
  border-radius: 5px;
}
#slider-containter iframe {
  width: 100%;
}
.slider-dropshadow {
  position: absolute;
  bottom: -23px;
  width: 494px;
  height: 30px;
  left: -15px;
  background: url(img/dropshadow-slider-home.png) bottom left no-repeat;
}
#slider {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
}
#slider .slider-box {
  overflow: hidden;
  width: 100%;
}
.slide {
  width: 463px;
  height: 300px;
}
#slider-pager {
  position: absolute;
  bottom: 15px;
  right: 8px;
  z-index: 999;
}
#slider-pager a {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 5px;
  background: url(img/pager.png) top left no-repeat;
  text-indent: -9999px;
  display: block;
}
.cycle-pager-active {
  background: url(img/pager-active.png) top left no-repeat !important;
}
.home .slider-content {
  position: absolute;
  bottom: 3px;
  left: 0px;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  background: url(img/bg-slider-black.png) top left repeat-x;
}
.slider {
  position: relative;
  width: 726px;
  height: 258px;
  background: url(img/dropshadow-slider-content.png) bottom left no-repeat;
}

.slider.terrain {
  margin-bottom: 30px;
}
.archive .slider,
.single .slider {
  margin-bottom: 15px;
}

.gallery .gallery-item {
  float: left;
  margin-right: 15px;
}

.slider-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 15px 0 10px;
  padding: 10px 15px;
  width: 706px;
  background: url(img/bg-slider-black.png) top left repeat-x;
}

.slider img {
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  width: 100%;
}

a.slider-title,
span.slider-title {
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
a.slider-title:after {
  content: ' ';
  width: 6px;
  display: inline-block;
  height: 6px;
  margin-left: 5px;
  background: url(img/white-arrow.png) center right no-repeat;
}

a.slider-subtitle,
span.slider-subtitle {
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

h2.title {
  margin: 0;
}

h2,
h2 a {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#slider-pager {
  position: absolute;
  top: 17px;
  right: 20px;
}

.fancybox-wrap.fancybox-opened {
  z-index: 10000;
}

@media screen and (max-width: 640px) {
  .fancybox-nav span {
    visibility: visible !important;
  }
  .fancybox-skin {
    padding: 0 !important;
  }
}

#slider-pager a {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
  background: url(img/slider-nonactive.png) top left no-repeat;
  text-indent: -9999px;
  display: block;
}

#slider-pager a.cycle-pager-active {
  background: url(img/slider-active.png) top left no-repeat !important;
}

.review-slider {
  overflow: visible !important;
  margin: 0 15px;
}

.review-slider-controls {
  margin: -5px 0 15px 0;
  padding: 0 15px;
  text-align: right;
}

.review-slider-controls .cycle-arrow {
  color: #598b3f;
  font-size: 16px;
  margin-left: 15px;
}

/* footer
--------------------------------------------- */
footer {
  background: #f5f5f1;
}

footer li {
  display: inline-block;
  margin: 0;
  list-style: none;
  color: #333;
  font-size: 12px;
}

footer li.menu-item {
  margin-right: 10px;
}

footer li a {
  color: #598b3f;
}

footer span {
  margin: 0 5px;
}

/* basic text formatting
--------------------------------------------- */

/*	j.mp/webkit-tap-highlight-color */
a {
  color: #598b3f;
}

a:link {
  -webkit-tap-highlight-color: #598b3f;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-left: 30px;
  color: #333;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}

p {
  color: #333;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}

p.intro {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

p.float-right {
  text-align: right;
  margin-top: -30px;
  margin-bottom: 12px;
}

p.no-margin {
  margin: 0 !important;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}

table thead td {
  background: #eee;
  font-weight: bold;
}

table td {
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  color: #333;
}

table thead tr th {
  font-size: 13px;
  padding: 0 0 7px 20px;
  background-color: #fff;
  border-bottom: 2px solid #333;
  text-align: left;
}

.odd {
  background-color: #dfead9;
}
.even {
  background-color: #fff;
}

pre {
  font-family: 'Courier 10 Pitch', Courier, monospace;
}

code {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

::-moz-selection {
  background: green;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: green;
  color: #fff;
  text-shadow: none;
}

ins {
  background-color: green;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: green;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

a img {
  border: none;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

noscript p {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 4px 0;
  text-align: left;
  font-size: 12px;
  width: 100%;
}

a.noscript {
  color: #fff;
}

.round {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

/* search
--------------------------------------------- */

#searchform {
  position: relative;
  float: left;
  margin: 5px 8px 0 0;
  width: 155px;
  height: 31px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  right: -10px;
}

#searchform #type,
#searchform #country {
  width: 100%;
}

.search-filter {
  position: relative;
  margin: 0 0 12px 0;
  width: 219px;
  height: 31px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#s {
  height: 27px;
  border: 0px solid #fff;
  -webkit-appearance: none;
}

input {
  width: 123px;
  padding: 0 4px;
  font-size: 12px;
  font-style: italic;
  color: #333;
  line-height: 29px;
  border-radius: 3px;
}

input#s:focus,
.search-filter {
  outline: 0;
}

#searchsubmit,
.search-filter-submit {
  position: absolute;
  top: 1px;
  right: 3px;
  width: 29px;
  height: 29px;
  border: 0px solid #ec008c;
  background: url(img/btn-search.png) center right no-repeat;
  text-indent: -9999px;
}

.search-filter-submit {
  right: -3px;
}

/* homesearch
--------------------------------------------- */

#searchform-home {
  position: relative;
  float: left;
  margin: 5px 8px 0 0;
  width: 300px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
}

#home {
  height: 36px;
  border: 0px solid #fff;
  -webkit-appearance: none;
}

#searchform-home input {
  width: 270px;
  padding: 0 4px;
  font-size: 12px;
  font-style: italic;
  color: #333;
  line-height: 40px;
  border-radius: 3px;
}

input#home:focus {
  outline: 0;
}

#searchform-home #searchsubmit {
  position: absolute;
  top: 6px;
  right: 3px;
  width: 29px;
  height: 29px;
  border: 0px solid #ec008c;
  background: url(img/btn-search.png) center right no-repeat;
  text-indent: -9999px;
}

/* wijzigingen doorgeven formulier
--------------------------------------------- */

.personal-information label {
  float: left;
  width: 205px;
  margin-top: 4px;
}

.personal-information input {
  width: 325px;
  padding: 0 4px;
  font-size: 12px;
  font-style: italic;
  color: #333;
  height: 29px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.wpcf7-list-item-label {
  float: left;
  margin-right: 15px;
  height: 32px;
  line-height: 30px;
}

.ie7 .wpcf7-list-item-label {
  float: none;
}

input.wpcf7-submit {
  width: 334px;
  height: 40px;
  margin: 0 15px 0 205px;
  border: non;
  padding: 0 11px;
  background: #598b3f;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  color: white !important;
  text-decoration: none;
}

.wpcf7-validation-errors {
  width: 500px;
  background: #fff;
  border: #f00 2px solid !important;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

.wpcf7-mail-sent-ok {
  width: 500px;
  background: #fff;
  font-size: 14px;
  clear: both;
}

/*Become friends styling */
.become-friends > div {
  margin-bottom: 10px;
  float: left;
  clear: both;
  display: block;
  width: 100%;
}
.become-friends .label {
  width: 35%;
  float: left;
  display: block;
  line-height: 30px;
  text-align: right;
  padding-right: 20px;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
.become-friends .label.label-radio {
  line-height: 15px;
}

.become-friends label br {
  display: none;
}
.become-friends .wpcf7-form-control-wrap {
  width: 50%;
  float: left;
}

.become-friends .custom {
  margin-top: 7px;
  display: block;
}
.become-friends .wpcf7-form-control-wrap input {
  width: 70%;
}
.become-friends .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 15px;
}
.become-friends .wpcf7-radio {
  display: block;
  margin-top: 7px;
}
.become-friends input.wpcf7-submit {
  margin: 0 15px 0 274px;
  width: 110px;
}

/* reactie formulier
--------------------------------------------- */

#reactie-formulier {
  margin: 20px 8px 0 0;
  background-color: #fff;
  border-radius: 3px;
}

#reactie-formulier label {
  float: left;
  width: 100px;
  line-height: 31px;
}

#reactie-formulier input,
#reactie-formulier textarea {
  width: 500px;
  height: 31px;
  padding: 0 4px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-style: italic;
  color: #333;
  line-height: 29px;
}

#reactie-formulier textarea {
  height: 115px !important;
}

#reactie-formulier p {
  margin-bottom: 10px;
}

#reactie-formulier p.margin-left {
  margin-left: 100px;
}

#reactie-formulier p.margin-top {
  margin-top: 80px;
}

button.reactie-verzenden {
  width: 176px;
  margin-right: 15px;
  border: none;
  padding: 0 11px;
  background: #598b3f;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#reactie-formulier .error,
#reactie-formulier .error-nomargin {
  float: left;
  margin: 0 0 7px 100px;
  width: 618px;
  font-style: italic;
  color: #e10c0c;
}
#reactie-formulier .error-nomargin {
  margin: 0 0 7px 0;
}

.heading-bubble {
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  display: block;
  clear: both;
  font-weight: bold !important;
  text-decoration: none;
}

.ratings-star {
  width: 13px;
  height: 13px;
  background-image: url('img/rating-false.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px;
}

span.float-left {
  float: left;
}

#ratingdiv {
  float: left;
  margin: 5px 10px 0 10px;
}

.ratings-star-full {
  background-image: url('img/rating-true.png');
}
.tweets h2 {
  display: none;
}

.tweets ul {
  padding: 0;
  list-style: none;
}

.tweets ul li {
  margin: 0 0 10px;
}

/* terreinzoeker style update
--------------------------------------------- */

/* UL.PROPERTIES */

.terrains ul.properties {
  padding-right: 40px !important;
}

ul.kenmerken,
ul.properties {
  width: auto;
}

ul.kenmerken li,
ul.properties li {
  float: left;
  width: auto;
  margin: 0 6px 6px 0;
  border: 2px solid #aaaaaa;
  border-radius: 2px;
  width: auto;
  height: 35px;
  text-align: center;
  position: relative;
}

ul.kenmerken li i,
ul.properties li i {
  float: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  width: 31px;
  text-align: center;
  height: 31px;
  vertical-align: middle;
  color: #aaaaaa;
}
ul.kenmerken li i {
  line-height: 40px;
}
ul.properties li i {
  line-height: 37px;
}

ul.kenmerken li i:before,
ul.properties li i:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 38px;
}

ul.kenmerken,
table.tarieven,
ul.properties {
  border-bottom: none;
  padding-bottom: 0;
  list-style: none;
  clear: both;
  float: none;
  width: auto;
}

ul.kenmerken li span,
ul.properties li span,
span.property-hover {
  background: #222222;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  border: none;
  position: absolute;
  width: 130px;
  text-align: center;
  left: 50%;
  margin-left: -65px;
  display: none;
  top: 120%;
}

ul.kenmerken li em {
  font-style: normal;
  padding: 5px;
}

.searchform ul.properties li span {
  width: 170px;
}

ul.properties li span {
  position: absolute;
  margin-left: -85px;
  top: 35px;
  padding: 10px;
  text-align: left;
}

ul.properties.kenmerken li span {
  margin-left: -65px;
}

ul.properties li span strong,
ul.properties li span label {
  color: #fff !important;
  text-align: left;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px !important;
}

ul.kenmerken li span:before,
ul.properties li span:before,
span.property-hover:before {
  content: '';
  border-bottom: 8px solid #222;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -7px;
  top: -8px;
  position: absolute;
}

ul.properties li.allowed {
  border-color: #85b202;
  background-color: #fff !important;
}

ul.properties li.allowed i,
ul.properties li.allowed i:before {
  color: #85b202 !important;
}

ul.properties li.not-allowed {
  border-color: #b20101;
  background-color: #fff !important;
}

ul.properties li.not-allowed i,
ul.properties li.not-allowed i:before {
  color: #b20101 !important;
}

ul.properties li span:after {
  display: block;
  width: 100%;
  height: 12px;
  background: transparent;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 999;
  content: '';
}

/* .INLINE-LIST */

.terrains .inline-list {
  list-style: none;
}

.terrains .inline-list li {
  float: left;
  margin: 0;
}

.terrains .inline-list span {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.terrains .inline-list .green {
  background-color: #85b200;
}

.terrains .inline-list .grey {
  background-color: #aeaeae;
}

.terrains .inline-list .red {
  background-color: #b20000;
}

/* .ROW */

.terrains.row {
  max-width: 100%;
  width: 100%;
}

/* INPUTS AND .CHOSEN */

.terrains input[type='text'],
.terrains .chosen-container-multi .chosen-choices {
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: none;
  line-height: 29px;
  min-height: 27px !important;
  background: #fff;
  background-image: none;
}

/* .STN-LEGEND */

.terrains .stn-legend {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 265px;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}

.terrains .stn-legend input {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.ie8 .terrains .stn-legend {
  width: 265px;
  left: -235px;
  bottom: 0;
}

/* .TERRAIN-LIST .SEARCHRESULTS */

.searchresults {
  font-family: Helvetica, sans-serif;
  overflow: hidden;
}

.searchresults .terrain-list table tr {
  border-bottom: 1px solid #ddd;
}

.searchresults a {
  font-size: 12px;
}

.searchresults .terrain-list thead tr th {
  background: #eeeeee;
  color: #868686;
  padding: 5px 15px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.terrains .searchresults thead {
  display: table;
}

.terrains .searchresults tbody {
  display: block;
}

.terrains .terrain-list {
  margin-bottom: 0;
  width: 100%;
}

.terrains .terrain-list tbody {
  display: block;
}

.button-search {
  position: relative;
}

.button-search.loading .button-search__label {
  opacity: 0;
}

.button-search__spinner {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
}

.button-search.loading .button-search__spinner {
  display: block;
}

/* .TERRAINS LABEL */

.terrains label,
.terrains h3 {
  font-family: 'Frutiger', Helvetica, Arial, sans-serif;
  color: #777777;
  font-size: 14px !important;
  display: block;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

/* VIDEO */

iframe {
  max-width: 100%;
}

.video iframe {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.video {
  position: relative;
}

.video-opener {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
}

/* BUTTON */

.slider-content .button {
  position: absolute;
  right: 8px;
  top: 12px;
}

/* comments
--------------------------------------------- */

ol.commentlist {
  list-style: none;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 10px;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
  font-size: 10px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
ol.commentlist li.comment p {
}
ol.commentlist li.comment ul {
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
  background: #fff;
}
ol.commentlist li.odd {
  background: #f6f6f6;
}
ol.commentlist li.parent {
  border-left: 5px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}

/* WYSIWYG output
--------------------------------------------- */

.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

aside hr,
hr.bordered {
  background: url(img/dot.png) repeat-x;
  border: none;
  height: 1px;
  margin: 0;
}

.footerads {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f5f5f1;
}
.footerads .ba {
  border: 1px solid #ddd;
}

.toggle-terrain-bar {
  display: none;
}

.cta-block {
  margin: 10px 0;
}

.cta-block + .cta-block:last-child {
  float: left;
}

.cta-block img {
  max-height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .show-on-mobile {
    display: none;
  }
}

.show-on-mobile .tips {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .hide-on-mobile {
    display: none;
  }
}

/* media queries
--------------------------------------------- */

@media screen and (max-width: 640px) {
  .container,
  .s-twelve {
    width: 100% !important;
  }
  .row {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .s-mbl {
    margin-bottom: 15px;
  }
  body.home {
    position: relative;
  }
  nav li:last-child {
    border: none;
  }
  .after-body {
    position: relative;
    z-index: 2;
  }
  #wrapper {
    border-top: none;
  }
  #header {
    border-bottom: 0;
    height: auto;
  }
  #header .logo {
    padding-top: 5px;
    width: 100%;
    margin-bottom: 30px;
  }
  #header .logo a {
    margin: 0 auto;
    float: none;
  }
  #header nav {
    position: relative;
    left: 0;
    z-index: 99;
    height: auto;
    display: none;
    width: 100%;
  }
  #header nav ul {
    float: left;
    width: 100%;
    display: block;
    background: #598b3f;
    margin-bottom: 0;
  }
  #header nav li,
  #header nav li a {
    width: 100%;
    display: block;
    height: auto;
    min-height: 45px;
    background: none;
    margin-left: 0;
  }
  #header nav li.current-menu-item a,
  #header nav li a:hover {
    background: #427129;
  }
  ul.sub-menu {
    background: none;
  }
  #header nav ul .sub-menu {
    display: none;
  }
  #header .top-wrapper form,
  #header .top-wrapper ul {
    float: left;
    z-index: 999;
    margin: 0;
    right: 0px;
    width: 120px;
    margin-right: 10px;
  }
  ul.language li {
    width: 100%;
  }
  #header .top-wrapper ul ul {
    margin-right: 0;
  }
  #header nav ul .current-menu-parent a,
  #header nav ul .current-menu-parent .sub-menu,
  #header nav ul li.current-menu-parent:hover > ul.sub-menu,
  #header nav ul .current-page-ancestor .sub-menu,
  #header nav ul li.current-page-ancestor:hover > ul.sub-menu,
  #header nav ul li.current-menu-item:hover > ul.sub-menu,
  #header nav ul .current-menu-item .sub-menu {
    display: block;
    background: #427129;
    position: relative;
    top: 0;
    padding-left: 20px;
  }

  #header .top-wrapper div.ptm {
    float: left;
    width: 100%;
    padding: 7px 10px !important;
  }
  #header nav ul .current-menu-item .sub-menu a {
    padding-left: 20px;
  }
  #header .top-wrapper {
    padding: 5px 10px !important;
    background: #598b3f;
    float: left;
    width: 100%;
  }
  #header #menu-header {
    display: block;
    width: 100%;
    margin-top: -38px;
    text-align: center;
  }
  #header .top-wrapper form #s {
    width: 100px;
  }
  #header .top-wrapper form #searchsubmit {
    right: 0;
    top: 0;
  }

  #header .togglenav {
    display: block;
    color: #fff;
    text-decoration: none;
    float: right;
    line-height: 1;
    padding-top: 8px;
    text-align: center;
    text-transform: uppercase;
  }

  #header .togglenav span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin-bottom: 10px;
  }

  #header .togglenav span::before,
  #header .togglenav span::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.25s;
  }

  #header .togglenav span::after {
    top: 5px;
  }

  #header .togglenav.active span {
    background: none;
  }

  #header .togglenav.active span::before {
    transform: rotate(45deg);
    top: 0;
  }

  #header .togglenav.active span::after {
    transform: rotate(-45deg);
    top: 0;
  }

  .contentwrap .cta-block {
    margin-bottom: 10px;
  }
  .newsitems .newsitem h3 {
    line-height: 1.2;
  }
  .home a.button img {
    display: none;
  }
  .home a.button {
    margin: 10px auto 20px;
    display: block;
    float: none;
  }
  .home .center {
    color: #369144 !important;
  }
  .home .home-alinea {
    padding: 20px 15px;
  }
  .home .text-big .heading-one {
    padding: 20px 0 !important;
    font-size: 200% !important;
    text-align: center;
    line-height: 1;
    margin-bottom: 0 !important;
  }
  footer span {
    padding-left: 0px !important;
    padding-right: 5px !important;
    margin: 0;
  }
  .mobile-aside {
    background: #fff;
    position: absolute;
    z-index: 99;
    padding: 0 !important;
    left: -85%;
    -webkit-transition: left 0.25s;
    -moz-transition: left 0.25s;
    transition: left 0.25s;
    width: 85%;
  }
  .mobile-aside.visible {
    left: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .mobile-aside .mobile-aside-toggle {
    display: block;
    position: absolute;
    right: -40px;
    top: 32px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
  .mobile-aside ul.submenu {
    margin: 0;
    padding: 0 !important;
    min-height: 1px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .mobile-aside ul.submenu li {
    margin: 0;
  }
  .mobile-aside address {
    padding: 0 15px;
  }
  .mobile-aside .no-submenu {
    margin: 15px 0;
  }
  .search .mobile-aside {
    padding: 0 15px !important;
  }
  .archive #wrapper,
  .search #wrapper,
  .page #wrapper {
    margin-top: 180px;
    min-height: 1px;
    height: auto;
  }
  .home.page #wrapper {
    margin-top: 0;
  }
  #wrapper .slider {
    width: auto;
    height: auto;
    margin: 0 -15px;
    overflow: hidden;
  }
  #wrapper .slider div {
    border: none !important;
    width: 100% !important;
  }
  .archive .slider img,
  .search .slider img,
  .page .slider img {
    border: none;
    width: 120%;
    max-width: 120%;
    left: -10%;
    position: relative;
    display: block;
  }
  address.submenu-terrain {
    margin-top: 20px;
  }
  address.submenu-terrain .group {
    clear: both;
  }
  .slider-content .button {
    padding: 5px 10px;
    font-size: 16px !important;
    position: relative;
    margin: 0 0 24px 8px;
  }
  .slider-content h2,
  .slider-content h2 a {
    font-size: 20px;
  }
  .search-result {
    margin-bottom: 10px;
  }
  .rating-top {
    width: 100%;
    float: left;
    top: auto;
    left: auto;
    position: relative;
    margin-bottom: 10px;
  }
  .rating {
    display: block;
    margin-top: 3px;
  }
  ul.kenmerken,
  ul.tarieven,
  .detail.white {
    width: 100%;
  }
  ul.tarieven li {
    width: 50%;
    margin: 0 0 10px !important;
    min-height: 40px;
  }
  .archive .slider .slider-content,
  .search .slider .slider-content,
  .page .slider .slider-content {
    left: 0;
    width: 100%;
    margin: 0;
    bottom: 0;
    padding-right: 140px;
    background-repeat: repeat;
  }
  .archive article {
    float: left;
    width: 100%;
  }
  #reactie-formulier input,
  #reactie-formulier textarea,
  .archive .entry {
    width: 100%;
  }
  .archive .entry span {
    margin: 0;
    display: block;
    width: 100%;
  }
  .has-map {
    display: none;
  }
  .terrain-single .trekkershutten .s-pll {
    padding-left: 15px !important;
  }
  .terrain-single .trekkershutten .next-months,
  .terrain-single .trekkershutten .calendar-holder:nth-child(2) {
    border-right: 1px solid #ddd;
  }
  .terrain-single .trekkershutten .bb.bt.br {
    border-left: 1px solid #ddd;
  }
  .terrain-single .trekkershutten .panel {
    border-left: none;
  }
  .hide-for-mobile {
    display: none;
  }
  .searchform-new ul li label.show-mobile {
    display: block;
  }
  .searchform-new .searchform {
    padding-bottom: 30px; /* for bottom toggle bar */
  }
  #reactie-formulier {
    margin: 0;
  }
  #reactie-formulier p {
    padding: 0;
  }
  .searchresults .no-ml.has-chosen-input {
    margin-top: 5px;
    width: 100%;
  }
  .margin-left em {
    display: block;
    clear: both;
  }
  .terrains .terrain-list tbody {
    padding-bottom: 40px;
  }
  .terrains ul.properties {
    padding-right: 0 !important;
  }
  .toggle-terrain-bar {
    height: 40px;
    background-color: #598b3f;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: block;
    font-size: 14px;
  }
  .toggle-terrain-bar .row {
    margin: 0;
  }
  .toggle-terrain-bar .ib {
    display: block;
    float: right;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 8px;
    color: #fff;
  }
  .toggle-terrain-bar .ib.active {
    background-color: #fff;
    color: #598b3f;
  }
  .toggle-terrain-bar .ib:last-child {
    border-right: none;
    border-radius: 2px 0 0 2px;
  }
  .toggle-terrain-bar .ib:first-child {
    border-radius: 0 2px 2px 0;
  }
  .stn-legend {
    display: none;
  }
  #cookiestatement {
    height: auto;
    padding: 15px 10px;
    background-repeat: repeat;
  }
  #cookiestatement p {
    line-height: 1.5;
  }
  #cookiestatement a,
  #cookiestatement a:hover {
    line-height: inherit;
  }
  #cookiestatement-close {
    padding: 10px;
  }
  .textwidget input[type='text'] {
    width: 100%;
  }
  .textwidget input[type='submit'] {
    float: right;
    margin-top: 10px;
  }
  .review .review-button {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 8px;
  }
  #recaptcha_widget_div {
    overflow: hidden;
    clear: both;
  }
}
