/* ============================================================================
 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: 'Century Gothic';
  src: url('../fonts/CenturyGothic.eot');
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* ============================================================================
 Typography
 ============================================================================ */
/* ============================================================================
 Fonts sizes
 ============================================================================ */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2d2841;
}
p {
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0;
}
a {
  color: #2d2841;
  text-decoration: none;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.floatRight {
  float: right;
}
.title {
  margin: 0 0 20px;
  font-size: 54px;
  line-height: 65px;
}
.darkTitle {
  color: #000;
}
.titleWrap .title, .titleWrap .smallTitle {
  float: left;
}
.subtitle {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 26px;
  line-height: 45px;
}
.smallTitle {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 45px;
  line-height: 52px;
}
.desc {
  font-size: 21px;
  line-height: 30px;
}
.whiteText, .whiteText a, .whiteText .title, .whiteText .subtitle, .whiteText .smallTitle, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p {
  color: #f0f0dd;
}
.desc a {
  color: #2d2841;
}
.desc .Btn {
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  .title {
    font-size: 48.6px;
    line-height: 58.5px;
  }
  .subtitle {
    font-size: 23.4px;
    line-height: 40.5px;
  }
  .smallTitle {
    font-size: 40.5px;
    line-height: 46.8px;
  }
}
@media screen and (max-width: 960px) {
  .title {
    font-size: 43.2px;
    line-height: 52px;
  }
  .subtitle {
    font-size: 20.8px;
    line-height: 36px;
  }
  .smallTitle {
    font-size: 36px;
    line-height: 41.6px;
  }
}
@media screen and (max-width: 720px) {
  .title {
    font-size: 37.8px;
    line-height: 45.5px;
  }
  .subtitle {
    font-size: 18.2px;
    line-height: 31.5px;
  }
  .smallTitle {
    font-size: 31.5px;
    line-height: 36.4px;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 32.4px;
    line-height: 39px;
  }
  .subtitle {
    font-size: 15.6px;
    line-height: 27px;
  }
  .smallTitle {
    font-size: 27px;
    line-height: 31.2px;
  }
}
/******************************************************************
 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;
}
/*! 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: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  display: block;
  font-weight: 300;
}
form span.star {
  vertical-align: top;
  color: #426267;
  font-size: 150%;
}
form label abbr[title] {
  text-decoration: none;
  border: none;
  color: #426267;
  line-height: 1px;
  vertical-align: text-top;
}
form input, form button, form select, form textarea {
  display: inline-block;
  border: none;
  background: #fff;
  color: #2d2841;
  font-size: 14px;
  padding: 5px 25px;
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  line-height: 30px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blueBg form input, .blueBg form textarea, .blueBg 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: 50px;
  padding: 0;
  height: 50px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  background-color: #426267;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form input[type="submit"]:hover, form button[type="submit"]:hover {
  background: #2d2841;
}
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;
  height: inherit;
  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: table;
  clear: both;
  content: "";
}
.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) {
  .colXL-clear {
    clear: both;
  }
  .colXL-left {
    float: left;
    text-align: left;
  }
  .colXL-right {
    float: right;
    text-align: right;
  }
  .colXL-center {
    text-align: center;
  }
  .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-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) {
  .colL-clear {
    clear: both;
  }
  .colL-left {
    float: left;
    text-align: left;
  }
  .colL-right {
    float: right;
    text-align: right;
  }
  .colL-center {
    text-align: center;
  }
  .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-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) {
  .colM-clear {
    clear: both;
  }
  .colM-left {
    float: left;
    text-align: left;
  }
  .colM-right {
    float: right;
    text-align: right;
  }
  .colM-center {
    text-align: center;
  }
  .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-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) {
  .colS-clear {
    clear: both;
  }
  .colS-left {
    float: left;
    text-align: left;
  }
  .colS-right {
    float: right;
    text-align: right;
  }
  .colS-center {
    text-align: center;
  }
  .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-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%;
  }
}
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active {
  top: 1px;
}
/*
 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.
 */
.blue-btn {
  background-color: #2d2841;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #242034;
}
.blue-btn:active {
  background-color: #221e31;
}
.Btn {
  background-color: #2d2841;
  display: inline-block;
  line-height: 52px;
  padding: 0 36px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #f0f0dd;
  text-decoration: none !important;
  z-index: 1;
}
.Btn:hover {
  color: #f0f0dd;
  -webkit-transition: color 0.2s ease-in-out 0.2s;
  transition: color 0.2s ease-in-out 0.2s;
}
.Btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 5%;
  background-color: #426267;
  z-index: -1;
}
.Btn:hover:before {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
}
.altBtn:hover {
  color: #2d2841;
}
.altBtn:before {
  background-color: #f0f0dd;
}
.lightBtn {
  background-color: #f0f0dd;
  color: #2d2841;
}
.lightBtn:hover {
  color: #f0f0dd;
}
.lightBtn:before {
  background-color: #426267;
}
.whiteText .lightBtn {
  color: #2d2841;
}
.whiteText .lightBtn:hover {
  color: #f0f0dd;
}
.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;
}
.container {
  min-height: 100%;
  background-color: #f0f0dd;
}
.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;
}
.halfContent {
  max-width: 750px;
}
.smallContent {
  max-width: 550px;
}
.alignCenter .halfContent, .alignCenter.halfContent, .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;
}
.lightBg {
  background-color: #f0f0dd;
}
.mediumBg {
  background-color: #ebebd2;
}
.whiteBg {
  background-color: #fff;
}
.greyBg {
  background-color: #f2f2f2;
}
.darkBg {
  background-color: #111;
}
.purpleBg {
  background-color: #9b59b6;
}
.blueBg {
  background-color: #2d2841;
}
.greenBg {
  background-color: #426267;
}
.blackBg {
  background-color: #000;
}
.noFlow {
  overflow: hidden;
}
.pattern {
  background-image: url(../images/pattern.jpg);
}
.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: #f0f0dd;
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 1150px;
}
/* ============================================================================
 Breadcrumbs
 ============================================================================ */
