@charset "UTF-8";
/* ============================================================================
 Stylesheet by: Daniel Pattiasina, © 2016 Moddit www.moddit.nl
 ============================================================================ */
/*********************
 IMPORTING PARTIALS
 These files are needed at the beginning so that we establish all
 our mixins, functions, and variables that we'll be using across
 the whole project.
 *********************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p, pre {
  margin: 1em 0;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  display: block;
  border-radius: 10px;
}
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}
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;
}
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu, ol, ul {
  padding: 0;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, button, input, select, textarea {
  color: #222;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
img, fieldset {
  border: 0;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
#outdated {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  text-align: center;
  z-index: 1500;
  background: url(../images/transparent/black5.png);
  color: #fff;
}
* html #outdated {
  position: absolute;
}
#outdated h6 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0 0;
}
#outdated p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 12px;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 20px auto 0;
  width: 180px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
  background: none !important;
}
#outdated #btnUpdateBrowser:hover {
  color: #000 !important;
  background: #fff !important;
}
#outdated .last {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
}
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
/* ============================================================================
 Colors
 ============================================================================ */
/* ============================================================================
 Fonts Face
 ============================================================================ */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-ultralight.eot');
  src: url('../fonts/montserrat-ultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-ultralight.woff2') format('woff2'), url('../fonts/montserrat-ultralight.woff') format('woff'), url('../fonts/montserrat-ultralight.ttf') format('truetype'), url('../fonts/montserrat-ultralight.svg#montserratultra_light') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-light.eot');
  src: url('../fonts/montserrat-light.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light.woff2') format('woff2'), url('../fonts/montserrat-light.woff') format('woff'), url('../fonts/montserrat-light.ttf') format('truetype'), url('../fonts/montserrat-light.svg#montserratlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#montserratregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold.eot');
  src: url('../fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-semibold.woff2') format('woff2'), url('../fonts/montserrat-semibold.woff') format('woff'), url('../fonts/montserrat-semibold.ttf') format('truetype'), url('../fonts/montserrat-semibold.svg#montserratsemi_bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#montserratbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?x0fmsv');
  src: url('../fonts/icomoon.eot?x0fmsv#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?x0fmsv') format('truetype'), url('.	./fonts/icomoon.woff?x0fmsv') format('woff'), url('../fonts/icomoon.svg?x0fmsv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'The Mix Bold';
  src: url('../fonts/TheMixBold-Italic.eot');
  src: url('../fonts/TheMixBold-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/TheMixBold-Italic.woff2') format('woff2'), url('../fonts/TheMixBold-Italic.woff') format('woff'), url('../fonts/TheMixBold-Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  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-arrow-left:before {
  content: "\e094";
}
.icon-arrow-right:before {
  content: "\e095";
}
.icon-arrow-up:before {
  content: "\e096";
}
.icon-arrow-down:before {
  content: "\e097";
}
/* ============================================================================
 Typography
 ============================================================================ */
/* ============================================================================
 Fonts sizes
 ============================================================================ */
body {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #171717;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #171717;
}
p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin: 20px 0;
}
a {
  color: #68a639;
  text-decoration: none;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.floatRight {
  float: right;
}
.title {
  margin: 0 0 20px;
  font-style: normal;
  font-size: 36px;
  line-height: 50px;
}
.title em {
  font-style: normal;
  color: #000;
}
.altTitle {
  font-family: 'The Mix Bold';
  font-weight: bold;
  font-style: italic;
  color: #7c7d7f;
}
.darkTitle {
  color: #000;
}
.titleWrap .title, .titleWrap .smallTitle {
  float: left;
}
.subtitle {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.smallTitle {
  margin: 0 0 20px;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
}
.desc {
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
}
.whiteText, .whiteText a, .whiteText .title, .whiteText .subtitle, .whiteText .smallTitle, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p {
  color: #fff;
}
.desc a {
  color: #68a639;
}
.desc .Btn {
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  .title {
    font-size: 32.4px;
    line-height: 45px;
  }
  .subtitle {
    font-size: 12.6px;
    line-height: 18px;
  }
  .smallTitle {
    font-size: 19.8px;
    line-height: 27px;
  }
}
@media screen and (max-width: 960px) {
  .title {
    font-size: 28.8px;
    line-height: 40px;
  }
  .subtitle {
    font-size: 11.2px;
    line-height: 16px;
  }
  .smallTitle {
    font-size: 17.6px;
    line-height: 24px;
  }
}
@media screen and (max-width: 720px) {
  .title {
    font-size: 25.2px;
    line-height: 35px;
  }
  .subtitle {
    font-size: 9.8px;
    line-height: 14px;
  }
  .smallTitle {
    font-size: 15.4px;
    line-height: 21px;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 21.6px;
    line-height: 30px;
  }
  .subtitle {
    font-size: 8.4px;
    line-height: 12px;
  }
  .smallTitle {
    font-size: 13.2px;
    line-height: 18px;
  }
}
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Sass Functions
 You can do a lot of really cool things in Sass. Functions help you
 make repeated actions a lot easier. They are really similar to mixins,
 but can be used for so much more.
 Anyway, keep them all in here so it's easier to find when you're
 looking for one.
 For more info on functions, go here:
 http://sass-lang.com/documentation/Sass/Script/Functions.html
 ******************************************************************/
/*********************
 COLOR FUNCTIONS
 These are helpful when you're working
 with shadows and such things. It's essentially
 a quicker way to write RGBA.
 Example:
 box-shadow: 0 0 4px black(0.3);
 compiles to:
 box-shadow: 0 0 4px rgba(0,0,0,0.3);
 *********************/
/*********************
 RESPONSIVE HELPER FUNCTION
 If you're creating a responsive site, then
 you've probably already read
 Responsive Web Design: http://www.abookapart.com/products/responsive-web-design
 Here's a nice little helper function for calculating
 target / context
 as mentioned in that book.
 Example:
 width: cp(650px, 1000px);
 or
 width: calc-percent(650px, 1000px);
 both compile to:
 width: 65%;
 *********************/
/* ============================================================================
 Mixins
 ============================================================================ */
/* @include transition(all 0.2s ease-in-out); */
/* @include transform(translateY(-50%)); */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include box-sizing(border-box); */
/* @include border-radius(50%); */
/* @include box-shadow(0 0 2px 0 rgba(0,0,0,0.2); */
/* ============================================================================
 Flexslider
 ============================================================================ */
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-container a:active, .flex-container a:focus {
  outline: none;
}
.flexslider .slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider .slides {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexArrows {
  position: relative;
}
.flexArrows .flex-direction-nav a {
  background: url(../images/transparent/black5.png);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0.4;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.flexArrows:hover .flex-direction-nav a {
  opacity: 0.9;
}
.flexArrows:hover .flex-direction-nav a:hover {
  opacity: 1;
}
.flexArrows .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexArrows .flex-direction-nav .flex-next {
  right: 20px;
}
.flexArrows .flex-direction-nav .flex-disabled {
  display: none;
}
.bumpNav {
  position: relative;
}
.bumpNav .flex-direction-nav a {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px 111px;
  color: #171717;
  width: 26px;
  height: 111px;
  text-align: center;
  line-height: 111px;
  cursor: pointer;
  font-size: 13px;
  top: 50%;
  z-index: 2;
  margin-top: -55px;
}
.bumpNav .flex-direction-nav a.flex-prev {
  left: 0;
  background-image: url(../images/bumpRight.png);
}
.bumpNav .flex-direction-nav a.flex-next {
  right: 0;
  background-image: url(../images/bumpLeft.png);
}
.bumpNav .flex-direction-nav a.flex-disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.bumpNav .flex-direction-nav a:hover {
  color: #68a639;
}
.flexDots {
  position: relative;
}
.flexDots .flex-control-nav {
  text-align: center;
  margin: 0;
  bottom: 55px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  line-height: 0;
}
.flexDots .flex-control-nav li {
  display: inline-block;
  vertical-align: top;
  text-indent: -99999px;
  line-height: 0;
  margin: 0 2px;
}
.flexDots .flex-control-nav li a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.flexDots .flex-control-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.flexDots .flex-control-nav li a.flex-active {
  background-color: #68a639;
  cursor: default;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/swipebox/loader.gif) center center no-repeat;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close, #swipebox-next, #swipebox-prev {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled, #swipebox-prev.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/* ============================================================================
 Forms
 ============================================================================ */
form {
  max-width: 560px;
  display: block;
}
.alignCenter .contactForm form {
  margin: 0 auto;
}
.widthForm form {
  max-width: 100%;
}
form .formGroup {
  margin: 0 0 10px;
}
form label {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  display: block;
  font-weight: 300;
}
form span.star {
  vertical-align: top;
  color: #68a639;
  font-size: 150%;
}
form label abbr[title] {
  text-decoration: none;
  border: none;
  color: #68a639;
  line-height: 1px;
  vertical-align: text-top;
}
form input, form button, form select, form textarea {
  display: inline-block;
  border: none;
  background: #E7F0EC;
  color: #171717;
  font-size: 14px;
  padding: 5px 25px;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 48px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer form input, .footer form textarea, .footer form select, .lightBg form input, .lightBg form textarea, .lightBg form select {
  background-color: #fff;
}
form input:focus, form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input:focus:invalid:focus, form textarea:focus:invalid:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sideBar form input, .sideBar form select, .sideBar form textarea, .sideBar form button {
  width: 100%;
}
form input[type="radio"], form input[type="checkbox"] {
  width: inherit !important;
  height: inherit;
  background: none;
}
form select {
  padding: 5px 5px 5px 15px;
  color: #000;
  cursor: pointer;
}
form textarea {
  padding: 25px;
  line-height: 21px;
  min-height: 100px;
  height: 150px;
  max-height: 250px;
}
form input[type="submit"], form button[type="submit"] {
  display: block;
  line-height: 48px;
  padding: 0;
  height: 48px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  background-color: #68a639;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  z-index: 1;
  border: none;
}
form input[type="submit"]:hover, form button[type="submit"]:hover {
  background-color: #dcdcdc;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
form input[type="checkbox"] {
  width: inherit;
}
form .checkWrap input[type="radio"], form .checkWrap input[type="checkbox"] {
  display: inline-block;
  line-height: 40px;
  margin: 8px 5px 0 0;
  vertical-align: top;
  cursor: pointer;
}
form .checkWrap label {
  display: inline-block;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
}
form .checkWrap label img {
  float: left;
  margin: 0 10px 0 0;
  width: auto;
  max-width: 30px;
  max-height: 30px;
  line-height: 30px;
}
form input[type="file"] {
  background: none;
  height: inherit;
  padding: inherit;
}
.mapWrapper {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.googleMap {
  position: relative;
  width: 100%;
  height: 450px;
  background: #e5e3df;
}
#gmap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.googleMap img {
  max-width: inherit;
  height: inherit;
}
.contactForm form input, .contactForm form textarea {
  width: 100%;
}
.contactForm form textarea {
  height: 150px;
  max-height: 250px;
  min-height: 100px;
  resize: none;
}
.contactForm div.wpcf7-response-output {
  border: none;
  color: #909090;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.contactForm span.wpcf7-not-valid-tip {
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
  padding: 3px 9px;
  position: absolute;
  right: 10px;
  top: -10px;
}
.contactForm span.wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item, .contactForm .wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label, .contactForm .wpcf7-radio span.wpcf7-list-item label {
  cursor: pointer;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label input, .contactForm .wpcf7-radio span.wpcf7-list-item label input {
  margin: 0 5px 0 0;
}
/* NICE SELECT */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #dadde0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  background-color: #f2f2f2;
}
.nice-select:after {
  border-bottom: 2px solid #71b5f9;
  border-right: 2px solid #71b5f9;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
/* ============================================================================
 Grid
 ============================================================================ */
.cols {
  /* overflow: hidden; */
  margin: 0 0 0 -17px;
}
.cols.bigGutter {
  margin-left: -50px;
}
.cols.noGutter {
  margin-left: 0;
}
.cols:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cols > * {
  float: left;
  padding-left: 17px;
  margin-bottom: 17px;
}
.cols.bigGutter > * {
  padding-left: 50px;
  margin-bottom: 50px;
}
.cols.noGutter > * {
  padding-left: 0;
  margin-bottom: 0;
}
.cols.cleanBottom > * {
  margin-bottom: 0;
}
.cols > .clearRow {
  float: none;
  clear: both;
  margin-bottom: 0;
  width: 100%;
}
.col-right {
  float: right;
  text-align: right;
}
.col-1 {
  width: 100%;
}
.col-2-1 {
  width: 50%;
}
.col-3-2 {
  width: 66.666666%;
}
.col-3-1 {
  width: 33.333333%;
}
.col-4-3 {
  width: 75%;
}
.col-4-1 {
  width: 25%;
}
.col-5-4 {
  width: 80%;
}
.col-5-3 {
  width: 60%;
}
.col-5-2 {
  width: 40%;
}
.col-5-1 {
  width: 20%;
}
.cols-10-1 > * {
  width: 10%;
}
.col-9-5 {
  width: 55%;
}
.col-9-4 {
  width: 45%;
}
.cols-9 > * {
  width: 11.1111111%;
}
.cols-8 > * {
  width: 12.5%;
}
.cols-6 > * {
  width: 16.6666666%;
}
.cols-5 > * {
  width: 20%;
}
.cols-4 > * {
  width: 25%;
}
.cols-3 > * {
  width: 33.3333333%;
}
.cols-2 > * {
  width: 50%;
}
.clearCols.cols-2 > *:nth-child(2n+1) {
  clear: left;
}
.cols-1 > * {
  width: 100%;
}
/* ============================================================================
 Media Queries
 ============================================================================ */
@media screen and (max-width: 1220px) {
  .colsXL-center {
    text-align: center;
  }
  .colsXL-left {
    text-align: left;
  }
  .colsXL-right {
    text-align: right;
  }
  .colsXL-10 > * {
    width: 10%;
  }
  .colsXL-8 > * {
    width: 12.5%;
  }
  .colsXL-6 > * {
    width: 16.6666666%;
  }
  .colsXL-5 > * {
    width: 20%;
  }
  .colsXL-4 > * {
    width: 25%;
  }
  .colsXL-3 > * {
    width: 33.3333333%;
  }
  .colsXL-2 > * {
    width: 50%;
  }
  .colsXL-1 > * {
    width: 100%;
  }
  .colXL-hide {
    display: none;
  }
  .colXL-clear {
    clear: both;
  }
  .colXL-left {
    float: left;
    text-align: left;
  }
  .colXL-right {
    float: right;
    text-align: right;
  }
  .colXL-center {
    text-align: center;
  }
  .colXL-1 {
    width: 100%;
  }
  .colXL-2-1 {
    width: 50%;
  }
  .colXL-3-2 {
    width: 66.6666666%;
  }
  .colXL-3-1 {
    width: 33.3333333%;
  }
  .colXL-4-3 {
    width: 75%;
  }
  .colXL-4-1 {
    width: 25%;
  }
  .colXL-5-4 {
    width: 80%;
  }
  .colXL-5-3 {
    width: 60%;
  }
  .colXL-5-2 {
    width: 40%;
  }
  .colXL-5-1 {
    width: 20%;
  }
  .colXL-6-5 {
    width: 25%;
  }
  .colXL-6-1 {
    width: 16.6666666%;
  }
  .colXL-8-1 {
    width: 12.5%;
  }
  .colXL-10-1 > * {
    width: 10%;
  }
}
@media screen and (max-width: 960px) {
  .colsL-center {
    text-align: center;
  }
  .colsL-left {
    text-align: left;
  }
  .colsL-right {
    text-align: right;
  }
  .colsL-10 > * {
    width: 10%;
  }
  .colsL-8 > * {
    width: 12.5%;
  }
  .colsL-6 > * {
    width: 16.6666666%;
  }
  .colsL-5 > * {
    width: 20%;
  }
  .colsL-4 > * {
    width: 25%;
  }
  .colsL-3 > * {
    width: 33.3333333%;
  }
  .colsL-2 > * {
    width: 50%;
  }
  .colsL-1 > * {
    width: 100%;
  }
  .colL-hide {
    display: none;
  }
  .colL-clear {
    clear: both;
  }
  .colL-left {
    float: left;
    text-align: left;
  }
  .colL-right {
    float: right;
    text-align: right;
  }
  .colL-center {
    text-align: center;
  }
  .colL-1 {
    width: 100%;
  }
  .colL-2-1 {
    width: 50%;
  }
  .colL-3-2 {
    width: 66.6666666%;
  }
  .colL-3-1 {
    width: 33.3333333%;
  }
  .colL-4-3 {
    width: 75%;
  }
  .colL-4-1 {
    width: 25%;
  }
  .colL-5-4 {
    width: 80%;
  }
  .colL-5-3 {
    width: 60%;
  }
  .colL-5-2 {
    width: 40%;
  }
  .colL-5-1 {
    width: 20%;
  }
  .colL-6-5 {
    width: 25%;
  }
  .colL-6-1 {
    width: 16.6666666%;
  }
  .colL-8-1 {
    width: 12.5%;
  }
  .colL-10-1 > * {
    width: 10%;
  }
}
@media screen and (max-width: 720px) {
  .colsM-center {
    text-align: center;
  }
  .colsM-left {
    text-align: left;
  }
  .colsM-right {
    text-align: right;
  }
  .colsM-10 > * {
    width: 10%;
  }
  .colsM-8 > * {
    width: 12.5%;
  }
  .colsM-6 > * {
    width: 16.6666666%;
  }
  .colsM-5 > * {
    width: 20%;
  }
  .colsM-4 > * {
    width: 25%;
  }
  .colsM-3 > * {
    width: 33.3333333%;
  }
  .colsM-2 > * {
    width: 50%;
  }
  .colsM-1 > * {
    width: 100%;
  }
  .colM-hide {
    display: none;
  }
  .colM-clear {
    clear: both;
  }
  .colM-left {
    float: left;
    text-align: left;
  }
  .colM-right {
    float: right;
    text-align: right;
  }
  .colM-center {
    text-align: center;
  }
  .colM-1 {
    width: 100%;
  }
  .colM-2-1 {
    width: 50%;
  }
  .colM-3-2 {
    width: 66.6666666%;
  }
  .colM-3-1 {
    width: 33.3333333%;
  }
  .colM-4-3 {
    width: 75%;
  }
  .colM-4-1 {
    width: 25%;
  }
  .colM-5-4 {
    width: 80%;
  }
  .colM-5-3 {
    width: 60%;
  }
  .colM-5-2 {
    width: 40%;
  }
  .colM-5-1 {
    width: 20%;
  }
  .colM-6-5 {
    width: 25%;
  }
  .colM-6-1 {
    width: 16.6666666%;
  }
  .colM-8-1 {
    width: 12.5%;
  }
  .colM-10-1 > * {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .colsS-center {
    text-align: center;
  }
  .colsS-left {
    text-align: left;
  }
  .colsS-right {
    text-align: right;
  }
  .colsS-10 > * {
    width: 10%;
  }
  .colsS-8 > * {
    width: 12.5%;
  }
  .colsS-6 > * {
    width: 16.6666666%;
  }
  .colsS-5 > * {
    width: 20%;
  }
  .colsS-4 > * {
    width: 25%;
  }
  .colsS-3 > * {
    width: 33.3333333%;
  }
  .colsS-2 > * {
    width: 50%;
  }
  .colsS-1 > * {
    width: 100%;
  }
  .colS-hide {
    display: none;
  }
  .colS-clear {
    clear: both;
  }
  .colS-left {
    float: left;
    text-align: left;
  }
  .colS-right {
    float: right;
    text-align: right;
  }
  .colS-center {
    text-align: center;
  }
  .colS-1 {
    width: 100%;
  }
  .colS-2-1 {
    width: 50%;
  }
  .colS-3-2 {
    width: 66.6666666%;
  }
  .colS-3-1 {
    width: 33.3333333%;
  }
  .colS-4-3 {
    width: 75%;
  }
  .colS-4-1 {
    width: 25%;
  }
  .colS-5-4 {
    width: 80%;
  }
  .colS-5-3 {
    width: 60%;
  }
  .colS-5-2 {
    width: 40%;
  }
  .colS-5-1 {
    width: 20%;
  }
  .colS-6-5 {
    width: 25%;
  }
  .colS-6-1 {
    width: 16.6666666%;
  }
  .colS-8-1 {
    width: 12.5%;
  }
  .colS-10-1 > * {
    width: 10%;
  }
}
/*
 An example button.
 You can use this example if you want. Just replace all the variables
 and it will create a button dependant on those variables.
 */
.Btn {
  background-color: transparent;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding: 0 80px 0 30px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #68a639;
  text-decoration: none !important;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 2px #68a639;
  -moz-box-shadow: inset 0 0 0 2px #68a639;
  -ms-box-shadow: inset 0 0 0 2px #68a639;
  box-shadow: inset 0 0 0 2px #68a639;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  overflow: hidden;
}
.Btn:before, .Btn:after {
  position: absolute;
  content: "";
  display: block;
  font-size: 20px;
  right: 30px;
  top: 0;
  width: 25px;
  text-align: center;
  font-family: "icomoon";
  content: "\e095";
  z-index: -1;
  pointer-events: none;
  color: #68a639;
  opacity: 1;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Btn:after {
  right: 0;
  opacity: 0;
}
.Btn:hover:after {
  right: 30px;
  opacity: 1;
}
.Btn:hover:before {
  right: 60px;
  opacity: 0;
}
.altBtn {
  background-color: #1d4878;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #1d4878;
  -moz-box-shadow: inset 0 0 0 2px #1d4878;
  -ms-box-shadow: inset 0 0 0 2px #1d4878;
  box-shadow: inset 0 0 0 2px #1d4878;
}
.altBtn:before, .altBtn:after {
  color: #fff;
}
.darkBtn {
  background-color: #1d4878;
}
.whiteBtn {
  background-color: #fff;
  color: #68a639;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -ms-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.whiteText .whiteBtn {
  color: #68a639;
}
.fullBtn {
  width: 100%;
  padding: 0;
  text-align: center;
}
.Btns .Btn {
  margin: 0 0 5px;
  vertical-align: top;
}
.Btns p {
  margin: 0 0 5px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
}
/* ============================================================================
 Containers
 ============================================================================ */
.siteWrap {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.container {
  min-height: 100%;
  background-color: #fff;
}
.innerContainer {
  overflow: auto;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
.inner .inner {
  width: 100%;
}
.content {
  padding: 30px 0;
}
.largeContent {
  max-width: 850px;
}
.halfContent {
  max-width: 750px;
}
.mediumContent {
  max-width: 650px;
}
.smallContent {
  max-width: 550px;
}
.alignCenter .largeContent, .alignCenter.largeContent, .alignCenter .halfContent, .alignCenter.halfContent, .alignCenter .mediumContent, .alignCenter.mediumContent, .alignCenter .smallContent, .alignCenter.smallContent {
  margin: 0 auto;
}
.push {
  height: 50px;
}
.smallPush {
  height: 30px;
}
.tinyPush {
  height: 15px;
}
.noMargin {
  margin: 0;
}
.alignCenter .halfContent, .alignCenter .smallContent {
  margin: 0 auto;
}
.padding {
  padding: 60px 0;
}
.paddingSide {
  padding: 0 60px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.lightBg {
  background-color: #f6f8fb;
}
.mediumBg {
  background-color: #ebf0f6;
}
.whiteBg {
  background-color: #fff;
}
.greyBg {
  background-color: #dcdcdc;
}
.darkBg {
  background-color: #171717;
}
.purpleBg {
  background-color: #9b59b6;
}
.blueBg {
  background-color: #68a639;
}
.lightBlueBg {
  background-color: #E7F0EC;
}
.darkBlueBg {
  background-color: #1d4878;
}
.skyBlueBg {
  background-color: rgba(14,107,71,0.1);

}
.greenBg {
  background-color: #426267;
}
.blackBg {
  background-color: #000;
}
.mainBg {
  background-color: #68a639;
}
.secondBg {
  background-color: #dcdcdc;
}
.noFlow {
  overflow: hidden;
}
.pattern {
  background-image: url(../images/pattern.jpg);
}
.divider {
  margin: 10px auto;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px #dcdcdc;
  -moz-box-shadow: inset 0 0 0 1px #dcdcdc;
  -ms-box-shadow: inset 0 0 0 1px #dcdcdc;
  box-shadow: inset 0 0 0 1px #dcdcdc;
  position: relative;
}
.divider:before, .divider:after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  top: 4px;
  background-color: #dcdcdc;
}
.divider:before {
  left: -18px;
}
.divider:after {
  right: -18px;
}
.whiteText .divider {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  -ms-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.whiteText .divider:before, .whiteText .divider:after {
  background-color: #fff;
}
.vidWrap {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.vidWrap > * {
  display: block;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ============================================================================
 Globals
 ============================================================================ */
html.js {
  margin: 0 !important;
}
#wpadminbar {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  background: #f6f8fb;
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 1150px;
}
/* ============================================================================
 Breadcrumbs
 ============================================================================ */
.breadCrumbs {
  padding: 10px 0;
  position: relative;
  background-color: #fff;
}
.paddingSide .breadCrumbs {
  background-color: transparent;
  padding: 0;
  margin: 0 0 20px;
}
.paddingSide .breadCrumbs .paddingSide {
  padding: 0;
}
.breadCrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  color: #7c7d7f;
}
.breadCrumbs p a {
  color: #7c7d7f;
  text-decoration: none;
  border-bottom: none;
}
.breadCrumbs i {
  margin: 0 5px;
}
.breadCrumbs p a:hover {
  text-decoration: underline;
}
/* ============================================================================
 Nieuws / Article
 ============================================================================ */
.articleHeader {
  border-bottom: 1px solid #d3ddeb;
}
.articleHeader .title {
  line-height: 45px;
  margin: 0 0 20px;
}
.articleContent {
  font-size: 16px;
  line-height: 30px;
}
.articleContent.descContent, .articleContent.descContent p {
  font-size: 20px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
}
.articleContent p, .articleContent ul {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  hyphens: inherit;
}
.articleContent p a {
  text-decoration: underline;
}
.pageContent {
  -moz-column-count: 2;
  -moz-column-gap: 28px;
  -webkit-column-count: 2;
  -webkit-column-gap: 28px;
  column-count: 2;
  column-gap: 28px;
  margin: 0;
}
.articleContent.pageContent p {
  margin: 0 0 20px;
}
.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4, .pageContent h5, .pageContent h6 {
  margin: 0 0 30px;
}
.articleContent .desc {
  font-size: 19px;
  line-height: 30px;
}
.articleContent ul {
  list-style: outside disc;
  padding: 0 0 0 15px;
}
.articleContent ol {
  list-style: outside disc;
  padding: 0 0 0 15px;
}
.articleImg, .articleContent .articleImg {
  float: right;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  margin: 0 0 30px 60px;
}
.articleContent h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 300;
}
.articleContent h2, .articleContent h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin: 30px 0 10px;
}
.articleContent h4, .articleContent h5, .articleContent h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 30px 0 10px;
}
.postSocials {
  max-width: 280px;
}
.articleContent img {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #d3ddeb;
  background-color: #e4eaf3;
}
.articleContent img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.articleContent img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
#impressionSlider .slides li {
  display: none;
  max-width: 480px;
}
#impressionSlider .slides li a {
  display: block;
}
/* ============================================================================
 Page submenu
 ============================================================================ */
.submenuTitle {
  color: #171717;
  font-size: 18px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 20px;
}
.childPagesMenu {
  margin: 0;
}
.childPagesMenu li {
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  line-height: 18px;
  font-weight: 300;
  border-bottom: 1px solid #d3ddeb;
}
.childPagesMenu li a {
  color: #171717;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.childPagesMenu li a:hover {
  text-decoration: underline;
}
.childPagesMenu li i {
  color: #68a639;
  width: 30px;
  line-height: 25px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.childPagesMenu li.current_page_item i {
  color: #68a639;
}
/* ============================================================================
 Pagination
 ============================================================================ */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  font-size: 13px;
}
.pagination li a, .pagination li span {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.pagination li a {
  color: #fff;
  background: #68a639;
}
.pagination li:hover a {
  background: #68a639;
}
.pagination li span {
  background: #68a639;
  color: #fff;
}
/* ============================================================================
 Search
 ============================================================================ */
.searchResult {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #171717;
}
.searchResult p {
  font-size: 12px;
  line-height: 18px;
}
/* ============================================================================
 Animations
 ============================================================================ */
html.no-js .animWrap .animThis, html.no-js .animGroup .animThis {
  opacity: 1;
}
.animWrap .animThis, .animGroup .animThis {
  opacity: 0;
}
.animated {
  /*!
   Animate.css - http://daneden.me/animate
   Licensed under the MIT license - http://opensource.org/licenses/MIT
   Copyright (c) 2015 Daniel Eden
   */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*********************
 IMPORTING MODULES
 Modules are reusable blocks or elements we use throughout the project.
 We can break them up as much as we want or just keep them all in one.
 I mean, you can do whatever you want. The world is your oyster. Unless
 you hate oysters, then the world is your peanut butter & jelly sandwich.
 *********************/
/* ============================================================================
 Header
 ============================================================================ */
.header {
  position: relative;
  background-color: #68a639;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 420px;
  height: 0;
  overflow: hidden;
  padding: 0 0 26.25%;
  margin-top: 106px;
}
.header .headerContent {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 150px;
  left: 50%;
  z-index: 2;
}
.headerTitle {
  font-size: 44px;
  line-height: 50px;
  color: #68a639;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
  background-color: #fff;
  margin: 0 0 10px;
}
.headerTitle a {
  color: #68a639;
}
.headerSubtitle {
  font-size: 23px;
  line-height: 44px;
  color: #2e2e2e;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 300;
  background-color: #fff;
  margin: 0;
}
.headerSubtitle a {
  color: #2e2e2e;
}
body.page-template-huisstijl .header, body.home .header {
  height: 770px;
  height: 0;
  overflow: hidden;
  padding: 0 0 43.75%;
}
.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pageHeader .pageHeaderContent {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.scrollDown {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  width: 111px;
  height: 26px;
  background: url(../images/bumpUp.png) no-repeat 50% 100%;
  background-size: 111px 26px;
  text-align: center;
  cursor: pointer;
}
.scrollDown span {
  position: absolute;
  width: 100%;
  top: -30px;
  line-height: 30px;
  left: 0;
  pointer-events: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.scrollDown i {
  line-height: 26px;
}
/* ============================================================================
 Footer
 ============================================================================ */
.innerContainer {
  padding: 0 50px 590px;
}
.footer {
  clear: both;
  height: 590px;
  margin-top: -590px;
  /* negative footer height */
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 0 50px 50px;
}
.footer .footerInner {
  background-color: #68a639;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footerBar {
  height: 110px;
  background-color: #E7F0EC;
}
.footer .footerBar .logo {
  float: left;
  display: block;
  width: 255px;
  height: 110px;
  text-indent: -99999px;
  background: url(../images/logo.png) no-repeat 50% 50%;
  background-size: 145px 60px;
  overflow: hidden;
}
.footer .footerBar .slogan {
  margin: 0 20px 0 50px;
  float: left;
  display: block;
  height: 110px;
  font-family: 'The Mix Bold';
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  color: #7c7d7f;
  line-height: 110px;
}
.footer .footerBar .Btn {
  margin-top: 25px;
}
.footer .footerMain {
  height: 430px;
  background-color: #68a639;
}
.footer .footerTop {
  padding: 70px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footerTop .footerTitle {
  color: #fff;
  margin: 0 0 40px;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
}
.footer .footerTop .footerDesc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 30px;
}
.footer .footerTop .footerDesc a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footerTop .footerDesc a:hover {
  color: #fff;
}
.footer .footerTop .footerMenu ul {
  margin: 0;
}
.footer .footerTop .footerMenu ul li {
  display: block;
  font-size: 15px;
  line-height: 30px;
  position: relative;
  color: #fff;
}
.footer .footerTop .footerMenu ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footerTop .footerMenu ul li a:hover {
  color: #fff;
}
.footer .footerTop .footerMenu ul.footermenu2 li {
  float: left;
  width: 50%;
}
.footer .footerBottom .footerSocials {
  float: left;
  margin: 0;
  padding: 20px 0;
}
.footer .footerBottom .footerSocials li {
  display: block;
  float: left;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 0 5px;
}
.footer .footerBottom .footerSocials li a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  text-align: center;
}
.footer .footerBottom .footerSocials li a:hover {
  background-color: #fff;
  color: #68a639;
}
.footer .footerBottom .footerMenu {
  float: left;
}
.footer .footerBottom .footerMenu ul {
  margin: 0 0 0 20px;
  padding: 20px 0;
}
.footer .footerBottom .footerMenu ul li {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.footer .footerBottom .footerMenu ul li:after {
  position: absolute;
  content: "";
  display: block;
  content: "-";
  top: 0;
  left: 0;
  text-align: center;
  width: 20px;
}
.footer .footerBottom .footerMenu ul li:first-child {
  padding: 0;
}
.footer .footerBottom .footerMenu ul li:first-child:after {
  display: none;
}
.footer .footerBottom .footerMenu ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footerBottom .footerMenu ul li a:hover {
  color: #fff;
}
.footer .footerBottom .copyright {
  float: left;
  margin: 0 0 0 20px;
  line-height: 30px;
  padding: 20px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footerBottom .copyright a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footerBottom .copyright a:hover {
  color: #fff;
}
.contactSide {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contactSide .contactSideInner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.contactSide .contactSideInner p {
  margin: 0;
  position: absolute;
  width: 350px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
}
.contactSide .contactSideInner p a {
  color: #171717;
}
/* ============================================================================
 Menubar
 ============================================================================ */
.topBar {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  position: fixed;
  padding: 0 50px;
}
.logoWrap {
  top: 0;
  left: 50px;
  width: 332px;
  height: 145px;
  position: absolute;
  z-index: 4;
  background: url(../images/logoWrap.png) no-repeat 100% 0;
}
.logoWrap .logo {
  display: block;
  width: 255px;
  height: 145px;
  text-indent: -99999px;
  background: url(../images/logo.png) no-repeat 50% 50%;
  overflow: hidden;
}
.menuWrap {
  margin-bottom: -14px;
  height: 120px;
}
.menuBar {
  position: relative;
  z-index: 3;
  background-color: #fff;
  height: 106px;
}
.menuBar .menuRight {
  float: right;
  position: relative;
}
.menuBar .menuRight:before, .menuBar .menuRight:after {
  position: absolute;
  content: "";
  display: block;
  width: 2000px;
  background-color: #fff;
}
.menuBar .menuRight:before {
  left: -2000px;
}
.menuBar .menuWrapper {
  float: left;
}
.menuBar .menuWrapper .mainMenu > ul {
  margin: 0;
  position: relative;
}
.menuBar .menuWrapper .mainMenu > ul:before {
  position: absolute;
  content: "";
  display: block;
  display: block;
  background: #fff;
  width: 10000px;
  height: 14px;
  left: -10000px;
  bottom: 0;
}
.menuBar .menuWrapper .mainMenu > ul li {
  display: block;
  font-size: 14px;
  line-height: 120px;
  float: left;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
}
.menuBar .menuWrapper .mainMenu > ul li.menu-item-has-children:hover .sub-menu {
  pointer-events: inherit;
  opacity: 1;
  visibility: visible;
  top: 110px;
}
.menuBar .menuWrapper .mainMenu > ul li .sub-menu {
  position: absolute;
  z-index: 2;
  margin: 0;
  background-color: #68a639;
  width: 250px;
  top: 100px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, top ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, top ease-in-out 0.3s;
}
.menuBar .menuWrapper .mainMenu > ul li .sub-menu li {
  line-height: 20px;
  padding: -;
  float: none;
  text-transform: none;
  border-top: 1px solid #0e6b47;
}
.menuBar .menuWrapper .mainMenu > ul li .sub-menu li:before, .menuBar .menuWrapper .mainMenu > ul li .sub-menu li:after {
  display: none !important;
}
.menuBar .menuWrapper .mainMenu > ul li .sub-menu li:hover {
  background-color: #0e6b47;
}
.menuBar .menuWrapper .mainMenu > ul li .sub-menu li:first-child {
  border: none;
}
.menuBar .menuWrapper .mainMenu > ul li .sub-menu li a {
  color: #fff;
  padding: 10px;
  font-weight: 300 !important;
}
.menuBar .menuWrapper .mainMenu > ul li .sub-menu li a:before, .menuBar .menuWrapper .mainMenu > ul li .sub-menu li a:after {
  display: none !important;
}
.menuBar .menuWrapper .mainMenu > ul li a {
  color: #171717;
  display: block;
  padding: 0 18px;
  position: relative;
}
.menuBar .menuWrapper .mainMenu > ul li a:before {
  position: absolute;
  content: "";
  display: block;
  display: block;
  background: #fff;
  width: 100%;
  height: 14px;
  left: 0;
  bottom: 0;
}
.menuBar .menuWrapper .mainMenu > ul li:hover a:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #68a639;
  width: 50%;
  height: 2px;
  bottom: 30px;
  left: 25%;
}
.menuBar .menuWrapper .mainMenu > ul li.current-menu-item:before, .menuBar .menuWrapper .mainMenu > ul li.current_page_item:before, .menuBar .menuWrapper .mainMenu > ul li.current-menu-parent:before, .menuBar .menuWrapper .mainMenu > ul li.current-post-parent:before, .menuBar .menuWrapper .mainMenu > ul li.current-page-ancestor:before, .menuBar .menuWrapper .mainMenu > ul li.current-menu-item:after, .menuBar .menuWrapper .mainMenu > ul li.current_page_item:after, .menuBar .menuWrapper .mainMenu > ul li.current-menu-parent:after, .menuBar .menuWrapper .mainMenu > ul li.current-post-parent:after, .menuBar .menuWrapper .mainMenu > ul li.current-page-ancestor:after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 14px;
  bottom: 0;
  background-color: #fff;
}
.menuBar .menuWrapper .mainMenu > ul li.current-menu-item:before, .menuBar .menuWrapper .mainMenu > ul li.current_page_item:before, .menuBar .menuWrapper .mainMenu > ul li.current-menu-parent:before, .menuBar .menuWrapper .mainMenu > ul li.current-post-parent:before, .menuBar .menuWrapper .mainMenu > ul li.current-page-ancestor:before {
  left: 50%;
  margin-left: 20px;
}
.menuBar .menuWrapper .mainMenu > ul li.current-menu-item:after, .menuBar .menuWrapper .mainMenu > ul li.current_page_item:after, .menuBar .menuWrapper .mainMenu > ul li.current-menu-parent:after, .menuBar .menuWrapper .mainMenu > ul li.current-post-parent:after, .menuBar .menuWrapper .mainMenu > ul li.current-page-ancestor:after {
  right: 50%;
  margin-right: 20px;
}
.menuBar .menuWrapper .mainMenu > ul li.current-menu-item a, .menuBar .menuWrapper .mainMenu > ul li.current_page_item a, .menuBar .menuWrapper .mainMenu > ul li.current-menu-parent a, .menuBar .menuWrapper .mainMenu > ul li.current-post-parent a, .menuBar .menuWrapper .mainMenu > ul li.current-page-ancestor a {
  font-weight: 700;
}
.menuBar .menuWrapper .mainMenu > ul li.current-menu-item a:before, .menuBar .menuWrapper .mainMenu > ul li.current_page_item a:before, .menuBar .menuWrapper .mainMenu > ul li.current-menu-parent a:before, .menuBar .menuWrapper .mainMenu > ul li.current-post-parent a:before, .menuBar .menuWrapper .mainMenu > ul li.current-page-ancestor a:before {
  display: block;
  background: url(../images/menuHover.png) no-repeat 50% 100%;
  background-size: cover;
  width: 48px;
  left: 50%;
  margin-left: -24px;
}
.menuBar .menuWrapper .mainMenu > ul li:last-child .sub-menu {
  left: inherit;
  right: 0;
}
.menuRight {
  float: right;
  height: 120px;
}
.menuRight .menuIcons {
  float: right;
  position: relative;
  background-color: #fff;
}
.menuRight .menuIcons .menuSearch {
  float: left;
  padding: 45px 0;
  margin: 0 5px 0 0;
}
.menuRight .menuIcons .menuSearch .searchToggle {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.menuRight .menuIcons .menuSearch .searchToggle:hover {
  background-color: #68a639;
  color: #fff;
}
.menuRight .menuIcons .menuSearch .searchBox {
  background-color: white;
  position: fixed;
  padding: 0 10px;
  right: 50px;
  top: 120px;
  width: 280px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: padding ease-in-out 0.3s, max-height ease-in-out 0.3s;
  transition: padding ease-in-out 0.3s, max-height ease-in-out 0.3s;
}
.menuRight .menuIcons .menuSearch .searchBox form div {
  position: relative;
  height: 50px;
}
.menuRight .menuIcons .menuSearch .searchBox form div input {
  height: 40px;
  line-height: 30px;
  margin: 0;
}
.menuRight .menuIcons .menuSearch .searchBox form div button[type="submit"] {
  position: absolute;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 5px;
  right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #68a639;
  color: #fff;
}
.menuRight .menuIcons .menuSearch.active .searchToggle .fa-search:before {
  content: "\f00d";
}
.menuRight .menuIcons .menuSearch.active .searchBox {
  opacity: 1;
  visibility: visible;
  max-height: 60px;
  padding: 10px;
}
.menuRight .menuIcons .menuLang {
  float: left;
  margin: 0;
  padding: 49px 0;
}
.menuRight .menuIcons .menuLang li {
  float: left;
  display: block;
  padding: 2px;
}
.menuRight .menuIcons .menuLang li a {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.menuRight .menuIcons .menuLang li.active a {
  opacity: 0.5;
}
.menuRight .menuIcons .menuLang li.langen a {
  background-image: url('https://www.vastbouw.nl/wp-content/uploads/2018/06/GB.png');
}
.menuRight .menuIcons .menuLang li.langnl a {
  background-image: url('https://www.vastbouw.nl/wp-content/uploads/2018/06/NL.png');
}
.menuRight .menuIcons .menuLang li.langpl a {
  background-image: url('http://fortress-polandnl.titanium.moddit.nl/wp-content/uploads/2019/04/PL.jpg');
}



.menuToggle {
  float: left;
  display: none;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
  padding: 0 40px 0 0;
  height: 100px;
  font-size: 12px;
  line-height: 100px;
  color: #171717;
  text-transform: uppercase;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mtBars {
  display: block;
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -15px 0 0 0;
}
.mtBar {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #68a639;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mtBarTop {
  margin-top: -8px;
}
.mtBarBottom {
  margin-top: 8px;
}
.menuToggle.active .mtBar {
  margin: 0;
}
.menuToggle.active .mtBarTop {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuToggle.active .mtBarBottom {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuToggle.active .mtBarTop, .menuToggle.active .mtBarBottom {
  margin: 0;
  -webkit-transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.6s;
  transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out 0.6s;
}
.menuToggle.active .mtBarMiddle {
  width: 0;
  -webkit-transition: width 0.3s ease-in-out 0.3s;
  transition: width 0.3s ease-in-out 0.3s;
}
/* ============================================================================
 Panel
 ============================================================================ */
.panel {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  color: #fff;
  background-color: #68a639;
  padding: 0 0 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.panel:before {
  content: "";
  display: block;
  bottom: -200px;
  right: 0;
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: rgba(26, 26, 29, 0.9);
}
.panel .panelInner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
}
.panel .panelMenu {
  padding: 126px 0 30px;
}
.panel .panelMenu .sub-menu {
  display: block;
  padding: 10px 0 0 60px;
}
.panel .panelMenu .sub-menu li {
  font-size: 15px;
  line-height: 20px;
  padding: 5px 0;
}
.panel .panelMenu .sub-menu li a {
  padding: 0;
}
.panel .panelMenu ul {
  margin: 0;
  padding: 0;
}
.panel .panelMenu ul li {
  float: none;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
.panel .panelMenu ul li.home span {
  display: block;
}
.panel .panelMenu ul li.home i {
  display: none;
}
.panel .panelMenu ul li a {
  padding: 0 40px;
  display: block;
  color: #fff;
}
.panel .panelMenu ul li a:hover {
  text-decoration: underline;
}
.panel .panelMenu .menuLang {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 20px 40px;
}
.panel .panelMenu .menuLang li {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #000;
  border-radius: 50%;
  text-align: center;
}
.panel .panelMenu .menuLang li a {
  color: #fff;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
}
.panel .panelMenu .menuLang li.active {
  background-color: #fff;
}
.panel .panelMenu .menuLang li.active a {
  color: #000;
}
.panel .contactPanel {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  color: #000;
}
.panel .contactPanel p {
  padding: 20px 40px;
  margin: 0;
}
.panel .contactPanel p a {
  color: #000;
}
.panel .contactPanel p a:hover {
  border-bottom: 1px dotted #fff;
}
body.lock .panel {
  width: 300px;
  min-height: 575px;
}
body.lock .panel .panelInner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.panelLang {
  padding: 10px 40px 0;
  margin: 0;
  line-height: 0;
}
.panelLang li {
  float: left;
  margin: 0 10px 0 0;
}
.panelLang li a {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.panelLang li.active a {
  opacity: 0.5;
}
/* .panelLang li.langen a {
  background-image: url('https://www.vastbouw.nl/wp-content/uploads/2018/06/GB.png');
} */
.panelLang li.langnl a {
  background-image: url('http://fortress-polandnl.titanium.moddit.nl/wp-content/uploads/2019/04/NL.jpg');
}

.panelLang li.langpl a {
  background-image: url('http://fortress-polandnl.titanium.moddit.nl/wp-content/uploads/2019/04/PL.jpg');
}
/* ============================================================================
 Block
 ============================================================================ */
a.block:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
a.block:hover .blockImg:before {
  opacity: 0.3;
  height: 100%;
}
.block {
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.block .blockImg {
  position: relative;
}
.block .blockImg:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0;
  opacity: 0;
  background-color: #68a639;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.block .blockImg.blockImgLogo {
  height: 0;
  padding: 0 0 68%;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #E7F0EC;
  -moz-box-shadow: inset 0 -1px 0 0 #E7F0EC;
  -ms-box-shadow: inset 0 -1px 0 0 #E7F0EC;
  box-shadow: inset 0 -1px 0 0 #E7F0EC;
}
.block .blockImg.blockImgLogo .blockLogo {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  padding: 20px;
}
.block .blockImg img {
  width: 100%;
}
.block .blockImg .blockLabel {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 20px;
  background-color: #fff;
  color: #171717;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  hyphens: inherit;
  z-index: 3;
}
.block .blockContent {
  text-align: center;
  padding: 40px 0;
  background-color: #0e6b47;
  -webkit-box-shadow: 0 1px 0 1px #E7F0EC;
  -moz-box-shadow: 0 1px 0 1px #E7F0EC;
  -ms-box-shadow: 0 1px 0 1px #E7F0EC;
  box-shadow: 0 1px 0 1px #E7F0EC;
}
.block .blockContent.clearBlockContent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.block .blockContent .blockTitle {
  color: #171717;
  margin: 0;
  height: 60px;
  overflow: hidden;
  font-size: 22px;
  line-height: 30px;
  padding: 0 20px;
}
.skyBlueBg .block .blockContent {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 1px #E7F0EC;
  -moz-box-shadow: 0 1px 0 1px #E7F0EC;
  -ms-box-shadow: 0 1px 0 1px #E7F0EC;
  box-shadow: 0 1px 0 1px #E7F0EC;
}
.smallBlock .blockContent .blockTitle {
  height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blockSubtitle {
  font-size: 13px;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.blockDesc {
  margin: 0;
  display: block;
  color: #171717;
  font-size: 15px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  padding: 0 30px;
}
.blockLink {
  display: block;
  margin: 20px 0 0;
  font-size: 17px;
  color: #E7F0EC;
}
.blockSlider .slides li {
  max-width: 468px;
}
.blockSlider .slides li .blockSlide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding-right: 17px;
}
.blockSlider .slides li .blockSlide:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blockSlider.bumpNav .flex-direction-nav a {
  margin-top: -125px;
}
/* ============================================================================
 Home
 ============================================================================ */
#projectSlider, #projectSlider .slides, #projectSlider .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#projectSlider .projectSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#projectSlider .projectSlide .headerContent {
  opacity: 0.75;
}
.werkgebieden {
  margin: 50px 0 0;
  text-align: center;
}
.werkgebieden > div {
  vertical-align: top;
  display: inline-block;
}
.werkgebieden .werkgebied {
  display: block;
  padding: 0 20px;
  margin: 0 0 30px;
  width: 220px;
}
.werkgebieden .werkgebied .werkgebiedImg {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
}
.werkgebieden .werkgebied .werkgebiedImg img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
}
.werkgebieden .werkgebied p {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  margin: 0;
}
.werkgebieden .werkgebied:hover p {
  color: #000;
}
.homeAbout {
  position: relative;
  background: #4e85c3 url(../images/aboutBg.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin: 0 0 200px;
}
.homeAbout .homeAboutImg {
  margin: 30px 0 -230px;
}
.homeAbout .articleContent p, .homeAbout .articleContent ul {
  font-size: 18px;
  line-height: 28px;
}
#bedrijfSlider {
  margin: 30px 0 0;
}
#bedrijfSlider .slides li {
  max-width: 281px;
}
#bedrijfSlider .bedrijfSlide {
  display: block;
  position: relative;
  height: 144px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#bedrijfSlider .bedrijfSlide:nth-child(2) {
  border-bottom: none;
}
#bedrijfSlider .bedrijfSlide img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
#bedrijfSlider:hover .bedrijfSlide img {
  opacity: 0.3;
}
#bedrijfSlider:hover .bedrijfSlide:hover img {
  opacity: 1;
}
/* ============================================================================
 Bedrijven
 ============================================================================ */
.companyMap, .contactMap {
  height: 700px;
  position: relative;
  background: #E7F0EC url(../images/vbMarker@2x.png) no-repeat 50% 50% / 77px 55px;
}
.compLogo {
  width: 100%;
  height: 144px;
  position: relative;
  background-color: #fff;
  border: 1px solid #E7F0EC;
}
.compLogo img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  padding: 30px;
}
/* ============================================================================
 Projecten
 ============================================================================ */
.projectFilters {
  margin: 0 0 30px;
}
.projectFilters .profiTabs {
  margin: 0 0 20px;
}
.projectFilters .profiTabs .profiTab {
  vertical-align: top;
  display: inline-block;
  margin: 0 30px;
  font-size: 16px;
  line-height: 30px;
}
.projectFilters .profiTabs .profiTab a {
  cursor: pointer;
  display: block;
  color: #171717;
}
.projectFilters .profiTabs .profiTab.active {
  font-weight: 700;
  border-bottom: 1px solid #68a639;
}
.projectFilters .profiContents .profiContent {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s, padding ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, padding ease-in-out 0.3s;
}
.projectFilters .profiContents .profiContent.active {
  opacity: 1;
  padding: 20px 0;
  height: inherit;
}
.projectFilters .profiContents .profiContent .projectFilter {
  vertical-align: top;
  display: inline-block;
  border-radius: 15px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px 0 40px;
  background-color: #fff;
  color: #171717;
  margin: 0 3px 8px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 1px #dcdcdc;
  -moz-box-shadow: inset 0 0 0 1px #dcdcdc;
  -ms-box-shadow: inset 0 0 0 1px #dcdcdc;
  box-shadow: inset 0 0 0 1px #dcdcdc;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.projectFilters .profiContents .profiContent .projectFilter:hover {
  background-color: #dcdcdc;
}
.projectFilters .profiContents .profiContent .projectFilter.active {
  background-color: #68a639;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #68a639;
  -moz-box-shadow: inset 0 0 0 1px #68a639;
  -ms-box-shadow: inset 0 0 0 1px #68a639;
  box-shadow: inset 0 0 0 1px #68a639;
}
.projectFilters .profiContents .profiContent .projectFilter.active:before {
  content: "\f05d";
}
.projectFilters .profiContents .profiContent .projectFilter:before {
  position: absolute;
  content: "\f10c";
  font-family: "FontAwesome";
  display: block;
  top: 0;
  left: 10px;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
}
.ontwBtn {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.ontwBtn.hide {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.ontwContent {
  padding: 0 20px;
  background-color: #E7F0EC;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height ease-in-out 0.3s, padding ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s, padding ease-in-out 0.3s;
}
.ontwContent.active {
  padding: 20px;
  max-height: 800px;
}
.projectData {
  margin: 20px 0 0;
}
.projectData li {
  padding: 9px 12px;
  line-height: 20px;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.projectData li strong {
  font-weight: 700;
}
.projectData li a {
  color: #171717;
  text-decoration: underline;
}
.projectData li:nth-child(odd) {
  background-color: #E7F0EC;
}
.projectHeader {
  height: 770px;
  height: 0;
  overflow: hidden;
  padding: 0 0 43.75%;
}
.projectHeader #headerSlider, .projectHeader #headerSlider .slides, .projectHeader #headerSlider .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projectHeader #headerSlider .slides li {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.projectHeader #projectThumbs {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
}
.projectHeader #projectThumbs .slides li {
  max-width: 150px;
  opacity: 0.6;
}
.projectHeader #projectThumbs .slides li .projectThumb {
  padding-left: 7px;
}
.projectHeader #projectThumbs .slides li img {
  display: block;
  padding: 4px;
  background-color: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.projectHeader #projectThumbs .slides li.flex-active-slide {
  opacity: 1;
}
/* ============================================================================
 Vastbouw
 ============================================================================ */
.sloganDesc {
  margin: 30px 0 0;
  line-height: 60px;
}
.sloganDesc .slogan {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  margin: 0 15px 0 0;
  font-family: 'TheMixBold';
  font-size: 22px;
  color: #7c7d7f;
  line-height: 60px;
}
.sloganDesc .Btn {
  vertical-align: top;
}
/* ============================================================================
 Contact
 ============================================================================ */
.vestigingen {
  margin: 30px 0 0;
}
.vestigingen .subtitle {
  font-weight: 700;
}
.vestigingen p {
  line-height: 22px;
}
.vestigingen .vestiging h4 {
  margin: 10px 0 0;
  cursor: pointer;
  padding: 0 50px 0 20px;
  line-height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #0e6b47;
  border: 1px solid #E7F0EC;
  position: relative;
}
.vestigingen .vestiging h4:before {
  display: block;
  position: absolute;
  content: "\f078";
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: "FontAwesome";
  text-align: center;
}
.vestigingen .vestiging p {
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height ease-in-out 0.3s, padding ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s, padding ease-in-out 0.3s;
}
.vestigingen .vestiging.active h4:before {
  content: "\f077";
}
.vestigingen .vestiging.active p {
  max-height: 300px;
  padding: 20px;
}
.werkgebieden .werkgebied {
  display: block;
  margin: 0 0 30px;
  padding: 0 5px;
  width: 220px;
}
/*********************
 IMPORTING RETINA
 *********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .logoWrap {
    background-image: url(../images/logoWrap@2x.png);
    background-size: 332px 145px;
  }
  .logoWrap .logo {
    background-image: url(../images/logo@2x.png);
    background-size: 193px 80px;
  }
  .footer .footerBar .logo {
    background-image: url(../images/logo@2x.png);
    background-size: 145px 60px;
  }
}
/*********************
 IMPORTING RESPONSIVE
 *********************/
/* ============================================================================
 Media Queries 768 and lower (iPad Landscape & Low Desktop )
 ============================================================================ */
@media screen and (max-height: 768px) {
  .padding {
    padding: 40px 0;
  }
  .push {
    height: 30px;
  }
}
/* ============================================================================
 Media Queries 960 and higher (Desktop)
 ============================================================================ */
@media screen and (max-width: 1220px) {
  /* Globals */
  body {
    min-width: 100%;
  }
  body:after {
    display: none;
    content: "";
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid rebeccapurple;
    border-left: 20px solid transparent;
  }
  .inner {
    width: 90%;
  }
}
/* ============================================================================
 Media Queries 480 - 960 (iPad Portrait)
 ============================================================================ */
@media screen and (max-width: 960px) {
  /* Globals */
  body:after {
    border-bottom-color: yellowgreen;
  }
}
/* ============================================================================
 Media Queries 480 - 720 (iPhone landscape)
 ============================================================================ */
@media screen and (max-width: 720px) {
  /* Globals */
  /* News */
  /* Article */
  body:after {
    border-bottom-color: salmon;
  }
  .newsFilters {
    float: none;
    width: 100%;
    clear: left;
  }
  .articleContent .articleImg {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .articleContent .articleImg img {
    width: 100%;
  }
  .pageContent {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
/* ============================================================================
 Media Queries 480 and lower (iPhone Portrait)
 ============================================================================ */
@media screen and (max-width: 480px) {
  /* Globals */
  body {
    min-width: 320px;
  }
  body:after {
    border-bottom-color: lightblue;
  }
  .Btns .Btn {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .articleContent img.alignleft, .articleContent img.alignright {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .menuBar .menuWrapper .mainMenu > ul li {
    font-size: 13px;
  }
  .menuBar .menuWrapper .mainMenu > ul li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1220px) {
  .innerContainer, .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contactSide {
    width: 40px;
    height: 40px;
  }
  .contactSide .contactSideInner {
    width: 40px;
    height: 40px;
  }
  .contactSide .contactSideInner p {
    line-height: 40px;
    height: 40px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footer .footerMain {
    height: 450px;
  }
  .logoWrap {
    width: 230px;
    height: 120px;
    background-size: 275px 120px;
    left: 40px;
  }
  .logoWrap .logo {
    width: 180px;
    height: 120px;
    background-size: 145px 60px;
  }
  .topBar {
    padding: 0 40px;
  }
  .menuBar .menuWrapper .mainMenu > ul li {
    font-size: 13px;
    line-height: 100px;
  }
  .menuBar .menuWrapper .mainMenu > ul li a {
    padding: 0 8px;
  }
  .menuWrap, .menuRight {
    height: 100px;
  }
  .menuBar {
    height: 86px;
  }
  .menuRight .menuIcons .menuLang li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .menuRight .menuIcons .menuSearch {
    padding: 35px 0;
  }
  .menuRight .menuIcons .menuLang {
    padding: 33px 0;
  }
  .menuRight .menuIcons .menuSearch .searchBox {
    top: 100px;
    right: 40px;
  }
  .header {
    margin-top: 86px;
  }
  .menuBar .menuWrapper .mainMenu > ul li .sub-menu {
    top: 80px;
  }
  .menuBar .menuWrapper .mainMenu > ul li.menu-item-has-children:hover .sub-menu {
    top: 90px;
  }
}
@media screen and (max-width: 960px) {
  /* Global */
  /* Header */
  /* Menu */
  .paddingSide {
    padding: 0 40px;
  }
  .container {
    min-height: inherit;
  }
  .innerContainer {
    padding-bottom: 0;
  }
  .footer {
    margin: 0;
    height: auto;
  }
  .footer .footerMain {
    height: auto;
  }
  .footer .footerBar .slogan {
    display: none;
  }
  body.page-template-huisstijl .header, body.home .header {
    height: 550px;
  }
  .menuToggle {
    display: block;
  }
  .menuBar {
    height: 100px;
  }
  .menuWrap {
    overflow: hidden;
  }
  .menuWrapper .mainMenu, .menuRight .menuIcons .menuLang {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  /* Global */
  /* Menu */
  /* Header */
  /* Home */
  .contactSide {
    display: none;
  }
  .blockSlider.bumpNav .flex-direction-nav a {
    margin-top: -105px;
  }
  .block .blockContent {
    padding: 20px 0;
  }
  .block .blockContent .blockTitle {
    font-size: 20px;
  }
  .footer .footerBar .Btn {
    display: none;
  }
  .footer .footerBar .logoWrap {
    width: 100%;
    background: none;
  }
  .footer .footerBar .logoWrap .logo {
    width: 100%;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer .footerTop .footerMenu ul.footermenu2 li {
    float: none;
    width: 100%;
  }
  .footer .footerBottom .footerMenu ul {
    padding: 0;
    margin: 0;
  }
  .footer .footerBottom .footerMenu, .footer .footerBottom .copyright {
    clear: left;
    float: none;
    margin: 0;
    padding: 0;
  }
  .innerContainer, .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topBar {
    padding: 0 20px;
  }
  .paddingSide {
    padding: 0 20px;
  }
  .logoWrap {
    height: 80px;
    background: none;
    left: 20px;
    width: 130px;
  }
  .logoWrap .logo {
    width: 130px;
    height: 80px;
    background-size: 121px 50px;
  }
  .menuWrap, .menuRight, .menuToggle {
    height: 80px;
  }
  .menuBar .menuWrapper .mainMenu > ul li, .menuToggle {
    line-height: 80px;
  }
  .header {
    margin-top: 80px;
    height: 300px;
  }
  .headerTitle {
    font-size: 28px;
    line-height: 30px;
    max-width: 90%;
  }
  .menuRight .menuIcons .menuSearch {
    padding: 25px 0;
  }
  .menuRight .menuIcons .menuSearch .searchBox {
    top: 80px;
    right: 20px;
    width: auto;
    left: 20px;
  }
  .header .headerContent {
    bottom: 100px;
  }
  body.page-template-huisstijl .header, body.home .header {
    height: 350px;
  }
  .headerSubtitle {
    font-size: 15px;
    padding: 10px 15px;
    line-height: 25px;
  }
  #projectSlider .projectSlide .headerContent {
    -webkit-transform: none;
    transform: none;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  #projectSlider .projectSlide .headerContent .headerSubtitle {
    display: block;
  }
  #projectSlider .flex-control-nav {
    display: none;
  }
  body.home .scrollDown {
    display: none;
  }
  .werkgebieden .werkgebied {
    padding: 0;
    width: 160px;
  }
  .werkgebieden .werkgebied p {
    font-size: 13px;
  }
  .homeAbout {
    margin: 0 0 60px;
  }
  .homeAbout .homeAboutImg {
    margin: 30px 0 -120px;
  }
}
@media screen and (max-width: 480px) {
  /* Header */
  /* Home */
  .paddingSide {
    padding: 0 10px;
  }
  body.lock .panel {
    width: 280px;
  }
  body.page-template-huisstijl .header, body.home .header {
    height: 290px;
  }
  .header {
    height: 270px;
  }
  .headerTitle {
    font-size: 18px;
    line-height: 20px;
    max-width: 90%;
  }
  .headerSubtitle {
    font-size: 13px;
    line-height: 18px;
  }
  .werkgebieden > div {
    width: 50%;
    display: block;
    float: left;
  }
  .werkgebieden .werkgebied {
    padding: 0;
    width: 100%;
  }
  .werkgebieden .werkgebied .werkgebiedImg {
    width: 50px;
    height: 50px;
  }
  .werkgebieden .werkgebied p {
    font-size: 13px;
  }
}
