/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  font-family: "myriad-pro", sans-serif;
}
h1,
h2,
h3 {
  font-family: "bebas-neue", sans-serif;
}
.site-header {
  position: relative;
  min-height: 150px;
  border-bottom: 32px solid black;
}
.site-header .head {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 312px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3em;
}
.site-header .head h1,
.site-header .head h2,
.site-header .head h3 {
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  position: relative;
  text-align: center;
}
.site-header .head h3 {
  font-family: "myriad-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
}
.site-header .head .langnav {
  color: #999;
  font-family: "myriad-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
}
.en .site-header .head .langnav {
  margin-left: 244px;
}
.sv .site-header .head .langnav {
  margin-left: 254px;
}
.site-header .head .langnav a {
  color: #999;
  text-decoration: none;
}
.site-header .head .langnav .current a {
  color: #000;
}
.site-header .head .langnav li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .site-header .head {
    margin-top: 1.5em;
  }
  .site-header .head .langnav,
  .en .site-header .head .langnav,
  .sv .site-header .head .langnav {
    float: none;
    margin: 0;
    margin-top: .2em;
    text-align: center;
  }
  .site-header .head h2,
  .site-header .head h3 {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.site-header .site-title {
  padding-right: 10px;
  font-size: 2.5em;
}
@media only screen and (max-width: 590px) {
  .site-header {
    height: auto;
  }
}
.main-nav ul {
  width: 100%;
  text-align: center;
  margin-top: 3em;
  display: table;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.main-nav a {
  color: black;
  text-decoration: none;
}
.main-nav li {
  padding-top: .3em;
  text-transform: uppercase;
  margin-left: 4em;
  margin-right: 4em;
  display: inline-block;
}
.main-nav li.active a,
.main-nav li a:hover {
  border-bottom: 2px solid black;
  padding-bottom: .5em;
}
@media only screen and (max-width: 768px) {
  .main-nav ul {
    margin-top: 1.5em;
  }
  .main-nav li {
    width: 50%;
    margin: 0;
    margin-bottom: 1em;
  }
}
.master-padding {
  padding-left: 10%;
  padding-right: 10%;
}
.master-margin {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:before,
.container:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer {
  height: 150px;
  border-top: 32px solid black;
  margin-top: 2em;
  font-size: 1.25em;
  font-family: "bebas-neue", sans-serif;
  font-weight: 300;
}
.site-footer:before,
.site-footer:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .copy,
.site-footer .foomenu {
  margin-top: 2em;
  width: 50%;
  float: left;
}
.site-footer .foomenu {
  text-align: right;
}
.site-footer .foomenu li {
  display: inline-block;
}
.site-footer .foomenu a {
  text-decoration: none;
  color: black;
}
.banner {
  border-bottom: 32px solid black;
  min-height: 450px;
  width: 100%;
  background: url("../images/images.jpg") center center;
  background-size: cover;
  position: relative;
  display: block;
  color: white;
}
.banner:before {
  content: "";
  clear: both;
  display: table;
}
.banner h2 {
  font-size: 3em;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
}
.banner .master-padding {
  height: 100%;
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.banner .banner-content-holder {
  max-width: 640px;
  margin-top: 1em;
  position: relative;
}
.banner .banner-content-holder p {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 100;
  margin-top: 1em;
  max-width: 370px;
}
img {
  max-width: 100%;
}
.left-full {
  clear: left;
  padding-right: 2%;
  text-align: right;
}
.left-full .content {
  text-align: left;
  padding-left: 20%;
}
.right-full {
  padding-left: 2%;
  text-align: left;
}
.right-full img {
  margin-top: 3em;
}
.right-full .content {
  padding-right: 20%;
}
.side-full {
  width: 50%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.side-full .content {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .side-full {
    width: 100%;
    text-align: center;
  }
  .side-full img {
    width: auto;
    max-height: 250px;
  }
}
.pt4 {
  padding-top: 3.5em;
}
.pt3 {
  padding-top: 2em;
}
.main-content {
  margin-top: 2em;
}
img.nop {
  padding: 0;
  margin: 0;
}
.perex {
  font-size: 1.25em;
}
p {
  line-height: 1.5em;
  margin-bottom: .75em;
}
.lg-content {
  font-size: 1.25em;
}
article h1,
article h2 {
  font-size: 2.4em;
  margin-top: 1em;
  margin-bottom: .4em;
}
article h1 {
  font-size: 2.6em;
}
@media only screen and (max-width: 768px) {
  .right-full,
  .left-full {
    padding: 0;
  }
  .right-full .content,
  .left-full .content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .master-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.lightbox-finish {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: none;
  z-index: 999;
  top: 0;
  left: 0;
  overflow: auto;
}
.lightbox-finish .btn {
  font-size: 1.4em;
}
.lightbox-finish .lb-content {
  box-sizing: border-box;
  width: 750px;
  max-width: 95%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  top: 3%;
  position: relative;
  background: #FFF;
  padding: 2em 4em;
  border: 1px solid #6f5e6f;
  min-height: 300px;
}
.lightbox-finish .lb-content:after {
  display: block;
  content: '';
  clear: both;
}
.lightbox-finish p {
  margin-bottom: .75em;
  position: relative;
  max-width: 400px;
  font-size: 1em;
  line-height: 1.2em;
  clear: both;
}
.lightbox-finish p:after {
  display: block;
  content: '';
  clear: both;
}
.lightbox-finish h3 {
  margin-top: .6em;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: .5em;
  color: #de0000;
}
.lightbox-finish h4 {
  margin-top: .6em;
  font-size: 1.75em;
  font-family: 'bebas-neue', helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: .5em;
}
.lightbox-finish input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-top: .5em;
}
.lightbox-finish .agree {
  padding-top: 1em;
  clear: both;
}
.lightbox-finish input {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.lightbox-finish .lb-close {
  display: none;
}
.lightbox-finish .links img {
  margin-bottom: 21px;
}
.lightbox-finish .submit-content {
  display: none;
}
.lightbox-finish label {
  line-height: 1.3em;
  padding-left: 1em;
  display: block;
  float: left;
  width: 400px;
  max-width: 100%;
}
.lightbox-finish .btn-continue {
  background: #64ad32;
  border: 1px solid #559d00;
  padding-top: .3em;
  padding-bottom: .3em;
  color: #FFF;
  text-shadow: none;
  clear: both;
  display: block;
  width: 250px;
  margin-top: 1em;
}
.lightbox .berunavedomi {
  display: inline-block;
}
.lista-over {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  display: none;
  padding-bottom: 1em;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
.lista-over h3 {
  font-size: 2em;
  font-family: serif;
  margin-bottom: .2em;
}
.lista-over p {
  margin-bottom: 0;
}
.about-project {
  float: left;
}
.pes {
  float: left;
  width: 200px;
  text-align: center;
}
.close {
  background: url("../images/close.png");
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
