/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*='col-'] {
  float: left;
  padding-right: 20px;
  /* column-space */ }

.grid {
  z-index: 9999;
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12, .col-2-4 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%; }

.push-1-2, .push-6-12 {
  margin-left: 50%; }

.push-1-3, .push-4-12 {
  margin-left: 33.33%; }

.push-1-4, .push-3-12 {
  margin-left: 25%; }

.push-1-5 {
  margin-left: 20%; }

.push-1-6, .push-2-12 {
  margin-left: 16.667%; }

.push-1-7 {
  margin-left: 14.28%; }

.push-1-8 {
  margin-left: 12.5%; }

.push-1-9 {
  margin-left: 11.1%; }

.push-1-10 {
  margin-left: 10%; }

.push-1-11 {
  margin-left: 9.09%; }

.push-1-12 {
  margin-left: 8.33%; }

@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */ }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */ }

  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    /* column-space */
    padding-bottom: 0px; }

  .mobile-col-1-1 {
    width: 100%; }

  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%; }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%; }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%; }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%; }

  .mobile-col-1-5 {
    width: 20%; }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%; }

  .mobile-col-1-7 {
    width: 14.28%; }

  .mobile-col-1-8 {
    width: 12.5%; }

  .mobile-col-1-9 {
    width: 11.1%; }

  .mobile-col-1-10 {
    width: 10%; }

  .mobile-col-1-11 {
    width: 9.09%; }

  .mobile-col-1-12 {
    width: 8.33%; }

  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%; }

  .mobile-col-10-12 {
    width: 83.333%; }

  .mobile-col-9-12 {
    width: 75%; }

  .mobile-col-5-12 {
    width: 41.66%; }

  .mobile-col-7-12 {
    width: 58.33%; }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0; } }
/* -------------------------------- 

Slideshow overlay

-------------------------------- */
.parallax-caption {
  padding-top: 10% !important; }
  .parallax-caption h2 {
    color: #ffffff !important;
    text-shadow: 0px 0px 2px #ffffff !important; }
  .parallax-caption .n7ww {
    color: #3BA3BA !important;
    text-shadow: 0px 0px 2px #3BA3BA !important;
    font-weight: bold; }
  .parallax-caption .n7wc {
    color: #E95F5F !important;
    text-shadow: 0px 0px 2px #E95F5F !important;
    font-weight: bold; }

.cycle-caption, .parallax-caption {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding-top: 25%;
  right: 10%;
  z-index: 999;
  text-align: right;
  line-height: 25px; }
  @media only screen and (min-width: 767px) {
    .cycle-caption, .parallax-caption {
      padding-top: 10%;
      font-size: 41px;
      line-height: 35px;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 1170px) {
    .cycle-caption, .parallax-caption {
      font-size: 53px;
      line-height: 55px;
      margin-bottom: 20px; } }
  .cycle-caption h2, .parallax-caption h2 {
    color: #515151;
    text-shadow: 0px 0px 2px #515151;
    font-weight: normal; }
    .cycle-caption h2 span, .parallax-caption h2 span {
      display: block; }

/* -------------------------------- 

Slideshow pager

-------------------------------- */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 99999;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background: transparent;
  bottom: 0px; }

.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #eae8e8;
  cursor: pointer; }