.breadCrumbs {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #426267;
  background-color: #f0f0dd;
}
.breadCrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  color: #cfd7e2;
}
.breadCrumbs p a {
  color: #cfd7e2;
  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 #e0e0ba;
}
.articleHeader .title {
  line-height: 45px;
  margin: 0 0 20px;
}
.articleContent {
  font-size: 14px;
  line-height: 22px;
}
.articleContent .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.articleContent .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.articleContent p, .articleContent ul {
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0;
}
.articleContent ul {
  line-height: 32px;
}
.articleContent p a {
  text-decoration: underline;
}
.articleImages img + img {
  margin-top: 40px;
}
.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: 30px;
  line-height: 40px;
  font-weight: 700;
}
.articleContent h2, .articleContent h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px 0 10px;
}
.articleContent h4, .articleContent h5, .articleContent h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.postSocials {
  max-width: 280px;
}
.articleContent img {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #e0e0ba;
  background-color: #e8e8cb;
  position: relative;
  z-index: 1;
}
.articleContent img + .wp-caption-text {
  margin: -11px 0 0 !important;
  padding: 0 10px 5px;
  background-color: #e8e8cb;
  border: 1px solid #e0e0ba;
  border-top: none;
  width: calc(100% - 10px);
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-style: italic;
}
.articleContent img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.articleContent img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
#impressionSlider .slides li {
  display: block;
}
#impressionSlider .slides li a {
  display: block;
}
/* ============================================================================
 Page submenu
 ============================================================================ */
