/*

Nordenswan & Siirilä - Design (c) 2014
-------------------------------------------------------------------------------------

*/
/*

Grid variables
-------------------------------------------------------------------------------------

*/
/* breakpoints */
/* limits */
/*

CSS
-------------------------------------------------------------------------------------

*/
@import 'bootstrap.min.css';
@import 'flexslider.css';
body {
  padding: 50px 0px 0px 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #444444;
  background-color: #ffffff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 991px) {
  body {
    padding: 70px 0px 0px 0px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 24px;
    line-height: 36px;
  }
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
a.current {
  text-decoration: none;
}
/*

iPhone portrait fix
-------------------------------------------------------------------------------------

*/
@media (max-width: 321px) {
  .mwrap {
    width: 320px;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 999px) {
  body {
    overflow-x: hidden;
  }
}
/*

Isotope container
-------------------------------------------------------------------------------------

*/
#main {
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
#iso {
  width: 100%;
}
#iso .grid-sizer {
  width: 25%;
}
#iso .item,
#iso .page-nav {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0px;
  padding: 0px;
}
#iso .item.poster,
#iso .page-nav.poster,
#iso .item.quarter,
#iso .page-nav.quarter {
  width: 25%;
}
#iso .item.half,
#iso .page-nav.half {
  width: 50%;
}
#iso .item.full,
#iso .page-nav.full {
  width: 100%;
}
#iso .item.col,
#iso .page-nav.col {
  float: left;
  display: block;
  position: relative;
}
#iso .item img,
#iso .page-nav img {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: block;
  width: 100%;
  height: auto;
  top: -1px;
}
#iso .item a,
#iso .page-nav a {
  opacity: 1;
}
#iso .item .caption,
#iso .page-nav .caption {
  background-color: #fedf00;
  color: #000000;
  position: absolute;
  left: auto;
  width: 100%;
  bottom: -100px;
  padding: 15px 15px 15px 15px;
  font-size: 0.75em;
  line-height: 1em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