.cycle-pager span.cycle-pager-active {
  color: #CCB15F; }

.cycle-pager > * {
  cursor: pointer; }

/* -------------------------------- 

Slideshow video slides

-------------------------------- */
.video-slide {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56%; }

.video-slide iframe {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer; }

.youtube .play {
  background: url("../img/play.svg") no-repeat center center;
  z-index: 9999;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out; }

.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

/* -------------------------------- 

Slideshow general styles

-------------------------------- */
.cycle-slideshow {
  width: auto;
  height: 100%;
  background-color: #ffffff; }

.cycle-slideshow img {
  overflow: hidden !important;
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50% !important;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important; }

.cycle-slide, .cycle-slide-active {
  overflow: hidden !important;
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important; }

.cycle-youtube {
  z-index: 99999;
  width: 100%;
  height: 100%; }
  .cycle-youtube object embed {
    height: 100%;
    width: 100%; }

/* -------------------------------- 

Teaserboxes above slider

-------------------------------- */
.n7w-teaser {
  z-index: 9999;
  position: absolute;
  text-align: center;
  vertical-align: bottom;
  bottom: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .n7w-teaser .col-1-3 .teaser-bg {
    width: 100%;
    background-color: transparent;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    filter: alpha(opacity=100); }
    .n7w-teaser .col-1-3 .teaser-bg:hover {
      background-color: #ffffff; }
    .n7w-teaser .col-1-3 .teaser-bg .teaser-link {
      background: url("../img/plus.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 15%; }
  .n7w-teaser .n7w-teaser-box {
    width: 100%;
    height: 150px;
    background: transparent;
    z-index: 99999;
    text-align: left;
    position: relative;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    filter: alpha(opacity=100); }
    .n7w-teaser .n7w-teaser-box:hover {
      opacity: 0.4;
      background: #515151 !important;
      filter: alpha(opacity=20); }
    .n7w-teaser .n7w-teaser-box .n7w-teaser-title {
      position: absolute;
      bottom: 5px;
      left: 5px;
      float: left; }
      .n7w-teaser .n7w-teaser-box .n7w-teaser-title h2, .n7w-teaser .n7w-teaser-box .n7w-teaser-title h3 {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase; }
    .n7w-teaser .n7w-teaser-box .teaser-shadow {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(32%, transparent), color-stop(68%, rgba(0, 0, 0, 0.34)), color-stop(100%, rgba(0, 0, 0, 0.65)));
      background: -webkit-linear-gradient(top, transparent 0%, transparent 32%, rgba(0, 0, 0, 0.34) 68%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 32%, rgba(0, 0, 0, 0.34) 68%, rgba(0, 0, 0, 0.65) 100%); }
  .n7w-teaser .n7ww-box {
    border-bottom: 5px solid #3BA3BA; }
    .n7w-teaser .n7ww-box h3 {
      color: #3BA3BA !important;
      text-shadow: 0px 0px 2px #3BA3BA !important; }
  .n7w-teaser .n7wn-box {
    border-bottom: 5px solid #88A24E; }
    .n7w-teaser .n7wn-box h3 {
      color: #88A24E !important;
      text-shadow: 0px 0px 2px #88A24E !important; }
  .n7w-teaser .n7wc-box {
    border-bottom: 5px solid #E95F5F; }
    .n7w-teaser .n7wc-box h3 {
      color: #E95F5F !important;
      text-shadow: 0px 0px 2px #E95F5F !important; }

.wow {
  color: #CCB15F;
  text-shadow: 0px 0px 2px #CCB15F !important; }

.n7ww {
  color: #3BA3BA;
  text-shadow: 0px 0px 2px #3BA3BA !important; }

.n7wn {
  color: #88A24E;
  text-shadow: 0px 0px 2px #88A24E !important; }

.n7wc {
  color: #E95F5F;
  text-shadow: 0px 0px 2px #E95F5F !important; }

/* -------------------------------- 

Fullscreen background

-------------------------------- */
/* background setup */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important; }

.fullscreen,
.content-a {
  width: 100%;
  min-height: 100%; }

.not-fullscreen, .nearly-fullscreen, .third-fullscreen,
.not-fullscreen .content-a, .nearly-fullscreen .content-a, .third-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden; }

/* content centering styles */
.content-a {
  display: table; }

.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center; }

section {
  background: #CCB15F; }

.third-fullscreen {
  min-height: 33%; }

.not-fullscreen {
  height: 50%; }

.nearly-fullscreen {
  min-height: 75%;
  width: 100%; }

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%;
  background-color: #ffffff; }

body {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-family: "Helvetica" sans-serif;
  color: #6a6a6a; }
  @media only screen and (max-width: 1169px) {
    body.nav-on-left.overflow-hidden {
      overflow: hidden; } }

a {
  color: #CCB15F;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover {
    color: #ffffff; }

img {
  /* make images responsive */
  max-width: 100%; }

input {
  font-family: "Helvetica" sans-serif;
  font-size: 1.6rem; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* -------------------------------- 

Footer layout

-------------------------------- */
footer {
  padding-top: 50px;
  background-color: #515151;
  border-bottom: 5px solid #CCB15F;
  color: white;
  line-height: 20px; }
  @media only screen and (min-width: 767px) {
    footer {
      text-align: left; } }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #CCB15F; }
  @media only screen and (min-width: 767px) {
    footer p {
      text-align: left; } }
  footer h4 {
    font-weight: bold;
    font-size: 1.17em; }
    @media only screen and (min-width: 767px) {
      footer h4 {
        text-align: left; } }
  footer .copyright {
    margin: 50px 0 20px 0;
    font-size: 75%; }
  footer .n7w-logo-footer {
    height: 50px;
    width: 150px; }
    footer .n7w-logo-footer path {
      fill: #ffffff; }
  footer .n7w-logo-social {
    height: 20px;
    width: 20px;
    margin-right: 15px; }
    footer .n7w-logo-social path {
      fill: #ffffff; }
    footer .n7w-logo-social:hover path {
      fill: #CCB15F; }
  footer .footer-on-mobile {
    text-align: center !important; }

/* -------------------------------- 

Main components 

-------------------------------- */
#latest-post-section .n7w-latest-post {
  background: #ffffff;
  margin: 150px 0 150px 0; }
  @media only screen and (min-width: 1170px) {
    #latest-post-section .n7w-latest-post .latest-image {
      width: 95%; } }
  #latest-post-section .n7w-latest-post .content {
    text-align: left !important;
    margin-bottom: 20px; }
  #latest-post-section .n7w-latest-post .read-more-link {
    display: none; }
  #latest-post-section .n7w-latest-post h1, #latest-post-section .n7w-latest-post h2, #latest-post-section .n7w-latest-post h3, #latest-post-section .n7w-latest-post p {
    color: #515151;
    text-shadow: none;
    font-weight: bold;
    text-transform: uppercase; }
  #latest-post-section .n7w-latest-post h2 {
    font-size: 32px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    text-transform: none; }
  #latest-post-section .n7w-latest-post h3 {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0; }
  #latest-post-section .n7w-latest-post p {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5em; }

.n7w-social {
  margin-top: 150px;
  margin-bottom: 150px;
  background: #ffffff;
  color: white;
  overflow: hidden; }
  @media only screen and (min-width: 480px) {
    .n7w-social {
      display: none; } }
  @media only screen and (min-width: 1170px) {
    .n7w-social {
      display: block; } }
  .n7w-social .col-1-4, .n7w-social .col-2-4 {
    background: #515151;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    border-right: 20px solid white;
    padding-right: 0px; }
  .n7w-social .col-2-4 {
    background: #ffffff; }
  .n7w-social .content {
    width: 100%; }
  .n7w-social hr {
    margin-left: 20px;
    margin-right: 20px; }
  .n7w-social h3 {
    padding-left: 20px;
    text-align: left;
    font-weight: bold; }
  .n7w-social .n7w-social-box {
    color: white; }
    .n7w-social .n7w-social-box .box-head {
      padding: 20px;
      width: 100%;
      text-align: left; }
      .n7w-social .n7w-social-box .box-head .social-plus {
        float: right;
        color: #ffffff;
        top: 0px;
        font-size: 30px; }
        .n7w-social .n7w-social-box .box-head .social-plus:hover {
          color: #eae8e8; }
      .n7w-social .n7w-social-box .box-head .social-logo {
        text-align: left;
        height: 30px; }
        .n7w-social .n7w-social-box .box-head .social-logo path {
          fill: #ffffff; }
        .n7w-social .n7w-social-box .box-head .social-logo:hover path {
          fill: #eae8e8; }
    .n7w-social .n7w-social-box p {
      padding: 20px 20px 0 20px;
      text-align: left;
      font-size: 90%; }
    .n7w-social .n7w-social-box .date {
      text-align: left;
      padding: 20px 0 10px 20px;
      font-size: 70%; }
  .n7w-social .instagram-pics {
    padding: 0;
    width: 100%;
    background: #ffffff !important; }
    .n7w-social .instagram-pics div.col-1-3 {
      padding: 0px 2px !important;
      border-bottom: 4px solid white; }

.instagram_pic:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.overlay {
  display: inline-block;
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20%; }

.overlay_image {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  filter: alpha(opacity=100); }

.overlay_image:hover {
  opacity: 0.4;
  background: #515151 !important;
  filter: alpha(opacity=20); }

/* -------------------------------- 

Navigation

-------------------------------- */
@media only screen and (min-width: 1170px) {
  .n7w-primary-nav {
    text-transform: uppercase; }
    .n7w-primary-nav .two-lines {
      line-height: 1;
      margin-top: 35px; }
      .n7w-primary-nav .two-lines span {
        display: block; }
    .n7w-primary-nav::after {
      clear: both;
      content: "";
      display: table; } }
@media only screen and (min-width: 1170px) {
  .n7w-primary-nav .wow-menu a:hover {
    color: #CCB15F !important; }
  .n7w-primary-nav .wow-menu .see-all a:hover {
    color: #ffffff !important; }
  .n7w-primary-nav .wow-menu a.selected {
    color: #CCB15F !important;
    box-shadow: inset 0 -5px 0 #CCB15F !important; }
  .n7w-primary-nav .wow-menu .n7w-secondary-nav h3, .n7w-primary-nav .wow-menu .see-all a, .n7w-primary-nav .wow-menu .menu-headline {
    color: #CCB15F !important;
    opacity: 0.8; }
    .n7w-primary-nav .wow-menu .n7w-secondary-nav h3:hover, .n7w-primary-nav .wow-menu .see-all a:hover, .n7w-primary-nav .wow-menu .menu-headline:hover {
      opacity: 1; }
    .n7w-primary-nav .wow-menu .n7w-secondary-nav h3 .see-all:hover, .n7w-primary-nav .wow-menu .see-all a .see-all:hover, .n7w-primary-nav .wow-menu .menu-headline .see-all:hover {
      color: #ffffff; }
  .n7w-primary-nav .n7ww-menu a:hover {
    color: #3BA3BA !important; }
  .n7w-primary-nav .n7ww-menu .see-all a:hover {
    color: #ffffff !important; }
  .n7w-primary-nav .n7ww-menu a.selected {
    color: #3BA3BA !important;
    box-shadow: inset 0 -5px 0 #3BA3BA !important; }
  .n7w-primary-nav .n7ww-menu .n7w-secondary-nav h3, .n7w-primary-nav .n7ww-menu .see-all a, .n7w-primary-nav .n7ww-menu .menu-headline {
    color: #3BA3BA !important;
    opacity: 0.8; }
    .n7w-primary-nav .n7ww-menu .n7w-secondary-nav h3:hover, .n7w-primary-nav .n7ww-menu .see-all a:hover, .n7w-primary-nav .n7ww-menu .menu-headline:hover {
      opacity: 1; }
  .n7w-primary-nav .n7wn-menu a:hover {
    color: #88A24E !important; }
  .n7w-primary-nav .n7wn-menu .see-all a:hover {
    color: #ffffff !important; }
  .n7w-primary-nav .n7wn-menu a.selected {
    color: #88A24E !important;
    box-shadow: inset 0 -5px 0 #88A24E !important; }
  .n7w-primary-nav .n7wn-menu .n7w-secondary-nav h3, .n7w-primary-nav .n7wn-menu .see-all a, .n7w-primary-nav .n7wn-menu .menu-headline {
    color: #88A24E !important;
    opacity: 0.8; }
    .n7w-primary-nav .n7wn-menu .n7w-secondary-nav h3:hover, .n7w-primary-nav .n7wn-menu .see-all a:hover, .n7w-primary-nav .n7wn-menu .menu-headline:hover {
      opacity: 1; }
  .n7w-primary-nav .n7wc-menu a:hover {
    color: #E95F5F !important; }
  .n7w-primary-nav .n7wc-menu .see-all a:hover {
    color: #ffffff !important; }
  .n7w-primary-nav .n7wc-menu a.selected {
    color: #E95F5F !important;
    box-shadow: inset 0 -5px 0 #E95F5F !important; }
  .n7w-primary-nav .n7wc-menu .n7w-secondary-nav h3, .n7w-primary-nav .n7wc-menu .see-all a, .n7w-primary-nav .n7wc-menu .menu-headline {
    color: #E95F5F !important;
    opacity: 0.8; }
    .n7w-primary-nav .n7wc-menu .n7w-secondary-nav h3:hover, .n7w-primary-nav .n7wc-menu .see-all a:hover, .n7w-primary-nav .n7wc-menu .menu-headline:hover {
      opacity: 1; } }

.n7w-main-content, .n7w-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.n7w-main-content, .n7w-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 1169px) {
    .n7w-main-content.nav-is-visible, .n7w-main-header.nav-is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .n7w-main-content.nav-is-visible, .nav-on-left .n7w-main-header.nav-is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); } }

.n7w-main-content {
  background: #eae8e8;
  height: 100vh;
  z-index: 2; }

.n7w-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3;
  opacity: 0.9; }
  .nav-is-fixed .n7w-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 1170px) {
    .n7w-main-header {
      border-bottom: 5px solid #CCB15F !important;
      height: 100px; }
      .n7w-main-header::after {
        clear: both;
        content: "";
        display: table; } }

.n7w-logo {
  position: absolute;
  top: 7px;
  left: 5%; }
  .n7w-logo img {
    display: block;
    height: 35px; }
  @media only screen and (min-width: 1170px) {
    .n7w-logo {
      top: 18px;
      left: 4em; } }
  @media only screen and (min-width: 1170px) and (min-width: 1170px) and (max-width: 1350px) {
    .n7w-logo {
      left: 2em; } }
  @media only screen and (min-width: 1170px) {
      .nav-on-left .n7w-logo {
        left: auto;
        right: 5%; }
      .n7w-logo img {
        display: block;
        height: 57px; } }

.n7w-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%; }
  @media only screen and (min-width: 1170px) and (max-width: 1350px) {
    .n7w-header-buttons {
      right: 2em !important; } }
  .n7w-header-buttons li {
    display: inline-block; }
  @media only screen and (max-width: 1169px) {
    .nav-on-left .n7w-header-buttons {
      right: auto;
      left: 5%; }
      .nav-on-left .n7w-header-buttons li {
        float: right; } }
  @media only screen and (min-width: 1170px) {
    .n7w-header-buttons {
      top: 28px;
      right: 4em; } }

.n7w-search-trigger, .n7w-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

.n7w-search-trigger::before, .n7w-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.n7w-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #6a6a6a; }
.n7w-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #6a6a6a;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.n7w-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
.n7w-search-trigger span::before, .n7w-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #6a6a6a;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }
.n7w-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.n7w-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.n7w-search-trigger.search-is-visible::before, .n7w-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }
.n7w-search-trigger.search-is-visible span::before, .n7w-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }
.n7w-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }
.n7w-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.headroom {
  transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px); }

@media only screen and (min-width: 1170px) {
  .headroom--unpinned {
    transform: translateY(-95px);
    -webkit-transform: translateY(-95px); } }
.n7w-nav-trigger span, .n7w-nav-trigger span::before, .n7w-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #6a6a6a; }
.n7w-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }
.n7w-nav-trigger span::before, .n7w-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }
.n7w-nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }
.n7w-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }
.n7w-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(106, 106, 106, 0); }
.n7w-nav-trigger.nav-is-visible span::before, .n7w-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #6a6a6a; }
.n7w-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg); }
.n7w-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg); }
@media only screen and (min-width: 1170px) {
  .n7w-nav-trigger {
    display: none; } }

.n7w-primary-nav, .n7w-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #515151;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .n7w-primary-nav a, .n7w-primary-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 0px solid #777777;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  .n7w-primary-nav.is-hidden, .n7w-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .n7w-primary-nav.moves-out > li > a, .n7w-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .n7w-primary-nav, .nav-on-left .n7w-primary-nav ul {
    right: auto;
    left: 0; } }
.n7w-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #CCB15F; }
  @media only screen and (min-width: 1170px) {
    .n7w-primary-nav .see-all a {
      display: none; } }
.n7w-primary-nav .n7w-nav-gallery .n7w-nav-item, .n7w-primary-nav .n7w-nav-icons .n7w-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px; }
  .n7w-primary-nav .n7w-nav-gallery .n7w-nav-item h3, .n7w-primary-nav .n7w-nav-icons .n7w-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis; }
.n7w-primary-nav .n7w-nav-gallery .n7w-nav-item {
  padding-left: 90px; }
  .n7w-primary-nav .n7w-nav-gallery .n7w-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px; }
.n7w-primary-nav .n7w-nav-icons .n7w-nav-item {
  padding-left: 75px; }
  .n7w-primary-nav .n7w-nav-icons .n7w-nav-item p {
    color: #6a6a6a;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none; }
  .n7w-primary-nav .n7w-nav-icons .n7w-nav-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px; }
@media only screen and (max-width: 1169px) {
  .n7w-primary-nav {
    /* by default .n7w-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
    .n7w-primary-nav.nav-is-visible {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      -moz-transition: visibility 0s 0s;
      transition: visibility 0s 0s; } }

@media only screen and (min-width: 1170px) {
  .n7w-primary-nav {
    position: static;
    padding: 0 150px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
    .n7w-primary-nav::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 1170px) and (min-width: 1170px) and (max-width: 1350px) {
    .n7w-primary-nav {
      padding: 0 100px 0 0; } }
@media only screen and (min-width: 1170px) {
    .n7w-primary-nav.moves-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .n7w-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3; }
      .n7w-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .n7w-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .n7w-primary-nav > li {
      float: left;
      margin-left: 3em; } }
  @media only screen and (min-width: 1170px) and (min-width: 1170px) and (max-width: 1350px) {
    .n7w-primary-nav > li {
      margin-left: 1em !important; } }
@media only screen and (min-width: 1170px) {
    .n7w-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      height: 100px;
      line-height: 100px;
      padding: 0 10px;
      color: #6a6a6a;
      overflow: visible;
      border-bottom: none;
      -webkit-transition: color 0.3s, box-shadow 0.3s;
      -moz-transition: color 0.3s, box-shadow 0.3s;
      transition: color 0.3s, box-shadow 0.3s; }
      .n7w-primary-nav > li > a:hover {
        color: #CCB15F; }
      .n7w-primary-nav > li > a.selected {
        color: #CCB15F;
        box-shadow: inset 0 -5px 0 #CCB15F; }
    .n7w-primary-nav .go-back, .n7w-primary-nav .see-all {
      display: none; }
    .n7w-primary-nav .n7w-secondary-nav, .n7w-primary-nav .n7w-nav-gallery, .n7w-primary-nav .n7w-nav-icons {
      /* dropdown menu style */
      position: absolute;
      top: 100px;
      width: 100vw;
      background: #ffffff;
      padding: 48px 64px 130px;
      box-shadow: inset 0 1px 0 #eae8e8, 0 3px 6px rgba(0, 0, 0, 0.05);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity .3s 0s, visibility 0s 0s;
      -moz-transition: opacity .3s 0s, visibility 0s 0s;
      transition: opacity .3s 0s, visibility 0s 0s; }
      .n7w-primary-nav .n7w-secondary-nav::after, .n7w-primary-nav .n7w-nav-gallery::after, .n7w-primary-nav .n7w-nav-icons::after {
        clear: both;
        content: "";
        display: table; }
      .n7w-primary-nav .n7w-secondary-nav.is-hidden, .n7w-primary-nav .n7w-nav-gallery.is-hidden, .n7w-primary-nav .n7w-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s; }
      .n7w-primary-nav .n7w-secondary-nav > .see-all, .n7w-primary-nav .n7w-nav-gallery > .see-all, .n7w-primary-nav .n7w-nav-icons > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0; }
        .n7w-primary-nav .n7w-secondary-nav > .see-all a, .n7w-primary-nav .n7w-nav-gallery > .see-all a, .n7w-primary-nav .n7w-nav-icons > .see-all a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2.2rem;
          font-weight: bold;
          text-align: center;
          line-height: 80px;
          border-top: 1px solid #eae8e8;
          /* reset some inherited style */
          border-bottom: none;
          margin: 0;
          padding: 0;
          -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
          -moz-transition: color 0.2s, background 0.2s, border 0.2s;
          transition: color 0.2s, background 0.2s, border 0.2s; }
          .n7w-primary-nav .n7w-secondary-nav > .see-all a:hover, .n7w-primary-nav .n7w-nav-gallery > .see-all a:hover, .n7w-primary-nav .n7w-nav-icons > .see-all a:hover {
            background: #6a6a6a;
            border-color: #6a6a6a;
            color: #ffffff; }
    .n7w-primary-nav .n7w-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: auto;
      /* here you set the number of columns - use width percentage */
      width: 23%;
      float: left;
      margin-right: 2.66%;
      border-right: 1px solid #eae8e8;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .n7w-primary-nav .n7w-secondary-nav > li:nth-child(4n+2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none; }
      .n7w-primary-nav .n7w-secondary-nav > li > a {
        /* secondary nav title */
        color: #CCB15F;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: .6em; }
    .n7w-primary-nav .n7w-secondary-nav a {
      height: 30px;
      line-height: 30px;
      padding: 0 18% 0 0;
      color: #6a6a6a;
      border-bottom: none;
      font-size: 1.4rem; }
      .n7w-primary-nav .n7w-secondary-nav a:hover {
        color: #CCB15F; }
    .n7w-primary-nav .n7w-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .n7w-primary-nav .n7w-secondary-nav ul ul {
      /* tertiary navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .n7w-primary-nav .n7w-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .n7w-primary-nav .n7w-secondary-nav ul ul .go-back {
        display: block; }
        .n7w-primary-nav .n7w-secondary-nav ul ul .go-back a {
          color: transparent; }
      .n7w-primary-nav .n7w-secondary-nav ul ul .see-all {
        display: block; }
    .n7w-primary-nav .n7w-secondary-nav .moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .n7w-primary-nav .n7w-nav-gallery li {
      /* set here number of columns - use width percentage */
      width: 22%;
      float: left;
      margin: 0 4% 40px 0; }
      .n7w-primary-nav .n7w-nav-gallery li:nth-child(4n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    .n7w-primary-nav .n7w-nav-gallery .n7w-nav-item {
      border-bottom: none;
      padding: 0;
      height: auto;
      line-height: 1.2; }
      .n7w-primary-nav .n7w-nav-gallery .n7w-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em; }
      .n7w-primary-nav .n7w-nav-gallery .n7w-nav-item h3 {
        color: #CCB15F;
        font-weight: bold;
        padding: 0 .4em; }
    .n7w-primary-nav .n7w-nav-icons li {
      /* set here number of columns - use width percentage */
      width: 32%;
      float: left;
      margin: 0 2% 20px 0; }
      .n7w-primary-nav .n7w-nav-icons li:nth-child(3n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    .n7w-primary-nav .n7w-nav-icons .n7w-nav-item {
      border-bottom: none;
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 24px; }
      .n7w-primary-nav .n7w-nav-icons .n7w-nav-item:hover {
        background: #f9f8f8; }
      .n7w-primary-nav .n7w-nav-icons .n7w-nav-item h3 {
        color: #CCB15F;
        font-weight: bold; }
      .n7w-primary-nav .n7w-nav-icons .n7w-nav-item p {
        display: block; }
      .n7w-primary-nav .n7w-nav-icons .n7w-nav-item::before {
        left: 25px; } }
.has-children > a, .go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #848484;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #d2cdcd; }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
      background: #CCB15F; } }

.has-children > a {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

.n7w-primary-nav .go-back a {
  padding-left: 40px; }
  .n7w-primary-nav .go-back a::before, .n7w-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }

  .n7w-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important; }
    .n7w-primary-nav > .has-children > a::before, .n7w-primary-nav > .has-children > a::after {
      width: 9px;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #d2cdcd;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width 0.3s, -webkit-transform 0.3s;
      -moz-transition: width 0.3s, -moz-transform 0.3s;
      transition: width 0.3s, transform 0.3s; }
    .n7w-primary-nav > .has-children > a::before {
      right: 12px; }
    .n7w-primary-nav > .has-children > a::after {
      right: 7px; }
    .n7w-primary-nav > .has-children > a.selected::before, .n7w-primary-nav > .has-children > a.selected::after {
      width: 14px; }
    .n7w-primary-nav > .has-children > a.selected::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    .n7w-primary-nav > .has-children > a.selected::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

  .n7w-secondary-nav > .has-children > a::before, .n7w-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }

  .n7w-primary-nav .go-back a {
    padding-left: 20px; }
    .n7w-primary-nav .go-back a::before, .n7w-primary-nav .go-back a::after {
      left: 1px; } }
.n7w-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .n7w-search form {
    height: 100%;
    width: 100%; }
  .n7w-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #eae8e8, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .n7w-search input::-webkit-input-placeholder {
      color: #d2cdcd; }
    .n7w-search input::-moz-placeholder {
      color: #d2cdcd; }
    .n7w-search input:-moz-placeholder {
      color: #d2cdcd; }
    .n7w-search input:-ms-input-placeholder {
      color: #d2cdcd; }
    .n7w-search input:focus {
      outline: none; }
  .n7w-search.is-visible {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .nav-is-fixed .n7w-search {
    position: fixed; }
  @media only screen and (min-width: 1170px) {
    .n7w-search {
      height: 120px;
      top: 100px; }
      .n7w-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300; } }

.n7w-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed !important;
  height: 100%;
  z-index: 99999999;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 45px;
  /* added */
  min-height: 0 !important;
  /* added */
  cursor: pointer;
  background-color: rgba(81, 81, 81, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .n7w-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }

.read-more {
  line-height: 2em;
  float: left;
  clear: left; }

.btn, .read-more {
  opacity: 0.9;
  border: none;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 7px 15px;
  display: inline-block;
  margin: 22px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 767px) {
    .btn, .read-more {
      padding: 3px 15px;
      line-height: 30px; } }

.btn:after, .read-more:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* Button WOW */
.btn-wow, .read-more {
  background-color: #515151;
  border: 3px solid #515151;
  color: #fff; }

/* Button WOW */
.btn-wow:hover,
.btn-wow:active, .read-more:hover, .read-more:active {
  color: #CCB15F;
  border: 3px solid #CCB15F;
  background: #fff; }

/* Button N7WW */
.btn-n7ww {
  background-color: #515151;
  border: 3px solid #515151;
  color: #fff; }

/* Button N7WW */
.btn-n7ww:hover,
.btn-n7ww:active {
  color: #3BA3BA;
  border: 3px solid #3BA3BA;
  background: #fff; }

/* Button N7WN */
.btn-n7wn {
  background-color: #515151;
  border: 3px solid #515151;
  color: #fff; }

/* Button N7WN */
.btn-n7wn:hover,
.btn-n7wn:active {
  color: #88A24E;
  border: 3px solid #88A24E;
  background: #fff; }

/* Button N7WC */
.btn-n7wc {
  background-color: #515151;
  border: 3px solid #515151;
  color: #fff; }

/* Button N7WC */
.btn-n7wc:hover,
.btn-n7wc:active {
  color: #E95F5F;
  border: 3px solid #E95F5F;
  background: #fff; }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .n7w-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .n7w-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

.no-js .no-js-hide {
  display: none !important; }

@media only screen and (min-width: 1170px) {
  .no-js .n7w-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }

  .no-js .nav-is-fixed .n7w-primary-nav {
    position: fixed; } }