.submenuTitle {
  color: #505050;
  font-size: 18px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 20px;
}
.childPagesMenu {
  margin: 0;
}
.childPagesMenu li {
  margin: 0;
  font-size: 18px;
  padding: 10px 0;
  line-height: 25px;
  font-weight: 300;
  border-bottom: 1px solid #e0e0ba;
}
.childPagesMenu li a {
  color: #505050;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.childPagesMenu li a:hover {
  text-decoration: underline;
}
.childPagesMenu li i {
  color: #426267;
  width: 30px;
  line-height: 25px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.childPagesMenu li.current_page_item i {
  color: #2d2841;
}
/* ============================================================================
 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: #2d2841;
}
.pagination li:hover a {
  background: #426267;
}
.pagination li span {
  background: #426267;
  color: #fff;
}
/* ============================================================================
 Search
 ============================================================================ */
.searchResult {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #505050;
}
.searchResult p {
  font-size: 12px;
  line-height: 18px;
}
/* ============================================================================
 Animations
 ============================================================================ */
.plop {
  opacity: 0;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.plop.plopIt {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.plopDelay01 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.plopDelay02 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.plopDelay03 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.plopDelay04 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.plopDelay05 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.plopDelay06 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.plopDelay08 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.plopDelay09 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.plopDelay10 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
/*********************
 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 {
  height: 115px;
  position: relative;
  background-color: #426267;
  background-position: 50% 0px;
}
body.home .header {
  height: 500px;
}
.headerInner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ============================================================================
 Footer
 ============================================================================ */
.footer {
  clear: both;
  height: 620px;
  margin-top: -620px;
  /* negative footer height */
  position: relative;
  width: 100%;
  background: url(../images/footer.jpg) no-repeat 50% 50% #426267;
  background-size: cover;
}
.innerContainer {
  padding-bottom: 620px;
}
.footer a:hover {
  text-decoration: underline;
}
.footerTop {
  padding: 30px 0;
  border-bottom: 1px solid #568086;
}
.footerTitle {
  margin: 0;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #f0f0dd;
  max-width: 270px;
}
.footerSubtitle {
  margin: 0;
  max-width: 270px;
  font-size: 18px;
  line-height: 30px;
}
.footerSocials {
  padding: 50px 0 0;
}
.footerSocials a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f0f0dd;
  color: #426267;
  vertical-align: top;
  margin: 0 0 0 5px;
  text-align: center;
  font-size: 20px;
}
.footerSocials a:hover {
  background-color: #2d2841;
  color: #f0f0dd;
}
.footerMiddle {
  padding: 40px 0;
  border-bottom: 1px solid #568086;
}
.footerMenuTitle {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #f0f0dd;
}
.footerMenu ul {
  margin: 0;
}
.footerMenu ul li {
  font-size: 14px;
  line-height: 30px;
}
.footerMenu ul li a {
  color: #f0f0dd;
}
.footerDesc {
  margin: 0;
  color: #f0f0dd;
  font-size: 14px;
  line-height: 30px;
}
.footerDesc a {
  color: #f0f0dd;
}
.footerBottom {
  padding: 20px 0;
}
.bottomMenu ul {
  margin: 0;
  text-align: center;
}
.bottomMenu ul li {
  position: relative;
  margin: 0;
  color: #f0f0dd;
  font-size: 13px;
  line-height: 40px;
  display: inline-block;
  padding: 0 0 0 20px;
}
.bottomMenu ul li:before {
  position: absolute;
  display: block;
  content: "-";
  width: 20px;
  height: 40px;
  text-align: center;
  top: 0;
  left: 0;
}
.bottomMenu ul li:first-child {
  padding: 0;
}
.bottomMenu ul li:first-child:before {
  display: none;
}
.bottomMenu ul li a {
  color: #f0f0dd;
}
.copyright {
  text-align: center;
  margin: 0;
  font-size: 13px;
  line-height: 40px;
  color: #f0f0dd;
}
.copyright a {
  color: #f0f0dd;
}
/* ============================================================================
 Menubar
 ============================================================================ */
.menuBar {
  position: relative;
  background-color: #f0f0dd;
  z-index: 5;
}
.logo {
  display: block;
  width: 253px;
  height: 120px;
  text-indent: -99999px;
  background: url(../images/logo.png) no-repeat 0 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
}
.menuWrapper {
  float: right;
  padding: 38px 0;
}
.mainMenu {
  float: left;
}
.mainMenu ul {
  margin: 0;
}
.mainMenu ul li {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0px;
}
.mainMenu ul li.home span {
  display: none;
}
.mainMenu ul li a {
  display: block;
  position: relative;
  color: #2d2841;
  padding: 0 9px;
  z-index: 1;
}
.mainMenu ul li a:hover {
  color: #f0f0dd;
  -webkit-transition: color 0.2s ease-in-out 0.2s;
  transition: color 0.2s ease-in-out 0.2s;
}
.mainMenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 5%;
  background-color: #2d2841;
  z-index: -1;
}
.mainMenu ul li a:hover:before {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
}
.mainMenu ul li a:hover, .mainMenu ul li.current_page_item a, .mainMenu ul li.current-menu-item a {
  color: #f0f0dd;
}
.mainMenu ul li a:hover:before, .mainMenu ul li.current_page_item a:before, .mainMenu ul li.current-menu-item a:before {
  width: 100%;
  height: 100%;
}
.menuIconsWrap {
  float: left;
}
.menuIcons {
  float: left;
}
.menuIcons > * {
  position: relative;
  float: left;
}
.menuIcons > * > a {
  display: block;
  color: #2d2841;
  line-height: 44px;
  cursor: pointer;
  position: relative;
}
.menuIcons > * > a i {
  width: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  vertical-align: top;
}
.menuIcons > * .menuDrop {
  position: absolute;
  right: 0;
  top: 47px;
  width: 360px;
  background-color: #2d2841;
  padding: 0 20px;
  z-index: 3;
  overflow: hidden;
  height: 0;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.menuIcons > * .menuDrop .menuDropMenu {
  margin: 20px 0;
}
.menuIcons > * .menuDrop .menuDropMenu li {
  line-height: 30px;
  font-size: 14px;
}
.menuIcons > * .menuDrop .menuDropMenu li i {
  margin-right: 5px;
}
.menuIcons > * .menuDrop .menuDropMenu li a:hover {
  text-decoration: underline;
}
.menuIcons > * .menuDrop form *[type="submit"] {
  background-color: #426267;
  color: #f0f0dd;
}
.menuIcons > * .menuDrop form *[type="submit"]:hover {
  background-color: #f0f0dd;
  color: #2d2841;
}
.menuIcons > * .menuDrop form p {
  margin: 0;
}
.menuIcons > * .menuDrop .registerLink {
  margin: 10px 0 0;
}
.menuIcons > * .menuDrop .registerLink a {
  text-decoration: underline;
}
.menuIcons > * .menuDrop.langDrop {
  width: 60px;
}
.menuIcons > * .menuDrop.langDrop ul {
  margin: 0;
  padding: 0;
}
.menuIcons > * .menuDrop.langDrop ul a {
  padding: 0;
}
.menuIcons > *.active > a {
  background-color: #2d2841;
  color: #f0f0dd;
}
.menuIcons > *.active > a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  bottom: -3px;
  left: 0;
  background-color: #2d2841;
}
.menuIcons > *.active .menuDrop {
  height: auto;
  padding: 20px;
}
.menuCart span {
  position: absolute;
  display: block;
  font-size: 11px;
  min-width: 20px;
  line-height: 20px;
  padding: 0 3px;
  background-color: #426267;
  color: #f0f0dd;
  text-align: center;
  right: -5px;
  top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
form.searchForm button[type="submit"] {
  margin: 0;
}
.menuToggle {
  float: right;
  display: none;
  position: relative;
  cursor: pointer;
  color: #000;
  margin: 0 0 0 22px;
  width: 50px;
  height: 44px;
  -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%;
  left: 50%;
  margin: -15px 0 0 -15px;
}
.mtBar {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #426267;
  -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;
}
.langToggle {
  padding: 0 10px;
}
/* ============================================================================
 Panel
 ============================================================================ */
.panelOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 7;
  background-color: rgba(45, 40, 65, 0.5);
  display: none;
  overflow: hidden;
  cursor: url(../images/menuClose.png) 30 30, default;
  cursor: url(../images/menuClose.svg) 30 30, default;
  cursor: -webkit-image-set(url(../images/menuClose.png) 1x, url(../images/menuClose@2x.png) 2x) 30 30, auto;
}
.panelOverlay:hover {
  cursor: url(../images/menuClose.png) 30 30, default;
  cursor: url(../images/menuClose.svg) 30 30, default;
  cursor: -webkit-image-set(url(../images/menuClose.png) 1x, url(../images/menuClose@2x.png) 2x) 30 30, auto;
}
.panel {
  position: fixed;
  z-index: 8;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 0%;
  color: #fff;
  background-color: #426267;
  padding: 0 0 10px;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  -webkit-transition: transform 0.3s ease-in-out, height 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out 0.3s;
}
.panel:before {
  content: "";
  display: block;
  top: -200px;
  right: 0;
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #426267;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.panel .panelInner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.panel .panelMenu ul {
  margin: 0;
  padding: 30px 0;
}
.panel .panelMenu ul li {
  float: none;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
}
.panel .panelMenu ul li.home span {
  display: block;
}
.panel .panelMenu ul li.home i {
  display: none;
}
.panel .panelMenu ul li a {
  padding: 0 20px;
  display: block;
  color: #f0f0dd;
}
.panel .panelMenu ul li:hover a {
  text-decoration: underline;
}
.panel .menuIcons {
  float: none;
}
.panel .menuIcons > * {
  float: none;
  margin: 5px 0 0;
}
.panel .menuIcons > * > a {
  display: none;
}
.panel .menuIcons > * > .menuDrop {
  position: static;
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.panel .menuIcons > * > .menuDrop .menuDropMenu {
  margin: 0;
  padding: 0;
}
.panel .menuIcons > * > .menuDrop .menuDropMenu li {
  padding: 0;
}
.panel .menuIcons > * > .menuDrop .menuDropMenu li a {
  padding: 0;
}
.panel .menuIcons > * > .menuDrop .registerLink {
  font-size: 12px;
}
.panel .cartThumb {
  width: 100%;
  height: auto;
}
body.lock .panel {
  height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body.lock .panel:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.sub-menu {
  display: none;
  position: absolute;
  background-color: #f0f0dd;
  width: 100%;
}
.menu-item-has-children {
  position: relative;
  padding-right: 15px;
}
.menu-item-has-children:after {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
.mainMenu ul li li {
  float: none;
}
@media only screen and (max-width: 768px) {
  .panel .panelMenu ul li:hover a {
    text-decoration: none;
  }
  .sub-menu {
    display: block;
    position: absolute;
    background-color: #426267;
    width: 100%;
    margin-left: 20px !important;
  }
  .menu-item-has-children:after {
    display: none;
  }
}
/* ============================================================================
 Block
 ============================================================================ */
.block {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
}
.blueBg .block {
  background-color: #fff;
}
.blockImg {
  position: relative;
  overflow: hidden;
  padding-bottom: 58%;
  height: 0;
}
.blockImg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blockContent {
  position: relative;
  padding: 35px 45px;
}
.smallBlock .blockContent {
  padding: 20px 20px 40px;
}
.blockLine {
  height: 3px;
  position: relative;
  background-color: #cbdbdd;
}
.blockLine:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #426267;
}
a.block:hover .blockLine:before {
  width: 100%;
  -webkit-transition: width ease-in-out 0.2s;
  transition: width ease-in-out 0.2s;
}
.blockIcon {
  color: #2d2841;
  margin: 0;
  font-size: 50px;
  line-height: 60px;
}
.blockTitleContainer {
  height: 72px;
  overflow: hidden;
  margin: 0 0 5px;
}
.blockTitleWrap {
  height: 72px;
  overflow: hidden;
  display: table;
  width: 100%;
}
.blockTitle {
  display: block;
  margin: 0 0 5px;
  color: #426267;
  font-size: 25px;
  line-height: 36px;
  max-height: 72px;
  overflow: hidden;
}
.blockTitleWrap .blockTitle {
  margin: 0;
  display: table-cell;
  vertical-align: bottom;
}
.smallBlock .blockTitle {
  font-size: 25px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blockDesc {
  margin: 0;
  display: block;
  color: #505050;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.blockDate {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #2d2841;
}
.blockDate i {
  font-size: 16px;
  color: #426267;
}
.blockLink {
  display: block;
  position: absolute;
  bottom: -22px;
  left: 30px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
a.block:hover .blockLink, .blockLink:hover {
  background-color: rgba(37, 25, 35, 0.3);
}
.blockLink i {
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #2d2841;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
a.block:hover .blockLink i, .blockLink:hover i {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.smallBlockSlider .block {
  max-width: 230px;
  margin-right: 10px;
}
/* ============================================================================
 Home
 ============================================================================ */
.homeGrid {
  overflow: hidden;
}
.homeGrid .hgCol .hgCell {
  position: relative;
  overflow: hidden;
  height: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #2d2841;
}
.homeGrid .hgCol .hgCell.hgCellHigh {
  padding-bottom: 110%;
  background-color: #2d2841;
}
.homeGrid .hgCol .hgCell.hgCellLow {
  padding-bottom: 60%;
  background-color: #426267;
}
.homeGrid .hgCol .hgCell .hgContent {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.homeGrid .hgCol .hgCell .hgContent > * {
  padding: 0 30px;
}
.homeGrid .hgCol .hgCell img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.featCatLink {
  display: block;
  position: relative;
  background-color: #426267;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.featCatLink p {
  position: absolute;
  color: #fff;
  margin: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
}
.homeFeatured {
  min-height: 500px;
  position: relative;
}
.homeFeaturedImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.homeFeaturedContent {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px;
}
/* ============================================================================
 Nieuws
 ============================================================================ */
.newsFilters {
  float: right;
  margin-bottom: 20px;
}
.catFilters .Btn {
  padding: 0 20px;
  font-size: 13px;
  background-color: rgba(37, 25, 35, 0.3);
  color: #fff;
}
.catFilters .Btn.active i {
  background-color: #2d2841;
}
/* ============================================================================
 FAQ
 ============================================================================ */
.serviceFaq a {
  text-decoration: underline;
}
.serviceFaqsExtra {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.serviceFaqExtra {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.serviceFaqExtra h4 {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0 30px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #426267;
}
.serviceFaqExtra.active h4 {
  white-space: inherit;
}
.serviceFaqExtra h4:before {
  content: "\f055";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "FontAwesome";
}
.serviceFaqExtra.active h4:before {
  content: "\f056";
}
.serviceFaqContent {
  overflow: hidden;
  max-height: 0;
}
.serviceFaqExtra.active .serviceFaqContent {
  max-height: inherit;
  margin-top: 20px;
}
.serviceFaqExtra p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.serviceFaqExtra a {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
}
.layout {
  margin: 20px 0;
}
.layoutImg img {
  width: 100%;
}
/* ============================================================================
 Shop Notice
 ============================================================================ */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.shopNotice {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.shopProductHeader .shopNotice {
  padding: 10px 0 0;
}
.shopNotice > * {
  background-color: #fff;
  border-left: 6px solid;
  font-size: 12px;
  line-height: 24px;
  margin: 10px 0;
  padding: 10px 20px;
}
.shopNotice a {
  text-decoration: underline;
}
.greyBg .shopNotice > * {
  background-color: #fff;
}
.shopNotice .woocommerce-error {
  border-left-color: #e74c3c;
  list-style: outside disc;
}
.shopNotice .woocommerce-info {
  border-left-color: #f1c40f;
}
.shopNotice .woocommerce-message {
  border-left-color: #426267;
}
/* ============================================================================
 Shop Filters
 ============================================================================ */
.shopFilters {
  margin-bottom: 10px;
}
#shopFilterForm {
  max-width: 100%;
  width: 100%;
}
.shopFilterWrapperTitle {
  display: none;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 40px;
  color: #333234;
  font-weight: 900;
  position: relative;
  border: 1px solid #e0e0ba;
  padding: 0 10px;
  cursor: pointer;
}
.shopFilterWrapper.active .shopFilterWrapperTitle {
  background-color: #fff;
}
.shopFilterWrapperTitle:before {
  display: block;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 40px;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 40px;
  color: #426267;
}
.shopFilterWrapper.active .shopFilterWrapperTitle:before {
  content: "\f077";
}
.shopFilterForm {
  max-width: 100%;
}
.shopFilter {
  padding: 0 0 20px;
  border-bottom: 1px solid #e0e0ba;
  margin: 0 0 20px;
}
.shopFilterTitle {
  position: relative;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
}
.shopFilterTitle:before {
  display: none;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 40px;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 40px;
  color: #2d2841;
}
.shopFilter.active .shopFilterTitle:before {
  content: "\f077";
}
.filterList {
  margin: 0;
}
.filterList li {
  font-weight: 400;
  display: block;
  font-size: 12px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.filterList li a {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.filterList li a:hover {
  color: #426267;
}
.filterList li a:before {
  content: "";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  color: #426267;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #426267 inset;
  box-shadow: 0 0 0 1px #426267 inset;
}
.filterList li.active a:before {
  content: "\f00c";
}
.filterList li.grayOut a {
  opacity: 0.5;
  cursor: pointer;
  text-decoration: line-through;
}
.filterList.filterColors {
  margin-left: -17px;
}
.filterList.filterColors li {
  overflow: visible;
}
.filterList.filterColors li.active a:before {
  display: block;
}
.filterList.filterColors li a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
}
.filterList.filterColors li a:before {
  display: none;
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-family: "FontAwesome";
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.filterList.filterColors li a span {
  position: absolute;
  display: block;
  width: 97px;
  left: 50%;
  top: 50%;
  margin: 5px 0 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding: 3px 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  z-index: 2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filterList.filterColors li a:hover span {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
/* ============================================================================
 Product Block
 ============================================================================ */
.productCols:before {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: #426267 url(../images/gears.gif) no-repeat 50% 50%;
  background-size: 30px 30px;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: all 0.2s ease-in-out 1s;
  transition: all 0.2s ease-in-out 1s;
  z-index: 10;
}
.productCols.ajaxLoading:before {
  -webkit-transform: translate(0%);
  transform: translate(0%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productBlock {
  display: block;
  text-align: center;
}
.productBlock:hover .pbdContent p {
  margin-bottom: 40px;
}
.productBlock:hover .productBlockDetails:before {
  height: 100%;
}
.productBlock:hover .productBlockDetails:after {
  width: 100%;
}
.productBlock:hover .pbdOverlay {
  opacity: 0.9;
}
.productBlock:hover .pbdContent {
  opacity: 1;
}
.productBlockImg {
  display: block;
  position: relative;
  overflow: hidden;
}
.productBlockImg img {
  width: 100%;
}
.pbiFront {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
  z-index: 2;
}
.pbdOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #2d2841;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.productBlockDetails {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  color: #fff;
}
.productBlockDetails:before, .productBlockDetails:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.productBlockDetails:before {
  width: 100%;
  height: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: height 0.2s ease-in-out 0.2s;
  transition: height 0.2s ease-in-out 0.2s;
}
.productBlockDetails:after {
  width: 0;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: width 0.2s ease-in-out 0.2s;
  transition: width 0.2s ease-in-out 0.2s;
}
.pbdContent {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.pbdContent p {
  display: block;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: margin-bottom 0.2s ease-in-out;
  transition: margin-bottom 0.2s ease-in-out;
}
.pbdContent p span {
  display: block;
}
.pbdBtn {
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  color: #2d2841;
  display: inline-block;
  padding: 0 10px;
}
.productBlockContent {
  padding: 10px 0 30px;
}
.productBlockTitle {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2d2841;
}
.productBlockTitle a {
  color: #2d2841;
}
.productBlockSubtitle {
  margin: 0;
  color: #2d2841;
}
.productBlockPrice {
  margin: 0;
  color: #2d2841;
  font-size: 21px;
  line-height: 30px;
}
#productSlider .slides li {
  max-width: 268px;
  margin: 0 16px 0 0;
}
/* Featured Product */
.featuredProduct .pbdContent {
  left: 10px;
  right: 10px;
}
.featuredProduct .pbdContent p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.featuredProduct:hover .pbdContent p {
  margin-bottom: 10px;
}
.featuredProduct .pbdBtn {
  font-size: 11px;
  line-height: 30px;
}
/* ============================================================================
 Single Product
 ============================================================================ */
.productImg {
  margin: 0 0 20px;
}
.productImg a {
  display: block;
}
.productImg img {
  display: block;
  width: 100%;
}
#productThumbSlider .slides li {
  max-width: 160px;
}
#productThumbSlider .slides li a {
  display: block;
  padding-right: 20px;
}
#productThumbSlider .slides li img {
  display: block;
  background-color: #fff;
}
.productTitle {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
}
.productPrice {
  color: #3d3c3e;
  font-size: 30px;
  line-height: 40px;
  margin: 20px 0;
  font-weight: 900;
}
.shopProductUsps {
  margin: 30px 0;
}
.shopProductUsps li {
  line-height: 32px;
}
.shopProductUsps li i {
  color: #426267;
  margin-right: 5px;
  font-size: 20px;
}
.productSmallTitle {
  font-size: 30px;
  line-height: 36px;
}
.shopProductContent {
  border-top: 1px solid #e0e0ba;
}
.shopProductTabs .shopProductTab {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0ba;
}
.shopProductTabs .shopProductTab .shopProductTabTitle {
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 30px 0 0;
}
.shopProductTabs .shopProductTab .shopProductTabTitle:hover {
  color: #426267;
}
.shopProductTabs .shopProductTab .shopProductTabTitle:hover:before {
  color: #426267;
}
.shopProductTabs .shopProductTab .shopProductTabTitle:before {
  display: block;
  content: "\f055";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-family: "FontAwesome";
  color: #e0e0ba;
  font-size: 30px;
}
.shopProductTabs .shopProductTab .shopProductTabContent {
  display: none;
}
.shopProductTabs .shopProductTab.active .shopProductTabTitle:before {
  content: "\f056";
  color: #426267;
}
.shopProductTabs .shopProductTab.active .shopProductTabContent {
  display: block;
}
/* ============================================================================
 Cart
 ============================================================================ */
form input[type="number"] {
  -moz-appearance: textfield;
}
form input[type="number"]::-webkit-inner-spin-button, form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.miniCartTable {
  width: 100%;
  table-layout: fixed;
  font-size: 11px;
  line-height: 18px;
}
.miniCartTable.emptyCart thead {
  display: none;
}
.miniCartTable.emptyCart td {
  border: none;
  padding: 0;
  text-align: left;
}
.miniCartTable th {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.miniCartTable td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
  text-align: center;
}
.mcRemove {
  width: 30px;
}
.mcName {
  width: 100px;
}
.mcImg img {
  max-width: 75px;
}
.miniCart .Btn {
  padding: 0;
  display: block;
  text-align: center;
}
.cartThumb {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
}
.cartThumb a {
  display: block;
  position: relative;
}
.cartThumb img {
  text-indent: -99999px;
  max-width: 100%;
  max-height: 100%;
  line-height: 0;
}
.cartThumbBack {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-remove, .product-thumbnail {
  text-align: center;
}
/* Shop Table */
.shopTable {
  width: 100%;
  margin: 20px 0;
}
.shopTable thead th {
  border: 1px solid #2d2841;
  padding: 10px;
  background-color: #2d2841;
  color: #fff;
  text-align: center;
  position: relative;
}
.shopTable th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
  text-align: right;
}
.shopTable td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
}
#price_calculator.shopTable td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
form .shopTable input, form .shopTable select {
  margin: 0;
}
form .shopTable input[type="submit"] {
  margin: 5px 0 0;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  width: auto;
  padding: 0 10px;
}
dl.variation {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
dl.variation > * {
  display: table-cell;
  line-height: 20px;
  padding: 0 5px 0 0;
}
dl.variation p {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
}
form .shopTable .quantity input {
  font-size: 11px;
  height: 30px;
  line-height: 25px;
  margin: 0;
  padding: 5px 20px;
}
form .shopTable button {
  margin-bottom: 0;
}
.summaryTable {
  table-layout: fixed;
}
.summaryTable td, .summaryTable .product-total {
  width: 150px;
}
/* ============================================================================
 Checkout
 ============================================================================ */
form .checkoutFormFields p {
  margin: 0 0 5px;
}
form .checkoutFormFields input {
  font-size: 12px;
  line-height: 30px;
  height: 40px;
}
/* ============================================================================
 User
 ============================================================================ */
.woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  border-top: 1px solid #e0e0ba;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e0e0ba;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
  padding: 10px 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #2d2841;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content {
  float: right;
  width: 75%;
}
.woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content h1, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
  font-size: 45px;
  line-height: 52px;
  font-size: 26px;
  line-height: 45px;
  margin: 0 0 20px;
}
.woocommerce-MyAccount-content h4, .woocommerce-MyAccount-content h5, .woocommerce-MyAccount-content h6 {
  font-size: 26px;
  line-height: 45px;
  margin: 0 0 10px;
}
.woocommerce-MyAccount-content form {
  max-width: 100%;
}
.woocommerce-MyAccount-content form p {
  margin: 0;
}
#customer_login form p {
  margin: 0;
}
/*********************
 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) {
  .logo {
    background-image: url(../images/logo@2x.png);
    background-size: 253px 32px;
  }
}
/*********************
 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%;
  }
}
/* Menu */
@media screen and (max-width: 1220px) {
  .logo {
    width: 180px;
    background-size: contain !important;
  }
  .mainMenu ul li {
    font-size: 12px;
    margin: 0 0px;
  }
  .mainMenu ul li a {
    padding: 0 5px;
  }
  .pbdContent {
    left: 10px;
    right: 10px;
  }
  .pbdContent p {
    font-size: 13px;
    line-height: 20px;
  }
  .pbdBtn {
    font-size: 11px;
    line-height: 25px;
  }
  .menuIcons > * > a i {
    width: 30px;
  }
  .featuredProduct > :nth-child(11), .featuredProduct > :nth-child(12) {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  /* Global */
  /* Menu */
  /* Shop */
  .footer {
    height: auto;
    margin: 0;
  }
  .footerTop, .footerMiddle, .footerBottom {
    height: auto;
  }
  .container {
    min-height: inherit;
  }
  .innerContainer {
    padding: 0;
  }
  body.home .header {
    height: auto;
    padding: 50px 0;
  }
  body.home .headerInner {
    position: static;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
  .header {
    height: 75px;
  }
  .logo {
    height: 90px;
  }
  .menuWrapper {
    padding: 23px 0;
  }
  .mainMenu {
    display: none;
  }
  .menuToggle {
    display: block;
  }
  .shopFilters {
    margin-top: 0;
  }
  .shopFilter {
    margin: 0 0 5px;
    padding: 0;
    border: none;
  }
  .shopFilterWrapperTitle {
    display: block;
  }
  #shopFilterForm {
    display: none;
  }
  .shopFilterWrapper.active #shopFilterForm {
    display: block;
  }
  .shopFilterTitle {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #e0e0ba;
  }
  .shopFilterTitle:before {
    display: block;
  }
  .filterContent {
    display: none;
    padding: 10px;
  }
  .shopFilter.active .filterContent {
    display: block;
  }
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-MyAccount-navigation ul li {
    line-height: 20px;
    font-size: 14px;
    padding: 5px 0;
  }
  .featuredProduct > :nth-child(11), .featuredProduct > :nth-child(12) {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .homeFeatured {
    min-height: inherit;
  }
  .homeFeaturedImg {
    height: 0;
    padding: 0 0 50%;
    overflow: hidden;
  }
  .homeFeaturedContent {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 40px 5%;
  }
  .footerTitle, .footerSubtitle {
    max-width: 100%;
  }
  .footerSocials {
    padding: 0;
  }
  .menuIcons > * .menuDrop.langDrop ul {
    margin-left: -10px;
  }
  .menuIcons > * .menuDrop.langDrop ul li {
    padding: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .pbdBtn {
    display: none;
  }
  .logo {
    background-size: contain !important;
    width: 200px;
  }
}