#iso .item .caption a,
#iso .page-nav .caption a {
  font-weight: 400;
  color: #000000;
}
#iso .item:hover .caption,
#iso .page-nav:hover .caption {
  bottom: 0px;
}
@media only screen and (max-width: 797px) {
  #iso .grid-sizer {
    width: 50%;
  }
  #iso .item.poster,
  #iso .page-nav.poster,
  #iso .item.full,
  #iso .page-nav.full,
  #iso .item.quarter,
  #iso .page-nav.quarter,
  #iso .item.half,
  #iso .page-nav.half {
    width: 50%;
  }
}
@media only screen and (max-width: 641px) {
  #iso .grid-sizer {
    width: 100%;
  }
  #iso .item.poster,
  #iso .page-nav.poster,
  #iso .item.full,
  #iso .page-nav.full,
  #iso .item.quarter,
  #iso .page-nav.quarter,
  #iso .item.half,
  #iso .page-nav.half {
    width: 100%;
  }
}
/*

Text elements
-------------------------------------------------------------------------------------

*/
.seoinfo,
.tags {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
}
.subnavi {
  display: block;
  padding: 0px;
  margin: 0px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.subnavi.notext {
  border-bottom-width: 0px;
}
.subnavi .left {
  text-align: left;
}
.subnavi .right {
  text-align: right;
}
.subnavi a {
  padding: 10px;
  display: inline-block;
}
.subnavi a.first {
  padding-left: 20px;
}
.subnavi a.last {
  padding-right: 20px;
}
.subnavi a:hover {
  opacity: 0.5;
}
.subnavi a.active {
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .subnavi a.first {
    padding-left: 15px;
  }
  .subnavi a.last {
    padding-right: 15px;
  }
}
.subnavi.end {
  border-bottom: none;
}
/*

Back to top & Infinite scrolling
-------------------------------------------------------------------------------------

*/
#backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 9999;
}
#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 60px;
  height: 60px;
}
#backtotop a:hover {
  opacity: .8;
}
/*

Bootstrap touchups
-------------------------------------------------------------------------------------

*/
.container .jumbotron,
.btn,
.list-group-item,
.list-group {
  border-radius: 0px;
  border-width: 0px;
}
.btn-primary {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  background-color: #333333;
  border-color: #333333;
}
a.btn {
  font-weight: 500;
  font-size: 0.75em;
  padding: 15px 25px 15px 25px;
  margin-top: 0.5em;
  background-color: #fedf00;
  color: #000000;
}
a.btn:hover {
  opacity: 1;
  background-color: #fedf00;
  color: #666;
}
a.btn.alt {
  background-color: #000000;
  color: #fedf00;
}
a.btn.alt:hover {
  opacity: 1;
  color: #fff;
}
/*

Canvas
-------------------------------------------------------------------------------------

*/
.canvas {
  width: 100%;
  margin-top: -1px;
  z-index: 1;
  display: block;
  text-align: center;
  height: 600px;
  max-height: 800px;
}
.canvas .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  z-index: 2;
}
.canvas h1,
.canvas .slogan {
  font-family: 'Gotham A', 'Gotham B', sans-serif, serif;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .canvas h1,
  .canvas .slogan {
    font-weight: 700;
  }
}
.canvas .slogan {
  color: #000000;
}
.canvas .cover-slide {
  display: table;
  height: 100%;
  width: 100%;
}
.canvas .cover-slide-centered {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #333333;
}
/*

Page for individual images
-------------------------------------------------------------------------------------

*/
.postcanvas {
  display: block;
  text-align: center;
  padding: 60px;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
}
.postcanvas img {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.postcanvas img.portrait {
  max-width: 720px;
}
.postcanvas img.landscape {
  max-width: 1024px;
}
@media screen and (max-width: 641px) {
  .postcanvas {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  .postcanvas {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 15px;
  }
}
.postcanvas.video {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
div.post {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 641px) {
  div.post {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 481px) {
  div.post {
    padding-top: 60px;
    padding-bottom: 15px;
  }
}
.footer {
  padding: 100px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1050px) {
  .footer {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 15px;
  }
}
.yellow {
  background-color: #fedf00;
}
.yellow .h1 {
  color: #fff;
}
/*

ProcessWire
-------------------------------------------------------------------------------------

*/
#editpage {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #333333;
  display: block;
  font-weight: 400;
  z-index: 50000;
}
/*

Notification for old browsers
-------------------------------------------------------------------------------------

*/
.browsehappy {
  background-color: #000000;
  margin: 0px;
  color: #fff;
  padding: 5px;
}
.browsehappy a,
.browsehappy a:link,
.browsehappy a:visited,
.browsehappy a:active,
.browsehappy a:hover {
  color: #ffffff;
  border-bottom: dotted 1px;
}
/*

Shop
-------------------------------------------------------------------------------------

*/
input[type=submit].unstyled {
  background: none;
  position: auto;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: list-item;
  -webkit-font-feature-settings: "smcp", "pnum", "onum";
  -moz-font-feature-settings: "smcp", "pnum", "onum";
  -ms-font-feature-settings: "smcp", "pnum", "onum";
  -o-font-feature-settings: "smcp", "pnum", "onum";
  font-feature-settings: "smcp", "pnum", "onum";
  border-bottom: dotted 1px;
}
input[type=submit].unstyled:focus,
input[type=submit].unstyled:active {
  outline: none;
}
/*

Forms
-------------------------------------------------------------------------------------

*/
.InputfieldForm input,
.InputfieldForm textarea {
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: none;
  padding: 5px;
}
.InputfieldForm label {
  width: 100%;
  font-weight: 500;
}
.InputfieldForm .InputfieldHeaderHidden {
  display: none;
}
.InputfieldForm button {
  background-color: #000000;
  padding: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 24px;
}
p.ui-state-highlight,
.FormBuilderErrors {
  display: block;
  width: 100%;
  font-weight: 500;
  margin-bottom: 24px;
}
i.toggle-icon {
  display: none;
}
/*

Activations
-------------------------------------------------------------------------------------

*/
.activations {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .activations {
    padding-top: 5px;
  }
}
/*

Filters
-------------------------------------------------------------------------------------

*/
.filters {
  margin-bottom: 0;
}
.filters a {
  margin-right: 10px;
  margin-left: 10px;
}
.filters a.current {
  color: #999;
}
/*

Masthead
-------------------------------------------------------------------------------------

*/
.masthead {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  /* wrapper to enclose the whole image */
  /* masthead content placement */
  /* container for buttons */
}
.masthead picture {
  display: block;
  margin: 0px;
  padding: 0px;
}
.masthead img {
  width: 100%;
  height: auto;
}
.masthead .masthead-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.masthead .masthead-content {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  left: 0px;
  bottom: 80px;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1280px) {
  .masthead .masthead-content {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .masthead .masthead-content {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .masthead .masthead-content {
    bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 520px) {
  .masthead .masthead-content {
    bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 321px) {
  .masthead .masthead-content {
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.masthead .masthead-buttons {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .masthead .masthead-buttons {
    padding-top: 20px;
  }
}
@media (max-width: 520px) {
  .masthead .masthead-buttons {
    padding-top: 15px;
  }
}
@media (max-width: 321px) {
  .masthead .masthead-buttons {
    padding-top: 15px;
  }
}
/* typography */
.masthead-headline,
.masthead-headline-main {
  margin: 0px;
  padding: 0px;
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .masthead-headline,
  .masthead-headline-main {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .masthead-headline,
  .masthead-headline-main {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .masthead-headline,
  .masthead-headline-main {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .masthead-headline,
  .masthead-headline-main {
    font-size: 22px;
  }
}
@media (max-width: 321px) {
  .masthead-headline,
  .masthead-headline-main {
    font-size: 20px;
  }
}
.masthead-headline-main {
  font-weight: 800;
}
.masthead-headline-invert {
  color: #444444;
}
.masthead-slide {
  width: 100%;
  display: block;
}
/*

Text elements
-------------------------------------------------------------------------------------

*/
strong {
  font-weight: 500;
}
.textcontent {
  display: block;
  padding: 100px;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}
.textcontent.black {
  background-color: #000000;
  color: #ffffff;
}
.textcontent.black a {
  color: #ffffff;
}
.textcontent.white {
  background-color: #ffffff;
  color: #000000;
}
.textcontent.white a {
  color: #000000;
}
.textcontent.yellow {
  background-color: #fedf00;
  color: #000000;
}
.textcontent.yellow a {
  color: #000000;
}
.textcontent ul {
  list-style: none;
}
.textcontent a:hover {
  color: #999;
  opacity: 1;
}
@media only screen and (max-width: 1050px) {
  .textcontent {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .textcontent {
    padding: 20px;
  }
}
.textcontent-margin {
  margin-top: 100px;
}
@media screen and (max-width: 1920px) {
  .textcontent-margin {
    margin-top: 0px;
  }
}
p a {
  border-bottom: 1px solid rgba(254, 223, 0, 0.5);
  box-shadow: inset 0 -4px 0 rgba(254, 223, 0, 0.5);
}
/*

Typography
-------------------------------------------------------------------------------------

*/
h1,
h3,
h3,
h4,
h5,
p {
  color: #444;
}
h1,
.h1 {
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  padding-bottom: 0.75em;
}
h1.main,
.h1.main {
  max-width: 650px;
}
@media screen and (min-width: 767px) {
  h1,
  .h1 {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: -0.1em;
  }
}
h2,
.h2 {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0em;
  margin: 0em;
  font-weight: 500;
}
h3,
.h3 {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0em;
  margin: 0em;
  font-weight: 500;
}
p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
}
.footer a {
  border-bottom: none;
  box-shadow: none;
  color: #666;
}
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 500px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fedf00;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  text-decoration: none;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 0px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy-content {
  visibility: hidden;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-500px, 0, 0);
  -ms-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(500px, 0, 0);
  -ms-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(500px, 0, 0);
  -ms-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-500px, 0, 0);
  -ms-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}
/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
/*# sourceMappingURL=pushy.css.map */
@media (max-width: 767px) {
  .pushy {
    width: 300px;
  }
  .pushy-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .pushy-open-left #container,
  .pushy-open-left .push {
    -webkit-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .pushy-right {
    -webkit-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .pushy-open-right #container,
  .pushy-open-right .push {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}
/*

Topnavi
-------------------------------------------------------------------------------------

*/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
header {
  top: 0px;
  background-color: #ffffff;
}
header #logo {
  background-color: #fedf00;
  width: 60px;
}
header a.logo {
  background-color: #fedf00;
  display: block;
  width: 70px;
  height: 70px;
  padding-right: 0px;
  margin-left: 0px;
  background-image: url('../img/ns-logo.png');
  background-size: 70px 70px;
  background-position: left top;
  background-repeat: none;
  margin-top: 0px;
  text-indent: -9999px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header a.logo {
    background-image: url('../img/ns-logo.png');
    background-size: 70px 70px;
  }
}
header a {
  color: #444444;
}
header a:link {
  color: #444444;
}
header a:visited {
  color: #444444;
}
header a:active {
  color: #444444;
}
header a:hover {
  color: rgba(0, 0, 0, 0.5);
}
header a.current {
  color: rgba(0, 0, 0, 0.25);
}
header #mnavi {
  float: right;
  font-size: 1em;
  display: inline-block;
  padding: 0px 15px 0px 0px;
  margin-right: 0px;
  line-height: 50px;
  font-weight: 400;
}
header.mob {
  padding-bottom: 0px;
}
header.mob #logo {
  width: 50px;
}
header.mob a.logo {
  margin: 0px;
  width: 50px;
  height: 50px;
  background-image: url('../img/ns-logo.png');
  background-size: 50px 50px;
}
header.mob .lang {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-right: 25px;
}
header.mob .lang li {
  display: inline-block;
  line-height: 50px;
  font-weight: 400;
}
header.mob .lang li a {
  padding: 0px 10px 0px 10px;
}
header.mob .lang li a.current {
  color: #999999;
}
/*

Header
-------------------------------------------------------------------------------------

*/
#nav {
  list-style: none;
  margin-top: 0px;
}
#nav ul {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-right: 20px;
  text-align: right;
}
#nav ul a {
  font-size: 0.85em;
}
#nav ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0px;
  line-height: 70px;
  font-weight: 400;
}
#nav ul li a {
  display: block;
}
#nav ul.lang li {
  margin-left: 15px;
}
#nav .current a,
#nav .active a {
  color: #999999;
}
/*

Pushy menu
-------------------------------------------------------------------------------------

*/
#navi {
  background-color: #fedf00;
}
#navi .navi-close {
  position: absolute;
  display: block;
  right: 15px;
  top: 0px;
  z-index: 1000;
  font-size: 1em;
  line-height: 50px;
  color: #444444;
}
#navi .navi-content {
  width: 100%;
  padding: 30px;
  color: #444444;
}
#navi .btn {
  background-color: #fff;
  color: #000;
  font-size: 1em;
}
/*

Navigation list
-------------------------------------------------------------------------------------

*/
.navi-list {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
  width: 100%;
}
.navi-list li {
  color: #444444;
  line-height: 1.5em;
}
.navi-list li.heading {
  font-size: 1em;
  color: #000000;
  font-weight: 500;
}
.navi-list li.current {
  color: #999999;
}
.navi-list a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  outline: none;
  padding: 0px 0px 0px 0px;
}
.navi-list a:link {
  color: #000000;
}
.navi-list a:visited {
  color: #000000;
}
.navi-list a:active {
  color: #000000;
}
.navi-list a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.navi-list a.current {
  color: #ffffff;
}
@media (max-width: 767px) {
  .navi-list {
    margin: 0px 0px 20px 0px;
  }
}
.navi-list-primary li {
  font-weight: 400;
  font-size: 2em;
  padding: 3px 0px 3px 0px;
  line-height: 1.3em;
}
/*

END
-------------------------------------------------------------------------------------

*/
